- 23 Dec, 2018 31 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b7818bc859b9..ff16c5b02fa5 Created with: gclient setdep -r src-internal@ff16c5b02fa5 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: I342a3b22b3b9b1942e97e2db7a652de6ccd2fdb1 Reviewed-on: https://chromium-review.googlesource.com/c/1390310Reviewed-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@{#618799}
-
Zhuohao Lee authored
The touchscreen controller of the new chromebase device is USB interface. As a result, we need to force the USB touchscreen device (1fd2:8103) as the internal device so that it behaves correctly when connecting to an external monitor. Bug: 915386, b:120674137 Test: Verified on the DUT with external monitor. Change-Id: I0366ca04c00b97aa0a64a50e77cea17480d1637d Reviewed-on: https://chromium-review.googlesource.com/c/1385701Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#618798}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c0f15e5f64a3..b7818bc859b9 Created with: gclient setdep -r src-internal@b7818bc859b9 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: I8cf47c52d311795695561197f75806d31b74232f Reviewed-on: https://chromium-review.googlesource.com/c/1390309Reviewed-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@{#618797}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/94df154fad3b..c0f15e5f64a3 Created with: gclient setdep -r src-internal@c0f15e5f64a3 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: I4deb51ce4355cd3a31221f7748a22a7f4ede6433 Reviewed-on: https://chromium-review.googlesource.com/c/1390307Reviewed-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@{#618796}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2fdd71941d3a..94df154fad3b Created with: gclient setdep -r src-internal@94df154fad3b 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: I158ec66962559c2181f7fcdc6b355b4a9508141d Reviewed-on: https://chromium-review.googlesource.com/c/1390306Reviewed-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@{#618795}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/72dc82c7dd86..2fdd71941d3a Created with: gclient setdep -r src-internal@2fdd71941d3a 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: I560f3599a48a7460a7c38ece81edf43410435d35 Reviewed-on: https://chromium-review.googlesource.com/c/1390305Reviewed-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@{#618794}
-
Nico Weber authored
This reverts commit 4dcb10c9. Reason for revert: Speculative, might have caused https://crbug.com/917637 Original change's description: > win: Enable ghash by default. > > This speeds up linking by 20%-50% (average 32%), but in return makes > obj files 7% larger. Compilation speed is not affected. > > Also use the new driver-level -gcodeview-ghash flag instead of an > (equivalent, but unofficial) -mllvm switch. > > This only affects symbol_level=2 builds. > > Bug: 904324 > Change-Id: Iad4d62820b75a65df572104f9042a86cfcdbec96 > Reviewed-on: https://chromium-review.googlesource.com/c/1388554 > Commit-Queue: Nico Weber <thakis@chromium.org> > Reviewed-by: Reid Kleckner <rnk@chromium.org> > Cr-Commit-Position: refs/heads/master@{#618584} TBR=thakis@chromium.org,rnk@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 904324 Change-Id: Id09357d2cc11d613387497c1580db1e1f87324de Reviewed-on: https://chromium-review.googlesource.com/c/1390106Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#618793}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ca5cc5759dbc..72dc82c7dd86 Created with: gclient setdep -r src-internal@72dc82c7dd86 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: I012d0372b61d1adba6aff37ee3e9260d5a0a48a9 Reviewed-on: https://chromium-review.googlesource.com/c/1390304Reviewed-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@{#618792}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c355660ab3c8..ca5cc5759dbc Created with: gclient setdep -r src-internal@ca5cc5759dbc 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: I7fa654843d14f4e6d76a11369c896e6f624b6c94 Reviewed-on: https://chromium-review.googlesource.com/c/1390303Reviewed-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@{#618791}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/945a56644728..f16825ed3c71 git log 945a56644728..f16825ed3c71 --date=short --no-merges --format='%ad %ae %s' 2018-12-23 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@f16825ed3c71 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=robertphillips@chromium.org Change-Id: I23cac7eef0600bba0bbe648a65ea4693c79b2188 Reviewed-on: https://chromium-review.googlesource.com/c/1390302Reviewed-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@{#618790}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/25bc9a92b338..92770e8072cd git log 25bc9a92b338..92770e8072cd --date=short --no-merges --format='%ad %ae %s' 2018-12-23 thestig@chromium.org Roll third_party/android_ndk/ 5cd86312e..4e2cea441 (1 commit) 2018-12-23 thestig@chromium.org Roll third_party/catapult/ 5d5091665..7c1d51b16 (131 commits) 2018-12-23 thestig@chromium.org Pull third_party/catapult from chromium.googlesource.com. 2018-12-23 thestig@chromium.org Roll v8/ d5f263024..ec2203e1f (1017 commits) 2018-12-23 thestig@chromium.org Roll build/ 81ffd0040..3930eef49 (242 commits) 2018-12-23 thestig@chromium.org Roll tools/clang/ 31f2d265b..2cf76f56c (25 commits) 2018-12-23 thestig@chromium.org Roll buildtools/ fdce2ad26..0e1cbc4ea (8 commits) 2018-12-23 thestig@chromium.org Roll third_party/googletest/src/ 2e68926a9..879ac092f (182 commits) 2018-12-23 thestig@chromium.org Roll third_party/icu/ 45f655f2f..23de01679 (7 commits) 2018-12-23 thestig@chromium.org Roll tools/code_coverage/ 4191ea067..16298755a (12 commits) 2018-12-23 thestig@chromium.org Roll third_party/zlib/ dde5ce526..2aafd9d33 (6 commits) 2018-12-23 thestig@chromium.org Make bounding box changes take effect immediately. 2018-12-23 thestig@chromium.org Fix encoding problem in FPDFAnnot_SetStringValue(). 2018-12-23 thestig@chromium.org Rename "Embeddertest" to "EmbedderTest". Created with: gclient setdep -r src/third_party/pdfium@92770e8072cd The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=dsinclair@chromium.org Change-Id: I0daf171ff636ee5d260064ed9d950e777c498786 Reviewed-on: https://chromium-review.googlesource.com/c/1390296Reviewed-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@{#618789}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4577427d5da4..c355660ab3c8 Created with: gclient setdep -r src-internal@c355660ab3c8 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: I73ec65847f8d136782f8fb839e9110828c9b9bf5 Reviewed-on: https://chromium-review.googlesource.com/c/1390301Reviewed-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@{#618788}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ddf145b76241..945a56644728 git log ddf145b76241..945a56644728 --date=short --no-merges --format='%ad %ae %s' 2018-12-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ae6ba9f83dd0..844128609315 (1 commits) Created with: gclient setdep -r src/third_party/skia@945a56644728 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=robertphillips@chromium.org Change-Id: I62cb5c4198a6768c5a9370efa49c8eeb1b2fdaa0 Reviewed-on: https://chromium-review.googlesource.com/c/1390298Reviewed-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@{#618787}
-
Keiichi Watanabe authored
Before this commit, CameraConfigChromeOSTest.ParseSuccessfully test creates dummy conf file at working directory. This behavior will cause a failure when we run capture_unittests under a read-only directory. This situation will happen when we try to call capture_unittests via Tast. This CL makes the test to create a temporal file under temporal directory. Test: capture_unittests --test-launcher-jobs=1 on kevin Bug: 893501 Change-Id: Id03ef1c058cd1fd57e18d21dc096f371bf947025 Reviewed-on: https://chromium-review.googlesource.com/c/1382729 Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by:
Pawel Osciak <posciak@chromium.org> Cr-Commit-Position: refs/heads/master@{#618786}
-
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: Ie525e2237651529724511b30f6d173cdda400323 Reviewed-on: https://chromium-review.googlesource.com/c/1390300Reviewed-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@{#618785}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ec2203e1..f6f84c97 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: Ib3e96d33ea3d1a383bc30bcc897feb45b6314c97 Reviewed-on: https://chromium-review.googlesource.com/c/1389947Reviewed-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@{#618784}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4713c4dca00a..4577427d5da4 Created with: gclient setdep -r src-internal@4577427d5da4 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: I487c0ef6db73cb7bc3d7fd8544043e05459f40ca Reviewed-on: https://chromium-review.googlesource.com/c/1390154Reviewed-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@{#618783}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/28bd882a1e40..ddf145b76241 git log 28bd882a1e40..ddf145b76241 --date=short --no-merges --format='%ad %ae %s' 2018-12-23 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset Created with: gclient setdep -r src/third_party/skia@ddf145b76241 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=robertphillips@chromium.org Change-Id: Ib8a9dcb0a98dc0ea8a4f093f3828b535d08d6970 Reviewed-on: https://chromium-review.googlesource.com/c/1390295Reviewed-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@{#618782}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ae6ba9f83dd0..844128609315 git log ae6ba9f83dd0..844128609315 --date=short --no-merges --format='%ad %ae %s' 2018-12-23 xinghua.cao@intel.com Set dirty for uniform on D3D backend Created with: gclient setdep -r src/third_party/angle@844128609315 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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: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 TBR=ynovikov@chromium.org Change-Id: I6afad8c2c9bf858a7583120e1f8869db7fd1f04b Reviewed-on: https://chromium-review.googlesource.com/c/1390153Reviewed-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@{#618781}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ea8900e74ea7..28bd882a1e40 git log ea8900e74ea7..28bd882a1e40 --date=short --no-merges --format='%ad %ae %s' 2018-12-23 reed@google.com use font in tool_utils add_to_text_blob() Created with: gclient setdep -r src/third_party/skia@28bd882a1e40 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=robertphillips@chromium.org Change-Id: I6ce104980d56c8500a855455c1bd1376b8639f84 Reviewed-on: https://chromium-review.googlesource.com/c/1390150Reviewed-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@{#618780}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7f34d3135096..4713c4dca00a Created with: gclient setdep -r src-internal@4713c4dca00a 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: Id7aa56330e70a713de034d39aeab62102bce5beb Reviewed-on: https://chromium-review.googlesource.com/c/1390152Reviewed-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@{#618779}
-
Sadrul Habib Chowdhury authored
Clients now always request presentation feedback for every frame (after crrev.com/616913). So the following flags are no longer needed: . CompositorFrameMetadata.request_presentation_feedback . LayerTreeSettings.always_request_presentation_time . always-request-presentation-time command-line switch. So remove these flags and associated code. BUG=883592 TBR=danakj@ mechanical changes in chrome/browser, exo, content/renderer Change-Id: I6c3032ea78d58fbd2f22ee5994c1def92605d162 Reviewed-on: https://chromium-review.googlesource.com/c/1379313 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#618778}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=cmasso@chromium.org Change-Id: I767735d1cf902c49afb391019feabf1a3a76efd5 Reviewed-on: https://chromium-review.googlesource.com/c/1390103Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#618777}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e537198548df..7f34d3135096 Created with: gclient setdep -r src-internal@7f34d3135096 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: I2001545401114670e547820043a245b165e87ad7 Reviewed-on: https://chromium-review.googlesource.com/c/1390149Reviewed-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@{#618776}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bbfa8bc515a9..e537198548df Created with: gclient setdep -r src-internal@e537198548df 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: Ib3c43f4131d0eb0061eb2b2c317cf4cbd1d43aba Reviewed-on: https://chromium-review.googlesource.com/c/1390148Reviewed-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@{#618775}
-
Lei Zhang authored
Change-Id: I6262547d478ee198fc635c87aab78a0dbe2cd285 Reviewed-on: https://chromium-review.googlesource.com/c/1043525 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#618774}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/13654b20ce5b..ea8900e74ea7 git log 13654b20ce5b..ea8900e74ea7 --date=short --no-merges --format='%ad %ae %s' 2018-12-22 reed@google.com use fonts when making blobs Created with: gclient setdep -r src/third_party/skia@ea8900e74ea7 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=halcanary@chromium.org Change-Id: Ia9db5fba02d66b3fd1419dbd43a4ddb838601997 Reviewed-on: https://chromium-review.googlesource.com/c/1390145Reviewed-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@{#618773}
-
Benjamin Shaya authored
Bug: 119283620 Test: cast_audio_backend_unittests Change-Id: I6666e9545aaa6a24027b2cf784f9d0444ea01898 Reviewed-on: https://chromium-review.googlesource.com/c/1378849 Commit-Queue: Benjamin Shaya <bshaya@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#618772}
-
Vikas Soni authored
This is a reland of 8dc8014f with a BUILD file fix. Original change's description: > Vulkan backed skia representation of SharedImageBackingAHB. > > 1. Implemented Vulkan backed skia representation of > SharedImageBackingAHB. > 2. Added synchronisation between gl backed and Vk backed > representations. > > Bug: 891060 > Change-Id: I46ba32dea62569cd67d6f3b24559f4ef28307168 > Reviewed-on: https://chromium-review.googlesource.com/c/1370471 > Reviewed-by: Eric Karl <ericrk@chromium.org> > Commit-Queue: vikas soni <vikassoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#618320} Bug: 891060 Change-Id: Ic8dc4572a27b8c40a6fcf7a021c3e2225e155691 Reviewed-on: https://chromium-review.googlesource.com/c/1388559 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#618771}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0753553f2e79..bbfa8bc515a9 Created with: gclient setdep -r src-internal@bbfa8bc515a9 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: I4d8a94ac58b8f5ba43130e9d58dff1e66572ae64 Reviewed-on: https://chromium-review.googlesource.com/c/1390147Reviewed-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@{#618770}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d92f129c97f2..0753553f2e79 Created with: gclient setdep -r src-internal@0753553f2e79 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: Ie4e269cd29e2e1b4ba3ce1f45e14d69735b4da13 Reviewed-on: https://chromium-review.googlesource.com/c/1390144Reviewed-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@{#618769}
-
- 22 Dec, 2018 9 commits
-
-
Jinsong Fan authored
When the editable contains a BR only, it appears as an empty line, in which case allowing select-all confuses users.The CL checks for this special-case. Bug: 916405 Change-Id: I394c83f10b7b3537973314d92123e629a9d7fd61 Reviewed-on: https://chromium-review.googlesource.com/c/1384324Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#618768}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/624f8ec3dabc..d92f129c97f2 Created with: gclient setdep -r src-internal@d92f129c97f2 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: I1417b6d0e9791c7c4b3321e09c5233764b5cf34c Reviewed-on: https://chromium-review.googlesource.com/c/1390143Reviewed-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@{#618767}
-
Erik Luo authored
Enables the experiment by default and iterates on the visual styles. Screenshot: https://imgur.com/a/VTucPwP Bug: 700519 Change-Id: I392657274d8fe59a90ed4984ac22b658c79ccbae Reviewed-on: https://chromium-review.googlesource.com/c/1385426Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#618766}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/920c794de869..624f8ec3dabc Created with: gclient setdep -r src-internal@624f8ec3dabc 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: Ia316cb5d253d8170ce4b72bf7e12e2739fd74572 Reviewed-on: https://chromium-review.googlesource.com/c/1390141Reviewed-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@{#618765}
-
Steven Bennetts authored
Currently Cellular networks are always listed between active networks and non active networks. The desired behavior is to preserve ordering for active networks, since a Cellular network may be prioritized over a portaled wifi network, and list inactive mobile networks before inactive wifi networks (since there will usually only be 1-2). This also updates the logic to ensure a default cellular network. Bug: 917097 Change-Id: I9d82e1d418853080b5c46014577228f1af5c86c8 Reviewed-on: https://chromium-review.googlesource.com/c/1388922 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#618764}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/09f7c6de7c43..920c794de869 Created with: gclient setdep -r src-internal@920c794de869 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: Iee8ace274774adb9bc1c2f1cd9e9a8b144f3a8c5 Reviewed-on: https://chromium-review.googlesource.com/c/1390140Reviewed-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@{#618763}
-
Michael Lippautz authored
- Update class comment - Remove Set method that takes custom callbacks as all of its uses have been converted to phantom handles that are cleared by the GC. Bug: 843903 Change-Id: I3d772d6486b2908402ba9ff5df49cd796f497616 Reviewed-on: https://chromium-review.googlesource.com/c/1388426Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#618762}
-
Rohit Rao authored
WebThreadImpl is now merely a scoped object that binds a provided SingleThreadTaskRunner to a WebThread::ID. It no longer subclasses base::Thread. That functionality has been moved to WebSubThread, which is effectively only used for the IO thread now. This is the //web implementation of https://chromium-review.googlesource.com/c/chromium/src/+/980793. See the description of that CL for more details. BUG=826465 Change-Id: I636051b154c4156bc32517d649081131f9bdd14d Reviewed-on: https://chromium-review.googlesource.com/c/1383140 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#618761}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/d7d78924cced..7c1d51b169ed git log d7d78924cced..7c1d51b169ed --date=short --no-merges --format='%ad %ae %s' 2018-12-22 benjhayden@chromium.org Histogram-based heap profiler Created with: gclient setdep -r src/third_party/catapult@7c1d51b169ed 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:780477 TBR=sullivan@chromium.org Change-Id: I27bc982e06fdbc4d0234601c6f74bbe9673205ad Reviewed-on: https://chromium-review.googlesource.com/c/1390139Reviewed-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@{#618760}
-