- 11 Sep, 2018 40 commits
-
-
Artur Khachatryan authored
Storage and Location tests are failing on Android Chromium. Disabling tests for now. Bug: chromedriver:2580 Change-Id: Iab7bae5e4ea7b2a572de7bd42e00152a3c33779e Reviewed-on: https://chromium-review.googlesource.com/1217915Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> Cr-Commit-Position: refs/heads/master@{#590322}
-
Charlie Andrews authored
It was already disabled on Win 10, but it was failing on Win 7 also. TBR=sullivan@chromium.org CC=kouhei@chromium.org, ksakamoto@chromium.org NOTRY=true Bug: 879833 Change-Id: I926a38ef6713a0eaec1eebae71948e6dcc9d49b7 Reviewed-on: https://chromium-review.googlesource.com/1219966Reviewed-by:
Charlie Andrews <charliea@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#590321}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b42a897819dc..bd6595544171 git log b42a897819dc..bd6595544171 --date=short --no-merges --format='%ad %ae %s' 2018-09-11 brianosman@google.com Remove SkImageCacherator entirely Created with: gclient setdep -r src/third_party/skia@bd6595544171 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=caryclark@chromium.org Change-Id: I623c92c6ad94f17f97c1e8c15cd2cfd64d584c24 Reviewed-on: https://chromium-review.googlesource.com/1219415Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590320}
-
Anna Malova authored
Bug: 873098 Change-Id: Ic349be8e16680b2ccbf08e7ecbdee9dab7987077 Reviewed-on: https://chromium-review.googlesource.com/1176081Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Anna Malova <amalova@chromium.org> Cr-Commit-Position: refs/heads/master@{#590319}
-
Charlie Andrews authored
TBR=sullivan@chromium.org NOTRY=true CC=yukishiino@chromium.org, jbroman@chromium.org, haraken@chromium.org Bug: 882881, 882882, 882883 Change-Id: Id509634ea963f688bc5cc0b761b1430398688ea2 Reviewed-on: https://chromium-review.googlesource.com/1219783Reviewed-by:
Charlie Andrews <charliea@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#590318}
-
John Delaney authored
Now that we have an ad flag in the browser process, log per resource metrics for ad resource sizes. Also log new metrics for total ad bytes per-page and for top-level ads now that this information is available in the browser process. These metrics are different than the existing page byte totals as they account for network bytes that went towards canceled and incomplete resource loads. Bug: 851543,859080 Change-Id: I2ad863f0fc718f51521269d7ffd1c1bb8d0bf886 Reviewed-on: https://chromium-review.googlesource.com/1199576 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#590317}
-
Fabio Tirelo authored
The goal is to allow experimentation with different font weights for primary info for Payment Methods and Addresses suggestions on the Autofill dropdown. Screenshots on Windows (Googlers only): https://drive.google.com/open?id=1BhZdvN0l9GTzZv2kvim7_OCE9r9OsOhK Bug: 882525 Change-Id: I9d1ec9ad662e858bd0d9c85c3b31849f13220b86 Reviewed-on: https://chromium-review.googlesource.com/1217171 Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#590316}
-
Eric Seckler authored
To unify the way tasks are posted, we're changing the way tasks are posted to a WebThread. Instead of WebThread::PostTask(WebThread::UI, ..) and alike, tasks are now posted via base::PostTaskWithTraits(FROM_HERE, {WebThread::UI}). Also replaces uses of TestWebThread with TestWebThreadBundle in ios_io_thread_unittest.mm and request_tracker_impl_unittest.mm. In a follow-up patch, we will remove public PostTask and GetTaskRunnerForThread methods from WebThread. Design doc for TaskTraits: https://docs.google.com/document/d/1SGy9VTXUwyXEX_yBZ0ukFAnS8B0hDeMUJD-1iALaE-Q/edit?usp=sharing Bug: 878356 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Iedc1189834e5f1b1eeb00b2ae1fc707f8e4f5256 Reviewed-on: https://chromium-review.googlesource.com/1216663Reviewed-by:Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#590315}
-
Moe Ahmadi authored
Bug: 881869 Change-Id: Ib20092ce09f53b2b79280f3e79a7ab0785a66068 Reviewed-on: https://chromium-review.googlesource.com/1213868 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#590314}
-
Matthew Cary authored
This changes CommandBufferProxyImpl::AllocateAndMapSharedMemory to use the new mojo shared memory region API for creating the unsafe shared memory region it uses. Bug: 872778 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: Ia1b5380eb21afe54a05e81d26df8307819de23c0 Reviewed-on: https://chromium-review.googlesource.com/1171229Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Alexandr Ilin <alexilin@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Matthew Cary <mattcary@chromium.org> Cr-Commit-Position: refs/heads/master@{#590313}
-
Victor Vasiliev authored
R=rch@chromium.org Change-Id: I3ff1bb22ead3a993ef0248814fa6b270ec2ace23 Reviewed-on: https://chromium-review.googlesource.com/1217917Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#590312}
-
Shahbaz Youssefi authored
`ExtensionPolicyMigrator::CopyPoliciesIfUnset()` now takes the hashed extension id, instead of the extension id itself, and linearly searches in the policy bundle to find a matching policy. Where this function was called with an extension id, the extension id is replaced with the hashed one. Note that HashedExtensionId generates a hash that uses upper-case letters. Bug: 878528 Change-Id: I6290fe894cfcc6e0c440b639908bd1f0866d49ba Reviewed-on: https://chromium-review.googlesource.com/1207891Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Cr-Commit-Position: refs/heads/master@{#590311}
-
Fady Samuel authored
This test doesn't seem to flake locally anymore. Bug: 867163 Change-Id: I7d73e63237739b7d173023011af64af3917e2969 Reviewed-on: https://chromium-review.googlesource.com/1217283Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#590310}
-
Mugdha Lakhani authored
With this CL, 1. Record the BackgroundFetch.HasRequestsWithBody UMA metric, which is true if any requests in the background fetch contain a body, false otherwise. 2. Reject the fetch() promise, if any requests do contain a body. Bug: 881344 Change-Id: I595800adefe1dcc2c8bb04bec2295cc2886d963d Reviewed-on: https://chromium-review.googlesource.com/1210125 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#590309}
-
Thomas Tangl authored
In the AvatarToolbarButton, always use the explicitely-set profile icon instead of the generic avatar icon. Bug: 879106 Change-Id: I6f9f9fd30710e724516d2a3567a94145ad00b34a Reviewed-on: https://chromium-review.googlesource.com/1219490Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#590308}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/3d50a31aad31..7cd0e15faf17 git log 3d50a31aad31..7cd0e15faf17 --date=short --no-merges --format='%ad %ae %s' 2018-09-11 stefan@webrtc.org Add nisse@, ilnik@ and sprang@ as OWNERS to media/. 2018-09-11 gustaf@webrtc.org AEC3: Fix filter output transition when input and output is the same array 2018-09-11 mbonadei@webrtc.org Fix no_global_constructors in remote_bitrate_estimator. 2018-09-11 magjed@webrtc.org Android: Send original texture width/height in TextureBufferImpl 2018-09-11 nisse@webrtc.org Delete always true member voe::Channel::pacing_enabled_ 2018-09-11 sprang@webrtc.org Don't signal updated bitrate allocation on encoder paused 2018-09-11 sprang@webrtc.org Updated min bitrate for high-quality screenshare simulcast stream 2018-09-11 gustaf@webrtc.org AEC3: Bugfix in filter output transition Created with: gclient setdep -r src/third_party/webrtc@7cd0e15faf17 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None,chromium:882789,chromium:None,chromium:882789 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Icaca70c95614fddaf43c75b10737aa2f651594ab Reviewed-on: https://chromium-review.googlesource.com/1219413Reviewed-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@{#590307}
-
Joe Mason authored
Before M69 this code used mojo::edk::PlatformChannelPair, not mojo::edk::NamedPlatformChannelPair. R=csharp Bug: 830892 Change-Id: I69d4f3dd5ef730e38cbb76f3d827c9094b6492ab Reviewed-on: https://chromium-review.googlesource.com/1216710Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#590306}
-
Joe Mason authored
This lets the args be included from other directories. Also fix the license in REPORTER_BRANDING and CLEANER_BRANDING. R=csharp Bug: 830892 Change-Id: Ia753c988579ee65a969aa07103677b80da0eede4 Reviewed-on: https://chromium-review.googlesource.com/1216707Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#590305}
-
Olivier Robin authored
And cancel it on expiration. Bug: 881907 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I09af1c34ebf11b51a9cd7d0bb4925d7e97ddc3bb Reviewed-on: https://chromium-review.googlesource.com/1219611 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#590304}
-
spirv-chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/2c2fee797908..324be76b9c4c git log 2c2fee797908..324be76b9c4c --date=short --no-merges --format='%ad %ae %s' 2018-09-11 dj2@everburning.com Fixup BUILD.gn file (#1886) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@324be76b9c4c The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll 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=dsinclair@chromium.org Change-Id: Ibd1bb9e5ebebeef1367c98d133a2249f728ace8b Reviewed-on: https://chromium-review.googlesource.com/1219414Reviewed-by:
spirv-chromium-autoroll <spirv-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: spirv-chromium-autoroll <spirv-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590303}
-
Christian Fremerey authored
There are certain frame drop reasons that can occur for more than one media stream type. This CL distinguishes the UMA counts for those by media stream type. Bug: 878964 Change-Id: I2b698577afe66012f1e885d0f5dc0724832781e1 Reviewed-on: https://chromium-review.googlesource.com/1214077 Commit-Queue: Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#590302}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5dc19a54. With Chromium commits locally applied on WPT: d7762551 "Consistently use single quotes in Background Fetch WPTs." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/24545 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 NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: I13c24755f2f7cedc4c8a2fbf2e8b781b9746fb13 Reviewed-on: https://chromium-review.googlesource.com/1219766 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@{#590301}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/58aa824ddaea..b42a897819dc git log 58aa824ddaea..b42a897819dc --date=short --no-merges --format='%ad %ae %s' 2018-09-11 swiftshader-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6dafcf32ec41..17b75890e71a (12 commits) 2018-09-11 mtklein@google.com just zero flags Created with: gclient setdep -r src/third_party/skia@b42a897819dc The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=caryclark@chromium.org Change-Id: I93d073797402387387b88f5333bce52b900539ab Reviewed-on: https://chromium-review.googlesource.com/1219412Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590300}
-
Nicolas Ouellet-payeur authored
Bug: 882533 Change-Id: I84f2d5a88f42d896b218e37c310da3f606b3578c Reviewed-on: https://chromium-review.googlesource.com/1216811Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#590299}
-
Adam Rice authored
Mark them as "stable" in runtime_enabled_features.json5. The runtime flag will be removed once M71 has shipped. Intent to Ship thread: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/jx2joIL5SbU/pGuwgvi7EAAJ BUG=845427 Change-Id: I1fa93383958fbd3de64936375937730c27f8d1da Reviewed-on: https://chromium-review.googlesource.com/1212431Reviewed-by:
Yoav Weiss <yoav@yoav.ws> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#590298}
-
Bruno Kim Medeiros Cesar authored
This change enable parents to override SafeSearch with host patterns, like "*.sex.*". Currently "allow" patterns are not considered for the "try to block mature sites" setting, so the URL is allowed by DEFAULT but blocked by the SafeSearch check. By returning a MANUAL reason, instead, then it will be honored. This may introduce a conflict when different patterns match the same URL, but have different defaults, say, "www.google.*" and "*.google.com" both match "www.google.com". In this case, we prefer to honor a blacklist over a whitelist. parent settings. Bug: 880909 Test: Built a Chrome APK and verified different combinations for Change-Id: Ia8a2e8c9261c9ea0a539c32a2ca8fe5e3e576fae Reviewed-on: https://chromium-review.googlesource.com/1207573 Commit-Queue: Bruno Kim Medeiros Cesar <brunokim@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#590297}
-
stkhapugin@chromium.org authored
Bug: 862404 Change-Id: I3d775805657d7303cfbf6a04f581d855deb5717b Reviewed-on: https://chromium-review.googlesource.com/1219507Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#590296}
-
Vadym Doroshenko authored
When saving with new parsing is on, both PasswordFormManager and NewPasswordFormManager works in parallel. Atm it's possible that when OnLoginSuccessful is called, there is no NewPasswordFormManager that corresponds to the submitted form. That leads to crash. This CL introduces quick fix, namely just make early return when it happens. This fix is supposed to be merged in beta, so it's very easy. Later more proper handling will be implemented. Bug: 880247, 831123 Change-Id: I709f5ce16ea2d92f079f47308ec9c9dde7cf01e1 Reviewed-on: https://chromium-review.googlesource.com/1219687Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#590295}
-
Aaron Leventhal authored
Removing the role check for aria-activedescendant support simplifies the code and decreases differences with Firefox. Bug: None Change-Id: Ie497d29434344152d1e51d27a9301e31e332b1d9 Reviewed-on: https://chromium-review.googlesource.com/1213539Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#590294}
-
Anthony Vallee-Dubois authored
This allows all users to get the new backoff behavior, even if the old behavior has already caused backoff for them. Bug: 840367 Change-Id: Ia36720b0d71c3a69758a408d092b339ed487b195 Reviewed-on: https://chromium-review.googlesource.com/1217748Reviewed-by:
Michael Martis <martis@chromium.org> Commit-Queue: anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#590293}
-
Sylvain Defresne authored
If the number of accounts known to the AccountTrackerService is small, then a better data structure could be used instead of a std::map<std::string, AccountState> to store them. Add histogram to record the number of accounts loaded from the preferences by the AccountTrackerService. Bug: 881250 Change-Id: I024cf44b4718885a77315813bdb565042fbb6f83 Reviewed-on: https://chromium-review.googlesource.com/1216685Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#590292}
-
David 'Digit' Turner authored
The static linker currently generates two symbol hash tables by default in each ELF binary (executables or shared libraries). One uses the old, slow and large SysV format, and the other the much smaller and much faster GNU format. This CL adds support for the GNU format to the crazy linker library (which turns out to require very little code). This will allow the removal of the SysV table whenever the chromium linker is being used (i.e. for ChromePublic.apk and ChromeModernPublic.apk and their derivatives). This will also be handy when we split libchrome.so into several native libraries in the future (e.g. to support android app feature modules like VR), which will require exporting a lot more symbols. Note that MonochromePublic.apk, which only runs on Android N+ already uses GNU tables exclusively (for the record, support for this format was added in Android M / API level 23). + Add unit-tests. And scripts to generate the test data from a known list of symbols. + Add a small script to regenerate all auto-generated sources at once. BUG=851391 R=pasko@chromium.org, rmcilroy@chromium.org, agrieve@chromium.org, cjgrant@chromium.org Change-Id: I42b1aac46445b5b4d4b3b4f69eaa69ea47e7ab3c Reviewed-on: https://chromium-review.googlesource.com/1216122 Commit-Queue: David Turner <digit@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#590291}
-
Matthew Cary authored
There are crashes appearing where a read-only shared memory region is being used instead of the expected writable region. While we track that down, this CL reverts the android video {en/de}coding to the legacy implementation. Bug: 838365 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: I699913801d9384b55f3f382519207f24d8ed17da Tested: android media_unittests TBR: liberato@chromium.org,alexilin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1219226Reviewed-by:Matthew Cary <mattcary@chromium.org> Reviewed-by:
Alexandr Ilin <alexilin@chromium.org> Commit-Queue: Matthew Cary <mattcary@chromium.org> Cr-Commit-Position: refs/heads/master@{#590290}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/580b5f861834..1f658fe0d651 git log 580b5f861834..1f658fe0d651 --date=short --no-merges --format='%ad %ae %s' 2018-09-11 dproy@google.com Panels as mithril components + renderCanvas Created with: gclient setdep -r src/third_party/perfetto@1f658fe0d651 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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=perfetto-bugs@google.com Change-Id: I10556c1ed8f68dac47fdb5cb8f85fad3adbba91d Reviewed-on: https://chromium-review.googlesource.com/1219411Reviewed-by:
perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590289}
-
Jonathan Backer authored
Bug: 850068 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I8fdb2a09bb813492687ceb7c801571f1d2bd5c77 Reviewed-on: https://chromium-review.googlesource.com/1208362 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#590288}
-
Patrik Höglund authored
This reverts commit 03d7e3ce. Reason for revert: Reverting on behalf of titovartem@. Breaks WebRTC since vp9_svc_layercontext doesn't compile: https://logs.chromium.org/logs/webrtc/buildbucket/cr-buildbucket.appspot.com/8935991820767406272/+/steps/compile/0/stdout Original change's description: > Roll src/third_party/libvpx/source/libvpx/ 753fd86e8..4ddfa331c (26 commits) > > https://chromium.googlesource.com/webm/libvpx.git/+log/753fd86e86ac..4ddfa331c4f5 > > $ git log 753fd86e8..4ddfa331c --date=short --no-merges --format='%ad %ae %s' > 2018-09-05 huisu Initialize the best partition before partition RDO > 2018-08-29 marpan vp9-svc: Allow for setting framerate per spatial layer. > 2018-08-31 jingning Adaptive ARF factor decision > 2018-08-29 jingning Recursive rate allocation for multi-layer ARF coding > 2018-08-28 jingning Enable adaptive rate allocation for multi-layer ARFs > 2018-09-04 huisu Move partition search ML models to a seperate file > 2018-09-04 marpan vp9-svc: Fix to first_spatial_to_encode for pattern constraint. > 2018-08-28 jingning Increase encoder buffer for multi-layer ARFs > 2018-08-28 jingning Structure the multi-layer ARF locations > 2018-09-03 paulwilkins Fix short first kf bug. > 2018-08-27 jingning Assign target bits for multi-layer ARF system > 2018-09-03 marpan vp9-svc: Add bypass flag to constrain inter_layer. > 2018-09-03 paulwilkins Revert "Revert "Prevent double application of min rate in two pass."" > 2018-09-02 marpan vp9-svc: Fix condition for pattern constraints > 2018-08-27 jingning Properly update the raw_src_frame for psnr calculation > 2018-08-25 jingning Build arf index stack > 2018-08-31 marpan vp9-svc: Add first_spatial_layer_to_encode per superframe > 2018-07-16 huisu ML based rectangular partition search pruning > 2018-08-24 jingning Fix arf_src_offset calculation > 2018-08-23 jingning Set minimum frame size to be 1 byte > (...) > > Created with: > roll-dep src/third_party/libvpx/source/libvpx > R=johannkoenig@google.com > > Change-Id: Iabdcddd52bc1b080b87155333614cb0f07b34627 > Reviewed-on: https://chromium-review.googlesource.com/1214362 > Reviewed-by: Tom Finegan <tomfinegan@chromium.org> > Commit-Queue: Jerome Jiang <jianj@google.com> > Cr-Commit-Position: refs/heads/master@{#589741} TBR=tomfinegan@chromium.org,johannkoenig@google.com,jianj@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ie1c41b10efa405e560d79a3755e4fbada743705c Reviewed-on: https://chromium-review.googlesource.com/1219626Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#590287}
-
Steve Kobes authored
(1) Add text allowing TBR with relands which previously appeared on the sites page. (2) Add guidance that TBR'ed reverts should be clean and recent. (3) Make "OWNERS file details" a subsection of "OWNERS files". Discussed on chromium-dev at: goo.gl/kCw2HK Change-Id: Ic0329574652926483f9cb33100635f89fa8b0107 Reviewed-on: https://chromium-review.googlesource.com/1217167Reviewed-by:Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#590286}
-
Etienne Pierre-doray authored
Fix compile error with -Wshorten-64-to-32. Bug: 881008 Change-Id: I52a1bab9cb7b4cb67ea4c275143390d42b192120 Reviewed-on: https://chromium-review.googlesource.com/1216524Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#590285}
-
src-internal-chromium-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/656c1c9c270c..55c4417fbeca Created with: gclient setdep -r src-internal@55c4417fbeca The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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. BUG=chromium:882818 TBR=mmoss@chromium.org Change-Id: I907b5d4a2dfd0e28fffe1ef78cb805762d08c998 Reviewed-on: https://chromium-review.googlesource.com/1219406Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590284}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a2ceb19a3a9a..eb5e205de2f3 git log a2ceb19a3a9a..eb5e205de2f3 --date=short --no-merges --format='%ad %ae %s' 2018-09-11 sammc@chromium.org Add an option to list revisions when marking an ebuild as stable. Created with: gclient setdep -r src/third_party/chromite@eb5e205de2f3 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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=chrome-os-gardeners@chromium.org Change-Id: If656e255fedc02247908655280f36294695fcc11 Reviewed-on: https://chromium-review.googlesource.com/1219409Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590283}
-