- 17 Nov, 2017 40 commits
-
-
Bo Liu authored
This is needed to avoid dropping the strong binding when there were two racy signals to drop and add strong binding. Now the the "last foreground connection" has long been removed, it should be safe to just remove this delay. Bug: 689758 Change-Id: I874b7762f35c208f497189f142797200de307cd9 Reviewed-on: https://chromium-review.googlesource.com/767651Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#517394}
-
James Cook authored
This is a start toward grouping them by cause. Also enable these tests, which pass now: AllForms* AllProcesses* BlockingLoginTestInstance/BlockingLoginTest.* BrailleDisplayPrivateAPIUserTest.* BrowserCloseManagerBrowserTest/BrowserCloseManagerBrowserTest.* BrowserCloseManagerWithDownloadsBrowserTest/BrowserCloseManagerWithDownloadsBrowserTest.* BrowserLoginTest.* CertificateReportingServiceBrowserTest.* ChromeOriginTrialsDisabledTokensTest.* ContentScriptApiTests/ContentScriptApiTest.* CrControlledButtonTest.* CrControlledRadioButtonTest.* CrExtensionsManagerTestWithMultipleExtensionTypesInstalled.* Bug: 678687 Change-Id: I6eae99411a5ac0ce72d098da06ca7e42399181cd Reviewed-on: https://chromium-review.googlesource.com/776075Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#517393}
-
Hajime Hoshi authored
Bug: 780378 Change-Id: Iac3e165e9721dc9fbe4b1771f8a85e89b98e0056 Reviewed-on: https://chromium-review.googlesource.com/775611 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#517392}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7ac478bd..fb0a53b0 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,sergiyb@chromium.org Change-Id: I7dc0c9a3988bbbe1fc88bbc990a71cd6638ceeb2 Reviewed-on: https://chromium-review.googlesource.com/775983Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517391}
-
Robert Hogan authored
Bug: 702927 Change-Id: I9972f82a8d2b560042b0acbd8484eed5f76f6f2e Reviewed-on: https://chromium-review.googlesource.com/772412 Commit-Queue: Robert Hogan <robhogan@gmail.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#517390}
-
Charles Harrison authored
Recent data shows that the time it takes to dispatch the IPC to Google Play Services is quite expensive. Android canary data (so probably trends higher end), for the subresource filter check (in navigation critical path): 50th percentile: 6ms 75th percentile: 10ms 95th percentile: 28ms 99th percentile: 100ms Average: 11ms Since this is directly in the critical path of navigation, it makes sense not to hog the thread / deschedule it before the network request goes out. It also looks like we hit some perf issues in other uses of the API too. See the linked bug for some chrome://tracing traces. Bug: 779914 Change-Id: Ibc44d9f199715c3fbf7a2d66604e82ee3ccfc5e4 Reviewed-on: https://chromium-review.googlesource.com/760550 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#517389}
-
Takashi Toyoshima authored
This patch plumbs CORSError and HTTP response headers from ResourceRequestCompletinoStatus to Blink's ResourceError. Test: ./Tools/Scripts/run-webkit-tests virtual/outofblink-cors Bug: 736308 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I20e4ec9a2e7ca93ce692a5a8312dadf59eb0f345 Reviewed-on: https://chromium-review.googlesource.com/749024 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#517388}
-
Ramin Halavati authored
A tfNative generated neural network is added to High Contrast classifier to make a better decision for images which are not decidable using the decision tree. Bug: 685242 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I4c30f785d7ca65d129fb09902b748978dd6de4f6 Reviewed-on: https://chromium-review.googlesource.com/753588Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#517387}
-
zhuoyu.qian authored
As the comment in cache_storage.h by jkarlin@, rename DeleteCache to DoomCache. Also rename DeleteCacheImpl to DoomCacheImpl. BUG= R=jkarlin@chromium.org Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: I1cd75b0da724672ea0e746e749f47aa17e30e54d Reviewed-on: https://chromium-review.googlesource.com/753204Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#517386}
-
Benoit Lize authored
When enabled with the --log-native-library-residency command line switch, periodically collects native library residency, and dumps it to a file. process_residency.py then takes the output and creates a graph from it. This is used to assess the efficiency of the code ordering logic. Bug: 746665 Change-Id: I4a21ce4b9c01f8bb255f5997e665ff3dbdcf240a Reviewed-on: https://chromium-review.googlesource.com/756847 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Matthew Cary <mattcary@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#517385}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/1eda27a65489..bb27c3a1483c $ git log 1eda27a65..bb27c3a14 --date=short --no-merges --format='%ad %ae %s' 2017-11-15 oetuaho Fix VectorizeVectorScalarArithmetic statement insertion Created with: roll-dep src/third_party/angle BUG=784078 The AutoRoll server is located here: https://angle-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. 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 TBR=ynovikov@chromium.org Change-Id: Ie7498bc51f6c405eaacbd683256699e1c946104e Reviewed-on: https://chromium-review.googlesource.com/776330Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517384}
-
Chromium WPT Sync authored
Using wpt-import in Chromium dce3b8ee. With Chromium commits locally applied on WPT: 23705631 "service worker: Upstream sandboxed iframe test to WPT." Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/5375 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: domenic@chromium.org, ricea@chromium.org, tyoshino@chromium.org: external/wpt/streams mkwst@chromium.org: external/wpt/cookies TBR=qyearsley No-Export: true Change-Id: I06ee381f130c5fb50fcff030eabc2b2ed34c499f Reviewed-on: https://chromium-review.googlesource.com/776573 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517383}
-
Chris Cunningham authored
vp9 is ambiguous about important details like codec profile. vp09.... specifies the missing details. http://www.webmproject.org/vp9/mp4/#codecs-parameter-string Using the ambiguous vp9 string will cause the returned MediaCapabilitiesInfo to mark is_supported=false. The tests don't actually check this value, but we should use the right string to set a good example. Bug: 783153 Change-Id: I51a00c0ef3a3efedb70336894d3b17f786284156 Reviewed-on: https://chromium-review.googlesource.com/775903Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#517382}
-
Stefan Zager authored
The page zoom factor will propagate down to the LayoutView's style, and the scroll offset will be adjusted in LayoutBox::StyleDidChange. I'm not sure why the affected test isn't in FlagExpectations... BUG=711468 R=skobes@chromium.org,pdr@chromium.org TEST=cssom/elementfrompoint-scrolloffset.html Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Change-Id: I87c8fc3334244b17b41fd7e185822b0f35a763bd Reviewed-on: https://chromium-review.googlesource.com/775895Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#517381}
-
Mark Cogan authored
Deletes /ios/clean/ and references to it. Bug: 785925 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Icbdd3a54657ebb3f54b3fb05b830bb803d46acb8 Reviewed-on: https://chromium-review.googlesource.com/774740Reviewed-by:
Louis Romero <lpromero@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#517380}
-
F#m authored
This patch uses stored historical data to associate touch devices and displays. Adds unittests for new functionality. Bug: 599985 Change-Id: I26e780d6a0c918d09e39600ad97f2e57d0601795 Component: ChromeOS, Touch, Display, Settings page, calibration Reviewed-on: https://chromium-review.googlesource.com/757023 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#517379}
-
Chandan Padhi authored
MediaStreamVideoCapturerSource unnecessarily inherits RenderFrameObserver and can be removed. This CL allows UserMediaProcessor to cache render_frame_id instead of RenderFrame. Bug: 742682 Change-Id: Ic27b9b8b5c8092a5b3031adbef5b9c0034171742 Reviewed-on: https://chromium-review.googlesource.com/776733Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#517378}
-
Sylvain Defresne authored
Convert RepostFormTabHelper to directly track the registration with the observed WebState instead of relying on the deprecated code in WebStateObserver. Pass the WebState to the delegate instead of using the deprecated web_state() method. Bug: 775684 Change-Id: Ia8abfc6e8222adc47c7b90cb240bb1906683618e Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/768723 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#517377}
-
Vaclav Brozek authored
base::test::ios waiting helpers are deprecated and should be replaced with testing::WaitUntilConditionOrTimeout, which does not bring the whole test down with a DCHECK on failure. This CL migrates the tests in //ios/chrome/browser/{ui/settings|passwords} directories. It also adds a new waiting constant kWaitForActionTimeout (10 seconds), which is based on TestTimeouts::action_timeout() (currently 10 seconds). The latter was used as the default argument for the base::test::ios helpers which did not specify another timeout. Bug: 784735 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I84a528127eb061baefff799f6e467b72d6b1465a Reviewed-on: https://chromium-review.googlesource.com/774266 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#517376}
-
Sunny Sachanandani authored
This was disabled due to what looks like a telemetry issue at the time. In any case, disabling the entire benchmark is not compatible with the plan for merging all smoothness page sets. Local testing on Nexus 6 indicates that this benchmark is fine. R=nednguyen BUG=624032,760553 Change-Id: I6ab268ffbf0a8251844da0d7cdcf6841013356df Reviewed-on: https://chromium-review.googlesource.com/776215 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#517375}
-
zhuoyu.qian authored
As the comment in ReadableStreamController.h by tyoshino@, rename ReadableStreamController to ReadableStreamDefaultControllerWrapper, and related class. Rename the files also. BUG= R=tyoshino@chromium.org Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: I5064095c31540547d3ff21c5ffda7ab20c182e90 Reviewed-on: https://chromium-review.googlesource.com/737310 Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Cr-Commit-Position: refs/heads/master@{#517374}
-
Ioana Pandele authored
PasswordStore::RemoveLogin passes the form through base::Bind which makes a copy, so this instance doesn't need to be kept around. Bug: 784788 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I47e02f82fa668b643d7d8c4a52907aa9b25aa404 Reviewed-on: https://chromium-review.googlesource.com/771550Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#517373}
-
Gauthier Ambard authored
ToolbarAssistiveKeyboardDelegate was implemented by the WebToolbarController. This CL moves the implementation to a separate object. It will allow the implementation to be moved to the omnibox folder once it is refactored. Bug: 784785 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I94c0fde654fe7b84332226f5d2d2827ade248651 Reviewed-on: https://chromium-review.googlesource.com/768735Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#517372}
-
Peiyong Lin authored
Change-Id: Ib6ed31f5510bf577591e0277ca91f9d465274030 Reviewed-on: https://chromium-review.googlesource.com/776374Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: lpy <lpy@chromium.org> Cr-Commit-Position: refs/heads/master@{#517371}
-
Christopher Cameron authored
This crashes the browser if the color profile that was specified at the command line does not match the color profile on the display. This is desirable for pixel tests because the pixel test output is subject to the operating system's color conversion, and will not be predictable or useful ness the operating system's color space is controlled for. Bug: 784456 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 Change-Id: I15372cba6291bc764fe862ff6112a9f41d3ce929 Reviewed-on: https://chromium-review.googlesource.com/770131 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#517370}
-
Gauthier Ambard authored
This CL enables the ContentSuggestions flag by default. The rollout is currently being done using finch and will reach 100% soon. Bug: 764720 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I52ace8c4240275abf75b1e8b16433cbccbc78d15 Reviewed-on: https://chromium-review.googlesource.com/754840Reviewed-by:
Menglu Huang <huangml@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#517369}
-
Guido Urdaneta authored
TBR=danakj@chromium.org Bug: 784563 Change-Id: I22a662b374b54a50f086fc2c7bcfce8a0c240e81 Reviewed-on: https://chromium-review.googlesource.com/776793 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#517368}
-
F#m authored
This patch allows external touch devices to be reassociated with different displays. To achieve this, the patch also updates the logic to record the calibration data points by applying the correct transform matrix to the event's locations. Bug: 599985 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ic540cdb368d2d3bf26aa25fd6b0008e26e717211 Component: Touch, Calibration, Touch device manager, mash mus filters Reviewed-on: https://chromium-review.googlesource.com/749969 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#517367}
-
Hajime Hoshi authored
This CL adds a new UMA RendererScheduler.TaskDurationPerTaskType to know what kind of task type of tasks consumes how much time. Bug: 780785 Change-Id: I2dc6f4d042945d79089eb1320e220f2b91de51ca Reviewed-on: https://chromium-review.googlesource.com/771374Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#517366}
-
Christopher Cameron authored
Under heavy CPU load, the GPU main thread was starving out messages required by CoreAnimation. Bug: 783298 Change-Id: If3604b47e479e93b6351b816c17c7f570589ac22 Reviewed-on: https://chromium-review.googlesource.com/775621Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#517365}
-
zhuoyu.qian authored
This patch makes SnapAlignment and SnapAxis to be enum class for better type safety. Bug: 684966 Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: Ied4b9620ff39c426cac362336a904be0865bf725 Reviewed-on: https://chromium-review.googlesource.com/768351Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#517364}
-
zhuoyu.qian authored
As the comment in tab_manager.h by tasak@, rename CanSuspendBackgroundedRenderer to CanPurgeBackgroundedRenderer. BUG= Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: Ied1d3dcbcb37a180ba26a6dfbf913e10c113d1ae Reviewed-on: https://chromium-review.googlesource.com/734920Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Takashi Sakamoto <tasak@google.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#517363}
-
erikchen authored
Prior to this CL, TracingControllerImpl::StartTracing always returned true. Thus, two callers that attempted to simultaneously start tracing would both succeed. They would then both attempt to stop tracing. If they did so at the same time, this would cause undefined behavior. Bug: 782355 Change-Id: I790ff0ed902e0c6182ff318dd40673669627d29d Reviewed-on: https://chromium-review.googlesource.com/775031 Commit-Queue: oysteine <oysteine@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#517362}
-
Blake O'Hare authored
WHY? Because of http://crrev/c/768310 I'll be migrating consumers of the OnKeyboardBoundsChanging method to use a more specific method and don't want empty definitions of this method for those consumers. Bug: 786290 Change-Id: I5eb12104de100c18b96dfd350d252ca721a57b9f Reviewed-on: https://chromium-review.googlesource.com/776254Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Blake O'Hare <blakeo@chromium.org> Cr-Commit-Position: refs/heads/master@{#517361}
-
Fady Samuel authored
Surface scaling is now determined in SurfaceAggregator and so SurfaceLayer and SurfaceLayerImpl no longer need to know about SurfaceInfo. This CL replaces SurfaceLayer::SetPrimarySurfaceInfo with SurfaceLayer::SetPrimarySurfaceId. ui::Layer::SetShowPrimarySurface takes in a SurfaceId and frame rect in DIP instead of a SurfaceInfo. Bug: 672962 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Idb24e7bcb5e905a3131b40f7d5fe67792b9ec695 Reviewed-on: https://chromium-review.googlesource.com/769930 Commit-Queue: Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#517360}
-
Guido Urdaneta authored
TBR=dimich@chromium.org Bug: 784951 Change-Id: If7f4533c7712230b0a8b0cd12e869599e67b6eea Reviewed-on: https://chromium-review.googlesource.com/776713Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#517359}
-
Jochen Eisinger authored
BUG=753691 R=skyostil@chromium.org Change-Id: I3cfb174a725cdb659bf220ac392b7584a95131c0 Reviewed-on: https://chromium-review.googlesource.com/775158Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#517358}
-
Philip Jägenstedt authored
Bug: 662393 Change-Id: I9a451d5ebb8901d146a1cfaa8a2281882a8ea58e Reviewed-on: https://chromium-review.googlesource.com/774297Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#517357}
-
Guido Urdaneta authored
The test is crashing flakily on Win7 TBR=nhiroki@chromium.org Bug: 784890 No-Try: true Change-Id: I184b81d76404e57ca319f4266bcb1b95761e6b1c Reviewed-on: https://chromium-review.googlesource.com/776594 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#517356}
-
Tom Anderson authored
This CL is a followup to [1] which added new packges to the arm64 sysroot. However, it did not include the changes from [2] (since it was done on a separate branch). This CL rolls the arm sysroot again to get both changes. [1] https://chromium.googlesource.com/chromium/src/+/ea2ad20b708c3946995000dd4d0fa0f8ca2e2e0e [2] https://chromium.googlesource.com/chromium/src/+/72f0a9302524579a14a6625fc30cf8377fc197e8 BUG=webrtc:8540 TBR=thestig@chromium.org CC=oprypin@chromium.org NOTRY=true Change-Id: Ie70e5145732cd6efd7fea7d9b8d3e118ea957306 Reviewed-on: https://chromium-review.googlesource.com/776030Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#517355}
-