- 01 Oct, 2019 40 commits
-
-
Xida Chen authored
There is already a rotate-interpolation.html under wpt/. This CL adds more test cases to it. Bug: 900581 Change-Id: I4bfc7678d2ec266e243394f4886c0ad7f03497d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832561Reviewed-by:
Yi Gu <yigu@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701546}
-
Henrik Boström authored
It's flaking on various platforms. See bug. TBR=qinmin@chromium.org, xingliu@chromium.org NOTRY=True Bug: 1009913 Change-Id: I7d2be8e07d45e00bf427ece5d4c46b1a8655e166 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832214Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701545}
-
Xida Chen authored
TBR=hbos@chromium.org NOTRY=true Bug: 1010020 Change-Id: I6f78af68ae006d29e991b180adadc347170224a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833116Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701544}
-
Sam Maier authored
Built-in Robolectric test runners require knowledge of where our resource apk is in order to run with binary resources mode. This change gives all junit_binary targets a .properties file that Robolectric uses to provide the location of this resource apk. Bug: 1008309 Change-Id: Ie80bb1f5a927b254c08b4aed8c30630e24dc6000 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829472Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#701543}
-
Xida Chen authored
TBR=hbos@chromium.org NOTRY=true Bug: 1010016 Change-Id: Ifff6105c6f46a35d8248f1c5c70237a104e8d714 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833311Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701542}
-
Xida Chen authored
TBR=hbos@chromium.org NOTRY=true Bug: 1010013 Change-Id: I4b1eafd67d1ade9665776d5adf02ab716501dd4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833310Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701541}
-
Mohamed Abdelhalim authored
This is the 9th CL of multiple CLs to remove the usages of NavigationHandleImpl completely and replace it with NavigationRequest. This CL completely removes NavigationHandleImpl and now NavigationRequest implement NavigationHandle. Bug: 995268 Change-Id: Iddb81aa13135ee630a189c165a9cfb087e99e1b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816469 Commit-Queue: Mohamed Abdelhalim <zetamoo@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Lowell Manners <lowell@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#701540}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/2f7d7794719a..b3bb2040a15c git log 2f7d7794719a..b3bb2040a15c --date=short --no-merges --format='%ad %ae %s' 2019-10-01 philipel@webrtc.org Remove unused RtpFrameObject ctor. Created with: gclient setdep -r src/third_party/webrtc@b3bb2040a15c 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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: None Change-Id: I6322abde14b9d7d3bd8a0d39c18e97b3142b2f3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833115Reviewed-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@{#701539}
-
Xida Chen authored
TBR=hbos@chromium.org NOTRY=true Bug: 1010007 Change-Id: I5ad7138904fad9b5787e088dcf0db80b0215e399 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833244Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701538}
-
Maksim Sisov authored
GetWorkspace is a Linux and X11 specific feature. Wayland does not seem to support that (at least, I could not find anything, and it looks to be natural as Wayland does not provide clients with positions of their windows). Also IsVisibleOnAllWorkspaces and SetVisibleOnAllWorkspaces have been moved from DWTHX11 to DWTHLinux and the interfaces are declared in the PlatformWindowLinux now. Bug: 990756 Change-Id: Ib9a342623a0db2985e7041fa287d0c4c6fd76be7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831898Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#701537}
-
Xiaocheng Hu authored
This patch supports parsing 'clamp(MIN, VAL, MAX)' into a CSSNumericValue via the parse() method. This was missed in the previous implementation of clamp(), and should be the last missing piece of the implementation. Bug: 825895 Change-Id: I6da8113d62b1416dc6d3521b58134932b257ca62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832147 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#701536}
-
Xiaocheng Hu authored
As CSS comparison function implementation is done, this patch is part of the cleanup work that finishes the TODOs left behind. Bug: 825895 Change-Id: Ibd03d10591fdc1923ab34908126521eda27fa444 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831993 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#701535}
-
Arthur Hemery authored
Currently, we simply store the RenderFrameHost when caching a page in the BackForwardCache. We need more than just a RenderFrameHost however, so we introduce the concept of a BFCache Entry, that encapsulate everything we need to store and restore. This patch makes RenderFrameProxyHosts part of an entry, as the first extra state we want to preserve. Design doc for the proxies: https://docs.google.com/document/d/1EhTp7Tz0sd0e3Fgtjrx1b28kx5ULL7CjIwDsoS7GirI/edit?usp=sharing Bug: 990816 Change-Id: I821b484c9899c0f0e5a2fc76586331c9d57a5962 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1738451 Commit-Queue: Arthur Hemery <ahemery@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/master@{#701534}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a39aa78ade7b..563255c6577d Created with: gclient setdep -r src-internal@563255c6577d 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 jbudorick@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 TBR=jbudorick@google.com Bug: chromium:None,chromium:None Change-Id: If4297af70841093d12fe2ec78edb93e706570cba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833113Reviewed-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@{#701533}
-
Xida Chen authored
Crashes on win TBR=hbos@chromium.org NOTRY=true Bug: 1010000 Change-Id: Iad6d7c4fb09568baa46291d1aa027ba50a4be434 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833309Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701532}
-
Lowell Manners authored
TBR=vakh@chromium.org Change-Id: If78de3f54944ae0aed101c7ca692bdbe5d2d308c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827280 Commit-Queue: Lowell Manners <lowell@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#701531}
-
Shimi Zhang authored
These two functions need to be abstract. Bug: 1004544 Change-Id: I893a47747333d6e39a6855cb7e3627a0ea6a8e00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829874 Auto-Submit: Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701530}
-
Ankit Kumar 🌪️ authored
In CL:1730426 support for click action handling was added. In the struct PP_PdfAccessibilityActionData two more members were added but the members were not added in IPC_STRUCT in ppapi_messages.h file. Due to this, the values were not being sent from the mimehandler process to the plugin process. The default values for the members were being utilized by the plugin process instead of the values in the mimehandler process. Invoke on any link would always navigate to the first link of the page. This CL adds the members in the IPC_STRUCT. A test has been modified to invoke the second link instead of the first. Bug: 981448, 1006729 Change-Id: I7b40753887916cd08a338c9d4c3c63f3dd432480 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826743 Commit-Queue: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Reviewed-by:Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ian Prest <iapres@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#701529}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/cc55bdc0a75e..94c47dd3da78 git log cc55bdc0a75e..94c47dd3da78 --date=short --no-merges --format='%ad %ae %s' 2019-10-01 primiano@google.com Use explicit moves when returning covariant std::unique_ptr Created with: gclient setdep -r src/third_party/perfetto@94c47dd3da78 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/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: chromium:141319349 Change-Id: Ib314e21862393a28f83e2379e97c5aae831c9624 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833111Reviewed-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@{#701528}
-
Michael van Ouwerkerk authored
Also, always show a notification, without the device name if not available. Bug: 1005289 Change-Id: I78e20c174661e2e56f0a3f5152de478572243c3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829380Reviewed-by:
Alex Chau <alexchau@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#701527}
-
Xida Chen authored
TBR=calamity@chromium.org NOTRY=true Bug: 1003715 Change-Id: I59710ef90fe3e2a17166b72d7328dbdb484b72bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832252Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701526}
-
Lily Chen authored
This change updates some tests in //content/browser/browsing_data and //chrome/browser/browsing_data to work with SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure. In particular, since by default cookies will be treated as SameSite=Lax, setting cookies requires a CookieOptions object with an appropriate SameSite context. Also, cookies with SameSite=None (NO_RESTRICTION) must also be Secure. Bug: 1006816 Change-Id: I9fbc55bebe2455478392a21eb63994ba53467273 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830286Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#701525}
-
Mikhail Khokhlov authored
It makes sense to treat output formats that require metric computation different from those that only report test success/failure. This CL introduces this distinction. Bug: 981349 Change-Id: I3f19988dd9ef7871489b263768b1ca250cf54535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829340 Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#701524}
-
Andreas Haas authored
This CL changes the buffering of received bytes in the {FetchDataLoaderAsArrayBuffer} class. The original implementation copied received bytes into a pre-allocated ArrayBuffer. Later when fetching finishes, the content of that ArrayBuffer is copied to another ArrayBuffer of the correct size. When the initial ArrayBuffer was not big enough, its content was copied to a bigger ArrayBuffer. The new implementation stores the received bytes in a list of chunks. When fetching finishes, we just allocate a big enough ArrayBuffer and copy the received chunks into it. This change removes unnecessary copies when the initial buffer was not big enough. The actual reason for the change is a refactoring of WTF::ArrayBuffer, so we try to remove unconventional uses of ArrayBuffer::Create. R=yhirano@chromium.org Bug: v8:9380, chromium:1008840 Change-Id: Ic8da2dc1d171cd23b016823e04791328a0d4dbfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828819 Commit-Queue: Andreas Haas <ahaas@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#701523}
-
François Beaufort authored
This CL redefines GPUExtent3D as not only a GPUExtent3DDict, but also a sequence of unsigned long as specified in https://gpuweb.github.io/gpuweb/#typedefdef-gpuextent3d Bug: 877147 Change-Id: If5eb7d3b6f79f1234938f1fbae7c7fe5f0b7aa28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828909 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#701522}
-
Sergio Villar Senin authored
There are several includes of that header because code in chrome/browser and content/ uses blink::WebCache::ResourceTypeStat(s). In order to remove the dependency, the definitions of those structs were moved out of the blink::WebCache class and placed on a new header file in blink/public/common. Bug: 1008303 Change-Id: Ic46f991c7a269eb227954c6b1fecdc639d8c8903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829381 Commit-Queue: Sergio Villar <svillar@igalia.com> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#701521}
-
Erik Chen authored
Bug: 912193 Change-Id: I3fd71adb55339c536d228e0b7a20fa64fbb6dd3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829588 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#701520}
-
Sylvain Defresne authored
base::Bind/base::Callback are deprecated in favor of either base::BindOnce/base::OnceCallback or base::BindRepeating/ base::RepeatingCallback (depending on whether the callback is invoked once or multiple time). Convert all uses of base::Bind/base::Callback in third_party/libaddressinput/chromium to the recommended methods/types. Bug: 1007841 Change-Id: Ia0f9f50372e21f3207fbbd29d52ec7465e46663f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831875 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#701519}
-
Henrik Boström authored
TBR=yulunwu@chromium.org, tbarzic@chromium.org NOTRY=True Bug: 1009916 Change-Id: I4b4cb287c5f211bb0afb64b068d1ce49848b6eef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833602 Commit-Queue: Henrik Boström <hbos@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701518}
-
Henrique Ferreiro authored
This is a reland of b0784c2f Original change's description: > Migrate assistant_volume_control.mojom to the new Mojo types > > Convert the implementation and all users of the > ash::mojom::AssistantVolumeControl and VolumeObserver interfaces. > > Bug: 955171 > Change-Id: Id4fd8931ecc2d29eaff0b25defb909bf0f491aca > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1795422 > Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org> > Reviewed-by: Emily Stark <estark@chromium.org> > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> > Cr-Commit-Position: refs/heads/master@{#696007} Bug: 955171 Change-Id: I736aac9001f069bc701c1f4940b92e9c121d5db6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803139 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#701517}
-
Henrik Boström authored
See https://crbug.com/1009917 TBR=archanasimha@google.com, vakh@chromium.org NOTRY=True # Yolo Bug: 1009917 Change-Id: Id0def6288f9b1386f8dbfc0df0647882be0529a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831876 Commit-Queue: Henrik Boström <hbos@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701516}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e6257953. With Chromium commits locally applied on WPT: 03ccd4e9 "html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/" ab4b7009 "[Native File System] Aborting a directory iteration succeeds" 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/css-grid NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: Ib0f3787d2be79a32b3de937d5483b1a2ca949bef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832439Reviewed-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@{#701515}
-
Henrik Boström authored
Flaking on windows, examples: https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20(dbg)(1) TBR=mbonadei@chromium.org NOTRY=True Bug: 993020 Change-Id: I00cadbc09ecc65a403a2fb67c1bb1f4b85542b7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833464Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701514}
-
Julian Watson authored
Bug: 995495 Change-Id: I47972375496ec0a7e44d48ae260817faf73175f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833021 Auto-Submit: Julian Watson <juwa@google.com> Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#701513}
-
Kuo Jen Wei authored
Bug: 1004915 Test: On device with 30/60 FPS capability, see if tooltip showing on 30/60 FPS are correct and a11y UX behave as expected. Change-Id: I79ac58dcaf0629451fae722f40b0656d92f53dad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826741 Auto-Submit: Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#701512}
-
Morten Stenshorne authored
No behavior changes. Rename from NGLayoutResult::NGLayoutResultStatus to NGLayoutResult::EStatus. Let HandleInflow() and HandleNewFormattingContext() return NGLayoutResult::EStatus instead of bool, so that they can tell not only whether to abort, but also how. This is in preparation for break avoidance between block siblings, where we may decide to abort and relayout to an earlier good breakpoint (NGLayoutResult::kNeedsEarlierBreak) while inside a child. Change-Id: Id78af6455839885ff8253575c91496291ffdfcbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829349 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#701511}
-
Michael van Ouwerkerk authored
Bug: 971725 Change-Id: Ie7eda9e6234096fbbf61ff669446a047133330ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831915 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#701510}
-
Tim van der Lippe authored
Bug: 1006759 Change-Id: Ib72e0acbb20c4579e708cd79a67ffd0bc2073b70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829102 Commit-Queue: Tim Van der Lippe <tvanderlippe@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#701509}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/894eb8b0c9ba..2f7d7794719a git log 894eb8b0c9ba..2f7d7794719a --date=short --no-merges --format='%ad %ae %s' 2019-10-01 philipel@webrtc.org Use new RtpFrameObject ctor for fuzzing. 2019-10-01 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision a9354743..aa4c7d6a (701308:701411) 2019-09-30 mellem@webrtc.org Add an alt-protocol to SDP to indicate which m= sections use a plugin transport. Created with: gclient setdep -r src/third_party/webrtc@2f7d7794719a 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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: Ia482770190cd253f6077f5302dc24b378a0d0b35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833053Reviewed-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@{#701508}
-
Alex Ilin authored
log messages referring to updates those messages. AccountReconcilor: :LoadValidAccountsFromTokenService() contains outdated AccountReconcilor: :ValidateAccountsFromTokenService method. This CL Change-Id: I3b9669cc65bd6582c7a2cc88407abb999f933523 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829709Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Auto-Submit: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#701507}
-