- 27 Jan, 2018 40 commits
-
-
Ian Vollick authored
This CL uses base::Versions built-in comparison logic rather than my incorrect, hand-rolled code. It also swaps out the color scheme when the component has a gradient. Also reduces the number of stars used with these environments. Bug: 806452,806471 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: I250692105e680e1f3d0fee372f6886f35f2ced95 Reviewed-on: https://chromium-review.googlesource.com/889842 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#532240}
-
Ryan Sleevi authored
As documented at security.googleblog.com/2017/09/chromes-plan-to-distrust-symantec.html, support for Legacy Symantec Certificates issued prior to 2016-06-01 is being removed in Chrome 66. As part of removing such support, this simplifies the API for the console warning message, as now there is only one pending deprecation. Bug: 805459 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I6c2c8b59f1ad016914ab8f1eaeb4f35bb367df3d Reviewed-on: https://chromium-review.googlesource.com/883728Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#532239}
-
Jiaquan He authored
Use callbacks instead of returned values to match mojo implementation in the future. Bug: 733662 Change-Id: Ia79a4667117da433d8c335d9c533d80300ae03a4 Reviewed-on: https://chromium-review.googlesource.com/885622Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#532238}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/10264240..b4e468e1 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: I4e9e711ab061b26540cc4eb8c3d2e1ee691aabe3 Reviewed-on: https://chromium-review.googlesource.com/889770Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#532237}
-
Nico Weber authored
Bug: 177475 R=vollick@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ib6d33bcaf7f42728bd996b1e7bfac42033a293fd Reviewed-on: https://chromium-review.googlesource.com/889786Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#532236}
-
Nico Weber authored
This CL was uploaded by git cl split. R=jinho.bang@samsung.com Bug: 177475 Change-Id: I36c993f60404a15fb343c4ae174ea5cb18e959c6 Reviewed-on: https://chromium-review.googlesource.com/889944Reviewed-by:
Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#532235}
-
Nico Weber authored
This CL was uploaded by git cl split. R=pkasting@chromium.org Bug: 177475 Change-Id: Ic2b13759fe218e4c4113d8c11f7cd53e13a4d173 Reviewed-on: https://chromium-review.googlesource.com/890066Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#532234}
-
Alexei Filippov authored
It retrieves the currently collected native heap sampling snapshot. The renderer process had to be started with --sampling-heap-profiler flag to obtain the snapshot. BUG=803276 Change-Id: I26ffe5e366abb33245d2f83ffa02bd4350737b7a Reviewed-on: https://chromium-review.googlesource.com/882290 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#532233}
-
Nico Weber authored
This CL was uploaded by git cl split. R=csharrison@chromium.org Bug: 177475 Change-Id: Id02b3a1603067804da2cc6bcb494dabba3cb1a57 Reviewed-on: https://chromium-review.googlesource.com/889730Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#532232}
-
Fabio Tirelo authored
This fixes two accessibility issues: - title not updated when state changes; - focus changed to the end of the page when UI is updated. Bug: 806324 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8a274a96b1bb5fabca8278e8241d91fb0a4be93c Reviewed-on: https://chromium-review.googlesource.com/889578Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#532231}
-
Abhishek Bhardwaj authored
The instance can't set wake up alarms due to not having the CAP_WAKE_ALARM capability. This change adds a mojo service that will let the instance set wake up timers by calling into this service that will eventually call into powerd using Dbus. BUG=b:64581307 TEST=Tested manually by verifying the instance client gets callbacks. Change-Id: I98115694062efb9f3a8ce962a6f232a548493298 Reviewed-on: https://chromium-review.googlesource.com/714880 Commit-Queue: Abhishek Bhardwaj <abhishekbh@google.com> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#532230}
-
Yuta Kitamura authored
This patch removes a method from WebTaskRunner. At this point, WebTask- Runner is functionally identical to base::SingleThreadTaskRunner, and we can start working on the actual removal of WebTaskRunner. WebViewSchedulerImplTest is also modified so it doesn't depend on the removed function. Bug: 794845 Change-Id: I2945c890e7e957f7187103f46f71a314c77c90fb Reviewed-on: https://chromium-review.googlesource.com/888378Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Yuta Kitamura <yutak@chromium.org> Cr-Commit-Position: refs/heads/master@{#532229}
-
Khushal authored
Ensure that the memory returned when serializing a filter is resized to the number of bytes written. Otherwise the message serializes the complete buffer allocated initially. R=rockot@chromium.org, tsepez@chromium.org Bug: 805585 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ia85688cbd77529c2f6e9c044de9a83a254787442 Reviewed-on: https://chromium-review.googlesource.com/885511Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#532228}
-
Matt Mueller authored
Also call SetGlobalCertNetFetcher on OS_FUCHSIA (where CertVerifyProcBuiltin is the default). Bug: 649017,762380 Change-Id: I39ee5de34dd96914189f323ecbaffabfc645b642 Reviewed-on: https://chromium-review.googlesource.com/884841Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#532227}
-
Nico Weber authored
This CL was uploaded by git cl split. R=svillar@igalia.com Bug: 177475 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie848e8562e5cfac15458e83142bee69df76c4c88 Reviewed-on: https://chromium-review.googlesource.com/889727Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#532226}
-
Nico Weber authored
This CL was uploaded by git cl split. R=fmalita@chromium.org Bug: 177475 Change-Id: I0a26702441737b9c47b5608f0908f66e5d8340fe Reviewed-on: https://chromium-review.googlesource.com/890062Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#532225}
-
Findit authored
This reverts commit 69f0b0d2. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 532221 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzY5ZjBiMGQyMWRjNmEzZDk3YmZhNGNiMDU5MTkzZGI5OWNiMDAwNTEM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.chrome/Google%20Chrome%20ChromeOS/44876 Original change's description: > Chrome OS: Use Chrome logo on the OOBE Sync Sessings screen. > > > This CL limits Sync settings screen to Google Chrome build and adds Chrome logo > to it. > > BUG=805507 > > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > Change-Id: I5d17c32a7b9339af93394b366976d8ae43e13f03 > Reviewed-on: https://chromium-review.googlesource.com/889916 > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > Commit-Queue: Alexander Alekseev <alemate@chromium.org> > Cr-Commit-Position: refs/heads/master@{#532221} No-Presubmit: true No-Tree-Checks: true No-Try: true BUG=805507 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: If84b7f7f1159d8e5ee525ef0bf7104f867fb933b Reviewed-on: https://chromium-review.googlesource.com/890539 Cr-Commit-Position: refs/heads/master@{#532224}
-
Dmitry Gozman authored
- linear lookup changed to map; - NotifyNavigated just once per frame; - do not attach to service worker from each OOPIF. Bug: 805757 Change-Id: I1c912cf52fb74afc5eeb8a9fe8ae35f422eda8c9 Reviewed-on: https://chromium-review.googlesource.com/885244 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#532223}
-
Dmitry Gozman authored
We now fully support network from OOPIFs, so the notice is not needed anymore. Bug: 750901 Change-Id: If7bc2a291a35cbc9acc55c9248dd3a9f0efa994c Reviewed-on: https://chromium-review.googlesource.com/887630Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#532222}
-
Alexander Alekseev authored
This CL limits Sync settings screen to Google Chrome build and adds Chrome logo to it. BUG=805507 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I5d17c32a7b9339af93394b366976d8ae43e13f03 Reviewed-on: https://chromium-review.googlesource.com/889916Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#532221}
-
Dmitry Gozman authored
To support this, we issue inspect element command to the agent beforehand, and dispatch it in the next session which attaches (or the existing one if any). This moves InspectElement from DevToolsSession interface to DevToolsAgent interface, as there might be no session yet. Note this could fail in case of multiple sessions, one of which is DevTools frontend, by choosing the wrong one. This is a rare case though, so we can tolerate that. TBR=alexclarke@chromium.org Bug: 755515, 804100 Change-Id: I331bfb7f5410868fd47bfe8d558b54b7a30de00c Reviewed-on: https://chromium-review.googlesource.com/881522Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#532220}
-
Katie Dektar authored
This will be launched in Chrome 65 (see launch bug). Bug: 785018 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ifd26e1bbede7e21c547df51a5edc7397167a74b5 Reviewed-on: https://chromium-review.googlesource.com/813076Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#532219}
-
Nico Weber authored
This CL was uploaded by git cl split. R=dtapuska@chromium.org Bug: 177475 Change-Id: I78e1026f86a8defe0fb7fb3683dd288f7b376dcd Reviewed-on: https://chromium-review.googlesource.com/889734Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#532218}
-
Raphael Kubo da Costa authored
Architecturally, there is nothing really preventing garbage-collected types from being used with Optional<T> other than avoiding misuse. Relax the existing checks by removing the ones in place in Optional.h itself, but keep OptionalGarbageCollected in //tools/clang/blink_gc_plugin. In practice, this is a relaxation of the rules that: * Allows Optional<HeapVector<T>> (and other Oilpan containers). These containers do not inherit from GarbageCollected or GarbageCollectedMixin, but do have the IS_GARBAGE_COLLECTED_TYPE() macro in their declarations. As we are moving to replace the binding layer's Nullable<T> with wtf's Optional<T>, doing so makes things uniform by letting Optional<> be used with both Vector and HeapVector types so that Web IDL's sequence<long>? and sequence<Document>? are both translated into C++ as Optional<T>. * Types that do inherit from GarbageCollected or GarbageCollectedMixin are still disallowed by the checks in blink_gc_plugin since none of the changes to get rid of Nullable<T> require them to be turned off or relaxed. Web IDL's Document? is still represented as Document* in C++. TraceTrait<T> had to be augmented with a specialization for Optional<T>, as we may need to Trace() its inner type if it's a GC container type. Bug: 798464 Change-Id: I12cad41976219654985f5a8d560e7db3f4cedf82 Reviewed-on: https://chromium-review.googlesource.com/888918Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#532217}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/143d9c6f..10264240 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: Ic68f0c33cddf21e7048467e39ecf0a840542d912 Reviewed-on: https://chromium-review.googlesource.com/890359Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#532216}
-
Dave Tapuska authored
It appears ipc_channel_mojo only calls ChannelError when the remote side is closed. If we are in a blocking object wait on the UI thread in the browser the ChannelClosing message won't be posted until the UI thread is unblocked. The ChannelClosing message is sent when the host side of the channel is actually closed; not when the remote site closes the channel. SynchronousCompositorBrowserFilter appears to be the only object that waits on an object like this. BUG=722928 Change-Id: Ie1fd2a4cf651317fdc197d3e260b2b7bd759d9cd Reviewed-on: https://chromium-review.googlesource.com/887289 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#532215}
-
Philip Jägenstedt authored
No-Try: true Change-Id: Ic182c3267a4f3e53c7103e897d1720a8e47d47bc Reviewed-on: https://chromium-review.googlesource.com/876323 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#532214}
-
Yuta Kitamura authored
Change-Id: Ia9717ec912600b2cbf6c69f349cb253ebbf37033 Reviewed-on: https://chromium-review.googlesource.com/888280Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Yuta Kitamura <yutak@chromium.org> Cr-Commit-Position: refs/heads/master@{#532213}
-
codeimpl authored
base/memroy/ptr_util.h includes are changed with <memory> as well. Bug: 755727 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: I5076f4b596ee4051e4b02a2c8c23ab73448ec983 Reviewed-on: https://chromium-review.googlesource.com/882527 Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#532212}
-
Marina Ciocea authored
* Add AudioDebugRecordingSession factory * Enable debug recording in AudioDebugRecordingSessionImpl constructor * Disable debug recording in AudioDebugRecordingSessionImpl destructor Bug: 88657 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: I44383d0994b8eebfd36c368827973e614937d8cd Reviewed-on: https://chromium-review.googlesource.com/883528Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#532211}
-
Alex Clarke authored
We now support tasks choosing to extend virtual time. Bug: 777763 Change-Id: I34d0f07ecee78fafe75a6e4d2280c6512c6f7e2f Reviewed-on: https://chromium-review.googlesource.com/889298 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#532210}
-
Ned Nguyen authored
This reverts commit 07bce4a6. Reason for revert: scottmg@'s may fix this in https://chromium-review.googlesource.com/889701 Original change's description: > sheriff: disable TabStackTraceTest.testValidDump > > TBR=brucedawson@chromium.org > > Bug: 804452 > Change-Id: I49e348b382ea3df249788b0d26c77b7b9f6afd45 > Reviewed-on: https://chromium-review.googlesource.com/881241 > Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> > Reviewed-by: Ned Nguyen <nednguyen@google.com> > Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> > Cr-Commit-Position: refs/heads/master@{#531300} TBR=ellyjones@chromium.org,nednguyen@google.com,brucedawson@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 804452 Change-Id: Ie24f2780f0430232e62eccc54d610ccda8c9e8e2 Reviewed-on: https://chromium-review.googlesource.com/890023Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#532209}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/eeaa89d1f406..fc20008819f3 $ git log eeaa89d1f..fc2000881 --date=short --no-merges --format='%ad %ae %s' 2018-01-27 update-docs Update markdown files 2018-01-26 reed hide picture virtuals (no public callers) 2018-01-26 mtklein Revert "remove third_party/etc1" 2018-01-26 scroggo Make SkAndroidCodec (optionally) respect origin 2018-01-26 halcanary SkQP: more slack 2018-01-26 fmalita Revert "Simplify call when finished with bitmaps." 2018-01-26 mtklein make SkGammas less bad 2018-01-25 halcanary SkQP: re-enable workarounds for unit tests. Also, more logging 2018-01-26 fmalita [skottie] Add 'rz' rotation support 2017-12-21 mtklein remove obsolete DM test configs 2018-01-26 reed move checkLE functionality directly onto readbuffer 2018-01-25 mtklein remove third_party/etc1 2018-01-26 scroggo Add SkAnimatedImage::getRepetitionCount 2018-01-26 mtklein remove SkColorSpace_Base 2018-01-24 mtklein eliminate SK_BUILD_FOR_WIN32 2018-01-17 herb Remove legacy mask blur code. 2018-01-26 bsalomon Remove unused SkPictureContentInfo 2018-01-09 herb Fix typeface duplication problem. 2018-01-26 caryclark working on global enum and image info 2018-01-26 bsalomon Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitableForGpuRasterization 2018-01-26 reed use coverage modes instead of blend modes 2018-01-26 mtklein roll skcms 2018-01-25 mtklein bug fixes from PVS Studio (static analysis) 2018-01-25 bungeman Fix SkShaper_harfbuzz bidi and non-bmp. 2018-01-24 benjaminwagner Rename .include files to .inc 2018-01-25 jvanverth Use int when possible to calculate atlas indices in shaders. 2018-01-25 fmalita [skottie] Refactor animators 2018-01-25 mtklein add basic skia -> skcms dependency 2018-01-09 herb Add cache for handling of contexts. 2018-01-25 bungeman SkShaper to account for line wrap. 2018-01-25 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 1436d434b..ffa4cbb6f (1 commit) 2018-01-25 fmalita [skottie] Parser cleanup 2018-01-25 mtklein remove third_party/libwebp/webp/config.h 2017-11-16 bungeman Improve SkShaper. 2018-01-25 angle-skia-autoroll Roll skia/third_party/externals/angle2/ aba14ff52..1436d434b (2 commits) 2018-01-25 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 2d8e432a9..aba14ff52 (1 commit) 2018-01-25 halcanary SkQP: run_skqp_exe script 2018-01-24 benjaminwagner Couple small changes to speed up Goma compiles 2018-01-25 halcanary SkQP: Fix errors in README.md 2018-01-24 bsalomon Add predefined gles4444 config 2018-01-24 bsalomon Remove predefined instanced configs 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=robertphillips@chromium.org Change-Id: I04b5b79090f40f6838f58b61bead35fd3837dcc0 Reviewed-on: https://chromium-review.googlesource.com/890320Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#532208}
-
depot-tools-roller@chromium.org authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fd4ad2416554..23c165f3c831 $ git log fd4ad2416..23c165f3c --date=short --no-merges --format='%ad %ae %s' 2018-01-26 drinkcat my_activity: Print status and delta in reviews as well 2018-01-26 jbudorick Fix pylint error in gclient_scm_test. 2018-01-19 agable git-cl-patch: fail if patching from a different repo 2018-01-25 nodir [git-cl-try] accept buckets from builders-map app Created with: roll-dep src/third_party/depot_tools The AutoRoll server is located here: https://depot-tools-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. TBR=phajdan.jr@chromium.org Change-Id: Icfaf6fb061925c46ad81de6d5f112bca1bf0abb9 Reviewed-on: https://chromium-review.googlesource.com/890319 Commit-Queue: depot-tools-roller . <depot-tools-roller@chromium.org> Reviewed-by:
depot-tools-roller . <depot-tools-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#532207}
-
Daniele Castagna authored
This CL aligns the list of native gpu memory buffer formats supported for the usages SCANOUT and SCANOUT_CPU_READ_WRITE, since all the formats currently allowed for scanout can be memory mapped. Bug: b/71837407 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: Ie5864fd4db2133d0146ae9d0b9f1fa5896d9b802 Reviewed-on: https://chromium-review.googlesource.com/889863 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#532206}
-
wutao authored
Introduce the main view for Keyboard Shortcut Viewer (KSV). Changes: 1. //ui/chromeos/ksv/views/*: the main view and test. 2. Populate the KeyboardShortcutItem's |shortcut_key_codes|. Bug: 768932 Test: KeyboardShortcutViewTest and open the view and load metadata. Change-Id: Ibc90872fc38600c1d81a63a49ab223f902a49afa Reviewed-on: https://chromium-review.googlesource.com/880161 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#532205}
-
Alexei Filippov authored
The patch adds --sampling-heap-profiler command-line switch that enables profiler at the renderer process startup. If the rate is not provided it uses the default sampling interval of 128 KiB. BUG=803276 Change-Id: I6da0e5fc5083a20b8eec7dc987df6105db24b6d7 Reviewed-on: https://chromium-review.googlesource.com/882604 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#532204}
-
Lei Zhang authored
Otherwise, it is too easy to accidentally change the enum value and make it go out of sync. In fact, that is the current state. Update enums.xml so the values line up again. Also add a comment to remind readers to keep the enum values constant, and mark a chrome::ResultCode enum as unused. BUG=805754 Change-Id: I66efe023d5b8f5caa9f279641aea0f52a667ab0f Reviewed-on: https://chromium-review.googlesource.com/885090Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#532203}
-
Yixin Wang authored
Change-Id: If94561f453bbc56b86238918d374baf8c2254646 Reviewed-on: https://chromium-review.googlesource.com/887970Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Yixin Wang <wangyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#532202}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/8d63750dfb6f..82f653f9a44e $ git log 8d63750df..82f653f9a --date=short --no-merges --format='%ad %ae %s' 2018-01-26 dtu [pinpoint] Add --webview-embedder-apk flag for webview bots. 2018-01-25 dtu [pinpoint] Increase max attempt count from 40 to 50. 2018-01-26 simonhatch Dashboard - If updating bug fails, retry without setting owner. 2018-01-25 prasadv Add Chromiumdash Client ID for api authentication 2018-01-26 perezju [Telemetry] Migrate CrOS browser and profile directories 2018-01-25 simonhatch Pinpoint - Store trace urls keyed by the filename. 2018-01-25 simonhatch Dashboard - Cleanup old perf-try code. Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I5b6e3d3ef67cad1937ca680a74857f4b546ee0d6 Reviewed-on: https://chromium-review.googlesource.com/890342 Commit-Queue: <catapult-deps-roller@chromium.org> Reviewed-by: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#532201}
-