- 25 Sep, 2019 40 commits
-
-
Yutaka Hirano authored
Bug: 999235 Change-Id: I20987927f65a36f0d82bd834b1b8f0b4c24f0ae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824047 Commit-Queue: Adam Rice <ricea@chromium.org> Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#699771}
-
Xiaocheng Hu authored
This patch parses clamp() in 'sizes' attribute into nested max(MIN, min(VAL, MAX)) as per spec to support the function in the attribute. Bug: 825895 Change-Id: I087fef6654d2f964fc99071edbbd87a5bc5b8967 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822217Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#699770}
-
Eric Stevenson authored
A JNI conversion CL (http://crrev.com/c/1809399) introduced the verification error which regressed Webview startup. Why did the JNI conversion introduce the error? More inlining in Clipboard.java caused methods only available on later versions of Android to be inlined into the startup code path. How does this CL fix the issue? By outlining and using annotations to prohibit inlining for the offending methods. Tbr: dtrainor@chromium.org Bug: 1006812 Change-Id: I17ef9deb83ad751f028bfce4440500bb05a7f55e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823439 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#699769}
-
Kevin Ellis authored
This patch pulls the probe notification code out of the destructor for PlayStateUpdateScope. This is part of a refactoring project to align the implementation of web-animations with the spec. Over the course of the next few patches, the update scope will be phased out and the probe notification will be directly called whenever there is a potential state change. Bug: 960944 Change-Id: Icb7356ed3d2a8eb7dbe18a0e1c1a1ca88016e22a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822321Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#699768}
-
Paul Lewis authored
Updates paths and exclusions so we only test the right things, and Karma TypeScript knows where to look for types. Change-Id: I8f984839b3907b119a2edc3f4b452e5465d1c82a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824895 Commit-Queue: Yang Guo <yangguo@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Auto-Submit: Paul Lewis <aerotwist@chromium.org> Cr-Commit-Position: refs/heads/master@{#699767}
-
Raul Tambre authored
Initial conversion performed using '2to3 -f print .'. Imports added and duplicate parentheses removed manually. Manually converted files, comments and inline code that 2to3 missed. Afterwards ran "git cl format --python" and cherry-picked the formatting changes. There are no intended behavioural changes. Bug: 941669 Change-Id: I3944165366e10cfdc3017b540f8563ee26751682 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818479Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#699766}
-
Lowell Manners authored
These tests expect the window.unload event to fire, but this does not happen by design if BackForwardCache is enabled. TBR=clamy@chromium.org Change-Id: Ica712043d4e593f33b407cc985f7c77c1f55a69e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823845 Commit-Queue: Lowell Manners <lowell@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#699765}
-
Mikel Astiz authored
The Nigori key name can be inferred from key material so there is no need to consume the proto field with the name. Bug: 967417 Change-Id: Ibbd98b6496a9d797f90afbc951e5689e1d7ce491 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824887Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#699764}
-
Clemens Arbesser authored
This CL ensures that the autofill assistant listener is removed. Bug: 1007556 Change-Id: Id703f5ca610ab8982670814ed246248b6d7760b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824079 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#699763}
-
Sigurður Ásgeirsson authored
This reverts commit 75bbdfb2. Reason for revert: https://crbug.com/1007970 - crashing without leave on MacOS. Original change's description: > Mojo: Dump core on a configurable queue length threshold. > > Bug: 1003391 > Change-Id: Ibdc72029f647eff989bebb9b6542cffb8273064a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815847 > Reviewed-by: Ken Rockot <rockot@google.com> > Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#699387} TBR=rockot@google.com,siggi@chromium.org Change-Id: Ie1434d93cce863d898959eaeca3ad24b4205c76d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1003391 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825137Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#699762}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/05be0ff34815..cf0e9d93f177 git log 05be0ff34815..cf0e9d93f177 --date=short --no-merges --format='%ad %ae %s' 2019-09-25 natlee@microsoft.com Add StoreOp::Clear Created with: gclient setdep -r src/third_party/dawn@cf0e9d93f177 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: I685c56113149063204f2040438993612087163b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825077Reviewed-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@{#699761}
-
Stefano Sanfilippo authored
Also, set the blocked-uri to "trusted-types-policy" in the violation report. Bug: 992377 Change-Id: I164719050a39a654d002e0accc6858c55efef684 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816467 Commit-Queue: Stefano Sanfilippo <ssanfilippo@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#699760}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/6730faf618f8..e00ffeb79abc git log 6730faf618f8..e00ffeb79abc --date=short --no-merges --format='%ad %ae %s' 2019-09-25 dberris@chromium.org Pinpoint: Remove migration-specific code for benchmark arguments Created with: gclient setdep -r src/third_party/catapult@e00ffeb79abc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC zhanliang@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_optional_gpu_tests_rel TBR=zhanliang@google.com Bug: chromium:1006658 Change-Id: Id708b0a14c76dae43732250f7baf47426abf3b65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824034Reviewed-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@{#699759}
-
Randy Rossi authored
Mismatch in API caused chromecast extension to fail. Bug: 989413 Test: Manual display assistant Change-Id: Ib0855853ac0b49b1f24a4a80b75c45834f0a87db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814571Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Randy Rossi <rmrossi@chromium.org> Cr-Commit-Position: refs/heads/master@{#699758}
-
Jérôme Lebel authored
SyncSettingsTableViewController class is only use with pre-unity UI. Unified consent feature flag is now always true. Bug: 1778868 Change-Id: Ifec7b9c6b10833899c62351fd3972f4b376e1afe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1781441Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#699757}
-
Tanmoy Mollik authored
When AccountManagementFragment is destroyed after pressing add account in account picker it is not attached to any intent and causes crash on asynchronous call to AccountManagerFacade.createAddAccountIntent(). This cl should fix that crash. Bug: 1006682 Change-Id: I3c1f5be77cf279d7ad740d220297b11027844031 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817607 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#699756}
-
Matthias Körber authored
Change-Id: I64596bb4bdd4f32c758db760f81c2f5bee1c8233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824083Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#699755}
-
Peter Marshall authored
Right now when using UI.ToolbarComboBox, the caller has to remember to call setTitle() after constructing it, otherwise no aria-label will be set for the 'select' element. Some callers did not do this, but all select elements are user visible and must have aria-label set. To ensure that this mandatory property is set, this CL changes the constructor to require a title argument and sets the ARIA accessible name (thus setting aria-label) to the title. Remove the setTitle() method which was only used to add a title right after the creation of the object. Update all of the users of UI.ToolbarComboBox to provide a title, fixing accessibility issues for the users that did not already call setTitle(). Make accessibleName mandatory for ToolbarSettingComboBox as there is only one caller, and they provide it. Change-Id: Ib60e2edab763bbfaa4e71a1c76ed4fa4e21e3fc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821904Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Peter Marshall <petermarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#699754}
-
Matthias Körber authored
Change-Id: I1b9ac32e33d1e17f83e12887aa6782342e131a20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823863Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#699753}
-
Chris Blume authored
There are two rounded corner tests that are also failing. This CL adds those tests to the pixel expectations. TBR=jonross@chromium.org Bug: 969855 Change-Id: I15a41b26a08786a477484a7f1a33910d9e54742c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824542Reviewed-by:
Chris Blume <cblume@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#699752}
-
Matthias Körber authored
Change-Id: I1f98814ebec6acc2114d536b7daec93ebbab107e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824269Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#699751}
-
Sebastien Lalancette authored
TBR=sammiequon@chromium.org Change-Id: I54f8b70bba725f2bfefe36c2c6d72d40ad42c1de Bug: 1007961 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825097Reviewed-by:
Sebastien Lalancette <seblalancette@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Auto-Submit: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#699750}
-
Matthias Körber authored
Change-Id: I76216781bd9336ca8f794ee12e84742b3b416716 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824268Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#699749}
-
Monica Basta authored
Bug: 1006989 Change-Id: I8836648a04a8e987cf0163c2fa22f607db3f5342 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824886Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#699748}
-
Mythri A authored
This CL was created automatically with tools/perf/update_wpr script R=perezju@chromium.org BUG=chromium:878390 Change-Id: I0b3b27098424b89e63962b604f39a43e53cd6970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816512 Commit-Queue: Mythri Alle <mythria@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#699747}
-
Matthias Körber authored
Change-Id: Ifc488d87f8e827cc8a34252a8011375ea24dbb33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824270 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#699746}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f269be63. With Chromium commits locally applied on WPT: d4ca0e6e "Add missing worklet referrer tests" a0586590 "Don't fold SaveAlphaLayer into DrawTextBlob" 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Ia874c4cbca9b373d6165a57fb44c0dff815661cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823794Reviewed-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@{#699745}
-
Stephen McGruer authored
See https://drafts.csswg.org/web-animations-1/#current Bug: 1005848 Change-Id: I95981797ced813d6a7a0e57a1b719f3bb0bd736b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814200Reviewed-by:
Kevin Ellis <kevers@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#699744}
-
Matthias Körber authored
Change-Id: Ie4934e0944504674df6c0963b9004c4f4498a225 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823866 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#699743}
-
Oleh Lamzin authored
Implement dock mac address source handler which changes shill Ethernet property. More details about USB Ethernet MAC address source policy implementaion in shill: go/shill-dock-passthrough. Bug: b:132240657 TEST=unittests and manual test that shill receive policy on changes and chrome startup Change-Id: Ic3fc7dd416b60294bfcab122ebb64db7f7ea00da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700203Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Oleh Lamzin <lamzin@google.com> Cr-Commit-Position: refs/heads/master@{#699742}
-
Gauthier Ambard authored
When failing a provisional navigation, the context might be nil (probably a race condition in the callbacks of the WKWebView). This issue was handled in handleCancelledError:forNavigation: provisionalLoad: but wasn't in the other callbacks. This CL makes sure that we handle it. The workaround in crrev.com/c/1700054 was probably preventing the crash from happening. Bug: 1004634 Change-Id: I1f94812617c908a63124c16a18a3ca71d9902d8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816575 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#699741}
-
Matthias Körber authored
Change-Id: I9a765517e989c259379c96ded5d2bdfe230100be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824885 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#699740}
-
François Beaufort authored
This CL adds GPUObjectDescriptorBase dictionary as specified in https://gpuweb.github.io/gpuweb/#dictdef-gpuobjectdescriptorbase It will be used in upcoming CLs. Bug: 877147 Change-Id: Ib4e728309e01bb059ea91402fcc406ef577f9751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823860Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#699739}
-
Alex Ilin authored
This CL adds a new test DemoSignInTest::WebSignOut to the suite of live SignIn tests. The test does the following: - Sign in via settings menu - Accept Sync confirmation dialog - Check that Sync is enabled - Sign out on the web - Check that cookies are removed and tokens are in error state - Check that "Sync paused" UI is shown This CL also allows direct lookups for country-specific TLDs of "accounts.google.*" to make tests work correctly from different countries. Bug: 1006262 Change-Id: Ib4d94003bfbabec8dd9d2908c95715d2b1ecdc64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822919 Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#699738}
-
Alex Clarke authored
We want to prioritize loading and compositing tasks until first first contentful paint, however that introduces some unintentional task re-ordering which breaks ChromeSitePerProcessBrowserPluginPDFTest.SendSyntheticTapGestureOOPIF. Changing BrowserPlugin::Initialize to post a loading task removes one source of reordering with the new scheduler policy, fixing the the browser test. Bug: 971191 Change-Id: I177d9189c980601893223425e36cd6657d058510 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819254Reviewed-by:
James MacLean <wjmaclean@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#699737}
-
Tim van der Lippe authored
This allows us to use more modern features like Object spread. Change-Id: I3a8a119443cf43b27e3ac9390e188408976d82e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823847Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Tim Van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#699736}
-
Sergey Poromov authored
Temporary allow Camera component app to be disabled by policy as it's widely used by enterprises. The proper long-term fix should be to introduce CameraEnabled policy and then remove this fix. Camera app id: hfhhnacclhffhdffklopdkcgdhifgngh Bug: 993418 Test: Manual, configured ExtensionInstallBlacklist policy to include Change-Id: I9af2d6303d023b61b1af461f51533ffb25b00422 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789312 Commit-Queue: Sergey Poromov <poromov@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#699735}
-
Julie Jeongeun Kim authored
This CL converts MessageReceiverPtr, MessageReceiverRequest to new Mojo types using PendingRemote or Remote, PendingReceiver, and Receiver. It also updates OnConnection from secure_channel.mojom. Bug: 955171 Change-Id: Id630cb964ad03f439b696e93182bc29b13fa689d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820777 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#699734}
-
Ella Ge authored
Bug: 988784 Change-Id: I7c26682dd7f82bb5a6abf985f9991518ea100180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822503Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#699733}
-
Sebastien Marchand authored
The code that was emitting this histogram has already been removed. Bug: 995542 Change-Id: I36fbc89b33ba483ecfb3d8b93e54cbbfc8336173 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823217 Auto-Submit: Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#699732}
-