- 09 Jan, 2020 40 commits
-
-
Thomas Lukaszewicz authored
Fixed CustomTabBarView to set and update its colors only once attached to a widget, preventing the fallback to the default NativeTheme. Updated CustomTabBarView to respond to theme changes. Removed the dependency on GetThemeProviderForProfile from CustomTabBarView and from LocationBarView. Bug: None Change-Id: If505b0bede8f112329dcef5f2a7aab9e67dcfd2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989085 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#729904}
-
danakj authored
Currently the main frame RenderWidget is never deleted but instead marked undead when the main frame is detached and replaced with a remote proxy. Then it is revived when a local main frame is created again. This changes the code to instead delete the main frame's RenderWidget instead of marking it undead. In order to do this there are a couple of fixes to go with it: 1) The browser needs to tell RenderWidgetHostImpl that the RenderWidget associated with it is gone, so that it can reset state to match the new RenderWidget later. 2) The WebViewFrameWidget needs to delete the animation timeline along with the RenderWidget. If the WebViewImpl isn't closing then it would end up being responsible for this task but the RenderWidget is already gone. Bug: 419087 Change-Id: Ibd08e7b03dd884821b38dc5d0efb5d016fb1d6b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988781 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#729903}
-
Mohamed Amir Yosef authored
Change-Id: I021cd952d7a2917a8fb7203cabdac612251193df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963804 Auto-Submit: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#729902}
-
Avi Drissman authored
The “new updater” project was half-completed when it was abandoned in favor of a different approach. The different approach has been serving us well, so remove all the code for the “new updater” project. This effectively reverts: 21f3fb21 4a634b73 c0ec38a1 ce903eec 22f97baf 35b27074 1f478d5a 4a324668 f316ef44 8bcf1fdb bc95a5bb 753cb9df Bug: 960814, 1025805 Change-Id: I9f3e2b2d75d42f2ad49666dce4e0316f8a934e51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991705Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#729901}
-
sebsg authored
Revert "Re-enable EngineRequestsNoBlockingTest on Win8 by initializing TaskEnvironment with COM disabled" This reverts commit 2dd4658f. Reason for revert: Causing the TaskEnvironmentTest.DefaultCOMEnvironment base_unittests to fail on Win7 starting at this build: https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%281%29/98745 Original change's description: > Re-enable EngineRequestsNoBlockingTest on Win8 by initializing TaskEnvironment with COM disabled > > R=fdoray > > Bug: 947576 > Change-Id: I1f901367e6fcc5243f34f50e5704b68727a40731 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990135 > Commit-Queue: Joe Mason <joenotcharles@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#729802} TBR=fdoray@chromium.org,joenotcharles@chromium.org Change-Id: Ie19f651e25680bc523ca8c8e37e39d11937fedc1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 947576 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993841Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#729900}
-
Peter Boström authored
Moves duplicated logic into views::test::WaitForAnimatingLayoutManager. Also adds a views::test::GetAnimatingLayoutManager convenience method. Bug: chromium:1039852 Change-Id: I285b4a717c556fc1b329259c0ce6142b271dcb56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993565 Auto-Submit: Peter Boström <pbos@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Reviewed-by:
Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#729899}
-
Dan Beam authored
Discussion: https://groups.google.com/a/chromium.org/d/msg/chromium-dev/RqOdTlxuGVg/M7I0CTryDQAJ Bug: None Change-Id: I43cb19e50bf9addc530d728f4f002afa16bd6f5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993388 Commit-Queue: Dan Beam <dbeam@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#729898}
-
sebsg authored
This reverts commit f3a7d44e. Reason for revert: Failing again after this landed https://ci.chromium.org/p/chromium/builders/ci/Mac%20Retina%20Debug%20%28AMD%29/59027 more details at crbug.com/1040202 Bug: 1040202 Original change's description: > Reland "Remove Pixel_CSSFilterEffects_NoOverlays failure expectation" > > This reverts commit b4099b2c. > > Reason for revert: new image has been triaged in Skia Gold. > > Original change's description: > > Revert "Remove Pixel_CSSFilterEffects_NoOverlays failure expectation" > > > > This reverts commit 7076daa4. > > > > Reason for revert: The test started failing again after this CL was landed. More details on crbug.com/1040202 > > > > Original change's description: > > > Remove Pixel_CSSFilterEffects_NoOverlays failure expectation > > > > > > Test was producing a minor image diff, has been triaged. > > > > > > Bug: 1040202 > > > Change-Id: Iae6dd08ea4b97d7f4975971b8abbb948d97867d5 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992564 > > > Reviewed-by: Kenneth Russell <kbr@chromium.org> > > > Commit-Queue: Brandon Jones <bajones@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#729597} > > > > TBR=kbr@chromium.org,bajones@chromium.org > > > > Change-Id: Id637b25550ce9f423e448d0b332c0dbbf34b9eb9 > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 1040202 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992367 > > Reviewed-by: sebsg <sebsg@chromium.org> > > Commit-Queue: sebsg <sebsg@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#729736} > > TBR=kbr@chromium.org,bajones@chromium.org,sebsg@chromium.org > > Change-Id: Ief8494871a1a32571d7526ac313f7cbbc0d78d69 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1040202 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993113 > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Kenneth Russell <kbr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#729838} TBR=kbr@chromium.org,bajones@chromium.org,sebsg@chromium.org Change-Id: Ibc4b81aa09eccbe93f04573dbbef675b173dfc32 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1040202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994002Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#729897}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/bf8bd8052673..27db24581e9e git log bf8bd8052673..27db24581e9e --date=short --first-parent --format='%ad %ae %s' 2020-01-09 jdarpinian@chromium.org Optimize disabling ARB_texture_rectangle Created with: gclient setdep -r src/third_party/angle@27db24581e9e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: cwallez@google.com Change-Id: Ia9bf57138feb33c677141374c90b404f329cb375 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993395Reviewed-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@{#729896}
-
Michael Spang authored
This is equivalent to the upstream "-s" option. It just prepends a string to path lookups in case paths are from a remote device for which we have a local symbols tree. Bug: 1040148 Change-Id: Icfa3232b9aa8fefa7274f26fdb0c123ceeb3f96d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992008Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#729895}
-
Tommy Steimel authored
This CL switches the kaleidoscope browsertest to JavaScript Bug: 1026732 Change-Id: I35463113733460f24ebd1025420c94e9d8443825 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993629Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#729894}
-
Fernando Serboncini authored
Change-Id: Ie841d2cf24be16f9a744b0a76bd35130a9d8ef10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993401 Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Auto-Submit: Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#729893}
-
Greg Thompson authored
BUG=1037237 R=proberge@chromium.org Change-Id: I1af2a700fe4d3922f9a16e3068b8b73f09980a71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986075 Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
proberge <proberge@chromium.org> Cr-Commit-Position: refs/heads/master@{#729892}
-
Yao Xiao authored
Bug: 1037382 Change-Id: I3ce638552ab44050af8bdd3083a42a5879c0c537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991748 Commit-Queue: Yao Xiao <yaoxia@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#729891}
-
Matt Reynolds authored
This CL modifies the return value from navigator.hid.requestDevice to return an array of HIDDevice objects instead of a single HIDDevice. If the device chooser is canceled without making a selection, the promise is resolved with an empty array instead of rejecting with a DOM exception. The HID device chooser has also been modified such that each item in the chooser represents a single physical device. If multiple logical HID interfaces are exposed by the same physical device, granting permission to access the single physical device grants permission to access any logical HID interfaces hosted by the device that satisfy the chooser filters. BUG=1036439 Change-Id: Ib67b71bcee32e261d3c9425cfc8bd7173f4ebb8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966496Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#729890}
-
Oystein Eftevaag authored
This reverts commit c6d81bfc. Reason for revert: Broken again. Original change's description: > Revert "Disable v8.browsing_mobile/browse:news:nytimes:2019 on android go & nexus 5" > > This reverts commit 5be23f11. > > Reason for revert: The CL that caused problems has been reverted. > > Original change's description: > > Disable v8.browsing_mobile/browse:news:nytimes:2019 on android go & nexus 5 > > > > NOTRY=true > > TBR=crouleau@chromium.org > > CC=mythria@chromium.org,ulan@chromium.org > > BUG=1039295 > > > > Change-Id: I418cf1c1be64257871972520008cf61749fa6032 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988546 > > Reviewed-by: Stephen Nusko <nuskos@chromium.org> > > Commit-Queue: Stephen Nusko <nuskos@chromium.org> > > Auto-Submit: Stephen Nusko <nuskos@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#728565} > > TBR=crouleau@chromium.org,nuskos@chromium.org > > Change-Id: Iaee18d7609fd7a54b480ab59b3dd1a3313be9be5 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1039295 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1985956 > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> > Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#728875} TBR=rmcilroy@chromium.org,crouleau@chromium.org,nuskos@chromium.org NOTRY=true Bug: 1039295 Change-Id: Iaf40d9ec4acef0aeb9ec0e809c707c8e070766aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994020Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#729889}
-
Patrick Monette authored
This CL adds an overload to WebContentsImpl::FromRenderFrameHostID() and to RenderFrameHost::FromID() that takes in a GlobalFrameRoutingId instead of taking in a pair of ints. This makes those functions easier to use when the caller already has a GlobalFrameRoutingId instance. Change-Id: I1fd7acf816d5f48b792f69d21007a302317f5cea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988729 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#729888}
-
Haiyang Pan authored
This reverts commit 4276efd8. Reason for revert: The CL https://crrev.com/c/1988925 offers the same result in a better way Original change's description: > android: Add logging for local instrumentation test run to help debugging > > Currently the builder test-n-tablet has flaky test failure due to timeout in > apk installation. > Adding logging to see which apk spent the most time. > > This CL can be reverted after the issue 1004322 is resolved > > Bug: 1004322 > Change-Id: Ic51694add3666aa0e0442cb6f8c11131e04ae13d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859904 > Reviewed-by: John Budorick <jbudorick@chromium.org> > Commit-Queue: Haiyang Pan <hypan@google.com> > Cr-Commit-Position: refs/heads/master@{#706212} TBR=bpastene@chromium.org,jbudorick@chromium.org,hypan@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1004322 Change-Id: I4157e86800050f8ac051678e22224a4618118484 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993444Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#729887}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/368d39c30c42..f6a6a4162f28 git log 368d39c30c42..f6a6a4162f28 --date=short --first-parent --format='%ad %ae %s' 2020-01-09 bclayton@google.com SpirvShader: Move extension list out of for loop. Created with: gclient setdep -r src/third_party/swiftshader@f6a6a4162f28 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;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: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Id02f1b5bf63bf0c6d72a8616406146f8f149719a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993583Reviewed-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@{#729886}
-
Jack Lynch authored
This CL fixes tests that will be broken by https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1891267 Bug: 963183 Change-Id: I009b29a449d76d2a147fd32bb72bf8b2d4e5ebc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636716Reviewed-by:
Robert Paveza <Rob.Paveza@microsoft.com> Commit-Queue: Jack Lynch <jalyn@microsoft.com> Cr-Commit-Position: refs/heads/master@{#729885}
-
sebsg authored
This reverts commit de763ddc. Reason for revert: Causing consistent build failures on https://ci.chromium.org/p/chromium/builders/ci/chromeos-amd64-generic-cfi-thin-lto-rel See crbug.com/1040636 for more info. Original change's description: > Implement DWARF Fission support in Chrome Android. > > - Modify some compiler build definitions to allow symbol_level=2 with > Chrome Android 32bit, and to make the build respect use_debug_fission in > those cases. > - Modify "link" and "solink" tools in Android toolchain so that DWP > files can be generated for builds with use_debug_fission. > - Modify partitioned_shared_library template/script so that DWP files > can be generated for partitioned libs when use_debug_fission is set. > > Change-Id: I85b755302976d9675ef00c5a79f5184ecc8dbd4b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975081 > Commit-Queue: Nelson Billing <nbilling@google.com> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#729858} TBR=thakis@chromium.org,agrieve@chromium.org,scottmg@chromium.org,nbilling@google.com Change-Id: I3f3e446ba7ce07034301663af4d2cf0b5cd95982 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993901Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#729884}
-
Gabriel Charette authored
Bug: 1039833 Change-Id: Ib37fd30a9fb47c3e85787e8d249ec2491c40030e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989996 Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#729883}
-
Chase Phillips authored
As part of addressing a problem with corrupt cache entries, this test verifies that the initial cause of the issue is fixed: cached HttpResponseInfo instances should have a valid request and response time. The original problem resulted in these values being set to their default values (year 1601 on Linux). I verified directly that commenting out the fix in appcache_update_url_loader_request.cc caused this new test to fail. Bug: 989611 Change-Id: I338446b18007ac3cda3e1cd2b5e2cc7a1da6efb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992350 Commit-Queue: Chase Phillips <cmp@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#729882}
-
Koji Ishii authored
Change-Id: Ic51da64e6dbfb30de6cb4f47ea7fbeb1fbbdd97a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993063Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#729881}
-
kylechar authored
SkiaOutputSurfaceImplOnGpu::num_readbacks_pending_ isn't decremented when readback is complete. CheckReadbackCompletion() will continue to run periodically even when there are no pending readbacks as a result. Bug: 1022495 Change-Id: I636d83db87bcad0debbf3098d25023d88e5947b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993392 Auto-Submit: kylechar <kylechar@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#729880}
-
Koji Ishii authored
This patch changes |NGInlineBoxFragmentPainterBase:: ComputeFragmentOffsetOnLine| to support |NGFragmentItem|. It used |NGPaintFragment|, but did not crash when it was null. Fixes e.g., fast/inline/inline-box-background.html Bug: 982194 Change-Id: I99abff4e4a2319151870d1283681d1d957c6d3e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993363Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#729879}
-
Jack Lynch authored
This CL fixes tests that will be broken by https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1891546 Bug: 963183 Change-Id: If58c767086ea176c430cf764fe9245312ebc6ab9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721843Reviewed-by:
Robert Paveza <Rob.Paveza@microsoft.com> Commit-Queue: Jack Lynch <jalyn@microsoft.com> Cr-Commit-Position: refs/heads/master@{#729878}
-
Stephen Martinis authored
They don't need to be in the test_suite_exceptions file Change-Id: I727e160cb66775ef3e368166cc13ae7aa9eb41a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984706Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#729877}
-
chrome://extensions-frameDemetrios Papadopoulos authored
Bug: None Change-Id: Ibf3299e2487b3796e12569b21362c751426e2ae3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992695 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#729876}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ae4bbcda1a91..ce9e11f02436 git log ae4bbcda1a91..ce9e11f02436 --date=short --first-parent --format='%ad %ae %s' 2020-01-09 hypan@google.com Use --no-streaming option when installing app on certain devices Created with: gclient setdep -r src/third_party/catapult@ce9e11f02436 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC oysteine@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;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:1004322 Tbr: oysteine@google.com Change-Id: I651c74aeaa20daf3e35ea8da0d252d573cf2185f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993394Reviewed-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@{#729875}
-
Erik Jensen authored
On Windows, ToUnicodeEx returns ASCII control characters for certain functional keys. E.g., escape returns 0x1B. This change translates such control characters to the corresponding key function instead of reporting the keys as (unprintable) chacter-generating keys in the layout. In addition, this change checks for known, possibly redundant keys and removes them for a cleaner layout. E.g., if Backslash and IntlBackslash happen to generate the exact same characters for the current layout, only Backslash will be included in the layout sent to the client. Bug: 1026029 Change-Id: Ia261e5ca3baa86b16bba7a4bc6926b5d81c33c85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975296 Commit-Queue: Erik Jensen <rkjnsn@chromium.org> Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#729874}
-
Xida Chen authored
This CL adds a gpu pixel test for off-thread paint worklet, which contains basic draw and transform operations. This test serves as preventing regression before shipping off-thread paint worklet, it also ensures that we would get consistent results cross platforms. Bug: 829967 Change-Id: I0597213905630b84391157b134982a19b2215cc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992311Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#729873}
-
Jimmy Gong authored
- This is another step in removing deprecated printer settings code. - This removes unused dialogs. - Adjusts browser tests to reflect this change. Bug: 1005905 Test: Browser tests Change-Id: I674f4436c4bd17351ff9db2c98e8602dd229ca96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939957 Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#729872}
-
Miguel Casas authored
This CL: - Adds a media_gpu_cros target, with the appropriate folders to watch and directed to the similarly named mailing list. - Takes the chance to rename other similar variables, |media_win| and |vaapi|, so they start with media_gpu_ and are therefore grouped together. Tested it with statements like: ~/p/depot_tools/watchlists.py media/mojo/clients/mojo_video_encode_accelerator.h ~/p/depot_tools/watchlists.py media/gpu/h264_decoder.h to verify it. Change-Id: I790a88bf109137a7119a164fa98b0c754e342f99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993143Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#729871}
-
Chase Phillips authored
This change updates the IfModifiedSinceUpgradeParserVersion1 test to use the new cache helper. There's no expected change in functionality for this test. A later CL will add another test to verify the 304 behavior for multiple cached resources (not just the manifest) based on this test's new structure. Bug: 989611 Change-Id: I6984632694efa2fd17d100281416890800e93990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990252 Commit-Queue: Chase Phillips <cmp@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#729870}
-
Christopher Grant authored
DFMs use explicit JNI registration for both Chrome and Monochrome, but the feature shouldn't care which it's in. Traditionally, JNI registration has been done based on APK targets, but we can also point generation at an Android library. Do that here, and also, tweak the JNI generation template to allow exclusion of transitive deps. For a DFM, this means we can generate JNI only for a module's entrypoints, without pulling in methods from the base module or other unneeded deps. This seems cleaner, and also allows this change to work in component builds. Bug: None Change-Id: I3f3f457815a7e2f06f575f72476cc4c877741c7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992694 Commit-Queue: Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#729869}
-
Ben Kelly authored
Bug: 913107 Change-Id: Ie5f5360e8d8c31bbd5b54f739266f5ac0f7038f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991411Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#729868}
-
Mitsuru Oshima authored
This will make window dragging in tablet mode smoother. I'll convert splitview code in a separate CL. Bug:1031927 Test: manually tested on slate. Change-Id: I99f28c6239e31cbd8556ce9e5fd18a01fab50b18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1987580Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#729867}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b92d20526b83..797d74a266bb git log b92d20526b83..797d74a266bb --date=short --first-parent --format='%ad %ae %s' 2020-01-09 ehmaldonado@google.com vpython: Specify interpreter to run. Created with: gclient setdep -r src/third_party/depot_tools@797d74a266bb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org 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/+/master/autoroll/README.md Bug: chromium:1036606 Tbr: agable@chromium.org Change-Id: I62f011bf09a60291f27f05f110b617a805efacaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993580Reviewed-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@{#729866}
-
Willie Koomson authored
This change adds startTracing()/stopTracing() functions to the autotest API to allow Chrome tracing to be started/stopped from tests. tast test Test: startStopTracing browser test; manually tested by using API in Bug: b:145813709 Change-Id: I636bb8aa4c8bdaaa144ecfd4160a74d43ac404fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989883 Commit-Queue: Willie Koomson <wvk@google.com> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#729865}
-