- 02 Jan, 2019 40 commits
-
-
Lukasz Anforowicz authored
The factory requested by the renderer via RendererBlinkPlatformImpl::CreateNetworkURLLoaderFactory cannot be associated with a specific origin, but it can still be locked down to the site URL used that the process might have been locked to. This lessens the impact of https://crbug.com/891872 - before this CL a compromised renderer could abuse the process-wide factory to start requests with an arbitrary request_initiator. After this CL, request_initiator_site_lock will lock down |request_initiator| to a particular site. Bug: 914130 Change-Id: Ibca31d349e3c090755679a30c87ab85469ad30a4 Reviewed-on: https://chromium-review.googlesource.com/c/1374053 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#619426}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/96eb27a4c496..6d2bcf3c2f33 Created with: gclient setdep -r src-internal@6d2bcf3c2f33 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Ibdbb84ad363f31ac37e1a50b2bf0dedbbbc54d3b Reviewed-on: https://chromium-review.googlesource.com/c/1393344Reviewed-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@{#619425}
-
Gauthier Ambard authored
The cell wasn't converted to UITableViewCell. Bug: 894791 Change-Id: I44fdd29f4d3179eefa0d4515c4b8655bb77cd6c0 Reviewed-on: https://chromium-review.googlesource.com/c/1392960 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Yi Su <mrsuyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#619424}
-
Dominik Röttsches authored
Change-Id: I873ee094a9a390a92a09b33ef924c84e93d4b850 Reviewed-on: https://chromium-review.googlesource.com/c/1392331Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#619423}
-
Ehsan Chiniforooshan authored
After https://chromium-review.googlesource.com/c/chromium/src/+/1372719, a trace flush could be completed before SendRecorder is run. It's because we may decide to ignore a new agent and send a dummy recorder to it. So, SendRecorder should not assume trace_streamer_ exists, and it really does not need to. Bug: 916974 Change-Id: Ic335a176e1ed7158ce65578bc7c4f73e0e02e8a4 Reviewed-on: https://chromium-review.googlesource.com/c/1387026Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#619422}
-
Danyao Wang authored
hasEnrolledInstrument is a new API added to PaymentRequest spec to replace the current canMakePayment API, which is considered ~high entroy in crrev.com/c/1384047. Bug: 915620,915907 Change-Id: I7ad4f37ef4223d89e142f29c9003f07311ec5ca1 Reviewed-on: https://chromium-review.googlesource.com/c/1391708 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#619421}
-
Ria Jiang authored
SitePerProcessBrowserTouchActionTest. EffectiveTouchActionPropagatesAcrossNestedFrames is flaky on all platforms. This is a tentative fix to that test. Ran locally 1k times. Bug: 910586 Change-Id: Ie3da974058b56de5243cea5d66771b760ce206d6 Reviewed-on: https://chromium-review.googlesource.com/c/1379404 Commit-Queue: Ria Jiang <riajiang@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Xianda Sun <sunxd@chromium.org> Cr-Commit-Position: refs/heads/master@{#619420}
-
Gabriel Charette authored
This reverts commit 9339569f. Reason for revert: Experiment is complete. Original change's description: > [MessageLoop] Experimentally reintroduce the ScheduleWork + Lock bug to verify new metrics > > We want to cross-check that we can see the impact of this fix on the > metrics we want to track long term. The fix unfortunately landed at > the same time as a tweak to these metrics and as such we missed that > opportunity the first time around. > > This experiment will only be run for two days on Windows Canary. > > This is a continuation of this CL by gab@: > > https://chromium-review.googlesource.com/c/chromium/src/+/1347585/4 > > BUG: 890978 > Change-Id: I8543d398ea804344dd160066c3f8f1638c7f5770 > Reviewed-on: https://chromium-review.googlesource.com/c/1358800 > Reviewed-by: François Doray <fdoray@chromium.org> > Commit-Queue: Chris Hamilton <chrisha@chromium.org> > Cr-Commit-Position: refs/heads/master@{#613156} TBR=chrisha@chromium.org,fdoray@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Iddb585d7cb69b7ecfb80208c575f541702f649bb Reviewed-on: https://chromium-review.googlesource.com/c/1392735Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#619419}
-
Jeremy Roman authored
ListHashSet is deprecated. Bug: 614112 Change-Id: Ib3acbda6b5f39c7d7630c5070b7aa8874b301437 Reviewed-on: https://chromium-review.googlesource.com/c/1392275Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#619418}
-
Max Moroz authored
That might allow us to find more bugs, e.g. off-by-one overflows at least. The following fuzz targets are affected: 1) blink_http_parsers_fuzzer 2) libxml_xml_read_memory_fuzzer. Bug: 906080 Change-Id: I389c5f4b526a46a8abaf6cc24587c448cdb09dba Reviewed-on: https://chromium-review.googlesource.com/c/1392276 Commit-Queue: Max Moroz <mmoroz@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#619417}
-
Max Moroz authored
The fuzzers were disabled because they were noisy and slow, but now they seem to be in a better shape. They can OOM relatively easily, but I guess we can let them go and hope that OOMs might be fixed, as they might be totally legit. On a startup both of the fuzzers use ~1GB RAM. Bug: 749858 Change-Id: I477aa18d440dc44c90984aafb2651cfb7e3f4ddc Reviewed-on: https://chromium-review.googlesource.com/c/1392354Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#619416}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8f37ce5b9f2c..9356393f5b48 git log 8f37ce5b9f2c..9356393f5b48 --date=short --no-merges --format='%ad %ae %s' 2019-01-02 fmalita@chromium.org [skottie] Derive most adapters from SkNVRefCnt 2019-01-02 brianosman@google.com Reland "Wide color support in AA Convex path renderer" 2019-01-02 kjlubick@google.com Remove extra semi-colons Created with: gclient setdep -r src/third_party/skia@9356393f5b48 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=bungeman@chromium.org Change-Id: I4dd2c742885eded8c992838326e02c02aca0d58d Reviewed-on: https://chromium-review.googlesource.com/c/1393343Reviewed-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@{#619415}
-
Avi Drissman authored
This is purely a mechanical change; there is no intended behavior change. BUG=837308 R=agl@chromium.org Change-Id: I1d226c45e473949a8af47311a6e089e5d9df10b4 Reviewed-on: https://chromium-review.googlesource.com/c/1392748 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#619414}
-
Morten Stenshorne authored
Just allow up to 10000 columns unconditionally. We used to have severe performance problems with many columns (O(n^2)), but that should be long gone, thanks to https://chromium-review.googlesource.com/c/chromium/src/+/1070562/ This is essentially a revert of https://chromium-review.googlesource.com/c/chromium/src/+/1068929/ (and earlier clamping attempts). Bug: 918112, 808189 Change-Id: I3c767fa4f2da5197d1a02c8f4ad89fbc35c5614d Reviewed-on: https://chromium-review.googlesource.com/c/1392955 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#619413}
-
Rob Buis authored
I started to work for Igalia in May 2018, however there was no review needs last year. This year I'll be working more closely with Igalia colleagues and would like to start proper reviews again. Change-Id: I8ec9f95c6f3235635ade4fbf836e89e3af72f4bf Reviewed-on: https://chromium-review.googlesource.com/c/1392347Reviewed-by:
Manuel Rego <rego@igalia.com> Commit-Queue: Rob Buis <rbuis@igalia.com> Cr-Commit-Position: refs/heads/master@{#619412}
-
Antonio Gomes authored
SigninManager and PO2TS are going to be an implementation detail of the IdentityManager, and eventually will not be exposed to clients out of //services/identity. This CL converts ForceSigninVerifier and its subclasses accordingly. BUG=911682 Change-Id: I349995dfd934870c09ba4145c431f322e5517e5f Reviewed-on: https://chromium-review.googlesource.com/c/1388784Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#619411}
-
Mythri Alle authored
v8::ScriptCompiler::CompileOptions had several options which were deprecated. The default case was added to be able to remove these options from V8. With those options removed, we don't need the default case. Bug: chromium:779254,v8:8252 Change-Id: Ifbbbf2a199e7897e64acfee353e85f8f0368ffb2 Reviewed-on: https://chromium-review.googlesource.com/c/1393263Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#619410}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4da2e47dcd92..96eb27a4c496 Created with: gclient setdep -r src-internal@96eb27a4c496 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I927eaeb39bf7f3e01fc7c6e8cb8539aa3a7e8715 Reviewed-on: https://chromium-review.googlesource.com/c/1393253Reviewed-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@{#619409}
-
Mounir Lamouri authored
Looking at the stack from the tests, it's unclear how it was related to the code it's testing. Re-enabling the tests may help figure out if it was a temporary issue. Bug: 879644 Change-Id: I2ea2d95e7f24f71f86e2c147017bb7d01a563323 Reviewed-on: https://chromium-review.googlesource.com/c/1382477 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#619408}
-
Leonard Grey authored
Bug: 850098 Change-Id: I174a01a66f7b8c0008f24a676f32b11347c33660 Reviewed-on: https://chromium-review.googlesource.com/c/1391956Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#619407}
-
Jérôme Lebel authored
This is to prepare the transition for SettingsCollectionViewController to UITableView. And the UITableView version of AccountSignInItem is required for GoogleServicesSettings view. Change-Id: If77a3be5468ec27391953aeb450630271d531791 Reviewed-on: https://chromium-review.googlesource.com/c/1392343 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#619406}
-
Victor Vasiliev authored
https://quiche.googlesource.com/quiche.git/+log/99ab07063ac3..23346476fcb2 $ git log 99ab07063..23346476f --date=short --no-merges --format='%ad %ae %s' 2018-12-27 bnc Cast to unsigned in HpackVarintRoundTripTest. 2018-12-27 bnc Remove unnecessary comparison. 2018-12-27 bnc Avoid truncation error on 32 bit platforms. 2018-12-20 quiche-dev Use uint64_t for varint. 2018-12-17 quiche-dev Modify HTTP/2 varint encoder and decoder to support 8-bit prefixes. Created with: roll-dep src/net/third_party/quiche/src R=zhongyi@chromium.org Change-Id: I13fccd875c34de895f3ec635b158b45c5cf48a93 Reviewed-on: https://chromium-review.googlesource.com/c/1391958 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#619405}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/dd9003afdafb..8f37ce5b9f2c git log dd9003afdafb..8f37ce5b9f2c --date=short --no-merges --format='%ad %ae %s' 2019-01-02 halcanary@google.com SkPDF: clean up Created with: gclient setdep -r src/third_party/skia@8f37ce5b9f2c The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=bungeman@chromium.org Change-Id: Ie743d79d0d3e811a7fc5ce03ac86ba0f879978c3 Reviewed-on: https://chromium-review.googlesource.com/c/1393252Reviewed-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@{#619404}
-
Friedrich Horschig authored
The password search feature is enabled since quite a while and disabling it would be a regression by now. Therefore, drop the flag and resolve all tautologies. Bug: None Change-Id: Ie8cf8e06bc0287981bf54b5f35a822bbf6d0b2ab Reviewed-on: https://chromium-review.googlesource.com/c/1377435Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#619403}
-
Shouqun Liu authored
The '--report-file' argument of html_report is already removed and replaced with positional arguments, update the documentation accordingly. Bug: None Change-Id: I2ee343faffb55e4be8c5bf7b4d51503fb4893781 Reviewed-on: https://chromium-review.googlesource.com/c/1390022Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#619402}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I70948f7c1f1ee4bfd9d96d391d56344c9e950a37 Reviewed-on: https://chromium-review.googlesource.com/c/1393249Reviewed-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@{#619401}
-
Vadym Doroshenko authored
These flags are cross-platform, they were already added on all other platforms. Bug: 831123 Change-Id: I5bf0a578cb63f3848f1e5ddb5d1eb8371a58d753 Reviewed-on: https://chromium-review.googlesource.com/c/1391684Reviewed-by:
Eric Noyau <noyau@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#619400}
-
Mounir Lamouri authored
Bug: 877439 Change-Id: I59b543b55281dda5b77cfebd1115a1b43e2fc810 Reviewed-on: https://chromium-review.googlesource.com/c/1379523Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#619399}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/29e13fd2ca5a..bde71044cd4a git log 29e13fd2ca5a..bde71044cd4a --date=short --no-merges --format='%ad %ae %s' 2019-01-02 titovartem@google.com Add constructor from test::FrameGeneratorCapturer 2019-01-02 nisse@webrtc.org Delete pre_encode_callback from VideoSendStream::Config Created with: gclient setdep -r src/third_party/webrtc@bde71044cd4a The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ide7f5b7cdd5444ba0583a71de1ba0b1b773c3cd8 Reviewed-on: https://chromium-review.googlesource.com/c/1393251Reviewed-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@{#619398}
-
Owen Min authored
Bug: 915157 Change-Id: I1b7ea9a278648f3e7f0df7aeabbef350d72b264c Reviewed-on: https://chromium-review.googlesource.com/c/1379060Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#619397}
-
Dominic Battre authored
If an <input> element is or becomes a password field, it get a sticky flag such that IsPasswordFieldForAutofill() will always return true. This has been implemented for <input type="password"> fields that are toggled to <input type="text"> when the user clicks on some kind of "reveal password" button (often an eye next to the password field). The password manager needs to continue treating this as a password field (offer saving, offer fill-on-account-select, ...). This CL relaxes the logic in such a way that datalist options are considered if an <input> element has been a password but currently is not a password anymore. In case the password manager wants to display a drop-down AND there are datalist options, there is a conflict. While the input field is empty, the password manager wins. Once the user starts typing, the password manager popup disappears and the datalist options are shown if (and only if) they contain the typed characters. Bug: 918351 Change-Id: Ifbe19422aa7ef5ee6582bd1cbeaab4bd93aff0fd Reviewed-on: https://chromium-review.googlesource.com/c/1392342Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#619396}
-
Jérôme Lebel authored
Needs to reload the sync error item when the sync state changes. Bug introduced with cleanup in: crrev.com/c/1390004 Bug: 918474 Change-Id: I868ec7358de6741c75970c4003dacf54fa11bdfd Reviewed-on: https://chromium-review.googlesource.com/c/1392948 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#619395}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/45d1a4973269..4da2e47dcd92 Created with: gclient setdep -r src-internal@4da2e47dcd92 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Ia82f8d07e7b56498d264aad9e6795e1d7c22a480 Reviewed-on: https://chromium-review.googlesource.com/c/1393248Reviewed-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@{#619394}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ff89a75e..abd39667 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues 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;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:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I9a3b5ece15e7d791fbfb422484249834bbc599c8 Reviewed-on: https://chromium-review.googlesource.com/c/1393264Reviewed-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@{#619393}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/d6563a5c6d8e..24bb5c49673b git log d6563a5c6d8e..24bb5c49673b --date=short --no-merges --format='%ad %ae %s' 2019-01-02 perezju@chromium.org [Telemetry] Remove LegacyPageTest.close_tabs_before_run Created with: gclient setdep -r src/third_party/catapult@24bb5c49673b The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:851948 TBR=sullivan@chromium.org Change-Id: I44e0b8eda53fb1c1e616d3a597619544e41f72fc Reviewed-on: https://chromium-review.googlesource.com/c/1393250Reviewed-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@{#619392}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1409ac718693..dd9003afdafb git log 1409ac718693..dd9003afdafb --date=short --no-merges --format='%ad %ae %s' 2019-01-02 halcanary@google.com SkPDF: wait for jobs to complete on abort() Created with: gclient setdep -r src/third_party/skia@dd9003afdafb The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=bungeman@chromium.org Change-Id: I6af094f94e63a3fd08d7b3ea7c89fd14430bf5a6 Reviewed-on: https://chromium-review.googlesource.com/c/1393247Reviewed-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@{#619391}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/c98c8a0a9d19..29e13fd2ca5a git log c98c8a0a9d19..29e13fd2ca5a --date=short --no-merges --format='%ad %ae %s' 2019-01-02 nisse@webrtc.org Delete rtc::PacketTime (was an alias for int64_t) Created with: gclient setdep -r src/third_party/webrtc@29e13fd2ca5a The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ibf6cacce9fda6850a95f3c05920068c84d2f4326 Reviewed-on: https://chromium-review.googlesource.com/c/1393245Reviewed-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@{#619390}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2e330e03f50b..45d1a4973269 Created with: gclient setdep -r src-internal@45d1a4973269 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I0fa8f4c503eb4c6a169eba42e6e353cbac2a243c Reviewed-on: https://chromium-review.googlesource.com/c/1393246Reviewed-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@{#619389}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/3ce0041c36f9..d6563a5c6d8e git log 3ce0041c36f9..d6563a5c6d8e --date=short --no-merges --format='%ad %ae %s' 2019-01-02 perezju@chromium.org [Telemetry] Remove public shared_page_state.page_test Created with: gclient setdep -r src/third_party/catapult@d6563a5c6d8e The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:851948 TBR=sullivan@chromium.org Change-Id: If1f4b452fb83cc0d94436dfbc6af30d59ecbff2d Reviewed-on: https://chromium-review.googlesource.com/c/1393244Reviewed-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@{#619388}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b8c3915cd07a..2e330e03f50b Created with: gclient setdep -r src-internal@2e330e03f50b The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I96791b23faa77ecebba187b2e5de1f1809c99bc7 Reviewed-on: https://chromium-review.googlesource.com/c/1393243Reviewed-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@{#619387}
-