- 21 Apr, 2020 40 commits
-
-
Nate Chapin authored
ResizeObservers are ExecutionContextClients, have them take a LocalDOMWindow or a ScriptState in the constructor (instead of a Document). Since ResizeObservers are strongly tied to a ResizeObserverController, their object associations should match, so ResizeObserverController should be per-LocalDOMWindow. Make it a Supplement<LocalDOMWindow>, since Document doesn't use it directly. Bug: 1029822 Change-Id: Ib57d50ab4973d7abfdeb0ba40870cb354a8e06df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106571 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#761102}
-
Ben Pastene authored
Change-Id: Ib5b4cfc157715273115baf6907fbf8211662bbe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159747Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#761101}
-
Nate Chapin authored
While migrating ExecutionContext to LocalDOMWindow, several helpers were introduced on Document (From(), DynamicFrom(), ToExecutionContext()). This CL removes usage of these types from this directory. From() and DynamicFrom() are replaced with the standard downcast helpers for LocalDOMWindow. ToExecutionContext() is replaced with a direct path to the LocalDOMWindow, or Node::GetExecutionContext(), or Document::GetExecutionContext(), whichever is most direct from the callsite. Bug: 1029822 Change-Id: I208d233652916cbb19b06e24090289995012611c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111066 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#761100}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c5db0b25. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" 86131ac4 "Add a test for ReplaceTrack that verifies video track content." daae887f "CookieStore: Add validation behavior for __Host- prefixed cookies" b9d8ee54 "[WPT] Fix paths in svg-image-orientation.html and ref" 502e3797 "ServiceWorker: Fix timeout on client-navigate.https.html" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I59a06de43b3ac5df5cb154ec5b258bba90cd0400 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159253Reviewed-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@{#761099}
-
Wenyu Fu authored
Bug: 1068831 Change-Id: I6d6aefb0b6e2f787d40da742ab4214eee9695812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159316 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Auto-Submit: Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#761098}
-
Ian Kilpatrick authored
During flex-row layout we typically perform three passes: 1) Determine the min/max sizes. 2) Layout with a non-stretched size. 3) Layout with a stretched size. Previously we were using the "layout" cache slot for both steps, (2, 3). This patch changes step (2) to use the "measure" cache slot. This also updates the simplified layout pass to abort if it is trying to use a fragment from the "measure" pass, which was triggering a DCHECK. Bug: 845235, 1072429 Change-Id: Ib98187e09b23e86d67b39306a24318e9e932ca60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154489 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#761097}
-
Yuke Liao authored
This CL sets up win64 official ci and try bots, and one of the use cases is for PGO auto roller to validate the profiles and warm up GOMA caches for other official builders. Bug: 1071576 Change-Id: I234cac58eb473bdf7834d584c0615ce771fd9dcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159530Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#761096}
-
Roberto Carrillo authored
62 Builders will now have their test results exported to luci-resultdb.chromium.ci_test_results R=nodir,chanli,bpastene Bug: 1048825 Change-Id: I98630e07043e76f65d929b8e73317858a0df8aa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157718Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#761095}
-
Charlie Harrison authored
As documented in crrev.com/c/2151840, the host variant of GetDomainAndRegistry has non-ideal performance if callers are using already-canonicalized hosts (e.g. those pulled from GURL or Origin). This CL migrates a few callers where this is obviously happening (i.e. where no significant plumbing is needed to get access to an underlying Origin or GURL). This CL has no intended behavior change. Bug: None Change-Id: Ia39f87f0ab1df20b9350b7e68aa5a7ea6ea66aca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153573 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
manuk hovanesian <manukh@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#761094}
-
Devlin Cronin authored
The NotificationService is deprecated. Remove two notifications from it: NOTIFICATION_EXTENSION_COMMAND_ADDED and NOTIFICATION_EXTENSION_COMMAND_REMOVED. These (as the names imply) were used to notify of when an extension command was added or removed, but can be substituted with the CommandService::Observer. This also fixes a bad cast bug. Bug: 411569 Change-Id: I7b2f0a1cf006a80d62571d20cf8a20968f2d0ac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155248Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#761093}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e59f718fc277..efb2133b0dd3 git log e59f718fc277..efb2133b0dd3 --date=short --first-parent --format='%ad %ae %s' 2020-04-21 brianosman@google.com Update CK particle examples 2020-04-21 bsalomon@google.com Notify RTC when OpsTask is closed so it can drop ownership 2020-04-21 egdaniel@google.com Create a shared spirv uniform and varying handling class. 2020-04-21 robertphillips@google.com Add path renderer selection spew 2020-04-21 jvanverth@google.com Implement GrD3DGpu::onReadPixels and GrD3DGpu::onWritePixels. 2020-04-21 lepton@chromium.org Allow empty rendertests commandline flags. Created with: gclient setdep -r src/third_party/skia@efb2133b0dd3 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 jcgregorio@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: jcgregorio@google.com Change-Id: I9564145e4938b767261bc992a81ac6163357278e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159141Reviewed-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@{#761092}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/811efc06df3d..f2b06ce5c82d git log 811efc06df3d..f2b06ce5c82d --date=short --first-parent --format='%ad %ae %s' 2020-04-21 sprang@webrtc.org Reduces unnecessary thread wakeups in TaskQueuePacedSender. Created with: gclient setdep -r src/third_party/webrtc@f2b06ce5c82d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I5007215bc255585cbe7d4c5541962e2653b701e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159277Reviewed-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@{#761091}
-
Jan Wilken Dörrie authored
This change applies the BindOnceRewriter in //services. This rewriter replaces calls to base::Bind and base::BindRepeating with calls to base::BindOnce, in case the result is immediately assigned to a base::OnceCallback. Given that base::RepeatingCallback is implicitly convertible to base::OnceCallback, there is no change in functionality. Steps: 1. run_tool.py --tool base_bind_rewriters \ --tool-arg='--rewriter=bind_to_bind_once' 2. git cl format This CL was uploaded by git cl split. R=rockot@google.com Bug: 714018 Change-Id: Ic3a80f8510f9ee5fc50549a07e28803aa7cccc63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132374 Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#761090}
-
Xianzhu Wang authored
- Inline the function into the caller. The condition for Android and ChromeOS should not be in DeviceScaleEnsuresTextQuality() becuase we can't ensure text quality but just accept to sacrifice text quality for better compositing. - Add a comment about keeping sync about the DSF threshold in cc/metrics/lcd_text_metrics_reporter.cc. Bug: 642885 Change-Id: Idb58ebc21db32ded979b24c444497abff37c4a2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155279Reviewed-by:
Stefan Zager <szager@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#761089}
-
Charlene Yan authored
b/153670807 Bug: 1064674 Change-Id: I398bb52dd11da5a8b26aa491b011359f7f34edd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2158034Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#761088}
-
Nico Weber authored
No intended behavior change. Bug: 1056290 Change-Id: I60ec2cd5fbe0f151ed1d995b4c13cfcab6758084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157965 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#761087}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/902b55875825..ad85cd0040ff git log 902b55875825..ad85cd0040ff --date=short --first-parent --format='%ad %ae %s' 2020-04-21 geofflang@chromium.org Fix quotes around emails in WATCHLISTS Created with: gclient setdep -r src/third_party/angle@ad85cd0040ff 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/+/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: Idea277a756dbcc5f1085a0cd040b23a4b4645ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159268Reviewed-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@{#761086}
-
Jesse McKenna authored
This change makes boilerplate.py trim a leading ".\" (Windows's current-directory prefix) or "./" (Unix's current-directory prefix) from the filename argument, if present. This is a convenience change for cases where the current-directory prefix is prepended. For example, Windows PowerShell automatically prepends ".\" to a path when tab completion is used (e.g., typing "chrome/b" and pressing tab results in ".\chrome\browser"). This change will remove artifacts of this for users who use tab completion while typing the filename argument. Currently: `tools/boilerplate.py .\test.h` produces include guard `__TEST_H_` `tools/boilerplate.py ./test.cc` or `.mm` produces `#include "./test.h"` With this change: `tools/boilerplate.py .\test.h` produces include guard `TEST_H_` `tools/boilerplate.py ./test.cc` or `.mm` produces `#include "test.h"` Change-Id: I19fd2e72c58135b5e87d4a1e22ec8bc76ef326aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157876 Commit-Queue: Jesse McKenna <jessemckenna@google.com> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#761085}
-
Xida Chen authored
There are OOM crashes in FrameSequenceTracker::ReportSubmitFrame, where the ignored_frame_token_ is getting too big. This could only happen if a tracker is somehow never terminated, and thus not getting removed. This CL is a temp fix that if a tracker is scheduled for termination, and still receive 3 frame submissions, then we terminate this tracker right away. Following this, we will add debug strings to find out why is it not terminated. Bug: 1070209 Change-Id: I5a28cb0f52abf44e76211b87f8d8a6b3c1657fdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154498Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#761084}
-
Eero Häkkinen authored
COM is used by media video capture calls either on video capture service process main thread or on browser process thread pool thread (depending on operating system, its version and status of content features). The lack of COM initialization on video capture service process main thread results in media failures. Bug: 1043952 Change-Id: I85a405501961bedd87996864f0f15ad85995fbe1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066783Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Eero Häkkinen <eero.hakkinen@intel.com> Cr-Commit-Position: refs/heads/master@{#761083}
-
Xi Han authored
In this CL, an overview page is shown when the feature flags InstantStart and tab switcher are turned on. The changes of this CL are behind the flag of InstantStart. The grid tab switcher overview page can be shown with the following commandline flags: --enable-features="TabSwitcherOnReturn<Study, InstantStart,StartSurfaceAndroid" --force-fieldtrials=Study/Group --force-fieldtrial-params=Study.Group:tab_switcher_on_return_time_ms/0 "--disable-native-initialization" which stops native library loading is optional. It helps to test pre-native startup behaviour. Bug: 1061906 Change-Id: I1898d9602c1ab54dc76d55190a1368e14c1d9e44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144356Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#761082}
-
Collin Baker authored
TBR=ellyjones@chromium.org Bug: 1073133 Change-Id: I5f799871a8b871b992822682406aa9a9208af9c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159609Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#761081}
-
Kevin Marshall authored
Records a UserAction at the time of the first meaningful paint. Bug: 1067068 Change-Id: Id1b962642d7deb2b7c085fc21d2056bc8817a249 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2158018Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#761080}
-
Lan Wei authored
After we finish the scroll unification, the scrolls happens mainly on the compositor thread, and the scroll code in the main thread will be removed. eventSender sends the scroll events to main thread, so it would not work after the scroll unification. We should replace eventSender.mouseScrollBy with gpuBenchmarking.smoothScrollBy in all the layout tests, this is part 2. I remove two tests in this CL because they no longer work after scroll unification that wheel scrolling happens on compositor. Bug: 1047176 Change-Id: I954a97175fb4102a1d70b21fc7217c9400ba5671 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131296Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#761079}
-
David Black authored
Bug: None Change-Id: I27b1d40f5bb74a5cda96aee5c468eb9404fdd8c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159567Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#761078}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/137ca431..e981e9f0 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I5e79b5831d99dc1ddeec655305c669ca0f1461ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159252Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#761077}
-
Ben Pastene authored
This should hopefully make it clear to sheriffs that either option is valid. Change-Id: Ida41d139dfdb09be3067228d6a05cb3b46806562 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159605Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#761076}
-
Anders Hartvoll Ruud authored
The current behavior for dealing with multiple registrations on the same custom property was highly temporary, and not based on any spec. The spec has since been updated to describe how it should work: in short, registrations originating from CSS.registerProperty are stored independently from those originating from @property, and CSS.registerProperty-registrations (if present) win over @property- registrations. Changes in this CL: - Separates storage for CSS.registerProperty-registrations (registered_properties_) and @property-registrations (declared_properties_). The old code put @property registrations in the same map as CSS.registerProperty-registrations, and only if no registration exited already. (Meaning for example that the first @property seen would win---opposite of how it's spec'd to work now). - Determines the registration [1] correctly. I.e. first checks the the CSS.registerProperty-registrations, and the @property ones. - Adds an iterator which yields the currently active registrations across both registration types. (I wanted to do this separately, but initial values won't work properly without it, and there's a test that relies heavily on that being functional). Note that it's not explicitly stated in the spec that the storage for the two registration types shall be separate, but that _is_ the background for the current spec text on the subject. The rationale is that it makes it easier to reason about which registration is the current one when @property rules can appear and disappear via JS. It's also expected that CSS.unregisterProperty will be added in the future, making the situation even more unstable. [1] https://drafts.css-houdini.org/css-properties-values-api-1/#determining-registration Bug: 973830 Change-Id: I69b48629034b333ebed5d374f943d08b39579334 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157071 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#761075}
-
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/+/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: I5272933b75b61e92c8815cee2a2d292bee198265 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159275Reviewed-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@{#761074}
-
Ben Joyce authored
File was manually modified for androidx_migration. This undoes some of those manual renames and removes some unneeded groups that contained both androidx and android_support classes. Bug: 1067070 Change-Id: I98ef71dbeab6c2603a50696ef5995f300471bd39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159047Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: benjamin joyce <bjoyce@chromium.org> Cr-Commit-Position: refs/heads/master@{#761073}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/56bc9f5a573c..05c794377143 Created with: gclient setdep -r src-internal@05c794377143 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 rakina@google.com,pmarko@google.com,ellyjones@google.com,collinbaker@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: rakina@google.com,pmarko@google.com,ellyjones@google.com,collinbaker@google.com Change-Id: I3f59d2bc7ccd8d583c279c68ea9d7f51eddb8aeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159140Reviewed-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@{#761072}
-
Jacobo Aragunde Pérez authored
Bug: 1072330 Change-Id: I0710128272b10adf7365235c865e47159950a458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159472 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#761071}
-
Tim Volodine authored
This reverts commit bed8ddb1. Reason for revert: Failing on multiple bots Android WebView O,P (dbg), test-o-phone, see crbug.com/1073077 Original change's description: > [cc/metric] Some sanity checks in the code. > > Add some DCHECK()s in the code to validate some assumptions (e.g. make > sure the reporters are terminated predictably), and update tests > accordingly. > > BUG=none > > Change-Id: Id01bd571ad1d59b90c297f71097edcf3e6edc59b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128448 > Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> > Reviewed-by: Behdad Bakhshinategh <behdadb@chromium.org> > Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> > Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> > Cr-Commit-Position: refs/heads/master@{#760220} TBR=sadrul@chromium.org,behdadb@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1073077 Change-Id: Ie97d69b1b176f5048c7b15d5f0d418d0a15346be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159443 Commit-Queue: Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#761070}
-
Elly Fong-Jones authored
Bug: 1073157 Change-Id: Id3171b2e58baed0711f873adc1e41783415c30a4 Tbr: mlippautz@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159572Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#761069}
-
Thomas Guilbert authored
This CL turns on the HTMLVideoElement.requestVideoFrameCallback by default. I2S: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/DcuNrnEQo4k Spec: https://wicg.github.io/video-rvfc/ WPT: https://wpt.fyi/results/video-rvfc Bug: 1012063 Change-Id: Ide74ef5cad0d7a9d77f3f0b64f5d446479136af1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157966 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#761068}
-
spdonghao authored
Bug: 1061906 Change-Id: I6ced07e139c6be9a96ce32d8d1c5e3e2f1e9f74d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153585Reviewed-by:
Cathy Li <chili@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Commit-Queue: Hao Dong <spdonghao@chromium.org> Cr-Commit-Position: refs/heads/master@{#761067}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/22486ab1cdb8..ec1e828fc196 git log 22486ab1cdb8..ec1e828fc196 --date=short --first-parent --format='%ad %ae %s' 2020-04-21 jophba@chromium.org Revert ARM64 bot to 16.04 due to linker problems Created with: gclient setdep -r src/third_party/openscreen/src@ec1e828fc196 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: Iddef12d3440ba9912f698d06fb91313cc0c1f261 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159272Reviewed-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@{#761066}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d26075f0c381..d3f79db3fdef git log d26075f0c381..d3f79db3fdef --date=short --first-parent --format='%ad %ae %s' 2020-04-21 livvielin@chromium.org [DevTools] Fix -theme-preserve button color on focus/hover/active 2020-04-21 tvanderlippe@chromium.org Temporarily disable network data grid tests Created with: gclient setdep -r src/third_party/devtools-frontend/src@d3f79db3fdef If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:1066813,chromium:1071313 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I636f7fea397e7223a76def2b98337ecc901d090b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159270Reviewed-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@{#761065}
-
Hans Wennborg authored
This is in preparation for moving those macros out of the expensive logging.h header to check.h. Bug: 1031540 Change-Id: I31d2d5a9e20e4611c1da54a680c3b8cca0b688a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159429Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#761064}
-
chrome://appsDaniel Murphy authored
A user can drag a link onto the chrome://apps page to install it as a web app. This was previously done through the extensions system. This updates AppLauncherHandler to use the new BMO WebApp system, specifically the AppInstallManager. R=calamity@chromium.org, loyso@chromium.org Fixed: 1070136,1061286 Change-Id: I7d1ae0db4f70515efe73bb28d862dbce0ed939fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148293Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#761063}
-