- 10 Jan, 2018 40 commits
-
-
Francois Doray authored
This CL migrates calls from SequencedWorkerPool to TaskScheduler in the posix blockfile cache. The calls were already redirected to TaskScheduler under the hood (via EnableWithRedirectionToTaskSchedulerForProcess). Bug: 667892 Change-Id: I8abdb3df6d0fc4b35ad96109c8af818828a4df79 Reviewed-on: https://chromium-review.googlesource.com/850754 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#528385}
-
Koji Ishii authored
This patch removes an extra call to AppendIdentityMapping(), which will later hit DCHECK in ComputeOffsetMappingIfNeeded(). AppendBreakOpportunity() calls Append(), which calls AppendIdentityMapping(). The caller of AppendBreakOpportunity() should not call AppendIdentityMapping(). In addition, this patch adds DCHECK to ensure the integrity check built into ComputeOffsetMappingIfNeeded() always run. Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ic7c0ec9d7c8ed8f65475b29bff633ddbeeee3248 Reviewed-on: https://chromium-review.googlesource.com/859817Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#528384}
-
Yuwei Huang authored
Third party auth is currently not supported on iOS. For now when the user connects to a corp device, they will only see a snackbar saying "[ThirdPartyAuth] unable to authenticate with <machine name>", which is confusing to the user. This CL improves it by making the text clearer, and refactors the logic a bit so that the message is displayed by ClientConnectionVC instead of RemotingClient. Bug: 793167 Change-Id: I5bceb6163149913e1293896415d36ca8e5e69038 Reviewed-on: https://chromium-review.googlesource.com/849490Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#528383}
-
bsheedy authored
Adds a VR instrumentation test to catch future occurrences of crbug.com/799999. This was a bug where going from VR browser -> WebVR -> VR browser -> WebVR would cause WebVR's requestAnimationFrame to stop working. Bug: 800024 Change-Id: Ia9ad57f25f666515bad93350d383c85bfb449fe7 Reviewed-on: https://chromium-review.googlesource.com/858498 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#528382}
-
Steven Bennetts authored
This removes the remaining UI code from ChromeBrowserMainPartsChromeOS and moves it to ChromeBrowserMainExtraPartsAsh. This also: * Replaces instances of the deprecated ash_util::IsRunningInMash() with chromeos::GetAshConfig() == ash::Config::MASH. * Alphabetizes construction of instances in ChromeBrowserMainExtraPartsAsh (they should not have any implicit co-dependencies). * Moves PushProcessCreationTimeToAsh() to ChromeBrowserMainExtraPartsAsh. Bug: 796007 For DEPS changes: TBR=oshima@chromium.org Change-Id: I8a1d45d3ef12ee5f31781e774e42dc4098faa5d6 Reviewed-on: https://chromium-review.googlesource.com/857322Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#528381}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/34bf4228..d14d7b02 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: I7dee63ab9d076eab1f8f2978209d0e77ccf2fa88 Reviewed-on: https://chromium-review.googlesource.com/860620Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#528380}
-
Sean Kau authored
Read the new bulk printers policies for printer configurations for enterprise users. Bug: 758680, 755560 Change-Id: Ic6137e0ec542e95888a25463f0b66c7ba460473c Reviewed-on: https://chromium-review.googlesource.com/854698Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#528379}
-
Daniele Castagna authored
This debug feature caused a lot of confusion and will be superseded by tinting the content instead: crrev.com/c/810272 Bug: Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: If3bb0b9f2b1aef95cbd424a7f6e779f6c0e95d14 Reviewed-on: https://chromium-review.googlesource.com/804576Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#528378}
-
Yuke Liao authored
In order to roll GN a37803c9..9e6619e7 (r523254:r528334) and pick up the following changes: 47b25a1f Fix gn bootstrap da71ef39 [GN] Implements analyzing dependencies between items. f1e844fc Allow EarlGrey objective-c xctest files. af32cb03 Allow objective-c xctest files when generating xcode project. bfdc3fdc Reduce includes of windows.h 3cf32744 [GN] Implement tracking build dependency files for Items. c2c9d071 Add time_exploded_posix to gn bootstrap. f4bb44bd Revert "Enable frame pointers on arm32." e8d5151f [CFI] Require LLD for ProtectedMemory on Linux 8c29b757 Enable frame pointers on arm32. c851ab86 Update gn documentation for --ide=vs. TBR=dpranke@chromium.org Change-Id: I1fb3fe24b2f45c8714a8b55375406146eb5fbfeb Reviewed-on: https://chromium-review.googlesource.com/860424 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#528377}
-
Bailey Berro authored
This cl changes the SmbProvider setting for multiple_mounts to true as users should be able to mount multiple Smb shares. Bug: 757625 Change-Id: I25fd52c80af398be8d10039ec05d7d251b514cab Reviewed-on: https://chromium-review.googlesource.com/860536 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#528376}
-
W. James MacLean authored
This CL is a pure re-factor to break up RenderWidgetHostInputEventRouter::RouteTouchEvent match the pattern of FindXEventTarget/DispatchXEvent used by RenderWidgetTargeter. In the process, we've removed some some duplicated code, and generalized the event transformations to avoid the over-simplistic static-delta offset model used previously. Bug: 799474 Change-Id: I11cb9e7d56dc3a9c06e00eb844fcb55298ad17c0 Reviewed-on: https://chromium-review.googlesource.com/855118 Commit-Queue: James MacLean <wjmaclean@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#528375}
-
Bruce Dawson authored
Change-Id: I4285ce70c8be464be37eb1997e776fb0f1db2219 Reviewed-on: https://chromium-review.googlesource.com/860728 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#528374}
-
Will Chen authored
This fixes our drawer UMA metrics (which has been severely under-reporting for a while) and adds a test for this. Bug: none Change-Id: I3b84490952a49642993c8d772fc2c114cbcbcbea Reviewed-on: https://chromium-review.googlesource.com/858280Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Will Chen <chenwilliam@chromium.org> Cr-Commit-Position: refs/heads/master@{#528373}
-
Gordana Cmiljanovic authored
Need since update to NDKr16. Bug: Compile time failure. Change-Id: I899c5ae993b327ac3860b62548084a62205193e8 Reviewed-on: https://chromium-review.googlesource.com/856457Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#528372}
-
Eric Lawrence authored
The security interstitial bypass keyword hasn't changed in two years and awareness of the bypass has been increased in blogs and social media. Rotate the keyword to help prevent misuse. Bug: 797344 Change-Id: I76213b05cc0fe8f23882123d0aeef668652dd89d Reviewed-on: https://chromium-review.googlesource.com/860418Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Commit-Queue: Eric Lawrence <elawrence@chromium.org> Cr-Commit-Position: refs/heads/master@{#528371}
-
rbpotter authored
Print ticket expects the pages to be sent in the format of an array with from and to fields in each element, or a null pointer/empty array if the full range is to be printed. Change pages value to this format and add a test. Bug: 773928 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I5087d958e2cb5f60789053d7f152d5dfbe5b6617 Reviewed-on: https://chromium-review.googlesource.com/855506 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#528370}
-
Alexander Timin authored
This patch starts to actually use WorkerMetricsHelper and CompositorMetricsHelper introduced in https://chromium-review.googlesource.com/c/chromium/src/+/859497. R=alexclarke@chromium.org BUG=776416 Change-Id: Ifc025a439aba25613c2394a25fff08238f017b39 Reviewed-on: https://chromium-review.googlesource.com/860101Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#528369}
-
Vladimir Levin authored
This patch serializes the rest of the non-image filters. R=khushalsagar@chromium.org, enne@chromium.org Bug: 777636 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: If3d17bd851ed2b012b23e2614fbeb45dd05fa973 Reviewed-on: https://chromium-review.googlesource.com/855587 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#528368}
-
Guido Urdaneta authored
Before this change, stopping nondevice tracks (e.g., canvas capture) did not trigger an update that was necessary to remove completed tasks from a queue with MediaStream-related tasks, preventing new operations such as getUserMedia from executing. A test is on a separate CL (crrev.com/c/860361) in order to make merging easier. Bug: 800313 Change-Id: Ia395b10510362af91a471a352ff90025c5776dd6 Reviewed-on: https://chromium-review.googlesource.com/860040Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#528367}
-
Mustaq Ahmed authored
Bug: Change-Id: I2c535d6c7c8708be07bd0046cf0ae545b106ca22 Reviewed-on: https://chromium-review.googlesource.com/857807Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#528366}
-
Francois Doray authored
Do not protect a tab when TabLifecycleUnit::SetRecentlyAudible(false) but TabLifecycleUnit::SetRecentlyAudible(true) was never called. There are spurious calls to TabLifecycleUnit::SetRecentlyAudible(false) when a tab is created. Bug: 775644 Change-Id: I06c3567ca28a55ac40e522768c5184d465264160 Reviewed-on: https://chromium-review.googlesource.com/855098 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#528365}
-
Xiangjun Zhang authored
Add UdpPacketsReader/Writer to read/write UDP packets from/into mojo data pipe. The size of each packet is written into the pipe before the packet itself is written. This reader/writer will be used by mirroring service to send the UDP packets to browser in later CLs. Bug: 734672 Change-Id: I8827e21992fa33b84a6b5e7d6c058f3acbb73fdd Reviewed-on: https://chromium-review.googlesource.com/823614Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Xiangjun Zhang <xjz@chromium.org> Cr-Commit-Position: refs/heads/master@{#528364}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/594b3eeeaa61..640d8ffad853 $ git log 594b3eeea..640d8ffad --date=short --no-merges --format='%ad %ae %s' 2018-01-10 dsinclair Make methods which create nodes more obvious Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-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=dsinclair@chromium.org Change-Id: I583b7268f28ff01955a6a48af515bfa956ebc0c7 Reviewed-on: https://chromium-review.googlesource.com/860558 Commit-Queue: <pdfium-deps-roller@chromium.org> Reviewed-by: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#528363}
-
Koji Ishii authored
This patch rebaselines 65 tests where shaping and spacing are different. TBR=eae@chromium.org NOTRY=true Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: If60a09b953fecbd023e00600cf75b014ddd337c6 Reviewed-on: https://chromium-review.googlesource.com/860077 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#528362}
-
clamy authored
This CL updates the test expecations for external/wpt/websockets/opening-handshake/003.html?wss which is supposed to fail but also times out on mac_chromium_rel_ng. TBR=jeffcarp@chromium.org Bug: 800509,709227 Change-Id: Ia74690f6d53c63ff50312aed0f81c3a08f6d216b Reviewed-on: https://chromium-review.googlesource.com/860360Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#528361}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/438663e7fc11..60d179256213 $ git log 438663e7f..60d179256 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-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.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I58bffa52e1932a42a3a245bedbabe3c9b4f6d203 Reviewed-on: https://chromium-review.googlesource.com/860517Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#528360}
-
Fabio Tirelo authored
Bug: 776538 Change-Id: I325343d13771cbd67f3a730f5228918ffba9d39a Reviewed-on: https://chromium-review.googlesource.com/858096Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#528359}
-
John Chen authored
Release of ChromeDriver 2.35 for Windows is blocked by "OSError: The process cannot access the file because it is being used by another process", due to an opened file handle. Fixed by closing the extra file handle. Change-Id: I4899f4b13a970db14b52c98f5eaa3b9f2a30100b Reviewed-on: https://chromium-review.googlesource.com/860697Reviewed-by:
Jonathon Kereliuk <kereliuk@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#528358}
-
Xianzhu Wang authored
This is a reland of 8fc86d05 Added a IsBox() check in NeedsInnerBorderRadiusClip() because now LayoutSVGViewportContainer which is not a box can clip overflow. Also examined all other NeedsOverflowClip() callsites which have no problems. Original change's description: > [SPv175+] Create OverflowClip for LayoutSVGViewportContainer > > A LayoutSVGViewportContainer may clip overflow just like > a LayoutSVGRoot. > > Bug: 771643 > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: I81d2468a57429542263520a90847645e69080991 > Reviewed-on: https://chromium-review.googlesource.com/858161 > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > Reviewed-by: Tien-Ren Chen <trchen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#528243} Bug: 771643 Change-Id: Ib62d1d7850ab74cad19e6a85a85770896f5399a8 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 TBR: chrishtr@chromium.org Reviewed-on: https://chromium-review.googlesource.com/860538Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#528357}
-
Zhiqiang Zhang authored
This is to keep the router/ directory clean of v2-specific implementation. Bug: Change-Id: Ic72eb459615135a86c5d03d74d8054594d9301a3 Reviewed-on: https://chromium-review.googlesource.com/856256Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Zhiqiang Zhang <zqzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#528356}
-
John Abd-El-Malek authored
The problem was with the new CreateHangingFirstRequestInterceptor implementation for the network service case. Returning "true" from the URLLoaderInterceptor isn't enough to hang the frame request, as the URLLoaderClient interfaceptr's destruction will lead to an error in the renderer and an error page will commit. Prerendering code would then think that the prerender has committed and can be used. Bug: 800373 Change-Id: Id5b8e20fcec8850b9b00d57cbae803102d95d59d Reviewed-on: https://chromium-review.googlesource.com/857961Reviewed-by:
Yuzhu Shen <yzshen@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#528355}
-
Ran Ji authored
Bug: 794363 Change-Id: I2751f7835a6f422c2a323148cf218a83c19069ea Reviewed-on: https://chromium-review.googlesource.com/850440Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#528354}
-
Steven Bennetts authored
This also shows 'Loading...' while the IPv6 address loads. Bug: 800305 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I1be348b8aa035caa5072efb54d5f1bc000dd1655 Reviewed-on: https://chromium-review.googlesource.com/858425Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#528353}
-
Tarun Bansal authored
In network quality estimator, use the transport RTT as a lower bound for the HTTP RTT. Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Bug: 753436 Change-Id: Iec080cb49429436cdac8870ee3c1711faa933a09 Reviewed-on: https://chromium-review.googlesource.com/858295Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#528352}
-
Dominic Mazzoni authored
Bug: 796668 Change-Id: I754ab068e9fa4ed814b96fc69e24c5efc95ded77 TBR: mek,qyearsley NOTRY: true Reviewed-on: https://chromium-review.googlesource.com/860528Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#528351}
-
Andrew Grieve authored
This allows creating smaller projects again. Change-Id: Id4bb02232d7e7430b1bf9228c4359e66b40b2793 Reviewed-on: https://chromium-review.googlesource.com/858596 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#528350}
-
Xianzhu Wang authored
Previously we used PropertyTreeState::Root() as the initial property tree state and replay state in SVGFilterRecordingContext, which was incorrect causing e.g. extra transforms applied in the recorded filter. Now use the property tree state of the painting context. Bug: 771643 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I07c3cbac74cda079c146a66b193450705909114d Reviewed-on: https://chromium-review.googlesource.com/857747Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#528349}
-
Francois Doray authored
This will be required to indicate whether the discard was successful when the tab discard extension API is invoked https://cs.chromium.org/chromium/src/chrome/browser/extensions/api/tabs/tabs_api.cc?l=2177&rcl=74f642e40765e20497219a27725fb31802f9db9a Bug: 775644 Change-Id: I885f7a7078e333bf5112a56c2c18ada6c544e7e2 Reviewed-on: https://chromium-review.googlesource.com/854618Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#528348}
-
Quinten Yearsley authored
Purpose: Sometimes users of rebaseline-cl may want to fetch baselines generated in try jobs for a patchset other than the latest patchset. This would add an argument --patchset to webkit-patch rebaseline-cl. Bug: 767106 Change-Id: I53d8ce29554b4dc70981d73dd09b8799edce0925 Reviewed-on: https://chromium-review.googlesource.com/858228Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#528347}
-
https://chromium-review.googlesource.com/c/chromium/src/+/853243Nico Weber authored
No intended behavior change (except for minor changes to error message output). Bug: 762073 Change-Id: I156b0a2ce401c2bbabfdc94763e3303cb8d9629b Reviewed-on: https://chromium-review.googlesource.com/860177 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#528346}
-