- 08 Oct, 2020 40 commits
-
-
Chris Sharp authored
Bug: 1018157 Change-Id: I25928585781ed1f89fc0048846c6cd4c7e48e889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456028 Commit-Queue: Chris Sharp <csharp@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#815172}
-
arthursonzogni authored
Adopt the common convention: * kNone => The strictest policy. * kAll => The laxest policy. * kScripts => Allow nothing except script execution. * The laxest policy stricter than A and B => A & B. * The strictest policy laxer than A and B => A | B. E.g. (1s == disallowed, 0s == allowed) There were some parts using the complementary convention where (1s == allowed, 0s = disallowed). This patch removes them. Bug: 1135586 Change-Id: I2bbdbdf7fb506d3345a9e4227b0f9b8c8d4cc738 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454654 Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#815171}
-
Edward Lesmes authored
Metadata is moved from the OWNERS file into the new DIR_METADATA file. R=grt@chromium.org Bug: 1113033 Change-Id: I9becaddab5bf49486fed4eaa3cb0d21d8727e902 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454691 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#815170}
-
Peter Kotwicz authored
This CL adds tests to monochrome_apk_checker checking that: - <uses-library> is not in the MonochromePublic.apk's AndroidManifest.xml - MonochromePublic.apk does not call into org.apache.http BUG=1115604 Change-Id: I295a97022f146c66ccd78eee6f54640a344e2589 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462035 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#815169}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8d43858ed21a..6a204db32c49 2020-10-08 brianosman@google.com Change interface block's fVariable from ref to pointer 2020-10-08 ethannicholas@google.com moved SkSL Ternary data into IRNode 2020-10-08 ethannicholas@google.com moved SkSL If data into IRNode 2020-10-08 ethannicholas@google.com changed various SkSL structs into classes 2020-10-08 johnstiles@google.com Remove dedicated name from SymbolTable entries. 2020-10-08 robertphillips@google.com Add HW-filtered masks to thread-safe cache 2020-10-08 kjlubick@google.com [canvaskit] Update npm to 0.19.0 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 jvanverth@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: chromium:1108408 Tbr: jvanverth@google.com Change-Id: Id23ccede5a1fe460e63b9ae8d452faa07300c1ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461401Reviewed-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@{#815168}
-
Seokho Song authored
ScrollableArea with Preserves3D context should be painted in PaintInGraphicsLayer. But currently, it doesn't. Therefore, In this patch, ComputeBackgroundPaintLocationIfComposited will check parent's Preserves3D styles and if it is, The function returns kBackgroundPaintInGraphicsLayer. Change-Id: I7fb2b283e0992b8825e95e08ef718bd0e056858c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434016 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#815167}
-
Ramin Halavati authored
Startup browser creator is updated to support ephemeral Guest profiles. Ephemeral Guest profiles are not off-the-record and will deprecate OTR Guest profiles. This change is behind disabled EnableEphemeralGuestProfilesOnDesktop flag. Please see go/guest-on-disk for more context. Bug: 1125474 Change-Id: I7af1cbf8e799e7387a6a96ca018bc772009d1205 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449335 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#815166}
-
Andrew Grieve authored
The stored .apks files no longer contain language splits. Bug: None Change-Id: Ia7a21f3e19510080e95926b960a8e0be46f5295d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459697 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#815165}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202010080700_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/BzVQGnSCwNeprjjkFkqzj_GZUxAVI1K5DBja9inASBwC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@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.chrome.try:linux-chromeos-chrome;luci.chrome.try:linux-chromeos-chrome-easwa Bug: b/158515526,b/169021817,b/169624582 Tbr: media-app@grotations.appspotmail.com Change-Id: I5ee09fe2c774334ed4bbf723549bcdf686fe1724 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461402Reviewed-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@{#815164}
-
Aaron Leventhal authored
No need to update layout if we're just checking if the doc is loaded. R=dmazzoni@chromium.org Bug: 1134597 Change-Id: I27b2a81ada534e614318885387c704fe64799152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459172 Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#815163}
-
zhaoyangli authored
Removed unnecessary functions. Re-formatted incorrect code format after removing EG1 & EG2 macros. Addressed unresolved comments from crrev/c/2433584, except for header removals. Bug: 1102995 Change-Id: Id16bc6ba05f4a13d0debc866264bbead7accb582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454294Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#815162}
-
Olivier Robin authored
When Protected data is not available, access NSUserDefault can freeze the application. Pause all the data collection based on notifications on that period. Bug: 1129779 Change-Id: I2d304e410b2e2068b71ab3363e548e43e66b973c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454088Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#815161}
-
Dominic Mazzoni authored
This is a quick fix to merge. I'm going to follow up with a patch to explore the underlying cause. Bug: 1135103 Change-Id: I7f5f7a63b34e7391873755f0917ac6b971e8b0aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459008Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Abigail Klein <abigailbklein@google.com> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#815160}
-
Fabio Rocha authored
Remove scoped feature list from PendingAppInstallTaskTest in pending_app_install_task_unittest.cc, now that kDesktopPWAsWithoutExtensions is always true. Bug: 1065748 Change-Id: I8ba6afa8f1d3e33133175e37a9a9dfc72f93f406 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459189Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Fabio Rocha <fabio.rocha@microsoft.com> Cr-Commit-Position: refs/heads/master@{#815159}
-
Maksim Moskvitin authored
New class wraps network logic and allows sending GET and POST requests, indicating that both request and response content types should be serialized protobufs. Bug: 1113598 Change-Id: Iccb65cd734025bde6df7bf927698d90d19b5b0a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404796Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#815158}
-
Fabio Rocha authored
Remove scoped feature list from WebAppIconManagerBrowserTest in web_app_icon_manager_browsertest.cc, now that kDesktopPWAsWithoutExtensions is always true. Bug: 1065748 Change-Id: I49fb16c4c4b3fbcdc791654cff60912fb848c3c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459806Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Fabio Rocha <fabio.rocha@microsoft.com> Cr-Commit-Position: refs/heads/master@{#815157}
-
Fabio Rocha authored
Remove scoped feature list from SystemWebAppManagerTest in system_web_app_manager_unittest.cc, now that kDesktopPWAsWithoutExtensions is always true. Bug: 1065748 Change-Id: Ibf6dc5e53a5ea1a6c37d479a2f17d5efafc8fd22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459687Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Fabio Rocha <fabio.rocha@microsoft.com> Cr-Commit-Position: refs/heads/master@{#815156}
-
Mohammad Refaat authored
Also make sure that the restore prompt doesn't show if the user already restored. Bug: 1136307 Change-Id: I733202c348923224c20d5e8728cbab9cd21466d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459804 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#815155}
-
Ghazale Hosseinabadi authored
This CL fixes the flakiness of DeveloperPrivateApiTest. InspectInactiveServiceWorkerBackground. Bug: 1134506 Change-Id: Iaba317d3995da20fda2548b00da6579db4b91059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458107Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Ghazale Hosseinabadi <ghazale@chromium.org> Cr-Commit-Position: refs/heads/master@{#815154}
-
Mugdha Lakhani authored
Bug: 1087486, 1091211 Change-Id: I9c4ed3d09cce8c9e4fc7e708f1c94b990d8e93af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454169Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#815153}
-
Mohammad Refaat authored
This fixes the problem when crash happens as there is no active webstate when the new window opens. Also this is consistent with the behavior of single window/multi-window when we don't show the restore prompt when there is external intent (opening chrome from another app with url parameter). Bug: 1135459 Change-Id: Ia979db92f3d938f57a7b7a5f4821075a82b396fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454250 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#815152}
-
sandromaggi authored
Refactors the |WebController::GetOuterHtml| to take an |ElementFinder:: Result| instead of a |Selector|. Also adds UT for the action. Bug: b/168107066 Change-Id: Ie5d9688e2c1389bbb9d7a9bff0f8c38b145a88aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455346 Commit-Queue: Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#815151}
-
Torne (Richard Coles) authored
When referring to Android surface objects, use a JavaRef instead of a bare jobject, to make sure we manage reference lifetimes correctly. This changes the following interfaces: - ScopedJavaSurface::AcquireExternalSurface - GpuSurfaceTracker::SurfaceRecord::SurfaceRecord - Compositor::SetSurface Most of the callers of these functions already had JavaParamRef objects and were relying on the implicit conversion to jobject, which is no longer necessary with this change; the remaining callers have been updated. Change-Id: Ic667ad98974bbe8b0674afbce3c0eb6072001468 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453270Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#815150}
-
Chris Sharp authored
Bug: 1018157 Change-Id: I0335dc8f0094b8b8bf6c6ef68c668cdcdb00ddd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2457546 Commit-Queue: Chris Sharp <csharp@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#815149}
-
David Bienvenu authored
Also some lint fixes and other cleanup; no functional changes Bug: 1010217 Change-Id: Ia41657b7e1892056074ba6a21488b78e4ddc65da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459062 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#815148}
-
Alex Rudenko authored
ClearInspectTool was not clearing inspect_tool_ in the expected order (DisableFrameOverlay checks inspect_tool_ via IsVisible method), thus, breaking hideHighlight functionality. This was broken in https://crrev.com/c/2397735 Fixed: 1136455 Change-Id: I97dc444cffee98cb41a8ac8285f4e7d0cc797715 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460732 Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#815147}
-
Tanmoy Mollik authored
Bookmark is not loaded in default maxout time which is 3 seconds. Increasing it to 4 seconds in order to check if the crash persists. Bug: 1133426 Change-Id: If4fcc9230803c781adff4ba88db36038bfcc11e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456111Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#815146}
-
Bruce Dawson authored
The reason for the timeouts on this test are believed to be understood and resolved in crrev.com/c/2209755 so it's time to try reenabling the test. Bug: 974787 Change-Id: I17e587da4446beb352ceeeac09d7fd1e0cfb5f2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459788 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#815145}
-
Eric Willigers authored
Calls like https_server()->GetURL("app.com", "/ssl/google.html") generate GURL values. We now store such values by value instead of by reference. Bug: 1136278 Change-Id: I1267e9bdf77c062d1ae83c6dc231dc4dc3b7da6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459546Reviewed-by:
Caroline Rising <corising@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#815144}
-
Olga Sharonova authored
[sheriff] Disable flaky RenderWidgetHostViewChildFrameBrowserTest.VisualPropertiesPropagation_RootWindowSegments on Mac and Linux TBR=acolwell@chromium.org Bug: 1089994 Change-Id: Ic20c5e88c3f2b3b0df1c39cbf981ab787c9ef7d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461329Reviewed-by:
Olga Sharonova <olka@chromium.org> Commit-Queue: Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#815143}
-
Gauthier Ambard authored
It seems to pass now. Fixed: 1129589 Change-Id: Id2fd68a6e3f860f593871c4a223bc0a8f034cefd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460825Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#815142}
-
Chris Sharp authored
Bug: 1018157 Change-Id: I83eae6b0a81cbaf204cde6ac0c69b16c4a97fd9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456947Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#815141}
-
Avi Drissman authored
GetBlueTouchBarButton() is unused; remove it. Remove the wrapper functions that return the touchbar classes. Chrome builds with a new enough SDK that they are not needed. Bug: none Change-Id: I19d25a92ce857b1bcced66b8905a22faf701da7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459398 Auto-Submit: Avi Drissman <avi@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#815140}
-
Dylan Cutler authored
Using this factory method instead of CreateSanitizedCookie better expresses the intent of this code: to deserialize cookies that were already added to the cookie store. This mitigates a bug in the current code where cookies with a __Host- prefix would fail the check below. I believe this is what causes the crashes that causd us to change a DCHECK to an early return in http://crrev.com/c/2335554. Also since CanonicalCookie::FromStorage will DCHECK IsCanonical(), we do not need to check the CanonicalCookie's validity in this file. Bug: 1102874 Change-Id: I0759ecc155d9be84b0bae13064d8218702d4c8d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456630 Commit-Queue: Dylan Cutler <dylancutler@google.com> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#815139}
-
Thomas Lukaszewicz authored
This reverts commit fcffa1cc. Reason for revert: Reverting due to failure on Linux ASAN LSAN bot See link below for failure details: https://ci.chromium.org/p/chromium/builders/ci/Linux%20ASan%20LSan%20Tests%20%281%29/82545 Original change's description: > Fix ifdef guard for OS_CHROMEOS. > > There's on going work to unset OS_LINUX on Chrome OS build, > however, it is not yet completed, so it is still defined. > > This CL adds the explicit !defined(OS_CHROMEOS) to fix > the behavior. > > Bug: 1110266 > Test: Built locally. > Change-Id: I60731672aabb6bb6025e29a0b641988e68ecade5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460826 > Auto-Submit: Hidehiko Abe <hidehiko@chromium.org> > Commit-Queue: Guido Urdaneta <guidou@chromium.org> > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Cr-Commit-Position: refs/heads/master@{#815116} TBR=hidehiko@chromium.org,guidou@chromium.org Change-Id: I59d4a9dfe96d45199c87fcf42a65d9e05e7b76d1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1110266 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462015Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#815138}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d7dc4dcf. With Chromium commits locally applied on WPT: ae057949 "Add infrastructure/testdriver/actions/penPointerEventProperties.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 Directory owners for changes in this CL: rego@igalia.com: external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: I8b0f4a826db30d9991f8e1eb4a97a4d97250e3d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461566Reviewed-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@{#815137}
-
Laís Minchillo authored
R=mmenke Fixed: 1122903 Change-Id: I9e9c7f006c1a1b22913f368ac513692116a0f77a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461271 Auto-Submit: Laís Minchillo <laisminchillo@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#815136}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I4ce93ca21f488ca307b7e26e3aea0644c5af7e7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461548Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#815135}
-
Ilya Nikolaevskiy authored
This would allow to batch all scaling operations performed by webrtc into one operation. Also, clean obsolete debug output. Also, efficient implementation requires passing a media::VideoFrameBuffer into adapter, so a ref counted wrapper is added. Bug: chromium:1132299 Change-Id: Iafb6d3523eb3655d1f67878c68be82f58354a5a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454651Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@chromium.org> Cr-Commit-Position: refs/heads/master@{#815134}
-
Chris Sharp authored
Bug: 1018157 Change-Id: Ie1e7cebe3008c18055aa005cb48c83105ce90a5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456049Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#815133}
-