- 17 Jul, 2018 40 commits
-
-
Bret Sepulveda authored
This patch changes the size at which close buttons disappear from being approximately 48 dips of content area to being a fixed constant. As a first pass I've set the constant to 68 dips, which feels good to me. This patch also ties the logic for when to show extra left padding to the close button visibility, which addresses cases where the favicon would "twitch" due to the alert indicator appearing. Bug: 853788, 863027 Change-Id: I681f8b7d530b192f2fd5943436ae16bd93f33fba Reviewed-on: https://chromium-review.googlesource.com/1125315Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#575795}
-
Christopher Thompson authored
This changes the default HTTPS security indicator to drop the "Secure" verbose chip and only show the lock icon (for non-EV HTTPS). This also updates the flag groups from crbug.com/803138 to account for the new default, and add a "holdback" condition. The SecurityIndicatorTest tests are updated to match. Bug: 864606 Change-Id: I08acd2dc9431f8b70d6f932c977a831111d08e75 Reviewed-on: https://chromium-review.googlesource.com/1140674Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#575794}
-
chaopeng authored
There are 3 changes make in overflow-scrollability.html: 1. update tests to use testharness.js 2. call rAFs before start input 3. use promise_test and gpuBenchmarking events This should fix the overflow-scrollability.html flaky on virtual/threaded test suites. Bug: 841567 Change-Id: Ic098832a3ce685774d204d245f61809edee4a60b Reviewed-on: https://chromium-review.googlesource.com/1131834Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#575793}
-
Stephen McGruer authored
This is a reland of 73716e90 Original change's description: > Add histogram to measure usage of '#' in WebView loadData APIs > > The goal is to compare how often this histogram is logged with the > existing kDataUriHasOctothorpe UseCounter for WebView, in order to > determine what API path we might want to modify when doing a compat > fix. The belief is that the histogram and UseCounter should be > roughly comparable because the histogram will only be recorded at most > once per site load (because the loadData APIs cause a site load). > > Bug: 823666 > Change-Id: I0ce63b8c86bc3bcd02d3b10ab7a38112fb520439 > Reviewed-on: https://chromium-review.googlesource.com/1112045 > Commit-Queue: Stephen McGruer <smcgruer@chromium.org> > Reviewed-by: Bo <boliu@chromium.org> > Reviewed-by: Timothy Dresser <tdresser@chromium.org> > Reviewed-by: Robert Kaplow (slow) <rkaplow@chromium.org> > Cr-Commit-Position: refs/heads/master@{#575268} Bug: 823666, 864152 Change-Id: I7cbd818a9a427ab9497aa51bc1df8e91b38dc295 Reviewed-on: https://chromium-review.googlesource.com/1138893Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#575792}
-
Tibor Goldschwendt authored
Change-Id: Ia24af4265badb67284c4151af813559ed7fbf7c1 Reviewed-on: https://chromium-review.googlesource.com/1140779 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#575791}
-
Daniel Rubery authored
In order to prevent Referrer chains from looping, add a timestamp argument to both FindNavigationEvent and FindRetargetingNavigationEvent. Then only allow the next event if it precedes the previous event chronologically. Bug: 864234 Change-Id: Ie5752096eb2571ecf24bdf22057ebc5c4d87adbd Reviewed-on: https://chromium-review.googlesource.com/1141058Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#575790}
-
Charlie Harrison authored
The code for initializing the memory mapping from a ruleset file was not properly checking for IO errors from lower level mmap utilities. This CL accounts for that by adding a factory method to MemoryMappedRuleset which returns nullptr if initializing the memory mapped file fails. This is tested via a global boolean which simulates mmap failures by always returning nullptr from the factory method. Bug: 734102 Change-Id: Id9372d09c0c1abdd4eb26a6486a84e11cd7cc245 Reviewed-on: https://chromium-review.googlesource.com/1138336 Commit-Queue: Asanka Herath <asanka@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#575789}
-
Muyuan Li authored
Bug: None Test: None Change-Id: I18651c7a5aae4535cf0c7b652e68735126b3fe6c Reviewed-on: https://chromium-review.googlesource.com/1139111Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Muyuan Li <muyuanli@chromium.org> Cr-Commit-Position: refs/heads/master@{#575788}
-
Sergey Ulanov authored
Renamed targets under //webrunner as follows: service_unittests -> webrunner_unittests runner_pkg -> webrunner_pkg runner_exe -> webrunner_exe runner -> webrunner Bug: 852145 Change-Id: Id92d021d29e7fada81153d70440b6376052e3abd Reviewed-on: https://chromium-review.googlesource.com/1138992Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#575787}
-
Quan Nguyen authored
Bug: 837501 Change-Id: I2c3473b7198a3f8a172552dfda07b91fec19f5da Reviewed-on: https://chromium-review.googlesource.com/1136020Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Quan Nguyen <qnnguyen@chromium.org> Cr-Commit-Position: refs/heads/master@{#575786}
-
Hidy Han authored
InspectorDOMSnapshotAgent: expose and book layout nodes owned by pseudo elements under their owners. Currently, only support before, after and first letter pseudo types. Change-Id: Ifb10fecad1dbfb6b987eaa0bd0e7ccb4a222d13f Reviewed-on: https://chromium-review.googlesource.com/1125511 Commit-Queue: Hidy Han <hidyhan@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#575785}
-
Kenneth Russell authored
The new names for the affected bots are: mac10.13_retina-blink-rel mac10.13_retina-blink-rel-dummy WebKit Mac10.13 (retina) Bug: 863070 Change-Id: I0a9cfb1e0378f6fe2f900c84e0d73c16f1094d8d Reviewed-on: https://chromium-review.googlesource.com/1136883Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#575784}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b609e6dc6a02..3229e65886a0 git log b609e6dc6a02..3229e65886a0 --date=short --no-merges --format='%ad %ae %s' 2018-07-17 jvanverth@google.com Revert "Add some optimizations to PolyUtils" 2018-07-17 ziadb@google.com SkAR Java: drawing planes as paths 2018-07-17 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-07-17 jvanverth@google.com Add some optimizations to PolyUtils 2018-07-17 kjlubick@google.com Add SkFloat2Bits and Region stub 2018-07-17 caryclark@google.com build for gdb on linux 2018-07-17 caryclark@skia.org fix bookmaker build bot 2018-07-17 robertphillips@google.com Restore SkLightingShader and associated classes 2018-07-17 allanmac@google.com Bug fixes and improvements to SKC and HotSort. Vulkan is WIP. 2018-07-17 caryclark@skia.org remove unused untested parts of text blob 2018-07-17 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 6fb8ba4e8660..d691aeeb956f (1 commits) Created with: gclient setdep -r src/third_party/skia@3229e65886a0 The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=bungeman@chromium.org Change-Id: I8680e0eeffa0615b25d1b0e5c8767c4ba199f02f Reviewed-on: https://chromium-review.googlesource.com/1140417Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#575783}
-
Nathan Parker authored
Chrome-side change. Logs CL: http://cl/200254698 Bug: 849781 Change-Id: I4348263c7e7bbfb868626141bc6a142cb738375d Reviewed-on: https://chromium-review.googlesource.com/1102165 Commit-Queue: Nathan Parker <nparker@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Tim Schumann <tschumann@chromium.org> Reviewed-by:
vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#575782}
-
Robert Ogden authored
Bug: 859742 Change-Id: Ia6c15fac08867ccd81556e1cdf7e1b45620069a4 Reviewed-on: https://chromium-review.googlesource.com/1138991Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#575781}
-
Shimi Zhang authored
Since the downstream P code are upstreamed, this class becomes no-op. part 1: http://crrev/c/1138815 Bug: 850652 Change-Id: Idfda4ec1cd583159fdabf8c1fedc35cf752c9099 Reviewed-on: https://chromium-review.googlesource.com/1137105 Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#575780}
-
Penny MacNeil authored
Identical blocks are not forgotten across drains now. Added test as well. R: pmonette@chromium.org Test: chrome_elf_unittests.exe, ThirdParty* Bug: 769590 Change-Id: I1d3b7db15128746c25e6d8bcfce8f39d2251d67f Reviewed-on: https://chromium-review.googlesource.com/1140512 Commit-Queue: Penny MacNeil <pennymac@chromium.org> Reviewed-by:
Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#575779}
-
Robert Sesek authored
It appears to be unneeded and it causes the fast/css/opacity-float.html LayoutTest to fail. Bug: 689306 Change-Id: I704a22a40fbdbfbb9fd98d6676ec0ce244d4a0ee Reviewed-on: https://chromium-review.googlesource.com/1140208Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#575778}
-
kylechar authored
Forcing LayerTreeHostImpl to always swap shouldn't be necessary for the browser UI compositor anymore. LayerTreeHostImpl has been changed to always submit a CompositorFrame if the set of referenced surfaces has changed. It appears |must_always_swap| isn't necessary for layout tests either as they still pass without it. Bug: 851616 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I032264a23ba3b8c880f10d777cbe7b24372f0347 Reviewed-on: https://chromium-review.googlesource.com/1136804Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#575777}
-
Kurt Horimoto authored
This CL updates TableViewEmptyView to use NSAttributedStrings rather than using the UILabel equivalents. This allows ChromeTableView subclasses to define custom text styling if necessary. Bug: 851962 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ib41dedfcb659ddfbe974db7d88b8867d6d9d5c20 Reviewed-on: https://chromium-review.googlesource.com/1135760Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#575776}
-
Ali Juma authored
This upstreams text-target.html, as well as a change to client-rect.html. This also deletes the non-WPT copy of these tests to avoid unnecessary test duplication. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ic53b3be66ffa2b2dd5b77105eb2c8e02181bac81 Reviewed-on: https://chromium-review.googlesource.com/1136939Reviewed-by:
Stefan Zager <szager@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#575775}
-
Charlie Andrews authored
dproy@ added histograms for longest input delays and timestamps in http://crrev.com/c/1084058: this CL does the same for general input delays. R=tdresser@chromium.org,rkaplow@chromium.org CC=dproy@chromium.org Bug: 862389 Change-Id: I4453b0b7338101098ca4521100abe3293add45c0 Reviewed-on: https://chromium-review.googlesource.com/1132108Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#575774}
-
Johannes Henkel authored
https://chromium.googlesource.com/deps/inspector_protocol/+/0d4255502019144a5dec5669d7992165ae8924e7 Change-Id: I6a0f2fe8aae5cc79b7b01127c2d05cf296209e51 Reviewed-on: https://chromium-review.googlesource.com/1139098Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#575773}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b1e14adb..3df683e6 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I29d40266031f416da6259fed1ca419b52169ec53 Reviewed-on: https://chromium-review.googlesource.com/1140687Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#575772}
-
Olivier Li authored
Bug: 830892 Change-Id: Id148e1503564e86f220a6a775aa9055294e465b1 Reviewed-on: https://chromium-review.googlesource.com/1140198Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Commit-Queue: Oliver Li <olivierli@chromium.org> Cr-Commit-Position: refs/heads/master@{#575771}
-
Tarun Bansal authored
This will be used in a subsequent CL to change the HTTP RTT estimate of the count of end to end RTT observations is more than a certain threshold. Change-Id: I4268568e2c7df0c45651fdecb19ba59925430565 Bug: 834119 Reviewed-on: https://chromium-review.googlesource.com/1117771Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#575770}
-
Marina Ciocea authored
This reverts commit a3ec8289. Reason for revert: win tester bot failure Original change's description: > Re-enable webrtc audio quality browsertests on windows. > > Tests were previously disabled when they started failing (more context in linked bug). Re-enabling because tests pass locally on win7 machine. > > Bug: 850936 > Change-Id: Ie1ab4e82daf2c0265e932237d3edf6b3399ee803 > Reviewed-on: https://chromium-review.googlesource.com/1139066 > Reviewed-by: Henrik Boström <hbos@chromium.org> > Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#575638} TBR=hbos@chromium.org,marinaciocea@chromium.org Change-Id: I1cf598f783dd33be1f8834c5d7baf01a20479ffd No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 850936 Reviewed-on: https://chromium-review.googlesource.com/1140854Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#575769}
-
Kyle Horimoto authored
Previously, this string was "SMS Connect", but our UX team requested that it be changed to "Android Messages". Bug: 824568 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I8843cd070b60c3b0230ed6e9c5b9e08a88b940ce Reviewed-on: https://chromium-review.googlesource.com/1140775Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#575768}
-
Alexey Kozyatinskiy authored
R=lushnikov@chromium.org Bug: none Change-Id: Id2192b6ca53da504540c2528121b3ee7a0dd1761 Reviewed-on: https://chromium-review.googlesource.com/1132630 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#575767}
-
Xiaoqian Dai authored
Put the common logic in TabletModeWindowDragDelegate and create TabletModeBrowserWindowDragDelegate and TabletModeAppWindowDragDelegate to do special handling for browser windows and app windows. *DragDelegate does almost everything other than updating the dragged window (which is done by *DragController by either changing the dragged window's bounds or transform). Bug: 823769 Change-Id: Idc9e788f7e273a92fc783af347f62cd862be54bd Reviewed-on: https://chromium-review.googlesource.com/1134503 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#575766}
-
Charlie Andrews authored
The test has recently become much flakier. TBR=nednguyen@chromium.org CC=mythria@chromium.org,ulan@chromium.org NOTRY=true Bug: 864718 Change-Id: Ief78f4e4525bb562416bfb293770ed0b905dc32c Reviewed-on: https://chromium-review.googlesource.com/1141067Reviewed-by:
Charlie Andrews <charliea@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#575765}
-
Jochen Eisinger authored
After the latest round of API changes, it's a drop-in replacement. BUG=831073 R=blundell@chromium.org,tengs@chromium.org Change-Id: I086340744a2df1763c29da879ca2f87465028fac Reviewed-on: https://chromium-review.googlesource.com/1126256Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#575764}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d74f01b7. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/21501 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: igrigorik@chromium.org, panicker@chromium.org: external/wpt/performance-timeline TBR=foolip No-Export: true Change-Id: I3e61664c718581f984e73e916a33d5f81288a6fe Reviewed-on: https://chromium-review.googlesource.com/1140776 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@{#575763}
-
Fernando Serboncini authored
This is needed to get frame sink ids for DedicatedWorkers' RAF. Bug: 863698 Change-Id: I0bd86ac9271d3f00ee5cb00522896ff152ef7bb6 Reviewed-on: https://chromium-review.googlesource.com/1140278Reviewed-by:
Justin Novosad <junov@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#575762}
-
Ned Nguyen authored
TBR=perezju@chromium.org NOTRY=true # test by PRESUBMIT Bug: 863767 Change-Id: I210c158140e015f0a15ba9d34945fcda8f394d43 Reviewed-on: https://chromium-review.googlesource.com/1140917Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#575761}
-
Tibor Goldschwendt authored
This CL prepares moving VR code into a DFM. See go/chromevr-java-dfm for more details. This CL does the following: - Add VrDelegate and VrIntentDelegate interfaces which represents the VR API the rest of Chrome can call. - Add the interfaces implementation VrDelegateImpl, which forwards calls from Chrome into VR to the classes currently implementing those calls, i.e. VrShellDelegate and VrIntentUtils. - Add the interfaces implementation VrDelegateFallback, which will be instantiated if the VR DFM is not present. For now, it will be instantiated if the GN arg enable_vr is false. - Add VrModuleProvider, which is responsible for instantiating the correct interface implementations. - Replaces all calls from outside of VR to VrShellDelegate and VrIntentUtils with calls to the new interfaces. - Moves most VR Java classes behind the enable_vr GN arg. Bug: 862639 Change-Id: Iae88db612dc65930d915fb3187bd9426b56f9045 Reviewed-on: https://chromium-review.googlesource.com/1133319 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#575760}
-
Scott Violet authored
This makes ~AshService shutdown parts of GpuHost early in shutdown in hopes of avoiding a deadlock between the raster thread and main thread. BUG=none TEST=none Change-Id: I438ce9ec9eebf025abf7a5dc0f546792d2c6c9e7 Reviewed-on: https://chromium-review.googlesource.com/1140735Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#575759}
-
Matt Falkenhagen authored
This is mostly a revert of https://crrev.com/a0cf214082, https://crrev.com/f03034d9a3c66, https://crrev.com/d2867e8cba3c, and https://crrev.com/5fe56c3ef49a6 but some new CHECKs added are retained as DCHECKs, and some trace instrumentation is kept. Bug: 857005 Change-Id: Iaa686c040122acc3d2a376c8af8c66732c1f9307 Reviewed-on: https://chromium-review.googlesource.com/1136458Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#575758}
-
Lambros Lambrou authored
Only the first 30 seconds of the X11 session logs are kept. This increases it to 5 minutes to capture more debugging output from the session. For example, some session programs may be started more than 30s into the session (because of an X-GNOME-Autostart-Delay key or the session is slow to start), and it can be helpful to see the initial output from all startup programs. Bug: 749215 Change-Id: I12ba7ca252719e6fba36afcd8995049c29204ec3 Reviewed-on: https://chromium-review.googlesource.com/1103542 Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#575757}
-
Kyle Milka authored
Bug: 864192 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I363ac2306b0ae6c5d5eb45ac891931426e13d52a Reviewed-on: https://chromium-review.googlesource.com/1140434Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#575756}
-