- 12 Feb, 2020 40 commits
-
-
Fredrik Söderquist authored
Mark the same tests slow as their non-virtual counterparts. Clean out the corresponding Timeout expectations. Bug: 658305 Change-Id: Ia1542a0803499b62b0d865ce8b8d5b63c10b583a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051987 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#740670}
-
Morten Stenshorne authored
Introduce the term "in inline formatting context" and "inline formatting context root" for box fragments and nodes, which hopefully avoids some confusion. On one hand, we can ask a LayoutObject whether its children are inline. This isn't exactly the same as asking an NGBlockNode whether its children are inline. And none of those two is the same as asking an NGPhysicalBoxFragment whether its children are inline. Also remove the recently introduced IsBlockLevel(), which was almost (but not quite) the opposite of ChildrenInline(). Change-Id: Ic000ba3a882a1edd2a2e0c9aa3e70e88419a1104 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047243Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#740669}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/065146856295..7ff2e8eda31b git log 065146856295..7ff2e8eda31b --date=short --first-parent --format='%ad %ae %s' 2020-02-12 wolfi@chromium.org Add option to 'Dock to left' to command menu Created with: gclient setdep -r src/third_party/devtools-frontend/src@7ff2e8eda31b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:1011679 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I06ca99d4122a6bed9dbf8e358d484597acb050a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051819Reviewed-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@{#740668}
-
prashant.n authored
If dark mode is not active, skip element role overriding. Bug: 1030457 Change-Id: I6405277db6caebb8987ed74c2ee4245058a0c83b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050411 Commit-Queue: Stephen Chenney <schenney@chromium.org> Auto-Submit: Prashant Nevase <prashant.n@samsung.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#740667}
-
Yang Guo authored
Change-Id: I930e1843ab8eceb25fc482e88622629686714451 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2046135Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#740666}
-
Fredrik Söderquist authored
This test was removed (converted to unit test) in 855446c8. Tbr: schenney@chromium.org Bug: 998526 Change-Id: I7e84e675607fccd0d57ee677c4f9f3dec62e309d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050595Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#740665}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2483f41b..889e8e57 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: I2df65e0915ae56e33029aa016c3f2784aaf12572 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051191Reviewed-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@{#740664}
-
Fredrik Söderquist authored
These tests seemed to missing baselines - making it difficult for them to pass at all. While generating baselines I noticed that the test was pretty slow (timed out on most of the *_blink_rel bots) as well, so mark it as such. Bug: 658305 Change-Id: Ia3455c176a0b08c16153e8a511042e9ef6cdf5c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050492 Auto-Submit: Fredrik Söderquist <fs@opera.com> Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#740663}
-
Vasilii Sukhanov authored
Somehow on Ubuntu it's painted grey by default instead of the background of the parent view. Bug: 1048598 Change-Id: I1cc98fb839a1f861c42bbea679e6c092c4d03e01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051986Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#740662}
-
Rayan Kanso authored
The verification is done by checking the digital asset links of the target WebAPK's origin, and making sure that the assets contain a declaration that the page querying for the WebAPK has permission to do so. Bug: 1043970 Change-Id: Idd2c85769d6c487025a73e4c23f660156583c863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047164Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#740661}
-
Marc Treib authored
Bug: 1029481 Change-Id: I5863bfa19ec45d668e742895b4e59aab73fb8042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050782 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#740660}
-
Colin Blundell authored
This CL changes WebLayer's SSL interstitials to properly open date and time settings when requested to do so, taking advantage of newly-componentized functionality for opening these settings. The concrete impact is that when the user hits a bad clock interstitial, hitting the "Open date and time settings" button will work as desired. To test locally, I manually set the network time in order to trigger the bad clock interstitial showing (similar to what I described on https://chromium-review.googlesource.com/c/chromium/src/+/1983170). Bug: 1030692 Change-Id: I14d51180cc26458e63c2a130ad4d943a99e99262 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041627 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#740659}
-
Luke Zielinski authored
A couple of shards were bumping up to the 60m timeout, so this should speed things up. Change-Id: I622ca26eab04dad037ef2b94a80cc217e8360f03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051143Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#740658}
-
Nico Weber authored
TBR=yhirano Bug: 1051175 Change-Id: I8e9b9aa7951a3cf10bfae1d2b1f9139c4dca0619 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051193 Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#740657}
-
Antonio Gomes authored
The target interface used is blink's RemoteFrameHost. BUG=1047360 R=dtapuska@chromium.org, haraken@chromium.org Change-Id: Iaef540c3af14ad586c3cf8769db8ac6329cc420a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044777Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#740656}
-
Sergey Poromov authored
MitigateMissingPolicy() scenario could be executed only in rare cases of missing policy file on consumer devices. Adding this metrics to check whether and how often it happens in reality. See crbug.com/725939 Bug: 725939 Test: Unit tests updated with metrics record check. Change-Id: I7f136465e1a7993f9079aed4d392ce450eee43cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047286Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#740655}
-
Felipe Andrade authored
Fourth batch of KerberosCredentialsManager unit tests. This time, adding tests for the UpdateEnabledFromPref() method. Bug: 952251 Change-Id: I690d76a9268fdf16e0644e2c782cb72a2f4249b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044281 Commit-Queue: Felipe Andrade <fsandrade@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#740654}
-
Maxim Kolosovskiy authored
This reverts commit 14f8a1d5. Reason for revert: caused complication error https://ci.chromium.org/p/chromium/builders/ci/ios-device-xcode-clang/122578 Original change's description: > Move HTTP structured headers implementation to net/ > > Discussion: https://groups.google.com/a/chromium.org/forum/#!msg/loading-dev/dvEirmhddus/OFjNantxAwAJ > > I made some non-trivial edits. > > - Changed the file name from structured_header.* to > structured_headers.* to be aligned with other classes in the > directory. > - Changed the namespace from structured_header to > structured_headers to match with the filename. > - Changed const base::StringPiece& params to base::StringPiece. > - Started using std::tie for equality operators. > > This CL keeps blink/public/common/http/structured_header.h. I will > change the existing call sites in a follow-up CL. > > Bug: 1049936 > Change-Id: Iaa170e2a867470e4e523349c572e1ac4f1bedd17 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041384 > Commit-Queue: Yutaka Hirano <yhirano@chromium.org> > Reviewed-by: Ryan Sleevi <rsleevi@chromium.org> > Reviewed-by: Ian Clelland <iclelland@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#740652} TBR=rsleevi@chromium.org,kinuko@chromium.org,yhirano@chromium.org,iclelland@chromium.org Change-Id: I96632bac2aa48eb89feea80445e35a28ec8121ed No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1049936 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051272Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#740653}
-
Yutaka Hirano authored
Discussion: https://groups.google.com/a/chromium.org/forum/#!msg/loading-dev/dvEirmhddus/OFjNantxAwAJ I made some non-trivial edits. - Changed the file name from structured_header.* to structured_headers.* to be aligned with other classes in the directory. - Changed the namespace from structured_header to structured_headers to match with the filename. - Changed const base::StringPiece& params to base::StringPiece. - Started using std::tie for equality operators. This CL keeps blink/public/common/http/structured_header.h. I will change the existing call sites in a follow-up CL. Bug: 1049936 Change-Id: Iaa170e2a867470e4e523349c572e1ac4f1bedd17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041384 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#740652}
-
Wez authored
TBR=gab Bug: 1047733 Change-Id: Iffdf9abbb726e05fddf3e746b39f8ec461c4f616 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051988Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#740651}
-
Nazerke authored
This CL modernizes the CreditCardScannerCoordinator to use |browser| in the initializer. Bug: 1029346, 1048400 Change-Id: I2b54ad14afc669439f4a28c5b10fe4857c97e1b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051925Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Cr-Commit-Position: refs/heads/master@{#740650}
-
Philipp Hancke authored
the current plan is to land it in M82 with defaults that are considered safe. BUG=chromium:713701 Change-Id: I838c3cae478d91ada73aa59701cfd546fd173d12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050466 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#740649}
-
Harald Alvestrand authored
Bug: none Change-Id: Ide764e6dcda9e473a18dd1bb8cc76d79820501c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050309 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#740648}
-
Maria Petrisor authored
Change-Id: I4ceca24a73e6cee3059c7c2e0171c4812e81ba49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049857Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Maria Petrisor <mpetrisor@chromium.org> Cr-Commit-Position: refs/heads/master@{#740647}
-
Maksim Moskvitin authored
The feature was enabled for a long time, so it's safe to remove the corresponding feature toggle. Bug: 1020117 Change-Id: Ifa6a5a409aa1c13de6f4d6f20d50c927384939c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049859 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#740646}
-
Maksim Moskvitin authored
ENABLED is now emitted UpdateSubscribedTopics() regardless of conservative enabling feature state if there is no |pending_subscriptions_|. ENABLED is now emitted on successful access token update iff conservative enabling feature is disabled. According to comments in crrev.com/c/1407071 the only reason to emit it here with enabled feature is the case when there is no |pending_subscription_|, which is now handled in UpdateSubscribedTopics(). Bug: 1020117 Change-Id: I1b7a34a4a99c876a172df861b3da6efe03c9cb64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050485 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#740645}
-
Maksim Moskvitin authored
This CL contains following changes: 1. TODO about cancelling pending subscriptions replaced with comment explaining why current behavior is better. 2. Access token request backoff timer no longer resets on the first successful request. Bug: 1020117 Change-Id: I50930bdd5a998b41bd83525d88f5c525b34cd457 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047107Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#740644}
-
Askar Aitzhan authored
This reverts commit 417551e2. Reason for revert: The CL was for testing QuickFix Builds feature. Original change's description: > Harmless CL to test QuickFix builds feature > > This CL will be reverted immediately after it's landed. The purpose of > doing so is to create a mini-branch at the point where this CL is > landed. > > Bug: 1050955 > Change-Id: I1216574943f1676829101561d9591d946b8a86ee > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050469 > Reviewed-by: Maksim Ivanov <emaxx@chromium.org> > Commit-Queue: Askar Aitzhan <askaraitzhan@google.com> > Cr-Commit-Position: refs/heads/master@{#740641} TBR=emaxx@chromium.org,askaraitzhan@google.com Change-Id: I4fac637048c78c22fd6b80bc63533926af0d10c9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1050955 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051926Reviewed-by:
Askar Aitzhan <askaraitzhan@google.com> Commit-Queue: Askar Aitzhan <askaraitzhan@google.com> Cr-Commit-Position: refs/heads/master@{#740643}
-
Nico Weber authored
You can pass --build if you want the script to build before swarming. See "Should run-swarmed.py default to building?" on chromium-dev. Bug: none Change-Id: Id80d78670612f77502a03d80759cc3788200de87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050783 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#740642}
-
Askar Aitzhan authored
This CL will be reverted immediately after it's landed. The purpose of doing so is to create a mini-branch at the point where this CL is landed. Bug: 1050955 Change-Id: I1216574943f1676829101561d9591d946b8a86ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050469Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Askar Aitzhan <askaraitzhan@google.com> Cr-Commit-Position: refs/heads/master@{#740641}
-
Maksim Moskvitin authored
The request doesn't actually need cookies and already has cookies_allowed policy set to NO. To match this credentials_mode now set to kOmit. Bug: 1020117 Change-Id: I7c9198bc388f890492c07334492e96f14f3776a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049858 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#740640}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/759492232288..46fd1e889139 git log 759492232288..46fd1e889139 --date=short --first-parent --format='%ad %ae %s' 2020-02-12 treehugger-gerrit@google.com Merge "perf: record unwinding errors, pace ticks, make rbuf size configurable" 2020-02-12 hjd@google.com Merge changes Icabde757,If2d010b1,I67c848a3 Created with: gclient setdep -r src/third_party/perfetto@46fd1e889139 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: If2b9b0ac981eaa0ac7fa89b39cad1cdf677b4bad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051817Reviewed-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@{#740639}
-
Vasilii Sukhanov authored
Bug: 1049185 Change-Id: Id97a5b2781c50e9f54a5bb2195673c39b3e675d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050374Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#740638}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ead1d6709ef6..3413c61fc571 Created with: gclient setdep -r src-internal@3413c61fc571 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: Ia7689b5f5007951140318f560fdfff480024f876 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051816Reviewed-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@{#740637}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 332de339. With Chromium commits locally applied on WPT: 5579aad0 "SharedWorker: Name shared workers identically in credentials mode WPT" 63f8588a "[WPT/common/security-features] Add more docs of generator and its types" acd8a467 "SharedWorker: Use CSP headers to outside settings" 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: bjonesbe@adobe.com: external/wpt/css/css-shapes tdresser@chromium.org: external/wpt/navigation-timing NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Ib0e9e9482dc5f60bb26c2041b06495465a789259 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051188Reviewed-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@{#740636}
-
Jit Yao Yap authored
Bug: 986266 Change-Id: I08220cacd6c1957e52a36ec8cb2066774d92290d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047108 Commit-Queue: Jit Yao Yap <jityao@google.com> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#740635}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/f27be3d65c22..065146856295 git log f27be3d65c22..065146856295 --date=short --first-parent --format='%ad %ae %s' 2020-02-12 aerotwist@chromium.org Revert "[Lighthouse] Rename Audits panel to Lighthouse" 2020-02-12 aerotwist@chromium.org Adds karma-sinon to Karma config 2020-02-12 aerotwist@chromium.org Adds karma-sinon to DEPS 2020-02-12 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-02-11 cjamcl@chromium.org [Lighthouse] Rename Audits panel to Lighthouse Created with: gclient setdep -r src/third_party/devtools-frontend/src@065146856295 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I54ac758e51fd7cc01db5a1be358590be753db278 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051815Reviewed-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@{#740634}
-
Side Yilmaz authored
NavigationSheetMediator. |Profile#getLastUsedProfile| is deprecated and replaced with |Profile#getLastUsedRegularProfile|. This CL updates NavigationSheetMediator class. Note: This change is only code clean-up, does not change any behavior. Bug: 1041781 Change-Id: I31ea8e441ae9877c5c26e3643a35f1b465ff9dd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050493Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Side YILMAZ <sideyilmaz@chromium.org> Cr-Commit-Position: refs/heads/master@{#740633}
-
Anand K. Mistry authored
A common set of share parameters needs to be passed around. Use a common class instead of repeatedly passing multiple arguments to functions. Bug: 939235 Change-Id: Idf41c6e09693c1377cc1613ff18bfe97d7ba3f6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049011Reviewed-by:
Austin Tankiang <austinct@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#740632}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/56ab990e..2483f41b 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: I8e4a83ec1bc7504354e1f79ee14f8215a3dbb9f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051189Reviewed-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@{#740631}
-