Francis Tsui
cae753a97c
Pass clock into SharingRpcClientFactory.
...
PiperOrigin-RevId: 697007796
2024-11-15 14:50:13 -08:00
Suet-Fei Li
c2ed015c29
log entire ShareTarget for OnShareTargetDiscovered & OnShareTargetLost.
...
PiperOrigin-RevId: 696966113
2024-11-15 12:25:43 -08:00
Francis Tsui
541486a593
Add worker queue to payload tracker.
...
PiperOrigin-RevId: 696937590
2024-11-15 10:53:17 -08:00
hai007
aa65e11580
Automated Code Change
...
PiperOrigin-RevId: 696760539
2024-11-14 21:59:48 -08:00
Francis Tsui
7d9f66198b
Increase cert download attempts during discovery to 12.
...
PiperOrigin-RevId: 696651808
2024-11-14 14:31:11 -08:00
Francis Tsui
ec5dbe56f1
Add worker queue class.
...
PiperOrigin-RevId: 696602320
2024-11-14 11:55:23 -08:00
Francis Tsui
6128c537d8
cleanup oauth HTTP server.
...
PiperOrigin-RevId: 696559039
2024-11-14 09:58:03 -08:00
Nick Bourdakos
01a4c7967e
No-op the disconnect method in the BLE GATT client
...
PiperOrigin-RevId: 696171997
2024-11-13 09:54:23 -08:00
Guogang Li
bdb220fcfd
Fixed the crash bug b/369666780
...
PiperOrigin-RevId: 696151353
2024-11-13 08:49:00 -08:00
hai007
0163118e85
Internal change
...
PiperOrigin-RevId: 695774019
2024-11-12 10:42:15 -08:00
Francis Tsui
e9ce9dd160
Fix passing client credentials into signin.
...
PiperOrigin-RevId: 695417509
2024-11-11 11:19:29 -08:00
Francis Tsui
13d5f702d6
Move payload tracker callback to service thread.
...
PiperOrigin-RevId: 694644790
2024-11-08 14:37:17 -08:00
Anay Wadhera
63c8486a41
Plumb vendor ID in certificate metadata and only set it in advertisement when advertising in everyone mode.
...
PiperOrigin-RevId: 694636952
2024-11-08 14:15:27 -08:00
Francis Tsui
c1e145eb04
Remove WaitForRunningTasksWithTimeout.
...
PiperOrigin-RevId: 694627070
2024-11-08 13:49:21 -08:00
Francis Tsui
2626201458
Fix sanitizer errors.
...
PiperOrigin-RevId: 694620036
2024-11-08 13:29:09 -08:00
Crisrael Lucero
8e87a6e51c
Remove unused private field variable in MultiplexSocket
...
PiperOrigin-RevId: 694313402
2024-11-07 18:17:52 -08:00
Francis Tsui
ee49af663a
FakeTaskRunner::WaitForRunningTasksWithTimeout
...
PiperOrigin-RevId: 694283408
2024-11-07 16:22:04 -08:00
hai007
cb07eead88
Implement multiplex for WIFI_LAN
...
PiperOrigin-RevId: 694239460
2024-11-07 14:02:22 -08:00
Francis Tsui
0a0c915a79
Create new SigninAttempt object.
...
PiperOrigin-RevId: 694229619
2024-11-07 13:31:36 -08:00
Anay Wadhera
291780f8d7
Fix a bad LOG
...
PiperOrigin-RevId: 693060226
2024-11-04 12:47:19 -08:00
Suet-Fei Li
ce670e8a3e
[DeDup Part 3] Dedup after transfer when we StartScanning again.
...
PiperOrigin-RevId: 693053977
2024-11-04 12:27:17 -08:00
Suet-Fei Li
6443dfedf7
remove FullName & IconUrl from preference & local device data manager.
...
PiperOrigin-RevId: 692612482
2024-11-02 22:50:40 -07:00
Suet-Fei Li
cf8d435f81
Remove NearbyShareLocalDeviceDataManagerImpl::DownloadDeviceData.
...
PiperOrigin-RevId: 692265844
2024-11-01 12:57:21 -07:00
Guogang Li
f391af8e47
Enhance on Bluetooth discovery check
...
PiperOrigin-RevId: 691947459
2024-10-31 15:05:16 -07:00
Anay Wadhera
7f7dee54c0
Fix invalid exponent asan error
...
PiperOrigin-RevId: 691922825
2024-10-31 13:50:03 -07:00
Anay Wadhera
9baf250162
Deflake weave client socket test.
...
PiperOrigin-RevId: 691556678
2024-10-30 14:34:49 -07:00
hai007
6dd085f0d7
[Quick Share QR Code] Add log event when a QR code is opened in a web browser
...
PiperOrigin-RevId: 691518971
2024-10-30 12:45:06 -07:00
Guogang Li
52e69664fe
Limit the transfer update interval
...
PiperOrigin-RevId: 691233444
2024-10-29 18:31:37 -07:00
hai007
9c81350351
Added visibility on test only target for 1st party partners.
...
PiperOrigin-RevId: 691116241
2024-10-29 12:22:59 -07:00
Edwin Wu
7fca68d543
Add WEB_RTC_NON_CELLULAR enum, VI
...
PiperOrigin-RevId: 690941154
2024-10-29 02:56:40 -07:00
hai007
0e4379ddc6
Automated Code Change
...
PiperOrigin-RevId: 690869480
2024-10-28 21:58:50 -07:00
hai007
9bf3ba52b6
Add context pointer to all callbacks so that callbacks can be correlated to the function calls.
...
PiperOrigin-RevId: 690759015
2024-10-28 14:52:17 -07:00
Francis Tsui
b4d11ecbda
Use machine name for advertisement when user not logged in.
...
PiperOrigin-RevId: 690479544
2024-10-27 22:52:21 -07:00
hai007
17e2bb8ed3
[Sharing Analytics] Log connectionMode to high_quality_medium_setup
...
PiperOrigin-RevId: 690095747
2024-10-26 05:30:08 -07:00
hai007
7c8071e847
Add begin()/end() to ByteArray.
...
This allows this type to meet the requirements of e.g.
std::ranges::range, which is necessary for it to work with the
std::span range constructor, or the "non-legacy" constructor for
Chromium's base::span.
Fixes a number of IWYU problems along the way, to silence checks.
Bug: chromium:364987728
PiperOrigin-RevId: 689841844
2024-10-25 10:50:00 -07:00
Guogang Li
9aa2510055
Internal changes
...
PiperOrigin-RevId: 689614191
2024-10-24 20:11:07 -07:00
Nick Bourdakos
fb3227ae7d
Always use the OS device name for iOS and macOS devices
...
PiperOrigin-RevId: 689609981
2024-10-24 20:03:04 -07:00
hai007
cae5c929f3
Fix Hotspot STA can't get IP address problem
...
PiperOrigin-RevId: 689589148
2024-10-24 18:34:27 -07:00
Guogang Li
001c1c9ba7
Visibility changes
...
PiperOrigin-RevId: 689526607
2024-10-24 14:58:10 -07:00
hai007
52c35cdb9a
Fix payload bytes being dropped in callback
...
PiperOrigin-RevId: 689506997
2024-10-24 14:00:55 -07:00
Guogang Li
e875eeffde
Log how many peripheral devices lost
...
PiperOrigin-RevId: 689141285
2024-10-23 16:18:55 -07:00
hai007
df6c4fadef
Implement Auto-reconnect after disconnection [2]
...
PiperOrigin-RevId: 689040466
2024-10-23 11:30:32 -07:00
Nick Bourdakos
ad2e6e3436
Update generated flags header
...
PiperOrigin-RevId: 688767938
2024-10-22 19:01:26 -07:00
Francis Tsui
43aa565f14
Fix GetOsDeviceName returns string with trailing \0.
...
PiperOrigin-RevId: 688673080
2024-10-22 13:37:14 -07:00
hai007
00d0a7d3f0
Automated Code Change
...
PiperOrigin-RevId: 688449841
2024-10-22 01:43:44 -07:00
Francis Tsui
5840369ce6
Remove unused deviceInfo methods.
...
PiperOrigin-RevId: 688334273
2024-10-21 17:46:16 -07:00
Suet-Fei Li
b9bb7c9da9
Add logging for device_name & endpoint_id for OnShareTargetDiscovered & OnShareTargetLost.
...
PiperOrigin-RevId: 688302872
2024-10-21 15:59:58 -07:00
Guogang Li
042835cd9d
Fixed the bug in payload transfer
...
PiperOrigin-RevId: 688288286
2024-10-21 15:12:32 -07:00
hai007
e29c933687
[Sharing Analytics] Log original quality and connectedMedium to high_quality_medium_setup
...
PiperOrigin-RevId: 688274923
2024-10-21 14:34:08 -07:00
hai007
8a3cadac4d
[Quick Share QR Code] Log QR code session start and stop events
...
PiperOrigin-RevId: 688230725
2024-10-21 12:27:36 -07:00