- 14 Apr, 2020 40 commits
-
-
Reilly Grant authored
This change adds temporary info-level log messages around code called when a wake lock is released to debug an Android-specific failure which is not reproducible on a local build. Bug: 1064550 No-Presubmit: true Change-Id: I7bb461c0407857c93792511c0f0a2d33e9000bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147926 Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Auto-Submit: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#758750}
-
rbpotter authored
Since we are not writing a new implementation for cloud print interface, remove cloud_print_interface_manager.js and use addSingletonGetter for the cloud print interface, to make it more similar to the pattern used by other Web UIs. Change-Id: If355914ed3f47083795e33c8e1f63b8463cd4d91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146213 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#758749}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/3ce8c96ad90a..5e43b27e8b45 git log 3ce8c96ad90a..5e43b27e8b45 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 mathias@chromium.org Reformat module.json files Created with: gclient setdep -r src/third_party/devtools-frontend/src@5e43b27e8b45 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:1070492 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I6089fc6f56f94389b134154b6c2acba78d1a2f17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148105Reviewed-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@{#758748}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f50063625a0c..ad653d8378d7 git log f50063625a0c..ad653d8378d7 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps 2020-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cf2c8e6068c8..dee4d7a54e44 (5 commits) 2020-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 94450aa9..8ab26431 (253 commits) Created with: gclient setdep -r src/third_party/skia@ad653d8378d7 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 kjlubick@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: kjlubick@google.com Change-Id: I45afcf50f0886101c6f3e65cd54e4d4d826a44f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148102Reviewed-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@{#758747}
-
Koji Ishii authored
This patch adds checking CullRect in |NGBoxFragmentPainter|. The logic is the same as |NGPaintFragment| versions of the corresponding functions. Bug: 982194 Change-Id: Iaf1c7bdf9ac04ced4a772ee04f2f8497e1cb8911 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145522Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#758746}
-
Victor Costan authored
On Windows builds, the method name Scheduler::GetCurrentTime() conflicts with the GetCurrentTime() macro defined in //base/win/windows_types.h. Scheduler::GetCurrentTime() is referenced in a MOCK_CONST_METHOD0 macro, which has been re-implemented recently in googletest. Under the new implementation, the naming conflict results in the compilation error in in https://crbug.com/1070043#c2. This CL fixes the naming conflict by renaming Scheduler::GetCurrentTime(). No behavior changes are expected. Bug: 1070043 Change-Id: Ifd9040083b948ed457ddeb156677cfa84ff331c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146350Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#758745}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d9e072e138e6..573da20d98ff Created with: gclient setdep -r src-internal@573da20d98ff 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 xhwang@google.com,yutak@google.com,rhalavati@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: xhwang@google.com,yutak@google.com,rhalavati@google.com Change-Id: Ic9ab179fa0b167dd6623a200df9fb6a007ae2d25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148489Reviewed-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@{#758744}
-
Austin Tankiang authored
Bug: 1069669 Change-Id: Iebbe4b6f8461639f780918322da87dd413c4f1a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147989Reviewed-by:
Sergei Datsenko <dats@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#758743}
-
hrome://appsDaniel Murphy authored
I accidentally didn't associate the uninstall window to the browser window when updating the uninstall code to support BMO. R=calamity@chromium.org, loyso@chromium.org Fixed: 1070159 Change-Id: I2fa4e50bd28af7283b57491d0e49c3a60350566a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147545 Auto-Submit: Daniel Murphy <dmurph@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#758742}
-
Sujie Zhu authored
We missed cleaning up several TODOs in https://chromium-review.googlesource.com/c/chromium/src/+/2103654 Bug: 1059087 Change-Id: Id65eb7a906af95b8cc3eacc1aaad45b3279cdbee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148081 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#758741}
-
Matt Menke authored
We want to get rid of the single argument call as the two argument methods are safer and more flexible. Bug: 1068194 Change-Id: If94b80790e8dc3d9a8b634ad65d6c10f564b694b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146091 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Auto-Submit: Matt Menke <mmenke@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#758740}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b71a96f818c6..08f4d59e0b17 git log b71a96f818c6..08f4d59e0b17 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 Jianning) Ding Decode the returned encoded bytes of subprocess.check_all/check_output. Created with: gclient setdep -r src/third_party/depot_tools@08f4d59e0b17 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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 Bug: chromium:1068779 Tbr: agable@chromium.org Change-Id: I59323b98c1d6f31cc004639eedc8bbcc5afe0fff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148101Reviewed-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@{#758739}
-
Tanmoy Mollik authored
Currently ProfileDataCache doesn't support vector graphics. This cl replaces the use of Bitmap with Drawable in ProfileDataCache.BadgeConfige so that vector graphics can be provided to it. Also this cl adds a new factory method in ProfileDataCache to create an instance of this class with a provided badge resource id. Bug: 1064957 Change-Id: I23e5417611787f5d3d17f1a2b81c195bcea781ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130246 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#758738}
-
Ramin Halavati authored
Profile API is being updated (issue 1033903) and the usage of GetOffTheRecordProfile without argument is getting deprecated. Use cases of this call that only refer to incognito or guest mode can use GetPrimaryOTRProfile() instead. All calls to this function in c/b/apps/platform_apps/* are updated. This CL does not make any behavioral changes. Bug: 1060940 Change-Id: I3b7c0abc5487711936a028549c21b28b8cc50fc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135751Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#758737}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/7c51f5914703..3ce8c96ad90a git log 7c51f5914703..3ce8c96ad90a --date=short --first-parent --format='%ad %ae %s' 2020-04-14 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. 2020-04-14 kimanh@chromium.org Add e2e test for setting a breakpoint in wasm Created with: gclient setdep -r src/third_party/devtools-frontend/src@3ce8c96ad90a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I3809f6d0839c252d799a0296ca45b280041b925d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148487Reviewed-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@{#758736}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0574822f9f69..8a948a3e2b43 git log 0574822f9f69..8a948a3e2b43 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision edcfd61b..41d2eaa4 (758565:758687) Created with: gclient setdep -r src/third_party/webrtc@8a948a3e2b43 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: I2f742a0242cadf8c8cdcccd05bb28d198dd9ae5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148486Reviewed-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@{#758735}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/297fffa4987b..a79a2f646d24 git log 297fffa4987b..a79a2f646d24 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 pwang@chromium.org telemetry: Make CrOSInterface::_GetMountSourceAndTarget more robust. Created with: gclient setdep -r src/third_party/catapult@a79a2f646d24 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@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:chromeos-kevin-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:1057755 Tbr: sadrul@google.com Change-Id: I93b3a77795ebf290ec5e2866d335a083e619256b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148485Reviewed-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@{#758734}
-
Yuki Yamada authored
Makes BeginFrameProvider a GarbageCollected class, and also makes BeginFrameProvider a GarbageCollectedMixin class. This was split into multiple CLs. Another CL: https://chromium-review.googlesource.com/c/chromium/src/+/2145746 Bug: 1049056 Change-Id: I0346e4db178b0cf85e08e2b4e54c961872457e37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145739Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Yamada <yukiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#758733}
-
https://crbug.com/1006814Fergal Daly authored
Bug: 1006814 Change-Id: I2678fe90ca62b7940b49830233278c27bc39ee39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143180 Commit-Queue: Fergal Daly <fergal@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#758732}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: Id332b7292a6ca080760fd0cf0c62d29043200a15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145745Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#758731}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4f17b60208fa..f50063625a0c git log 4f17b60208fa..f50063625a0c --date=short --first-parent --format='%ad %ae %s' 2020-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9d2fd9c161ab..711867566999 (3 commits) Created with: gclient setdep -r src/third_party/skia@f50063625a0c 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 kjlubick@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: kjlubick@google.com Change-Id: Ic0a4e8d5ccf9594cb1e8fb268a55a07a505af837 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148483Reviewed-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@{#758730}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: I65ca59280e0c913bdb18eef57c9aeaa621f6adc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147480Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#758729}
-
John Z Wu authored
Also updated unit tests. Bug: 1069338 Change-Id: Ib5117cb42990020d4de14c7388141b26605115f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146140Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#758728}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/46572440189e..4d2298bfd78a git log 46572440189e..4d2298bfd78a --date=short --first-parent --format='%ad %ae %s' 2020-04-14 cnorthrop@google.com Support multiple swizzled out operands (#2175) Created with: gclient setdep -r src/third_party/glslang/src@4d2298bfd78a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,timvp@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,timvp@google.com Change-Id: I3e33b13608d183cdac6c15c4e5c1151c3ce05934 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148479Reviewed-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@{#758727}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 41d2eaa4. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" c53a40f4 "Update size.attributes.parse.trailingjunk" 86131ac4 "Add a test for ReplaceTrack that verifies video track content." 380347e7 "[css-masking] Migrate clip-path-columns-svg-clippath-usou.html to WPT" 2f3bb77d "[device-orientation] Upstream web tests to WPT" d53acfce "[css-grid] Migrate positioned-grid-items-crash.html to WPT" 03a85d57 "[client hints]: Properly apply persisted accept-CH policy in 3P context" f064e48f "Make will-change: backdrop-filter a containing block for fixed and abs" c21ee9b0 "[css-masking] Migrate clip-path-descendant-text-mutated.html to WPT" 8ab053d0 "[css-flexbox] Move stretch-table-child.html test to WPT" c05b5149 "[css-flexbox] Move relpos-with-scrollable-with-abspos-crash.html to WPT" 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 NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: I4c074bb4284f5581bc3c48fc7dcd36625e4e7aa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144220Reviewed-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@{#758726}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a01816b0bae9..b71a96f818c6 git log a01816b0bae9..b71a96f818c6 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 yiwzhang@google.com Replace customzied test failure assertion with ResultReasonRE from engine Created with: gclient setdep -r src/third_party/depot_tools@b71a96f818c6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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 Bug: None Tbr: agable@chromium.org Change-Id: I2700144d3fd99e32f695e7dc75c8d4b2ed628a18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148477Reviewed-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@{#758725}
-
Shakti Sahu authored
This CL adds : 1 - Submit query and show SRP on the last level tile click 2 - Shorten most visited tile section to 1 row for smaller screens Bug: 1068308 Change-Id: Icae29ad8bcc563ca6cfa3bfd35d18fa90ff65b7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147041 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#758724}
-
Mitsuru Oshima authored
* Screenshot should still work if the power button is pressed first. Bug: 1024118 Test: Covered by unittests. Manually tested on Slate. Change-Id: I14c07d0f8419b5755776346d2c5f5e2e156861c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130638 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#758723}
-
Shakti Sahu authored
This CL attempts to create MVC for the fake search box. Fake search box is used from NTP and TasksView as well. Extracted most of the view details into properties. There are still a few issues specific to NewTabPageLayout where we directly try to set padding on the fake box. Bug: 1069194 Change-Id: Icaa919e2de302a8d398eb8fd42cb0afd1f6c7040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141200 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#758722}
-
Ramin Halavati authored
Profile API is being updated (issue 1033903) and the usage of GetOffTheRecordProfile without argument is getting deprecated. Use cases of this call that only refer to incognito or guest mode can use GetPrimaryOTRProfile() instead. All calls to this function in c/b/app_list/* are updated. This CL does not make any behavioral changes. Bug: 1060940 Change-Id: I886bead3bca36605f4c3aedc59707403850f0c1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131628Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#758721}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/3b8d1780b324..7c51f5914703 git log 3b8d1780b324..7c51f5914703 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@7c51f5914703 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I8ca2151100eac321ad76753b7d69825670d9c6de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148474Reviewed-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@{#758720}
-
Miras Myrzakerey authored
Bug: 1047624 Change-Id: I969e657025db1be7b9acc11a042a9fef4cb6cd66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061768 Commit-Queue: Miras Myrzakerey <myrzakereyms@google.com> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#758719}
-
Kenichi Ishibashi authored
Use structs instead. Bug: 1055677 Change-Id: Ic8aed9b67d352da33e0d6bc0c76525c3f2c1aa21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147432 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#758718}
-
Fergal Daly authored
This is mainly something to point at when sending CLs that fix tests for render document. TBR=arthursonzogni@chromium.org Change-Id: I6bbe153ac31f042f556d8f9247d2ca3e5e5de8da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147131Reviewed-by:
Fergal Daly <fergal@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#758717}
-
Fergal Daly authored
This will allow us to detect if we are in the process of calling process-exit observers when the crashes in the bug occur. Bug: 1006814 Change-Id: I654b9bd3ce088d6b493dde70121c5401c1a9498f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145520 Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#758716}
-
Peter Qiu authored
With recent change [1] to use visible size instead of coded size for the picture buffers, the DCHECK to ensure picture buffer size and egl_image_size_ to be the same is no longer valid. Since |egl_image_size_| is the coded size, which can be different from visible size. So remove the DCHECK. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2122484 Bug: b/153606160 Test: Verify no DCHECK on Cast display device when using V4l2VDA Change-Id: I83772e29d8f21e0b3afece1fa9970d3c100fdc78 Fixed: 2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143491Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Peter Qiu <zqiu@chromium.org> Cr-Commit-Position: refs/heads/master@{#758715}
-
Miyoung Shin authored
CL migrates stale-grid-layout-2.html to external/wpt/css/css-grid/grid-model, adding links to the relevant specs and a test assertion describing its purpose, renaming it to grid-layout-stale-002.html. BUG=1063749, 767015 Change-Id: Icffe3be03fc9cd8b333860f9f1a83a6be585b3c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147434 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#758714}
-
Miyoung Shin authored
CL migrates Migrate stale-grid-layout.html to external/wpt/css/css-grid/grid-model, adding links to the relevant specs and a test assertion describing its purpose, renaming it to grid-layout-stale-001.html. BUG=1063749, 767015 Change-Id: I7f16395435b29f9cc19571dfc8725eca1ca04c67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147163 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#758713}
-
Hongchan Choi authored
This CL adds the initial set of benchmark tests designed for Web Audio API. For the technical detail, see go/webaudio-perf (googler-only). Bug: 1052424 Change-Id: Id1ff5ac7c3a197f49e78965478f78fd2a82fa073 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064824Reviewed-by:
Raymond Toy <rtoy@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#758712}
-
Xiaohan Wang authored
Flash support will be removed in M88. See https://www.chromium.org/flash-roadmap. Update the plugin UMAs' expiry to M88 accordingly. Bug: 1037201 Change-Id: I50da167033601d202f46c32e424d29fdc4bc10c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146303 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#758711}
-