commit | e8d44afdb16e550d1f8238722b08b357fc1930c8 | [log] [tgz] |
---|---|---|
author | Pu Shi <pushi@google.com> | Thu May 25 19:04:30 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 25 19:04:30 2023 |
tree | d1d41ec9bc54899f88e1e446dce2698469b60a0a | |
parent | 492bd756e60c69be7e42d79b37869a0776030d25 [diff] |
Roll nearby-connections from 8a78212bb841 to 55750a0843e7 (30 revisions) Tested: manually verified that Nearby Share, Phone Hub and Exo works with the change. https://chromium.googlesource.com/external/github.com/google/nearby-connections.git/+log/8a78212bb841..55750a0843e7 2023-05-24 qinwangz@google.com Write Accountkey to remote device via GATT connection > PiperOrigin-RevId: 534992810 > 2023-05-24 hais@google.com internal change > PiperOrigin-RevId: 534937660 > 2023-05-24 qinwangz@google.com Data Parse for subsequent pairing non-discoverable advertisement > PiperOrigin-RevId: 534929577 > 2023-05-24 qinwangz@google.com Create fast pair data encryptor with Accountkey > PiperOrigin-RevId: 534908947 > 2023-05-24 hais@google.com Add windows impl for StartScanning > PiperOrigin-RevId: 534901836 > 2023-05-24 jsobczak@google.com Inject SingleThreadExecutor in scanning classes > The goal is to use the same background thread for callbacks whenever possible. > It should simplify the locking. > > PiperOrigin-RevId: 534632495 > 2023-05-24 jsobczak@google.com Define scalable seeker API > Defines the scalable seeker skeleton > * FastPairService - singleton FP service instance > * FastPairSeeker - FP interface for plugins > * FastPairPlugin - plugin interface > > PiperOrigin-RevId: 534623965 > 2023-05-23 jsobczak@google.com Define FastPairDeviceRepository > Move ownership of Fast Par Devices to a single point, FastPairDeviceRepository, > which will live inside a singleton FastPairService. > > PiperOrigin-RevId: 534547186 > 2023-05-22 eidenkim@google.com Fix the crash dump path to get from local app data. > PiperOrigin-RevId: 534220487 > 2023-05-22 qinwangz@google.com Fix data_race runtime error for fast_pair_discoverable_scanner_impl_test > PiperOrigin-RevId: 534148116 > 2023-05-22 awadhera@google.com Plumb CredentialManager::UpdateRemotePublicCredentials and CredentialManager::GetPublicCredentials through to PresenceService > PiperOrigin-RevId: 534136547 > 2023-05-22 qinwangz@google.com Pure Refactor callback structure in FastPairDaraParser > PiperOrigin-RevId: 534131868 > 2023-05-22 bourdakos1@gmail.com Merge pull request #1705 from anayw2001/proto > Update compiled_protos 2023-05-22 bourdakos@google.com Fix `EXC_BAD_ACCESS` crash when calling payload delegate methods. > Objective-C objects cannot be captured by reference in C++ lambdas and must always be captured by value. > > This also takes a copy of the data returned from the Wi-Fi LAN reader, to prevent potential intermittent empty packet issues. > > Fixes: #1702 > PiperOrigin-RevId: 533925980 > 2023-05-22 chunzhang@google.com Migrate AccountManager from location/nearby to third_party/nearby > PiperOrigin-RevId: 533915507 > 2023-05-19 awadhera@google.com Create v3 ConnectionResponseInfo > PiperOrigin-RevId: 533518921 > 2023-05-19 awadhera@google.com Plumb RegisterDeviceProvider through to ClientProxy > PiperOrigin-RevId: 533492277 > 2023-05-19 hais@google.com Fix OnEndpointLost behavior error > PiperOrigin-RevId: 533488774 > 2023-05-19 hais@google.com Fix Tsan data race error > PiperOrigin-RevId: 533486198 > 2023-05-19 awadhera@google.com move payload listeners to absl::AnyInvocable > PiperOrigin-RevId: 533365325 > 2023-05-19 guogang@google.com Fixed an issue in scheduled executor > PiperOrigin-RevId: 533306328 > 2023-05-18 hais@google.com Add Tachyon protos for WebRTC. > PiperOrigin-RevId: 533278916 > 2023-05-18 qinwangz@google.com Pure refactor set/get functions in FastPairDevice > PiperOrigin-RevId: 533218929 > 2023-05-18 qinwangz@google.com Add account_key_filter to see the current device is a saved device > PiperOrigin-RevId: 533197294 > 2023-05-18 hais@google.com Fix crash caused by invalid preferences > PiperOrigin-RevId: 533179434 > 2023-05-17 bourdakos@google.com Fix a macOS bug with web request when decoding data > PiperOrigin-RevId: 532940555 > 2023-05-17 jsobczak@google.com Fix retroactive pairing test > PiperOrigin-RevId: 532853830 > 2023-05-17 qinwangz@google.com Let fake_fast_pair_repository run with SingleThreadExecutor > PiperOrigin-RevId: 532838814 > 2023-05-17 guogang@google.com Applied thread flag to network layer > PiperOrigin-RevId: 532831254 > 2023-05-17 copybara-worker@google.com Merge pull request #1683 from proatgram:fix-clang15-gcc13-headers > PiperOrigin-RevId: 532819469 > Change-Id: Id75981927be678527b5f66a71c80ad596b6d6c0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4562724 Reviewed-by: Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Pu Shi <pushi@google.com> Cr-Commit-Position: refs/heads/main@{#1149277}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.