- 20 Mar, 2019 22 commits
-
-
Yuke Liao authored
ProcessMemoryMetricsEmitterTest.FetchAndEmitMetricsWithHostedApps is flaky, so disable it. Bug: 943207 Change-Id: I7379cd4664c00f071137ff200d7f52d6400123db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529201Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#642295}
-
sczs authored
TBR=pkl@chromium.org Bug: 911864 Change-Id: I35f0e9c6041d0024787b72d94293bc688a901437 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531509Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#642294}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b69b09d2ceaf..924b8b1c0a7f Created with: gclient setdep -r src-internal@924b8b1c0a7f 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=ksakamoto@chromium.org,mmentovai@chromium.org,carlosk@chromium.org,hendrich@chromium.org Change-Id: I37f7a4a044367e6d3bff48aaafd0afbe514819cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531342Reviewed-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@{#642293}
-
rajendrant authored
This CL has the following fixes. * Disable test that checks if 4xx responses with no via header are fallbacked. These are no longer bypassed/fallbacked. * Change protocol string from http/1 to http/2. * Fix tests that use both the command arguments: spdy-proxy-auth-origin, and data-reduction-proxy-http-proxies. This causes DCHECK failure in GetOverrideProxiesForHttpFromCommandLine() * Fix a test that relied on request_headers. Request headers of subresource requests are no longer sent to DevTools/renderer process, with network-servicification. Some more tests need to be fixed to not use request_headers. See http://crbug.com/793692 Bug: 934875 Change-Id: Ia62bdd2f712e2d0320f9c1efdb5c752493ea3763 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531480Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#642292}
-
Alison Maher authored
GetEnclosingElement returns the innermost element that encloses the corresponding text range. More info here: https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationcore/nf-uiautomationcore-itextrangeprovider-getenclosingelement Unit test added. Bug: 928948 Change-Id: Ie629bc5621e1fff7e837243aed60796ff16276e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1521787 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#642291}
-
Xiaocheng Hu authored
This patch converts the web test with testharness to get rid of the redundant -expected.txt for this crash test. It also makes the fixing of issue 818888 easier. Bug: 818888 Change-Id: Ib26f52eef84270e33a7b9eae1147e67507015089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531477Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#642290}
-
mrefaat authored
Bug: 935710 Change-Id: Iaae75bca959427458d29e7b81bf51d222af5c55a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1487801 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#642289}
-
Nicholas Hollingum authored
Unfortunately, X11 tracks keyboard modifier state independently of chrome, which is a problem for CrOS because we want to pretend numlock is always on. For xwayland apps, pressing the numlock would temporarily disable that behaviour until the window was refocused (and modifiers were re-sent). This fixes the issue by sending the modifier state after a numlock event. An alternative considered was to block all numlock events (see crrev.com/c/1524745) but this fix allows the key event to go through normally (some applications might depend on the actual event). Bug: 937102 Change-Id: I18080ab31f49367957d7923f68773fe6280b96a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529981 Commit-Queue: Nic Hollingum <hollingum@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#642288}
-
Brian Sheedy authored
Updates the goldctl version to pick up the latest, which fixes a breaking issue, and removes the --no-skia-gold-failure flag from the Gold-enabled GPU tests since the Gold integration seems to be working properly now. Bug: 850107 Change-Id: Ic6a8dab25694937da9c6753719b930e604c42b39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1524999Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#642287}
-
Toni Barzic authored
Change-Id: I7c2744d01616b11f5b40a14c223c27658bb4810d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1530829 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#642286}
-
Nick Peterson authored
Change-Id: I48da3c3c07e58f84bb241e8fbcd8979fd3fe638e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1521459Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#642285}
-
Piotr Bialecki authored
Bug: 942164 Change-Id: Iafd7827e722ee3eaa1d8f53fdd64982d53a305c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531476 Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Auto-Submit: Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#642284}
-
sczs authored
- As part of the proposed design, the Infobar Banner should be dismissed after 6 seconds of being presented. This functionality is added by this CL. - This implementation prevents the InfobarBanner from being dismissed while the user is interacting with it. Bug: 911864 Change-Id: I4d3942a825c6da3de0b267f341d16c4e7dd24ed0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529353 Auto-Submit: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#642283}
-
Kevin Bailey authored
Under an experiment flag, when a keyword hint is showing, have right arrow trigger keyword mode. Since right arrow shouldn't be pressed for any other reason here, we can interpret it as a more explicit entry into keyword mode, and e.g. update the suggestions (which we can't do when the user presses tab.) Bug: 883901 Change-Id: I7a86a6246a88af137d0f1289e66d8bb1ff424225 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1528696 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#642282}
-
Anastasia Helfinstein authored
This change preserves the behavior of existing focus rings. It changes the interface by which information about the focus rings is communicated from chrome/ to ash/, to allow for additional parameters and multiple focus rings concurrently, with different visual styles, from a single extension. This change does not add full implementation of the additional parameters. To keep the change size manageable, the implementation details will be added in a follow-up change. Bug: 925103 Change-Id: I83ea9767d7de2b451cbce61b4ff48e97629c8e90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504504 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#642281}
-
Ella Ge authored
Add missing key states modifiers for pointerevent boundary events and pointerevent coalesced/predicted events. Bug: 940433 Change-Id: Ieb7bb548fa857639ca7556523fb34b1ae02c65a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1525311Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#642280}
-
Ben Pastene authored
Their build machines (*not* test machines) were upgraded to 10.13. R=jbudorick, martiniss Bug: 943050 Change-Id: Ia59873760150ca493a9700cb496f881db115a45d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531065Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#642279}
-
Michael Spang authored
There's no call to SetUpFontconfig() so this dependency is unnecessary. Test: gn gen out/chromecast --args='is_chromecast=true' gn desc out/chromecast //chromecast:cast_shell runtime_deps Bug: b/128440739 Change-Id: I93b4ba29e2df9066e5b1e2b3cc154f99adf53317 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1519173 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#642278}
-
Natalie Chouinard authored
Fix Feed Internals page crash when launched as a managed (enterprise) user with NTPContentSuggestionsEnabled = false. Bug: 943692 Change-Id: I6e9fde13a9fb60dc619a1435c39f45052e7c98b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529407 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#642277}
-
Ian Prest authored
1. Add the necessary infrastructure to record property-change events to `AccessibilityEventRecorderUia`. 2. Added a new function `FireUiaPropertyChangedEvent` that can fire property-change events. 3. Convert several of the simpler events from `AXEventGenerator` into UIA events. 4. Add the necessary event-tests to test the new events (and their recording). Bug: 928949 Change-Id: If6dd153ee47db62a981deb305c32e8c267a30bfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1497696 Commit-Queue: Ian Prest <iapres@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#642276}
-
Aleks Totic authored
- Removing failures that pass all 3 platforms - Marking some of the failures that fail on only one platform as failing on that platform only. - remove unneeded baselines to eliminate warnings such as: external/wpt/wasm/jsapi/memory/constructor.any.html is a all-pass testharness test, but has an extra baseline file. Please remove ..... Bug: 726520 Change-Id: I18754014a2b8400c573c60ff291e0d9cfb5184a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526781 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#642275}
-
Collin Baker authored
It looks like occasionally the kObservedSessionTime pref is corrupt or otherwise incorrect, resulting in a crash upon a Value::GetDouble() call on a value in the dictionary. This should fix the crash by verifying the value type. Bug: 942397 Change-Id: I15389c725dc61d96b12912dbc21ed9e69648852d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529719Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#642274}
-
- 19 Mar, 2019 18 commits
-
-
Fabio Tirelo authored
Bug: 943700 Change-Id: I9da86f8d30c945561d7adc432f29775324562165 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531284 Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#642273}
-
Giovanni Ortuño Urquidi authored
Introduce a TestBookmarkAppUninstaller and use that in PendingBookmarkAppManager unit tests. This allows us to get rid of almost all the extensions code from PendingBookmarkAppManager unit tests (ExtensionIdsMap is the only extensions-related concept in tests). Also adds unit tests for BookmarkAppUninstaller that were previously part of PendingBookmarkAppManager tests. Bug: 916381 Change-Id: Idab844a6213e27bc5a0018a035df57ad1a5904f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1522049 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#642272}
-
Emil A Eklund authored
Change NGInlineItemSegments::ShapeText to shape all segments together by using a new HarfBuzzShaper::Shape API that takes a vector of ranges over a single one at a time. This avoids repeated calls to Shape which allows bounds computations to happen once instead of per range. It also removes the need for the costly CopyRange operation with the copying, iteration, re-ordering, and bounds computation steps as none of this is needed now. Bug: 636993 Change-Id: I1cb3e7046e8b74b1dd6c2584714ad19912aa6771 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1524533Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#642271}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/93bbf937f838..501edb72f469 git log 93bbf937f838..501edb72f469 --date=short --no-merges --format='%ad %ae %s' 2019-03-19 crouleau@chromium.org [Telemetry] Print fewer Chrome startup logs Created with: gclient setdep -r src/third_party/catapult@501edb72f469 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:943650 TBR=sullivan@chromium.org Change-Id: Ifbaa853a81e920816d14e9c568736aae62b326ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531272Reviewed-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@{#642270}
-
Joel Einbinder authored
This patch fixes localizability errors found by via https://chromium-review.googlesource.com/c/chromium/src/+/1524993. Change-Id: Ie55f153e8621efcfb47d26bac40447cbf72566c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526662 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#642269}
-
Mathieu Perreault authored
For a couple of releases, we have been getting the customer number (BCN) from sync data (PaymentsCustomerData) instead of priority prefs. This cleans up the code. There's also an opportunity to remove the PrefService getter on PaymentsClient. TBR=dpapad Bug: 942597 Change-Id: Ic8d684bbd26612dcb8cea16c184114d800a81317 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1524983 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#642268}
-
khmel@chromium.org authored
VSYNC events do not belong to any buffer and should be displayed for all buffers. This CL adds rendering VSYNC events over the Android top events band and over each set of buffers per view. This also changed to layout of elements. Before it was: Collapsible title section: band1 svg ... bandN svg Now it is chnaged Collapsible title secion container svg band1 ... bandN This makes it possible to add events over the set of bands and is more flexible for upcoming UI markup as junk detection. TEST=Manually BUG=b:122555793 Change-Id: Ib7da08dfc530dd435192c6f86d28cd32d5cb15c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531004 Commit-Queue: Yury Khmel <khmel@chromium.org> Auto-Submit: Yury Khmel <khmel@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#642267}
-
Ayu Ishii authored
This change adds a use counter to measure the number of page loads which use the IdleDetector feature. In another patch this will be enabled for UKM so that we can follow-up in a year and see what popular sites are using this. Bug: 937896 Change-Id: If9d0f111c96da4cbb19e109d19e8a5c7823e6a83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1512541Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#642266}
-
Min Qin authored
BUG=943847 TBR=peconn@chromium.org Change-Id: I4618867aaa88621bcc9c18a12c93f88f006b3d19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531645 Auto-Submit: Min Qin <qinmin@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#642265}
-
Miyoung Shin authored
- unsigned long -> uint64_t for buffer amount to make a consistence with //blink & //ppapi - unsigned short -> uint16_t, size_t -> unsigned - Reference: https://google.github.io/styleguide/cppguide.html#Integer_Types Bug: 930252 Change-Id: Ia5cc8df0fc109ccfc86c208474bb36f3f7e95aa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1530212Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@chromium.org> Cr-Commit-Position: refs/heads/master@{#642264}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/4bcba62aba7b..c2074b14014e git log 4bcba62aba7b..c2074b14014e --date=short --no-merges --format='%ad %ae %s' 2019-03-19 spang@chromium.org Fuchsia: Remove use of deprecated API Presenter::Present2 2019-03-19 spang@chromium.org Fuchsia: Remove use of deprecated header <lib/fdio/util.h> Created with: gclient setdep -r src/third_party/angle@c2074b14014e The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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: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:943604,chromium:941770 TBR=jmadill@chromium.org Change-Id: I8810c838a5014ff2484300a5d456f8b1a1cbc7c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531271Reviewed-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@{#642263}
-
Darwin Huang authored
- Update read/write functions and tests to be closer to the future intended API surface, as described by the explainer: https://docs.google.com/document/d/1lpi3-9vBP_1b7hZc2xBs0s_HaACJ6UigZZqHlJSNeJg/edit - Remove uniqueness checks, as the JS dictionary type will enforce this. Bug: 150835 Change-Id: I8735b89b3d84496722812900d094987d819c30c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529127 Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#642262}
-
Manas Verma authored
This CL is meant to precede crrev.com/c/1522787 to make the changes in AuthenticatorCommon clearer. Bug: 941873 Change-Id: If8c523e07db05f98516c443bc75f1d4b92bcab44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531469 Commit-Queue: Manas Verma <manasverma@google.com> Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#642261}
-
Sunny Sachanandani authored
The current set of histograms related to decode swap chain don't say anything about how often it's used compared to regular blit mode. Add a DecodeSwapChainUsed histogram for that. Also mark a couple of histograms obsolete since they don't provide useful information any longer. Bug: 848093 Change-Id: Iad7383af4e1690cb3fcd1f13344aeb8b3d727408 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1518732 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#642260}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/4dd012f7e9a9..6893e71405a3 git log 4dd012f7e9a9..6893e71405a3 --date=short --no-merges --format='%ad %ae %s' 2019-03-19 saklein@chromium.org setup_board: argument deprecations 2019-03-19 saklein@chromium.org setup_board: Update usages 2019-03-19 nednguyen@google.com cros_run_tests_unittest: temporarily disable DetermineBoardPackagesTest.testNonEmptyPackageSet test Created with: gclient setdep -r src/third_party/chromite@6893e71405a3 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@chromium.org Change-Id: Ic37d558c01d6f4ec4bb03b733c92275ec832c4ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531270Reviewed-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@{#642259}
-
Alexei Filippov authored
In most cases when the hook is installed we have the sampling running. In rare case when the sampling was enabled and then disabled we still do the check a bit later. Change-Id: I499f9c8a73bfabe540051483a3b99b7a7b06ee46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529540Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#642258}
-
Kush Sinha authored
Skip migration of Secondary Accounts to Chrome OS Account Manager if the policy does not allow it. Please check https://crbug.com/934492#c6 for a Design Document. Bug: 934492 Change-Id: I239d5f711b2e41ac2ab92c46429d02249b469c18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1508459Reviewed-by:
Lutz Justen <ljusten@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#642257}
-
Robert Liao authored
This is a run of run-clang-tidy.py -checks="-*,modernize-use-using" -header-filter=ui/views/* \\src\\ui\\views\\ BUG=940732 TBR=sadrul@chromium.org Change-Id: I1d92da938b69867a14b2dd5b7ef65c791eb25cd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531420Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#642256}
-