- 13 Jan, 2021 40 commits
-
-
Regan Hsu authored
Previously, this metric was logged in UpdateStatus(), which can be influenced by connecting to a tether network in locations other than via PhoneHub (e.g in OS Settings). This CL adds an attempt connection tracking variable which is checked in UpdateStatus() before logging the success metric. Fixed: 1164570 Bug: 1106937 Change-Id: I9c070b7e644bcd6357bdb78f9b1e8a06bb275349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622953Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#842825}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ace3f2939f89..0a69b4bb071c 2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2c65da28a2ee to 5b8dec52b68f (3 revisions) 2021-01-12 csmartdalton@google.com Move GrAATriangulator into its own file 2021-01-12 johnstiles@google.com Add flag to force skslc to compile one test file at a time. 2021-01-12 csmartdalton@google.com Move various static GrTriangulator functions into structs 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 ethannicholas@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: ethannicholas@google.com Change-Id: Ia69d560efb6153b726c92a0ea0a78938af977685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625848Reviewed-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@{#842824}
-
Mike Reed authored
This may allow us to separate two issues: moving away from (deprecated) SkFilterquality, and exactly how to post-sampling picture-shaders. Change-Id: Icb81d5779173a518ecc4bee1fcfcbf3223337ee0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626169 Commit-Queue: Mike Reed <reed@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#842823}
-
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/goldctl-mac-chromium-autoroll Please CC bsheedy@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: bsheedy@chromium.org Change-Id: I2f00da00409a44d0e8d2e55e478ed00b170458fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625849Reviewed-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@{#842822}
-
Joe DeBlasio authored
This CL changes the way async callbacks to the lookalike service are handled. Previously, if the list of engaged sites was out of date, a background task would be spawned to update them. This could result in a spike of near-simultaneous background tasks that would contend for the same lock. This contributes to jank. This CL changes the process to ensure that only one update is in flight at a time, and simply pushes the on-updated callbacks onto the end of the task sequence after any existing update completes. Bug: 1157596,1135279 Change-Id: I0629f523491d8e4b8e966fa3b65f670c901e7169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623005 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#842821}
-
Mason Freed authored
Prior to this CL, a horizontal range slider with ltr text direction would increase in value if Right Arrow is pressed, and decrease for Left Arrow. However, if the range were vertical (with -webkit-appearance: slider-vertical), those directions were reversed: Right Arrow decreases the value, while Left Arrow increases it. Similarly, Home and End keys had reversed operation for vertical ranges. With this CL, the same keys produce the same (semantic) result. Fixed: 1162640 Change-Id: Ia2251ffe9e2056f1c20d25130b8a0d2e3d1e79ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623117Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#842820}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2881d6b22d1e..44ba8e1708ab 2021-01-12 treehugger-gerrit@google.com Merge "tp: don't log updated clocksnapshot if the clock is not changing" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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 Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I5be1d0ff55bf084378fa62548e0c298d284c2ed2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625857Reviewed-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@{#842819}
-
Eric Willigers authored
ImpressionNavigation_OriginTrustworthyChecksPerformed is failing with MemorySanitizer: use-of-uninitialized-value Disabling while investigating. Bug: 1165985 Change-Id: I9d7686698acec29bfe1a3704b6f7bea36108a1c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626687Reviewed-by:
Dana Fried <dfried@google.com> Reviewed-by:
John Delaney <johnidel@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#842818}
-
Collin Baker authored
IPH bubbles can get arbitrarily long with as the body text gets longer. The text should instead be wrapped at a certain point. This implements a max width as per https://docs.google.com/presentation/d/1A9QtE_cxJYLs3E7fQs9-tiCtLfEwxQiYDZUMYkYVHmI/edit#slide=id.g338d2b5135_0_19 beyond which the bubble contents are wrapped. Bug: None Change-Id: If3912ec379e52d2244bd3567dd23d14a3c229360 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626189 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Keren Zhu <kerenzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#842817}
-
Haiyang Pan authored
Enable the following as they are consistently green: * chrome_public_smoke_test * weblayer_unittests * webview_ui_test_app_test_apk Run chrome_public_test_apk at 100% experimentally. According to the bot usage (http://shortn/_hEy8np3sYC) and swarming tasks status (http://shortn/_7gxoNS82Qr), the test pool might experience some pending time. Will keep an eye on it and revert if it causes any issue. Also disabled 4 flaky tests. See the filter file for details. Bug: 1111436, 1165449, 1165456, 1165459 Change-Id: Ic1e2a1e431639f8f0ea882f2a412281166222abf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622006Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#842816}
-
David Bokan authored
ForceLoadAtTop is a DocumentPolicy header but was originally shipped as an OriginTrial since it was needed before DocumentPolicy was shipped. The OriginTrial worked by enabling a RuntimeEnabledFeature; the use counter was based on this REF. However, once DocumentPolicy shipped, the OriginTrial was abandoned and ForceLoadAtTop was enabled using a DocumentPolicy header. However, we forgot to update the UseCounter code to use the DocumentPolicy header. This CL updates the UseCounter to be based on the DocumentPolicy header. A followup CL will remove the REF. Bug: 1165340 Change-Id: I163f20620e1b63ef46cb202a1511059468e43abb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622323Reviewed-by:
Nick Burris <nburris@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#842815}
-
Dana Fried authored
TBR=hansberry@chromium.org Bug: 1165955 Change-Id: I55392bd0adbe9f83cfcfd13564417f7420384e98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626131 Commit-Queue: Dana Fried <dfried@google.com> Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Auto-Submit: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#842814}
-
Allen Bauer authored
Bug: 938501 Change-Id: Ia852579e7e600d08c704b67d4dfdd84ea14db5fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625969 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Auto-Submit: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#842813}
-
Xiaohui Chen authored
This avoids potential race when conversation involves opening a new window which immediately closes the conversation. Bug: b/173833583 Change-Id: I56654232099c5bb7318fcd17ed26e0d3bbb0d66d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623116 Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Cr-Commit-Position: refs/heads/master@{#842812}
-
Trevor Perrier authored
This CL adds one more language to kSupportedSpellCheckerLanguages. This makes it so that all region/dictionary values in kSupportedSpellCheckerLanguages that are also in kAcceptLanguageList have their own entry in kSupportedSpellCheckerLanguages and prevents duplicate overflow values for languages in kAcceptLanguageList. Bug: 1074284 Change-Id: Id99ef28e99367672a92c14d2dbfa7eeb23ceaf19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625588Reviewed-by:
Josh Simmons <jds@google.com> Commit-Queue: Josh Simmons <jds@google.com> Auto-Submit: Trevor Perrier <perrier@chromium.org> Cr-Commit-Position: refs/heads/master@{#842811}
-
Jeffrey Kardatzke authored
This is done to match changes Intel is making in the driver which will be merged shortly. BUG=b:153111783,b:155508443 TEST=CBC HEVC/AVC, CENCv1 AVC, CENCv3 VP9/AVC/HEVC work Change-Id: I45b4c7d1399040baebdf47aa31f06f6ea502445f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625772Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Cr-Commit-Position: refs/heads/master@{#842810}
-
Jared Saul authored
Change-Id: I9d663a1b4c3603fe1e42bd46a476f5d791654325 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625748Reviewed-by:
Siyu An <siyua@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#842809}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c60dda78e4ab..2881d6b22d1e 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-mac-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: I049d67aba73695b8b164ff7341881ed239592aaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626450Reviewed-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@{#842808}
-
Francois Doray authored
This is a cleanup prior to fixing crbug.com/1164477. It improves readability by removing code that handles situations that never occur. Bug: 1164477 Change-Id: I97e77b54ffc40e100b07b00ab44fbe3a46bb9eb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618159 Commit-Queue: Charlie Reis <creis@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Auto-Submit: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#842807}
-
rajendrant authored
When image request is cancelled the robots rules request should be invalidated correctly. This CL adds a test. This CL also creates component for subresource_redirect and moves some utility functions there. Subsequent CLs could move more independent code out of chrome/renderer/subresource_redirect to the component. Bug: 1160424 Change-Id: I29b20fe4f7057a1e8778995ea5e1114e36843da8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619421Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#842806}
-
chinsenj authored
Currently visible on all desks windows only appear in the active desk's view. They should appear on all desks' preview views. This CL augments DeskPreviewView to mirror visible on all desks windows as well. Test: manual Bug: 1163691 Change-Id: I763330edc2567aa6c96f9a418498207020cb5353 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616326 Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#842805}
-
Takumi Fujimoto authored
The clients of Media Router must now check that MediaRouterEnabled() is true before using Media Router. Bug: 1156871 Change-Id: I4af13b7159072272835008b89ad550c3d2272eaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612268Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#842804}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1610474333-c40f8988181199af819c164a2a0a3aef267d7bde.profdata to chrome-win32-master-1610485069-629e2dfa0196177c8ad81665d7b0a927aebce730.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: I444115c7773faa0101ef7ff3c10814309861987d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625929Reviewed-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@{#842803}
-
Dominick Ng authored
Change-Id: I8bd7b08fd2caff16158aae456d8dddc3f382a378 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622689Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Auto-Submit: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#842802}
-
Dan Harrington authored
- The one-shot scheduled task had a 1-hr window. If the task was not run in the window, we wouldn't retry later. I've increased the window to be equivalent to the stale content threshold. This way if the task fails to run, we're guaranteed to load fresh content whenever the feed is loaded. - If we miss a scheduled fetch time, we'll now force a refresh on feed load. - Prior to this CL, we would not load stale content. Since we're classifying content as stale more often, this behavior would lead to often providing users an empty feed. So this CL changes the loading behavior to allow stale content when there are problems loading from the network. - Add content expiration threshold, since stale content will be more common. Content older than this will not be shown. - Add UMA for content age, to better detect future failures. - Changed the way we store the schedule in prefs to include the currently scheduled refresh. This helps the implementing the above, but is also useful for viewing the full schedule on the internals page. Bug: 1164977 Change-Id: Idadf7e243eefe51ba491c87cd084d48541e31164 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622811 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Ian Wells <iwells@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#842801}
-
Tomasz Wiszkowski authored
This change prevents the NPE caused during keyboard hide if Activity reported no active views. Bug: 1165666 Change-Id: Id84248305b8d38a6c2f668e540ae08855822b1c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625813 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#842800}
-
Katie Dektar authored
This feature was launched in M87. AX-Relnotes: N/A Bug: 1101378 Change-Id: I0941fdde4d798cfba87d5425a6c7ad253b607efb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623409 Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#842799}
-
Minoru Chikamune authored
dispatcher_task_runner is not used. Bug: 1105403 Change-Id: Id77a0ae73594597df75031b61588081bdb55040c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2624270Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#842798}
-
Alex Ilin authored
Prefer "Custom color" over "Select color" for consistency. This change will modify the label for all UIs that use cr-customize-themes, as they use the same translation string ID. Bug: 1063856 Change-Id: Ie7edc67f47305071c4971aa9bd13222e9de11a36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626227 Commit-Queue: Alex Ilin <alexilin@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#842797}
-
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/goldctl-win-chromium-autoroll Please CC bsheedy@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: bsheedy@chromium.org Change-Id: Ied8cc54166c8f8634472111c5739b0355f2015e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625850Reviewed-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@{#842796}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/002c03c4b6ed..51e1fea7385f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Ia56827f6e30533937d6ac4ee5c869c9d59e81898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626129Reviewed-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@{#842795}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9ce03f80a4b5..8149a9615c1b 2021-01-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 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 ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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 Bug: None Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I1e07ab5766d715c231b30917ccf98408be85ee30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625853Reviewed-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@{#842794}
-
Juanmi Huertas authored
This metric is being useful to know if the canvas has been rendered. There have been substantial changes last year, so extending it one more year. Bug: 1160786 Change-Id: Iffc8975de356760f0b5912a5fe5f0290884359d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623953Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#842793}
-
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 chrome-fuchsia-gardener@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I7d83d8a9d4fdfc9015e1b371fc4635b709fca37b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625688Reviewed-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@{#842792}
-
Xiaohui Chen authored
Bug: None Change-Id: I8d6725898a1633a87be4759d76f9a12fe2ea49fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625808 Auto-Submit: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#842791}
-
Yue Zhang authored
In this CL we add strings for: * Module title. * Module warm welcome message. * Module-level action menu items. * Cart-level action menu items. * Module dismiss undo message. * Cart dismiss undo message. Right now these strings are not consumed and they will be used in later CLs. Bug: 1165935 Change-Id: I9e01da7eb13dac8e920795883939ca491f5ad9e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625948Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#842790}
-
Bailey Berro authored
This change introduces a RoutineLog class to manage the logging of routine status. Calls to `LogRoutineStarted` and `LogRoutineCompleted` append lines to a log at a provided path. Bug: 1128204 Change-Id: I379d9310371b703220788c674b21e641c184bbe7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618841 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#842789}
-
Ahmed Mehfooz authored
Bug: 1165451 Change-Id: I8095ef53ec141ef30bee22aec6930dc12b027637 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623171 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#842788}
-
Roman Arora authored
This is a reland of 339975cc This CL was reverted because it broke the Tab search list item contents that are supposed to be visible once a search filter is applied and then removed. This is now fixed in the updated patchset. Original change's description: > Tab Search: Infinite list - Efficient list DOM item updates > > Leverage the ListPropertyUpdateBehavior logic that uses Polymer's > splices and calculateSplices functions to efficiently modify a single > list item on tab updates, and avoid unnecessary scroll height > calculations. > > Additionally, tab updates for not yet rendered items do not result in > DOM updates. > > Proposal doc & benchmarks: https://docs.google.com/document/d/1FcuhM98moL-BYB1DJGXrpwf-JqMz1aI-RQV08giArBY/edit#heading=h.xzptrog8pyxf > > Most relevant pinpoint benchmarks: > https://pinpoint-dot-chromeperf.appspot.com/job/15db6158d20000 > https://pinpoint-dot-chromeperf.appspot.com/job/107ab7f4d20000 > https://pinpoint-dot-chromeperf.appspot.com/job/16ccacccd20000 > > Bug: 1149400 > Change-Id: I07fae967033b13830708da3035db3e8b2f0ff9d6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578119 > Commit-Queue: Roman Arora <romanarora@chromium.org> > Reviewed-by: dpapad <dpapad@chromium.org> > Reviewed-by: Esmael Elmoslimany <aee@chromium.org> > Reviewed-by: Thomas Lukaszewicz <tluk@chromium.org> > Cr-Commit-Position: refs/heads/master@{#842182} Bug: 1149400 Change-Id: Ia8ccf6d9ecdd80006de7a132fefcbe0357a68d5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622723Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Roman Arora <romanarora@chromium.org> Cr-Commit-Position: refs/heads/master@{#842787}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c0ef8ccfcd8b..d38b9f86ff8c 2021-01-12 cnorthrop@google.com Allow GL_OES_shader_image_atomic when non-conformant 2021-01-12 jmadill@chromium.org Vulkan: Index mandatory support table by ANGLE format. 2021-01-12 syoussefi@chromium.org Vulkan: Increment buffer view serials only when used 2021-01-12 syoussefi@chromium.org Vulkan: Notify ContextVk when UtilsVk binds compute pipelines 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 timvp@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+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: timvp@google.com Test: Test: Fortnite on ANGLE Change-Id: I58180c4b2568a30fcb8d09172f89b12f878d315c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625565Reviewed-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@{#842786}
-