- 06 Feb, 2018 40 commits
-
-
Jonathan Backer authored
QueryTracker was tightly coupled to GLES2Implementation. This CL adds a new QueryTrackerClient interface that GLES2Implementation implements. This will allow reuse by a RasterImplementation. Bug: 789238 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: I752663df76a29d026391190bdfb62e70e732d2e9 Reviewed-on: https://chromium-review.googlesource.com/902201 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/master@{#534800}
-
Weidong Guo authored
Changes: Since new style folder is paged horizontally, Up and down key should move focus only within a single page. Thus, hitting up key when focus is on the first row in current page moves the focus onto the search box and hitting down key when focus is on the last row in current page moves the focus onto the folder title. Specs: See "Focus change" section in go/applist-focus BUG=809316 Change-Id: Ic21e76ad176e117a4789fdba5b6428796ed99064 Reviewed-on: https://chromium-review.googlesource.com/903374 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534799}
-
Brian Salomon authored
Bug: skia:6718 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I6e5106a278c278b8e665d3dcaab0fff248507aeb Reviewed-on: https://chromium-review.googlesource.com/901744 Commit-Queue: Brian Salomon <bsalomon@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#534798}
-
Pavel Feldman authored
Change-Id: Ic1924014e45b601bbd0e82406c73426133d96503 Reviewed-on: https://chromium-review.googlesource.com/905325Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534797}
-
Ehsan Chiniforooshan authored
It is used by content/browser/tracing/arc_tracing_agent_impl.{cc,h}, which, logically, should not depend on chrome compositor. Also, we want to move arc_tracing_agent_impl to //chrome/browser (crrev/c/868575) but we do not want to add a dependency from //chrome/browser to //cc/base ( https://cs.chromium.org/chromium/src/chrome/browser/DEPS?l=89). TBR=oysteine@chromium.org Bug: 808839 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I30adee8ee4f3c7e8c4f478f15e6841937b4be96c Reviewed-on: https://chromium-review.googlesource.com/899858Reviewed-by:danakj <danakj@chromium.org> Reviewed-by:
Ehsan Chiniforooshan <chiniforooshan@chromium.org> Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534796}
-
Ehsan Karamad authored
When the beforeunload handler is ACKed by the OOPIF process with "do not proceed", the corresponding speculative frame is cleaned up. When the speculative frame is in the parent frame's process it will set the EmbeddedContentView of the owner element to nullptr. This is incorrect as the navigation has been canceled. This CL will avoid setting the EmbeddedContentView to nullptr when the ContentFrame() is not equal to Document::GetFrame() (i.e., speculative) and also the EmbeddedContentView is a RemoteFrameView. Bug: 578349, 673170, 807772 Change-Id: Ic6f5a16ae6f02bfbe11238851936ee323472a407 Reviewed-on: https://chromium-review.googlesource.com/898028 Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#534795}
-
Xianzhu Wang authored
Previously SimCompositor collected drawing commands through an implementation of WebDisplayItemList interface (SimDisplayItemList). However, SPv175 and SPv2 don't use WebDisplayItemList's Append* methods, but use cc::DisplayItemList directly. Now collect drawing commands using PaintRecordBuilder. Bug: 805049 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I29034b55a01e8e73a1b0f3933ec48b52d3e0b7a1 Reviewed-on: https://chromium-review.googlesource.com/900559 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#534794}
-
Daniel Bratell authored
A recent CL got rid of the shared constants and instead copied them to relevant files. To work in jumbo builds they must then have unique names. (The alternative to find a shared location for the constants seems not applicable in this case) Bug: 783018,723882 Change-Id: I8e64dcf56bfe74d30279549291e89bdec80bc3d2 Reviewed-on: https://chromium-review.googlesource.com/905304 Commit-Queue: Daniel Bratell <bratell@opera.com> Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#534793}
-
Joshua Bell authored
The proto-spec defines requested locks as an ordered set, ordered by request order, and granted locks as an ordered set, ordered by grant order, which can differ. The order is visible using the query() API. Add tests to ensure that an implementation doesn't re-use the request order for the granted order, or use unordered sets, etc. Bug: 807016 Change-Id: I8b82db794b5d4431e7873dbb78c8f9f81064db40 Reviewed-on: https://chromium-review.googlesource.com/892143 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#534792}
-
Mike Klein authored
I am preparing to remove this flag in Skia. Beyond these two debug use cases, the flag and the performance-only feature it enables appear to only be used antagonistically by fuzzers. Bug: skia:7566, chromium:808830 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I99c87f6600200e825aa7a1590d4031030d55af42 Reviewed-on: https://chromium-review.googlesource.com/905107Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#534791}
-
Scott Graham authored
NetworkQualityEstimatorTest.RecordAccuracy: https://build.chromium.org/p/chromium.fyi/builders/Fuchsia/builds/13666 AddressSpaceRandomizationTest.Random: https://build.chromium.org/p/chromium.fyi/builders/Fuchsia%20ARM64/builds/5325 Bug: 793176, 809660 Change-Id: Ie4c01c4aa7889cc71ed7cec91b8c2f5d358f865c Reviewed-on: https://chromium-review.googlesource.com/905203 Commit-Queue: Scott Graham <scottmg@chromium.org> Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#534790}
-
Fredrik Söderquist authored
Make the SVGResources and SVGResourcesCache interfaces take a LayoutObject& instead of a LayoutObject* where appropriate, and then update users (transitively) as reasonable. Bug: 769774 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Idfa28bb01551332064ca1ab6d6260d29d3264145 Reviewed-on: https://chromium-review.googlesource.com/904529Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#534789}
-
Dmitry Titov authored
This simplifies interface, OfflineItemsAggregator impl and is another step away from loading all the items on startup and rather loading/caching them transparently as needed. Next steps: - remove GetItemById as not used. - consider unloading items from memory/caches using a new method, like ClearCaches(). Bug: 806617 Change-Id: Ife57fa13e72273a6bac9b4e843a131f7c9c8de15 Reviewed-on: https://chromium-review.googlesource.com/896553Reviewed-by:
vitaliii <vitaliii@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Dmitry Titov <dimich@chromium.org> Cr-Commit-Position: refs/heads/master@{#534788}
-
Victor Costan authored
The 3.22 upgrade has settled, so it's fairly safe to remove our snapshot of 3.21. Bug: 805126 Change-Id: I50d5a8f49c9d297737f60f7cce27bc80d7db5f26 Reviewed-on: https://chromium-review.googlesource.com/903055Reviewed-by:
Chris Mumford <cmumford@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#534787}
-
kylechar authored
The interface isn't needed after an unrelated refactoring. Listen for connection errors on OffscreenCanvasSurfaceClient interface instead, since the message pipe endpoints are the same, and use that signal to destroy OffscreenCanvasSurfaceImpl. Also cleanup data members to remove an unneeded callback. Bug: none Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ib21e0974b981dcd63eb76a9ac1f9f10591eea08f Reviewed-on: https://chromium-review.googlesource.com/901922Reviewed-by:
Justin Novosad <junov@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Olivia Lai <xlai@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#534786}
-
Chris Harrelson authored
This is a re-land of commit bc976225, which had a type-casting bug due to failure to override child overflow recursion. The new patch also includes a test adjustment and DCHECK to avoid such security bugs. Bug: 807900,808876 Change-Id: I9210cf48b25ca255ceccd955fd4699e76620f90f Reviewed-on: https://chromium-review.googlesource.com/902763Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#534785}
-
Weiliang Chen authored
getRPTextureSize is a function that is used for getting render pass texture size, which is not used since the size is stored implicitly inside the actual texture size. R=enne@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I5c68546802eeeb607acd9f07a0d6f0fc11b26453 Reviewed-on: https://chromium-review.googlesource.com/899771Reviewed-by:
enne <enne@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#534784}
-
Ken Buchanan authored
Recently landed test is flaky on Android. Disabling until I have time to investigate the cause. TBR=alexmos@chromium.org Bug: 809580 Change-Id: I6824b9e75c8114fc95716ccb8caa7af8867cab17 Reviewed-on: https://chromium-review.googlesource.com/905093Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#534783}
-
Adrienne Walker authored
Textures in oop raster are currently cleared only when they are new. However, when textures are reused (both for partial raster and for recycling) they need to clear what's underneath them. This also fixes several bugs in RasterSource clearing. In particular, clipDeviceRegion (possibly only for gpu?) does not reset the clip, only adds to it. It also unions together all the rects in the region. This leads to increased clipping, and no clearing of texels outside of the raster full rect. This passes more parameters to RasterSource and PaintOpBuffer so that the following clearing can be done: (1) if not opaque and not partial raster, clear everything to transparent. (2) if not opaque and partial raster, clear inside clip to transparent. (3) if opaque and playback rect intersects with one texel inside the content size for the layer, then draw 2xheight and widthx2 pixel rectangles to clear the last pixels. Also add a number of unit tests to verify that minimal clearing is done that would have caught the RasterSource changes. This also removes debug clearing code in RasterSource which is old and is not as useful as it once was. Bug: 805746,806014 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;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: I5f68ef63ee8c2831906890e3e2239ac1e3db430e Reviewed-on: https://chromium-review.googlesource.com/888078 Commit-Queue: enne <enne@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534782}
-
Alexei Svitkine authored
This reverts commit 55424d2f. Reason for revert: Windows compile failure. Original change's description: > Remove code from obsolete field trial from 2015. > > Originally added here: https://codereview.chromium.org/1117193004 > > Bug: 799180 > Change-Id: I8e46beafdc57c249fb9909e39c197519b2652c7b > Reviewed-on: https://chromium-review.googlesource.com/902769 > Reviewed-by: Mark Mentovai <mark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#534776} TBR=asvitkine@chromium.org,mark@chromium.org Change-Id: If512ffd90d5218190d3bddb4931491f76e161aed No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 799180 Reviewed-on: https://chromium-review.googlesource.com/905462Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#534781}
-
Marina Ciocea authored
* Remove EnableDebugRecording/DisableDebugRecording from AudioManager, and add a getter for AudioDebugRecordingManager instead, used by AudioDebugRecordingSessionImpl to toggle debug recording directly on AudioDebugRecordingManager. * Pass a file creation callback instead of file name to AudioDebugRecordingManager::EnableDebugRecording. * Move CreateFile from AudioDebugRecordingManager to AudioDebugRecordingSessionImpl. * Add unittest for AudioDebugRecordingSessionImpl.cc:CreateFile. * Add MockAudioDebugRecordingManager. * Rename AudioDebugFileWriter::GetFileNameExtension to GetFileExtension, so that it's not confused with extensions of filename, e.g output.<ID>. Bug: 788657 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: I9d0c4323f0e9630185d5e8af81c9e1b8f7b07a71 Reviewed-on: https://chromium-review.googlesource.com/881501 Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#534780}
-
Zhenyao Mo authored
TBR=jmadill@chromium.org https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/98a3d3b..a182a9a Cq-Include-Trybots: master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.angle:linux_angle_rel_ng;master.tryserver.chromium.angle:win_angle_rel_ng Change-Id: Ia2dff519f9b9c8f28bb494a2ea825f0f3e7330f3 Reviewed-on: https://chromium-review.googlesource.com/904858Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Jamie Madill <jmadill@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#534779}
-
Joshua Pawlicki authored
This prepares for servicification of the unzipping library, where the library will not have direct access to the filesystem. Bug: 792066 Change-Id: I696dd8ef0936f22dc637e078bd8bba565e854ead Reviewed-on: https://chromium-review.googlesource.com/860996 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Satoru Takabayashi <satorux@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534778}
-
Victor Costan authored
Our custom code for recovering from database corruption uses "recoverVtableInit" as the initialization method. This is in the global namespace. The generic name choice is especially unfortunate in component builds, where this name is seen by the dynamic library loader. This CL turns the name into chrome_sqlite3_recoverVtableInit, which significantly reduces the probability of clashes, and helps trace the name to its source. Bug: 807093 Change-Id: I11fb75a780bf8f432b6a19e58c30fe4b08979760 Reviewed-on: https://chromium-review.googlesource.com/899044Reviewed-by:
Chris Mumford <cmumford@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#534777}
-
Alexei Svitkine authored
Originally added here: https://codereview.chromium.org/1117193004 Bug: 799180 Change-Id: I8e46beafdc57c249fb9909e39c197519b2652c7b Reviewed-on: https://chromium-review.googlesource.com/902769Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#534776}
-
Alexei Svitkine authored
Some code was still using the metrics namespace in the variations component. This CL fixes that. BUG=284540 TBR=sky@chromium.org,caitkp@chromium.org,torne@chromium.org Change-Id: I42ece14781a358b5ce802d8013056456c10f1290 Reviewed-on: https://chromium-review.googlesource.com/902328 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534775}
-
Joshua Bell authored
From the Explainer: If a web application detects an unrecoverable state - for example, some coordination point like a Service Worker determines that a tab holding a lock is no longer responding - it can "steal" a lock by passing this option to acquire(). When specified, any held locks for the resource will be released (the lock's released promise will resolve with AbortError), and the request will be granted. Explainer: https://github.com/inexorabletash/web-locks Bug: 804545,807499 Change-Id: Ib837b8b7fa6ca7b0e1e96a8aa0dedc1292b26130 Reviewed-on: https://chromium-review.googlesource.com/890024 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#534774}
-
Weidong Guo authored
Background: After dragging a item in AppsGridView, the |view_model_| is reordered. But the child views' order in AppsGridView is not updated. Since FocusManager moves focus based on the child views' order, so focus traversal is broken. Changes: Update the indice of AppLitItemView in AppsGridView in accordance with with |view_model_| after dragging. BUG=791758 Change-Id: Ibf66fb1b3814086457928a36e3500b1bbad5114d Reviewed-on: https://chromium-review.googlesource.com/898528 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#534773}
-
Victor Costan authored
After https://crrev.com/c/898564, //base/ios/ios_util.h is not needed by SQL::Connection unittests. Bug: 807093 Change-Id: If6736c69dc42d35ecc24a01fc19d43d04b5db7d8 Reviewed-on: https://chromium-review.googlesource.com/903585Reviewed-by:
Chris Mumford <cmumford@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#534772}
-
Ria Jiang authored
Pass in features::IsVizHitTestingEnabled() value when creating a DirectLayerTreeFrameSink and set up Viz hit-test in DLTFS when it is enabled. Bug: 805581 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Iec2e2c81444fda85a5d1f99824527360ae22ac5c Reviewed-on: https://chromium-review.googlesource.com/901945Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Ria Jiang <riajiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#534771}
-
Jamie Madill authored
This means we will no longer need to maintain the exec script whitelist in two places for ANGLE (in Chrome and ANGLE itself). Tbr: dpranke@chromium.org Bug: angleproject:2339 Change-Id: I4ad9d2d4a66cbfeb2245785c07839489a7e4ad58 Reviewed-on: https://chromium-review.googlesource.com/902197Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#534770}
-
David Valleau authored
This update to the enum refers to this change (https://chromium-review.googlesource.com/c/chromium/src/+/842691) R=skau@chromium.org Bug: 768606 Change-Id: I377ffce7ba22bc47c692c6b4885d43a9dcb86674 Reviewed-on: https://chromium-review.googlesource.com/857886Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: David Valleau <valleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#534769}
-
MinChen authored
Test: SplitViewControllerTest.DividerPositionWithWindowMinimumSizeOnSnapTest Bug: 807109 Change-Id: Ibd8680bc60e0d53c01c33efcc6e38536ef2d924d Reviewed-on: https://chromium-review.googlesource.com/894628Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: min c <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#534768}
-
https://webrtc.googlesource.com/src.git/+log/5c8622fa2570..29f14322d13e $ git log 5c8622fa2..29f14322d --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: Ie5fe729b7e26b22bfd75b6efec6d86605a49c8b7 Reviewed-on: https://chromium-review.googlesource.com/905089Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534767}
-
Yuri Wiitala authored
If frame capture was to proceed, but couldn't because the buffer pool was depleted, schedule a refresh to ensure the content update will eventually be captured and sent to the consumer. Bug: 785072 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ifd28739a8ceeeb75d07a05f314b6cb6827a86ea7 Reviewed-on: https://chromium-review.googlesource.com/903373Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#534766}
-
Gary Kacmarcik authored
Current icon is set to WARNING, which is incorrect. Bug: 677564 Change-Id: Ia89d1a67053cd635fa791dc6bc8b7978f886a76b Reviewed-on: https://chromium-review.googlesource.com/900269Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#534765}
-
Sammie Quon authored
Hide both for the item currently dragged. Only hide the close button for the rest of the items. Spec: https://mccanny.users.x20web.corp.google.com/www/splitscreen-motion/index.html Window selection and deselection Test: ash_unittests WindowSelectorTest.WindowItemTitleCloseVisibilityOnDrag Bug: 782320, 775655 Change-Id: I7e06a0154a9afdb391966109517b1aed419083e4 Reviewed-on: https://chromium-review.googlesource.com/893212Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#534764}
-
Kurt Horimoto authored
When navigations occur mid-scroll, the scroll view delegate callbacks are not always received. This CL updates the main content UI to reset the scroll state upon navigations it doesn't get out of sync. Bug: 807992 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ia13244aa9f702caa988626541cf1edd4034cfa85 Reviewed-on: https://chromium-review.googlesource.com/903189 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534763}
-
https://skia.googlesource.com/skia.git/+log/b915b978e3c3..2fb7c8aef57e $ git log b915b978e..2fb7c8aef --date=short --no-merges --format='%ad %ae %s' 2018-02-06 jvanverth Cleanup of large text rendering. 2018-02-06 djsollen Move location of skqp in the site heirarchy. 2018-02-06 update-docs Update markdown files 2018-02-06 reed move GrColor.h to private, IWYU 2018-02-06 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ 1ea5993d9..6fd3bac65 (1 commit) 2018-02-06 caryclark fix bookmaker nightly 2018-02-06 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 44dcb911c..2d1c0a2b8 (1 commit) 2018-02-06 kjlubick Promote perf bots to CQ 2018-02-06 rmistry Graduate Android Framework Compile bot to be a full CQ bot 2018-02-05 bsalomon Remove integer texture support Created with: roll-dep src/third_party/skia 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=bsalomon@chromium.org Change-Id: Id8ecff2e5e502b6909b99a9881bde3a85b0ea6fe Reviewed-on: https://chromium-review.googlesource.com/904857 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@{#534762}
-
Corentin Wallez authored
BUG=chromium:809594 BUG=chromium:809595 TBR=kbr@chromium.org NOTRY=true 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: Ieaab1775fafa95765f21c9d736539df3e85dff4b Reviewed-on: https://chromium-review.googlesource.com/905098 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#534761}
-