- 16 Nov, 2018 40 commits
-
-
Ryan Meier authored
Change-Id: I708c29a84a5751d4fa2ddae3490e49ef76d80a2f Reviewed-on: https://chromium-review.googlesource.com/c/1336468 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#608625}
-
Kenneth Russell authored
This reverts commit 953f1c19. Reason for revert: Collided with https://chromium-review.googlesource.com/1338619 Original change's description: > Suppress flaky canvas-teximage-after-multiple-drawimages.html test > > The canvas-teximage-after-multiple-drawimages.html webgl test is flaky > on MacOS and Android qualcomm. Add test suppression. > > BUG=905682 > TBR=kbr@chromium.org > > Change-Id: Id8fdb70f6dae6383c6d734916a3a724adbe00ea3 > Reviewed-on: https://chromium-review.googlesource.com/c/1338560 > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Commit-Queue: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#608605} TBR=rjkroege@chromium.org,kbr@chromium.org Change-Id: I863bac3201092184e47fbcd08acba8d1d83a2ffb No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 905682 Reviewed-on: https://chromium-review.googlesource.com/c/1338864Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#608624}
-
Fredrik Söderquist authored
We were always serializing as the completed (all keywords present) form, which is not the shortest canonical form. https://svgwg.org/svg2-draft/painting.html#PaintOrder Fold the ComputedStyleUtils helper into the PaintOrder CSSProperty class, since this is very specific to this property. Matches WebKit and almost Gecko (which seems to handle some "two keyword" cases differently.) Bug: 904898 Change-Id: Ib796a111e601485e339fdf2739a587fb5f893b8a Reviewed-on: https://chromium-review.googlesource.com/c/1335579 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#608623}
-
Stephen Martinis authored
The bot has been running into test timeouts, so increase the number of shards used to run tests. Might adjust the exact number of shards after. Bug: 905842 Change-Id: Icf0ab65e70a0b48b7b97e95318ecabdac31d63aa Reviewed-on: https://chromium-review.googlesource.com/c/1338569Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#608622}
-
Zhuoyu Qian authored
https://google.github.io/styleguide/cppguide.html#Namespace_Names > Namespace names are all lower-case. This CL has no behavior changes. Bug: 889726 Change-Id: I865d0bca89708d85854c907580384c5d2698b693 Reviewed-on: https://chromium-review.googlesource.com/c/1337649Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#608621}
-
Wenzhao Zang authored
It's unnecessary after the system tray button UI is added. Also the locale list in Settings is not customized for Demo Mode. Bug: 877749 Change-Id: I17c0ab8cab457a5a47416797677ce3b17d9b4b1b Reviewed-on: https://chromium-review.googlesource.com/c/1334333 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#608620}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/59127a5d3941..8ada4d523eb4 git log 59127a5d3941..8ada4d523eb4 --date=short --no-merges --format='%ad %ae %s' 2018-11-15 iannucci@chromium.org [cipd] Roll cipd to allow long paths on Windows Created with: gclient setdep -r src/third_party/depot_tools@8ada4d523eb4 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=agable@chromium.org Change-Id: Id745e3d750b7f4893aafa1c8320c926320f0f4ea Reviewed-on: https://chromium-review.googlesource.com/c/1338158Reviewed-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@{#608619}
-
Steven Bennetts authored
This CL updates the remaining ChromeVirtualKeyboardDelegate calls to use ChromeKeyboardControllerClient instead of direct calls to keyboard::KeyboardController. This also adds OnKeyboardEnableFlagsChanged to ensure that the enable flags are cached accurately on the chrome side. Bug: 876138 Change-Id: I3022fa78df7c589c22579b4b4e3b2a3279622f81 Reviewed-on: https://chromium-review.googlesource.com/c/1330894Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#608618}
-
Evan Stade authored
ui::Cursor now holds the data necessary for custom cursors, although for simplicity this patch still converts to CursorData for serializing over mojo. CursorFactoryOzone goes back to being a true singleton, which shouldn't be used from client code in Mash (in Oop Mash, it's actually null; in single process Mash it is avoided by checking the feature switch). This patch also makes some tweaks to how custom web cursors are stored as ui::Cursors, which shouldn't impact other platforms but brings the ui::Cursor representation into alignment with the PlatformCursor representation for ozone. As a future cleanup we should be able to get rid of CursorData and serialize ui::Cursor directly. Bug: 904039, 734668 Change-Id: I4168c0266899bd276c60a0ac6a286b3a79df572f Reviewed-on: https://chromium-review.googlesource.com/c/1334968 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#608617}
-
Josh Horwich authored
Add a checkbox in the ARC opt-in dialog presented during new-user setup that will allow the user to review the relevant settings after the new-user flow. Bug: 901184 Test: New-user opt-in with setting checked/unchecked Change-Id: I061f6c139298323a32b262b7a1463c70c9a640e7 Reviewed-on: https://chromium-review.googlesource.com/c/1334096Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Josh Horwich <jhorwich@chromium.org> Cr-Commit-Position: refs/heads/master@{#608616}
-
Xianzhu Wang authored
This disables DCHECK(new_display_item_list_.IsEmpty()) for transient paint controllers in the destructor. We could require the client of a transient controller to always commit and finish cycle, but allowing to abort seems simpler and harmless. Bug: 904971 Change-Id: If1bd15b55cbad0e1871eaed4a8d30b78e8a54d86 Reviewed-on: https://chromium-review.googlesource.com/c/1336953Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#608615}
-
Eric Stevenson authored
This is part of a better scheme for calling Java->Native where all native methods are hidden behind interfaces, and exist within a single "GEN_JNI.java" generated file. See bug for more details. Bug: 898261 Change-Id: I1fd7a9f162cb2853a2dfcd62ffcdebe909cb40e1 Reviewed-on: https://chromium-review.googlesource.com/c/1315808 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#608614}
-
Chase Phillips authored
These metrics were added here: https://crrev.com/470373002 From a review of whether we use this today, these are no longer used/needed. Bug: 717812, 397552, 395799 Change-Id: I1b296832a7ed87fb9653be9eb83cc2b3eb8ef6b1 Reviewed-on: https://chromium-review.googlesource.com/c/1336429 Commit-Queue: Chase Phillips <cmp@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Chris Mumford <cmumford@chromium.org> Cr-Commit-Position: refs/heads/master@{#608613}
-
Victor Costan authored
The new release changes how ALTER TABLE RENAME is implemented, and requires an update to WebSQL's SQLite authorizer. This CL includes the update, and extends the LayoutTest for the authorizer to cover the newly implemented column renaming functionality. An upgrade to SQLite 3.25.2 was previously landed as https://crrev.com/c/1266881 and reverted due to the crashes documented in https://crbug.com/897576. The 3.25.3 upgrade may fix the crash cause. This CL removes the patch that was previously known as 0007-fts3-Interior-node-corruption-detection.patch because 3.25.3 now includes an equivalent check. Bug: 892852 Change-Id: I3a129ddc8f72be29edf462ffec105d71cba559f6 Reviewed-on: https://chromium-review.googlesource.com/c/1319035 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Chris Mumford <cmumford@chromium.org> Cr-Commit-Position: refs/heads/master@{#608612}
-
Jay Harris authored
Bug: 902280 Change-Id: I53e8152e1208a31bd4551c56da47489db92864af Reviewed-on: https://chromium-review.googlesource.com/c/1329707 Commit-Queue: Jay Harris <harrisjay@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#608611}
-
Gabriel Charette authored
post_task.h is now preferred to creating special purposed base::Threads All this code needs is a SequencedTaskRunner which is allowed to perform file I/O. Furthermore, PlatformThread::Join() and hence Thread::Stop() will be marked as a blocking operation in https://chromium-review.googlesource.com/c/chromium/src/+/1324370 and this code was preventing that (even though in this case the Join() was mostly a fast operation as there were no tasks left by the time it was invoked). R=chiniforooshan@chromium.org Bug: 707362 Change-Id: Iec2f823e762cea2d1d1e775117fd95d871baa574 Reviewed-on: https://chromium-review.googlesource.com/c/1338178Reviewed-by:
Ehsan Chiniforooshan <chiniforooshan@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#608610}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2791be403817..1a5e3e8c2a99 git log 2791be403817..1a5e3e8c2a99 --date=short --no-merges --format='%ad %ae %s' 2018-11-15 halcanary@google.com DEPS: update Harfbuzz to 2.1.1 Created with: gclient setdep -r src/third_party/skia@1a5e3e8c2a99 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_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;master.tryserver.blink:linux_trusty_blink_rel TBR=rmistry@chromium.org Change-Id: I7dd10d010a4ea6fe605edd619b7de3fa430c5ea2 Reviewed-on: https://chromium-review.googlesource.com/c/1338397Reviewed-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@{#608609}
-
Wenzhao Zang authored
The screenshot can be found at https://drive.google.com/file/d/1zMTMCNiJQXcLzeL_sfZaWNMS-OJ5n7SM/view?usp=sharing Also include the hash in the CL. Bug: 877749 Change-Id: Ibf118e2c20f158cf2fd2c2cef955c9d04c205b86 Reviewed-on: https://chromium-review.googlesource.com/c/1333830Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#608608}
-
Kenneth Russell authored
Needed to be rerun after recent changes. Bug: 890539, 905459, 905889 Change-Id: I6258f331d0d2be44d000e792c5e2a571342bec26 Reviewed-on: https://chromium-review.googlesource.com/c/1338724Reviewed-by:
James Darpinian <jdarpinian@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#608607}
-
Ella Ge authored
TBR=chrishtr@chromium.org Bug: 905860, 900602 Change-Id: I5d2a01010b4424ffa4312dfaf01e3ca0af24d182 Reviewed-on: https://chromium-review.googlesource.com/c/1338570Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#608606}
-
Robert Kroeger authored
The canvas-teximage-after-multiple-drawimages.html webgl test is flaky on MacOS and Android qualcomm. Add test suppression. BUG=905682 TBR=kbr@chromium.org Change-Id: Id8fdb70f6dae6383c6d734916a3a724adbe00ea3 Reviewed-on: https://chromium-review.googlesource.com/c/1338560Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#608605}
-
Kenneth Russell authored
The test's JavaScript execution races with document parsing. Mark flaky until the test is fixed and rolled forward. Bug: 905682 Change-Id: I6602bd31bc7ad60ce848571126eaa47be34a804c Tbr: rjkroege@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/1338619Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#608604}
-
Scott Chen authored
Bug: 905503 Change-Id: Ic886e1b5946ffdbca69d5cb33f573d79437b84ae Reviewed-on: https://chromium-review.googlesource.com/c/1336752 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#608603}
-
Yutaka Hirano authored
Bug: 672740 Change-Id: I2246a0d840f8d62cfb1026d53195c78cd12f27d9 Reviewed-on: https://chromium-review.googlesource.com/c/1337223 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#608602}
-
Avi Drissman authored
They return ownership via raw pointer, and they're unneeded. Also remove AsUIImage as it has no callers. BUG=904645 Change-Id: I18497ae1e32ad36ec78cdcf3c5df07d0faf8af39 Reviewed-on: https://chromium-review.googlesource.com/c/1333876 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#608601}
-
Antonio Gomes authored
IdentityManager API provides a replacement to objects including SigninManager and PO2TS. Since its implementation wraps both objects, no functionality change is expected. Note: This CL can not eliminate the uses of PO2TS completely from ArcAndroidManagementChecker because it is still needed for creating another object, AndroidManagementClient. This object will be migrated on its own CL. BUG=905279 Change-Id: I57096d6ff829afdfb3f4d882e390b87e9391ab12 Reviewed-on: https://chromium-review.googlesource.com/c/1335908 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#608600}
-
John Abd-El-Malek authored
This is another regression from r579953. The problem is that NetworkDelegate::OnBeforeURLRequest is called on the initial request and every redirect, while URLLoaderThrottle::WillStartRequest is only called on the original request and not redirects. This cl doesn't fix the network service path, as we don't have a way to change the URL in a throttle on a redirect. It's meant to be as minimal to merge. Follow-up cls will add a test and fix this for network service path. Bug: 899268 Change-Id: I1948ee74a57e6a36cfda165abd924900b4b8b1c4 Reviewed-on: https://chromium-review.googlesource.com/c/1338567Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#608599}
-
Kent Tamura authored
Bug: 622551, 829697 Change-Id: I38cf0ac24b1d22c27feec6117cc44f909f50d006 Reviewed-on: https://chromium-review.googlesource.com/c/1337228Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#608598}
-
Chase Phillips authored
This is a reland of a CL that landed here: https://crrev.com/c/1303634 The CL was reverted here: https://crrev.com/c/1337609 The revert was due to a failure in the Deterministic Linux build: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Deterministic%20Linux/17798 That build failed because the Blink modules bindings targets were missing the IndexedDB Blink variant mojom headers files dependencies. This reland includes a fix for that issue. Here's the original commit message, which is still valid: The following structs were redundant with structs that Mojo auto-generates: - WebIDBCursorDirection - WebIDBDataLoss - WebIDBOperationType - WebIDBPutMode - WebIDBTaskType - WebIDBTransactionMode This CL updates those references to refer to the equivalent blink::mojom:: type, instead. References to kWebIDB* values are updated to point to the equivalent value in the associated Mojo enum type. Bug: 717812 Change-Id: Ic076c67a9a0292fc23cc23667fdd68892e5b0ef9 Reviewed-on: https://chromium-review.googlesource.com/c/1338379Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/master@{#608597}
-
Sunny Sachanandani authored
This is a reland of 1dfd4418 Original change's description: > Fix video quad rect and surface output rect > > Video surface output rect didn't take rotation into account so when > SurfaceAggregator would stretch content to fill bounds, it would end up > with the wrong scaling factors (squash in one dimension and expand in > another) since the surface quad's bounds (in the embedder) were rotated. > > To work around this (or by accident), VideoFrameResourceProvider was > passing the rotated size as the quad's rect which doesn't make sense > intuitively. This also worked by accident with DirectComposition > overlays because of applying another scaling which would fix the aspect > ratio again. > > This change makes it possible to use the |quad_to_target_transform| as > is, without having to apply an aspect ratio correcting scaling, and to > assume that the quad's rect is in the pre-transform space. > > Bug: 904035 > Change-Id: Ia55e44f1f2b49b8d368a97af54f3ce9d90a81234 > Reviewed-on: https://chromium-review.googlesource.com/c/1334971 > Reviewed-by: enne <enne@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Reviewed-by: Frank Liberato <liberato@chromium.org> > Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> > Cr-Commit-Position: refs/heads/master@{#608495} TBR=enne@chromium.org,kbr@chromium.org,liberato@chromium.org Bug: 904035 Change-Id: I278a0ea2c5507f01ea13b31d2090b5f99537c7c3 Reviewed-on: https://chromium-review.googlesource.com/c/1338418Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#608596}
-
Jesse McKenna authored
TaskScheduler: Clear PriorityQueue during SchedulerWorkerDelegate:: and SchedulerSingleThreadTaskRunnerManager::JoinForTesting Bug: 889029 Change-Id: I543909faf8b66abf9a3866bc5aea8cc89277c8bb Reviewed-on: https://chromium-review.googlesource.com/c/1338140 Commit-Queue: Jesse McKenna <jessemckenna@google.com> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#608595}
-
Mike Frysinger authored
This array has been alphabetically sorted except for the android2grd tool. Move that up to the first entry. Change-Id: I652dc13cbfb7cee7af14f64c17539388bdc606c9 Reviewed-on: https://chromium-review.googlesource.com/c/1338465Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/master@{#608594}
-
John Z Wu authored
CWVAutofillControllerDelegate can be notified of forms found on the page via a new delegate method. This can be used to better understand the forms on the page and measure the success of the feature. Bug: 905546 Change-Id: Ie9798387c678d6aac0ca10516331f7b1e6b8a5a1 Reviewed-on: https://chromium-review.googlesource.com/c/1337290Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#608593}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ec3b48cc9484..859e6809332f Created with: gclient setdep -r src-internal@859e6809332f The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Ic6b569fa4c379b50507345477ac33331ec582c80 Reviewed-on: https://chromium-review.googlesource.com/c/1338539Reviewed-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@{#608592}
-
Yao Xiao authored
Also skip recording HTMLAnchorElementDownload UseCounter if it ends up navigating. In that case, NavigationDownload UseCounter will be recorded. Bug:539938 Change-Id: I0908d7f98650e8601dd95ba9e52233bb4d1f7a48 Reviewed-on: https://chromium-review.googlesource.com/c/1318170 Commit-Queue: Yao Xiao <yaoxia@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Luna Lu <loonybear@chromium.org> Cr-Commit-Position: refs/heads/master@{#608591}
-
Chromium WPT Sync authored
Using wpt-import in Chromium a4b02559. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: Ic34dc28718638a07b48530c99c0b198e0ffe291e Reviewed-on: https://chromium-review.googlesource.com/c/1338336 Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#608590}
-
Kurt Horimoto authored
This will allow UIViewControllers presented on the BCVC to be presented non-modally, leaving the browser controls in the toolbars unaffected. Bug: 674649 Change-Id: Ib1c256965c4821074c544f5a87792203e2648208 Reviewed-on: https://chromium-review.googlesource.com/c/1334554 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#608589}
-
btolsch authored
According to the current fuzzer coverage report, there is currently no coverage of transport_parameters.cc. There is also an existing TODO for fuzzing this function. Bug: 900484 Change-Id: If62481651506a3143148f5302b709509e1bea7ea Reviewed-on: https://chromium-review.googlesource.com/c/1337523Reviewed-by:
Martin Barbella <mbarbella@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Cr-Commit-Position: refs/heads/master@{#608588}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/9ba32715116d..66a44ccac54e git log 9ba32715116d..66a44ccac54e --date=short --no-merges --format='%ad %ae %s' 2018-11-15 fmayer@google.com Merge "profiling: Allow to profile all running processes." Created with: gclient setdep -r src/third_party/perfetto@66a44ccac54e The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: I5d172c86aa9b6a498f5660114a71c73f6fdf01c3 Reviewed-on: https://chromium-review.googlesource.com/c/1338395Reviewed-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@{#608587}
-
Simon Que authored
The bots occasionally reach 100% usage but most of the time are far below 100%. https://screenshot.googleplex.com/63y7ueSWyay.png We can increase to 20% and see the effect. BUG=855319 Change-Id: I0c2c234d8ef04dc29afce514a39f26856ab20fe2 Reviewed-on: https://chromium-review.googlesource.com/c/1337219Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
smut <smut@google.com> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#608586}
-