- 26 Oct, 2020 20 commits
-
-
Fergal Daly authored
Analysis of 50/50 experiment is in https://crbug.com/1102233. Fix 2 tests. This reenables CrossOriginOpenerPolicyBrowserTest.CoopPageCrashIntoNonCoop. This won't be submitted until it's clear that https://crbug.com/1139104 is caused by early commit. Bug: 1102233,936696,1066376 Change-Id: Id1f96e53f163d50d873819bbf2bd0fd826b7332e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483730Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#820664}
-
Xida Chen authored
This CL creates classes to build the infra of native paint worklet. Specifically, we create a NativePaintWorklet class, and when we paint the background color, we ask the NativePaintWorklet to do the paint. Because NativePaintWorklet lives under the modules/ and paint part is in core/, we need some other classes to be there so that the paint can call NativePaintWorklet APIs. Design doc here: https://docs.google.com/document/d/1usCnwWs8HsH5FU_185q6MsrZehFmpl5QgbbB4pvHIjI/edit Bug: 1138997 Change-Id: Ifdabf3ce5226ee4cacac03eec46029e74c3fa9c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464428Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#820663}
-
Eugene But authored
This method is no longer called downstream Bug: 1138523 Change-Id: I8c5284f1accba661c2542a5090095d0ea0e20e80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493426Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#820662}
-
John Chen authored
This reverts commit d8db7fef. Reason for revert: Causing large number of Chrome crashes on mac-10_12_laptop_low_end-perf (crbug.com/1142285) Original change's description: > Reenable MacV2GPUSandbox crash-on-unknown-denials. > > Also crash on sysctl-read failures. > > Bug: 1126350 > Change-Id: I9d69c69979ab076e257ca079f6e5f09aed5c28be > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493440 > Commit-Queue: Robert Sesek <rsesek@chromium.org> > Commit-Queue: Greg Kerr <kerrnel@chromium.org> > Auto-Submit: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Greg Kerr <kerrnel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#820468} TBR=kerrnel@chromium.org,rsesek@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1126350, 1142285, 1142288 Change-Id: I3d1240943f2af5c63d3a7cb101381be85fdc6772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497428Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#820661}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=kariah@chromium.org Change-Id: I5a4ad404174e5f76b493c2744377481477d0c4c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497469Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#820660}
-
Kenichi Ishibashi authored
We replaced net::HttpResponseInfo with URLResponseHead in service worker code base. Rename the error code to fit the current implementation. Bug: N/A Change-Id: Iff9a2bbed81ada4f1fc73dbca5ebd0e56c34cba8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497343Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#820659}
-
Olivier Yiptong authored
This creates the initial API to initiate a font chooser, behind a flag. It is different from enumeration at this point for now because the use-cases they are trying to solve are different. Both could be unified in the future. Change-Id: I55d2ac5079f325d86e62e2a348380507b53ea681 Bug: 1138621 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488602Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Olivier Yiptong <oyiptong@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#820658}
-
Luciano Pacheco authored
Add module for: - list_selection_model_test_util.js - list_selection_model_test.js - list_single_selection_model_test.js - menu_test.js - menu_button_test.js - position_util_test.js - splitter_test.js Bug: 1133198 Change-Id: Ib03957cc8c1ec686e7d61848b9cfd42a80788774 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491761Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#820657}
-
My Nguyen authored
In AssistiveWindowController, the method is no longer used because emoji suggester uses SetAssistiveWindowProperties. Bug: 1102219 Change-Id: I7286bf0e297662bd26e1e7a87116b20f723ae094 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473778Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#820656}
-
chrome://media-appDavid Lei authored
This makes chrome://media-app show up with a favicon in the task manager. Follow up work needed to get the icon to show for the subframe (crbug/1141242). Note: We only need one of these icon sizes to get it to show but I don't think there is any harm in adding all of them. https://en.wikipedia.org/wiki/Favicon#HTML5_recommendation_for_icons_in_multiple_sizes Bug: b/171350349 Change-Id: I908ab710fe71c037b427caa368a36b14e13890f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491560 Commit-Queue: David Lei <dlei@google.com> Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Patti <patricialor@chromium.org> Auto-Submit: David Lei <dlei@google.com> Cr-Commit-Position: refs/heads/master@{#820655}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/9e3eec5464d6..258f17d68700 2020-10-26 cnorthrop@google.com Tests: Add World of Tanks Blitz trace 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 jonahr@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_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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jonahr@google.com Test: Test: angle_perftests --gtest_filter="*world_of_tanks_blitz*" Change-Id: I4d8f26686b2aa153a6a3e61b1212b19a34b8e8ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497642Reviewed-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@{#820654}
-
Maggie Cai authored
This CL updates the naming MacNative to MacOs for app service app type to make the language inclusive. TBR=xiyuan@chromium.org, sky@chromium.org Bug: 1097644 Change-Id: I17cf90fb81c4451a6d05f997db205c718f2afabd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494403Reviewed-by:
Maggie Cai <mxcai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#820653}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1603646058-2e9f14b5d7fb706e5b9950a1952473f3aa55ccc4.profdata to chrome-linux-master-1603670235-a1304ada6cf45faf2e892b281617fe268ee6e0f9.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-linux-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:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I90a5f850a223e77d4c16079fcb2ec0a48a437dc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497541Reviewed-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@{#820652}
-
Jason Lin authored
noAutoSync replaces the special casing code in <app-management-permission-item> and makes things explicit. syncPermission() is to be used in a follow up cl. Bug: b/167491603 Change-Id: I1654fa6ffb7f7d9a4b868896f0618f9926cd12ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485996Reviewed-by:
Jeevan Shikaram <jshikaram@chromium.org> Reviewed-by:
Daniel Ng <danielng@google.com> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Jason Lin <lxj@google.com> Cr-Commit-Position: refs/heads/master@{#820651}
-
Josh Simmons authored
This reverts commit cd15c4b9. Reason for revert: The updated icon will be shipped in a later release. Original change's description: > Update Files.app iconography to new style > > Replaced the existing icons with new icons that have a different style. > > Test: Looked at Files.app icon in launcher, shelf and switcher > Bug: 1128673 > Change-Id: I55e3a586dd6ea9ab7f03134d4992eb6e7e2ae92d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430564 > Reviewed-by: Luciano Pacheco <lucmult@chromium.org> > Reviewed-by: Alex Danilo <adanilo@chromium.org> > Reviewed-by: Noel Gordon <noel@chromium.org> > Commit-Queue: Josh Simmons <simmonsjosh@google.com> > Cr-Commit-Position: refs/heads/master@{#810521} TBR=noel@chromium.org,lucmult@chromium.org,adanilo@chromium.org,simmonsjosh@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1128673 Change-Id: I6a2f87b79d4c2c340fa8730716d653afb36e41df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494214Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Josh Simmons <simmonsjosh@google.com> Cr-Commit-Position: refs/heads/master@{#820650}
-
Darren Shen authored
Add Mojo and protobuf messages for Chrome to send text input field info to the IME service, including the type of the input field, whether autocorrect is enabled and whether the input field is privacy-sensitive. Bug: 1019541 Change-Id: I06858902697aba891109cdd7934b15862ca0add1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483729 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#820649}
-
Daniel authored
Integrating the launch watcher into the context manager so that the startup process can await on borealis starting. Tests: Built and ran tests, tested on DUT. Bug: b/171662734 Change-Id: I917440d9c190242bc7d4e28120e716702496f60c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497344 Commit-Queue: Daniel Ng <danielng@google.com> Reviewed-by:
Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#820648}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/16b096af4c82..9202244553e7 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 yhirano@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: yhirano@google.com Change-Id: I62432435595d85304fefd5614901c95cf0d1a587 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497660Reviewed-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@{#820647}
-
David Bienvenu authored
Some command line handling only needs to be done once, instead of once per profile. This CL moves handling of kNotificationLaunchId and kGcpwSigninSwitch from StartupBrowserCreatorImpl::Launch to StartupBrowserCreator::ProcessCmdLineImpl. Bug: 1132578 Change-Id: Ia7d0dbbb7ca3fe8c9a1ce04720c0e2205aff7678 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491983 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#820646}
-
chrome://media-appTrent Apted authored
More accurately, this just hides the codepath that would redirect files sniffed as "image/tiff" back to the old gallery app if the file had an extension matching a known RAW image format. (chrome://media-app was already a handler for "image/*", so logic was needed to exclude RAW). However, it also adds explicit extension-match file handlers to the web app manifest to handle cases where sniffing is not done. Initially tried sharing the logic that drives `IsRawFile()` in the files app's file_tasks but that's not really compatible with the web app manifest, and `IsRawFile` can just be deleted soon. Encapsulate IsRawFile() to make that removal easier: nothing outside file_tasks.cc uses it since r777758. The logic is put behind a base::Feature, but not a chrome://flag: usage of this is low and the change is low-risk. And flipping chrome://flags#media-app also works to use the old gallery for these file types. Bug: 1030935, b/154062029 Change-Id: I4779f76fa81800ffef316748cb94e12534b38775 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494404Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#820645}
-
- 25 Oct, 2020 20 commits
-
-
Jinsuk Kim authored
This reverts commit e1fcf7ac. Reason for revert: identified as culprit for crbug.com/1141360 Original change's description: > Toolbar: Remove dependencies on NewTabPage > > With this CL, toolbar/ classes are free of dependencies on > chrome/browser/ntp. A new interface NewTabPageDelegate plus its > implementation in ToolbarManager replaces the references to > NewTabPage. Dependencies on static URL util methods in NewTabPage, > NativePageFactory were addressed by moving the methods to > modularized targets - components/embedder_support/android:util_java > and chrome/browser/ui/native_page, respectively. > > Bug: 1127732 > Change-Id: I8619db6454b1aa274328a3a243b977cbd87aac02 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467578 > Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> > Reviewed-by: Ted Choc <tedchoc@chromium.org> > Reviewed-by: Filip Gorski <fgorski@chromium.org> > Reviewed-by: Matthew Jones <mdjones@chromium.org> > Cr-Commit-Position: refs/heads/master@{#819204} TBR=fgorski@chromium.org,tedchoc@chromium.org,mdjones@chromium.org,jinsukkim@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1127732, 1141360, 1141362 Change-Id: Ib77ad0c85d2b7313954729110f3510f096fd4d7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495501Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#820644}
-
mlcui authored
Most shortcuts in the shortcut viewer use one of four strings, representing a single key with 0-3 modifiers. This is currently hard-coded with the shortcuts. This CL refactors that to automatically determine the correct string based on the number of modifiers, eliminating the need to specify the shortcut string for most shortcuts. This refactor is intended to make way for having a runtime-determined number of modifiers for a given shortcut, as #new-shortcut-mapping changes shortcuts involving Shift - for those shortcuts, we need to display the shifted key instead of Shift + unshifted key. Bug: 1139080 Change-Id: I8bb2c71a31fb1eb546aee88d6690990afd6c2f92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494205 Commit-Queue: Michael Cui <mlcui@google.com> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#820643}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Idf6f275f69fafa8099690427e0d794b6f1357ac7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497535Reviewed-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@{#820642}
-
Darren Shen authored
Add Mojo and protobuf messages for Chrome to send an event the IME service when the composition is canceled. Bug: 1019541 Change-Id: I7077586d8df4e094300651aa81ac6be73ed7b0fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483946 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Jing Wang <jiwan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#820641}
-
Melissa Zhang authored
This CL overrides AccessibleWindowRole to |kDialog| because BubbleDialogDelegateView sets it to |kAlertDialog|. |AlertDialog| triggers screenreaders to repeat the whole of the |sharesheet_bubble_view| which is undesirable behaviour that is resolved with |kDialog|. Bug: 1140272 Change-Id: Ie42811cc95a39af5f12268314117a6dc9ea189a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494190 Commit-Queue: Melissa Zhang <melzhang@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#820640}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 890f5cbb. With Chromium commits locally applied on WPT: 44931e57 "[webauthn] Move large blob tests 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 Directory owners for changes in this CL: cbiesinger@chromium.org: external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox nzolghadr@chromium.org, yosin@chromium.org: external/wpt/input-events NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: I545d74c5bed07d17fe63a65458d2dbc5c0464903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497143Reviewed-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@{#820639}
-
Nicholas Hollingum authored
We add a BorealisAppLauncher class with associated tests, and hook this class into the BorealisApps service. This needed minor refactorings of the BorealisContext. Bug: b/162562622 Change-Id: I3b6bc49b6d494fef4f8a03810048ceb3fd9122b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485998 Auto-Submit: Nic Hollingum <hollingum@google.com> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Daniel Ng <danielng@google.com> Commit-Queue: Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#820638}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ea39f9199c12..16b096af4c82 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 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: Change-Id: I27787c2959539c582c7923bee4991f091a73e129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497530Reviewed-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@{#820637}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/7a0263547cda..9e3eec5464d6 2020-10-25 jmadill@chromium.org Revert "Vulkan: Make DescriptorPoolHelper a Resource" 2020-10-25 jmadill@chromium.org Skip flaky tests on Win7/NVIDIA/GLES. 2020-10-25 jmadill@chromium.org Adjust TestSuite test timeout values. 2020-10-25 jmadill@chromium.org Re-land "Link C++ histogram support into angle_perftests." 2020-10-25 lehoangq@gmail.com Metal: Fix 2D array texture's robust resource init 2020-10-25 lehoangq@gmail.com Metal: Implement sampler object & shadow compare mode 2020-10-25 m.maiya@samsung.com Check for precision match of uniforms only if there is static use 2020-10-24 jmadill@chromium.org Expand Mac XFB suppression. 2020-10-24 jmadill@chromium.org Suppress failing Windows 7 test. 2020-10-24 jmadill@chromium.org Disable timing out Vulkan GLES 1 test. 2020-10-24 lehoangq@gmail.com Metal: Partially implement EXT_debug_marker 2020-10-24 lehoangq@gmail.com Metal: Implement glRenderbufferStorageMultisample(ANGLE) 2020-10-24 lehoangq@gmail.com Metal: Support integer textures. 2020-10-24 syoussefi@chromium.org Vulkan: Dirty pipeline and desc set after mid-RP clear with draw 2020-10-24 syoussefi@chromium.org Vulkan: Assert that attributes in shader info map are active 2020-10-24 timvp@google.com Fixes to roll ANGLE into AOSP 2020-10-24 jmadill@chromium.org Tests: Remove standalone duplication. 2020-10-23 timvp@google.com Revert "Link C++ histogram support into angle_perftests." 2020-10-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e203e4bc to 4787c9ad (240 revisions) 2020-10-23 jonahr@google.com Suppress VUID-vkCmdDraw-None-02698 validation 2020-10-23 jmadill@chromium.org Test Runner: Only run watchdog in child processes. 2020-10-23 jmadill@chromium.org Vulkan: Refactor how finishToSerial() retires commands. 2020-10-23 syoussefi@chromium.org Vulkan: Drop RelaxedPrecision from aliased attributes 2020-10-23 cnorthrop@google.com Vulkan: Reduce scope of clear workaround 2020-10-23 jmadill@chromium.org Make capture replay tests exectuable. 2020-10-23 jmadill@chromium.org Vulkan: sRGB cleanups. 2020-10-23 jmadill@chromium.org Trace Tests: Print trace download progress. 2020-10-23 timvp@google.com Vulkan: Make DescriptorPoolHelper a Resource 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 jonahr@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_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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1141040 Tbr: jonahr@google.com Test: Test: AOSP PresubmitTest: Test: GLES1ConformanceTest.AmbLight/ES1_VulkanTest: Test: MultithreadingTest::MultiContextDrawSmallDescriptorPools()Test: Test: angle_perftest --gtest_filter="*free_fire*" Change-Id: I3be39a3e94e32f78a18d3e330624cf9b15d08d10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497505Reviewed-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@{#820636}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Ic64536f90ae1407de1df47faf4c706853449e6a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497142Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#820635}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d4f7a4502b07..ea39f9199c12 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 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: Change-Id: I2145200659ad3571f628234926299229c366409e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497512Reviewed-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@{#820634}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1603623202-14ac2c6cb0d89a9ecbecb2436c9610301e837409.profdata to chrome-linux-master-1603646058-2e9f14b5d7fb706e5b9950a1952473f3aa55ccc4.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-linux-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:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ief363801248b8199af6bafeefce27bfe31b29c32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497514Reviewed-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@{#820633}
-
Chromium WPT Sync authored
Using wpt-import in Chromium bb535d73. With Chromium commits locally applied on WPT: 44931e57 "[webauthn] Move large blob tests 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 Directory owners for changes in this CL: cbiesinger@chromium.org: external/wpt/css/css-flexbox NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: I293bd8b1a16c3d8c20f24bb051df5c8be02fea0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497141Reviewed-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@{#820632}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/15125e3533d7..d4f7a4502b07 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 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: Change-Id: Ifd35a7bbf865b26b2594d69af39b5cecf5372b4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497501Reviewed-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@{#820631}
-
chromium-autoroll authored
Roll ChromeOS Bigcore AFDO profile from 88-4280.20-1603100572-benchmark-88.0.4300.0-r1 to 88-4280.20-1603100572-benchmark-88.0.4303.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-bigcore-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: Ie702e7b35f9e97a18f112c9379cdffc74654bf3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497509Reviewed-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@{#820630}
-
chromium-autoroll authored
Roll ChromeOS Atom AFDO profile from 88-4280.20-1603104419-benchmark-88.0.4300.0-r1 to 88-4280.20-1603104419-benchmark-88.0.4303.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-atom-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: I358987b0dd290f5b10c223bca6e1af11160c2a63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497225Reviewed-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@{#820629}
-
Xianzhu Wang authored
Change-Id: I55e77f96e7be7c554cd00e6e07c9720763e83f17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2496288Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#820628}
-
Peter McNeeley authored
Recent changes by magchen have given us the ability to correctly identify quad damage on a per quad level. Here we evaluate this data and marshal it into the OverlayCandidate. In the case of underlays the damages provided by 'SurfaceDamageRectList' are not enough. To determine actual visible damage, the opaque but non-damaged quads also need to be taken into account. The function SetOccludedDamageEstimate subtracts the occluding damage area from these opaque quads giving a very good approximation of the total visible damage area for this OverlayCandidate. Finally this damage information will be used in a later phase of overlay selection to make heuristic determinations on which candidates to promote. Change-Id: I64188066f96e4f0667791d8c0144ae3687979b85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485513Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Maggie Chen <magchen@chromium.org> Commit-Queue: Peter McNeeley <petermcneeley@chromium.org> Cr-Commit-Position: refs/heads/master@{#820627}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1603570785-5714ab571043b20e62d7021352e7cf86f5390b23.profdata to chrome-win32-master-1603613972-73699eb7c90ca72304abe78e4e06ee3df85b698a.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-win32-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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ic521d8a41f8eb420feff5d9d828c89deb1bc80c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2496751Reviewed-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@{#820626}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 88-4280.20-1603104419-benchmark-88.0.4296.6-r1 to 88-4280.20-1603104419-benchmark-88.0.4300.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: I4b330886199a6597f2f5ab2f54da387317c10ebc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497309Reviewed-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@{#820625}
-