forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AW][ComponentUpdater] Post service connection to UI thread
onServiceConnected is called on the app's main thread which might be different from chromium UI thread https://chromium.googlesource.com/chromium/src/+/HEAD/android_webview/docs/threading.md So remove that assertion and post the result to chromium's UI thread where the rest of the code assumes it will be running. Bug: 1234415 Test: patch the CL with finch config to enable allowlist component and run CQ tests Change-Id: Id4718c7b812cad0c4fc748fd8470eff5065f1b8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3059495 Reviewed-by: Bo <[email protected]> Reviewed-by: Sorin Jianu <[email protected]> Reviewed-by: Richard Coles <[email protected]> Commit-Queue: Hazem Ashmawy <[email protected]> Cr-Commit-Position: refs/heads/master@{#907187}
- Loading branch information
1 parent
951fd86
commit 8987841
Showing
3 changed files
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
components/component_updater/android/java/src/org/chromium/components/component_updater/DEPS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include_rules = [ | ||
"+content/public/android/java/src/org/chromium/content_public/browser/UiThreadTaskTraits.java", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters