- 20 Jan, 2018 40 commits
-
-
Xianzhu Wang authored
Some filters have drawing effects even if they have no content. - Output a no-op display item to ensure a chunk for the filter will be created; - Let CC side know the filter (with or without content) with correct visual rect. Bug: 771643 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ic841823706d5547c5c67ffa8c63620251733bd49 Reviewed-on: https://chromium-review.googlesource.com/871834 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#530744}
-
Vadim Tryshev authored
Bug: 747547 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iaa47a7c3c02c87ef1c14369fbd00c98eb53eefab Reviewed-on: https://chromium-review.googlesource.com/874526 Commit-Queue: Vadim Tryshev <vadimt@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#530743}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/b76c71702517..81fe2a141359 $ git log b76c71702..81fe2a141 --date=short --no-merges --format='%ad %ae %s' 2018-01-19 reed remove some old old pict ops 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=halcanary@chromium.org Change-Id: If029fc12d03af09c50eb65ecf2548dbc33207009 Reviewed-on: https://chromium-review.googlesource.com/877395Reviewed-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@{#530742}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/0a6a2b73a1c5..74d0ee56f5aa $ git log 0a6a2b73a..74d0ee56f --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None 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: I38c207db8184fcc91db035c606c2470508c6bd73 Reviewed-on: https://chromium-review.googlesource.com/877411Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#530741}
-
Miguel Casas-Sanchez authored
09db0c4 H010ToAR30 in 1 step with SSSE3 assembly by Frank Barchard 37f9721 Add LibYUVConvertTest.TestH010ToAR30 unittest by Frank Barchard ecab543 Remove MEMOPREG x64 NaCL macros by Frank Barchard b33e0f9 Remove MEMOPMEM x64 NaCL macros by Frank Barchard a875ed1 Remove VMEMOPREG x64 NaCL macros by Frank Barchard 030042a Remove VEXTOPMEM x64 NaCL macros by Frank Barchard 5088f00 Remove MEMACCESS x64 NaCL macros by Frank Barchard e3797d1 Remove MEMOPARG x64 NaCL macros by Frank Barchard c682abe libyuv: fix undefined mul overflow by Frank Barchard caeb9dc [ndk] Add android ndk deps in libyuv DEPS by Shenghua Zhang 3694891 Remove MEMLEA x64 NaCL macros by Frank Barchard a214214 Remove x64 native_client macros. by Frank Barchard 00d526d H010ToARGB_AVX2 optimized conversion by Frank Barchard 55310f9 Remove NACL_R14 macro by Frank Barchard Bug: 797347, libyuv:751 Change-Id: I9d325bef1dea9d378cd0a25aa2e8a57338698d5b Reviewed-on: https://chromium-review.googlesource.com/876446Reviewed-by:
Frank Barchard <fbarchard@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#530740}
-
Paul Irish authored
Change-Id: I24bda48b2ab0c7c1c3b99a14c88db07e7ba61277 Bug: 802143 Reviewed-on: https://chromium-review.googlesource.com/871656Reviewed-by:
Patrick Hulce <phulce@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#530739}
-
Takayoshi Kochi authored
Once V1 shadow root is attached to a document, we switch cascading order to V1-compliant mode from V0-legacy mode, but recent migration of UA shadows from V0 to V1 caused the cascading order switch without explicitly creating author V1 shadow root. This happens only in the following scenario: 1. An element with V1 UA shadow is created in another document 2. The element with V1 UA shadow is adopted to the document. In other cases, internal APIs such as EnsureUserAgentShadowRoot() or CreateUserAgentShadowRoot() does not share the same code path for web-facing Element.attachShadow(), the cascading order is not affected. Bug: 801938, 787717 Change-Id: I93e41e8f6f0acda4f3804e1ef316da205454b62f Reviewed-on: https://chromium-review.googlesource.com/875585Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Takayoshi Kochi <kochi@chromium.org> Cr-Commit-Position: refs/heads/master@{#530738}
-
Sergey Ulanov authored
crrev.com/530587 added invalid CHECKs that are always failing on Fuchsia: the checked condition was reversed by mistake. TBR=mmenke@chromium.org Change-Id: I71a6273c219634e5bb76b195020f5771d13231b5 Reviewed-on: https://chromium-review.googlesource.com/877442Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#530737}
-
dpapad authored
Bug: None Change-Id: I68ab4db549e204cc1fc2deb7db5c47a57e996ea3 Reviewed-on: https://chromium-review.googlesource.com/852899Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Jungshik Shin <jshin@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#530736}
-
May Lippert authored
Call session_manager via dbus to save the user's login password. This passwordwill be used by shill to automatically authenticate the user to 802.1X networks that are setup to use a username/password for authentication. session_manager will use libpasswordprovider to save the password into the Linux kernel keyring. BUG=chromium:386606 TEST=run unit tests, manual testing on kevin using test image Change-Id: Ia1b44c3c6d9afe15d4e3ee0e6493753ba65acabf Reviewed-on: https://chromium-review.googlesource.com/806261 Commit-Queue: May Lippert <maybelle@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#530735}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 450073e1. With Chromium commits locally applied on WPT: e8a79119 "Fixed wpt csp reporting tests and moved over chrome internal ones" ea343b08 "[css-grid] Fix for flexible tracks, gutters and spanning items" 245bf895 "Catch unexpected exceptions in sync-xhr test." 2fe7f2b6 "Add RemoveFakeService to BT test interface" 2cd52230 "Fix ServerTiming results for resources that fail TAO check" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/10385 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: rouslan@chromium.org, mathp@chromium.org: external/wpt/payment-request TBR=kereliuk No-Export: true Change-Id: If3e26f0ef3b25f37a699d295ea93c766a78439d0 Reviewed-on: https://chromium-review.googlesource.com/877021 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@{#530734}
-
Ashley Enstad authored
Disabling the following tests until a revert can be made to fix them: RasterBufferProviderCommonPerfTest.BuildTileTaskGraph RasterBufferProviderPerfTests/RasterBufferProviderPerfTest.ScheduleAlternateTasks/0 RasterBufferProviderPerfTests/RasterBufferProviderPerfTest.ScheduleAlternateTasks/1 RasterBufferProviderPerfTests/RasterBufferProviderPerfTest.ScheduleAlternateTasks/2 RasterBufferProviderPerfTests/RasterBufferProviderPerfTest.ScheduleAlternateTasks/3 Bug: 803874 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Id660d765cf3f69f511cb91c291c273e4a4d3787e Reviewed-on: https://chromium-review.googlesource.com/876506Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Ashley Enstad <ashleymarie@chromium.org> Cr-Commit-Position: refs/heads/master@{#530733}
-
Khushal authored
We know the scale at which records in shaders will be rasterized, and images are pre-decoded with this scale. Ensure that we use this scale when serializing this record for OOP, similar to the in-process raster. R=enne@chromium.org, piman@chromium.org 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: I5b50a0e68cae65666206aa974dfde78f8bcd80c2 Reviewed-on: https://chromium-review.googlesource.com/875009 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#530732}
-
Evan Stade authored
Stop referencing NotificationUiManager. Bug: 783018 Change-Id: Ic2ffae3c85913643db96717e998d860f8faf909e Reviewed-on: https://chromium-review.googlesource.com/874572 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#530731}
-
Will Harris authored
https://helpx.adobe.com/security/products/flash-player/apsb18-01.html BUG=412078 TBR=jschuh@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Id7330b5e78340e02459307d76ab6b17cbab197f5 Reviewed-on: https://chromium-review.googlesource.com/877418 Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#530730}
-
Reilly Grant authored
This change removes the OnAlternativeProxyBroken method from the ProxyDelegate interface. Instead, QUIC proxies are marked as bad by adding them to the ProxyRetryInfoMap maintained by ProxyService. Bug: 721403 Change-Id: Ibfa2104b9906749ddd79c69a2a173ab1ec84af96 Reviewed-on: https://chromium-review.googlesource.com/852900 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#530729}
-
Tim Zheng authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/15e1a468124f..5c8aa4d8a30e $ git log 15e1a4681..5c8aa4d8a --date=short --no-merges --format='%ad %ae %s' 2018-01-18 timzheng Add Chrome Features DBus interface. 2018-01-17 allenvic smbprovider: Add CreateFileOptions and TruncateOptions protobuf 2018-01-15 hashimoto obb-mounter: Add OBB mounter constants 2018-01-10 tnagel system_api: Drop unused *EnrollmentState 2018-01-16 baileyberro smbprovider: Add DeleteEntryOptions protobuf to systemapi Created with: roll-dep src/third_party/cros_system_api TEST=roll-dep generated chang. Bug: chromium:800120 Change-Id: Iec11c430f9a608f4b9719740c7d7fcf35e5d23f4 Reviewed-on: https://chromium-review.googlesource.com/877181 Commit-Queue: Tim Zheng <timzheng@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#530728}
-
Katie D authored
If the anchor and focus object are the same node, or if one is the root of the other, direction checking would be incorrect. This makes sure that node ordering is correct. Bug: 803160 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I0be73f4c307d47326bff557ada6918f0361038dc Reviewed-on: https://chromium-review.googlesource.com/871844Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#530727}
-
Sergey Ulanov authored
New version fixes stdout/stderr redirection for packaged applications. Bug: 778467 Change-Id: Ie704dd144accc10b8cbc61dfdcc468f5ec9762e7 Reviewed-on: https://chromium-review.googlesource.com/876986Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#530726}
-
Nate Fischer authored
No change to behavior, this only removes some old TODO comments regarding upstreaming (which has obviously long-since happened). Change-Id: I1b66ebf6f8f3b7080ec6716c57ed799cf04fc885 Reviewed-on: https://chromium-review.googlesource.com/877382Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#530725}
-
Min Qin authored
FileSystemContext is no longer used in BlobURLLoaderFactory, remove it BUG=715630 Change-Id: I6431b74883f750bf296c38f0cf260bcdede711f0 Reviewed-on: https://chromium-review.googlesource.com/876957Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#530724}
-
Dave Tapuska authored
These messages are only used for webview. Get rid of some code that is no longer needed and make the external begin frame source only available on the SynchronousCompositorProxy. This helps simplify code that I am working on for converting input messages to mojo. This causes all the messages to be defined in the same set of messages so we won't have ordering issues when moving to mojo. BUG=722928 Change-Id: I125ad3d185c9849737e5504e0ccb499738f8d209 Reviewed-on: https://chromium-review.googlesource.com/874513Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#530723}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/342b83d49c4d..4e36db8c1461 $ git log 342b83d49..4e36db8c1 --date=short --no-merges --format='%ad %ae %s' 2018-01-19 ynovikov Skip FindMSBAndFindLSBCornerCases on Android OpenGLES Created with: roll-dep src/third_party/angle 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=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 TBR=cwallez@chromium.org Change-Id: Ie8103a7913302c3cbbe8bf18f4550a9367d78802 Reviewed-on: https://chromium-review.googlesource.com/876925 Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#530722}
-
Miguel Casas-Sanchez authored
This CL extends gl_image_io_surface_unittest.cc to run GLImageBindTest with BGRX, which is treated internally as BGRA, by extending the value-to-compare-to and writing a significant comment to explain the situation. Bug: 803473 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: Ia9cfc20bb1be054da10cd0bd2526bc3f7f66d144 Reviewed-on: https://chromium-review.googlesource.com/876222Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#530721}
-
Sarah Chan authored
The App Menu Button AX text currently don't report if an update is available. This CL fixes the issue by adding "Update is available" to the AX text. Bug: 770745 Change-Id: I9e0768d21667c2b986ad7a5bc17c75f37b0bcb4d Reviewed-on: https://chromium-review.googlesource.com/869113Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#530720}
-
Lei Zhang authored
16f3404 Merge pull request #95 from leizleiz/eblc-validate bc830a8 Validate EBLC table's numSizes field. b553114 fix #52 OTS parsing error (#54) 8c0954e Update README.md (#94) 34db4db Document the inactive status of the project (#91) 7c4b837 Fix endless loop in FontMath.log2. (#85) 6b0889d Rescue the old wiki pages from web.archive.org. (#87) BUG=803020 TBR=behdad@chromium.org Change-Id: Ie849670d0e5f653cdc810ecbe19ab82b09efcbf4 Reviewed-on: https://chromium-review.googlesource.com/877320Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#530719}
-
George Burgess IV authored
This also tweaks the CIPD file to use an unversioned file name. This makes it so we can't roll to a profile after this until CL:875137 lands, but that shouldn't be a problem. Bug: None Test: Builds. Chrome is now slightly larger + slightly faster. Change-Id: Ie777b7047c6efeb7f2923422233a13548a7d688f Reviewed-on: https://chromium-review.googlesource.com/875239Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#530718}
-
Julia Tuttle authored
Change-Id: I1712cd0dadbffc59a179a7daf64460feaea14cde Reviewed-on: https://chromium-review.googlesource.com/877259Reviewed-by:
Miriam Gershenson <mgersh@chromium.org> Commit-Queue: Julia Tuttle <juliatuttle@chromium.org> Cr-Commit-Position: refs/heads/master@{#530717}
-
Marijn Kruisselbrink authored
It is perfectly valid for a commit to finish while the context is being shut down. So update the DCHECK to account for that possibility. Bug: 803058 Change-Id: I7fb031bc9580ab319a96334653a51ac50a6650a4 Reviewed-on: https://chromium-review.googlesource.com/876935 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#530716}
-
Conley Owens authored
This change fails the request made in `PageLoadMetricsBrowserTest.ChromeErrorPage` by shutting down the test server. This is simpler than setting up the failure callback, and it works with --enable-features=NetworkService BUG=803911 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Idf6224d3832e5ad1dd758b1967946b527951fc8f Reviewed-on: https://chromium-review.googlesource.com/876647 Commit-Queue: Conley Owens <cco3@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Cr-Commit-Position: refs/heads/master@{#530715}
-
Peng Huang authored
Bug: 803591 Change-Id: Ic531a5a561fdca2dd7eca4acb94bb068530ee716 Reviewed-on: https://chromium-review.googlesource.com/876726 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#530714}
-
Tarun Bansal authored
* Allow different timeout thresholds for secure and insecure proxies. * Use HTTP RTT for computing the proxy connection timeout instead of the transport RTT. Bug: 704339 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: I6a2761a6dda90c53cdcc47045b05dcdc57e939e4 Reviewed-on: https://chromium-review.googlesource.com/845057 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#530713}
-
Dan Erat authored
This reverts commit 7faa3b0c. Reason for revert: This appears to cause Chrome crashes in the desktopui_MashLogin Autotest, resulting in failures in the informational Chrome PFQ builders: https://crbug.com/804052 Original change's description: > [ozone/drm]: support content and service manager launching > > The existing in-progress implementation of ozone/drm over mojo IPC > assumed that the ozone host would use a mojo ServiceManager provided > at initialization that it could use to launch and connect to the DRM > and cursor services. However, when used in a src/content context (such > as would be the case in Chrome), there is no service manager available > at ozone initialization time. Instead, content::GpuProcessHost > notifies the ozone host later from the browser I/O thread when the GPU > process containing the DRM and cursor services is running. > > This CL refactors the ozone/drm/mojo implementation to isolate the > acquisition of mojo pipes into a separate class that supports both > styles of pipe acquistion: either by the use of a ServiceManager or > via an asynchronously injected dependency on content. > > This CL also restructures the launch of the DRM thread itself so that > it can be deferred until after the GPU sandbox is initialized in a way > that does not depend on the use of legacy IPC message filters. > > BUG=620927 > > 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: Icfb2261326cd1d5d6e2769d9801c02a744e1102a > Reviewed-on: https://chromium-review.googlesource.com/861749 > Commit-Queue: Robert Kroeger <rjkroege@chromium.org> > Reviewed-by: Daniel Nicoara <dnicoara@chromium.org> > Reviewed-by: Yuzhu Shen <yzshen@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#530562} TBR=rjkroege@chromium.org,yzshen@chromium.org,dnicoara@chromium.org,piman@chromium.org Change-Id: Ieb533a2c3db1634953437fcd4c34200f38e51601 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 620927 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 Reviewed-on: https://chromium-review.googlesource.com/876936Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#530712}
-
bsheedy authored
Adds build targets for arm versions of md5sum, host_forwarder, and libc++. Special targets are necessary since the Android/device deps can't be built with the clang_arm toolchain, so we can't just use it for everything. Also updates the arm build config slightly since Raspberry Pis require mfloat-abi to be set to hard, while Android requires it to be set to soft. Bug: 779837 Change-Id: I19c861d2c8a528c82bcb5d9f43c3812499d23ddf Reviewed-on: https://chromium-review.googlesource.com/761357 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#530711}
-
Achuith Bhandarkar authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a84511a49c15..10ace85c7a3e $ git log a84511a49..10ace85c7 --date=short --no-merges --format='%ad %ae %s' 2018-01-19 derat Revert "cbuildbot_run: Adjust GetVersion to use CIDB Id." 2018-01-12 bhthompson Add mst Android PFQ Configuration for master-arc-dev Android branch 2018-01-17 achuith [cros_vm]: Use separate directories for different ports. 2018-01-16 dgarrett cbuildbot_run: Adjust GetVersion to use CIDB Id. 2018-01-12 phobbs risk_report: Add unit test for missing response. 2017-12-04 bhthompson Remove MNC specific configurations 2017-12-01 phobbs third_party: Update ts-mon to support new proto 2018-01-11 dgarrett cros buildresult: Populate toolchain_url and artifact_url. 2018-01-09 vapier cbuildbot: run verifybinpkg with the --update flag 2018-01-10 valleau group_baseline: Adding group ippusb 2018-01-17 nxia Add the CL_Status_Viewer URL in the CL comment. 2018-01-13 jclinton Stop using this silly _Print method 2018-01-16 dgarrett cidb: Remove start/ending_build_number. 2018-01-10 achuith [cros_vm]: Download qemu binary from chromeos prebuilt. 2018-01-14 derat chromite: Build tast-cmd in EmergeInfraGoBinariesStage. 2018-01-10 dgarrett cros buildresult: New command to look up results for a build. 2018-01-16 laszio autofdo: upload full debug info for autofdo builders. Created with: roll-dep src/third_party/chromite Bug: 762650 Change-Id: Ie1866f139ee31c29f291f222740df13b6462a54f Reviewed-on: https://chromium-review.googlesource.com/877179 Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#530710}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a998a1a6..166ecce7 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: Ia62655ea37142a809b388e998636147ca7e26ffc Reviewed-on: https://chromium-review.googlesource.com/877019Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#530709}
-
Tsuyoshi Horo authored
Bug: 803754 Change-Id: I97b1d39af46eed3f1d730945d962579dabd5bb6e Reviewed-on: https://chromium-review.googlesource.com/875527Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#530708}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/16d0ad06b468..b76c71702517 $ git log 16d0ad06b..b76c71702 --date=short --no-merges --format='%ad %ae %s' 2018-01-19 reed simplify GrFPArgs, isolating localmatrix 2018-01-18 vmpstr Use equal_range for factory lookups 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=halcanary@chromium.org Change-Id: Ifc0d1876e91c19b3b5058f0e3b32fbcf16f5a6d7 Reviewed-on: https://chromium-review.googlesource.com/876934 Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#530707}
-
Nodir Turakulov authored
Use python, instead of vpython, for all gclient hooks that are not catapult. This is a partial revert of https://chromium-review.googlesource.com/c/chromium/src/+/762037 Reasoning: https://crbug.com/803763#c10 TBR=cmasso@google.com Bug: 803763# Change-Id: I8d3145a73ee77fe69c34b479ecb74cebba08cb05 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/877380 Commit-Queue: Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#530706}
-
Ehsan Karamad authored
This conitnues the refactor in https://chromium-review.googlesource.com/q/I940f44aeb5af65f4b8cac9bf4fa593d52319d5c9. Bug: 669219 Change-Id: I4a828d1534cce44d2d60eb5069e9aee9b0f5b89f Reviewed-on: https://chromium-review.googlesource.com/876482Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#530705}
-