- 15 May, 2018 40 commits
-
-
Malay Keshav authored
This patch enables the font subpixel positioning for the browser ui and blink for fractional device scale factors. It also adds a switch to force disable subpixel positioning for easier debugging and testing on devices. Bug: 839214 Change-Id: If8fd7dbc39ac3950bc27b5b7435b482fb4931065 Component: Font, subpixel positioning, kerning Reviewed-on: https://chromium-review.googlesource.com/1053289Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#558764}
-
Alexandros Frantzis authored
Add a parameter for an owned GpuFence to the GLSurface and GLSurfaceOverlay ScheduleOverlayPlane() methods. The GLSurface/GLSurfaceOverlay objects own the provided GpuFences, and forward them to internal consumers (e.g., GLImage) using unowned handles where needed. Also add the GLSurface::SetUsePlaneGpuFences() method to control whether GLSurface objects actually use the overlay plane GpuFences for overlay display synchronization. Bug: 828393 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: I192bd91eabd6167943e03fe31177d128f7060d63 Reviewed-on: https://chromium-review.googlesource.com/1021512 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#558763}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/df9ba269..324a3e44 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;luci.chromium.try: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: I9172e6c31a4621055cd13f93633617e5111e17e8 Reviewed-on: https://chromium-review.googlesource.com/1059447Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#558762}
-
https://webrtc.googlesource.com/src.git/+log/59216ec4a415..28a325b52314 $ git log 59216ec4a..28a325b52 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:837922 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 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I870a6247f79807e033d7a70773eb0f9b0d2946e9 Reviewed-on: https://chromium-review.googlesource.com/1059708 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#558761}
-
Eugene But authored
Bug: 841105 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I4471a98cdef13e54b790ebcd565d59c67dba8bfd Reviewed-on: https://chromium-review.googlesource.com/1054196Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#558760}
-
Francois Doray authored
These methods were only used by the chrome://discards UI, which can instead access the LifecycleUnits directly. Bug: 775644 Change-Id: Iae97a1d6bcf5af1fcd555608ad05e4921ff8e437 Reviewed-on: https://chromium-review.googlesource.com/1057692 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Fadi Meawad <fmeawad@chromium.org> Cr-Commit-Position: refs/heads/master@{#558759}
-
Patrick Monette authored
Retrieving this information requires IPC to the remote process, which is blocking and thus must not be done on the UI thread. But the ModuleEventSinkImpl instance must still live on the UI thread, because thats where the RenderProcessHost instance lives. The RenderProcessHost must be accessed to get the handle to the remote process inside the ModuleEventSinkImpl::Create() factory function. To make the process handle available from the background task, it is now duplicated and passed to the task via the PostTaskWithTraits() call. Bug: 832286 Change-Id: I3948a585f3d7645d706b0e8977cdf3182f212306 Reviewed-on: https://chromium-review.googlesource.com/1058339Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#558758}
-
Yuanyao Zhong authored
Bug: b/78599329 Test: build cast_shell Change-Id: I87afd8567613295860bc16a0e1c664a3ec4ee1a4 Reviewed-on: https://chromium-review.googlesource.com/1058596 Commit-Queue: Yuanyao Zhong <yyzhong@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#558757}
-
Peng Huang authored
Bug: 776877 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: I0c1e2c3be1569cc89385e210d9fabfa1ecda6a84 Reviewed-on: https://chromium-review.googlesource.com/1054336Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#558756}
-
Hans Wennborg authored
Bug: 608541, 840756, 842698 Change-Id: Iaaaf79dc775a6738cff55037ee9c6ff354530e19 Reviewed-on: https://chromium-review.googlesource.com/1059655Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#558755}
-
Tommy Steimel authored
This CL adds new sizing CSS classes to the media controls. These are set based on the video width and will be used for size-specific CSS rules. Currently, these classes make no visual change. In addition, this CL refactors the old method of updating CSS classes on the controls via directly setting the class attribute to a built string of classes. This allows CSS classes to be independently set on the controls (e.g. toggling "test-mode" and "audio-only" without having to update the whole class string). Bug: 839088 Change-Id: I771c024f10bdd923fd0dac51dd872b33b719dddb Reviewed-on: https://chromium-review.googlesource.com/1056032Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#558754}
-
Sammie Quon authored
Previously it would calculate positions including the ignored item and shift the indices of the items placed behind the ignored item. Now it calculates positions ignoring the item. Test: Added tests Bug: 842957 Change-Id: Idc56917e8be76dc91721d3b02357834ba22a9258 Reviewed-on: https://chromium-review.googlesource.com/1058833Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#558753}
-
James Cook authored
This is needed to get the touch hud application running out-of-process. GetWindowBoundsInScreen was returning root-window coordinates, not screen coordinates. Bug: 840380 Test: added to views_mus_unittest Change-Id: I1364d17a6eb87a748e50c5367dcf9164c25b5274 Reviewed-on: https://chromium-review.googlesource.com/1058320Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#558752}
-
Raphael Kubo da Costa authored
This fixes the build with GCC after a722110a ("Fix non-signal-safe calls in BrokerClient"). GCC seems to use a different underlying integer type than clang and fails with the following message: In file included from ../../sandbox/linux/syscall_broker/broker_simple_message.cc:5: ../../sandbox/linux/syscall_broker/broker_simple_message.h:80:33: error: enumerator value ‘3183328640’ is outside the range of underlying type ‘int’ enum class EntryType { DATA = 0xBDBDBD80, INT = 0xBDBDBD81 }; ^~~~~~~~~~ ../../sandbox/linux/syscall_broker/broker_simple_message.h:80:51: error: enumerator value ‘3183328641’ is outside the range of underlying type ‘int’ enum class EntryType { DATA = 0xBDBDBD80, INT = 0xBDBDBD81 }; ^~~~~~~~~~ Bug: 255063, 819294 Change-Id: I21dc7471ea6b5a28a54f7ecfad32f84d62ed16a7 Reviewed-on: https://chromium-review.googlesource.com/1059778Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#558751}
-
Max Morin authored
TBR=miu@chromium.org Bug: 824019 Change-Id: Ib70a7edf1c42ea2643393611bca81e3b986fb333 Reviewed-on: https://chromium-review.googlesource.com/1059779Reviewed-by:
Olga Sharonova <olka@chromium.org> Commit-Queue: Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#558750}
-
Brett Wilson authored
There were some missing newlines in the macro expansions for shared documentation that made the action and action_foreach docs look wrong. clang-format also changed the way the macros are defined. Change-Id: Id32ac1f625db86008268c1692eed970f0ae59c10 Reviewed-on: https://chromium-review.googlesource.com/1057890Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#558749}
-
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/babd098f3684..cbf0204555fe $ git log babd098f3..cbf020455 --date=short --no-merges --format='%ad %ae %s' 2018-05-14 vbendeb do not try collecting issues information for an empty issues list Created with: roll-dep src/third_party/depot_tools The AutoRoll server is located here: https://depot-tools-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. TBR=agable@chromium.org Change-Id: I64e27eede61a4d0560b483a1493ac277466422be Reviewed-on: https://chromium-review.googlesource.com/1059578Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#558748}
-
Maks Orlovich authored
Posting headers gotten on IO thread from NetworkDelegate off to UI thread isn't guaranteed to work (since the IO thread is still using them!); so instead extract out the bits that are actually needed immediately. Bug: 840235 Change-Id: I067378ab1fee252af6c6cbd7562b75776477e979 Reviewed-on: https://chromium-review.googlesource.com/1057875Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#558747}
-
Devlin Cronin authored
Factor the Extension object out of PermissionsData::CanExecuteScriptEverywhere(), instead passing in the extension ID and location directly. Also clean up a few duplicate calls to the method by locally caching the result. Bug: 842270 Change-Id: I434a3df769d32d9f63e2e77bc393d634dcdba4da Reviewed-on: https://chromium-review.googlesource.com/1056036Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#558746}
-
Biao She authored
This CL makes sure that a VR version ImeAdapter is used when WebContent for current tab swapped. Bug: 841607 Change-Id: I751221684c17101ae80c4ebeff5684f5f5b7f8c5 Reviewed-on: https://chromium-review.googlesource.com/1057827Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Commit-Queue: Biao She <bshe@chromium.org> Cr-Commit-Position: refs/heads/master@{#558745}
-
Christian Dullweber authored
A few users have invalid Window entries in TabRestoreServiceHelper when deleting history. These entries are created when individual tabs are restored from a closed window. This is only possible on Mac. It is fixed by adjusting the selected_tab_index after a deletion. Bug: 840508 Change-Id: I429d117df8cf06ee1613220112901590f129d529 Reviewed-on: https://chromium-review.googlesource.com/1049976Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#558744}
-
Tarun Bansal authored
This CL splits data saver holdback experiment in two different groups: One for Web API consumers (e.g., save-data client hint, and the navigator.connection.saveData() JavaScript API). The second for consumption within the media stack. The goal is to separately measure the data saved by (i) not preloading and not autoplaying muted videos when save data is enabled; and, (ii) data saved by web developers when they consume the save-data client hint and/or navigator.connection.saveData() JavaScript API. Change-Id: I0953cc6ab34f268e587c58b13ba6be20acb2593e Bug: 698367,840441 Reviewed-on: https://chromium-review.googlesource.com/1046145Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#558743}
-
Michael Lippautz authored
Otherwise the JS wrappers will get lost. Bug: chromium:830910 Change-Id: I7f746698b6ce05d9b2e3ce26f778a2e08d0c3cd6 Reviewed-on: https://chromium-review.googlesource.com/1059251 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#558742}
-
Sammie Quon authored
Test: none Bug: 828646 Change-Id: I9af10d321e03a9a3e59c40696e314456dacf290e Reviewed-on: https://chromium-review.googlesource.com/1058682Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#558741}
-
https://chromium.googlesource.com/angle/angle.git/+log/a00ef3144f70..966cd5076be3 $ git log a00ef3144..966cd5076 --date=short --no-merges --format='%ad %ae %s' 2018-05-15 geofflang Add more dEQP EGL expectations for Linux and Android. 2018-05-14 jmadill dEQP: Clean up some style in gTest source. 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=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=ynovikov@chromium.org Change-Id: If656e623b460c834e940a7faf1032bc082c87fd9 Reviewed-on: https://chromium-review.googlesource.com/1059701Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#558740}
-
Katie D authored
TBR=dmazzoni@chromium.org Change-Id: I966d459dbc98f3bb0fe607b20572f66fe006f069 Reviewed-on: https://chromium-review.googlesource.com/1059941Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#558739}
-
Simon authored
This reverts commit 983e4035. Reason for revert: Trying again Original change's description: > Revert "[Perf] Enable system_health.* for histogram uploads" > > This reverts commit f3f89493. > > Reason for revert: Causing failures > > Original change's description: > > [Perf] Enable system_health.* for histogram uploads > > > > This CL switches all system_health benchmarks to the histogram pipeline. > > > > Bug: 744736 > > Change-Id: Icb97397ec417d27220e489651cc51591757d8c9e > > Reviewed-on: https://chromium-review.googlesource.com/1048626 > > Reviewed-by: Emily Hanley <eyaich@chromium.org> > > Commit-Queue: Ethan Kuefner <eakuefner@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#556842} > > TBR=eakuefner@chromium.org,eyaich@chromium.org > > Change-Id: I53f1788cc1f488b207a0718e8fbe14e2899af5b7 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 744736 > Reviewed-on: https://chromium-review.googlesource.com/1052407 > Reviewed-by: Ethan Kuefner <eakuefner@chromium.org> > Commit-Queue: Ethan Kuefner <eakuefner@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557211} TBR=eakuefner@chromium.org,eyaich@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 744736 Change-Id: Ie8e2f4a2e1c2d4b3e84a9edce1ca88e4d7005f39 Reviewed-on: https://chromium-review.googlesource.com/1059733 Commit-Queue: Simon Hatch <simonhatch@chromium.org> Reviewed-by:
Simon Hatch <simonhatch@chromium.org> Reviewed-by:
Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#558738}
-
Hans Wennborg authored
It seems to pass on some Android bots, but not ours, so adding it to the list *shrug*. Bug: 840756 Change-Id: I153923ee91fba5df8762fdff8682a58041cf40c7 Reviewed-on: https://chromium-review.googlesource.com/1059622 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#558737}
-
Andrey Kosyakov authored
Bug: 838777 Change-Id: I8a1a049ade70cadfebabc8115471732f15432ac1 Reviewed-on: https://chromium-review.googlesource.com/1058372Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#558736}
-
Qiyu Hu authored
Two relevant patches are ag/4013275 and crosreview.com/1043496. Bug: b:78593133 Test: Pass test CtsVerifier test on MTU exchange Change-Id: I527dee3d105d3b3db744f550c2c7003789d65c57 CQ-DEPEND: CL:1050621 Reviewed-on: https://chromium-review.googlesource.com/1058328Reviewed-by:
Miao-chen Chou <mcchou@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Commit-Queue: Qiyu Hu <qiyuh@google.com> Cr-Commit-Position: refs/heads/master@{#558735}
-
Jennifer Apacible authored
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I7f84ea07d53d29dc967645d12b3c27654e19fc8c Reviewed-on: https://chromium-review.googlesource.com/1058388Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Adam Parker <amp@chromium.org> Commit-Queue: apacible <apacible@chromium.org> Cr-Commit-Position: refs/heads/master@{#558734}
-
Owen Min authored
Change the order to match the enum.xml. Bug: 843141 Change-Id: Ib8bf9be16aaf7a5d1f9369762bd966fb8c06b5a8 Reviewed-on: https://chromium-review.googlesource.com/1059579 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#558733}
-
James Cook authored
There are flaky failures in ash::tray::MultiProfileMediaTrayView likely due to a race between media capture code's idea of the number of users vs. ash::SessionController's idea of the number of users. Disable the test while that gets sorted out. TBR=xiyuan@chromium.org Tbr: xiyuan@chromium.org Bug: 842442 Test: browser_tests Change-Id: I8f80484190830aafb45ce4683be12206708d3ecc Reviewed-on: https://chromium-review.googlesource.com/1059704Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#558732}
-
James Cook authored
Create one touch hud views::Widget per display and open/close new widgets as displays are added and removed. Bug: 840380 Test: run chrome --show-taps-app and add/remove displays Change-Id: I21c87b35ec520bd1501f0cbf02c073d030c7ff64 Reviewed-on: https://chromium-review.googlesource.com/1058591 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#558731}
-
Qiang Xu authored
Bug: b/78193960 Test: covered by added tests Change-Id: I69d5651a76af3f49a39669f9ef10c2dae3718e7d Reviewed-on: https://chromium-review.googlesource.com/1058594Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Qiang Xu <warx@google.com> Cr-Commit-Position: refs/heads/master@{#558730}
-
Eugene But authored
Download Manager UI does not support multiple downloads per Tab. When the second download is requested DM can either prompt the user to replace the download or just silently drop the request. Before this CL download request would be silently dropped if the user typed the url into omnibox. This CL changes the login to prompt the user. It is still the desired behavior to silently drop the request if the download was initiated by the web page to prevent page from spamming the user. Bug: 837602 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I262d3ef98c52995229567823e79df355761bff65 Reviewed-on: https://chromium-review.googlesource.com/1033332 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#558729}
-
Rayan Kanso authored
Remove custom Serialization and Deserialization logic used in background fetch. Bug: 826257 Change-Id: If9e13dd6bbffa0a521209f7cabbe5ed0f3d08991 Reviewed-on: https://chromium-review.googlesource.com/1059658 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#558728}
-
Brian Salomon authored
This reverts commit 835ae72c. Reason for revert: Fix for MSAN issue landed here: https://skia.googlesource.com/skia/+/3d945e840c1955b5756fdeb696599c2818ed95fc Original change's description: > Revert "Use Skia's new simplified read/write pixels code paths" > > This reverts commit 6d0559c0. > > Reason for revert: Breaks ImageBitmapTest.AvoidGPUReadback on MSAN, e.g. https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium.memory%2FLinux_MSan_Tests%2F9783%2F%2B%2Frecipes%2Fsteps%2Fwebkit_unit_tests%2F0%2Flogs%2FImageBitmapTest.AvoidGPUReadback%2F0 > > Original change's description: > > Use Skia's new simplified read/write pixels code paths > > > > Bug: 826819 > > Change-Id: Ia6eaca75fe43f9d9ec94f8fe644a44e8e7436675 > > Reviewed-on: https://chromium-review.googlesource.com/1054520 > > Reviewed-by: Robert Phillips <robertphillips@google.com> > > Commit-Queue: Brian Salomon <bsalomon@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#557943} > > TBR=bsalomon@chromium.org,robertphillips@google.com > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 826819 > Change-Id: Ia4dca1186fbb79569672fbf5cdabd9657c702762 > Reviewed-on: https://chromium-review.googlesource.com/1056847 > Reviewed-by: Timothy Loh <timloh@chromium.org> > Commit-Queue: Timothy Loh <timloh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#558215} TBR=bsalomon@chromium.org,timloh@chromium.org,robertphillips@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 826819 Change-Id: Idd8043535288d6f224531f90d381f85ca548c01d Reviewed-on: https://chromium-review.googlesource.com/1059793Reviewed-by:
Brian Salomon <bsalomon@chromium.org> Commit-Queue: Brian Salomon <bsalomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#558727}
-
spqchan authored
This CL refactors RenderViewContextMenuMac by moving the logic to show a Cocoa menu into a RenderViewContextMenuMacCocoa class. To show the context menu using Views, this CL adds a RenderViewContextMenuMacViews. Bug: 837230 Change-Id: Id07f9e758278638c6fc47003de1055d9357ed1fa Reviewed-on: https://chromium-review.googlesource.com/1056468Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#558726}
-
Mark Pilgrim authored
Bug: 773295 Change-Id: I6be6adefab29b5d4e67013f45ba5ffe4e058dbdc Reviewed-on: https://chromium-review.googlesource.com/1030062Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Mark Pilgrim <pilgrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#558725}
-