- 10 Mar, 2020 30 commits
-
-
llin@chromium.org authored
Bug: b/150783279 Test: manual Change-Id: I9c9e37ff8ec2be5ec5f47af54a751019401d53b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092932 Commit-Queue: Li Lin <llin@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#748445}
-
Matthew Denton authored
And also add services/service_manager/sandbox/linux/ to the "linux_sandbox" watchlist definition. Bug: None Change-Id: Id66946cd60ecb415a540d77fa6be35de0a71948f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093393 Commit-Queue: Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#748444}
-
Nico Weber authored
follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/2078738 TBR=hans Bug: none Change-Id: I4fb2eebbddd3687849ca87e74479d34e05d3edd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095439Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#748443}
-
Noel Gordon authored
Position relative the <span elider> child with 48px size, and shift it into place for centering. Bug: 1035691 Change-Id: I06e9b6e0e2ed4527902c25265a709682f013a1c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094428 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#748442}
-
Xida Chen authored
When a frame is presented on screen, the frame token may not exactly match the awaiting-presented main frame token. In this case, our current code won't count as main frame produced. But instead, we should count this frame as main frame produced, as long as the presented frame token is >= any main frame token that is waiting to be presented. Bug: 1055848 Change-Id: I5e0fb3e65a6581c8348e5e074cac6fc9a746356f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075040 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#748441}
-
Sophie Chang authored
Bug: 1059870 Change-Id: I0ce2c19a24f25b361e21d76b03929187bbed9533 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094546Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#748440}
-
Peter Kotwicz authored
This CL disables unmuted video autoplay for webapps. This was unintentionally enabled in https://chromium-review.googlesource.com/c/chromium/src/+/1621415 This CL also introduces utility class - CustomTabActivityTypeTestUtils.java - for running a test against several activity types and makes CustomTabDeferredStartupTest.java use it. BUG=1059579 TEST=CustomTabAutoplayUnmutedTest.* Change-Id: I5a0446d896f3f9f8337a1e4b4febe4460ab87ed1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093932 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#748439}
-
Victor Costan authored
The browser-side quota implementation currently lives in //content/browser/quota_dispatcher_host.{cc,h}. This CL moves it in a separate directory, to match the rest of the storage features. The code is intentionally left as-is, to make the CL easy to review. Bug: 1016065, 1030901 Change-Id: I7d5252bd14527d693611d42a564f19e152485862 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095562 Commit-Queue: Victor Costan <pwnall@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#748438}
-
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/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I50992ba7fca4f0ffef3082ecce82afb0d8aa23d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095161Reviewed-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@{#748437}
-
Ken Rockot authored
This introduces support for typemaps specified as GN targets, with new cpp_typemaps and blink_cpp_typemaps variables that mojom() targets can used to reference their typemap rules. The underlying work to use the typemap configuration is shared with the existing typemap infrastructure, but the net result is that we no longer need separate .typemap files or global "bindings configurations" once everything is converted to this approach. NOTE: The original version of this CL used GN's generated_file() target, which did not properly support MSVC project generation. As this was the first use of generated_file() for non-Android build rules, it ended up breaking some Windows developers' builds. Bug: 1059389 Change-Id: I9ade2071933bdc0384e1b3af1cbc106152b68038 Tbr: oksamyt@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094254 Auto-Submit: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#748436}
-
Joshua Pawlicki authored
Bug: 1059868 Fixed: 1059868 Change-Id: I18ef0066a357d0eab02568645a02c4f306ae2abc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095461Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#748435}
-
Rachel Carpenter authored
Also add some tests. Bug: b/145555027 Change-Id: I3c155ab9930a2b8fcfbdcbc57f558eda1cb6a080 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087876Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Rachel Carpenter <carpenterr@google.com> Cr-Commit-Position: refs/heads/master@{#748434}
-
Brian Sheedy authored
Removes expected leftover minidumps from several tests that intentionally crash a Chrome process. This is so that these intentional crashes are not caught as failures once pre/post test minidump checking is enabled with crrev.com/c/2090590. Bug: 1056235 Change-Id: Iad026563b3a7acfc6e2078ffec36a000ed4b2dec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080863 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#748433}
-
Aran Gilman authored
Bug: 925965 Change-Id: I9f90480657c8ff856555c4d68c687cb7880265e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095411 Commit-Queue: Aran Gilman <gilmanmh@google.com> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Auto-Submit: Aran Gilman <gilmanmh@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#748432}
-
Tim Song authored
BUG=1040648 Change-Id: I897158eb5098bd08d36b2a37b0a1731909ae51e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095669Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Gil Dekel <gildekel@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#748431}
-
Weiliang Chen authored
gpu::MemoryTracker is created inside InProcessCommandBuffer and SkiaOutputSurfaceImplOnGpu. Plumb them out to be shared with OverlayProcessor. OverlayProcessor for Android classic only reads the shared image, so it was not required to plumb the memory tracker correctly. This is in preparation for other overlay platforms. TBR=boliu, kylechar R=rjkroege Bug: 979788 Change-Id: I73d6d8e34fd7ef9e0c61df3d25ce4e7af954ef54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042385Reviewed-by:
weiliangc <weiliangc@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#748430}
-
Joel Hockey authored
Non-tabbed apps (such as settings) now have the same themepack color for frame and active_tab. Previousley, autogenerated theme pack colors always force these colors to have some contrast. In the case of settings, the contrast color is light grey, and it is the color used for NTP_BACKGROUND (bg shown until page loads). Given that there is no need for frame/active_tab contrast for a non-tabbed app, it is better to have them both the same color. Bug: 1053823 Bug: 1059696 Change-Id: Iaf2e6cbf6f3db9fe2c1d98c32692e3e74e8a7ef3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094484 Auto-Submit: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#748429}
-
chrome://media-appTrent Apted authored
AbstractFile.overwriteOriginal is implemented in the guest context to send IPC to the privileged host to achieve the file write. To ensure the correct file is written, a token is passed on IPC load requests. Only the file that the privileged context determines is "current" may be written to by the unprivileged guest. Testing - Remove receiver_api.js and depend on receiver.js directly for type checking. - Mock out the native file system on the host side. - Add a test-only IPC to trigger AbstractFile.overwriteOriginal(). Bug: b/146580738 Change-Id: Ie68213e3e1412a2d1fd63d8039d71858f5b4c740 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090992 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#748428}
-
Victor Hugo Vianna Silva authored
These histograms are still relevant from a UX perspective, so this CL extends their expiry dates to 1 year from now. Fixed: 1053274,1053275 Change-Id: I9449dc9fa7578b977e2ff174b7b11832968f1a55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095061Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#748427}
-
Victor Costan authored
https://crrev.com/c/2076423 added new templated methods to base::TaskRunner, which use base::BindOnce and base::Owned. These are declared in //base/bind.h, which is not included. This IWYU omission results in occasional compilation errors. Example in the attached bug. Bug: 1059591 Change-Id: Ia927ec3fac35966793b801059925d7c950319c29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094086 Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#748426}
-
Torne (Richard Coles) authored
A recent change broke this test's intended purpose by moving the point where it started Chromium. Avoid this happening again in future by better documenting what the test is actually doing and why. Change-Id: I1fc3de0bb3b0d63e3c9063aa733fb200a959336e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095441 Commit-Queue: Richard Coles <torne@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#748425}
-
tby authored
Some of the existing file icons look bad in the chips, because the chips have a different background colour that results in them being low-contrast. This CL refactors the file_icon_util.* files to allow either the original or new icons to be retrieved. The main change is to split GetIconResourceIdForLocalFilePath into GetIconTypeForPath GetResourceIdForIconType GetChipResourceIdForIconType The former method took a file path, found correct Icon enum, then found the correct resource ID for the enum. The new methods separate out the enum-finding step from the resource- loading step, so that the Chip function can first try and return a chip-specific icon, and then fall back to the original icons if needed. Bug: 1034842 Change-Id: Ia7c3310c771993909f8d8b535229173bedb528d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089182 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#748424}
-
Antonio Gomes authored
This is inspired on [1], by kinuko@. [1] https://crrev.com/c/2016524 BUG=704136 R=dcheng@chromium.org, sky@chromium.org Change-Id: Ic3a503229b346c3236b113804eca0279cff025ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090733 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#748423}
-
Karandeep Bhatia authored
Screenshot: https://screenshot.googleplex.com/gDkAoBBUF28.png BUG=1038831 Change-Id: Iac2f49a7d4af6ad1d4ccee8c445a877ca058b866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088732 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#748422}
-
Mitsuru Oshima authored
The test was added to check if the panel produces expected dsf. This CL enahance the test to check if it produces expected size in dp and screenshot size. Bug: None Change-Id: I1112df16156352ed126db968da1427d257395c21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094575Reviewed-by:
Kazuhiro Inaba <kinaba@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#748421}
-
jonross authored
The Mac FYI GPU ASAN bot is currently failing 25% of the time due to flaking failures in the WebGL Conformance tests. This change marks those tests as RetryOnFailure to attempt to recover from the flakes. TBR=ynovikov@chromium.org Bug: 1059760 TEST=webgl_conformance_gl_passthrough_tests webgl_conformance_validating_tests webgl2_conformance_gl_passthrough_tests webgl2_conformance_validating_tests Change-Id: I1f5143422ca02f96cb899f4b9ad175508238ec3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095318 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#748420}
-
Raul Tambre authored
The unicode type no longer exists in Python 3. All UKM data seems to be ASCII, so we can go the easy route and use the str type. Traceback (most recent call last): File "../../tools/metrics/ukm/gen_builders.py", line 16, in <module> import ukm_model File "C:\Google\chromium\src\tools\metrics\ukm\ukm_model.py", line 31, in <module> ('type', unicode, None), NameError: name 'unicode' is not defined Bug: 941669 Change-Id: I54542ea0e6f186432a75b24763486bac2624b163 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081813 Auto-Submit: Raul Tambre <raul@tambre.ee> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#748419}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/8ecb862ae74d..da0658022d4c git log 8ecb862ae74d..da0658022d4c --date=short --first-parent --format='%ad %ae %s' 2020-03-09 bravi@microsoft.com Adding test cases for enter key press on buttons 2020-03-09 bravi@microsoft.com Moving drawing focus rect to class CFX_DrawUtils 2020-03-06 tsepez@chromium.org Remove stray forward declaration of CFXJS_Engine. Created with: gclient setdep -r src/third_party/pdfium@da0658022d4c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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:994500 Tbr: pdfium-deps-rolls@chromium.org Change-Id: I847d0624887b02a2b0a9a369fbc0644f1d7d6a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095655Reviewed-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@{#748418}
-
dpapad authored
Specifically moving - clear_browsing_data_dialog/clear_browsing_data_dialog.html - privacy_page/cookies_page.html - privacy_page/security_page.html - site_settings/all_sites.html Which results in 15.4% less JS/HTML code loaded during Settings startup (measured on Linux builds) vulcanized.html: 342K -> 286K (-16.4%) crisper.js: 390K -> 333K (-14.6%) lazy_load.vulcanized.html: 153K -> 209K (+27%) lazy_load.crisper.js: 189K -> 246K (+30%) Also fixing a bug that was revealed as a result of these changes where <settings-ui> was not properly clearing some global state when it was detached from the DOM, causing test failures. Bug: 1026064,1032584 Change-Id: Ibf6ef69916ae7a656b9b2576947294bea87ef5c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090840Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#748417}
-
Ryan Hansberry authored
Migrate metrics recording from bluetooth_private_api.cc and tray_bluetooth_helper_legacy.cc to bluetooth_utils.cc. Now that all metrics recording is unified under bluetooth_utils, subsequent CLs to flesh out these metrics in question will be easier to understand. Bug: 953149 Change-Id: Icf70d1e439b003f80f1250e4547c8275b77f201f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090295 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#748416}
-
- 09 Mar, 2020 10 commits
-
-
S. Ganesh authored
This reverts commit b99538b3. Reason for revert: The original CL 2092939 was not the cause of the flaky failures, so reverting the revert. Original change's description: > Revert "Better registry cleanup in InstallServiceWorkItemTest." > > This reverts commit b256ed1f. > > Reason for revert: I'm hoping reverting this and your other patch will fix the flake. Bug is here: https://bugs.chromium.org/p/chromium/issues/detail?id=1059314 > > Original change's description: > > Better registry cleanup in InstallServiceWorkItemTest. > > > > mini_installer_tests ChromeUserLevel and ChromeUserLevelUpdate are > > failing with the following error: > > > > AssertionError: In state 'chrome_user_installed_not_inuse', Registry key > > HKEY_LOCAL_MACHINE\Software\Chromium exists. > > > > This is most likely due to the change I made in change 2086353 to delete > > a value instead of the key. > > > > Now the test will delete the key if the test is the one that created the > > key in the first place. > > > > Bug: 1059314 > > Change-Id: I2b85e1f4c979c52a41aebb41c4951b60cf58a50a > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092939 > > Commit-Queue: Greg Thompson <grt@chromium.org> > > Reviewed-by: Greg Thompson <grt@chromium.org> > > Auto-Submit: S. Ganesh <ganesh@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#748062} > > TBR=ganesh@chromium.org,grt@chromium.org > > Change-Id: I875c730322f5bc4cc9fdfa8b5497e26f2b8b81da > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1059314 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095201 > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#748256} TBR=sky@chromium.org,ganesh@chromium.org,grt@chromium.org Change-Id: Ia53b0dae159068f44137e0e8d597d3dd9c2f0428 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1059314 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095766Reviewed-by:
S. Ganesh <ganesh@chromium.org> Commit-Queue: S. Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/master@{#748415}
-
S. Ganesh authored
This reverts commit 9e13a828. Reason for revert: The original CL 2086353 was not the cause of the flaky failures, so reverting the revert. Original change's description: > Revert "Fix InstallServiceWorkItemTest deletes Chrome key under ClientState." > > This reverts commit ea173bd3. > > Reason for revert: Still seeing failure of mini_installertests. Hoping this will fix the flake. Bug is https://bugs.chromium.org/p/chromium/issues/detail?id=1059314 > > Original change's description: > > Fix InstallServiceWorkItemTest deletes Chrome key under ClientState. > > > > Greg discovered that InstallServiceWorkItemTest.Do_ServiceName will > > create Google\Update\ClientState\{8A69D345-D564-463c-AFF1-A69D9E530F96} > > if it does not exist and then delete it. If the test is run on a > > development machine, it will corrupt the stable Chrome install. > > > > Bug: 1057233 > > Change-Id: I5e71c6ab9776f376dcffe0a415bfb084baec8e26 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086353 > > Auto-Submit: S. Ganesh <ganesh@chromium.org> > > Reviewed-by: Greg Thompson <grt@chromium.org> > > Commit-Queue: Greg Thompson <grt@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#746738} > > TBR=ganesh@chromium.org,grt@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1057233 > Change-Id: I57c3d50264dcf433a123e2802f04a70af8742935 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094466 > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#748270} TBR=sky@chromium.org,ganesh@chromium.org,grt@chromium.org Change-Id: I561963764eae05901f083b9c235cce165e623b9d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1057233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095956Reviewed-by:
S. Ganesh <ganesh@chromium.org> Commit-Queue: S. Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/master@{#748414}
-
Brian Cui authored
This CL disables tests that will be broken by the Infobar Improvements CL [1]. These tests will be fixed and re-enabled by [2], after [1] is merged and DEPS is auto-rolled to pick up the commit. The tests have been broken due to a one-character method rename in [1] for ScriptFormatterEditorAction to make the .toggleFormatScriptSource() method public (formerly private). [2] simply fixes the tests by updating the method call names. [1] https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1981175 [2] https://chromium-review.googlesource.com/c/chromium/src/+/2091228 Bug: 1981175 Change-Id: I5357c43c7a8256fe28bd0f370d09ba473b5eca3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092424Reviewed-by:
Robert Paveza <Rob.Paveza@microsoft.com> Commit-Queue: Brian Cui <brcui@microsoft.com> Cr-Commit-Position: refs/heads/master@{#748413}
-
Kenichi Ishibashi authored
If caching a service worker script is successfully finished, |size_bytes| should be always >= 0. Using CHECK() because we shouldn't store any invalid data into persistent storage. Bug: 946719 Change-Id: I5b397733fecb0eba49ea12e439efcfc8dcfd279b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094835Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#748412}
-
chromium-autoroll authored
Roll airmont AFDO profile from 82-4044.31-1583148634-benchmark-82.0.4077.0-r1 to 82-4072.0-1583751487-benchmark-82.0.4079.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-airmont-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: Ia5fde0cddffd5ed65bb8d2626179b8de4537685e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095838Reviewed-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@{#748411}
-
Peter Kasting authored
I believe these were not caught earlier because we previously called MaterialDesignController::Initialize() in every test, which reset the controller state to non-touch mode after the TestAPI scoper had set it to whatever we were trying to check. The most problematic of these is AvatarDisplayOnTeleportedWindow, which is what the bug here is formally about. However, the other tests disabled here should also be checked: perhaps the test can be rewritten in a way that makes sense with the WebUI tabstrip. This also makes a couple other changes for robustness that should have little practical effect: changing an EXPECT to an ASSERT (since if we fail to leave immersive mode when we expect, the test has already timed out, and we might as well abort), and changing a click on the leftmost pixel of a button to a click on the center. Bug: 1059514 Change-Id: I7973e043e462b649cca9b4f25214149dcd6bc41a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095855 Commit-Queue: Peter Kasting <pkasting@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#748410}
-
Rakesh Soma authored
Change-Id: I691e445c50acbfd5aa6e5e7ca66395bbc022272f Bug: 1058467 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056611 Commit-Queue: Rakesh Soma <rakeshsoma@google.com> Reviewed-by:
Tien Mai <tienmai@chromium.org> Cr-Commit-Position: refs/heads/master@{#748409}
-
Josh Nohle authored
The device registry is logged when the v2 device manager is started and after each successful v2 DeviceSync. This will greatly help with v2 DeviceSync debugging. Manually tested to verify formatting. Change-Id: Idfc5892b7d89e619784d8496ba0ead435f1950a2 Bug: 951969 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079683Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#748408}
-
Ben Joyce authored
BUILD.gn changes not included to reduce files changed. Bug: 1052460 Change-Id: I95a5d6827d5cad9db9d04bf9c811a232a1aa895a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090626 Commit-Queue: benjamin joyce <bjoyce@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#748407}
-
chromium-autoroll authored
Roll silvermont AFDO profile from 82-4044.31-1583145468-benchmark-82.0.4079.0-r1 to 82-4072.0-1583746630-benchmark-82.0.4079.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-silvermont-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: I6231c7fc57a128954055b8e27e3dcc33de96e6df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095662Reviewed-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@{#748406}
-