- 28 Apr, 2019 23 commits
-
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6a208e88..0a278d06 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: I14cb13ca63dc3c3d1ac9f9ec53af59114a446093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586112Reviewed-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@{#654769}
-
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: I6955bde143cec7bb2b3c01b625068a943c12cb46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586113Reviewed-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@{#654768}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/96029504b31f..986d7fadfb75 Created with: gclient setdep -r src-internal@986d7fadfb75 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I957c27865fcbb23969a2ee0fffd48a70683f74d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586111Reviewed-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@{#654767}
-
Koji Ishii authored
Following bot results are included. 18664 18668 18679 18692 18700 18703 18706 18715 18722 18734 18748 18759 18765 18769 18772 18780 18783 18791 18800 18805 18821 18822 18823 18824 18826 18843 0 lines were removed and 4 lines were deflaked by consecutive results since 18772. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Change-Id: I4eb5f348dcb88df2a0937a7671af6a9408fe0e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582079Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#654766}
-
Parastoo Geranmayeh authored
If a company name is in the format of a brithyear, such as 1987, don't use it, unless it's a verified one. (Verified: created through autofill settings.) go/autofill-company-1987 Bug: 956560 Change-Id: Ibc0f8d19eb8acefe1f1328345e37f0db9a91ea18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579520Reviewed-by:
Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Cr-Commit-Position: refs/heads/master@{#654765}
-
Raul Tambre authored
Warnings when running "gn gen" on Python 3.8: C:/Google/chromium/src/build/vs_toolchain.py:257: SyntaxWarning: invalid escape sequence \. if re.match('10\.\d+\.\d+\.\d+', directory): C:/Google/chromium/src/build/vs_toolchain.py:281: SyntaxWarning: invalid escape sequence \. if re.match('14\.\d+\.\d+', directory): C:/Google/chromium/src/build/vs_toolchain.py:257: SyntaxWarning: invalid escape sequence \. if re.match('10\.\d+\.\d+\.\d+', directory): C:/Google/chromium/src/build/vs_toolchain.py:281: SyntaxWarning: invalid escape sequence \. if re.match('14\.\d+\.\d+', directory): C:/Google/chromium/src/build/toolchain/win\..\..\vs_toolchain.py:257: SyntaxWarning: invalid escape sequence \. if re.match('10\.\d+\.\d+\.\d+', directory): C:/Google/chromium/src/build/toolchain/win\..\..\vs_toolchain.py:281: SyntaxWarning: invalid escape sequence \. if re.match('14\.\d+\.\d+', directory): Bug: 941669 Change-Id: I2ab9fc1e404c2bdeba606c6391f8ac8149d92e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585889Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#654764}
-
Parastoo Geranmayeh authored
If a profile's origin changed from a non-setting one to setting, the origin should get updated. This means that the user has verified the profile. Bug: 956202 Change-Id: I4b26456b20bb7e68976f1e0cc5bc6311d8b6c4a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585245 Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#654763}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c3b783a58311..96029504b31f Created with: gclient setdep -r src-internal@96029504b31f 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I371c17ef23ef90b803fd61f43c234e9b5b420e06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587254Reviewed-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@{#654762}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9df06925b201..c3b783a58311 Created with: gclient setdep -r src-internal@c3b783a58311 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: Ief8b67511dc0847aad38373d9b7df08b9bf545f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587253Reviewed-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@{#654761}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/95f0e176c022..9df06925b201 Created with: gclient setdep -r src-internal@9df06925b201 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I72e51c7efe1bd9af9d698a4c696899fc26f88958 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587252Reviewed-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@{#654760}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-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=gbiv@chromium.org Change-Id: I3bc85f0f50cc5962e1c02fb2ec0d1dbcb37c04ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587251Reviewed-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@{#654759}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a5dc0f2d7a59..7056ce14dd15 git log a5dc0f2d7a59..7056ce14dd15 --date=short --no-merges --format='%ad %ae %s' 2019-04-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@7056ce14dd15 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=ethannicholas@chromium.org Change-Id: I336bab95e8bd72e190efb19435545424b01854db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586819Reviewed-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@{#654758}
-
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: Ica940c4d8ebd89d2ac16ccd542fc8a399c8429de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586873Reviewed-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@{#654757}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4732dd31588b..a5dc0f2d7a59 git log 4732dd31588b..a5dc0f2d7a59 --date=short --no-merges --format='%ad %ae %s' 2019-04-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset Created with: gclient setdep -r src/third_party/skia@a5dc0f2d7a59 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=ethannicholas@chromium.org Change-Id: I2574ea812a77e425d0cf61e664c9a196bd9e9ba9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586781Reviewed-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@{#654756}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1a355475..6a208e88 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: I493b731dbe4c71de8aca6a194c48e261d959816d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587220Reviewed-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@{#654755}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9b083cc44d25..95f0e176c022 Created with: gclient setdep -r src-internal@95f0e176c022 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I52157b75240d29168676d4316c994df4933df15d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586780Reviewed-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@{#654754}
-
Roman Sorokin authored
This CL should unblock CL:1578742 TBR=alemate@chromium.org Bug: 952855 Change-Id: Ia8da24b72a95309a3280f14a06d2c8b33c1f2947 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581808 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#654753}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a5257e500487..9b083cc44d25 Created with: gclient setdep -r src-internal@9b083cc44d25 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I5ba0c52fd1ce60bf027e762775e6e732d5ae097e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587012Reviewed-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@{#654752}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: I987f66ec7b88965e1fdd84b9aa451391082a87bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586890Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#654751}
-
Andrey Lushnikov authored
Network.requestWillBeSent event wasn't flushed for redirects that happen inside sync XHRs. R=caseq Change-Id: I342188fb71e3efff05516b7add5ed1b3d4e9879f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586346 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#654750}
-
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: I756ff98d17f9ce1b739a091fbe94dbb06223647a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586734Reviewed-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@{#654749}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d7082a5805c8..4732dd31588b git log d7082a5805c8..4732dd31588b --date=short --no-merges --format='%ad %ae %s' 2019-04-28 stani@google.com Fix C API example Created with: gclient setdep -r src/third_party/skia@4732dd31588b 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=ethannicholas@chromium.org Change-Id: Ie0e6e75b6d38b8bb2c7cc49ad9ff935e8dc236f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587135Reviewed-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@{#654748}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b6155be2d625..a5257e500487 Created with: gclient setdep -r src-internal@a5257e500487 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: Ied1d883fe7ca1ffef8a21bcad8a155b1e8f37da2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585338Reviewed-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@{#654747}
-
- 27 Apr, 2019 17 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/166af693d82a..b6155be2d625 Created with: gclient setdep -r src-internal@b6155be2d625 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I86f3cd57f240cbc582be6d0c2203a35c1cdfa602 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585337Reviewed-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@{#654746}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/e6d08137f66c..d235eb236573 git log e6d08137f66c..d235eb236573 --date=short --no-merges --format='%ad %ae %s' 2019-04-27 benjhayden@chromium.org Add metrics.js for both dashboard v1 and v2 Created with: gclient setdep -r src/third_party/catapult@d235eb236573 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:867060 TBR=crouleau@chromium.org Change-Id: Ieba34df86a1c1048761efe013a2182a363dea0ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585336Reviewed-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@{#654745}
-
siashah authored
Define different google pay icon for non Android. Fixing a bug introduced in https://chromium-review.googlesource.com/c/chromium/src/+/1560317 Bug: 949743 Change-Id: Ie573dde5129c2c6f1f89569b708a118545342058 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585383Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Siddharth Shah <siashah@chromium.org> Cr-Commit-Position: refs/heads/master@{#654744}
-
siashah authored
Moved to using internal resources in https://chromium-review.googlesource.com/c/chromium/src/+/1560317 Bug: 949743 Change-Id: Ie34898e90968bc9d5751e65f9cd40ae5284551c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586477Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Siddharth Shah <siashah@chromium.org> Cr-Commit-Position: refs/heads/master@{#654743}
-
A Olsen authored
This is a reland of cefd1f9e Original change's description: > Use absolute paths in Polymer tests > > JS tests now support source-absolute paths. > This makes Polymer tests a little simpler, since they no longer > need to rewrite the includes in polymer_browser_test_base to be > relative to the current directory. > > This CL contains 2 changes: > 1. (Start here): > polymer_browser_test_base.js no longer has a function getLibraries, > which was where the paths were previously rewritten > > 2. All the Polymer tests no longer call getLibraries, since they > no longer need to rewrite the paths. They now just append > super.extraLibraries if they need to, or leave it as-is if they > don't. > Polymer tests no longer need a variable ROOT_PATH. > > Change-Id: I43da00a8c678b48686df7f1a390d4d14e3b435b6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583880 > Commit-Queue: A Olsen <olsen@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#654061} Change-Id: I7651a91558fe237ddbd379e5f4abae3f4be018e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583710Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: A Olsen <olsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#654742}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/78191d97c63f..166af693d82a Created with: gclient setdep -r src-internal@166af693d82a 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: Ib1ed269becbb2e5a2000ae8d1e680a2b6bb6fa7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586701Reviewed-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@{#654741}
-
Ian Kilpatrick authored
This adds additional logic within blink::MaySkipLayout. This additional logic precomputes the (pre-layout) NGFragmentGeometry to determine if the size of a fragment will change from the previous layout pass (and therefore if we can skip layout all-together). Bug: 635619 Change-Id: Ic51c466381983379e4f10f330d3c462fa6b3e9d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585069 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#654740}
-
Jochen Eisinger authored
The gn target to create symlinks for 64bit tools was missing. Bug: 859264 Change-Id: I687659c2a375d3b3f481daebfbc084be053197b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583714Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#654739}
-
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: I3c9988154f3c0f452c97f85cb2f8bb24aef732e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586699Reviewed-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@{#654738}
-
Abhijeet Kandalkar authored
Bug: 891908 Change-Id: I1c115dc0531edfca0c14cad494740cf99e78f012 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585280 Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#654737}
-
Abhijeet Kandalkar authored
Bug: 891908 Change-Id: Ia87f5de6cdf3a846e1d51e6fb683a81f816c7742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582081 Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#654736}
-
Sharon Yang authored
Add support for can_go_forward and can_go_back in implementation of frame. Bug: 948873 Change-Id: I82c5bb5eaad60dd44428d5376617e34b43d56c29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542228 Commit-Queue: Sharon Yang <yangsharon@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#654735}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/14714a3466aa..78191d97c63f Created with: gclient setdep -r src-internal@78191d97c63f 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: Iee8e438a42aa4d60af49e335a376749dc0026f6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586700Reviewed-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@{#654734}
-
Jochen Eisinger authored
Bug: 722585 Change-Id: I3070c5dde0eff2671d0732d37e73c00505eb2d5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584314Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#654733}
-
Jesse Schettler authored
The ArcPrintSpoolerBridge will receive print requests from Android and handle them with Chrome print preview. Currently, it does nothing but receive connections. Design Doc: go/arc++-print-unification BUG=b:131243460 TEST=Manually deploy and verify successful connection Change-Id: Ib4886745c4da21f7c3912d469792a9b0c7a8397a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583062 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#654732}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/14c59c87a710..14714a3466aa Created with: gclient setdep -r src-internal@14714a3466aa 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: Ib6918dfea3ad356e577027ea1ba0b4eb33710edc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586696Reviewed-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@{#654731}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/df395535..1a355475 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: I62b7899a388c9688282703899ed19252bba8a8fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586767Reviewed-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@{#654730}
-