- 10 Apr, 2020 40 commits
-
-
Xinghui Lu authored
This metric is useful to monitor the success rate of requests and the distribution of each error type. Metrics added in this CL: SafeBrowsing.TokenFetcher.ErrorType Bug: 1051679 Change-Id: I7e6242e932700c9c8906c374941b54ac2e1437cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138157Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#758286}
-
Arthur Eubanks authored
Bug: 1067752 Change-Id: Ib24d6e6542fc9a21e8105f8bcd9776ab34968ab7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137542Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/master@{#758285}
-
Matt Menke authored
This is part of an effort to merge SiteForCookies, NetworkIsolationKey, and the information on how to update them into a single object that renderers cannot set, to ensure consistency and help protect against compromised renderers. This CL also makes NavigationRequests get a single IsolationInfo from the RenderFrameHost, instead of getting NIK and SiteForCookies separately. This will change behavior when using view-source from an iframe - the iframe's cookie behavior will be used for the view-source request, though after the first redirect, it will act like a main frame. This behavior will switch to acting like an iframe after redirects, too, once IsolationInfo is fully wired through the navigation code. Bug: 1065152 Change-Id: I4b4ea59dcd72ece35730953536ff5b899fc6c43b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122816 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#758284}
-
Dan Harrington authored
- Feed.LoadStreamStatus* histograms - Feed.UserAction histogram Removed FeedStream::EventObserver, since we can now use MetricsReporter directly. Bug: 1044139 Change-Id: Ie48152550e39e2759c3799566c5c8cf5b60d93ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144675Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Ian Wells <iwells@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#758283}
-
Mathias Carlen authored
Before this patch, a render side triggered reload while in a prompt state would not allow a script to restore exactly the same prompt state. This patch introduces an option to end an ongoing prompt upon a render side navigation request. By setting |end_on_navigation| for a prompt action, the latter will end successfully and continue with the next action in the script. This is communicated to the backend via a |navigation_ended| flag in the result choice section. Bug: b/152724265 Change-Id: I182365bc018c0217138d867c48fbe37288f923d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141901 Commit-Queue: Mathias Carlen <mcarlen@chromium.org> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Reviewed-by:
Marian Fechete <marianfe@google.com> Cr-Commit-Position: refs/heads/master@{#758282}
-
Jon Mann authored
Previously we were saving entries from the saved_ip_config (used to remember the last config if the user switches back to DHCP) instead of the actual active static_ip_config. This also implements some missing work during deserialization/application of the proto. Bug: 966270 Change-Id: Icf47bbbec9d4884071f3c324196c90722deb280a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145259 Commit-Queue: Jon Mann <jonmann@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#758281}
-
Ian Wells authored
* Encodes request payload as base64 * Skips the leading varint message size before trying to parse the response Bug: 1044139 Change-Id: I4736625ffdec1ba6e9b6ad0d4b64265183bdedc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142957Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#758280}
-
John Delaney authored
This CL implements reporting for the Conversion Measurement API. Reports are periodically fetched from ConversionStorage once every 30 minutes by the ConversionManager, which puts them into a queue to be sent. ConversionReporter implements this priority_queue and keeps a timer which fires when the next report is eligible. Reports are sent via SimpleUrlLoaders using the browsers SharedUrlLoaderFactory. Once a report is sent, it is deleted from storage. There is currently no logic for retries due to connection errors. Change-Id: I5ad28ebc6940618fe24b965b371e6097dbabf177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050848 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#758279}
-
rbpotter authored
Migrating sign_out_a11y_test and manage_profile_a11y_test to Polymer 3. Also fixing a missing aria label for the "manage profile" page's input field, which was found by the Polymer 3 version of the test (test was somehow passing in Polymer 2). Bug: 1026426 Change-Id: I327d39ef9f760348ac0dc01622fc27497f4c32f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144842Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#758278}
-
wutao authored
This metric is useful to catch UI perf regressions. Bug: 1055381 Test: NA Change-Id: I8139fe6e595c23a2f139a8623a0d873ed0e5b949 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137731Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#758277}
-
Lei Zhang authored
The method does not interact with any PrintedDocument member variables. Simplify its unit test and avoid instantiating a dummy PrintedDocument. Change-Id: I8478a88a4044c5fce8799f203e483b874bac5c26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145781Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#758276}
-
Clark DuVall authored
This reverts commit 89a7ef17. Reason for revert: This is breaking WebView bundles on the official builders, see crbug.com/1069724. It looks like bundletool looks specifically for .dex extensions[1], and this change breaks that assumption. 1. https://github.com/google/bundletool/blob/3586f8630e08733503ddbd1e74e10d4fb50e0d69/src/main/java/com/android/tools/build/bundletool/validation/DexFilesValidator.java#L48 Original change's description: > Use .r8dex.jar and .mergeddex.jar rather than .dex.zip > > This just renames the extensions in order to make build speed summaries > distinguish the two. > > Bug: 1067273 > Change-Id: I0a1e14cfed3557d29cd6beb0987436cacfaf6b65 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140908 > Commit-Queue: Andrew Grieve <agrieve@chromium.org> > Commit-Queue: Peter Wen <wnwen@chromium.org> > Auto-Submit: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Peter Wen <wnwen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#757855} TBR=wnwen@chromium.org,agrieve@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1067273, 1069724 Change-Id: Ied71fc35aef250bdbf21ee4ec34f5bb2d0eb3423 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145860Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#758275}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/ab2c84ffd2a4..8619cbe2379c git log ab2c84ffd2a4..8619cbe2379c --date=short --first-parent --format='%ad %ae %s' 2020-04-10 zmo@chromium.org Fix two warnings. 2020-04-10 bryan.bernhart@intel.com D3D12: Bucket CPU descriptor allocators on the device. 2020-04-10 cwallez@chromium.org Fix the CMake build because of CMP0077 2020-04-10 cwallez@chromium.org Split third_party/BUILD.gn in per-project files. 2020-04-10 cwallez@chromium.org Split examples, test and utils in their own BUILD.gn Created with: gclient setdep -r src/third_party/dawn@8619cbe2379c 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/+/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: chromium:1064305 Tbr: cwallez@google.com Change-Id: Ida0ec1ec36bbb4bbb71e07d295b8fec519482179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145782Reviewed-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@{#758274}
-
Devlin Cronin authored
Remove [G|S]etBrowserActionInfo(), [G|S]etPageActionInfo(), and [G|S]etExtensionActionInfo() from ActionInfo, leaving only the type-agnostic GetAnyActionInfo() (to be renamed GetActionInfo() or similar) and SetExtensionActionInfo(). The only real users of these type-specific getters were tests, which have been updated. This is another step in moving towards a generic "action" key. Bug: 893373 Change-Id: Ibd2b99fd144612ccb1336370ee5f75301168b4c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133118 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#758273}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/e6f65d9265e7..d37179337d95 git log e6f65d9265e7..d37179337d95 --date=short --first-parent --format='%ad %ae %s' 2020-04-10 digit@google.com [cmake] Add support for CMAKE_SYSTEM_NAME == "Fuchsia" Created with: gclient setdep -r src/third_party/swiftshader@d37179337d95 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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Icd1e0fb6e2aeb26a63df4bc98a29c50ef48bad74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145777Reviewed-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@{#758272}
-
Regan Hsu authored
Wait for iron list to complete resizing, then flush to ensure all os-search-result-rows are loaded. (https://logs.chromium.org/logs/chrome/buildbucket/cr-buildbucket.appspot.com/8883704380960662928/+/steps/browser_tests/0/logs/Deterministic_failure:_OSSettingsSearchBoxBrowserTest.AllJsTests__status_FAILURE_/0) Fixed: 1068811 Change-Id: I15b35de45399c13cd10606980cf5c00dcbf0562a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140203Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#758271}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2faa33772be4..95c26efc9049 git log 2faa33772be4..95c26efc9049 --date=short --first-parent --format='%ad %ae %s' 2020-04-10 brianosman@google.com Pure SkSL RNG for particles 2020-04-10 bsalomon@google.com Batch across view matrix changes in linearizing convex path renderer 2020-04-10 reed@google.com approx_tan for skvm Created with: gclient setdep -r src/third_party/skia@95c26efc9049 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 csmartdalton@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-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:1066338 Tbr: csmartdalton@google.com Change-Id: Icc86c730e7dcb445b8871d2aaeb0c89d9de7a461 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145779Reviewed-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@{#758270}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/647a242debd9..68353dd74e3e Created with: gclient setdep -r src-internal@68353dd74e3e 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 nhiroki@google.com,reillyg@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.chrome.try:linux-chromeos-chrome Bug: chromium:1046880,chromium:949819 Tbr: nhiroki@google.com,reillyg@google.com Change-Id: I3de013cd9d7b343ae2ef9bb9f744ec1c50bf6189 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145774Reviewed-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@{#758269}
-
David Bokan authored
This was introduced in https://crrev.com/c/2142514 when the invalid value being case to an EventDisposition enum was turned into a base::Optional de-ref. This situation should never occur but the crashes indicate it does. This CL preverves old behavior to prevent the crash. TBR=nzolghadr@chromium.org Bug: 1069760 Change-Id: I412edf2bff202d68730a3374792f1dab16a91426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145567 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#758268}
-
Theresa Wellington authored
A previous CL attempted to deflake this test by waiting for page load start instead of page load finished. This appears to have helped a bit but there was a failed run after the "fix". The failures were due to either the pageLoadStarted check comparison failing to get the right Tab (claimed activity tab URL was about:blank while post test screenshot showed correcct URL) or an NPE when attempting to get the activity tab. This CL waits for the last focused activity to be ChromeTabbedActivity then polls for ChromeTabbedActivity#getActivityTab()'s URL to match the expected test page. BUG=1068608 Change-Id: I13dd6e3ad59963ebfa21d99d011e8b8a600496d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145764 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#758267}
-
Matt Menke authored
In particular, mention SameSite cookies, assembling the cache key (using the NIK), provide a bit more detail on other schemes, particularly websockets and data URLs, and remove information about FTP. Bug: None Change-Id: I3fe69c2f7ea7b4d1e299d9c68973142b87dafcdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144685 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#758266}
-
Donn Denman authored
A new test suite for the Preview Tab. Also adds a helper for FirstRunFlow. Using the helper in existing tests will be done separately. BUG=952319 Change-Id: I756483ce549f9664012a24db8b62e1cdc43b9361 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136282 Commit-Queue: Donn Denman <donnd@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#758265}
-
Ben Pastene authored
Picks up a single change: $ git log 97d7f0702..8ef1e6c0 --date=short --first-parent --format='%ad %ae %s' 2020-04-06 bpastene@chromium.org device: Don't assume '--device=localhost' means VM. And updates chromeos/test_runner.py to not specify '--device=localhost' when running VM tests. Bug: 1067800 Change-Id: Id8af6b2cb1d8a082b71a6ac01cfe9522578a21b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145762Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#758264}
-
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: I4fe13170266cb0cdcac3dd5132e3a009464da07b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145780Reviewed-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@{#758263}
-
Jesse Schettler authored
Print preview occasionally fails in the arc.Print tast test. Add logging to investigate these failures. Bug: b:152251595 Change-Id: I5b8b18213ec8c7fc2a56646c65dfe5262b86f677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144456Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#758262}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0bb2b300..8da8c788 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I72025724700cdbce1f48a6e5024021b30a63f446 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144214Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#758261}
-
Becca Hughes authored
Makes init more resiliant and adds more histograms to help debug the crash. BUG=1069626 Change-Id: I20a92bc53e477a8496c455f14ab41d458d12198e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144622 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Auto-Submit: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#758260}
-
John Z Wu authored
Change-Id: I67237332cc5d7e754b170cb09e1728442aada688 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144678Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#758259}
-
Caitlin Fischer authored
Bug: 1066297 Change-Id: I2aaed82e4699b3bc11d5b0e5ec81fbd6dfd52f59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137009Reviewed-by:
Carlos IL <carlosil@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#758258}
-
Greg Kerr authored
Bug: 728125 Change-Id: Id13216db97fafe39ba9aa811401b3071e5213572 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145852Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Greg Kerr <kerrnel@chromium.org> Auto-Submit: Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#758257}
-
Chong Gu authored
Turn off tests that are failing during investigation. Bug: 1069808 Change-Id: Id44e389b6be7b96a1cfc1a6543897ee36c5f1506 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144479Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#758256}
-
Gyuyoung Kim authored
This CL migrates filter-effect-removed[-expected].html tests from css3/filters to external/wpt/css/filter-effects with WPT styles, adding links to the relevant specs, and test description. Additionally, this test is renamed to filter-effect-remove-unattached[-ref].html to be align with WPT naming style. Bug: 1063749 Change-Id: I15ec6149c6c3bdc5ae271389f7559a2b502aa5ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143018 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#758255}
-
behdad authored
Pixel_OffscreenCanvasIBRCWebGLHighPerfWorker is set to retry on failure on mac intel-0xd26 because of flakiness. TBR=kbr@chromium.org Bug: chromium:1069339 Change-Id: I92875215b66998b33504d2bc5068ef14b0d3690e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145566 Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#758254}
-
Rohit Rao authored
These histograms are in active use and seem useful indefinitely. BUG=1059804,1037279 Change-Id: If1b5f3d6ae21792d3a6721377f5ee9501153a94c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140917Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#758253}
-
Matthew Porter authored
Removed the hardcoded color values of MessageView, focus_view sets the color appropriately already Bug: 1056948 Change-Id: I9ed0caf6fed54dd5b0da18925d0a21d978523e9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138232 Commit-Queue: Matthew Porter <matt.porter@microsoft.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#758252}
-
Garrett Beaty authored
Bug: 1067057 Change-Id: Ib8d60aa02fac5d278069541555a4e615ab5237bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142584 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#758251}
-
Eric Roman authored
Change-Id: Idcd3b5b470db3fd782396fa219ca657077b792c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144672Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#758250}
-
Dan Sanders authored
--disable-media-suspend only disables the background suspend feature. Renamed to --disable-background-media-suspend. --enable-media-suspend is a no-op except on Cast. Removed. Bug: 867146 Change-Id: Id5e8acf3aa890b25dedcadd27f1f81976f774358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144819Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#758249}
-
Theresa Wellington authored
BUG=949819 Change-Id: I09e3546e3e14f469e3a68fcddfd840ec3fd76e8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140928Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#758248}
-
Tibor Goldschwendt authored
Most likely has already been disabled on mobile and an experiment found that most likely can also safely be disabled on desktop. + Remove now redundent fieltrial testing config of the desktop experiment. Bug: 1009579 Change-Id: I5028c2babcef71862096dcd9684eaa29d0ad08b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142758Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#758247}
-