- 05 Apr, 2020 13 commits
-
-
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. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: I811d70747cc9c9ab018e3023206a9a19b7ca1deb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136413Reviewed-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@{#756545}
-
Saurabh Nijhara authored
This CL adds a new feature for using OOBE screen priority. The screen priority is used by the wizard controller to find out if advancing to the new screen is allowed. Only higher and equal priority screens can replace the current screen. This CL also makes the login display hosts to reuse the existing wizard controller object instead of creating a new one. Bug: 1064271 Change-Id: I5f8f2476a874457f80df666cf2b8cff7f512f93f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120583 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#756544}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e63558923a2b..676162732328 Created with: gclient setdep -r src-internal@676162732328 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I5bb4e40cbc138a466acd2beabeaad7d09174911a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136929Reviewed-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@{#756543}
-
Koji Ishii authored
This patch makes |NGFragmentItem| RefCounted. Bug: 982194 Change-Id: I04340c91b52ad4e274c70f3c99f8e4a3e32f4ad3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135672 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#756542}
-
Saurabh Nijhara authored
The test was based on the assumption that the wizard controller is recreated in the login display host and hence, had the expectations according to that. If instead the wizard controller object is reused, this test fails the expectations. We were set the device type in the class constructor and invoking the login wizard in SetUpOnMainThread(). Due to this, when the device type is changed to Chromebook in the test, the test assumed that invoking login wizard would recreate wizard controller with no HID screen. Hence, extracting out the test to a separate class and setting the device type to Chromebook in it's constructor. Bug: 1064271 Change-Id: I23e57dcedf3e1ea6d8e37bf8064784d8e27a5d9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135615 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#756541}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I293b9da8d2a74a61fee85f2f1c9a3dac6a52dcd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136927Reviewed-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@{#756540}
-
Rainhard Findling authored
* SafetyCheckHandlerTest::CheckParentRanDisplayString tests that certain time offsets (like 24h) produce the right result. This necessarily breaks around DST time changes. As a result it started failing for a short time on March 30th, ~2 days after the DST change. * The updated test uses a hard-coded test time instead to not be affected by DST changes. Bug: 1066576 Change-Id: I5d311589d618f52ec54b90b6a37427d5ffd12edb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130269Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#756539}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a5efd68b524a..1f8a1d0e1e20 git log a5efd68b524a..1f8a1d0e1e20 --date=short --first-parent --format='%ad %ae %s' 2020-04-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version 2020-04-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps Created with: gclient setdep -r src/third_party/skia@1f8a1d0e1e20 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC csmartdalton@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_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 Bug: None Tbr: csmartdalton@google.com Change-Id: I5dace144fc3ed172713308fe281487f78dd16c67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136835Reviewed-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@{#756538}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Ifead155117e351e0c89b59bdcb10ad8a3f26888f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136830Reviewed-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@{#756537}
-
rajendrant authored
Image metadata fetch logic is implemented for lazyload, but not used or experimented anymore. TBR=ryansturm@chromium.org Change-Id: Idec342219d54883f4a20bf54ac25c320bb123f35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125570 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
Scott Little <sclittle@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#756536}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I3864aaa1d180fd52f9df862af5993edfa7f84f8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136841Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#756535}
-
Jinsuk Kim authored
TaskRecognizer is not used any longer. Delete the class using TabImpl.getActivity(), and the related codes around it. Bug: 952703 Change-Id: If66868faed48a01dc288915a313ccf715134891f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131166Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#756534}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/10d86ab5dafa..a5efd68b524a git log 10d86ab5dafa..a5efd68b524a --date=short --first-parent --format='%ad %ae %s' 2020-04-04 michaelludwig@google.com Add license for include/third_party/d3d Created with: gclient setdep -r src/third_party/skia@a5efd68b524a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_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 Bug: None Tbr: michaelludwig@google.com Change-Id: I7f8de0d0f05c48437faf7fc778aba64aaff38e93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136458Reviewed-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@{#756533}
-
- 04 Apr, 2020 27 commits
-
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/ad6d1b30e0f1..b8d47928094f git log ad6d1b30e0f1..b8d47928094f --date=short --first-parent --format='%ad %ae %s' 2020-04-04 bclayton@google.com Vulkan: Destruct the list of vk::Query in QueryPool Created with: gclient setdep -r src/third_party/swiftshader@b8d47928094f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;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:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I36b7b07fb8d89b60bf377619fb0c3ba7319f3a9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136457Reviewed-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@{#756532}
-
Krishna Govind authored
TBR=benmason@chromium.org Change-Id: I5c1338168a47ebe31e75e041d3e15cdf578a6b4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136668 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#756531}
-
Sarah Jochum authored
Relnotes: N/A Bug: 1067811 Test: browser_tests --gtest_filter="*SwitchAccess*" Change-Id: I68f8693716e0f16d4ed6f9b59dcab777a151a745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136406Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#756530}
-
Peng Huang authored
The GPU driver on bot win10 gtx1660 has been updated to the latest version. Let's enable the test to try it on that bot. TBR=cwallez@chromium.org Bug: 1066854 Change-Id: Ibc9d078f9a7bb96fe83f03ebada357b63b72bf04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136453Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#756529}
-
Harry Cutts authored
Looks like the target document was moved during review without the link being updated. Bug: None Change-Id: Ic4f376662c7909b7021d6c268d053448ce16906b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136110 Auto-Submit: Harry Cutts <hcutts@chromium.org> Reviewed-by:
Jason Chase <chasej@chromium.org> Commit-Queue: Jason Chase <chasej@chromium.org> Cr-Commit-Position: refs/heads/master@{#756528}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1361f5f5. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" 2688e49a "De-flake two lazyload WPT tests." edb8adb1 "Implement and ship RTCRtpSendParameters.degradationPreference" 7e979350 "Handle k-rate AudioParam inputs for PannerNode" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: cbiesinger@chromium.org: external/wpt/css/css-flexbox NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I96a222ee83e6189cead54cf809c38f30387ed522 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136247Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#756527}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c4b4871ed0d4..e63558923a2b Created with: gclient setdep -r src-internal@e63558923a2b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I7728902502cf11c56d5ebd8e429a5a68dfcf0e12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136480Reviewed-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@{#756526}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e8e12250f4d0..2e3e36312b10 git log e8e12250f4d0..2e3e36312b10 --date=short --first-parent --format='%ad %ae %s' 2020-04-04 sprang@webrtc.org Adds fast-path optimization for single packet in pacer queue. Created with: gclient setdep -r src/third_party/webrtc@2e3e36312b10 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ifc422fe109a6eef9890d91eb3e7b8d4bcf3f83f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136481Reviewed-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@{#756525}
-
Rainhard Findling authored
* For quota limit, replaces "Try again tomorrow" with "Try again after 24 hours", as "tomorrow" is too soon for some time zones. 24 hours works in any case. * For generic error, adds "Try again later", as there are some errors where retrying would help (and otherwise it sounds like users can't do anything in any of those cases). * Per our guidelines, removes the period from the end of strings if it's a single sentence. Bug: 1067175 Change-Id: Ide3ac2b2f4da1acefc85fc6934ef2767850cf17f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133973 Commit-Queue: Rainhard Findling <rainhard@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#756524}
-
Internal Frameworks Autoroller authored
TBR=bling-p10-rolls@google.com Change-Id: Ib7bd8899464dd040c91da44930fefa35b7428ee8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136293Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#756523}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e04bd5bc2bff..c4b4871ed0d4 Created with: gclient setdep -r src-internal@c4b4871ed0d4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: Id6266b8d502f80ebb5e84f7abd7410361bf7c60b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136476Reviewed-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@{#756522}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/16880f7e70e6..e04bd5bc2bff Created with: gclient setdep -r src-internal@e04bd5bc2bff If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I1c168bd3adf618471cb982abaaa6f3664c834571 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136475Reviewed-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@{#756521}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f99dddd9eb99..16880f7e70e6 Created with: gclient setdep -r src-internal@16880f7e70e6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: Iab67e9cd8a1627ec36ae76f91ab14aa8a60860db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136372Reviewed-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@{#756520}
-
Julie Jeongeun Kim authored
This CL migrates this test out of third_party/blink/web_tests/css3/flexbox and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose and renames it to percentage-size-quirks-001.html. Bug: 1063749 Change-Id: I0fd18022c94cc4d539a6e8f79efbfd6e658863cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134466 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#756519}
-
Miyoung Shin authored
This CL migrates this test out of third_party/blink/web_tests/css3/flexbox and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose and renames it to percentage-heights-013.html. Bug: 1063749 Change-Id: I6e8d246c6f7780dd5ee9d1ceeff3a0a173d4f6a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134032Reviewed-by:
David Grogan <dgrogan@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#756518}
-
James Hollyer authored
The FrameConnectorDelegate is supposed to be an interface which is implemented by an object supplying platform semantics for a child frame. The recent change(https://crrev.com/c/2071788) failed to implement the ChangeMouseLock in CrossProcessFrameConnector and therefore these calls were not getting to the correct place. I also added the error handler for the rarely hit PointerLockResult::kUserRejected error. Bug: 1062702 Change-Id: I9c6aad9bac455b578b39e2aa086732f69f09fe61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116327 Commit-Queue: James Hollyer <jameshollyer@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#756517}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/96ae90c6b73f..f99dddd9eb99 Created with: gclient setdep -r src-internal@f99dddd9eb99 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I7ca0d190f5cf019ca057f88d66df500e24ca0ce0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135911Reviewed-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@{#756516}
-
Miyoung Shin authored
This CL migrates this test out of third_party/blink/web_tests/css3/flexbox and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: I40d2073d697ee8e1ad41702d3d3c4d5d9e3a5574 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133996Reviewed-by:
David Grogan <dgrogan@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#756515}
-
Antonio Gomes authored
BUG=1063749 R=dgrogan@igalia.com Change-Id: I9ad5346513e28858ea0be317aa3fb578cd08e55f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135710 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#756514}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2eb4bd46bdb8..10d86ab5dafa git log 2eb4bd46bdb8..10d86ab5dafa --date=short --first-parent --format='%ad %ae %s' 2020-04-04 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps Created with: gclient setdep -r src/third_party/skia@10d86ab5dafa If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_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 Bug: None Tbr: michaelludwig@google.com Change-Id: I3c2d93a2e0ab8d82eff0cad916037272f6931508 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135913Reviewed-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@{#756513}
-
Johnny(Jianning) Ding authored
Change-Id: Id47f14bdcac8fc8357ecd4fb5d15b2e028e9558d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132677Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Johnny (Jianning) Ding <jnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#756512}
-
Abhijeet Kandalkar authored
Migrate this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: Ibd1c9142411012bdcc0c0da889107854b6d313c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134091 Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#756511}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/38cf390f9cf2..e8e12250f4d0 git log 38cf390f9cf2..e8e12250f4d0 --date=short --first-parent --format='%ad %ae %s' 2020-04-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 22aaaa25..f099852e (756379:756498) Created with: gclient setdep -r src/third_party/webrtc@e8e12250f4d0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ia6d4e759ed4578418dea7e65cbea683c0fab3bd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135819Reviewed-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@{#756510}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d0b14303be0d..96ae90c6b73f Created with: gclient setdep -r src-internal@96ae90c6b73f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: Ia44e7cd9d13b94a0ab6370614197f1dba62e5811 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135816Reviewed-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@{#756509}
-
Frank Liberato authored
When constructing |screen_info| for the renderer, display_util selected the raster color space for the color space to send. For HDR display color spaces, this turns out to be the non-HDR display P3 color space. During media playback on windows, this color space is used to notify the video decoder about the preferred format for the decoded video frames. Since it's a non-hdr space, the decoder converts to sRGB rather than scRGB. This CL switches to the output color space, rather than raster. For reference, the observed combinations are: Display type | ColorSpaceUsage | Resulting CS -- before CL -- SDR kRaster sRGB HDR kRaster Display P3 -- after CL -- SDR kHDR sRGB HDR kHDR Linear HDR -- Tried |kSRGB| just to see what would happen -- SDR kSRGB sRGB HDR kSRGB sRGB Bug: 1065869 Change-Id: I3392fb0062e0276392e0e116ddd9a57b654e795d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135892Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Chris Blume <cblume@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#756508}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I460be28ef46e611fbd93abe8fd05954539ff92b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135817Reviewed-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@{#756507}
-
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. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: Id252e5958d2683e2120f3d27865b9d0be1694330 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135818Reviewed-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@{#756506}
-