- 03 Jun, 2020 40 commits
-
-
Rakina Zata Amni authored
For FindInPageBestEffortPriority experiment. Bug: 1063199 Change-Id: I9ca7f639cf4d15937b5dbd024e9a61e606a7a88d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227713Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#774838}
-
Hazem Ashmawy authored
No change to logic, just moving some files around. Both of nonembedded UMA recorder and replayer classes are just used in a particular place and are not shared (or "common") between webview code. So This moves them closer to where they are actually used: - AwNonembeddedUmaRecorder is only used in nonembedded processes so it's moved to nonembedded dir. - AwNonembeddedUmaReplayer is only used in the browser process so it's moved alongside the AwMetricsServiceClient. This should align better with the scope of the current webview subdirectories structure and help having better OWNERs scope for each class. Bug: N/A Test: N/A Change-Id: I34d8984956e8d657c8e70874f28de25cdc199bae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228149 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#774837}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a4dfe24d7696..f84ab8e2ddfa 2020-06-03 steveanton@webrtc.org Add publicly visible mock for PeerConnectionFactoryInterface 2020-06-03 steveanton@webrtc.org Mark mock_peerconnectioninterface.h as publicly visible If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I94ea6e02ee2b713a8f5f4dc0c56a75e3c4bce487 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229351Reviewed-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@{#774836}
-
dstockwell authored
Bug: 1089736,1088568,1088567,1088566,1088565 Bug: 1088564,1088563,1088562,1088561,1088560 Bug: 975722,975448 Change-Id: Icb1104cc5db2f636fa4e794329b4477daffb6894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224419Reviewed-by:
Rachel Carpenter <carpenterr@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Auto-Submit: dstockwell <dstockwell@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#774835}
-
Xiaoqian Dai authored
Bug: 1063144 Change-Id: Iea6a7b5ecf1089eef11237c401433ca9a59e9e65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2166360 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#773852} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227239 Cr-Commit-Position: refs/heads/master@{#774834}
-
Marcus Pasell authored
Update the enums used by the BrowsingDataRemover to be 64bit unsigned to make room for future additions. Update usages and bitmasks to also reflect this change. Bug: 668114 Change-Id: I4279e1a2f0ab90e580e47d384d7d75d9be5c8b8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2200460Reviewed-by:
Lily Chen <chlily@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Marcus Pasell <mapasell@microsoft.com> Cr-Commit-Position: refs/heads/master@{#774833}
-
Henrique Ferreiro authored
On Aura platforms, calling display::screen::GetDisplayNearestView() with a nullptr as the native view always results in the primary display being returned. Use this fact to implement GetDefaultScreenInfo() in terms of GetNativeViewScreenInfo(). Change-Id: I51275e03449f73450d4aa20629a674beb7298182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228531Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#774832}
-
Sunny Sachanandani authored
This partially reverts commit 403648e2. The reason for limiting this change to SkiaRenderer, and using the old path for GLRenderer is to minimize risk for merging this fix to M84. Once merged, this CL will be reverted so that we use the same code path for both GLRenderer and SkiaRenderer. Bug: 1078551 Change-Id: Ia058a476c3503546a910c6c61e6f126d257c8ee1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229155 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#774831}
-
Xi Han authored
Bug: 1072499 Change-Id: I9494b99cc0dbbe29c9b8f3741b753b58b3a9259c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225285Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#774830}
-
Ionel Popescu authored
This CL updates the date and select behavior so that Enter submits the form. The new behavior consistent across platforms is: - Enter submits the form - Space opens the popup Bug: 1087503 Change-Id: I84b28ef5f4ab0c6209852bc9c6707dc26299c336 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227120 Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#774829}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/91a2d1d02653..5e0e3b5576a5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC fdoray@google.com,dmazzoni@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1045256,chromium:1087433 Tbr: fdoray@google.com,dmazzoni@google.com Change-Id: Id1f8bb45a5207eeef519209ac24808d611dde5e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229347Reviewed-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@{#774828}
-
Mohamed Heikal authored
Public CQ does not check android only scripts for pydeps thus a cl (crrev.com/c/2218528) was landed that did not change pydeps but only broke downstream CQ. TBR=lpz@chromium.org Change-Id: I77c58cfb6548278366fc89a3c63220416bd25aeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228362Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#774827}
-
Brian Norris authored
It's being killed in https://crrev.com/c/2225188. Bug: none Change-Id: If05b1a848b142bf98f80deb3fd8ccc342adf6d3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225467Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Brian Norris <briannorris@chromium.org> Cr-Commit-Position: refs/heads/master@{#774826}
-
My Nguyen authored
Add count to track performance of our mapping. Bug: 1087251 Change-Id: Ib3049c99d171c07b3258959b0f8644e4658b9af8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217523Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#774825}
-
Xing Liu authored
This CL mainly adds the download later dialog UI xml file and the string resources. The view logic is not implemented. A very basic instrumentation test is added to test the download later dialog Java code. A Jni bridge will eventually own DownloadLaterDialogCoordinator. Bug: 1078454 Change-Id: I3508415e437371b38facd7c9ce78b3276f7fa7e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223001 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#774824}
-
Nicolas Boichat authored
Also, change the owners and add the chromeos-kukui group that would most likely care about this. Bug: 1089271 Change-Id: I69d97572b33c6a2502c365ab706fca2634562362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226321 Auto-Submit: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#774823}
-
Scott Violet authored
Android's GestureListenerManager/GestureStateListener exposes information related to scrolling. It keys off cc::RenderFrameMetadata::root_scroll_offset. Prior to viz this worked fine as the browser saw all changes to meta-data. As changes to RenderFrameMetadata::root_scroll_offset do not result in the browser seeing meta-data changes, GestureListenerManager is rather broke at the moment. GestureListenerManager is used to hide infobars, which means infobar hiding is now very flaky. This patch makes it so that if there is a listener added to GestureListenermanager, then the browser sees frame-meta-data changes to the root-scroll-offset. BUG=1087480 TEST=GestureListenerManagerTest.testOnScrollOffsetOrExtentChanged Change-Id: I86d0fc7dfe04d912bf07ee5599e78312f36efa9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222623 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#774822}
-
Daniel Cheng authored
Bug: 1059157 Change-Id: Ic9a2f1924b9bd079efb0d588c1aafd6339a802a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225248Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#774821}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/6049cc3934c0..3d920083ed23 2020-06-03 ilkos@google.com Stop quadratic calculation If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: chromium:158090009 Tbr: perfetto-bugs@google.com Change-Id: I219a31928883c7bc2c3ad8bdc83ae2dbda18f1a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229380Reviewed-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@{#774820}
-
Sebastien Marchand authored
Using fprofile-generate instead of fprofile-instr-generate will enable IR PGO (instead of Frontend PGO), this significantly improve the PGO perf gains in local benchmarks. Profile merging is the default value when using fprofile-generate so it's not necessary to specify -fprofile-generate=%m anymore. Bug: 1060025 Change-Id: I0d9cf7272814693e6a68ac52699fd3f9faf88de7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229010Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#774819}
-
Peter Kasting authored
There's no need for the client to own this, since its destruction happens at the same time the other child views are removed. Bug: 1044687 Change-Id: I79f2bc497fb2154e83a45b3421807fbb2d14b376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227317 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#774818}
-
Dan Harrington authored
To check that the expected histograms are uploaded, I wanted a way to see the uploaded histograms. With this CL, uploaded histogram data is logged to the console. Can be enabled with -vmodule=net_metrics_log_uploader=2. This is debug-build only. Change-Id: I9c889e5e959c684b4a94b17cb53b687a48d6eebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218312Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#774817}
-
Julian Pastarmov authored
It is still useful to track proper policy usage. BUG=1088744 Change-Id: I5c90309bd2c948e2c2510f915f1779f8f8c612e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226729 Auto-Submit: Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#774816}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Iaa186eaee3e08af1b7e3afa47488d9a9ef02f769 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229362Reviewed-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@{#774815}
-
Matt Reynolds authored
On Windows, the physical device ID is the container ID GUID rendered as a string. The container ID is system-supplied device identifier that uniquely groups the device nodes that originated from a particular physical device. This ID will be used to group logical devices that originate from the same physical device. BUG=1009715 Change-Id: Ie972616f88a2aecd326f5d3b5327d8ae6277dd9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972262 Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#774814}
-
Jonathan Ross authored
We have been seeing the not-site-per-process variant timing out on Mac10.13 The external/wpt variant was already known to exhibit this failure, so I'm marking this variant flaky as well. TBR=timothygu@chromium.org TEST=virtual/not-site-per-process/external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects.html Bug:1027434 Change-Id: Iedddebf91837957db7d571b6fcd158c61d87b23a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227868Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#774813}
-
Adam Rice authored
The Net.WebSocket.CloseCode histogram is going to be used in the "WebSocketReassembleShortMessages" Finch trial (see https://crbug.com/1086273), so extend its lifetime. Closed: 1086273 Change-Id: If0a8a151a37942374af91be05e89502562c182c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226255 Auto-Submit: Adam Rice <ricea@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#774812}
-
Khushal Sagar authored
TBR=kbr@chromium.org Bug: 1090407 Change-Id: I3f1ebaf5d684a11e47ad93e4035e0afd6c995c10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227396 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#774811}
-
Jesse Schettler authored
Update LorgnetteManagerClient's ListScanners() function to call the new ListScannersProto() D-Bus method. This allows LorgnetteManagerClient to use the ListScannersResponse proto. Bug: b:157577191 Change-Id: I25d01f5b296aeaa7df296cb0fb5ccbad86150257 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225494 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#774810}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/d586b079f20d..0395ca9b6683 2020-06-03 brandon1.jones@intel.com Try To Recover From MakeResident Failure 2020-06-03 enga@chromium.org Generate specific error when BGL storageTextureFormat is missing 2020-06-03 enga@chromium.org Metal: Handle Buffer allocation failure If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I8164414d530536be820f06e96cade9cfdc257bb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229379Reviewed-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@{#774809}
-
Bruce Dawson authored
In order to build supported_profile_helpers.cc with the Windows 10 20H1 (2004, aka 19041) SDK it is necessary to include dxva.h in order to get the GUID definitions. This was found while working on crrev.com/c/2225224. I'm splitting it out into a separate CL because this change is clean and obvious, whereas other changes are more like hacks and workarounds. Bug: 1089996 Change-Id: I4f594b918551f10f90676481bf5336731bd61df6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227946 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#774808}
-
Jordan Taylor authored
With the addition of ScrollTimeline phase and the removal of ScrollTimeline.fill, AnimationEffects now need to account for ScrollTimeline.phase when they are calculating their own phase. https://github.com/w3c/csswg-drafts/issues/4325 Bug: 1046833 Change-Id: I6a13ab10105d81b2a0b19d205141d2bd89886a61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092188 Commit-Queue: Jordan Taylor <jortaylo@microsoft.com> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#774807}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e18a2584ca06..b711c4303271 2020-06-03 kahinds@microsoft.com Fix keyboard-focus indication on animation playback speed button-group 2020-06-03 brcui@microsoft.com Add --chrome-binary argument to unittest script If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1086421 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I25e024174434758eba930720e2e9a40b501c8fbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229344Reviewed-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@{#774806}
-
Tim Volodine authored
Extend expiration date for: Android.WebView.onReceivedError.ErrorCode Android.WebView.onReceivedHttpError.StatusCode No change in logic. BUG=1057673,1057674 Change-Id: I87a281a8c88c0811b09f023c7e404d33ace451d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212130 Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#774805}
-
Mike Dougherty authored
Bug: 1082892 Change-Id: I10a20600fcea65a32e32a2a656f1e3a2f3a01f4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226779 Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#774804}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3fdc49f35718..64c8b811b55a 2020-06-03 senorblanco@chromium.org Dawn: fix memory corruption in DawnTestContext. 2020-06-03 kjlubick@google.com [canvaskit] Publish v0.16.0 2020-06-03 ethannicholas@google.com Fixed sample_matrix_constant GM 2020-06-03 wtc@google.com Fix comments for SkYUVColorSpace 2020-06-03 ethannicholas@google.com Reland "Revert "Omit dead SkSL functions"" 2020-06-03 kjlubick@google.com [canvaskit] Add JS optimization for int color 2020-06-03 herb@google.com simplify loop in updateTextureCoordinates 2020-06-03 kjlubick@google.com [canvaskit] Make SkCanvas.drawColor/clear take SkColor4f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC tdenniston@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:10311 Tbr: tdenniston@google.com Change-Id: I7aeaeac4a6a116283f57d8054e55e5dbfafb0c74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229378Reviewed-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@{#774803}
-
Daniel Hosseinian authored
Essentially a reland of crrev.com/741291 with the correct feature name. The original CL used a wrong and non-existent feature name. Consequently, the config was detected as stale and was removed in crrev.com/742702. Bug: 1021350 Change-Id: Iee460cd6b7eac51134c8a7aba79e68e1f1fd655d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225484Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#774802}
-
Denis Kuznetsov authored
Bug: 981472 Change-Id: Iae40ce334e798a2eee0c0f8d458f11dae6189921 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228317 Auto-Submit: Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Renato Silva <rrsilva@google.com> Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#774801}
-
Domenic Denicola authored
This adds console warnings when header-based origin isolation is requested, but not granted, or when it is not requested, but is imposed. Along the way, a bug with the use counter code for the Origin-Isolation header was discovered. Fixing this is best done via similar mechanisms as adding the warnings, namely saving some state early in the navigation lifecycle to be reported later. Bug: 1087562, 1066931 Change-Id: I5dce9f48c64f4dd62dcdcea60be94e6492ab9085 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220358Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#774800}
-
Dan Zhang authored
https://quiche.googlesource.com/quiche.git/+log/6dfe58d86e80..4026f6e15a $ git log 6dfe58d86..4026f6e15a --date=short --no-merges --format='%ad %ae %s' 2020-06-02 quiche-dev Delete Quartc 2020-06-01 dschinazi Replace quic_enable_version_t050 with quic_disable_version_t050 2020-06-01 fayang Deprecate gfe2_reloadable_flag_quic_stream_id_manager_handles_accounting. 2020-06-01 dschinazi Deprecate quic_remove_android_conformance_test_workaround 2020-06-01 fayang Deprecate gfe2_reloadable_flag_quic_break_session_stream_close_loop. 2020-06-01 fayang Internal QUICHE change 2020-06-01 quiche-dev Enabling rolled out flags. 2020-06-01 wub Deprecate --gfe2_reloadable_flag_quic_ignore_msg_too_big_from_buffered_packets. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src add flags, remove quartc R=dschinazi@chromium.org Change-Id: If152dc8e30134a97bd5d97cd30db8d4699882929 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227372 Commit-Queue: Dan Zhang <danzh@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Auto-Submit: Dan Zhang <danzh@chromium.org> Cr-Commit-Position: refs/heads/master@{#774799}
-