- 03 Jun, 2020 40 commits
-
-
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}
-
Doug Arnett authored
Bug: 1089125,1089130,1089134,1089135 Change-Id: I062d817cb441c4c0c86f007b6915977e0c597574 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228138Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#774798}
-
Francois Doray authored
TBR=fdoray@chromium.org Bug: 1059468 Change-Id: I050e2d843fc1c303944dd7be4483423d793b0d6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229424Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Derek Schuff <dschuff@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#774797}
-
Dominic Mazzoni authored
This reverts commit 50b3e1fd. Reason for revert: crbug.com/1090992 Compile failures: FAILED: obj/chrome/browser/browser/recovery_component_installer.o /b/s/w/ir/cache/goma/client/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF...(too long) ../../chrome/browser/component_updater/recovery_component_installer.cc:419:3: error: too few arguments to function call, expected 3, have 2; did you mean 'base::ThreadPool::PostTask'? base::PostTask(FROM_HERE, base::BindOnce(std::move(callback), result)); ^~~~ base::ThreadPool::PostTask ../../base/task/thread_pool.h:95:15: note: 'base::ThreadPool::PostTask' declared here static bool PostTask(const Location& from_here, OnceClosure task); ^ Original change's description: > [base] Remove implicit-destination PostTask > > No TaskTraits implcitly meant base::ThreadPool. The migration away > from this paradigm is complete (task APIs v3 is bringing explicit > API-as-destination). Remove this right away before we're ready to > completely remove post_task.h to avoid the addition of new callers > without an explicit destination. > > Bug: 968047, 1026641 > Change-Id: I54d04872498d340cfd8ec02aa88b3e9cba1a7547 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225541 > Commit-Queue: Gabriel Charette <gab@chromium.org> > Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> > Cr-Commit-Position: refs/heads/master@{#774758} TBR=gab@chromium.org,skyostil@chromium.org Change-Id: Ia6e764cf3293ef9ac789ce6f173951ab8e4736fe No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 968047, 1026641, 1090992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229410Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#774796}
-
Connie Wan authored
Followup to comment in crrev.com/c/2212812 Bug: 1085560 Change-Id: I457a29d6420b88935412054bc46c7d772a98a2ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225280Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#774795}
-
John Abd-El-Malek authored
Right now this is just a dcheck, but in the foreseeable future we can make it CHECK in canary/dev builds to get more data (e.g. those based on experiments). Bug: 1085309 Change-Id: I82b9321226471ed1e79b158fc3c5837b12ac262d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215704 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#774794}
-
dpapad authored
Specifically: - cr_search_field_tests.js - cr_slider_test.js - cr_splitter_test.js - cr_tabs_test.js Bug: 1000989 Change-Id: Ia3c15641dbee6970e1d26399aeaac501b88fb628 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227180 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#774793}
-
Prashant Nevase authored
Implements cache for inverted colors using WTF::LruCache so that paint ops can use the cached values over calculating heavy invert color operations using color filters. With cache, the filter operations are improved by 15x to 20x if all colors are stored in cache and 20% to 30% if there are more colors than cache size. This patch improves the dark mode paint ops by 2%. Bug: 1060899 Change-Id: Ia9d1fe0912d50c72835f597a731be137169a6819 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102388Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Prashant Nevase <prashant.n@samsung.com> Cr-Commit-Position: refs/heads/master@{#774792}
-
Francois Doray authored
R=dpapad@chromium.org TBR=fdoray@chromium.org Bug: 1090931 Change-Id: I54130c0b9a08766b8f162c2abcfc6ae04ddf2c79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228128Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#774791}
-
Lukasz Anforowicz authored
Bug: 1069567 Change-Id: Ib1711e1ee47ca14d448b32fb680d061c658a2eff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159578 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#774790}
-
Kenneth Russell authored
This reverts commit 79c629a2. Reason for revert: underlying flaky GPU process crash has been worked around. Original change's description: > [gpu/mac] suppress failing webgl_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html > > On Mac Asan, > conformance2/textures/webgl_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html > started failing. Suppress the test. > > TBR=kbr@chromium.org > > Bug: 1087083 > Change-Id: I0ece6b3d187199308e3c486f7bf927b07c59cdbf > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219030 > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Commit-Queue: Robert Kroeger <rjkroege@chromium.org> > Auto-Submit: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#772444} TBR=rjkroege@chromium.org,kbr@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1087083 Change-Id: Ibfda1b3e7e359f07987edcd78eb76c6309770ba2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229009Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#774789}
-
Siyu An authored
Bug: 1070799 Change-Id: Ic0eae913e6b64ccb17a859ce246e8afe3d35fd95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227330Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#774788}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/f80e88872394..c1765573149e $ git log f80e88872..c17655731 --date=short --no-merges --format='%ad %ae %s' 2020-05-27 jianj Add NV12 support 2020-05-27 angiebird Add extra check / unit test to SetExternalGroupOfPicturesMap() 2020-05-26 angiebird Add functions to compute/observe key frame map 2020-05-26 angiebird Init static_scene_max_gf_interval in vp9_rc_init() 2020-05-26 angiebird Make SetExternalGroupOfPicture support no arf mode 2020-05-23 angiebird Add GOP_COMMAND 2020-05-18 angiebird Refactor decode_api_test and realtime_test 2020-05-19 jzern vp9_decoder: free postproc_state.prev_mip Created with: roll-dep src/third_party/libvpx/source/libvpx R=jzern@google.com Change-Id: I5ca97b01b15aee32514a9283f8576c58d3963ce9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228986Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#774787}
-