- 09 Nov, 2018 40 commits
-
-
David Benjamin authored
Improve debugging in the future so we don't have to keep asking "are you using a smartcard? which?". Bug: none Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ifbaf6f5aa0aa73dcd19be0ccc0046c2c2c069319 Reviewed-on: https://chromium-review.googlesource.com/c/1292509 Commit-Queue: David Benjamin <davidben@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#606700}
-
Jeffrey Cohen authored
Bug: 890972 Change-Id: Ic8efd5bc2d51a9173f717ff68dbe64f53c720b9d Reviewed-on: https://chromium-review.googlesource.com/c/1315536 Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#606699}
-
Emil A Eklund authored
Change line brekaing in LayoutNG to create ShapeResultView instances for each line where the view shares the underlying glyph information structs with the shape result for the paragraph. Previously that information was copied instead. Avoiding the copy reduces memory usage and improves perf by up to 25% for the inline blink_perf.layout benchmarks cross-platform. To speed up bounding box computation for lines the left and right bounds for each glyph is retained as part of the HarfBuzzRunGlyphData struct in ShapeResult::RunInfo. This increases the size by 32-bits per glyph which is more than offset by the memory reduction from sharing RunInfo objects for LayoutNG. For legacy layout the impact of the increase is minimal as the number of individual ShapeResults is kept low due to the word cache. Bug: 900015 Test: renderer/platform/fonts/shaping/shaping_line_breaker_test.cc Change-Id: Ia7c7d72bc1804d8302d26d09a846c4440faef90f Reviewed-on: https://chromium-review.googlesource.com/c/1313831 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#606698}
-
Antoine Labour authored
WeakPtrFactory::GetWeakPtr is not thread-safe, but SharedImageInterface is expected to be called from multiple threads (without locks). Instead, grab a single WeakPtr for the GPU thread at construction time. It's more efficient anyway. Bug: 870116 Change-Id: Ie550b788a4569e0ff8ed62a690e21ae52e0a1e0c Reviewed-on: https://chromium-review.googlesource.com/c/1325566Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#606697}
-
Chris Harrelson authored
This caused issues in cases where we skip caches, have special paint paths, and culling in the presence of non-composited overflow clipping. There are still optimizations for absence of paint phases generally. This CL just removes ones where we detect "empty" by means of no change to the display list. Bug: 898995, 901302 Change-Id: Ib3f79a615c88d0e97f4c9cec78056bf00e1358c6 Reviewed-on: https://chromium-review.googlesource.com/c/1320972 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#606696}
-
Mike Wittman authored
The receiver callback is required to process browser process profiles. Bug: 851163 Change-Id: I1477d7e4fa40d72fc97621ed463e5d8c0b84921a Reviewed-on: https://chromium-review.googlesource.com/c/1327802Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Xi Cheng <chengx@chromium.org> Commit-Queue: Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#606695}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a6ad2f38573b..af8c416e43c0 Created with: gclient setdep -r src-internal@af8c416e43c0 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Ibd0d7dbe00bad5e0df3cf4b07bad5ba245c98160 Reviewed-on: https://chromium-review.googlesource.com/c/1328001Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#606694}
-
Findit authored
This reverts commit d0392055. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 606686 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2QwMzkyMDU1ZDg3YWJjYjNiMzExY2Y4YjRkNmE4ZmU5YjFkYzA1NzgM Sample Failed Build: https://ci.chromium.org/buildbot/chromium/linux-rel/9945 Sample Failed Step: compile Original change's description: > fido/win: build Windows WebAuthn API integration unconditionally > > This makes fido/win include webauthn.h from > //third_party/microsoft_webauthn and drops the USE_WIN_WEBAUTHN_API > build flag we previously added due to the missing header file. > > The implementation remains behind a default-off feature flag. > > Bug: 898718 > Change-Id: I45e100f8b10cc32ea7e32d2842a63c950b5965bb > Reviewed-on: https://chromium-review.googlesource.com/c/1325074 > Commit-Queue: Martin Kreichgauer <martinkr@chromium.org> > Reviewed-by: Adam Langley <agl@chromium.org> > Cr-Commit-Position: refs/heads/master@{#606686} Change-Id: I53414fbe41280dbcb7a753599c946f5ef5ebd4ee No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 898718 Reviewed-on: https://chromium-review.googlesource.com/c/1328223 Cr-Commit-Position: refs/heads/master@{#606693}
-
Becky Zhou authored
BUG=903590 Change-Id: Ie7472e49e10f65193706e4483082ebbfc054efcc Reviewed-on: https://chromium-review.googlesource.com/c/1327572 Commit-Queue: Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#606692}
-
chcunningham authored
Missed a check in the save-failed path. Fortunately saves fail less than .01% of the time. Also some tiny cleanups. BUG=902233 TEST=new unit test Change-Id: I26f233245cc2c78ee092befb453d18df539fd125 Reviewed-on: https://chromium-review.googlesource.com/c/1327577Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#606691}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 85f78938. With Chromium commits locally applied on WPT: 270d4abd "ServiceWorker: Add new WPT tests to make sure to update a registration with different script type and identical script content." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: kojii@chromium.org: external/wpt/css/css-scoping rouslan@chromium.org, mathp@chromium.org: external/wpt/payment-request NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I33a1812e9621cbab43a6f5534d1421c7574d6939 Reviewed-on: https://chromium-review.googlesource.com/c/1327570 Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#606690}
-
Dominic Farolino authored
This CL adds resource load priority tests ensuring that the priority of requests that pass through a Service Worker is preserved. R=kinuko@chromium.org, kouhei@chromium.org, yhirano@chromium.org Bug: 872776 Change-Id: I74f334359b3255fcac5c13fbdb9f1e601af0f8f0 Reviewed-on: https://chromium-review.googlesource.com/c/1316104 Commit-Queue: Dominic Farolino <domfarolino@gmail.com> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#606689}
-
dpapad authored
Also ensure that JS type checking runs on non-ChromeOS. It was erroneously running on ChromeOS only. Bug: 902959 Change-Id: Ibd67a276325ac1e4461509341f6a198e27e9dabe Reviewed-on: https://chromium-review.googlesource.com/c/1327420 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#606688}
-
Ahmed Fakhry authored
1) The Home Launcher used to use the wrong display ID when in Unified Desktop mode. 2) If (1) is fixed, we hit https://crbug.com/902601. The captive portal dialog widget used to be leaked and never destroyed. 3) If (2) is fixed, we crash on the first attempt to press the app list button. The reason is tablet mode triggers a switch to mirror mode. This switch happens asynchronously after the Home Launcher had already been created. Switching from Unified to mirror mode destroys the Unified host and the Home Launcher. That's why we need to ensure that the Home Launcher is recreated. BUG=900956, 902601 TEST=Added a test that crashes without the fix. Change-Id: If6eb9c2255dfa9d442aa115a3274db2d8a4110d7 Reviewed-on: https://chromium-review.googlesource.com/c/1325389 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Weidong Guo <weidongg@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#606687}
-
Martin Kreichgauer authored
This makes fido/win include webauthn.h from //third_party/microsoft_webauthn and drops the USE_WIN_WEBAUTHN_API build flag we previously added due to the missing header file. The implementation remains behind a default-off feature flag. Bug: 898718 Change-Id: I45e100f8b10cc32ea7e32d2842a63c950b5965bb Reviewed-on: https://chromium-review.googlesource.com/c/1325074 Commit-Queue: Martin Kreichgauer <martinkr@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#606686}
-
Anand K. Mistry authored
- Add new files to corpus that cover additional zip features - Cover additional functions BUG=900749 Change-Id: I0cd8b41112035b1ba95ab11155c67aeb8fded29f Reviewed-on: https://chromium-review.googlesource.com/c/1325572Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#606685}
-
Jesse McKenna authored
Bug: 889029 Change-Id: Ia8ab74329953568bda37a324cc3a9b477acf732e Reviewed-on: https://chromium-review.googlesource.com/c/1327548 Commit-Queue: Jesse McKenna <jessemckenna@google.com> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#606684}
-
Esmael El-Moslimany authored
Bug: 877109 Change-Id: I1ef50be0c151c691825174c8ff3bbcba5ce17a10 Reviewed-on: https://chromium-review.googlesource.com/c/1323619Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#606683}
-
Zhuoyu Qian authored
https://google.github.io/styleguide/cppguide.html#Namespace_Names > Namespace names are all lower-case. This CL has no behavior changes. Bug: 889726 Change-Id: I0dbad4a299ae4ce3be3696da7703822d87d151d5 Reviewed-on: https://chromium-review.googlesource.com/c/1325288Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#606682}
-
Yutaka Hirano authored
With https://crrev.com/a9cbaa7a40e2b2723cfc2f266c42f4980038a949, WebMediaPlayer blindly treats a resource experiencing cross-origin redirects as TAINTED. In fact, it should be treated as TAINTED only when its request mode is "no-cors". The added tests are provided by hongchan@chromium.org. Bug: 899745, 901383 Change-Id: Idb66407552085b053818f3e4a9d8d5ff3ddeaf45 Reviewed-on: https://chromium-review.googlesource.com/c/1325281Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Fredrik Hubinette <hubbe@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#606681}
-
Josh Pratt authored
The Crostini Installer spec uses a mascot icon without a background rather than the version with the background circle and shadow. This adds the mascot for use in the WebUI Installer. Bug: 867117 Change-Id: Id56d65c625e86f085e43d067b89395fa669c7012 Reviewed-on: https://chromium-review.googlesource.com/c/1319393Reviewed-by:
Nicholas Verne <nverne@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Josh Pratt <jopra@chromium.org> Cr-Commit-Position: refs/heads/master@{#606680}
-
Dale Curtis authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/458e9fd3f8e8..81f7d1dd5fa4 $ git log 458e9fd3f..81f7d1dd5 --date=short --no-merges --format='%ad %ae %s' 2018-11-08 dalecurtis Drop function: prefix in x86util.asm for macOS ffmpeg builds. 2018-11-08 dalecurtis Cleanup a few remaining yasm references in ffmpeg. 2018-11-02 dalecurtis Switch ffmpeg to using nasm for compilation. 2018-10-17 jeremya set install_name on mac when is_component_ffmpeg && !is_component_build 2018-10-16 vtsyrklevich CFI: Disable cfi-icall for ffmpeg component build 2018-10-02 liberato Group gn configs and gn config changes summary into one commit. 2018-10-02 liberato Cleanup of robosushi.py and robo_branch.py . Created with: roll-dep src/third_party/ffmpeg R=chcunningham Bug: 766721 Change-Id: Ic513abcd66ca725b29dd9a745b5b93dd5b99ae26 Reviewed-on: https://chromium-review.googlesource.com/c/1327153 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#606679}
-
Takumi Fujimoto authored
Also use the correct button height const to reflect a recent change. Bug: 881923 Change-Id: I2553c3d8d891a25b981edce8f0578e516d7ebe43 Reviewed-on: https://chromium-review.googlesource.com/c/1327557Reviewed-by:
Brandon Tolsch <btolsch@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#606678}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/aa347dd67ba1..a6ad2f38573b Created with: gclient setdep -r src-internal@a6ad2f38573b The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Ib1bb8314374ae1eccd690015b8b8cdebb607b696 Reviewed-on: https://chromium-review.googlesource.com/c/1327727Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#606677}
-
Kenichi Ishibashi authored
While I was investigating traces I noticed that some trace events in ServiceWorkerSubresourceLoader have the same IDs even for different resource loading. This is probably because different instances of ServiceWorkerSubresourceLoader are happend to be allocated in the same address. These events are not overlapped so this isn't a critical problem but it makes difficult to analyze traces. Use resource_id_ as the trace event id to make analyzing traces easy. Change-Id: I6718bdc82d3aba1df422dbbbcbe3b4f1b06ca8cb Bug: N/A Reviewed-on: https://chromium-review.googlesource.com/c/1325283Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#606676}
-
Steve Anton authored
Bug: 874296 Change-Id: I233cda30e59b696bc6960f1e7366cbee62849bed Reviewed-on: https://chromium-review.googlesource.com/c/1325011 Commit-Queue: Steve Anton <steveanton@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#606675}
-
Alexander Nohe authored
Removed the pointer cursor and focus state when the checkbox is disabled. This should prevent the checkbox from maintaining any unnecessary focus as well as preventing any confusion when hovering over the overwrite changes checkbox. Bug: 888464 Change-Id: I14547deb878f2948e5606f3bf0bbc01b9ba75886 Reviewed-on: https://chromium-review.googlesource.com/c/1318062Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#606674}
-
Jian Li authored
Increase the default snackbar duration to 10s when accessibility mode is on. Also make SnackbarManager to double the custom duration automatically when accessibility mode is on. Bug: 699160 Change-Id: If3762db7eea56eed614ce15ff69a6591c7ae7706 Reviewed-on: https://chromium-review.googlesource.com/c/1327330Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#606673}
-
Dave Tapuska authored
This actually fixes a bug that appeared in the bindings for window. Previously window.scrollTo.length == 2 in Chrome but was 0 in FireFox. This is detected by the cssom-view wpt test. CSSOM View smooth scroll API shipped in M61 https://codereview.chromium.org/2938373003 https://www.chromestatus.com/features/5812155903377408 BUG=243871 Change-Id: I7e2d5b7be38fd7dfc26e633ccd171e435eba51e5 Reviewed-on: https://chromium-review.googlesource.com/c/1323694 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#606672}
-
Tommy Nyquist authored
Whenever a device is running an unsupported version of Android, we display a menu item telling the user that Chrome is unable to update. The same menu item is displayed (with different text and visuals) whenever there is an update available. When the user taps the menu item in the update available flow, they start the update flow. However, when the user is shown that they can not update, nothing happens when they tap the item. This can lead to confusing situations when using accessibility mode, since they are informed that they can double tap to activate. This CL changes this behavior to disable the menu item in the unsupported OS case. The item is still possible to tap to inspect though. Bug: 852650 Change-Id: I1385bc798ea0324cc5043c390c20c40a45c2727f Reviewed-on: https://chromium-review.googlesource.com/c/1327567Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#606671}
-
Eric Stevenson authored
chrome_modern_public_apk and chrome_public_apk hit the single dex method limit when feed is enabled. This CL re-enables feed while also turning on multidex for the required APKs. Binary-Size: Feed was disabled to fix the multidex method limit issue. Bug: 901488 Change-Id: Ifba41178fad6c206ec1f458d420187ef1c2eb6f3 Reviewed-on: https://chromium-review.googlesource.com/c/1327403 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#606670}
-
Justin Donnelly authored
Additionally, update the other patterns to only match at the beginning to avoid inadvertently picking up similarly named directories under other paths (currently just ios/chrome/browser/ui/omnibox). Change-Id: I6da957f06af0de4b13c344cbbcdfae65a7e74821 Reviewed-on: https://chromium-review.googlesource.com/c/1327554Reviewed-by:
Kevin Bailey <krb@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#606669}
-
Collin Baker authored
This updates tab text colors to both enhance contrast of text over tab backgrounds as well as contrast between active and inactive windows. Bug: 859243, 881916 Change-Id: I98257077fd6a9b7cf9521f845ea40218dcf11a70 Reviewed-on: https://chromium-review.googlesource.com/c/1297185 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#606668}
-
Eric Roman authored
The expectation is that the IPv6 literal not be bracketed. Change-Id: I90631a55cddf1c02684512c8e9989f6d21cdc174 Reviewed-on: https://chromium-review.googlesource.com/c/1327528Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#606667}
-
Eugene But authored
DidSuppressDialog callback is unnecessary because PreloadController implements CWVWebStateDelegate and can cancel preload on window.open or showing JS alert. ShouldSuppressDialogs is unnecessary because PreloadController can prevent dialogs via CWVWebStateDelegate callbacks. This CL does not change the behavior. Previously webStateDidSuppressDialog used to cancel the preload. Bug: 777912 Change-Id: Ifbcc6ee48ecee741c2c6ff9a4760d601e3e1b843 Reviewed-on: https://chromium-review.googlesource.com/c/1322358 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#606666}
-
Robbie McElrath authored
The current NetworkChangeNotifierChromeOS implementation won't work with the network service enabled because it listens for network changes from Shill, which only supports a single client. The browser process has other dependencies on Shill, so it has to be the client for the time being, meaning the network service can't directly listen for network changes and has to be notified of them from the browser process. This CL splits the NetworkChangeNotifierChromeOS into two parts; the first will live in the browser process and listen to Shill, while the second is the actual NetworkChangeNotifierChromeOS implementation which will have an instance in both the browser and network processes. Since NetworkChangeNotifierChromeOS can't actually listen for network changes itself, it just gets notified of changes from part 1 via a new method in NetworkChangeManager. When the thing listening to Shill sees a network change, it notifies its local NetworkChangeNotifierChromeOS instance, and calls the new NetworkChangeManager method, the implementation of which then notifies the network service's NetworkChangeNotifierChromeOS instance. Bug: 882610 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ib220575fbe42f026b1e5cb90d3bb6be9d0345414 Reviewed-on: https://chromium-review.googlesource.com/c/1274445Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#606665}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fc810ab24daa..93cd73d98000 git log fc810ab24daa..93cd73d98000 --date=short --no-merges --format='%ad %ae %s' 2018-11-08 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-11-08 bpastene@chromium.org Allow gsutil recipe_module calls to not always be infra_steps. 2018-11-08 martiniss@chromium.org Revert "Roll recipe dependencies (trivial)." Created with: gclient setdep -r src/third_party/depot_tools@93cd73d98000 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:866062 TBR=agable@chromium.org Change-Id: Ib3a90d2e456d199614cc895ed7e4b47d7e2a3208 Reviewed-on: https://chromium-review.googlesource.com/c/1327351Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#606664}
-
Scott Graham authored
Fairly basic and the connection must be manually torn down for now, but allows requesting an interface implemention from the JS side. Bug: 883496 Change-Id: I8367fd50097403ee2f9911657afbabdd8d461a41 Reviewed-on: https://chromium-review.googlesource.com/c/1324929 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#606663}
-
Jun Mukai authored
LoginScreen::FocusLoginShelf() mojo API can be reused. BUG=854346 TEST=trybot Change-Id: Ide7dad98e1da57826d37d5dff4c3e269aee07c14 Reviewed-on: https://chromium-review.googlesource.com/c/1325689Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#606662}
-
rajendrant authored
PreviewsState is used in DataReductionProxyURLLoaderThrottle to set some chrome-proxy specific headers to serve previews. Bug: 893728 Change-Id: Ie54f174bb1ba2ff4d77f725c0e64450f8d2aad0c Reviewed-on: https://chromium-review.googlesource.com/c/1327568Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#606661}
-