- 10 Jul, 2018 40 commits
-
-
Christian Fremerey authored
Follow-up for https://chromium-review.googlesource.com/c/chromium/src/+/1043646. Here we extend the support for raw file descriptors to the virtual device functionality. There is an incompatibility in the serialization of shared memory handles between the Mojo libraries used in Chromium vs. the older ones used in ChromiumOS. As a workaround, this CL allows clients of the virtual device API of the video capture service to ask it to use raw file descriptors for sharing shared memory handles instead. Note, this is only supported on platforms that use file descriptors for base::SharedMemoryHandle, i.e. Posix platforms. Design Doc: https://docs.google.com/document/d/1cmtWA8yua5sqjZC0tswVUZwJeQR-KSZBr3Mj1jUagKk/edit?usp=sharing Bug: 847598 Change-Id: I8a49e5181a622e14ea050cde27ad91ff7feda30d Reviewed-on: https://chromium-review.googlesource.com/1053210 Commit-Queue: Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#573868}
-
Fernando Serboncini authored
Bug: 563816 Cq-Include-Trybots: 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 Change-Id: If09eece47845488c3da241b10bceb0e63aa06f7d Reviewed-on: https://chromium-review.googlesource.com/1131221 Commit-Queue: Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#573867}
-
Esmael El-Moslimany authored
Bug: 860699 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I16d40d0b7dbebffc6af6cf88d8f82cda39f42d47 Reviewed-on: https://chromium-review.googlesource.com/1130501 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#573866}
-
danakj authored
WebImage is a wrapper for SkBitmap, which we can just use everywhere so create and pass around SkBitmaps directly, instead of WebImages. WebImage only has static methods left then, which are mostly used from outside of blink, though FromData() is used internally as well, so it seems it should stay in public/platform/ for now. Image gains Image::AsSkBitmapForCurrentFrame() as a means to convert the current frame to an SkBitmap without constructing a WebImage. R=bauerb@chromium.org, haraken@chromium.org TBR=jam Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ieb71bde672d1acd84ec36a0e991d9ee44adba718 Reviewed-on: https://chromium-review.googlesource.com/1128365 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#573865}
-
Morten Stenshorne authored
Custom layout children may not establish new formatting contexts, and since the custom container itself is laid out by the legacy engine, we need to force its children to be laid out by legacy as well. Added a margin collapsing test that used to fail in NG because of this. Change-Id: Id320f60fb76b0ed6563fb2b88f6936ac37efc1fd Reviewed-on: https://chromium-review.googlesource.com/1131179Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#573864}
-
Chris Harrelson authored
It was fixed by CL 1125302, but the disable happened in parallel with that CL. Bug: 860031 Change-Id: If505fbcd255daf2da765f1d2f381c286d52efbe5 Reviewed-on: https://chromium-review.googlesource.com/1131815 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#573863}
-
Koji Ishii authored
This patch changes NGPaintFragment::DebugName to be more informative to make reviewing paint changes easier, as suggested by atotic@ in CL:1128683. Bug: 714962 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I3255788fea8de74319ffdcc4f4f6ca1e00e0b2e2 Reviewed-on: https://chromium-review.googlesource.com/1130955Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#573862}
-
Dmitry Bezheckov authored
R=thakis@chromium.org Test= base_unittests.ProcessTest.WaitForExitWithTimeout. To reproduce use memory sanitizer (msan) Bug: 861726 Change-Id: If82e2ae32ba71572fa0ec85595b4a00f9a046a1b Reviewed-on: https://chromium-review.googlesource.com/1126927Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#573861}
-
Orin Jaworski authored
Answer icons were being rendered using an odd/even technique with a circle of diameter 24, but the internal icons were not properly sized. Now the icons are kept intact with the original design size of 16, and the circle is rendered manually. Bug: 841594 Change-Id: I5d31e43c4c0bdb70f6fe7dcbb85228a268d73571 Reviewed-on: https://chromium-review.googlesource.com/1130350Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#573860}
-
Francois Doray authored
A lot of tests indirectly depend on TabManager. To avoid having to initialize metrics::DesktopSessionDurationTracker in each of these tests once UsageClock is used in TabManager, this CL makes UsageClock resilient to the absence of metrics::DesktopSessionDurationTracker. Bug: 775644 Change-Id: I6ae9a5a01f867df483c334da6df1a7f6510a7702 Reviewed-on: https://chromium-review.googlesource.com/1131929Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#573859}
-
Mohsen Izadi authored
ServerGpuMemoryBufferManager uses a thread task runner to make sure tasks are run on the expected thread. This CL passes in a task runner to the constructor so this can be done against a thread other than the one that created the instance. This is to make ServerGpuMemoryBufferManager ready to be used in content where buffer allocation happens on IO thread. BUG=733482 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Ie864e827de7f0464e2518316c4b7880a347f4074 Reviewed-on: https://chromium-review.googlesource.com/1131559 Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#573858}
-
danakj authored
R=dcheng@chromium.org, gab@chromium.org, kylechar@chromium.org Change-Id: Ida5db202ad12fc66e671ca74ec8aa0b81c6159c9 Reviewed-on: https://chromium-review.googlesource.com/1131828Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#573857}
-
Min Qin authored
If download resumes when only service manager is running, download controller could be called when there is no BrowserThread. The BrowserThread will only be introduced when full browser is started. Remove these 2 DCHECks as they will no longer be accurate. BUG=842245 Change-Id: I8ae4819852465fa2a88240fddedf3c0b6dc0d8fb Reviewed-on: https://chromium-review.googlesource.com/1129627Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#573856}
-
Lindsay Pasricha authored
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I56e160def6e650e65bd1861e6143894072546b4c Reviewed-on: https://chromium-review.googlesource.com/1118845 Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Sergey Berezin <sergeyberezin@chromium.org> Cr-Commit-Position: refs/heads/master@{#573855}
-
Reilly Grant authored
This change updates the Web Bluetooth WebIDL files to match the recently merged pull request #402 by hiding interfaces which aren't useful in insecure contexts. Bug: 860798 Change-Id: I59fb1d0765754fce2eb6aefc458f550b09422c96 Reviewed-on: https://chromium-review.googlesource.com/1128462Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#573854}
-
Mohsen Izadi authored
This is needed to remove GpuClient dependecny on content. Implementation of GpuClient::Create() still depends on ChildProcessHostImpl. That's not an issue as it would remain in content even after GpuClientImpl is moved to //components/viz/host/, probably in form of a standalone function. BUG=857216 TEST=none Change-Id: I725a1c13d60417c5b4da636d9789f7b989e9a42f Reviewed-on: https://chromium-review.googlesource.com/1126488Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#573853}
-
Charlie Andrews authored
BUG=861876 Change-Id: Ifa0a2429fea9fa6a5e5cd6f1845adbd9c4d5319f Reviewed-on: https://chromium-review.googlesource.com/1129961Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#573852}
-
Rohit Rao authored
Adds optional icons to the leading edge of these two cells. If one is set, the remaining contents of the cells will be inset to make room for the icon. The cells continue to display without an icon by default. Updates the cell catalog to include example cells with icons. BUG=805214 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ie43424a527950cf789ea27b38c4851fb0adf6f97 Reviewed-on: https://chromium-review.googlesource.com/1131316 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#573851}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2e1b2236. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/21159 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: guidou@chromium.org: external/wpt/mediacapture-streams hongchan@chromium.org, rtoy@chromium.org: external/wpt/webaudio hta@chromium.org: external/wpt/webrtc jsbell@chromium.org: external/wpt/resources mcasas@chromium.org: external/wpt/mediacapture-record tdresser@chromium.org: external/wpt/navigation-timing TBR=kereliuk No-Export: true Change-Id: I554f0e464b24ff92c5147547e433a3ba3e46aa6a Reviewed-on: https://chromium-review.googlesource.com/1131689 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@{#573850}
-
Eugene But authored
Flaky tests shoild be disabled with FLAKY_ prefix. This way the tests still run, bug do not close the tree. TBR=eirage@chromium.org Bug: 859910 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Id5de49a341a9e249b03b724773d8d7681daf37c1 Reviewed-on: https://chromium-review.googlesource.com/1131927 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#573849}
-
Min Qin authored
Change-Id: Ib0c55d8584eaf1a63fb65c98d066a92b2a33338c Reviewed-on: https://chromium-review.googlesource.com/1132081Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#573848}
-
David Tseng authored
Test: manual. Bug: 857540 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I50532c92c750ceb37ace2c8ec01b2eb3d572525c Reviewed-on: https://chromium-review.googlesource.com/1130014Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#573847}
-
braveyao authored
This cl is to add a red recording dot indicator for the tab that starts the desktop capture. This is part of the required UI change for the new getDisplayMaid API. Bug: 859981 Change-Id: I9e36f6a4c61802152936282ba5f3902db1f774cd Reviewed-on: https://chromium-review.googlesource.com/1125079 Commit-Queue: Weiyong Yao <braveyao@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#573846}
-
Jialiu Lin authored
A couple of edits on enterprise policies based on feedback we got in launch review. Bug: 845038 Change-Id: Ie5536e9ce9a197d1b562571e5f247d58049234be Reviewed-on: https://chromium-review.googlesource.com/1130506 Commit-Queue: Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#573845}
-
Sam Maier authored
Bug: 843745 Cq-Include-Trybots: luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win10_chromium_x64_rel_ng;master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ica93601caaee202f17754a653fc7e954d39b5811 Merge-With: eureka-internal/184486 Reviewed-on: https://chromium-review.googlesource.com/1126171Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#573844}
-
Esmael El-Moslimany authored
Bug: 860077 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I57f482459eaa3f77603dc74025c543ce6a8e5c4f Reviewed-on: https://chromium-review.googlesource.com/1128204Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#573843}
-
Nick Harper authored
This removal was requested via email and verified via DNS. TBR=bnc@chromium.org Change-Id: Ic6800b4b1afea22415203f772dd40f76e4373edf Reviewed-on: https://chromium-review.googlesource.com/1131841Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#573842}
-
Michael Thiessen authored
Accidentally made a local change on the wrong branch that got landed with https://chromium-review.googlesource.com/c/chromium/src/+/1127850 TBR=cjgrant@chromium.org Change-Id: I19d1a92398021abab1308c3d0d7fa8695c92ebcf Reviewed-on: https://chromium-review.googlesource.com/1131916 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#573841}
-
Hiroshige Hayashizaki authored
This CL adds WPT tests for - WorkerLocation (wpt/workers/interfaces/WorkerGlobalScope/location/), - referrer (wpt/xhr/), and - API base URL (wpt/workers/baseurl/) that should reflect worker global scope's URL, for - classic shared workers and - module classic workers. Some tests are half-migrated to fetch_tests_from_worker()-style to test shared workers easily, while the tests for module workers uses the existing non-fetch_tests_from_worker()-style tests, because testharness.js can't be used from module scripts. Bug: 861564 Change-Id: I62fa415647da47e00bf7cbf4d7648f5d64377c04 Reviewed-on: https://chromium-review.googlesource.com/1128517 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#573840}
-
Joshua Pawlicki authored
This reverts commit 0bd5cafd. Reason for revert: Speculative revert: we observe flakiness in the test after the change landed along the lines of: ../../media/base/android/media_codec_bridge_impl_unittest.cc:455: Failure Value of: media_codec Expected: isn't NULL Actual: 4-byte object <00-00 00-00> Original change's description: > Android: Query encoder for supported pixel formats > > Test H264VideoEncodeAndValidate would fail on devices that don't > support COLOR_FORMAT_YUV420_SEMIPLANAR. This make it so the test > queries the encoder, and then take the color format from the > returned set. > > R=braveyao@chromium.org > > Bug: 860559 > Change-Id: I524a7e803e9781960a99308834bac4d361e0c442 > Reviewed-on: https://chromium-review.googlesource.com/1127469 > Reviewed-by: Weiyong Yao <braveyao@chromium.org> > Reviewed-by: John Rummell <jrummell@chromium.org> > Commit-Queue: Weiyong Yao <braveyao@chromium.org> > Cr-Commit-Position: refs/heads/master@{#573361} TBR=jrummell@chromium.org,braveyao@chromium.org,seaduboi@amazon.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 860559 Change-Id: I160c1f0caa5088d7691da8445f0c8a11bb3faf0c Reviewed-on: https://chromium-review.googlesource.com/1132054Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#573839}
-
Patrick Monette authored
Bug: 846953 Change-Id: I33e710005af02f9e6a553cfc0ef18acd3eaa2d8f Reviewed-on: https://chromium-review.googlesource.com/1128371Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#573838}
-
Robert Sesek authored
Beta 3 18A326g added new locations for CVMS files. Bug: 850021 Test: Form controls render correctly in web content. Change-Id: I00f93a847d1dbb086edea318526aab74bddb54bc Reviewed-on: https://chromium-review.googlesource.com/1130163Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#573837}
-
Bence Béky authored
According to https://cs.chromium.org/chromium/src/net/cert/cert_verifier.h?l=143, CertVerifier::Verify() must not be called with a null |callback|. This CL modifies expectation and comment accordingly in PolicyCertVerifier. This CL is a follow-up to the reviewer's comment at https://crrev.com/c/1117917/6/chrome/browser/chromeos/policy/policy_cert_verifier.h#47. Change-Id: If45d08a35c2d2add9e7e111b7cb69810c07788fe Reviewed-on: https://chromium-review.googlesource.com/1127920Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#573836}
-
Peter Kvitek authored
Change-Id: I684ca08b91cfc997f38018191d4963eaa8a06d25 Reviewed-on: https://chromium-review.googlesource.com/1130553 Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#573835}
-
Lei Zhang authored
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I7a50645ef2d5a8529eaadeffaff66e589336ce3d Reviewed-on: https://chromium-review.googlesource.com/1123067Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#573834}
-
Hal Canary authored
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I772320015684f6c2fb5918f6b3e0c2308f6f1799 Reviewed-on: https://chromium-review.googlesource.com/1129332Reviewed-by:
Mike Klein <mtklein@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#573833}
-
Martin Kreichgauer authored
This changes device::fido::mac::DeleteWebAuthnCredentials to have no effect when the feature flag for the Touch ID authenticator (WebAuthenticationTouchId) is turned off. Bug: 678128 Change-Id: I2fef6fe53903dad3329a075aa00d5152365af133 Reviewed-on: https://chromium-review.googlesource.com/1129779Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#573832}
-
Jeremy Roman authored
Bug: 862147 Change-Id: Ie0ca0c8375f201d055e16dd39c7454bd008a34f8 Reviewed-on: https://chromium-review.googlesource.com/1131837Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#573831}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/26c61b24e667..82eda93fff47 git log 26c61b24e667..82eda93fff47 --date=short --no-merges --format='%ad %ae %s' 2018-07-10 lucferron@chromium.org Vulkan: Fix for framebuffer blit and Y flip 2018-07-10 jmadill@chromium.org DisplayImpl: Make waitClient/waitNative non-const. 2018-07-10 cjacek@gmail.com Fix PMurHash.cpp mingw clang 64-bit compilation. 2018-07-10 oetuaho@nvidia.com Return ImmutableString from ArrayString() Created with: gclient setdep -r src/third_party/angle@82eda93fff47 The AutoRoll server is located here: https://angle-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=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=jmadill@chromium.org Change-Id: Ic257af4bb464931c4a8d27dd314c3fc3400dd105 Reviewed-on: https://chromium-review.googlesource.com/1131616Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#573830}
-
Ryan Hansberry authored
This CL address comments left over from a CL [1] which were not addressed. The changes are general cleanup and documentation clarification. 1) https://chromium-review.googlesource.com/c/chromium/src/+/1112902 R=jhawkins@chromium.org Bug: 824568, 752273 Change-Id: Ic23bcffe23188f9c7146a17ece4e352595c275c8 Reviewed-on: https://chromium-review.googlesource.com/1129839 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
James Hawkins <jhawkins@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#573829}
-