- 23 Jan, 2021 3 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d272110d7181..eeeaae9a029b 2021-01-22 johnstiles@google.com Consolidate SkSL CPU and GPU test code. 2021-01-22 bungeman@google.com Remove SK_SHAPER_HARFBUZZ_USE_BAD_SCALE 2021-01-22 johnstiles@google.com Run unit tests to verify SkSL folding behavior. 2021-01-22 michaelludwig@google.com Fix lighting image filters 2021-01-22 bungeman@google.com Roll freetype 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 scroggo@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: scroggo@google.com Change-Id: I9340893ed4bff9613c4ff7337c6cdaac0090ee4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645373Reviewed-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@{#846406}
-
Abigail Klein authored
Bug: 1055150, 1167349 Change-Id: I33c8f137bd15bfe971817d154ca18947ddfc5b38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645061Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#846405}
-
Mustaq Ahmed authored
Bug: 1164347 Change-Id: I3c04a4ba3a8beee7cabf1f7823e249e66738d75a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644706Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#846404}
-
- 22 Jan, 2021 37 commits
-
-
Thomas Guilbert authored
This CL allows a MediaStreamTrackProcessor to be created from an audio track. This will allow AudioFrames to be read from an audio track, via a ReadableStream interface. Bug: 1157608 Change-Id: Id0406309a42dd76896c8481c83a85d5a376cad42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602598 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#846403}
-
Brandon Wylie authored
Combines all the setup/lifecycle management of UUD (UnownedUserData) and Supplier, which removes a bunch of boilerplate code for setting up and tearing down separate UUD/ObservableSuppliers. It works by providing an abstract base class, which is then subclassed by the specific type being supplied through UUD. This is similar to how we currently encapsulate UUD keys to keep them private. The base class, UnownedUserDataSupplier, stores an ObservableSupplier<E> in UUD during construction. After construction, users can immediately take a reference to the ObservableSupplier through the type subclass mentioned above. This UnownedUserDataSupplier will act like a normal ObservableSupplier until it's destroyed. Change-Id: I72d466e6b34fb8e634d23a6f99ab49ee1ace1dc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442011Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#846402}
-
Liquan (Max) Gu authored
Since OverviewModeBehavior has been deprecated in favor of LayoutStateProvider, this CL replace PaymentUiService's OverviewModeBehavior with LayoutStateProvider. In order to do that, this CL also provides an accessor for ChromeTabbedActivity's LayoutStateProvider. Related: * The CL that introduced OverviewModeBehavior to payment code: https://crrev.com/c/1506374 Bug: 1161560 Change-Id: Ied65a51953602bd3176449074297cd99ae54deb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622316Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#846401}
-
Nathan Zabriskie authored
crrev.com/c/2642765 just landed which fixed some broken web tests with CanvasOOPR enabled. This CL just updates the TestExpectations file with the now passing tests. Bug: 1081534 Change-Id: I6630d78f8c8663ceda50a63899212687d2e32441 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644465 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Auto-Submit: Nathan Zabriskie <nazabris@microsoft.com> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#846400}
-
Nic Hollingum authored
This reverts commit c9c1768b. Reason for revert: b/175932227 Original change's description: > Remove redundant call to determine crostini app id > > This is done by AppServiceAppWindowCrostiniTracker::GetShelfAppId before > this point always, and the subsequent call will always return the same > thing. > > The claim in the comment is probably legacy, as empty-app-id windows > will be filtered out by > AppServiceAppWindowLauncherController::OnWindowVisibilityChanged. > > Bug: b/172979315 > Change-Id: I38121c68cb48c9840831b83665fdf7e33285cc44 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552327 > Reviewed-by: Nancy Wang <nancylingwang@chromium.org> > Commit-Queue: Nic Hollingum <hollingum@google.com> > Cr-Commit-Position: refs/heads/master@{#830097} TBR=hollingum@google.com,nancylingwang@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: b/172979315 Change-Id: I6c064cdb82d35d99f383207cd98975271ddf5b6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642845Reviewed-by:
Nic Hollingum <hollingum@google.com> Commit-Queue: Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#846399}
-
Hui Yingst authored
This CL migrates `deferred_invalidates_` to PdfViewPluginBase so that Invalidate() and InvalidateAfterPaintDone() can be migrated as well, which will allow these two methods to be shared by both OutOfProcessInstance and PdfViewWebPlugin. This CL also removed PdfViewPluginBase::in_paint() since all uses of `in_paint_` are within the same class. Bug: 1140629 Change-Id: I819687e402b3a0687b597194e2210c9282772c22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639169 Commit-Queue: Hui Yingst <nigi@chromium.org> Reviewed-by:
K. Moon <kmoon@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#846398}
-
Garrett Beaty authored
Bug: 1169257 Change-Id: I9eefd704939aa586476f9d0590b7e6cdb154a1d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645036 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#846397}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 50ebf37e. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: jsbell@chromium.org: external/wpt/resources NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: I139dc6891040b5fff774409576d193c09b4dae6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643549Reviewed-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@{#846396}
-
Eugene But authored
Change-Id: I4a54a22b4bd957051697c34b74f72e30f208e4f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643043Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#846395}
-
Michael Bai authored
Adding ContentCaptureFrame makes the code more clear and also ready to send the metadata such as title, favicon and etc. This patch also add the title to frame. Bug: 1168827 Change-Id: I66d97f2ef50d644e0a0dbf1c8fa67d6b2aba557a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641301 Commit-Queue: Michael Bai <michaelbai@chromium.org> Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#846394}
-
Alan Screen authored
Move PrintBackendServiceTestImpl into its own files instead of being bundled with PrintBackendBrowserTest. This will enable it to be reused by other forthcoming tests. Add helper functions for launching the service. Add ability to register a test service to be used in place of launching out-of-process instances on-demand by regular production code. This has no change to existing test coverage or behavior. Bug: 809738 Change-Id: I74c596b3284e69d6eabd525eb77e5f6e8f8b0c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631326Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Alan Screen <awscreen@chromium.org> Cr-Commit-Position: refs/heads/master@{#846393}
-
Peter Kasting authored
Bug: 1159562 Change-Id: Ia8145a0cffba9b6fb8edef4f37f9412e66367698 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645481 Commit-Queue: Peter Kasting <pkasting@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#846392}
-
Stefan Zager authored
Speculative fix for crasher. If a throttled iframe is composited, CompositingRequirementsUpdater running on the parent document should notice the composited iframe and force compositing in the parent document. However, CompositingRequirementsUpdater will not run in the parent frame if the parent is not marked as needing compositing update. If the hypothesis is correct, it's still not clear how this situation can happen. A throttled iframe will not run compositing assignment update, so the state of its root graphics layer should not change, and the parent document should already be compositing and shouldn't need to run CompositingRequirementsUpdater. Bug: 1133662 Change-Id: Ica6ffbac1ae192c6795ef4b1379b9f2b919cf729 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644350 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#846391}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8ce2fad80022..910cb2c9006f 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 nsatragno@google.com,katydek@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: chromium:1157673,chromium:1167948 Tbr: nsatragno@google.com,katydek@google.com Change-Id: I3ab6e351f8bb03a9327840ba0b06d7e2876a8129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645338Reviewed-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@{#846390}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/3232876ee47b..44860edcd260 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: I1cc04435bec5fbd1fb88a9a1c1b672dad4b975ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644707Reviewed-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@{#846389}
-
Stephen Sigwart authored
If the credit card name match was on "name", only return it as a match if there is a matched card number and expiration or security code. Bug: 1167977 Change-Id: I18cd0f6ee4205e16ee2a4cdba95502c0299016bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636833 Commit-Queue: Stephen Sigwart <ssigwart@gmail.com> Reviewed-by:
Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/master@{#846388}
-
Yuta Hijikata authored
Bug: None Change-Id: Icd607790fb69a12f1355f80c2710a309a1746dc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643422 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#846387}
-
Adam Ettenberger authored
Disabling new DumpAccessibilityTreeTest tests that are flaky : - AccessibilityAriaHiddenSingleDescendant - AccessibilityAriaHiddenSingleDescendantDisplayNone - AccessibilityAriaHiddenSingleDescendantVisibilityHidden https://ci.chromium.org/ui/p/chromium/builders/ci/Linux%20ChromiumOS%20MSan%20Tests/22224/overview Bug: 1169854, 1159660 Change-Id: I350e3bdb66026410623a64f0dc04c3f62ce2f4ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645257Reviewed-by:
Katie Dektar <katie@chromium.org> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Commit-Queue: Adam Ettenberger <Adam.Ettenberger@microsoft.com> Cr-Commit-Position: refs/heads/master@{#846386}
-
Peter Kasting authored
Bug: 1159562 Change-Id: I59929dd816008c69bd82930e6834529218fde15d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644705 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#846385}
-
Theresa Sullivan authored
Use ActivityUtils#rotateActivityToOrientation (extracted from TabUiTestHelper) to wait for the orientation change to complete before proceeding with the rest of the test. Bug: 945861 Change-Id: I75f897a62fa98d28eae1594fcc9a4d4391e6fae7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645347Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#846384}
-
Reilly Grant authored
This change converts callbacks from base::Bind and base::Callback to Once/Repeating in //chrome/browser/chromeos/chromebox_for_meetings. Bug: 1148570 Change-Id: I5ea12291720cc501393eae32d2a22a077dbb1e66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645515 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Kyle Williams <kdgwill@chromium.org> Commit-Queue: Kyle Williams <kdgwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#846383}
-
Reilly Grant authored
This change converts callbacks from base::Bind and base::Callback to Once/Repeating in //chrome/browser/chromeos/net. Bug: 1148570 Change-Id: Id99cfb67bd2831576576b0c01c2cd9b3d5d4444f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645505 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Satoru Takabayashi <satorux@chromium.org> Reviewed-by:
Satoru Takabayashi <satorux@chromium.org> Cr-Commit-Position: refs/heads/master@{#846382}
-
Michael Crouse authored
Bug: 1167857, 1167858, 11678595, 1167860, 1167861 Change-Id: I72754b1d8e99bcb75e7bf8b0004dc4a45d77909a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642751Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Auto-Submit: Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#846381}
-
Katie Dillon authored
Breaking up this cl[1] into two portions: before unload and unload metrics. Adding UKMs to help measure unload performance. More details on why we are adding these metrics can be found on the UKM Collection Review doc[2]. TL;DR is that Search is looking to see where they could improve unload and on the web platform side we are looking to run experiments to prioritize unload and these metrics will help measure impact. This CL adds the metrics we want to collect for unload. Unload durations and queueing durations will only be recoded for same-process navigations since the unload handlers are fired during the commit and are on the blocking path for the commit to proceed. In the cross-process case this is a different frame and so the navigation will not be blocked on the unload handlers. Metrics added in this CL are: 1. UnloadDuration 2. UnloadQueueingDuration (measuring the time from browser sending the commit navigation to the unload being run in the renderer). 3. BeforeUnloadToCommit (split by cross-process and same-process navigations since same-process navigations are blocked by unload handlers whilst cross-process navigations are not) [1] https://chromium-review.googlesource.com/c/chromium/src/+/2191143 [2] https://docs.google.com/document/d/1DECc8eJQluwkV5k64TX7Krl4zAcP7-Qk7pSirmHuCJs/edit?usp=sharing Bug: 1081617 Change-Id: Ic02e1e9fbcec94dce616ca80a6afa74a08b9a818 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314877 Commit-Queue: Katie Dillon <kdillon@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#846380}
-
Tanya Gupta authored
Moved all bitmap generation related classes into their own directory. Bug: 1153969 Change-Id: I42dc429bd2d6d7d59ebbd92558ea08665a3ccac6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640920 Commit-Queue: Tanya Gupta <tgupta@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#846379}
-
Alison Maher authored
forced-colors-mode-15.html was marked as flaky on Mac. forced-colors-mode-14.html is a similar test for active selection rather than inactive and is not flaky. Thus, I believe the flakiness is likely around "testRunner.setWindowFocus(false);". Similar to CL:1146523, delay calling setWindowFocus to avoid a race with the initial focus event. Bug: 1167210 Change-Id: I8e6ae87d8cd9b75ea01d2e9ff012c0ebcb9e32f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641321 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#846378}
-
siashah authored
This would impact the order of autofill suggestions on all platforms. Bug: 1156916 Change-Id: Icac331b398a127d21b84ab6b322d20290639ade9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644244 Commit-Queue: Siddharth Shah <siashah@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#846377}
-
Nicolás Peña Moreno authored
This CL adds a method that gets called when a frame reaches FCP. This allows us to aggressively flush the metrics from the renderer process to the browser process, which in turn means that our abandonment rates would be more accurate as a result, since the abandonment metric relies on whether FCP has been reached. Bug: 1048691 Change-Id: I7d0a4e2886a41f5eb007c0eed3b19e59df4917f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642993Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#846376}
-
Juliet Levesque authored
Migrates the crostini_browser_proxy component under the crostini_page to Polymer3. Change-Id: Ic4f7ca3ccbacea64e84cf02a29460dabef774efc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640757Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Juliet Levesque <julietlevesque@google.com> Cr-Commit-Position: refs/heads/master@{#846375}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/783a881e..53d05d72 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: I9fd87276e4a80f77279bfe348a20b9cd17fc03eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644442Reviewed-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@{#846374}
-
Ken Rockot authored
This moves the presentation web tests into wpt_internal and adapts them to use the newer Mojo JS modules. Since this already produces quite a bit of churn in the tests, the tests here are also opportunistically modernized where feasible, particularly concerning asynchronous logic. Bug: 1004256 Change-Id: I5515325cfc808cd5f0e7dff51840a94c4078b4b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2634278 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#846373}
-
Lijin Shen authored
Similar to crrev.com/c/2606874, add an extra check to avoid calling feature list before native is initialized. Bug: 1162510 Change-Id: I6f45bc0dbd7081abd41c105223f4b312d0af5ddb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645506 Commit-Queue: Lijin Shen <lazzzis@google.com> Commit-Queue: Theresa <twellington@chromium.org> Auto-Submit: Lijin Shen <lazzzis@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#846372}
-
Mark Schillaci authored
This is a follow-up CL to add clearer dialog dismissal causes for the image descriptions dialog on Android. With this CL we now differentiate between dialogs that are dismissed by a user action on the dialog, vs dialogs that are dismissed due to changes in state, such as web contents being hidden or destroyed. This CL adds a new dialog dismissal cause for web contents destroyed. Original CL: crrev.com/c/2596417 AX-Relnotes: N/A Bug: 1057169 Change-Id: Id20d161d003dc9161fa9b3af792f6cc20b8aafe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630728 Commit-Queue: Mark Schillaci <mschillaci@google.com> Reviewed-by:
Mark Schillaci <mschillaci@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#846371}
-
Kevin Ellis authored
Animation times were change from Optional<double> to Optional<AnimationTimeDelta> in the following CL: https://chromium-review.googlesource.com/c/chromium/src/+/2591488 This change eroded the numerical precision of calculations involving time; however, we only require a time precision down to 1 microsecond (https://drafts.csswg.org/web-animations/#precision-of-time-values). Thus, it is safe to relax fuzzy equality constraints at the upper bounds of an animation. This patch, also addresses a previous inaccuracy where it was possible to recognize that an animation was limited (i.e. finished) yet not set the hold time when updating the finished state. Bug: 1169674, 1169111 Change-Id: I0d7869cac8809eb118b09b740a35a0fee4655303 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644740 Commit-Queue: Kevin Ellis <kevers@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#846370}
-
Emircan Uysaler authored
This CL adds the corresponding Scenic commands for the received gfx::OverlayTransform for Fuchsia. This allows us to flip or rotate the overlay video content. Bug: 1169182 Change-Id: I9a5689251f3a363cd88db0d9b0bcc1b550cf2133 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644565 Commit-Queue: Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#846369}
-
Aleks Totic authored
Preparation for turning on the flag Change-Id: I33f36367d3d408307c5a884b697d3cfff97780bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645033 Commit-Queue: Aleks Totic <atotic@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Aleks Totic <atotic@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#846368}
-
Nina Satragno authored
debugger-ui/inline-scope-variables.js was timing out but were only marked as Failure. Marking as timing out as well. Bug: 1149734,1150458 Change-Id: I71c6333bcfc6bb015285479a2ada156884e4b472 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645369 Commit-Queue: Nina Satragno <nsatragno@chromium.org> Auto-Submit: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#846367}
-