- 22 Mar, 2018 40 commits
-
-
yoshiki iguchi authored
ViewsTestBase was the cause of the crash in this context. This CL fixes the crash by replacing it with AshTestBase. Bug: 785539 Test: Ran ui_arc_unittests Change-Id: I445277b0a192579854ff986e7c78ba95145e7995 Reviewed-on: https://chromium-review.googlesource.com/975721Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#545137}
-
Elly Fong-Jones authored
This change merges the separate Cocoa and Views implementations of these functions into a single implementation that chooses the correct table at runtime. This fixes GlobalKeyboardShortcutsTest.* in polychrome-cocoa, and all but one of GlobalKeyboardShortcutsTest.* in polychrome-views. Bug: 817408 Change-Id: I57e333ee2fcec2ac21fb2920a7d5794b774de204 Reviewed-on: https://chromium-review.googlesource.com/975583Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#545136}
-
https://webrtc.googlesource.com/src.git/+log/b3179c75ed40..29e7bee3308d $ git log b3179c75e..29e7bee33 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium: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: I3c424aa834e5da83259062cdade580900e5166d7 Reviewed-on: https://chromium-review.googlesource.com/975824Reviewed-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@{#545135}
-
Yunlian Jiang authored
Newer lld failed to link chrome, it complains about duplicate symbol. It looks like an ODR violation. BUG=chromium:822334 TEST=lld links Chrome now. Change-Id: I2894b49b68d0a0a952f290af81f38eb30aa34cbd Reviewed-on: https://chromium-review.googlesource.com/974455Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Yunlian Jiang <yunlian@chromium.org> Cr-Commit-Position: refs/heads/master@{#545134}
-
Qiang Xu authored
changes: Toggle tablet mode is set to update caption buttons to update size button visibility. In minimized state, frame is not maximized or fullscreen, thus the size button will be set to MAXIMIZE button not RESTORE button. This CL avoids such update when window is minimized. Bug: 822890, 783310 Test: manual test and added test coverage Change-Id: Id35db6dcfbc79e6783caf8706fb83d25402f9c21 Reviewed-on: https://chromium-review.googlesource.com/967414Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Qiang Xu <warx@google.com> Cr-Commit-Position: refs/heads/master@{#545133}
-
Ian Vollick authored
Previously the background and hit test planes would be sized incorrectly if a disc button's corner radii were set. Bug: None 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;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I1aeb4792aa06b51ac2fb8a839e672097690cabfa Reviewed-on: https://chromium-review.googlesource.com/975581Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#545132}
-
Michael Thiessen authored
On non-rooted devices, the flag setting will fail, but the installing and logcat are still useful, so we should continue to do them regardless. Change-Id: I8d7b167de4c5e7c59668e2a74aa18e5f81bc41ae Reviewed-on: https://chromium-review.googlesource.com/972021 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#545131}
-
MinChen authored
doc: go/add-power-button-location changes in this cl: - Add a switch kAshPowerButtonPosition with value to store the related power button position info that read at ChromeOS side. - Parse the value of the switch in PowerButtonController. - Get the menu bounds origins in different screen orientations according to the position info in PowerButtonMenuScreenView. This will help to set the bounds of the menu in each screen orientation. - Get the menu animation direction and transform distance according to the position info in PowerButtonMenuView. We need to minus the animation transform when setting the bounds of the menu before showing the menu. - Add PowerButtonControllerWithPositionTest*. Bug: 818331 Change-Id: I0a1191072b85db59ed2d1d20e5ce25266a357e95 Reviewed-on: https://chromium-review.googlesource.com/963644 Commit-Queue: min c <minch@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Qiang Xu <warx@google.com> Cr-Commit-Position: refs/heads/master@{#545130}
-
Peng Huang authored
This CL adds a GLContext and a GrContext in GpuServiceImpl. They are created when viz::SkiaOutputSurface needs a GrContext to create a SkSurface for the framebuffer. This CL also creates a SequenceId for viz::SkiaOutputSurface to play back Skia DDLs on the GPU thread. This CL is part of CL https://crrev.com/c/947047 which makes SkiaRenderer use Skia DDL to render frames. Bug: 824382 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I9091fd46cbaafe0ace363bfe63e61b5a0d9fe32d Reviewed-on: https://chromium-review.googlesource.com/973757 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#545129}
-
Patrick Monette authored
A previous CL was meant to whitelist modules whose cert's subject matches the cert's subject of the executable, but the code was added in the wrong file. Move the check from ModuleListFilter where it doesn't belong and move it to the ProblematicProgramsUpdater class. Also added a unit test to make sure the issue is really fixed. Bug: 819793 Change-Id: Ibd6a3c599d6b5ec2bf0a50c5ae0536159bb30fc6 Reviewed-on: https://chromium-review.googlesource.com/969601 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#545128}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/7b5a57449ba0..1f82e0612293 $ git log 7b5a57449..1f82e0612 --date=short --no-merges --format='%ad %ae %s' 2018-03-20 jianj VP9 SVC: Add control to disable inter layer prediction. 2018-03-18 marpan vp9-svc: Improve frame dropper for spatial layers. 2018-03-19 johannkoenig visual studio: add yasm instructions 2018-03-19 johannkoenig build: remove stale .git files 2018-03-14 johannkoenig reland "use intrinsics for 'emms'" 2018-03-16 jzern CopyFrameTest: reduce max size for 32-bit targets 2018-02-21 jianj VP8: Fix out of range index for mvcost. 2018-03-16 jzern vpx_scale_test: reduce max size for 32-bit targets 2018-03-14 marpan vp9-svc: Frame dropper for SVC. 2018-03-15 jzern Revert "vp9_loopfilter.c: zero lfl_uv" 2017-06-26 jzern libs.mk,vcxproj generation: split srcs in invocation 2018-03-14 marpan vp9-svc: Bugfix to dyanmic enabling/disabling of layers. 2018-03-14 johannkoenig vp9_resize.c: assert vp9_highbd_resize_plane conditions 2018-03-12 johannkoenig remove spatial svc experiment 2018-03-14 johannkoenig vp9_loopfilter.c: zero lfl_uv 2018-03-14 johannkoenig vp8 rdopt.c: zero rd.[rate_uv|distortion_uv] 2018-03-14 johannkoenig vp8 mfqe: zero map[] 2018-03-14 johannkoenig temporal svc: zero layer_target_bitrate 2018-03-14 johannkoenig Revert "use intrinsics for 'emms'" 2018-03-13 johannkoenig spatial svc: set window_size to 15 (...) Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: Iff8288bbb3d1e8d0e36d469b5cb7f1ee8b38962e Reviewed-on: https://chromium-review.googlesource.com/973744Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#545127}
-
Alexander Timin authored
Measure the amount of work done in background when keep-active signal is present. This is to allow us to test the theory that we stopped stopping timers in background after 5 minutes on Android due to widespread keep-active signal. R=panicker@chromium.org,rkaplow@chromium.org BUG=823482 Change-Id: I653016d795a1903ea9d943e3c2b962ab9c1ba088 Reviewed-on: https://chromium-review.googlesource.com/973225Reviewed-by:
Shubhie Panicker <panicker@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#545126}
-
Matt Wolenetz authored
Mark as flaky in Win TBR=hbos@chromium.org,hta@chromium.org BUG=824830,823003 NO-TRY=True Change-Id: Iabd4ddc714220082b332754c093652178ce91c27 Reviewed-on: https://chromium-review.googlesource.com/976048Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#545125}
-
Kristian H. Kristensen authored
With CL:801974 we started using RGBA for primary framebuffers so that the alpha channel will be well-defined. Boards without atomic modesetting should not use overlays and scanout the primary framebuffer as RGB, but this didn't quite work. We tried to modeset and pageflip to RGBA buffers on boards with RGB-only overlays (peppy). This commit makes sure that we always pick the opaque framebuffer for the lowest plane. Bug: 821944, b/74997524 Change-Id: I79929d59bc8a568d7a6090a3ab5a4b31fad658b6 Reviewed-on: https://chromium-review.googlesource.com/964984 Commit-Queue: Kristian H. Kristensen <hoegsberg@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#545124}
-
Roger Tawa authored
To create a "binary" std::string with embedded nulls from a C string, use the 2 argument constructor so that std::string does not use embedded nulls to determine the full length of the string. Bug: None Change-Id: I6003984b6179d03753fef402134329523fe4c31a Reviewed-on: https://chromium-review.googlesource.com/973692 Commit-Queue: Roger Tawa <rogerta@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#545123}
-
Mohsen Izadi authored
OverscrollControllerDelegate::OnOverscrollBehaviorUpdate() is always called before OverscrollControllerDelegate::OnOverscrollModeChange(). This CL merges the former into the latter by passing overscroll-behavior value directly to OnOverscrollModeChange(). BUG=800047 TEST=none Change-Id: I97f6b33b46fd9e5815e3a26fc36d04ded21c6864 Reviewed-on: https://chromium-review.googlesource.com/969611Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#545122}
-
Sigurdur Asgeirsson authored
Bug: 749785 Change-Id: Ib52b3dd62b5b5386353cdc031d57c4ac74b13410 Reviewed-on: https://chromium-review.googlesource.com/975633Reviewed-by:
lpy <lpy@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#545121}
-
Sadrul Habib Chowdhury authored
Validate that the |changed_button_flags_| field is allowed only the set of flags that makes sense. BUG=779372, 824629 Change-Id: I5e4d8b8f07fbf6d881d8510f45414814d074278d Reviewed-on: https://chromium-review.googlesource.com/974078 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#545120}
-
Alex Moshchuk authored
This can be removed since https://crbug.com/823493 has been fixed by r544591. Bug: 638375 Change-Id: Ia07a35fa7725b7b38eeda495b05db35ad6fa6c13 Reviewed-on: https://chromium-review.googlesource.com/974473Reviewed-by:
Lucas Gadani <lfg@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#545119}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2d4815d9..61c909d6 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;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ifd2157dee74405d6b4637a8ad4b6a911495725cb Reviewed-on: https://chromium-review.googlesource.com/975662Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#545118}
-
Ryan Hansberry authored
Also add a test double for BackgroundEidGenerator. Bug: 819279 Change-Id: I24e2352d72deb00632a4d955f17cc508f7d4cbb5 Reviewed-on: https://chromium-review.googlesource.com/952462Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#545117}
-
Xiaoqian Dai authored
When an overview window item is tapped, it's enlarged slightly first to indicate it's selected. We should enlarge it directly without any animation. Otherwise, we might not get the correct event location. Bug: 824505 Change-Id: I7829edf1cab09eddf0335f5812fcb033f101915b Reviewed-on: https://chromium-review.googlesource.com/974292Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#545116}
-
Pete Williamson authored
Sometimes offline pages are displayed from a content URI instead of opening a file from our offline page store. The user might then press the "share" menu. When they do, we should use the content URI to share the page by instead of using a file path (since we have no file path). This change will pass back the content URI instead of just disabling sharing. Unit tests are included. Bug: 817608 Change-Id: I1d788a83de3aafe978b37374ec22d77ad328b59d Reviewed-on: https://chromium-review.googlesource.com/962990 Commit-Queue: Peter Williamson <petewil@chromium.org> Reviewed-by:
Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#545115}
-
Quinten Yearsley authored
Bug: 790123 Change-Id: I683c66efb496f1c9569eddc23db34b03fbf1cca5 Reviewed-on: https://chromium-review.googlesource.com/974446Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#545114}
-
Evan Stade authored
This is a reland of 8ce1863f MSan fix was landed as 522e7d29 Original change's description: > Turn on native notifications by default for Chrome OS. > > They're already on by default for Mash. This makes Chrome use the mojo > ("native") interface for notifications even in non-Mash. > > Bug: 578868 > Change-Id: If1ee85e2136dc0480ccee9a57835b0ffb9b47b8b > Reviewed-on: https://chromium-review.googlesource.com/963518 > Commit-Queue: Evan Stade <estade@chromium.org> > Reviewed-by: Steven Bennetts <stevenjb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#544395} Bug: 578868 Change-Id: Idac45274aaea709ef910d4bcb20b14f9a05a952c Reviewed-on: https://chromium-review.googlesource.com/974201Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#545113}
-
Sammie Quon authored
Bug: 824121 Change-Id: Ifb96edf110667d3e74584e3a3103602b02891b07 Reviewed-on: https://chromium-review.googlesource.com/974658Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#545112}
-
Gabriel Charette authored
R=fdoray@chromium.org Bug: 824770 Change-Id: Ib2e8cb5ae6c3aece489d7e27c256b18c52e89cb1 Reviewed-on: https://chromium-review.googlesource.com/975781 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#545111}
-
Justin Cohen authored
Introduces IsExpectingVoiceSearch to VoiceSearchNavigationTabHelper. Bug: 821360 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Iee8bcf8e04d0f28673ee59a5635c6e84eae24535 Reviewed-on: https://chromium-review.googlesource.com/971861Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#545110}
-
Andrey Kosyakov authored
This fixes http/tests/inspector-protocol/network-data-length.js Bug: 721408 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I77cda55f1e129f13f162910340f2853f3fb66d07 Reviewed-on: https://chromium-review.googlesource.com/974464 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#545109}
-
Emily Hanley authored
Bug: 757933 Change-Id: I006f9695379c5a270d58c8f0bafe33a3195c7a44 Reviewed-on: https://chromium-review.googlesource.com/975622Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#545108}
-
Lei Zhang authored
Check for enable_java_templates first. Files in build/ are available to other projects where enable_java_templates can be set to false with overrides. Change-Id: Ieb39e3aa825214ddbb06f4397c5d2b97af20d995 Reviewed-on: https://chromium-review.googlesource.com/974906Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#545107}
-
Lei Zhang authored
Change-Id: I269b9b0249500cee9ea4c123951d89c347f791e3 Reviewed-on: https://chromium-review.googlesource.com/974319Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#545106}
-
Ovidio Henriquez authored
Allows FakeBluetoothChooser to set the test scan duration to never timeout. BUG=719827 Change-Id: I38c74a1bbb0de026edb7d578b98258941d0c3349 Reviewed-on: https://chromium-review.googlesource.com/961544Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#545105}
-
Owen Min authored
When Chrome clean up ephemeral profiles during launch, create a new profile if all profiles are deleted and last used profile is guest profile. Bug: 823890 Change-Id: I64ff6b6230d73df9b97839b0d896fa56710b41e5 Reviewed-on: https://chromium-review.googlesource.com/974123 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#545104}
-
Andrii Shyshkalov authored
It has been offline for 24 hours until machenbach@ pinged me https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Builder R=machenbach@chromium.org, nodir@chromium.org No-Try: True Change-Id: I29096b6a932dd215ed34600674c4785df83a338f Reviewed-on: https://chromium-review.googlesource.com/975925Reviewed-by:
Sergiy Byelozyorov <sergiyb@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Cr-Commit-Position: refs/heads/master@{#545103}
-
Mohamed Heikal authored
In (crrev.com/952097), a runtime check was added to Resource arrays such that only resource ids that start with "0x7f" ie. application resources (vs "0x01" which are system resources) are to have their package id transformed. This lead to startup performance degradation. This CL changes this check to a compile time check and unrolls the arrays at compile time (when packaging resources and creating the R.java file we have all the resource ids already). Bug: 821425 Change-Id: Id977901d7ecaf24df76806ce9c39a38f40a57061 Reviewed-on: https://chromium-review.googlesource.com/974079 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#545102}
-
Wez authored
Adds some missing dependencies in //third_party/webrtc_overrides, and enables GN checks on that directory. Bug: 812058 Change-Id: I23fc0f45887a2c9ab50c6d217c9fb2c327ec4e7e Reviewed-on: https://chromium-review.googlesource.com/974755Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#545101}
-
Patrik Höglund authored
This should get WebRTC H264 perf tests running again. Bug: webrtc:8675 Change-Id: Ife68ff289b9caa02dab94e93f2b255d31f56215f Reviewed-on: https://chromium-review.googlesource.com/975021Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#545100}
-
Gabriel Charette authored
And introduce TestBrowserThreadBundle::RunIOThreadUntilIdle() to replace the only method that didn't have an immediate replacement. Bug: 824431 Change-Id: I2137660a745491d6096ef7f2e3d76818d2a9fa8e Reviewed-on: https://chromium-review.googlesource.com/974166Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#545099}
-
Eugene But authored
On iOS 10, where Files app does not exist it is possible for UIDocumentInteractionController to not present Open In... menu. In this case Download Manager should show the prompt to install Google Drive app. Bug: 823702 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I393c8724186deaefd3dc192a61759c24799dd1d5 Reviewed-on: https://chromium-review.googlesource.com/974748 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#545098}
-