- 04 Mar, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f6edc90900fe..bbd4f3e6052c git log f6edc90900fe..bbd4f3e6052c --date=short --first-parent --format='%ad %ae %s' 2020-03-04 dberris@chromium.org Pinpoint: Add logging to results2 generation Created with: gclient setdep -r src/third_party/catapult@bbd4f3e6052c 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 skyostil@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:1050740 Tbr: skyostil@google.com Change-Id: I29ede5d35c19b58cfff0fe76dfe0c753353590d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086952Reviewed-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@{#746685}
-
Eric Willigers authored
All tests using SystemWebAppIntegrationTest are now parameterized, and run with both bookmark and web app backend implementations. Bug: 1058274 Change-Id: Iffd8f1bf1242bab126de70d36fb4683981915ff9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086461Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#746684}
-
Eric Willigers authored
The test suite SystemWebAppManagerBrowserTest is now parameterized, and runs with both bookmark and web app backend implementations. Not yet updated: SystemWebAppManagerAdditionalSearchTermsTest.AdditionalSearchTerms and SystemWebAppManagerNotShownInLauncherTest.NotShownInLauncher currently fails with web apps. Tracked in crbug.com/1054195 In system_web_app_manager_browsertest.cc, helper methods EvalJs and ExecJs are retired as they have no clients. TBR=pkasting@chromium.org Bug: 1054195 Change-Id: Ib76ed1e2b14f42bf81138c61f5c263652dbe1ad2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086355 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#746683}
-
Alexey Baskakov authored
The directory structure before: <ProfileDir> WebApps Sync Data LevelDB Temp <temp_name> <app_id> Web Applications _crx_<app_id> After: <ProfileDir> Web Applications _crx_<app_id> Sync Data LevelDB Temp <temp_name> Manifest Resources <app_id> This is breaking change, all local BMO profile icons will be clean. We should land it now to avoid file migrations in the future. Note: "Sync Data/LevelDB" directory is created only if kDesktopPWAsSharedStoreService feature is off. We use shared <ProfileDir>/Sync Data/LevelDB/ otherwise. This code is disabled behind kDesktopPWAsWithoutExtensions feature. It introduces no behavior changes. Bug: 877898 Change-Id: I96af88386f3ce6031881d713b330eff2e32f33e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2084215 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#746682}
-
Luciano Pacheco authored
Bug: 992822 Change-Id: I0a5cbd7f2233a9079065fe9d85dffe4b39462007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086352 Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#746681}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/18eac1a4..56ff573a Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Iec678ba39cecd98fee1cf96603d78d1afcdffd31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086880Reviewed-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@{#746680}
-
Tal Pressman authored
Bug: 1049056 Change-Id: I45bfba484c6d8c99190568a5965a33e996c37bbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078520Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Tal Pressman <talp@chromium.org> Cr-Commit-Position: refs/heads/master@{#746679}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/40dd59329abe..f92fd4849f47 git log 40dd59329abe..f92fd4849f47 --date=short --first-parent --format='%ad %ae %s' 2020-03-04 szuend@chromium.org [utilities] Use Map instead of Array in TestFileSystem.Entry Created with: gclient setdep -r src/third_party/devtools-frontend/src@f92fd4849f47 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:1050549 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I1de31644754ce6983612c47cdc1f736b3f7fe3f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086189Reviewed-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@{#746678}
-
Giovanni Ortuño Urquidi authored
Example failed run: https://ci.chromium.org/p/chromium/builders/ci/Linux%20CFI/16572 TBR=altimin@chromium.org Bug: 1054194 Change-Id: I955aa5674f3b5896b5360d1b9be6d450820f4b9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086383Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#746677}
-
Regan Hsu authored
When the user switches the radio button from "PIN" to "PASSWORD" back to "PIN" quickly, the "PASSWORD" button is re-selected on it's own. In the brief moment that that "PIN" is selected, the button on the RHS, which should be labeled as "Set up Pin" is "Change Pin". In order to prevent the radio button from toggling from "PIN" back to "Password" on its own (without user action), the selectedUnlockType is checked again after active lockscreen preferences are changed asynchronously. Replacing "hidden" with a dom-if template shortens the delay of "Set up PIN" and "Change PIN" in a noticeable way, but it doesn't resolve the fact that "incorrect strings may be shown for a brief period, and updating them causes UI flicker" [1]. This still happens from time to time, and is not consistent. [1] https://tinyurl.com/vdxo262 In order to reduce UI flicker, which is unavoidable in instances of failure (fail to change from PIN to password), the "Set up PIN" and "Change PIN" button is modified to change immediately on user action to the intended value: if the user changes from password to PIN, "Set up PIN" becomes the default immediately (as it should). If the lock type fails to change from PIN to password, then UI flicker occurs in that "Set up PIN" changes back to "Change PIN" (as opposed to seeing the "Change PIN" change to "Set up PIN" with higher frequency). There is not a good way around this, the alternative being that a pinwheel of some sort should be visible as async tasks are being performed, and additional UI to show that CrOS was unable to change from PIN to password and vice versa. Bug: 1054327 Change-Id: Iade95bb3c3a44c90a69b069faa160f17b093107b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079834 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#746676}
-
Giovanni Ortuño Urquidi authored
This reverts commit 57466f0e. Reason for revert: Tests are consistently timing out on debug builds: https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-dbg?limit=50 https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-dbg/17377 Original change's description: > Restore End-To-End test on ChromeOS > > Bug: 1054935 > Change-Id: I2da8e4c8240647614728c21e351a6b2e940aaae0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074882 > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> > Cr-Commit-Position: refs/heads/master@{#744800} TBR=xiyuan@chromium.org,antrim@chromium.org,rsorokin@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1054935, 1058022 Change-Id: Ie52bbd3036bebee69aaf836556aceb5e3322f970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086385 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#746675}
-
Peter Kotwicz authored
This CL fixes a crash when TrustedWebActivityClient#createLaunchIntentForTwa() is given a non-HTTPS URL BUG=1057524 TEST=TrustedWebActivityClientTest#createLaunchIntentForTwaNonHttpScheme() Change-Id: Ib16ebd309c2e450ac40183f1ef4f7c7c6bb4876f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082485Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#746674}
-
Zain Afzal authored
This is an upstream of web_app_file_handling.externs.js to cl/294762966. Additional context: chooseFileSystemEntries is still in the draft stage and as such is not known to closure. This cl adds the function to the native file handling externs file and gives it a type definition matching the wicg spec. https://wicg.github.io/native-file-system/#api-choosefilesystementries Bug: 1040328,996088 Change-Id: I6f3d2efacc092d36149866f05fccac9cb6e98ada Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2084039 Commit-Queue: Zain Afzal <zafzal@google.com> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#746673}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/54bd00057324..9e9493f29dbf git log 54bd00057324..9e9493f29dbf --date=short --first-parent --format='%ad %ae %s' 2020-03-04 ynovikov@chromium.org Skip crashing dEQP-GLES3.functional.samplers.*_tex_3d.* on SwANGLE Created with: gclient setdep -r src/third_party/angle@9e9493f29dbf If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC ianelliott@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: ianelliott@google.com Change-Id: Ibeeee8d1d36ff623e176883cca0caeef80f6177a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086185Reviewed-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@{#746672}
-
Giovanni Ortuño Urquidi authored
See bugs for details TBR=rtoy@chromium.org Bug: 941219, 1047163 Change-Id: Ic6e8111c9432a530a3b0947b7581d66c37209db6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086460Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#746671}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/20ed48e8e963..64a3f8fcb749 git log 20ed48e8e963..64a3f8fcb749 --date=short --first-parent --format='%ad %ae %s' 2020-03-04 bsalomon@google.com Revert "Use spin lock in SkIDChangeListener" Created with: gclient setdep -r src/third_party/skia@64a3f8fcb749 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 herb@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: herb@google.com Change-Id: I14c7d9df1208d4b74bd81abf6a596de03073805b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086187Reviewed-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@{#746670}
-
Alan Cutter authored
Bug: 1007786 Change-Id: I674710a2fd92a669c636ab190337483825bac6c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076222 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#746669}
-
Eric Willigers authored
GetAppIdForTab now supports web apps, in addition to bookmark apps and Chrome platform apps. AppServiceAppWindowWebAppBrowserTest is now parameterized by web_app::ProviderType. Bug: 1048055 Change-Id: I2fc9f656f88634d6b0c2f03a2531ea7914452797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078377Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#746668}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/eedab7912f7c..779e58d10e2f Created with: gclient setdep -r src-internal@779e58d10e2f 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: Ie0890ec326eb07a1a407d0dc07fe976fecf6fed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086186Reviewed-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@{#746667}
-
Giovanni Ortuño Urquidi authored
Flakes started again around: https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%28dbg%29%281%29/81647 TBR=avi@chromium.org Bug: 985255 Change-Id: I1827cb12df13a490c8de00ae753c223d17c62f89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086458Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#746666}
-
Alex Danilo authored
With the flag enabled, and upcoming change the DOM structure of the breadcrumb, this test can't work in files-ng. Bug: 1035691 Change-Id: I3a78f7d82bc5f117fd3dfeab6b925c7284e41b0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086379Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#746665}
-
Koji Ishii authored
This patch fixes an use-of-uninitialized-value accidentally introduced in r746511 <crrev.com/c/2079775>. |is_hanging_| is initialized and should be used only for |NGPhysicalLineBoxFragment|. The CL passes |is_hanging_| as an argument for this purpose, but the function mistakenly uses it in the super class, instead of using the one passed by the argument. Bug: 982194 Change-Id: I3b33595fa0305f92408914b9ac77d15fbccb9d27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086456Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#746664}
-
Tal Pressman authored
Bug: 1049056 Change-Id: I52a862b6d5999203cff4ad92b9d1d63eff811ae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078518Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Tal Pressman <talp@chromium.org> Cr-Commit-Position: refs/heads/master@{#746663}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/970291c5e024..40dd59329abe git log 970291c5e024..40dd59329abe --date=short --first-parent --format='%ad %ae %s' 2020-03-04 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@40dd59329abe 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: I0a2ed4fc9363ad1d073d0280b95d7f5515367b75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086183Reviewed-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@{#746662}
-
Yuki Shiino authored
'Dictionary' type is obsolete and deprecated. The new bindings generator won't support it. The existing use cases (in *.idl) have been removed by peria@, except only for MediaTrackConstraintSet dictionary that contains Dictionary type. Removes web tests that depend on 'Dictionary' type. This is the last use case that is directly visible from IDL interface bindings. (MediaTrackConstraintSet dictionary yet contains Dictionary type, but it's not directly visible from IDL interface bindings.) Bug: 839389 Change-Id: Iec4f1112a0c17a7931aaf49ef4c2780ca564474e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2084773Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#746661}
-
Mathew King authored
On the Drallion stylus when the errse button is pressed the digitizer will send an BTN_TOOL_RUBBER event before a BTN_TOUCH event and then a BTN_TOOL_PEN. This sequence should be considered an POINTER_TYPE_ERASER and not a POINTER_TYPE_PEN. Bug: b:139781900 Change-Id: I268ef0d72e25fa374832ed529a4b54559bc0f805 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076530Reviewed-by:
Sean O'Brien <seobrien@chromium.org> Commit-Queue: Mathew King <mathewk@chromium.org> Cr-Commit-Position: refs/heads/master@{#746660}
-
Kent Tamura authored
This CL relands crrev.com/c/2074840. A part of it was landed as crrev.com/746315, and this CL is the remaining. > HTMLOptionElement's InsertedInto() and RemovedFrom() called > MenuListSelectType::UpdateTextStyleAndContent(), which updates a Text > node in a UA shadow tree. It triggered a DCHECK failure about > IsSlotAssignmentRecalcForbidden(). We should not update the DOM tree > in these functions. > > This CL moves the logic of the InsertedInto() and the RemovedFrom() to > HTMLSelectElement::ChildrenChanged() and |HTMLOptGroupElement:: > ChildrenChanged()|. > > As for kAllChildrenRemoved such as |select.innerHTML=''|, > ChildrenChanged() had no ways to know removed nodes. This CL adds > ChildrenChangedAllChildrenRemovedNeedsList flag, and ContainerNode > provides a list of removed nodes if the flag is true. > > This CL also updates comments on Node::InsertedInto(), > Node::RemovedFrom(), and ContainerNode::ChildrenChanged(). Bug: 1056094 Change-Id: Icef4c9f180333a5b39d38b1950f9c5c2660c66c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086451Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#746659}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: Ia9d9b134b9f1fb09a466e1a3c6ccce8a2968910f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086555Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#746658}
-
Giovanni Ortuño Urquidi authored
List of failed builders: Builder: Mac10.12 Tests https://ci.chromium.org/p/chromium/builders/ci/Mac10.12%20Tests First failing build: https://ci.chromium.org/p/chromium/builders/ci/Mac10.12%20Tests/b8886807550037870064 TBR=bokan@chromium.org Bug: 1058244 Change-Id: I2a44c2e90c866785d49320114fed6fd1eec485da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086356Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#746657}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/40d8cb5fc0ae..806369810527 git log 40d8cb5fc0ae..806369810527 --date=short --first-parent --format='%ad %ae %s' 2020-03-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0380a339..b7f5172d (746487:746590) Created with: gclient setdep -r src/third_party/webrtc@806369810527 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: I65a0445db64d011497cf1798f7aa6c79c900bf1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086181Reviewed-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@{#746656}
-
Eric Willigers authored
We previously had separate code paths for bookmark apps and web apps. Change-Id: I054a5d82634f851f3573e9510775260a006965e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079774Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#746655}
-
Sean Harrison authored
Bug: 1032584 Change-Id: Iede0e4630357ae5e4ccb653e7925a8beb808f20d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002616 Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#746654}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fe6f75240a8c..ec2a6ce2706a git log fe6f75240a8c..ec2a6ce2706a --date=short --first-parent --format='%ad %ae %s' 2020-03-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@ec2a6ce2706a 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: Ieced2c3b72be8e8ff607c3ba145b7509232dee4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086179Reviewed-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@{#746653}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/05f974d7..18eac1a4 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I61106dd2413678c4a4224997dc5466a51b009fa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086158Reviewed-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@{#746652}
-
Akihiro Ota authored
Due to changes in relative file paths, ChromeVox doesn't correctly display images in the panel. Fix the relative file paths so they get rendered correctly. Also ensures the options button in the panel opens the options page. Change-Id: I74f6e36086458f458b6725b8b5fad0ef08d5d99d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086291 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#746651}
-
Khushal authored
The Xiaomi Mibox 4 device doesn't support anything more than 1. Internally SurfaceTexture also uses 1 here so update the ImageReader implementation to use the same. R=dalecurtis@chromium.org, liberato@chromium.org Bug: 1051705 Change-Id: I8fb1e88fbca9b1d0acb932cb4e1ac851a7c05762 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086313 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#746650}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a54af923929b..20ed48e8e963 git log a54af923929b..20ed48e8e963 --date=short --first-parent --format='%ad %ae %s' 2020-03-04 rmistry@google.com Create flutter checkouts from scratch Created with: gclient setdep -r src/third_party/skia@20ed48e8e963 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 herb@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: herb@google.com Change-Id: I96c3285d6c74ecb7ade759749d0828337f6035b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086178Reviewed-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@{#746649}
-
Kei Nakashima authored
Implemented RemoveFirst, pop_back, AppendOrMoveToLast, PrependOrMoveToFi rst and InsertBefore to NewLinkedHashSet. Also, added tests for those fu nctions. Added DCHECK for checking if each node in a vector is used. Change-Id: I9da2dd77db203f68b9d4312890cbc748c594d004 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081726 Commit-Queue: Kei Nakashima <keinakashima@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#746648}
-
Luciano Pacheco authored
Change icons for files without thumbnails to show the file's icon as thumbnail. See crbug.com/992822#c14 for some screenshots. Change generic icons SVG to have fill color --google-grey-700 to use them background-image instead of -webkit-mask-image to simplify the CSS logic to overwrite the generic icon to specific icons. For specific icons we want to use their SVG color, which isn't possible when using -webkit-mask-image. Force the grey color for ".detail-icon" to have icons used as -webkit-mask-image have the correct color. This in turn requires to force the blue color for ".detail-checkmark" because this element is child of ".detail-icon" causing it to inherit the color. Change the JS logic to add CSS classes to make easier to style: 1. Initialize the ".img-container" with CSS class "no-thumbnail". 2. Remove "no-thumbnail" class once a thumbnail is loaded. 3. For FilesNg don't add the ".shield" div at all. 4. For FilesNg don't add the 2 divs ".checkmark.active" and ".checkmark.inactive". Instead add ".detail-checkmark" in the same place it adds for folders, which is the same as File List. 5. Change setGenericThumbnail_() (for FilesNg) to set the attribute "generic-thumbnail" as the mime type icon instead of media type, media type is limited to: image, video, audio, raw, documents, etc, which is too coarse to be able to customize icon per mime type/file type. This is the same logic used for the File List and the smaller icon near the file name. Bug: 992822 Change-Id: Idf4cd25381bf5a12767c4bc970f73f2e418dad7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082660 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#746647}
-
Kazuki Takise authored
We adjust PIP initial bounds in exo as Android isn't aware of some Chrome OS System UI We should apply this logic only to the PIP initial bounds. Otherwise, the obsolete bounds might be applied incorrectly for display rotation, PIP fling, etc. Whether it's entering PIP or not can be checked by whether the snap fraction is set or not as the snap fraction is set when the initial bounds is actually applied to the window in ClientControlledState. BUG=b:149889040 BUG=b:149875362 TEST=Manually confirmed PIP fling and screen rotation put PIP to the correct position. Change-Id: I0f988b1ed6467c6d7a005bb1b0abc6e220277c5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081650 Commit-Queue: Kazuki Takise <takise@chromium.org> Auto-Submit: Kazuki Takise <takise@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#746646}
-