- 16 May, 2019 40 commits
-
-
Maksim Ivanov authored
Delete the signin::GetLandingURL() function. This function isn't used anymore since crrev.com/c/1604274. Bug: 470893 Test: existing unit tests Change-Id: Ida6432f052d0b1980946366de567f4f5e56f00f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606160 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#660655}
-
Stephen Martinis authored
Bug: 888810 Change-Id: I0050f7f6e944004848a8c4bf1d74720e782e17ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615598Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#660654}
-
Vlad Tsyrklevich authored
Previously the GWP-ASan crash handler reported crash analysis results via a single UMA histogram. With support for a second allocator, refactor the histogram reporting so that there are separate histograms per allocator. Bug: 960051, 960532 Change-Id: I1c1c5c2802cee47a533f3f865c9933d7a9d3ef66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610878 Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Cr-Commit-Position: refs/heads/master@{#660653}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/a2e4f03e8e6a..fd64d5d2d4a7 git log a2e4f03e8e6a..fd64d5d2d4a7 --date=short --no-merges --format='%ad %ae %s' 2019-05-16 sadrul@chromium.org rendering: Fix running the metric on non-renderer stories. 2019-05-16 crouleau@chromium.org [Telemetry] Return -1 if no tests were run. Created with: gclient setdep -r src/third_party/catapult@fd64d5d2d4a7 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:945709,chromium:944909 TBR=simonhatch@google.com Change-Id: I5f334e908e997463205fb9eaba0cfa88d9cff446 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615904Reviewed-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@{#660652}
-
Eric Stevenson authored
Previously, moving Java files used by JNI to new locations could cause build failures. This CL addressed stale generated files by deleting stale files from the output directory before creating new ones. Also merge the two generate_jni() templates since they're pretty much the same. Bug: 951701 Change-Id: Id066d8e74a52ed0c4c6fd29e92108c2e0bbfe96b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610749 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#660651}
-
Jacob DeWitt authored
OpenVR does not expose USB vendor + product ID, but it does expose some string properties for model and manufacturer name that can be queried for controllers to determine if they are the HTC Vive. Bug: 961862 Change-Id: I8a14cedc0ad11885d83c86a439b28e2c9be2086a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615646 Commit-Queue: Jacob DeWitt <jacde@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#660650}
-
Harry Cutts authored
This will be used by a D-Bus service to allow developers to tweak gesture properties at run-time. See go/cros-gesture-properties-dbus-design (Google internal only, sorry) for more details about the full design. Some of this code is based on Jacek Fedoryński's https://crrev.com/c/1350982. Bug: 952054 Test: As part of a series, tested that the D-Bus service can get and set properties. Alone, checked that Chromium and unit tests build. Change-Id: Ic1aaee76994231f439c1aa78e5bd7b4d4b3f9a4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589444Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Harry Cutts <hcutts@chromium.org> Cr-Commit-Position: refs/heads/master@{#660649}
-
Mason Freed authored
Previous to this CL, the backdrop filter bounds clip rect was not being applied to the filtered backdrop image. The clip is now applied. This CL also moves a few functions from gl_renderer into viz_utils so that they can be shared. Bug: 916318 Change-Id: Ie8f2d394cef648bbec47f1b088b7b6a78988a947 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614753 Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: enne <enne@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#660648}
-
Kevin Marshall authored
Refactors the FIDL/MessagePort adapter classes and adds support for adapting InterfaceHandle<MessagePort> to Mojo MessagePipes. Bug: 953958 Change-Id: I9c208cf21bc0956c8f3856e23dbd4302e981abd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612351 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#660647}
-
Xiyuan Xia authored
Extension/app custom menu range should be [IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST, IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST). Bug: 837290 Test: Bring up context menu of "Files" and select "New Window". Change-Id: Ifac2c6b23cde52618fcd0df27ccf11d5e4897547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615385 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#660646}
-
yilkal authored
This is a reland of 6ec894bb Original change's description: > Hide App Icons in KioskNextShell. > > Bug: 951212 > Change-Id: Ie69a2cd77aaa9d169d102cd3582a6d1902306001 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610501 > Reviewed-by: Michael Giuffrida <michaelpg@chromium.org> > Reviewed-by: Aga Wronska <agawronska@chromium.org> > Reviewed-by: Michael Wasserman <msw@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Commit-Queue: Yilkal Abe <yilkal@chromium.org> > Cr-Commit-Position: refs/heads/master@{#660091} Bug: 951212 Change-Id: Ib89e0e6e2643fd3ed4ad585ab92b028ce3ecba08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614625Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#660645}
-
Robert Sesek authored
Previously chrome::GetFrameworkBundlePath() returned the top-level frameworks directory. But if an update is staged, any resource accesses that go through the Current symlink would access resources for the new version rather than the currently running one. By returning the path to the versioned subdirectory, resources will always be accessed for the correct version. Bug: 963896, 958976 Change-Id: I51b658ab60ff6c970e357dcf53f67557ec2cbdd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614747 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#660644}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/0391cd9d0f6b..57f13dec7309 git log 0391cd9d0f6b..57f13dec7309 --date=short --no-merges --format='%ad %ae %s' 2019-05-16 derat@chromium.org chromeos_config: Run Tast on moblab-generic-vm builders. 2019-05-16 mikenichols@chromium.org chromeos_config: Increase Informational timeout 2019-05-16 jclinton@chromium.org Revert "chromeos_config: Mark some CQs experimental." Created with: gclient setdep -r src/third_party/chromite@57f13dec7309 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I0e2e0c1fdff620bd71de37186dec2f9b44d07a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615903Reviewed-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@{#660643}
-
François Degros authored
Bug: 778674 Change-Id: I9e78661b34f5726855a933db61c6434adc2df2f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614726 Commit-Queue: François Degros <fdegros@chromium.org> Auto-Submit: François Degros <fdegros@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#660642}
-
Gyuyoung Kim authored
As the first step to deprecate WTF::CString, the bug has suggested replacing EXPECT_STREQ with EXPECT_EQ. This CL replaces EXPECTED_STREQ with EXPECT_EQ in the cases of both converting WTF::String to const char* to use EXPECTE_STREQ and the expected string is ASCII. Bug: 950077 Change-Id: I9724b09dffb160c787af3085afcba0c1b6724de5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614827Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#660641}
-
tby authored
The hashed logging launch recorder uses an enum to describe which UI component a launch happened from. This is duplicated between AppListLaunchRecorder and the new ChromeOSAppListLaunchEvent proto. This CL deletes the enum in AppListLaunchRecorder and uses the one in ChromeOSAppListLaunchEvent instead. Bug: 951287 Change-Id: Ia156370360ae44d66c7ab22314374e71c4213dcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614639Reviewed-by:
Jia Meng <jiameng@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#660640}
-
Jun Mukai authored
Bug: 958467 Test: trybot Change-Id: Iff7b729900f06d7d8931daea3bfec1bdc85cc2fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614638Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#660639}
-
Scott Violet authored
The first attempt was reverted as the test was flaky. After talking with Oshima I decided to take the simpler route of removing all the code, hence no test. You can diff between patchset 1 and 4 to see the difference, but given I'm now removing it all, that may not be as interesting. BUG=958213 TEST=covered by tests TBR=tsepez@chromium.org Change-Id: Id3f88c9b4b76762dd31f2d402b57bd3c9757f750 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615379 Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: Scott Violet <sky@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#660638}
-
John Budorick authored
Deterministic Linux (dbg) is trying to share machines with the 32-core chromium.clang builders by setting auto_builder_dimension:NO. Unfortunately, this means it can steal *any* arbitrary 32-core ubuntu-14.04 machine in pool:luci.chromium.ci, not just the chromium.clang ones -- see e.g. https://chromium-swarm.appspot.com/task?id=44d11ba4bdc5cf10, where it stole Linux Builder (dbg)(32)'s single machine. This CL switches all users of luci-chromium-ci-trusty-32 bots to the builderless configuration, which will allow them to share without stealing from builders with dedicated machines. It also switches the other chromium.clang bots and Deterministic Linux to builderless for consistency. crrev.com/i/1304878 handles the infra-side change. Bug: 963224 Change-Id: Ied19c52042a1a757153e144e3fccfc81486cb7f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612855 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#660637}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/d2a2433c7a57..908d73f65ad9 git log d2a2433c7a57..908d73f65ad9 --date=short --no-merges --format='%ad %ae %s' 2019-05-16 thestig@chromium.org Temporarily disable EOL policy for .in files. 2019-05-16 tsepez@chromium.org Tidy static/global usage in BC_ReedSolomonGF256.cpp Created with: gclient setdep -r src/third_party/pdfium@908d73f65ad9 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=pdfium-deps-rolls@chromium.org Change-Id: I0345bb03e8c0090b4edb26fe6e74a4dfa38841db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616061Reviewed-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@{#660636}
-
Jun Mukai authored
TBR=sky@chromium.org, afakhry@chromium.org Bug: 958197 Test: build Change-Id: Ie871518604b9ed74f7cb8a3f1a6bd34d2b7aefc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615597Reviewed-by:
Jun Mukai <mukai@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#660635}
-
Luciano Pacheco authored
|cr.define| used for this element doesn't support inheritance properly [1], so to make the inheritance work with |cr.define| parent element |cr.ui.MenuButton| added a static |decorate| method which is called by the rest of |cr| framework and in this method inject back the prototype in the same way it happens in the |cr.ui.define| [2]. [1] - https://cs.chromium.org/chromium/src/ui/webui/resources/js/cr.js?l=269-281 [2] - https://cs.chromium.org/chromium/src/ui/webui/resources/js/cr/ui.js?l=97-100 Test: Manually checked that the component is working in addition to normal integration tests Bug: 778674 Change-Id: I9531c517c6a31b01e23fb42c3d8aec70081b8712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614725 Commit-Queue: François Degros <fdegros@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#660634}
-
Kevin Marshall authored
Implements a component which receives API bindings from the Agent and injects them into the current Cast application, and connects ports pushed from the Cast application to the Agent. Modifies CastComponent to only trigger NamedMessagePortConnector port injection once a page is fully loaded. Bug: 953958 Change-Id: I11f7a64bf5b0db4bfd341ea8b6b1ffb03c5b2ffb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601563 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#660633}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/67c4781f205b..4a8e975fb266 Created with: gclient setdep -r src-internal@4a8e975fb266 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=beverloo@google.com,collinbaker@google.com,bcwhite@google.com,tasak@google.com Change-Id: Ic53022e2fb4fcd04e151d0887a3f7ea2756ed725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615526Reviewed-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@{#660632}
-
Robert Liao authored
BUG= TBR=sky@chromium.org Change-Id: Idbe0b2ff95fb7e429f02c72a0086a849b32e4f7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612226Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#660631}
-
Xiyuan Xia authored
Bug: 958134 Change-Id: Ia18083676fee8253408538b02a667f546fae0ddd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614289Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#660630}
-
John Abd-El-Malek authored
The problem was that NetworkConnectionNotifier was created by the in-process Network Service. BrowserMainLoop then tries to create it again which isn't supported as it's a singleton. Fix this by adding similar logic to BrowsrMainLoop as in Network Service, which is to only create it if it's not already created. Since BrowserMainLoop may not own the object in all cases, mark the methods that ChromeOS needs to call on NetworkChangeNotifierPosix as static as, similar to how the public methods on NetworkChangeNotifier are static. Bug: 962479 Change-Id: Icb6d0053d445778e6d8b1ee75233f435257ba935 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613721 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#660629}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f0792ce4107c..fe57f6252fbd git log f0792ce4107c..fe57f6252fbd --date=short --no-merges --format='%ad %ae %s' 2019-05-16 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0d85f6ad..64564f7a (660414:660541) Created with: gclient setdep -r src/third_party/webrtc@fe57f6252fbd The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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. BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ia23e12423056d571c99e44e4e054bf37c21f7c0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615985Reviewed-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@{#660628}
-
Alex Cooper authored
This adds the XRInputSourcesChangeEvent type and updates the code to fire an event of that type rather than of the XRSessionEvent type, this requires tracking added/removed input sources when processing updates. This change also guarantees updates the ordering of inputsourceschange events and select events, particularly for sub-frame selects or when an input source shows up with it's primary input already pressed. The required ordering for a transient clicked input source (e.g. voice select) is: 1) inputsourceschange (with the new source in added) 2) selectstart 3) select 4) selectend 5) inputsourceschange (with the new source removed) This change also adds relevant tests for these two scenarios. Bug: 963011,962745 Change-Id: Idcdeee69a4bbfad344151026f9b468a48b93097a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614693 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#660627}
-
Daniel Libby authored
This reverts commit 7e329171. Reason for revert: reverting original change this was based on due to regressions Original change's description: > Log SCROLLBAR LatencyInfo's for main thread injected scrolls > > Note: based on crrev.com/1595296 > > When scroll gestures are injected during the handling of an input on > the main thread, we want to dispatch the scroll gesture with the > LatencyInfo information from the original input event, but with a > different type. This allows the end to end latency metrics to be > computed correctly and classified separately as a specific type of > scroll (not just, e.g. as mouse latency). > > Bug: 954007 > Change-Id: I725eaa46f21883aff08ab209d73dc5d0398a85db > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603342 > Commit-Queue: Daniel Libby <dlibby@microsoft.com> > Reviewed-by: Timothy Dresser <tdresser@chromium.org> > Reviewed-by: David Bokan <bokan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#659630} TBR=bokan@chromium.org,tdresser@chromium.org,dlibby@microsoft.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 954007 Change-Id: I7573642387e973a37bd20fda2eb1267a92e6f97e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614447Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/master@{#660626}
-
Tommy Martino authored
This CL adds the CreditCardAccessoryController class, the class in C++ land responsible for communicating with the PersonalDataManager and propagating the results to the Manual Filling controller (and, thus, to the Java frontend). Change-Id: Icffa6d2f9d8c140de31e18d92f747a090645a37f Bug: 902425 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599927 Commit-Queue: Tommy Martino <tmartino@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#660625}
-
Dale Curtis authored
Updates dav1d to upstream/master and uses the new frame_size_limit to enforce Chrome's pre-existing canvas size limit. Hopefully this should help avoid fuzzer OOM. https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/d400361524ce..fc3777b44c04 $ git log d40036152..fc3777b44 --date=short --no-merges --format='%ad %ae %s' 2019-04-25 dalecurtis Fix unused function warning on parse_proc_cpuinfo() for Android 2019-05-16 gramner Use size_t for the msac window size 2019-05-14 martin arm64: msac: Add handwritten versions of msac_decode_bool functions 2019-05-15 martin arm64: msac: Fix a typo in a comment 2019-05-14 gramner x86-64: Add msac_decode_bool and msac_decode_bool_adapt asm 2019-05-14 me Add dav1d logo 2019-05-14 gramner x86-64: Add msac_decode_bool_equi asm 2019-05-10 gramner Add a hard upper frame size limit on 32-bit systems 2019-05-10 gramner Add an option to limit the maximum frame size 2019-05-12 jamrial obu: add missing break to the default case of a switch statement 2019-05-12 jamrial obu: don't abort on unknown OBUs 2019-05-11 jb Update NEWS and version for 0.3.1 2019-05-11 martin tools: Add a cast to silence an MSVC warning 2019-05-09 gramner build: Group asm files per instruction set 2019-05-09 gramner Add __attribute__((cold)) to rarely used functions Created with: roll-dep src/third_party/dav1d/libdav1d BUG=948617 TBR=chcunningham Change-Id: Iff852dda12ffc511e8ef551713f04a4791300c61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614449Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#660624}
-
Sven Zheng authored
The target will be added to an internal bot to run on CI. This target is for pixel testing for desktop ui. Bug: chromium:958242 Change-Id: I390d2507a5c0abeedb95458132fe9913ae0a98fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614150 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#660623}
-
Sharon Yang authored
Fuchsia is changing zx_clock_get to be able to report errors. This is a phase of the transition to use the new zx_clock_get_new function. Also replace zx_clock_get(ZX_CLOCK_MONOTONIC) with zx_clock_get_monotonic(). Bug: 963956 Change-Id: I8d67cbbe0290050763c14161d6e0bf4d08344053 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615495Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#660622}
-
Christian Biesinger authored
Instead of calling Layout in both ConstructAndAppendFlexItem and ComputeInnerFlexBaseSize, only call it once in ConstructAndAppendFlexItem. This has the side-effect that the scrollbar size can't change after we compute it in ConstructAndAppendFlexItem, thus avoiding a check failure. This will also avoid double layouts if UpdateBlockChildDirtyBits triggers a layout. The change to MainAxisContentExtentForChildIncludingScrollbar is a followup to https://chromium-review.googlesource.com/c/chromium/src/+/1548326; this now made a test fail without that change but I should have made the change back then. R=dgrogan@chromium.org Bug: 963137 Change-Id: I28691c5e9d30d8425f16efcc95d2430098ca11f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614058 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#660621}
-
Dale Curtis authored
Appears to be causing some jank and we have enough data already. BUG=928562,964018 TEST=cq R=bcwhite Change-Id: I71e14829bc131c2c5552390711db2e457585cac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615883 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#660620}
-
Maksim Ivanov authored
Remove the "continueUrl" parameter from the cr.login.Authenticator's load() method, and remove associated code. This parameter has been unused since crrev.com/c/1605419. Bug: 470893 Test: existing tests, manual test: checking that OOBE enrollment, OOBE login, adding a new user on Chrome OS and desktop platforms work Change-Id: Ic6dfd663f22fc792fe6da2c7102f0f2548b769e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604274Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#660619}
-
Cathy Li authored
Also make sure that "All apps" icon is in the center when there are no other tiles. Bug: 962749 Change-Id: If8032326baa0a5747af1d9c6380a8e7b3b4969a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614626Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Cathy Li <chili@chromium.org> Cr-Commit-Position: refs/heads/master@{#660618}
-
liberato@chromium.org authored
In preparation for adding a pool of SharedImages, this CL moves most parts of VideoFrame creation to the MCVD thread. There aren't supposed to be any functional changes. The only thing that might differ slightly is that a scoped refptr to |texture_owner| is now being sent MCVD => GPU => MCVD thread, while before it was going MCVD => GPU only. While TextureOwner is DeleteOnSequence, so it's okay to drop it on any thread, the small change in lifetime might do something because threads are weird. Otherwise, almost everything is identical, just refactored. Change-Id: Ia0f5ecf393a886e8bc1a0572cbe494f26a9a236b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612600 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#660617}
-
Robert Liao authored
This allows ObserverList checking for ComboboxModel subclasses, which have also been updated. BUG=963982 Change-Id: Idc3b8a853261a1afd8f0c9132d34d1a681b10204 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614756Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#660616}
-