- 04 May, 2018 40 commits
-
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I55617b91fb756ad4f2d94b02dbc6b39b812cf7ce Reviewed-on: https://chromium-review.googlesource.com/1044890Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#556155}
-
Ahmed Fakhry authored
Make the docked magnifier follow touch events. BUG=837285 TEST=Added new test Change-Id: Id1fdbe047cdcbf3e8cd35cbf5ddd8712c0c3828c Reviewed-on: https://chromium-review.googlesource.com/1044493Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#556154}
-
Daniel Park authored
Removes divs from Clear Browsing Data, Accessibility, Site Settings, and Site Settings sub pages Bug: 834600 Change-Id: I28afdc9e4a3823b082dc22da6c44653eabfcdb84 Reviewed-on: https://chromium-review.googlesource.com/1044273 Commit-Queue: Daniel Park <danielpark@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#556153}
-
Becky Zhou authored
Use server-controlled 1) maximum number of peeks and 2) minimum delay in seconds after page loaded to adjust whether to auto peek the bottom sheet on reverse scroll. Bug: 833865 Change-Id: I021f94236d8f59a8fac9057b80130e4326517c4e Reviewed-on: https://chromium-review.googlesource.com/1040345Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#556152}
-
Lei Zhang authored
BUG=746768 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I70bf50ac9a9b4708af4bfac0e975a727c9a82edb Reviewed-on: https://chromium-review.googlesource.com/1043649Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#556151}
-
Becky Zhou authored
Original CL: https://chromium-review.googlesource.com/821492 Bug: 839511 Change-Id: I99bf98a4ef9a369b6d1c7e3dfee3c9aa9d357e9b Reviewed-on: https://chromium-review.googlesource.com/1043351Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#556150}
-
Tim Zheng authored
BUG=chromium:839149 TEST=Verified manually on an eve device. Change-Id: If25b73896c7049f20c565621c9c50aad39709acc Reviewed-on: https://chromium-review.googlesource.com/1043357 Commit-Queue: Tim Zheng <timzheng@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#556149}
-
Xi Cheng authored
These two switches are not intended to be used together. On the off chance that they are, process the former and ignore the latter. Bug: 734095 Change-Id: Iede04895e9bef055df66fff4019e091ba7e8f09b Reviewed-on: https://chromium-review.googlesource.com/1044543Reviewed-by:
Tommy Martino <tmartino@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#556148}
-
Lei Zhang authored
Change-Id: I431828148e9f93eadd290493e848331f996cbd69 Reviewed-on: https://chromium-review.googlesource.com/1043657Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#556147}
-
Jordy Greenblatt authored
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I3e0a93d5540b3a822de001fa7f9ae2c8191463f8 Reviewed-on: https://chromium-review.googlesource.com/1036584 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#556146}
-
David Tseng authored
TBR=derat@chromium.org Change-Id: I5b31bee43dfca9de4d4aa188642a1f1ff9cfbca5 Reviewed-on: https://chromium-review.googlesource.com/1044289Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#556145}
-
CJ DiMeglio authored
This reverts commit 686a5f7b. Reason for revert: suspected cause for https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/ failures external/wpt/websockets/constructor/014.html?wss ( Code Search ) external/wpt/websockets/keeping-connection-open/001.html?wss ( Code Search ) virtual/off-main-thread-websocket/external/wpt/websockets/constructor/014.html?wss ( Code Search ) virtual/off-main-thread-websocket/external/wpt/websockets/keeping-connection-open/001.html?wss ( Code Search ) Original change's description: > [PageLifecycle] Update the TabManager with the page freezing state > > In this CL, each frame updates its FrameResourceCoordinator with any > updates the lifecycle state. If the main frame lifecycle state is > updated, then the page inherit the new state. > > The PageSignalGeneratorImpl then updates the state in TabLifecycleUnit > which is used by the chrome:://discards UI. > > The CL also disables freezing a Tab that is already frozen. > > Bug: chromium:804976 > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > Change-Id: Iba82286a06af17ccb74a7f6fac18cdb7914c003a > Reviewed-on: https://chromium-review.googlesource.com/942022 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Reviewed-by: Chris Hamilton <chrisha@chromium.org> > Reviewed-by: Shubhie Panicker <panicker@chromium.org> > Commit-Queue: Fadi Meawad <fmeawad@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556084} TBR=dcheng@chromium.org,chrisha@chromium.org,fdoray@chromium.org,fmeawad@chromium.org,altimin@chromium.org,panicker@chromium.org Change-Id: Id1f8907c265e249d4bbe87cf514d66e6612fe18a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:804976 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/1044573Reviewed-by:
CJ DiMeglio <lethalantidote@chromium.org> Commit-Queue: Fadi Meawad <fmeawad@chromium.org> Cr-Commit-Position: refs/heads/master@{#556144}
-
Fadi Meawad authored
https://chromium-review.googlesource.com/c/chromium/src/+/1044573 Reverting it to allow the other CL to revert. Revert "Refactor to have a LifecycleState separate from the mojom::LifecycleState" This reverts commit bcc19833. Reason for revert: <INSERT REASONING HERE> Original change's description: > Refactor to have a LifecycleState separate from the mojom::LifecycleState > > This refactor was done to allow for greater granularity for internal LifecycleUnit state representation. > > Change-Id: I27c20eec8e5fe7f1365b64fe87b32cfdf124fbb8 > Reviewed-on: https://chromium-review.googlesource.com/1041010 > Commit-Queue: Varun Mohan <varunmohan@google.com> > Reviewed-by: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556109} TBR=fdoray@chromium.org,varunmohan@google.com Change-Id: Ia95c828a2ad9a6a2c771c9b575da81073e5b2a2e No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1044727Reviewed-by:
Fadi Meawad <fmeawad@chromium.org> Commit-Queue: Fadi Meawad <fmeawad@chromium.org> Cr-Commit-Position: refs/heads/master@{#556143}
-
Kevin Marshall authored
Add logic to inspect the ELF headers of the packaged binary and its libraries, to prune the libraries not marked as NEEDED by their ELF headers. Change-Id: Ie74864860f53a28b3dd8cd1f65b8dd24166c4395 Reviewed-on: https://chromium-review.googlesource.com/1041075 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#556142}
-
James Hawkins authored
R=khorimoto@chromium.org Bug: none Test: none Change-Id: I1903abccc4d34d62a6f422f10106eac28c55e039 Reviewed-on: https://chromium-review.googlesource.com/1043102 Commit-Queue: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#556141}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e0f6ae79..38bb3f4b Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I4f810814b26a52886a66679004d8ed8a1f416787 Reviewed-on: https://chromium-review.googlesource.com/1044352Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#556140}
-
Gabriel Charette authored
The approach taken here is identical to IOThreadRun() in browser_process_sub_thread.cc R=fdoray@chromium.org Bug: 839525 Test: Locally inspect stack in debugger in a Release build. Change-Id: I409623f98dacef908cc6c1685fa2508041c78042 Reviewed-on: https://chromium-review.googlesource.com/1044496 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#556139}
-
Ned Nguyen authored
Change-Id: Ida3dfde73bcf3196b91c1f68ceca31a12da0273b Reviewed-on: https://chromium-review.googlesource.com/1044530Reviewed-by:
Emily Hanley <eyaich@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#556138}
-
Robert Ogden authored
Bug: 830949 Change-Id: I28e7a998ad712181b358cfc121517e5b43b384ce Reviewed-on: https://chromium-review.googlesource.com/1044525 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#556137}
-
Chong Zhang authored
The original tests pass non-thread-safe objects across threads which could easily break. This CL: 1. Adds 'storage_partition_test_utils.h/cc'. 2. Adds |IOThreadSharedURLLoaderFactoryOwner| which lives on UI thread and owns a |SharedURLLoaderFactory| on IO thread. 3. Moves related tests into 'storage_partition_impl_browsertest.cc' to make sure they run w/ and w/o Network Service. This patch doesn't have behavior change. Bug: 826869 Change-Id: I23d636b079d72627f8944dd61892d72f175e0c7d Reviewed-on: https://chromium-review.googlesource.com/1033806 Commit-Queue: Chong Zhang <chongz@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#556136}
-
John Chen authored
Currently, the androidUseRunningapp flag only works on Android WebView apps. This commit fixes it to work on Chrome as well. Bug: chromedriver:2369 Change-Id: I4c53f65d84e930ed5eac86396a8aa60ae4f2e200 Reviewed-on: https://chromium-review.googlesource.com/1043062 Commit-Queue: John Chen <johnchen@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#556135}
-
Daniel Cheng authored
ElementVisibilityObserverTest was using PageTestBase and would have been tricky to fix properly; instead just migrate it over to use FrameTestHelpers::WebViewHelper. PresentationAvailabilityTest is left as a V8TestingScope for now but should ultimately be converted as well. Bug: 700783, 734748 Change-Id: Ic73f187a2a1082891168143e37675a763f80db2c Reviewed-on: https://chromium-review.googlesource.com/1038142Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#556134}
-
Lei Zhang authored
There are two platform-specific implementations that share common code at the beginning and the end. Also fix some nits in the file. Change-Id: Ibbb18aac8e08f6c9dbaac3c4c4d95369f0dcdbf4 Reviewed-on: https://chromium-review.googlesource.com/1043280Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#556133}
-
Min Chen authored
Bug: 838756, 838822, 837092 Change-Id: I9f7fcb79a8305632ca264324f69aee1ae7d2ac71 Reviewed-on: https://chromium-review.googlesource.com/1042868Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#556132}
-
Khushal authored
Right now TestOptionsProvider tries to intercept transfer cache usage for images, which invalidates a lot of the assumptions made by the calling code. Instead change this to create and store transfer cache entries similar to production behaviour. Also remove some asserts from TransferCacheTestHelper. Since this is used by fuzzers, it should behave more like production code. R=enne@chromium.org BUG=839304 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ifd0f25dd4ef13872245717b85ef8b9bd5df3c1d0 Reviewed-on: https://chromium-review.googlesource.com/1043526Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#556131}
-
Alexandr Ilin authored
This reverts commit 5f1039f1. Reason for revert: multiple tests on Chrome OS became flaky because of disk I/O errors. Original change's description: > predictors: Enable the new preconnect predictor by default > > The old predictor is automatically disabled when the new one is enabled. > > Change-Id: Ia5c1a79dbeb0e096720fc3d50da3dc707b3761a6 > Reviewed-on: https://chromium-review.googlesource.com/1042388 > Reviewed-by: Egor Pasko <pasko@chromium.org> > Commit-Queue: Alexandr Ilin <alexilin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#555766} TBR=pasko@chromium.org,alexilin@chromium.org Bug: 839886 # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I8c286f29cee249990c57486851842e4d9dd900ac Reviewed-on: https://chromium-review.googlesource.com/1044326Reviewed-by:
Alexandr Ilin <alexilin@chromium.org> Commit-Queue: Alexandr Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#556130}
-
Lei Zhang authored
Change-Id: I75500b5732b6d7d4bd7bd8aad4de12646ea789c5 Reviewed-on: https://chromium-review.googlesource.com/1043253Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#556129}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f0ae6bb58a45..53d9b3ced389 $ git log f0ae6bb58..53d9b3ced --date=short --no-merges --format='%ad %ae %s' 2018-05-04 bpastene telemetry: Increase default ssh connection timeout on CrOS. Created with: roll-dep src/third_party/catapult BUG=chromium:839187 The AutoRoll server is located here: https://catapult-roll.skia.org 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=sullivan@chromium.org Change-Id: If84e0cb1aab60edcb0122f2ab550741a3e01e7ea Reviewed-on: https://chromium-review.googlesource.com/1044645 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#556128}
-
Chong Zhang authored
This CL: 1. Fixes |AudioOutputAuthorizationHandlerTest| by using |net::TestURLRequestContextGetter| (The original code has an use-after-release issue, see bug for logs). 2. Fixes |RenderProcessHostUnitTest| by returning a valid pointer in |TestBrowserContext::CreateRequestContextForStoragePartition()|. This patch doesn't have behavior change. Bug: 826869 Change-Id: I05982ce49a9d42029cc3278fa248587820790d74 Reviewed-on: https://chromium-review.googlesource.com/1026986 Commit-Queue: Chong Zhang <chongz@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#556127}
-
Robert Ma authored
This is a reland of 6f0b5d97 A baseline is added for a test that no longer (always) times out because of this fix. The test has a few failing subtests so a baseline is needed. Original change's description: > [blinkpy] Find manifest items for tests by URL > > When running WPT in web_tests, test names are more like URLs instead of > file paths (to be precise, the part of a test name after external/wpt is > a WPT URL), because WPT can generate multiple tests (variations) for a > single test file (e.g. .any.js, ?run_type). > > Therefore, when asking questions like "is a test slow?", we need to find > the manifest item for that test by URL instead of by file path; whereas > if we want to know if a file in external/wpt is a test file, we find > the manifest item(s) for that file by file path. > > This CL separates the two types of manifest queries, and chooses the > correct one for each call site. Besides, unit tests are improved to > cover the WPT variations (.any.js & ?run_type). > > Bug: 831975, 800570 > Change-Id: I230d5ec7df06b7df1387da1b93788d6cae55d153 > Reviewed-on: https://chromium-review.googlesource.com/1043160 > Commit-Queue: Robert Ma <robertma@chromium.org> > Reviewed-by: Quinten Yearsley <qyearsley@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556043} Bug: 831975, 800570 Change-Id: I65e818473153b134af8dc78677b1b678d196aada Reviewed-on: https://chromium-review.googlesource.com/1044586Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#556126}
-
jonross authored
ChromeLauncherControllerWithArcTest.ArcAppPinPolicy is flaking currently. Disabling as the team who owns the root cause is OOO. TEST=ChromeLauncherControllerWithArcTest.ArcAppPinPolicy TBR=skuhne@chromium.org Bug: 839916 Change-Id: I86209df361ab53cb84225363c39b1c83db197a2f Reviewed-on: https://chromium-review.googlesource.com/1044655Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#556125}
-
Guido Urdaneta authored
This CL also adds support in MediaStreamTrack.applyConstraints(). Drive-by: Minor lint fixes. Bug: 833333 Change-Id: I8636def42d9ed64c6f58777d44343e569e541bfb Reviewed-on: https://chromium-review.googlesource.com/1021570Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#556124}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4824ed05ac12..05cfcff70ced $ git log 4824ed05a..05cfcff70 --date=short --no-merges --format='%ad %ae %s' 2018-05-04 caryclark Reland "remove obsolete color defines" 2018-05-03 bsalomon Make the src rects of truths in SkLatticeIter be integral. 2018-05-04 halcanary SkExecutor: use SkLeanWindows.h 2018-05-04 borenet [infra] Remove PDFium bot and associated recipe code Created with: roll-dep src/third_party/skia BUG=chromium:b/77917978 The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;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=brianosman@chromium.org Change-Id: I1981e0b753e8046f7646b3d0c4bf1fdce1085310 Reviewed-on: https://chromium-review.googlesource.com/1044526 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#556123}
-
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7c592e6301d6..6cee97214012 $ git log 7c592e630..6cee97214 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal BUG=chromium:838156 The AutoRoll server is located here: https://src-internal-chromium-roll.skia.org 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: If8450122e9a166a0587e8fc219b6d89bfb2a2a77 Reviewed-on: https://chromium-review.googlesource.com/1044280 Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#556122}
-
Stefan Zager authored
startProfiling and stopProfiling allow a developer to generate a cpu profile of the renderer process over an arbitrary time slice. For example, to profile scrolling performance from devtools: > chrome.gpuBenchmarking.startProfiling("scrolling-profile.pb") > chrome.gpuBenchmarking.smoothScrollBy( (document.scrollingElement.scrollHeight - document.scrollingElement.clientHeight), () => { chrome.gpuBenchmarking.stopProfiling() }) R=dtapuska@chromium.org,bokan@chromium.org Change-Id: I70a00f91a6b8f0241be4426bec167cfbc3fc5ec2 Reviewed-on: https://chromium-review.googlesource.com/1042871 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:enne <enne@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#556121}
-
Nikunj Bhagat authored
Bug: 832961 Change-Id: I9fbd8813dabbc18a44335e20f4b52194e9c685a1 Reviewed-on: https://chromium-review.googlesource.com/1041163Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Nik Bhagat <nikunjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#556120}
-
Xing Liu authored
When the SD card is full, we show an error notification as well as an location dialog. This CL adds the string resources used in error notification for M68, also adds the new download header string for disk space info. TBR=wnwen@chromium.org Bug: 792775 Change-Id: Ide2ee1a0be020942ad940df05940c98d2231da6e Reviewed-on: https://chromium-review.googlesource.com/1040245 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#556119}
-
John Budorick authored
TBR=ellyjones@chromium.org Bug: 828031 Change-Id: Ie739ea45ac1f9088a52ead63c2f805eb88dec5fe Reviewed-on: https://chromium-review.googlesource.com/1044649Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#556118}
-
Jennifer Apacible authored
This change makes the icon.. less overwhelming. It will be smaller than the minimum window size. Also, as many screen sizes are not very large (e.g. 13-15'' laptops or 24'' monitors), and the non-scaled control appears much more prominent than needed. We've received some initial feedback that the icon appears very in-your-face. BUG: 836389 Change-Id: I593cecf2bfe167765319ee2c35920d7f224fafe6 Reviewed-on: https://chromium-review.googlesource.com/1043650 Commit-Queue: apacible <apacible@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#556117}
-
Malay Keshav authored
This patch increases the minimum width of the tab from 68px to 160 px. Bug: 826380 Change-Id: I3aa3e96b09784bec3ed4e6b647f57785e7bac128 Component: Tabs, layout constant Reviewed-on: https://chromium-review.googlesource.com/1044495 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#556116}
-