- 22 Jan, 2021 40 commits
-
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1611262248-73432c89b66dbe2013eb2cab3a4d4391b3f9edd9.profdata to chrome-win64-master-1611284384-7c6617d93ef1b9fc70abe71fb9acc556bc65d8e5.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: If2010c143857e639ce9e9bf8a93bc693064ee3d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643524Reviewed-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@{#846016}
-
Ken Rockot authored
Bug: 1004256 Change-Id: Iabfb2720513f11d539b51458e87a323e95f4b513 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640932Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#846015}
-
John L Chen authored
They are not being used. BUG=b:177880754 TEST=build & unit tests Change-Id: Ice1d862d56cc6ebdb288515d7f941330e201ace6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639069 Commit-Queue: John L Chen <zuan@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#846014}
-
Michael Lippautz authored
Add mlippautz to - blink/ for BlinkGC.* - v8/ for general reviews Change-Id: I6957c8cdbb7e7dc9ecbd60e39192ba095aff3730 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642324Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#846013}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/57fd09e1aad2..9a1550b6e356 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 yosin@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: yosin@google.com Change-Id: I2fb7fae41e7dfa6b56042c0b82b0152b3f0fd413 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643470Reviewed-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@{#846012}
-
Peter E Conn authored
Change-Id: Ib05e1ed766a8348086bda2e794d37823764c1858 Bug: 1146206 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642361Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#846011}
-
Anastasiia N authored
Add GoogleServiceAuthError to account_manager.mojom and add to- and from- mojo conversion methods to account_manager_util. Bug: 1140469 Change-Id: I98d71e2c5e9fd7a205d52cfb98213bab789e446e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631502 Commit-Queue: Anastasiia N <anastasiian@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#846010}
-
Peter E Conn authored
Change-Id: I62e6216cb126a3a34ea23c4a5947bb6211d5e499 Bug: 1146206 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642152Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#846009}
-
Jan Wilken Dörrie authored
This change removes the deprecated base::c16memcpy, base::c16len and base::c16memcpy, updates the comment ontop of string16.h to make clear it is only a type alias nowadays and removes obsolete tests or moves them in more appropriate locations. Bug: 911896 Change-Id: I5f66b8db5d81c962e040c79eed844136fd570ee2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642270Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#846008}
-
Maggie Cai authored
Currently when we try to automatically show bubble for intent picker, we will wait until the content of the bubble loaded before showing the intent picker icon. This CL updates the code to show the icon immediately when we find out there is app in the picker. BUG=853604 Change-Id: I32ed2b3e1368c2d6ff8f7032ffbea3fa820c5cf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643424 Commit-Queue: Maggie Cai <mxcai@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#846007}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/302f83f07614..5b2a5204087d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I80436305d8d6379dd43df5830a81489ad2976475 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644497Reviewed-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@{#846006}
-
Henrique Ferreiro authored
This CL is part of the Chrome OS source code directory migration: https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE. Bug: 1101837, 1164001 Change-Id: I9354ead3b5188c3fe2f0cde3911672f68d8e84df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640534 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
James Cook <jamescook@chromium.org> Owners-Override: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#846005}
-
Wojciech Bielawski authored
Python 3 distinguish butes and strings and strings are always unicode. That's why files need to be open in binary mode and proper encoding must be applied before write Bug: 1168119 Change-Id: I14b65600a736eda6ad263a011ab8886f1e521f64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642679Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#846004}
-
Julie Jeongeun Kim authored
This CL converts PrintHostMsg_SetupScriptedPrintPreview message to SetupScriptedPrintPreview() in mojom::PrintManagerHost. Bug: 1008939 Change-Id: I52a9a299f975e56f33cdfef65c8be8bfc65bb9dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607979 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#846003}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/b5cfe3a7746c..db383498c5c6 2021-01-22 jiawei.shao@intel.com Allow using DepthOnly aspect on the depth-only formats in T2T copies 2021-01-22 enga@chromium.org dawn_wire: Add an API to reclaim reserved devices and textures 2021-01-21 enga@chromium.org dawn_wire: Fix a bug with multiple injected devices If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC sarahmashay@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: sarahmashay@google.com Change-Id: Ief959483b66453bf580deb08b3a54b3a81b3877a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643466 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#846002}
-
Kai Ninomiya authored
Skips some tests because of shard timeouts on Mac. Also: - Tweaks expectations file comment format and how-to-roll README. - Adds --nohooks to gclient sync in roll script. Bug: None, dawn:614, dawn:615, dawn:603, 1161355, dawn:640 Change-Id: I37499f370b3ebbd9c266b38058287d52b3e4f635 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601109 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#846001}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/028c0da21c9e..3f555b808fbf 2021-01-22 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ibf1a3463f0c9309a4391238d899b65af7dc1e5f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643468Reviewed-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@{#846000}
-
Ken Rockot authored
This moves them from js-test to testharness and does some substantial cleanup of asynchronous logic at the same time. This is in preparation to move the tests into wpt_internal and use Mojo JS modules. Bug: 1004256 Change-Id: I47a53d3e88d777158c9ad1a65bf0500284abcb5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639871Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#845999}
-
Wei Lee authored
We can use 'ended' event instead of timeout. Bug: b/172341904 Test: Manually Change-Id: I9f2704aa5edc41ba5a04c9d02e0824778d3d59e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640515 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Auto-Submit: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#845998}
-
Maksim Moskvitin authored
Bug: 1152279 Change-Id: I4e06d84d7687a7083025c08f2d235e71d2fba259 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642453Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#845997}
-
Mike Wasserman authored
This came up in a recent CL review calling this function: https://chromium-review.googlesource.com/c/chromium/src/+/2628705/6..10/content/browser/renderer_host/display_util.cc#b51 Bug: 1169327 Test: None Change-Id: I33bae732cddb7345153f993b840dee29d22b2c49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644109Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Auto-Submit: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#845996}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e4652059389f..450f8565c7f3 2021-01-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from dac687f4 to 465f5609 (418 revisions) 2021-01-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f0286e636456 to ff5f715e5c4a (11 revisions) 2021-01-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 762814bd9229 to db383498c5c6 (15 revisions) 2021-01-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b3e5c440d239 to 22f14a877953 (5 revisions) 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 scroggo@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: scroggo@google.com Test: Test: Test: CopyOutputScalingPixelTest.ScaledCopyOfDrawnFrame/48Test: Test: FenceSyncTest.BasicOperationsTest: Test: angle_perftests --gtest_filter="*subway_surfers*" Change-Id: Iba3f0aea3721cba569b6228ab60d19767fb1de71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643467Reviewed-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@{#845995}
-
Alex Rudenko authored
We already store the last hovered node in SearchingForNodeTool so we can skip sending duplicate Overlay.nodeHighlightRequested events if the hovered node does not change. Bug: 1169020 Change-Id: Id112e22127ec04d57695ab82a0bd4d41eb51793d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640408 Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#845994}
-
Jason Lin authored
We don't actually need it in the header except for unit tests. For unit tests, 3 new functions `Set...()` are added so they can directly manupulated the states. Bug: b/167491603 Change-Id: I46ac5d32e92fcf17ae246ca8c419441c94129759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636743 Commit-Queue: Jason Lin <lxj@google.com> Auto-Submit: Jason Lin <lxj@google.com> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#845993}
-
Yuta Hijikata authored
The change is in preparating to switching lacros-chrome from target_os="linux" to target_os="chromeos". Since currently lacros-chromes uses linux chrome's policy, we want to keep the behaviour for now after the target_os switch. Bug: 1052397 Change-Id: I0fd045f5bd0dc5524147545875b0446fd75dfca8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636100 Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Reviewed-by:
Igor <igorcov@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#845992}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/561f5af9ef1e..048f670fd5b1 2021-01-22 tsepez@chromium.org Fix segv in CFXJSE_FormCalcContext::Time2Num(). 2021-01-21 tsepez@chromium.org Kill majority of remaining CFXJSE_Value usage in fxjs/xfa If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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/+doc/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: I57f357a645ef0d5259731dd28f285410bb1d7bd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643172Reviewed-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@{#845991}
-
Theresa Sullivan authored
The bookmark star is only shown in the app menu on phones; on tablets it is shown in the toolbar instead. Bug: 1169415 Change-Id: I52c267501eb2d67474ba8fbe2cdacc573fd83940 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643936 Auto-Submit: Theresa <twellington@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#845990}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/12aab80c..f84a78cf Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Iaf447239c22cd90bc10e1c7f14767bea89fe0557 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643107Reviewed-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@{#845989}
-
Harvey Yang authored
This commit adds and uses LightProviderMojo and LightSamplesObserver when IIO Service is available. LightProviderMojo will request information and the target light sensor's samples from IIO Service instead of script: backlight_tool and reading raw values directly from sysfs. BUG=b:173485266, b:176871193 TEST=unit tests and run on nightfury(hatch) Change-Id: I8b7e23677def14261296378a9d205f3d310b47d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568999Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Commit-Queue: Cheng-Hao Yang <chenghaoyang@chromium.org> Cr-Commit-Position: refs/heads/master@{#845988}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3efea38b. 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=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: I9c39bcedd9ee6b42119039d0e0048b82b04e2280 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643798Reviewed-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@{#845987}
-
Kent Tamura authored
In order to conform to the latest specification [1], this CL changes the type of 'states' attribute from 'DOMTokenList' to 'CustomStateSet', which is a 'setlike<DOMString>.' * dom_token_list.{cc,h} Remove 'virtual' from 'value()' and 'setValue()'. No one overrides them. * custom_state_set.{cc,h,idl} Added. * element_internals.{cc,h,idl} Switch 'states' implementation. Remove 'CustomStatesTokenList' class * wpt/custom-elements/state/tentative/ Update tests for the new interface This feature is not shipped yet. [1] https://wicg.github.io/custom-state-pseudo-class/ Bug: 1012098 Change-Id: I642d16f96449db93cc9c4dc1211c7f242e608192 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639345 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#845986}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/dc8ef8034344..302f83f07614 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: If917cdc178dbe546cbc49124946a1dea7a90d5e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643110Reviewed-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@{#845985}
-
Jit Yao Yap authored
This CL adds GetPositionBeforeFirstItem which returns a syncer::StringOrdinal which is before the position of the first item in the item list. This position is used to allow inserting of app items to the front of the item list. Bug: 1167998 Change-Id: I89c41383e72c471723e1eb9457bb7d4508f85218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640379 Commit-Queue: Jit Yao Yap <jityao@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#845984}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/212d6814bec1..57fd09e1aad2 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 yosin@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1166926 Tbr: yosin@google.com Change-Id: I7aa016eb858873f679c55eb525528670bee87ea8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643249Reviewed-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@{#845983}
-
Jinsuk Kim authored
The purpose of the test was to ensure gesture events triggered after the navigation handler destruction can still be handled gracefully without causing crash. Destroying the entire gesture navigation MVC component in the test to simulate the situation became tricky, which marked the test disabled. This CL destroys the NavigationHandler (a mediator) only, which still serves the purpose of the test, to check the case. Bug: 1147553 Change-Id: I1cca3c895404a883c441a314b4b55f0bfd3a20cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642644Reviewed-by:
Donn Denman <donnd@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#845982}
-
Kenton Lam authored
- Changed tab buttons to be cr-icon-buttons for Chrome-esque styling. - Change variations indicator to grey triangle in bottom-right. - Smooth scrolling on emoji group button click. - Minor changes to tests to match element structure changes. Googlers: http://screen/7PbkwwPcqKRCmw8.png Bug: 1152237 Change-Id: Ib82f28c57428b54ca104d3abd9535fb77fcccf4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641690Reviewed-by:
John Palmer <jopalmer@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Kenton Lam <kentonlam@google.com> Cr-Commit-Position: refs/heads/master@{#845981}
-
Kenton Lam authored
Gets and stores the current TextInputClient and selection range when the emoji dialog is opened. Inserting emoji will insert into that TextInputClient. Because the emoji picker window closes when it loses focus, this *should* always be correct. One edge case is if the TextInputClient disappears after the emoji picker is opened (one example of this is the launcher's search box). Change-Id: I1fedd494a36603b252fcff3a5e9b0d8df63a004c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626482Reviewed-by:
John Palmer <jopalmer@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Kenton Lam <kentonlam@google.com> Cr-Commit-Position: refs/heads/master@{#845980}
-
Clark DuVall authored
Since the shell APK needs to be loaded for perf tests, it can affect metrics like memory usage if it has too much java code. This shrinks the size of the shell APK dex from ~9MB to <1MB. Bug: 1146438 Change-Id: Ife6ddac73ef9fd80995240b23cc6e6760cf833d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644102 Commit-Queue: Clark DuVall <cduvall@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#845979}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c09761f57605..e4652059389f 2021-01-22 csmartdalton@google.com Remove the offthread triangulation from GrPathTessellateOp 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 scroggo@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: scroggo@google.com Change-Id: I6316d8c707779322a06409310e3648ba31f3a48d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642874Reviewed-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@{#845978}
-
Yuki Shiino authored
ArrayBufferView is a partial view to the underlying ArrayBuffer. When parsing PushSubscriptionOptionsInit.applicationServerKey given an ArrayBufferView, the partial view of the ArrayBufferView should be processed instead of the entire underlying buffer. Change-Id: I87156f41e50e7615bc19ac00df92a8cca2843c75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641829 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#845977}
-