- 09 Mar, 2020 40 commits
-
-
Ewann authored
The coordinator now creates the page view site security with an object that contains the information to be displayed. Bug: 1038919 Change-Id: I541fe3171dbc9dd6a0860e0691fc7504fedaa16b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090423Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Cr-Commit-Position: refs/heads/master@{#748195}
-
Nico Weber authored
This reverts commit aa7438aa. Reason for revert: prereq for reverting #747990, https://crbug.com/1059666 Original change's description: > Convert some mojo_base typemaps to GN targets > > Uses new GN-based typemap definitions to replace some typemap files in > mojo/public/cpp/base. > > Bug: 1059389 > Change-Id: If1389c9ceec8ae90df753895af0abd9f72c704a0 > Tbr: dtapuska@chromium.org > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090723 > Reviewed-by: Ken Rockot <rockot@google.com> > Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org> > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Commit-Queue: Ken Rockot <rockot@google.com> > Cr-Commit-Position: refs/heads/master@{#748056} TBR=dcheng@chromium.org,rockot@google.com,darin@chromium.org,tsepez@chromium.org,oksamyt@chromium.org Change-Id: Ie1e57392e084f2e6a8a62bfe2667f5f451380a29 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1059389 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095215 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#748194}
-
Nico Weber authored
This reverts commit 1b21e379. Reason for revert: prereq for reverting #748056, https://crbug.com/1059666 Original change's description: > Migrate URL and Origin typemaps to GN definitions > > Also moves some longer bits of code out-of-line. > > Bug: 1059389 > Change-Id: Idd1b3606e26504ab92e9aefebc933823919a2431 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092695 > Commit-Queue: Ken Rockot <rockot@google.com> > Reviewed-by: Dave Tapuska <dtapuska@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#748058} TBR=dcheng@chromium.org,rockot@google.com,dtapuska@chromium.org Change-Id: I2573e9bea2f125e5dafe7a1d9b9b46ac1d12025a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1059389 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095216Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#748193}
-
Peng Huang authored
The artifacts is because skia API is called in SkiaOutputDeviceBufferQueue::PageFlipComplete. The Skia calls may alter driver GL state which is not tracked by chrome GPU. If use_virtualized_gl_contexts is used, WebGL and compositer are sharing one platform GL context. since we cannot track GL state changed by skia, so we cannot recover all GL state when switching to virtualized GL context for WebGL. So it causes artifacts for WebGL. Fix the problem by forcing a full GL state resetting. Bug: 1053842 Change-Id: I14cd0f2fc389c93f6888ec5a422e1752e1e55ffe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094335Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#748192}
-
Gauthier Ambard authored
This test is failing when BVC is contained. This is because with BVC contained, the Recent Tabs from the TabGrid are always in the view hierarchy. Bug: 1038034 Change-Id: Id81552d2e53fe79ba5262cf0c6fa8da39bb853e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095117 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#748191}
-
Stepan Khapugin authored
Cleans up the Guts protocols from things that are no longer used. Uses interfaceProvider everywhere instead of alternative accessors. Bug: 1045659, 1045660 Change-Id: Ib3355505686c6b034e98373d380330dff256d8af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087675 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#748190}
-
Sergey Ulanov authored
Previously CastComponent was granting PROTECTED_MEDIA_IDENTIFIER permissions when permissions field is missing from the config. This is no longer necessary because ApplicationConfigManager now sets permissions for all apps. Bug: 922833 Change-Id: I29205db3ca6f3a46daa42924f71e4fff11d60abc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093395 Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#748189}
-
Thomas Guilbert authored
There are few metrics for the MediaPlayerRenderer. It is worth keeping this one around to detect changes in HLS usage, and error rates. Bug: 1055391 Change-Id: I489033d5bdcd0ad95042c9e844865e271ae3657f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092425Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Auto-Submit: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#748188}
-
Monica Basta authored
The histogram is useful for tracking user actions on chrome://settings/syncSetup and chrome://settings/syncSetup/advanced. Bug: 1050070 Change-Id: I53f13e2035f028908da939b42ccce1bdb290fc54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089856 Commit-Queue: Monica Basta <msalama@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#748187}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/39be828c846a..ff9b8cccfc47 git log 39be828c846a..ff9b8cccfc47 --date=short --first-parent --format='%ad %ae %s' 2020-03-09 phoglund@webrtc.org Whitespace change to kick bots. Created with: gclient setdep -r src/third_party/webrtc@ff9b8cccfc47 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I053d1c4a4ea51b097a56808c9fb3962a3c26c5eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095155Reviewed-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@{#748186}
-
Rayan Kanso authored
Bug: 1054405 Change-Id: Icaa7bc8aa8ca6159c7ccc8afa541ccbd4441a8f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066759 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Auto-Submit: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#748185}
-
Chromium WPT Sync authored
Using wpt-import in Chromium aa597178. With Chromium commits locally applied on WPT: d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" acf33020 "Add testing for the scrolling attribute" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: kojii@chromium.org, mstensho@chromium.org: external/wpt/css/CSS2 NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I7b7b2d99b1e57d0d00a47fd92380a06e10ae5449 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095076Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#748184}
-
Primiano Tucci authored
Manual roll to catch up with aosp/1252692 $ git log b0a8b66..1234c8aa --date=short --first-parent --format='%ad %ae %s' 2020-03-09 primiano@google.com ObservableEvents: use the enum defined in the proto Test: services_unittests --gtest_filter=PerfettoIntegrationTest* Change-Id: I7bcf4804016f16ee456cb982ebe37be8e990e004 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092531 Commit-Queue: Primiano Tucci <primiano@chromium.org> Auto-Submit: Primiano Tucci <primiano@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#748183}
-
Maksim Moskvitin authored
With disabled kStopSyncInPausedState UserEvent data isn't recorded due to UserEventModelTypeController::GetPreconditionState(), but it doesn't work if sync completely stopped. This CL adds UserEventModelTypeController::Stop() similar to what we have for autofill datatypes, which treats STOP_SYNC as DISABLE_SYNC. The behavior already covered by SingleClientUserEventsSyncTest.ShouldNotUploadInSyncPausedState. Bug: 906995 Change-Id: I2a3e68ca91082a6933ca3bf673d225a9f93ceaa1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091491Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#748182}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d4ed59c4..1c5d6304 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I6f40431319ce7e217da0bcddc6ad499a0188c3b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095075Reviewed-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@{#748181}
-
Mohamed Amir Yosef authored
This reverts commit 9c2fc554. Reason for revert: We have enough data and no need for temp solution anymore. Original change's description: > [Sync] Report Sync Errors in PasswordSyncBridge to Crashpad > > Bug: 1044365 > Change-Id: Ie3d5246c24a046c18d6d2bfa6d92d1fdd46839db > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063013 > Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Commit-Queue: Jochen Eisinger <jochen@chromium.org> > Auto-Submit: Mohamed Amir Yosef <mamir@chromium.org> > Cr-Commit-Position: refs/heads/master@{#743013} TBR=vasilii@chromium.org,jochen@chromium.org,mamir@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1044365 Change-Id: I4245c6820b441d254bfa01c6cf59ff7e4cbd3c69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094980Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#748180}
-
Yifan Luo authored
Previous CL(https://chromium-review.googlesource.com/c/chromium/src/+/2012284) replaced an union types with WebIDL annotation and this CL updated IDL files which use the union types to use WebIDL annotations instead. Bug: 1043136 Change-Id: Ic17eb8f058cdc6ee047e415abb988bfc7b6b2741 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013125 Commit-Queue: Yifan Luo <lyf@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#748179}
-
David Staessens authored
This CL adds a new video_encode_accelerator_perf_tests target, modeled after the recently introduced video_decode_accelerator_perf_tests. The new performance tests make use of the test video encoder framework, that will greatly simplify the process of writing complex test flows. Currently only an uncapped performance tests is added, but in the future a capped performance tests will be introduced. TEST=./video_encode_accelerator_perf_tests on nocturne BUG=1045825 Change-Id: I8ff42ff54ff77d92cdf9926ec439bb8e64ee3f2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028873 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#748178}
-
Andrey Zaytsev authored
Bug: 1015841 Change-Id: Ie583f90857bdf90e195fae692d8170a994f9c5fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091353Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Andrey Zaytsev <andzaytsev@google.com> Cr-Commit-Position: refs/heads/master@{#748177}
-
Ehimare Okoyomon authored
Add click listener for cookie controls icon to take the user to Cookie Settings page. Bug: 1040091 Change-Id: I7143cff849ac140a79dfa638acdc0f1ad8c2adcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091530Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#748176}
-
Fredrik Söderquist authored
Make the various bounding box calculations for LayoutSVGInline return values derived from the associated flow boxes rather than delegating to the ancestor LayoutSVGText. Refactor and reuse the code from the similar functionality LayoutSVGText. Since the reference box for these element should still remain the same as the reference box for the ancestor <text> add a new helper to compute (delegate) that and use that when resolving clips/filter/et.c. Bug: 951706, 349835, 267481 Change-Id: Idf4a4c586ef9902cac2e795e9fbda0009b2ea0ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088094 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#748175}
-
Vasilii Sukhanov authored
TBR=holte@chromium.org Bug: 1049200 Change-Id: I096daf099c8bf97f0699aacb4ca3cd0a58d012d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090430 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#748174}
-
Stephen Nusko authored
This is failing consistently. BUG=1059723 NOTRY=true CC=sadrul@chromium.org,vmiura@chromium.org TBR=crouleau@chromium.org Change-Id: I0d574137067b2a199f6c4543055a2a29db6c24b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093476Reviewed-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@{#748173}
-
Stephen Nusko authored
This with a high flake rate. BUG=1059717 NOTRY=true CC=pasko@chromium.org,chrome-android-perf-status@chromium.org TBR=crouleau@chromium.org Change-Id: Id079ea6ce0c1df277218041a21b9a84828950ce9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094126Reviewed-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@{#748172}
-
Igor authored
The histograms AttributesTPMConsistency and EnrolledPolicyHasDMToken are important for check of health of enrolled devices. Here we are extending the validity of them and change the owners to people owning these parts of the code. BUG=None Test=None Change-Id: Iaffaeee5033664842fb9b14a986ff8bb4e97c2eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089870Reviewed-by:
Victor-Gabriel Savu <vsavu@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Igor <igorcov@chromium.org> Cr-Commit-Position: refs/heads/master@{#748171}
-
Mikhail Khokhlov authored
Change-Id: Iecb57c62efc068f7b474280586a1f1dee2d8fbfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095055Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#748170}
-
Kei Nakashima authored
Implemented Unlink, erase, pop_back and pop_front. The first one unlink the given node from prev/next nodes. |erase| removes the node with the given iterator from the used list and prepends it to the free list as a free node. At this time, its value is set to be empty. Change-Id: Ic8a64c89f429037ef5628c25d89a58ce16081e8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094481 Commit-Queue: Kei Nakashima <keinakashima@google.com> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#748169}
-
Jérôme Lebel authored
Related to: crrev.com/c/2087617 Fixed: 1046757 Change-Id: I01cd98b6483f21617c97ac92c267e4dd5b6178ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094981 Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#748168}
-
Mathias Carlen authored
Before this patch, the AA extension API was only able to send unauthenticated requests to the backend (i.e. explicitly disabling autofill-assistant-auth and providing API keys etc). This patch introduces an token access fetcher so that extensions will be able to send requests on behalf of a signed in (sync) user. For simplicity, this patch uses the primary account by default. That logic will be relaxed later if needed. Bug: b/143736397 Change-Id: I89019abf7bc94aeeb2bb152ed10a0e62b0a9d442 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089690Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Sandro Maggi <sandromaggi@google.com> Commit-Queue: Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#748167}
-
Mohamed Amir Yosef authored
Move credentials from the profile store to the account store when the credentials exists only in the profile but a PSL matched one exists in both stores. In this case, the credential should be move, and local PSL match should be deleted. The functionality has been already implemented, this patch is effectively only adding a test. Bug: 1032992 Change-Id: Ibb02e496493cb1091ed2e09b1f52c93ea0f253d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089780 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#748166}
-
James Cook authored
Bug: none Change-Id: I857cab688676f73f5a74b0eb6295514fbb80b24e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091656 Auto-Submit: James Cook <jamescook@chromium.org> Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#748165}
-
Fredrik Söderquist authored
This should have better worst case runtime than the current "repeated EraseAt()" version. Bug: 1039243 Change-Id: Ibcd68166e6fd9233edddaf9153bb78c4c9196f81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089829Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#748164}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/6861ea4e10a1..f333272eb504 git log 6861ea4e10a1..f333272eb504 --date=short --first-parent --format='%ad %ae %s' 2020-03-09 johnkslang@users.noreply.github.com Merge pull request #2103 from kainino0x/web-cmake-typo 2020-03-09 johnkslang@users.noreply.github.com Merge pull request #2102 from sfricke-samsung/sfricke-samsung-android-build Created with: gclient setdep -r src/third_party/glslang/src@f333272eb504 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,jmadill@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 Bug: None Tbr: radial-bots+chrome-roll@google.com,jmadill@google.com Change-Id: I2c4acfb465844d2791540e50f4e98a878a162ce0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094694Reviewed-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@{#748163}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/43f79a1d77b2..d807280d52bf Created with: gclient setdep -r src-internal@d807280d52bf 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 jbudorick@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: None Tbr: jbudorick@google.com Change-Id: Iac40be46767f53a20c0598e1bfc6676690e9aaed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094692Reviewed-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@{#748162}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/66a682b6a8f9..4c027048d88b git log 66a682b6a8f9..4c027048d88b --date=short --first-parent --format='%ad %ae %s' 2020-03-08 andreperezmaselco.developer@gmail.com spirv-fuzz: Add toggle access chain instruction transformation (#3211) 2020-03-08 vasniktel@gmail.com spirv-fuzz: Add fuzzer pass to permute function parameters (#3212) 2020-03-06 afdx@google.com spirv-fuzz: Use better function name (#3207) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@4c027048d88b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,jmadill@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,jmadill@google.com Change-Id: I7174d53788ef2e266046857c44c76a6fae29d0cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094690 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#748161}
-
Jan Wilken Dörrie authored
This change adds the compromiseTime field to the CompromisedCredential dictionary that is exposed via the chrome.passwordsPrivate extension API. This field is required to be able to sort newly discovered CompromisedCredentials by recency in the UI. Bug: 1047726 Change-Id: Id79f8646daa58e885e623999847bfe26d78b5036 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089702 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#748160}
-
Maria Kazinova authored
Done via enabling FormActivityObserver for PasswordController. Now forms are reparsed if a new form appears or if there is a change in an already existing form. Bug: 904268 Change-Id: Idc0b0f767bae2e869cb3f99d292165264b636992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082387 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#748159}
-
Michael Ershov authored
Wrap the error into base::Optional to distinguish between "no error" state and "unknown error". Bug: 1045895 Test: CloudPolicyClientCertProvisioning* Change-Id: Icf6f22f127c46c1604632520cf4026a1760b6d69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2077993Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#748158}
-
Colin Blundell authored
ExternalNavigationHandler has a dependence on InstantAppsHandler for //chrome-level functionality of interaction with instant apps. This CL abstracts that dependence through ExternalNavigationDelegate.java to aid in componentization of ExternalNavigationHandler for sharing with WebLayer. The functionality exercised by the existing tests is now split between ExternalNavigationHandlerTest.java (testing functionality independent of the delegate impl) and ExternalNavigationDelegateImplTest.java (testing the production functionality now contained in the delegate impl). Note that there is a longer-term issue of to what extent we will incorporate //chrome's instantapps code in WebLayer. That is a larger issue than just the functionality covered in this CL (e.g., the existing maybeLaunchInstantApp() method of ExternalNavigationDelegate.java). We are examining that issue separately. Bug: 1031465 Change-Id: Ie22ee0083217dba65622eb1f4274a5e587b0c8b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085211Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#748157}
-
David Staessens authored
This CL fixes a sequence check failing when destroying the device poller. This can happen when a video decoder is destroyed before initialization, causing destruction to not be performed on the video decoder thread as it was never started. TEST=./video_decode_accelerator_tests on hana BUG=b:150650090 Change-Id: I3f014c70cc5e7ffdd54d706a93ad12e014189a88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2084672 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#748156}
-