- 09 Mar, 2018 40 commits
-
-
Troy Hildebrandt authored
Opening a link in a new tab on low end devices freezes the tab to be lazily loaded when the tab is used for the first time. Opening links with intents from a frozen state causes us to override the URL handling with the external intent which results in an app being launched on selecting that tab, or the picker being shown, instead of seeing the contents at the URL displayed in the tab. This patch treats the page transition type sent to #loadUrl as RELOAD whenever we're loading a URL for the first time in a frozen tab which avoids starting another activity. Bug: 758027 Change-Id: I89e63fb51b00d1c62b12c8f6d827e3e907e463b1 Reviewed-on: https://chromium-review.googlesource.com/956558Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542250}
-
Patrick Monette authored
The logic was incorrectly reversed. Change-Id: I565779c96fd6cc55dfbb81f629df6b3a7864caa4 Reviewed-on: https://chromium-review.googlesource.com/957522Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#542249}
-
Bailey Berro authored
This change implements a GetDeleteList function on SmbProviderClient that maps to the GetDeleteList fn on the SmbProvider daemon. Bug: chromium:757625 Change-Id: I7e4e4a8f0e7f21a92c8dd9edd72ad4e26bd6cd07 Reviewed-on: https://chromium-review.googlesource.com/937815Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#542248}
-
Xiaoqian Dai authored
This reverts commit 886289a7. Reason for revert: Compile error when building chrome for Caroline using simple Chrome flow. See crbug.com/820601 for details. Bug: 820601 Original change's description: > libgestures_glue: Send MSC_TIMESTAMP if available > > If an event from libevdev includes a MSC_TIMESTAMP field, send that > timestamp to the gesture library. This field will be used by the gesture > library because it has more accurate time deltas than CLOCK_MONOTONIC. > > BUG=b:65041115 > TEST=Tested manually on lux and eve, using CL:742488 and CL:938751. > MSC_TIMESTAMP is passed to gesture library if available. > > Change-Id: I05e5a6615e10d33bd0e290b6bb8ff11c2f05f2fc > Reviewed-on: https://chromium-review.googlesource.com/817979 > Reviewed-by: Michael Spang <spang@chromium.org> > Commit-Queue: Sean O'Brien <seobrien@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542190} TBR=spang@chromium.org,seobrien@chromium.org Change-Id: Iec92ec30b9451d0a95ac7600c803850912492675 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:65041115 Reviewed-on: https://chromium-review.googlesource.com/957603Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#542247}
-
Tommi authored
This changes the previous 1:1 TQ:thread relationship and associates WebRTC task queues with Chromium's thread pool. The effect of this is that PeerConnection objects, will start to share threads for "rtc_event_log", "EncoderQueue" and "call_worker_queue". Constructing an instance of PeerConnection will be much less costly and likely not cost any extra thread creation at all, which is why we currently have a limit on the number of instances that we allow creating. Change-Id: Ifd218c5e14e2ce634fd428606e9713a815bd8205 Bug: 808801 Reviewed-on: https://chromium-review.googlesource.com/890738 Commit-Queue: Tommi <tommi@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#542246}
-
Aaron Leventhal authored
This is split out from the CL to test all widgets and views for nameless focusable objects. See crrev.com/c/951933. Bug: 819350 Change-Id: I4eb266d06d6468657b2cf00873a601efb976166c Reviewed-on: https://chromium-review.googlesource.com/952327Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#542245}
-
Michael Warres authored
Fix ios-device-xcode-clang compilation error introduced by https://chromium-review.googlesource.com/c/chromium/src/+/956843 The compilation error appears to be due to clang bug https://bugs.llvm.org/show_bug.cgi?id=21629 , which has been fixed recently, but apparently has not made it into the clang used by ios-device-xcode-clang. R=rch@chromium.org Bug: 820529 Change-Id: Iaac1d28f2209502c4ce4683b3f590d9140fe3141 Reviewed-on: https://chromium-review.googlesource.com/956299Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Michael Warres <mpw@chromium.org> Cr-Commit-Position: refs/heads/master@{#542244}
-
Yuwei Huang authored
The cancel button on the navigation bar is currently overlapping the notch on the top of the screen on iPhone X. The issue is that we didn't make the navigation bar respect to the safe area when laying it out. This CL fixes this by laying out the navigation bar on the top of the safe area rather than on the top of the view. Bug: 820547 Change-Id: I41494d01ab7f12a00b8a5bd4f3523245d3362e60 Reviewed-on: https://chromium-review.googlesource.com/957132Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#542243}
-
Ahmed Fakhry authored
This CL implements the needed changes for the toolbar buttons, and the app menu button. The browser actions container will be done in a follow-up CL. BUG=818034 Change-Id: I0d8ec316aa98e553e77bef34d4ca120dd9c2f09f Reviewed-on: https://chromium-review.googlesource.com/947385Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#542242}
-
Xiangjun Zhang authored
To ensure CastRemotingSender::ProcessNextInputTask is not run after CastRemotingSender is destructed. Bug: 820397 Change-Id: Ic97abf03fe9a264403162a51ac4458365a60efc8 Reviewed-on: https://chromium-review.googlesource.com/956750 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#542241}
-
Bruce Dawson authored
atomicops.h was fixed in January to not depend on Windows.h anymore. Update the comment to reflect that, and enforce it in the unit test. Bug: 559247, 796644 Change-Id: I95762b818d135f6f400e1b9aa66567464aef8951 Reviewed-on: https://chromium-review.googlesource.com/956668Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#542240}
-
sczs authored
Deletes old table view DataSource implementation and creates a TableViewModel instead. Moves Item/Cell configuration logic from recent_tabs/views/ into the VC. Some helper methods are being re-used. Screenshots: https://drive.google.com/open?id=1n-IYyIffatHC2ok9fnvyIRhqH6rLADuh https://drive.google.com/open?id=14NuWwnYFncYfijRpjIuy8kQ-EDYuIze6 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If997fb74862d135ff68e2b4aafd930d90f13f159 Reviewed-on: https://chromium-review.googlesource.com/954227 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#542239}
-
Jay Civelli authored
Changing the ClientHintsBrowserTest browser tests to use URLLoaderInterceptor. This fixes 2 tests with the network service. Bug: 776589 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Icfa0f2c26723de4a1c0f815411ab39e1b016d61d Reviewed-on: https://chromium-review.googlesource.com/956753Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#542238}
-
mark a. foltz authored
Remove remaining usages of MediaStatus.description field. It is no longer used in the UI or in the extension in M67+. Bug: 786208 Change-Id: I19269d3a317be05765773c53b906aa75277b0407 Reviewed-on: https://chromium-review.googlesource.com/956743Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#542237}
-
Sergey Ulanov authored
ioctl_netc_get_if_info() has been replaced with ioctl_netc_get_num_ifs() and ioctl_netc_get_num_ifs(). Update the corresponding code in //net. Bug: 818320 Change-Id: I42746f97616000f8839bcb0433c42e1d7feca129 Reviewed-on: https://chromium-review.googlesource.com/956613 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#542236}
-
Xiaoqian Dai authored
Bug: 798633 Change-Id: Idaa380f6594bfa2ea98b46eca357f6a78941e8a9 Reviewed-on: https://chromium-review.googlesource.com/955953 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#542235}
-
Ryan Landay authored
StackLayout#flingStacks() currently takes a boolean: true if we should scroll over to the incognito tab stack, and false if we should scroll over to the normal tab stack. This CL is a straightforward change to make this method instead take an integer value representing the index of the new tab stack. This is necessary to enable StackLayout to support more than two tab stacks. Bug: 648314 Change-Id: I4e58707c1e389638fca1c6a013abf022a8d248bc Reviewed-on: https://chromium-review.googlesource.com/957425Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Ryan Landay <rlanday@chromium.org> Cr-Commit-Position: refs/heads/master@{#542234}
-
https://skia.googlesource.com/skia.git/+log/b537879c7214..43f0ba073068 $ git log b537879c7..43f0ba073 --date=short --no-merges --format='%ad %ae %s' 2018-03-09 reed update tool to sniff images during deserialization 2018-03-09 egdaniel Fix no gpu build 2018-03-09 herb Remove getCache from SkAutoGlyphCache* 2018-03-09 bsalomon Fix breakage from merge conflict related to deleteTestingOnlyBackendTexture sig. change 2018-03-09 robertphillips Enable opList-based DDLs 2018-03-09 bsalomon Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& 2018-03-09 brianosman Fix a logical test in GrColorSpaceXform::Equals 2018-03-09 egdaniel Add promise images for deferred instantiation of wrapped gpu textures 2018-03-09 herb Remove one use of AttachCache, and a paint variant of FindOrCreate... 2018-03-09 robertphillips Make GrTextureStripAtlas DDL friendly 2018-03-09 bsalomon Vulkan backend render targets don't allow client to specify stencil bits 2018-03-09 angle-skia-autoroll Roll skia/third_party/externals/angle2/ e8a93c6ed..331404098 (1 commit) 2018-03-09 update-skps Update SKP version 2018-03-08 csmartdalton ccpr: Fix stale array access after dynamic resize 2018-03-09 bsalomon Add GM configs that test rendering to a GL backend texture and render target 2018-03-08 csmartdalton ccpr: Fix crash on zero-length fan tessellations 2018-03-09 herb Remove all uses of getCache with get. 2018-03-08 bungeman Avoid serializing to 'typ1' on Mac. 2018-03-09 caryclark some fuzzer fixes Created with: roll-dep src/third_party/skia BUG=809763 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;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=fmalita@chromium.org Change-Id: If8fabf2721caab7a00df51dc9698da43867a7e7e Reviewed-on: https://chromium-review.googlesource.com/956755 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@{#542233}
-
Greg Kerr authored
This CL reverts the GPU process to the V1 sandbox while a series of hangs are resolved. Tbr: creis@chromium.org Bug: 812228 Change-Id: Ie87cf5228d19cf3c50892b2f19133c3d3f2e2593 Reviewed-on: https://chromium-review.googlesource.com/957463 Commit-Queue: Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#542232}
-
David Reveman authored
This implements a CursorView class based on FastInkView. It provides smooth low-latency cursor movement with optional motion blur on Chrome OS devices, especially devices with HW overlay support. Single buffer updates are done on a high priority cursor paint thread and events are routed directly to this thread from the EVDEV thread. This provides minimum latency updates that are not affected by any work done on the UI thread. The result is smoothness guarantees that are as good or better than existing HW cursor on Chrome OS devices. Fast ink based cursor is currently limited to when motion blur is enabled but can become the default mechanism to display the cursor. And as a result allow the HW overlay currently assigned to the HW cursor to be used for contents and apps. Bug: 722793 Test: chrome --ash-enable-cursor-motion-blur Change-Id: I2baf0b5746610aca33f44b966556304d4cfc700c Reviewed-on: https://chromium-review.googlesource.com/846992Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#542231}
-
Bin Zhao authored
There is a bug that when we switch from network1 to network2, DIAL devices from network1 stays on MR dialog. Current implementation will not restart the timer and notify extension about sink list changes if network2 has no DIAL device. Fix it by always restart time when we get DIAL device events from DIAL registry. Bug: 820215 Change-Id: Ia149778427f142bffbb9ebd61b0de920b7a54289 Reviewed-on: https://chromium-review.googlesource.com/956310Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Bin Zhao <zhaobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#542230}
-
James Wallace-Lee authored
In webview, frames with no damage sometimes call AbortDraw to prevent draws. These aborts should not set did_draw_in_last_frame_ or the scheduler will request new BeginFrames when it doesn't need to. This CL stops setting did_draw_in_last_frame_ in AbortDraw while still setting it in WillDraw. Bug: 687695 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I84c39a5e06d578ea92558d81ce2fad5dc423cf75 Reviewed-on: https://chromium-review.googlesource.com/933292 Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#542229}
-
Joel Einbinder authored
Change-Id: Id06be3a64b74d8453fd79cfa5915b4490e943d7c Reviewed-on: https://chromium-review.googlesource.com/956876Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#542228}
-
MinChen authored
changes in this cl: - For clamshell devices, which we should not turn screen off by tapping the power button. Starts the menu animation immediately as press the power button. - Make the initial opacity in the menu animation not fixed, use the value in previous animation. - Still delay the power menu animation if we should turn screen off by tapping the power button. And differeniate the timer fire time according to the initial scrern state. Bug: 799524 Change-Id: Icad6c4e66be2ec41978456862c337ff494bfac00 Reviewed-on: https://chromium-review.googlesource.com/953374Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Qiang Xu <warx@google.com> Commit-Queue: min c <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#542227}
-
Brandon Jones authored
Supports both Oculus Touch (6DoF) and the Oculus Remote (3DoF). Automatically switches between them as each form of input becomes active. Bug: 812287 Change-Id: If99852472d2d536dbc739b159a73ebcb83820c4b Reviewed-on: https://chromium-review.googlesource.com/956681Reviewed-by:
Bill Orr <billorr@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#542226}
-
Nico Weber authored
Currently fails on the libc++ bot with ../../chrome/browser/task_manager/sampling/shared_sampler_win_unittest.cc(144): error: Expected: (physical_bytes()) >= (initial_value + allocated_size), actual: 15224832 vs 19419136 The reason seems to be that memory use is only counted if the memory is referenced, and with libc++ the compiler is apparently able to optimize away the memory's initialization. Add some reading code to make sure the memory references remain. Bug: 801780 Change-Id: I8edef2eda4be8b4344ebc934768ecd58ee39496b Reviewed-on: https://chromium-review.googlesource.com/956571 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#542225}
-
Ian Vollick authored
With this change, a user may both resize and reposition the content quad when in "repositioning" mode. Bug: 799270 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I86aed8d83db82998c64e982922e21298c6a243ec Reviewed-on: https://chromium-review.googlesource.com/956499 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Cr-Commit-Position: refs/heads/master@{#542224}
-
James Cook authored
TrayAccessibilityTest.CheckMenuVisibilityOnDetailMenu was disabled for flake. The most likely cause is test-only race conditions in sending session state from the browser to ash. It does not need to be a browser test. Move it to ash_unittests to avoid the race conditions and re-enable it. Bug: 819987 Test: ash_unittests Change-Id: Iecf37fbb9d0115c5d1f9299e729fb66d193f7048 Reviewed-on: https://chromium-review.googlesource.com/957308Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#542223}
-
Alexander Timin authored
Add new histograms to capture per-task-type task duration for different renderer visibility states separately. BUG=820494 R=rkaplow@chromium.org CC=panicker@chromium.org Change-Id: Icce8e262cc87a4d3f73809abdbcda34a124a1bb9 Reviewed-on: https://chromium-review.googlesource.com/955855Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#542222}
-
Artur Khachatryan authored
These tests are failing on Waterfall for Android Chromium build bot. Disabling tests. Bug: chromedriver:2286 Change-Id: I26b53ee52beaa5d942957ed8271b3aa6e3c42ddc Reviewed-on: https://chromium-review.googlesource.com/956547Reviewed-by:
Jonathon Kereliuk <kereliuk@chromium.org> Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> Cr-Commit-Position: refs/heads/master@{#542221}
-
Xiaoqian Dai authored
Bug: 809298 Change-Id: I7d8b5e5e9a792b689129937c912bc16e6ef2e053 Reviewed-on: https://chromium-review.googlesource.com/950139Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#542220}
-
Sorin Jianu authored
Bug: 819834 Change-Id: I624029d327940f86be4852fbebe7f5a525d72a30 Reviewed-on: https://chromium-review.googlesource.com/953976Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#542219}
-
Aaron Leventhal authored
TBR=nektar@chromium.org Bug: None Change-Id: Ie0078dadf64e05ab8c0b9ff53549c4b8a726ad18 Reviewed-on: https://chromium-review.googlesource.com/956295Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#542218}
-
Emily Hanley authored
Bug: 758632 Change-Id: I7fc16ec27f1e24978c85c0b4a58970b19ffc5045 Reviewed-on: https://chromium-review.googlesource.com/955924Reviewed-by:
Ashley Enstad <ashleymarie@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#542217}
-
James Wallace-Lee authored
active_tree_needs_first_draw_ was set to false on invalidate so that it wouldn't block commits. Instead, fallback tick handling guarantees that every activated frame has a draw. This CL removes the change along with its associated test (introduced in crrev.com/1092123005). Bug: 819430 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ibf6008512638943b7caa771f7ca6a953851607d6 Reviewed-on: https://chromium-review.googlesource.com/953208Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Cr-Commit-Position: refs/heads/master@{#542216}
-
Tom Sepez authored
Bug: 809614 Change-Id: I63fb89898c9ed83e532fd148a0a4dd318c194693 Reviewed-on: https://chromium-review.googlesource.com/956488 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#542215}
-
John Budorick authored
TBR=rockot@chromium.org No-Tree-Checks: true No-Try: true Bug: 820407 Change-Id: Ib10cd0c33aa8ad1725c22e180aa679352cd8883d Reviewed-on: https://chromium-review.googlesource.com/957462 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#542214}
-
jonross authored
A series of tests across viz_browser_tests, viz_content_browsertests, and viz_content_unittests have been fixed. This change re-enables them. At the same time it updates the ordering of the filter files to reflect some recent triaging. Grouping together similar root-cause issues. TBR=kylechar@chromium.org Bug: 760181 Change-Id: Ib7040cd995cfdd7d92f3c3e677b87ebcaf920bc5 Reviewed-on: https://chromium-review.googlesource.com/957319 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#542213}
-
Xi Han authored
ServiceManager may need to launch child processes before a BrowserMainLoop has been created, and therefore before any BrowserThreads exists. We therefore replace the BrowserThread::PROCESS_LAUNCHER with a global TaskScheduler sequence, created on-demand when the ServiceManager or ChildProcessLauncherHelper first need it. Under Windows we must use a single-thread TaskRunner, while on other platforms we are able to use a normal TaskScheduler sequence. File crbug.com/820200 to track that. Bug: 815225 Change-Id: Ia0f46461fb9cc92fddacf81ee96b764de8477d11 Reviewed-on: https://chromium-review.googlesource.com/941264 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#542212}
-
Xianzhu Wang authored
Animated images may change before invalidation. For example, an image with SVG animation gets ImageChanged notification periodically but a paint triggered by some other change may not just follow an invalidation of the animated image. Bug: 819683 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I5acb3eedc0ac714a600ac6df752dc22245bf3d1d Reviewed-on: https://chromium-review.googlesource.com/956303 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542211}
-