- 31 Jul, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/13d4daad7486..f70087925046 2020-07-31 alexrudenko@chromium.org Use 2D coordinates for placing line number labels in overlay 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: chromium:1106681 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ib2a889b3ea993e859e0d7aea64f4b7f98298723b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331722Reviewed-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@{#793535}
-
Makoto Shimazu authored
TBR=dtseng@chromium.org No-Try: true Bug: 1111686 Change-Id: I926c72b00f1424dadef75fd47dcc652c9dd0e12c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332277Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#793534}
-
Yuki Shiino authored
For external/wpt/html/dom/idlharness.*, there shouldn't be any platform-specific behaviors, hence there should be no need to have a platform-specific expectation. This patch removes it. Change-Id: I4411431e1687b5defcbffbd106c345530317375f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332097Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#793533}
-
Callistus authored
CIPD package: https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/Ig0HjWIcWoctNjm9blQE6JDTvNtCIU_-1VgQkCpc6N4C Release notes: http://go/help_app-x20/relnotes/Nightly/help_app_nightly_202007300800_RC00.html Cq-Include-Trybots: chrome/try:linux-chromeos-chrome Change-Id: I47ce96ab329ac79734b4a0d706841e9f537dd4ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331557Reviewed-by:
Rachel Carpenter <carpenterr@chromium.org> Commit-Queue: Callistus Tan <callistus@google.com> Cr-Commit-Position: refs/heads/master@{#793532}
-
Johann authored
Redirect usage in render_view_browsertest.cc through RenderFrameImpl and render_view(). Despite the comment on render_view() about it being temporary, this path is much more commonly used than FromWebView(). Move the definition up a level directly to RenderView. Still investigating other uses. The goal is to remove anything which relies on global variables so that RenderViews can be frozen/throttled independently. Bug: 1098157 Change-Id: I9fe0c180f305e6d2fa8a302231be8d4529f48192 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259674 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#793531}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1596156772-fb5400781a3ee20ba308909e8b9d28b6ec0b05c7.profdata to chrome-win32-master-1596160292-be7478816f9ea1c3a3e60ecafceb33fda007c691.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 sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I04cb8f2b7ed610c2169b009dfb1c450a18619e32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331718Reviewed-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@{#793530}
-
Matthew Mourgos authored
This CL creates the function CreateStandardIconImage() to be used for taking the original icon and returning a standard icon. The general idea of the new function is as follows: 1. Check if the original icon is already circle shaped. If it is, then return the original icon. 2. Find the scale required to resize and fit the original icon inside of a new circle background. 3. Scale down the icon and draw it over a background circle. Return this icon as the generated standard icon. Bug: 1110496 Change-Id: If37fba67a3f937f863c0df2600979fc0e0d02512 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300225Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#793529}
-
Avi Drissman authored
This migrates: defined(OS_MACOSX) && !defined(OS_IOS) -> defined(OS_MAC) Bug: 1105907 Change-Id: Ib9e0314c5c15cf33b86ed98cbd2d46a454a9b719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331856 Auto-Submit: Avi Drissman <avi@chromium.org> Commit-Queue: Primiano Tucci <primiano@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#793528}
-
Kent Tamura authored
We're going to ship LayouNGFieldset before LayoutNGBlockFragmentation. We should test LayouNGFieldset without LayoutNGBlockFragmentation. This CL has no behavior changes. Bug: 875235 Change-Id: Ice80abf0fcdd83ed15fb088b76899287aeb88187 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331956 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#793527}
-
Sigurd Schneider authored
This CL reports both the parent frame and the blocked from for COEP issues. With those, it is easier to provide informative information in the issues panel. Change-Id: I382412780f382243d426a7fff3cb8e0efb7cb54f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326350Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#793526}
-
Hitoshi Yoshida authored
The new code generator will use V8Enum classes for IDL enum members in IDL dictionaries. However, in some cases, implicit conversion of IDL enum to String doesn't work. This CL wraps them with IDLEnumAsString() to make them workable with both of old/new code generator. They will be unwrapped after migrating the code generators. Bug: 839389, 1070871 Change-Id: Ide73bca4fb4f7785b0c243fa1c2e7c8bfc99e6d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230588 Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#793525}
-
Jongmok Kim authored
Bug: 1037992 Change-Id: I19a134d72f72dfbcdc698af907fadaac4cce3be0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328093 Commit-Queue: Jongmok Kim <jongmok.kim@navercorp.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#793524}
-
Alan Cutter authored
This CL improves link capturing for tabbed web app windows that involve temporary about:blank tabs. If the WebContents hasn't loaded yet or has only loaded about:blank we should reparent it into the app window to avoid leaving behind a blank tab. This behaviour is hidden behind the DesktopPWAsTabStrip and DesktopPWAsTabStripLinkCapturing feature flags. Before: https://bugs.chromium.org/p/chromium/issues/attachment?aid=458622&signed_aid=mpkhPnvPYdVhH9xUHWrBcw==&inline=1 After: https://bugs.chromium.org/p/chromium/issues/attachment?aid=458621&signed_aid=AU8z1nowfAzER78yEntc3w==&inline=1 Bug: 1078301 Change-Id: Ia7312894512e01977f5b545307d9ceefea79c8c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288915 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Reviewed-by:
Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#793523}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f3a38d978faa..19a1943b27a0 2020-07-31 kbr@chromium.org Allow GetSystemInfo to return false in CGL and EAGL backends. 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 tobine@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: tobine@google.com Change-Id: I175b3087e40643a6113bc7da450660f13c56c840 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331284Reviewed-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@{#793522}
-
Yuki Shiino authored
It turned out that it's not a good idea to print messages to Ninja's console, and people rather prefer not showing anything to the console. Hence, removes "console" pool of GN, which allows printing messages to Ninja's console. Bug: 839389, 1108111, 1109761 Change-Id: I231dc17ec260db0b5fb2a5781da56493a39a9a9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329952Reviewed-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@{#793521}
-
Jan Wilken Dörrie authored
This change renames chrome_cleaner::String16EmbeddedNulls to chrome_cleaner::WStringEmbeddedNulls and renames its CastAsStringPiece16 API to CastAsWStringPiece. This is purely a name change and should not have any impact on functionality. Bug: 911896 Change-Id: I268bc7fef5cc8d8f6df9987baeed52eee1fe99ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328667Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#793520}
-
Austin Tankiang authored
Bug: 1105319 Change-Id: Id5f0c7f03bf7360fc1cdef998fb274c528af6535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328397Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#793519}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1596146232-f6e45641b67a67dc23d75883ed15404f325382fd.profdata to chrome-win32-master-1596156772-fb5400781a3ee20ba308909e8b9d28b6ec0b05c7.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 sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ia49531a2f0fdf39a760faf869af3a1bc936df9f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331285Reviewed-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@{#793518}
-
Keren Zhu authored
This CL is part of the effort to make Views default constructible, allowing UI to be built in a declarative fashion. Bug: 1108460 Change-Id: I4f6d6a9e271990ead0e9e28fe7ebc3b2da401ad2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330632 Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Auto-Submit: Keren Zhu <kerenzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#793517}
-
Sangwoo Ko authored
Previously, Contents script was the only way to detect window bounds change. But content script might be blocked for some contentses and it's too much. So introduce windows.onBoundsChanged event. If a window is moved or resized, this event will be dispatched. API Review: https://docs.google.com/document/d/1HIqsPj3r6Khl8QRPfMhQCzkQjoSdULsRvB9IC2uEWso/edit Bug: 44464 Change-Id: I2b893d4097a0be7c35ed5948a60d4836ff51bae6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159666Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Sang Woo Ko <sangwoo108@chromium.org> Cr-Commit-Position: refs/heads/master@{#793516}
-
Sean McAllister authored
This migrates is_linux (which is also set for chromeos) to explicitly include chromeos as is_linux || is_chromeos in preparation for separating those flags. Bug: 1110266 Change-Id: I4dc4cd45eeaf1ca0a824b2a236fc55e0871f1c75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326295Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#793515}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c33ca42ea990..f8ef67b87b41 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 yoichio@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: yoichio@google.com Change-Id: I98647255e6072de0e5231e38e8937085fbf2b464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331277Reviewed-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@{#793514}
-
Richard Li authored
Intel begins to support RGB10 overlay on Icelake or above platform. This patch enables this feature on Windows. With this patch, HDR video will be played through overlay which will provide better power performance. Bug: 1062184 Change-Id: I24b1c11ddeda581cb0ae33cf024eca3515dd8a4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109315 Commit-Queue: Richard Li <richard.li@intel.com> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#793513}
-
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: Iac38275ff0d3f0b427794ea520bf230983c2336d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330952Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#793512}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1596109918-e7fed2d6fa04d0e079da5890487faf0a15a02c82.profdata to chrome-win64-master-1596153340-6d725ede4117dca447ca41731e1643697c638085.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 sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:win64-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ib12acc41abf6102b79dbcef639fae5cadf0e93b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331477Reviewed-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@{#793511}
-
Clark DuVall authored
std::transform requires using something like std::back_inserter, and not just .begin() to insert items (unless the container is already sized correctly). std::transform is confusing, so better to just use a loop. Bug: 1111405 Change-Id: I68080feeff23cee86a71df19838972f3b9b9d511 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329919 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#793510}
-
Sean McAllister authored
This migrates is_linux (which is also set for chromeos) to explicitly include chromeos as is_linux || is_chromeos in preparation for separating those flags. Bug: 1110266 Change-Id: I93991bfe0647a6b280b9fb9531474ae70f6c4cfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325766 Commit-Queue: Sean McAllister <smcallis@google.com> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#793509}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bd3ffa43d23f..f8869a24e77e 2020-07-31 johnstiles@google.com Remove SK_REQUIRE_LOCAL_VAR macro. 2020-07-31 csmartdalton@google.com Rename GrTessellateStroke* -> GrStrokeTessellate* and friends 2020-07-31 reed@google.com Switch over to SkPathBuilder 2020-07-31 johnstiles@google.com Enable ClangTidy check performance-for-range-copy. 2020-07-31 csmartdalton@google.com Add view matrix support to tessellated stroking 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 borenet@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 Bug: None Tbr: borenet@google.com Change-Id: Ie4b867378bdd4b5dc4852847a1bec9bbeede9bd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331278Reviewed-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@{#793508}
-
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: Ic82e64da670c7210a2ab11af8db02f05fa623b90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331280Reviewed-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@{#793507}
-
Haiyang Pan authored
And disable the feature GLMDA for android-23. This is to support disabling or enabling certain features during AVD create. Command line option will invalidate the emulator snapshot and cause timeout when launching the emulator. Bug: 1093602, 1110997 Change-Id: Idbbb1b5f08dd64d663392f2a55e166d7dab91eed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321088 Commit-Queue: Haiyang Pan <hypan@google.com> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#793506}
-
Hiroshige Hayashizaki authored
Bug: 1111134 Change-Id: I8e53e4a642ca70937966b1d6ce056f6a8093491c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331397Reviewed-by:
Dominic Farolino <dom@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#793505}
-
Alan Cutter authored
This CL fixes the following warnings when running browser_tests: UninstantiatedParamaterizedTestSuite<ResourceLoadingHintsBrowserTestWithExperimentEnabled> UninstantiatedParamaterizedTestSuite<ResourceLoadingHintsBrowserTestWithExperimentDisabled> These tests were removed in: https://chromium-review.googlesource.com/c/chromium/src/+/2316835 Bug: 1045846 Change-Id: I1368bbb925ae8c213d2ba3a0bfed724e894cc6e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331251 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Auto-Submit: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#793504}
-
Alan Cutter authored
This CL fixes the following warning in browser_tests on non Chrome OS: UninstantiatedParamaterizedTestSuite<SystemWebAppManagerUpgradeBrowserTest> Bug: 1045846 Change-Id: I26aff6a78626ad899237e62ef0eb1081a0d07bf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331253 Commit-Queue: Alan Cutter <alancutter@chromium.org> Commit-Queue: Jiewei Qian <qjw@chromium.org> Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#793503}
-
Virender Singh authored
This change introduces the PPAPI structures required to send the focus information from plugin to PdfAccessibilityTree. Bug: 1015350 Change-Id: I5bfd78b6d34e2ebcf78d9051207fcbc830694678 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230586Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Reviewed-by:Kevin Babbitt <kbabbitt@microsoft.com> Commit-Queue: Virender Singh <virens@microsoft.com> Cr-Commit-Position: refs/heads/master@{#793502}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/05863e62f3dc..fada50119020 2020-07-31 jiawei.shao@intel.com Metal: Add shader compilation error message to DAWN_VALIDATION_ERROR 2020-07-30 bryan.bernhart@intel.com D3D12: Dynamic shader-visible heap allocation. 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 cwallez@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: cwallez@google.com Change-Id: Ia6dbca06e2939cd1a891342ddef7df84928b2700 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331271Reviewed-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@{#793501}
-
Hitoshi Yoshida authored
Bug: 839389 Change-Id: I06f032442ed7f2f09d02ef3fa9eaceb19a6011a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330874 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#793500}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1596139195-1e6f24fe599857a5d76e1ba28ac7e9b1f562f5e8.profdata to chrome-win32-master-1596146232-f6e45641b67a67dc23d75883ed15404f325382fd.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 sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I93ef1dd00681608a44c011018b4f02f34348fd55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331273Reviewed-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@{#793499}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5a58acd2d744..f6c424bb5923 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-win-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: I264f877ef8649c2e89121dc86b85d75267f7027e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331476Reviewed-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@{#793498}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/e8c99cbbdd42..26d2e8aa289b 2020-07-31 fancl@chromium.org auto-triage: Use legacy test key to query Row 2020-07-31 abennetts@google.com chromeperf: Add upload timestamp to Histogram entities. 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 rmhasan@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: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:1106244 Tbr: rmhasan@google.com Change-Id: If0e7fdeaf2a3cb436a5e5572994d30d2549e3ac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331276Reviewed-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@{#793497}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=pbommana@chromium.org Change-Id: I283310c7c98d4f85d5cc9cd2b281520e17a90a29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331075Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#793496}
-