- 16 Mar, 2018 12 commits
-
-
danakj authored
This moves the ResourceUtil methods and the SharedBitmap methods to determine bytes from sizes to viz/common so they can be used in viz code. R=kylechar@chromium.org Bug: 730660 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I1c12896a3f87f8f577fb4aaf32239aa5a1baecb0 Reviewed-on: https://chromium-review.googlesource.com/954229 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#543570}
-
Alan Cutter authored
This CL adds a menu button highlight animation to run along side the origin title bar text animation for hosted apps added in: https://chromium-review.googlesource.com/c/chromium/src/+/942722 Screencast: https://bugs.chromium.org/p/chromium/issues/attachment?aid=327708&signed_aid=U4VyDkrKmEzMN56O5woqsw==&inline=1 Bug: 809794 Change-Id: I7ed8a7c9ccbf2c020bd9c76fb04f2a3123f265de Reviewed-on: https://chromium-review.googlesource.com/958899Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#543569}
-
Tom Anderson authored
BUG=787020 R=dpranke@chromium.org,derat@chromium.org CC=drott@chromium.org,sergeyu@chromium.org TBR=dpranke@chromium.org Change-Id: If78501622d71743c101b77464bd9edbadd2ad654 Reviewed-on: https://chromium-review.googlesource.com/933096Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#543568}
-
Sammie Quon authored
New UI bypasses some animations when in tablet mode. Old UI relied on animation ended to stack windows properly. After this patch lands, the enable new overview UI patch should be able to reland safely. Test: ash_unittests WindowSelectorTest.OverviewWidgetStackingOrder Bug: 821999, 822049 Change-Id: I4028b9c045b0bfc93207d2d0bc6343e634eb6c89 Reviewed-on: https://chromium-review.googlesource.com/963693Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#543567}
-
Shubhie Panicker authored
Bug: 816454 Change-Id: Ic1199c44b6e30d0118c9f3843364359bf63a42f5 Reviewed-on: https://chromium-review.googlesource.com/953244 Commit-Queue: Shubhie Panicker <panicker@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Fadi Meawad <fmeawad@chromium.org> Cr-Commit-Position: refs/heads/master@{#543566}
-
https://webrtc.googlesource.com/src.git/+log/895ae9a0cdff..24c220c178f9 $ git log 895ae9a0c..24c220c17 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I341975f377ffea9b426a16ffe446076930885cf6 Reviewed-on: https://chromium-review.googlesource.com/965031Reviewed-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@{#543565}
-
Joel Hockey authored
Converted integration_tests/delete.js to test/js/delete.js Copied the parts of integration_tests/test_util.js required for delete.js to test/js/test_util.js and got TestEntryInfo integrated with MockVolumeManager. Added extra API implementations required: - chrome.i18n - chrome.mediaGalleries - window.domAutomationController Added webui_resource_test.js and test_util.js to create script. Bug: 813477 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie6704f98f8d8c2116c72c2d7a2c22cda246eb0a0 Reviewed-on: https://chromium-review.googlesource.com/961986 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Cr-Commit-Position: refs/heads/master@{#543564}
-
Matthew Jones authored
This change both adds a new hidden state for the bottom sheet and allows it to scroll off-screen, synchronized with the top controls, when in the peeking state. With this patch, if the sheet is hidden, it will not reappear until Chrome is restarted. BUG=813373, 821568 Change-Id: I78b36c19fab6acb0d5ad07d843426eeae4537d10 Reviewed-on: https://chromium-review.googlesource.com/961268Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#543563}
-
Maks Orlovich authored
use that in place of ChromeHttpUserAgentSettings. As for User-Agent, CreateDefaultNetworkContextParams() was already filling in the correct thing, so nothing needed to be done with that, though a redundant setting of it in IOThread::ConstructSystemRequestContext() also got removed. This required a patch from mmenke@ for StoragePartitionImpl::GetNetworkContext() to avoid creating redundant NetworkContext's in some cases, so we don't lose track of the ones that have HttpUserAgentSettings kept track of. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Iee38daea39e60138abe90289bf9c4382c1da64ac Reviewed-on: https://chromium-review.googlesource.com/956028 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#543562}
-
Takashi Toyoshima authored
Field study indicates that the bg_limit_3_1 group shows the best result. This patch adopt the same configuration for perftests to see if there is a overlooked regressed scenario with the configuration. Bug: 729954 Change-Id: Ied7a28851e4ebc86e65916c757dbf336a72863ff Reviewed-on: https://chromium-review.googlesource.com/964036 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#543561}
-
Benjamin Pastene authored
Bug: 817779 Change-Id: I49f8b897014877b152d6790d41aad25e450433a3 Reviewed-on: https://chromium-review.googlesource.com/963091Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#543560}
-
Hongchan Choi authored
In BaseAudioContext::PerformCleanupOnMainThread, a vector is created for active source nodes and then its internal storage is swapped after the inactive source nodes are removed. This speculative fix clamps the capacity of the vector into the range between 0 and the current total active source nodes counts. My guess is in some cases the subtraction of these two unsigned values can be wrapped around to a huge number causing a crash with OOM. Bug: 814108 Change-Id: Id69979119a7d2f44de1be35fc0b27e7b39a6ed06 Reviewed-on: https://chromium-review.googlesource.com/963483 Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#543559}
-
- 15 Mar, 2018 28 commits
-
-
James Hawkins authored
R=khorimoto@chromium.org Bug: none Test: none Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I3c0983fe0bd562bb0d27ffd723a17fd2a0a5d6f6 Reviewed-on: https://chromium-review.googlesource.com/965271Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#543558}
-
Jinsuk Kim authored
Another case SelectionPopupController gets a native->Java flow handed over from ContentViewCore. The feature is relevant to selection controller, which is now is fully capable of taking care of it without relying on ContentViewCore thanks to https://crbug.com/c/956786. Not related, but did some clean up in content_view_core.h for method declarations left unused. Bug: 598880 Change-Id: I5010644a67021632b1e2625167e02c3c4ab947d8 Reviewed-on: https://chromium-review.googlesource.com/963155Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#543557}
-
Weidong Guo authored
Bug: 812828 Change-Id: I41b5880225b500cebcbf1581c18538e686f9d9c0 Reviewed-on: https://chromium-review.googlesource.com/933109 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#543556}
-
Dave Schuyler authored
This CL resets the filter_ member in the site data handler (c++) so that the filter will be reapplied when revisiting the page. Bug: 820816 Change-Id: Id710d8f6b9ec35f8ee69088dbbd8d8d9b3691c38 Reviewed-on: https://chromium-review.googlesource.com/964986Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#543555}
-
Malay Keshav authored
ARC++ gets its device scale factor from the default ManagedDisplayMode. When display zoom is enabled, we only have 1 display mode for the internal display. This display mode was not set as the default until now, causing ARC++ to get an invalid device scale factor. Bug: 790723 Change-Id: Ia86a3c22edb21ea3d0ced63f31992cca3e700ad6 Component: Managed Display Mode, Device scale factor, display zoom Reviewed-on: https://chromium-review.googlesource.com/964795Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#543554}
-
Siddhartha authored
The summary and background mode use the same set of MDPs now. So, remove duplicate list. BUG=730783 Change-Id: I3568d797d5bab3d36df658feb22df28d8ea786a4 Reviewed-on: https://chromium-review.googlesource.com/961554 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by:
Hector Dearman <hjd@chromium.org> Cr-Commit-Position: refs/heads/master@{#543553}
-
Alexei Svitkine authored
Previously, it would only take effect when a single feature was enabled on the study. The new logic would associate with all the features. Bug: 816696 Change-Id: Ide5ace721ade5e78f8743b11a96998d3b08ded46 Reviewed-on: https://chromium-review.googlesource.com/963087 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#543552}
-
Alex Mineer authored
This makes our merge guidelines more permissive for feature work which is gated behind a flag. Change-Id: I1b65711006cf04e754570d55c16a12b51ed782f5 Reviewed-on: https://chromium-review.googlesource.com/958035Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Alex Mineer <amineer@chromium.org> Cr-Commit-Position: refs/heads/master@{#543551}
-
edchin authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I0a7fedfe646e43d4ba92ae1361411e7b4c84ab0a Reviewed-on: https://chromium-review.googlesource.com/964886Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#543550}
-
Brandon Jones authored
In some cases extreme output canvas sized were causing failed allocations and incomplete framebuffers, which made the ImageLayerBridge choke. This patch both clamps the backbuffer size to the max texture size and, if an incomplete framebuffer is detected, produces black 1x1 images for the ImageLayerBridge to consume instead of attempting to pass the texture that failed to allocate. Bug: 814460 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Idba50e08052767360423018e06bc65f1f87c4d14 Reviewed-on: https://chromium-review.googlesource.com/964796Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#543549}
-
Fady Samuel authored
When the root surface changes, we cannot draw to the display until a surface activates. This CL stops draws (and BeginFrames) until activation. If a root surface is never submitted then the display will not listen for BeginFrames. Bug: 821940 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I749c0ca8e85a3dbc7eccaa0799add81afb15beb9 Reviewed-on: https://chromium-review.googlesource.com/964595Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#543548}
-
Pavel Feldman authored
Change-Id: Ie2ad7d92c74e45a4a59be8569758f9217909eab3 Reviewed-on: https://chromium-review.googlesource.com/961582Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#543547}
-
Patrick Hulce authored
BUG=https://github.com/GoogleChrome/lighthouse/issues/4745 Change-Id: I959f6c7fdff1427b60dcac482773902c6fda1bc0 Reviewed-on: https://chromium-review.googlesource.com/961540Reviewed-by:
Paul Irish <paulirish@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Patrick Hulce <phulce@chromium.org> Cr-Commit-Position: refs/heads/master@{#543546}
-
https://chromium.googlesource.com/catapult.git/+log/ee4c7175f67b..36d08eec1a07 $ git log ee4c7175f..36d08eec1 --date=short --no-merges --format='%ad %ae %s' 2018-03-15 dtu [pinpoint] Generalize "configuration" to be a set of argument presets. 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. TBR=sullivan@chromium.org Change-Id: I1abf222433c05fa1ee45b6feb7c96209d1a60650 Reviewed-on: https://chromium-review.googlesource.com/965101Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543545}
-
Caleb Rouleau authored
tbr=estade@chromium.org Bug: 822470 Change-Id: If9f4edf28d232113f6da357c7646feeef63d72cc Reviewed-on: https://chromium-review.googlesource.com/965256Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#543544}
-
Menglu Huang authored
These tests were disabled for simulators for being flaky under multiple simulators mode. Now the mode is turned off for these tests, they should be re-enabled again, but still failing due to issue 821490. Bug: 814990 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie75bfa9ed9ba14552123199ff2d202477ae12457 Reviewed-on: https://chromium-review.googlesource.com/961595 Commit-Queue: Menglu Huang <huangml@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#543543}
-
Daniele Castagna authored
Media used to rely on SharedCompositorWorkerContextProvider, therefore it needed to lock and unlock the GLContext everytime it needed to do a GL operation. Later the context has been replaced with one created specifically for media, and that is accessed only on the media thread. The locks/unlocks were not removed though. This patch removes all the locks/unlocks and make sure all the operation on the media context are happening only on the media thread. Bug: 580386 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie524c1c6a56a4f16171f2390d471a023a0e76a0b Reviewed-on: https://chromium-review.googlesource.com/959432Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#543542}
-
Bill Orr authored
This will allow us to determine how much magic window mode is used vs presentation by looking at the ratio of this UseCounter vs presentation UseCounter. TBR=vollick@ for web_feature.mojom, which doesn't need owner review. BUG=776086 Change-Id: I6e28433a00a8dbb9be3315d926d8f2b225be5b3e Reviewed-on: https://chromium-review.googlesource.com/752079Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#543541}
-
Scott Violet authored
This pulls the two event dispatch related functions out of EventProcessorDelegate into a new interface. I'm doing this as a precursor to moving the event dispatch related code out of WindowManagerState. BUG=none TEST=none Change-Id: I249581a109e38f535d1b48ebe0ebf9785738dbc2 Reviewed-on: https://chromium-review.googlesource.com/964783 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#543540}
-
https://skia.googlesource.com/skia.git/+log/e11d7932940b..af18f22da6c5 $ git log e11d79329..af18f22da --date=short --no-merges --format='%ad %ae %s' 2018-03-15 scroggo Make get_images_from_skps always return success 2018-03-15 reed rm guard for google3 2018-03-15 bsalomon Cleanup SkImage YUV texture factories. 2018-03-15 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 0b0dcbc1c..44a73fcfb (2 commits) 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;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=stephana@chromium.org Change-Id: Ia4f80a7919d5fba0f908a5784f59a7aa8cee8d64 Reviewed-on: https://chromium-review.googlesource.com/964987 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543539}
-
Joshua Bell authored
Mostly range-based for loops for iterators Change-Id: I12d18dd5cab78fed9279597a286efa07331860da Reviewed-on: https://chromium-review.googlesource.com/938955 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#543538}
-
Shubhie Panicker authored
This is to debug an issue with bit increased SW timeouts in StopLoadingInBackground experiment. Bug: 790903 Change-Id: I89edec7f1b077e4ecd35256ecc09c6083db14879 Reviewed-on: https://chromium-review.googlesource.com/955680 Commit-Queue: Shubhie Panicker <panicker@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#543537}
-
Ken Rockot authored
Also //mojo/edk/embedder:headers -> //mojo/edk This makes more sense. There's some random GN autoformatting here as well. TBR=sky@chromium.org Bug: None Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I3ade31b7f4b127f341fd114acc5c092bcba22659 Reviewed-on: https://chromium-review.googlesource.com/963548 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#543536}
-
sczs authored
- Adds expand/collapse functionality. - Adds contextmenu functionality (Open All and Hide For now). - Adds a tapGesture recognizer for headers. Video: https://drive.google.com/open?id=1LwJCMrUlNmJ73O_SWHEpImBqaEh4M1hv Bug: 819462 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Idc51238b5cfb205f3150d33364efad83868c7333 Reviewed-on: https://chromium-review.googlesource.com/958099 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#543535}
-
bsheedy authored
Fixes two things in the VR auto bisect script: 1. Sets an empty list as the default for the checkout override arg, as otherwise it was trying to iterate over None when not set. 2. Ensure that the VR APKs are downloaded during syncing. Change-Id: I2191accdc23fd858b0588c7772785ce4a95edc6a Reviewed-on: https://chromium-review.googlesource.com/965115Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#543534}
-
erikchen authored
The underflow was occurring during subtraction of two uints, before the saturated_cast could fix the result. Bug: 812346 Change-Id: I08acf91e137880fe7aba0d41f8ea362c9f81315c Reviewed-on: https://chromium-review.googlesource.com/955908Reviewed-by:
Primiano Tucci <primiano@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#543533}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 66d1e9a8. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13873 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: igrigorik@chromium.org, yoav@yoav.ws: external/wpt/preload TBR=lukebjerring No-Export: true Change-Id: Ib362952573de1b6d1fc4f136ba82575d4486f349 Reviewed-on: https://chromium-review.googlesource.com/964794 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@{#543532}
-
Matt Wolenetz authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/4468d4967f5d..02ec9ce5a9bc $ git log 4468d4967..02ec9ce5a --date=short --no-merges --format='%ad %ae %s' 2018-03-13 wolenetz Updating build configs for M67 roll. 2018-03-13 wolenetz Update build_ffmpeg.py's sysroot name for M67 2018-03-13 wolenetz Remove deprecated av_register_all from ffmpeg.sigs 2018-03-13 wolenetz Copy [de]muxer, codec and parser lists into configs 2018-03-12 wolenetz Update chromium patches README 2018-03-12 vdixit avformat/hlsenc: fix for zero EXTINF tag duration 2018-03-12 matthieu.bouron avcodec/mediacodecdec_common: make INFO_TRY_AGAIN trace messages more consistent 2018-03-10 aman avcodec/mediacodecdec: add debug logging around hw buffer lifecycle 2018-02-27 michael avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded pixels thus reject it 2018-02-27 michael avcodec/nuv: Check for minimum input size for uncomprssed and rtjpeg (...) Created with: roll-dep src/third_party/ffmpeg Includes removal of FFmpegGlue::InitializeFFmpeg() because av_register_all is no longer needed (and is deprecated in FFmpeg). BUG=803898, 772699, 786793, 791237, 791349, 795653, 796778, 800123, 817338 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: I94ccecab95831174a3bae6e9a8422e10bfec8e85 Reviewed-on: https://chromium-review.googlesource.com/964248Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#543531}
-