- 21 Sep, 2017 40 commits
-
-
Nate Chapin authored
Bug: Change-Id: I92558b0137e7fc1159f5f7ed3648312645c283f5 Reviewed-on: https://chromium-review.googlesource.com/677493Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#503611}
-
Jiaquan He authored
Enabling answer cards will add a SearchResultContainerView to SearchResultPageView. This will intefere the relevance sorting with SearchResultTileItemListView and SearchResultListView, which then breaks some unit tests. Bug: 766784 Change-Id: I513f006a5d552eb91b20b834b123d2233d5048c2 Reviewed-on: https://chromium-review.googlesource.com/673850 Commit-Queue: Jiaquan He <hejq@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#503610}
-
Scott Graham authored
Adds some deps/data_deps that weren't being included on Fuchsia. Bug: 761182 Change-Id: I5d36d5c6cf7b7cc0527b8e95264d7feb016f6648 Reviewed-on: https://chromium-review.googlesource.com/673805Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#503609}
-
Yuri Wiitala authored
Re-wires the API and internals of GLHelperScaling (and GLHelper::ScalerInterface and GLHelper::YUVReadbackInterface) to allow client code to create fixed-ratio scaling pipelines. Callers can then request scaling of any subset of the output space. This is just like the skia::ImageOperations::Resize() API. This is a prerequisite need for the referenced crbugs (below). Rationale: In the old API, callers had to specify exact source and destination sizes upfront; and fully reconstruct pipelines whenever either changed. In addition, the old API required whole-number source rect coordinates; but this prevented using many scaling ratios (e.g., 3:1) that require sampling from non-whole-numbered source rect coordinates. Much of this change is simply plumbing-throught the API changes everywhere. However, the following were mostly rewritten: 1. [gl_helper_scaling.cc] ScalerImpl now back-computes the source sampling rect based on the requested result rect. It also works backwards through the "ScalerImpl chain" to ensure minimaly-sized intermediate textures are produced. 2. [gl_helper.cc ] YUVReadbackImpl and YUVReadback_MRT were simplified and able to be merged into one class. Bug: 760348, 754872 Change-Id: Iba3ed5cf504eeed69eb115b4c38d031db47bebcc Reviewed-on: https://chromium-review.googlesource.com/669918 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#503608}
-
Eric Stevenson authored
Bug: 765428 Change-Id: Ia3234093b48cc94f2b51fc889063bec62fbb8a85 Reviewed-on: https://chromium-review.googlesource.com/677649 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#503607}
-
Yuke Liao authored
There is a TODO in the help message to make the test file identifiers configurable, however, this doesn't help users in any way, so move it closer to where the variable is defined. Bug: Change-Id: Id6f3fed4b121e115cfa71f6dc89d576529e0acd0 Reviewed-on: https://chromium-review.googlesource.com/677054Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#503606}
-
Matt Wolenetz authored
Modifies PITB::StartPipelineWithMediaSource() to let any PITB::OnEnded() or PITB()::OnError() stop the run loop and let the method return. In cases where OnError (like that triggered if EME is indicated in init segment -> PITB::FailTest()) or OnEnded occur prior to pipeline completing start-up, this avoids one kind of fuzzer timeout. Also includes addition of PITB helpers to assist common "RunUntilIdle" scenarios and refactoring of PITB to use those helpers. Also changes the SRC= PITB::StartInternal() to similarly allow early fuzzer EME callback to quit the run-loop early, possibly mitigating any similar timeouts in SRC= media_pipeline_integration_fuzzer. BUG=766472,766669 Change-Id: I8307db26828eaf04ae92dc1dbee4fa6969c5dd37 Reviewed-on: https://chromium-review.googlesource.com/677774Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#503605}
-
smut authored
Bug: 756270 Change-Id: Ica1ab2cf9c8e57dadfb1693b9beae96f3e2240ae Reviewed-on: https://chromium-review.googlesource.com/677857Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Cr-Commit-Position: refs/heads/master@{#503604}
-
Dominic Mazzoni authored
Unfortunately a ton of refactoring was required to make this possible, because too much of logic assumed the existence of an Element, and assumed that we only cared about ARIA on AXNodeObject subclasses. I stopped after supporting just 3 properties because this is a large enough change already. Bug: 761901 Change-Id: Ie7148f3d4aaf3308d43089260b761f73e56d995b Reviewed-on: https://chromium-review.googlesource.com/676879Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#503603}
-
Robert Ma authored
Bug: 749879 Change-Id: Ie283642f14d62191d86b57b058f2dd7515fe05b4 Reviewed-on: https://chromium-review.googlesource.com/676658Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#503602}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b7c5b115..1fbe1ff2 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: Iba01a92306748a7315c91090ee11e2c78f0b259b Reviewed-on: https://chromium-review.googlesource.com/677647Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#503601}
-
Shenghua Zhang authored
Bug: 766307 Change-Id: Iee410208ebad54d4af7a6e19e252b932607e5ae1 Reviewed-on: https://chromium-review.googlesource.com/677781Reviewed-by:
Mike Baxley <baxley@chromium.org> Commit-Queue: Shenghua Zhang <shenghuazhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#503600}
-
Stefan Zager authored
With RLS enabled, the LayoutView has additional scrolling and scrolling contents layers. BUG=711468 R=skobes@chromium.org Change-Id: I052b329d82152fa05eeeccdbfd5823794f80eda4 Reviewed-on: https://chromium-review.googlesource.com/677084Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#503599}
-
Stefan Zager authored
This test has the expected layer tree diff, but the extra text in the output caused it to be missed by the bulk updater. BUG=711468 R=skobes@chromium.org Change-Id: I37a5d27d7cbe03f6dd3baf287363f72f2efada2f Reviewed-on: https://chromium-review.googlesource.com/677063 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#503598}
-
Stefan Zager authored
With RLS enabled, there will be additional scrolling and scrolling contents layers on the LayoutView. BUG=711468 R=skobes@chromium.org Change-Id: I861376c505661528491e4a801d7f7f6e39577f63 Reviewed-on: https://chromium-review.googlesource.com/677083Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#503597}
-
Ned Nguyen authored
Bug: 767540 Change-Id: Ic15d4ae39258b4bbd380ea5034e80e9091d2cffa Reviewed-on: https://chromium-review.googlesource.com/677553Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#503596}
-
Peter Wen authored
Android system is crashing due to StrictMode but we need to know the underlying cause in order to understand why it is flaking. Disabling StrictMode just for those code paths as the flakiness is unreliable and hard to reproduce. BUG=767423,767153,767624 Change-Id: I0ddcabd876bab99841487742f039cea920ea433d Reviewed-on: https://chromium-review.googlesource.com/677226 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
ccameron chromium <ccameron@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#503595}
-
Xiaochu Liu authored
It exposes a dbus method call LoadComponent that calls component updater API to install a chrome os component. BUG=chromium:763415 TEST=dbus-send is working on chrome os, component is downloaded. Change-Id: I7d0ba7e7cc3445ba8d4ba1c849df08c3eab19ba6 Reviewed-on: https://chromium-review.googlesource.com/676090Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Xiaochu Liu <xiaochu@chromium.org> Cr-Commit-Position: refs/heads/master@{#503594}
-
Matt Wolenetz authored
Since the kMseBufferByPts feature enabled/disabled state is cached by ChunkDemuxer's ctor (to coherently configure the MSE portion of all of the buffering for that ChunkDemuxer and protect against feature status possibly changing during the lifetime of the ChunkDemuxer), various unit tests that test layers below (not including ChunkDemuxer) no longer need to vary the feature state. They already vary how they configure the system under test directly (like how ChunkDemuxer would). This change removes unnecessary kMseBufferByPts toggling in these lower layer tests: SourceBufferStateTests FrameProcessorTests SourceBufferStreamTests Note: PipelineIntegrationTests and ChunkDemuxerTests must still do feature toggling to retain coverage. BUG=718641 Change-Id: I69e8e59d2b198e38e4f4a7f51ce37b70c862745e Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/676536Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#503593}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/68ce41b9bda2..33d54da00a77 $ git log 68ce41b9b..33d54da00 --date=short --no-merges --format='%ad %ae %s' 2017-09-21 dtu [pinpoint] Send email with bug post upon job completion. 2017-09-21 dtu [pinpoint] Add message in bug when there are no change points. 2017-09-21 simonhatch Dashboard - Link metric docs in bug comment if available. Created with: roll-dep src/third_party/catapult Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I5aa79af14a60502e4a1c8c4ad0cbf127a7235841 Reviewed-on: https://chromium-review.googlesource.com/677135 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#503592}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/2fbf1bc8c96f..cfbbcbe52624 $ git log 2fbf1bc8c..cfbbcbe52 --date=short --no-merges --format='%ad %ae %s' 2017-09-21 robertphillips Temporary patch for Mac TSAN bot (with threaded Ganesh mask generation) 2017-09-21 mtklein Fix Android roll. 2017-09-21 mtklein count total non-lowp runs 2017-09-21 robertphillips Guard resource provider path creation methods against abandoned context 2017-09-21 angle-deps-roller Roll skia/third_party/externals/angle2/ 981f0f8f6..1f9d68437 (1 commit) 2017-09-21 mtklein Don't call GrBuffer::map() in createPatternedIndexBuffer. 2017-09-21 kjlubick [WASM] Add POC compile bot for WebAssembly 2017-09-21 mtklein no_sanitize is Clang 3.7+ 2017-09-21 bsalomon Serialize rrect/oval paths as rrects rather than points and verbs. Created with: roll-dep src/third_party/skia BUG=767279 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=fmalita@chromium.org Change-Id: I959808761fe4975d87e31d7158ae0d06b1593597 Reviewed-on: https://chromium-review.googlesource.com/677480Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#503591}
-
Ned Nguyen authored
Bug: 767544 Change-Id: Ie0c22a5f45ffeb3ecf99e6f9f8bb4c6ce21716bc Reviewed-on: https://chromium-review.googlesource.com/677552Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#503590}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/3418f710f923..8e9e3d8975ee $ git log 3418f710f..8e9e3d897 --date=short --no-merges --format='%ad %ae %s' 2017-09-21 dsinclair Move CFX_StringPoolTemplate to StringPoolTemplate 2017-09-21 dsinclair Move CFX_StringDataTemplate to StringDataTemplate 2017-09-21 dsinclair Move CFX_SharedCopyOnWrite to SharedCopyOnWrite 2017-09-21 dsinclair Rename CFX_RetainPtr to RetainPtr 2017-09-21 dsinclair Cleanup WidgetMgr ownership 2017-09-21 dsinclair Move CFX_Observable to Observable Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: I2281d1e770e9a5f0d593859604f27c7df31fe95f Reviewed-on: https://chromium-review.googlesource.com/677136 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#503589}
-
Jinsuk Kim authored
- The test needs to run with ContentJUnit4ClassRunner to initialize command line switch that allows for programmatic media play as expected. - There are SkipChecks that expects CommandLine instance be ready. Called CommandLine.init() with an empty value in ContentJUnit4ClassRunner before skip check process gets started. Bug: 640116 Change-Id: Ic2142a98646ae45d30e37f30633a97267b557b92 Reviewed-on: https://chromium-review.googlesource.com/671167Reviewed-by:
Alexandre Elias <aelias@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#503588}
-
MinChen authored
Bug: 765850 Change-Id: I3dfb05a98be74e60c7fbe840a2de2c811a42d374 Reviewed-on: https://chromium-review.googlesource.com/669914 Commit-Queue: min c <minch@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#503587}
-
Steven Valdez authored
Bug: Change-Id: Ie32677aae5b3d3c7c67618bf9fc32fd6bdfd21df Reviewed-on: https://chromium-review.googlesource.com/677268 Commit-Queue: Steven Valdez <svaldez@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#503586}
-
Victor Costan authored
Bug: 766923 Change-Id: I643cc299cbad988e6b2c709cfcc733bf5a0c589a Reviewed-on: https://chromium-review.googlesource.com/677743Reviewed-by:
Chris Mumford <cmumford@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#503585}
-
edchin authored
This reverts commit 70e88907. Reason for revert: This fails showcase egtests for SCPaymentsPickerTestCase on iPhone 5/5s iOS 9, 10. Most likely due to smaller form factor needing scrolling to find a view. Original change's description: > [Payment Request] Adds a navigation bar to the country picker. > > Video of the fix in action: > https://drive.google.com/file/d/0B4g_WskzVRJdQUVjLUE2RWRWREE/view?usp=sharing > > Bug: 767154 > Change-Id: I1881976b27ba6aade47d5d06879fb65dcf3d24de > Reviewed-on: https://chromium-review.googlesource.com/674667 > Reviewed-by: edchin <edchin@chromium.org> > Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> > Commit-Queue: Marc-Antoine Courteau <macourteau@chromium.org> > Cr-Commit-Position: refs/heads/master@{#503521} TBR=macourteau@chromium.org,edchin@chromium.org,mahmadi@chromium.org Change-Id: I4c64e34558c3d5fe57d522f452a2286e40b1dd6a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 767154 Reviewed-on: https://chromium-review.googlesource.com/677414Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#503584}
-
Sammie Quon authored
Also disable alignment picker in shelf context menu. Test: ash_unittests ShelfContextMenuModelTest.DisableAlignmentMenuOnTabletMode && ShelfControllerPrefsTest.ShelfSettingsInTabletMode Bug: 767098 Change-Id: I9299185c1679d5abfe5d74d3ba08afdcff86b058 Reviewed-on: https://chromium-review.googlesource.com/676749Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#503583}
-
Robert Ma authored
Reason for manual import: importer fails to add an expectation line (crbug.com/767597) Using wpt-import in Chromium 3561fad5. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: drott@chromium.org: external/wpt/css-fonts foolip@chromium.org, robertma@chromium.org: external/wpt/assumptions mkwst@chromium.org: external/wpt/content-security-policy No-Export: true Bug: 767597 Change-Id: Iec2844bc1c0a102006bff5c75061696931db2301 Reviewed-on: https://chromium-review.googlesource.com/677545Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#503582}
-
Yash Malik authored
This regressed in https://chromium-review.googlesource.com/675788. The problem is that the splash screen was a part of the WebVR subtree and we weren't drawing the WebVR subtree until the site submitted a frame. This CL moves the splash screen to its own subtree under kRoot and renders it regardless of being in WebVR mode. Bug: 767523 Change-Id: Ib4f7fcef615e479db89ce2c5fb72e894270aa614 Reviewed-on: https://chromium-review.googlesource.com/677225Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Yash Malik <ymalik@chromium.org> Cr-Commit-Position: refs/heads/master@{#503581}
-
Sky Malice authored
To save bandwidth for commit only types we strip off various peices of metadata on commits. This includes versions. The previous contract was that version should always increase by at least 1, which the server respects as best it can, but to mechanisms that are tracking the version before it is stripped, things seem weird. The solution taken here was to remove the checking logic when we know the verison is going to be meaningless. Bug: 764103 Change-Id: Ia41a42ce0c17985a3dedad43e059e51313a1f316 Reviewed-on: https://chromium-review.googlesource.com/677624Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#503580}
-
Ned Nguyen authored
Bug: 767546 Change-Id: Ia829774573ba0c329a52055e34be77dfa6a82d52 Reviewed-on: https://chromium-review.googlesource.com/677644Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#503579}
-
Valery Arkhangorodsky authored
Makes ZoomBubbleView follow the layout from the mock in the bug. Fixes the vector icons (+ / -) to have sharp edges rather than using a rounded stroke. Bug: 651641 Test: Visual (compare to mock) Change-Id: I23bd9633037cf529e69f5b72ae9810ca5124da96 Reviewed-on: https://chromium-review.googlesource.com/673486Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Valery Arkhangorodsky <varkha@chromium.org> Cr-Commit-Position: refs/heads/master@{#503578}
-
Jana Iyengar authored
when QUIC connection migration is not enabled. Bug: 544156 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: I6440c4833e798b61d2d83dcef2f1bf24869719be Reviewed-on: https://chromium-review.googlesource.com/655767Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Jana Iyengar <jri@chromium.org> Cr-Commit-Position: refs/heads/master@{#503577}
-
Helen Li authored
Idle socket reuse rate is high on Desktop (close to 50%) and on Mobile (~30% on Android). Newer memory instrumentation data do not show socket pool as a hotspot. There have been a few projects to reduce the amount of memory an idle socket retains (e.g. use CRYPTO_BUFFER Issue 671420 and lazy buffer initialization Issue 524258). I do not have any follow-up experiments that would use this histogram, so I am removing it. The histogram was added in crrev.com/2450463002. BUG: 620852 Change-Id: I1a7f858bfcafbcaad708366fa4d2bd5e967e14b0 Reviewed-on: https://chromium-review.googlesource.com/673272Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#503576}
-
Victor Costan authored
Bug: 730379 Change-Id: If3a5091481a9de983caece1cbc955714ba51f481 Reviewed-on: https://chromium-review.googlesource.com/676477Reviewed-by:
Chris Mumford <cmumford@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#503575}
-
khmel authored
Bug: 767374 Test: Manually Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I7f8ba3901dfcbd3f9728551cc375bda182a60eba Reviewed-on: https://chromium-review.googlesource.com/677410 Commit-Queue: Yury Khmel <khmel@google.com> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#503574}
-
Khushal authored
Changing the alpha type of an image should generate a new uniqueID. Skia expects images with the same uniqueID to have a constant alpha type. R=bsalomon@chromium.org Bug: 765877 Change-Id: Iba1196458fe523329e85776037767ab1411ba05d Reviewed-on: https://chromium-review.googlesource.com/675323Reviewed-by:
Brian Salomon <bsalomon@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#503573}
-
Yash Malik authored
This CL introduces TransientElement whose purpose is to hide its portion of the subtree after a set timeout. All the transient elements now have a TransientElement parent and UiSceneManager changes visibility on the parent instead of the child directly. Bug: 765775 Change-Id: I563a72a8d53507bfa91f5fef317ce6ff8ae4f136 Reviewed-on: https://chromium-review.googlesource.com/669009 Commit-Queue: Yash Malik <ymalik@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#503572}
-