- 10 May, 2018 40 commits
-
-
Mark Pearson authored
This enables the flag by default on Android. Bug: 787940 Change-Id: I550d6d22d629c0bcb62dacefaf32b5d8b24ced57 Reviewed-on: https://chromium-review.googlesource.com/1054170Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#557622}
-
fuchsia-sdk-chromium-autoroll authored
The AutoRoll server is located here: https://fuchsia-sdk-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:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: Ib317cffef2c44e2fa29cca1f8a62664e4c90b7c8 Reviewed-on: https://chromium-review.googlesource.com/1054260Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557621}
-
Xi Han authored
This CL is a precursor CL for https://crrev.com/c/969098. It simply contains a file renaming to keep log history: 1. content_main_runner.cc rename to content_main_runner_impl.cc 2. browser_main_runner.cc rename to browser_main_runner_impl.cc It allows to introduce content_main_runner_impl.h and browser_main_runner_impl.h which contain new methods without changing their interface in /content/public. Bug: 740677 Change-Id: I4e42bb594d65888b4358ac843b13837be26a5b7e Reviewed-on: https://chromium-review.googlesource.com/1042456 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#557620}
-
Reza.Zakerinasab authored
This change adds color management to ImageBitmapRenderingContext. Bug: 782383, 785389, 796226 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I653bc2e5d3a32f5211bd09c80ee35b6f4df6ad92 Reviewed-on: https://chromium-review.googlesource.com/973801Reviewed-by:
Justin Novosad <junov@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#557619}
-
Daniel Murphy authored
Bug: 840949 Change-Id: Ied53a2d1cccb0a0c474d8b9cfb76bad1a8d83987 Reviewed-on: https://chromium-review.googlesource.com/1050581 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#557618}
-
Changwan Ryu authored
This reverts commit e9c5bc10. Reason for revert: caused crbug.com/841489 Original change's description: > Don't show text selection popup menu if current selected text is cleared. > > If text selection clear action is just after selecting all text action in editable input box, > then the state of text selection in renderer is not correct, which causes the selection popup > menu will be incorrectly shown. > Fix this issue by checking selection state before popup text selection menu. > > Bug: 817712 > > Change-Id: I4dcda47d5f0fe5f20febc2e1def30574c6060724 > Reviewed-on: https://chromium-review.googlesource.com/940290 > Commit-Queue: Antoine Labour <piman@chromium.org> > Reviewed-by: Changwan Ryu <changwan@chromium.org> > Reviewed-by: Pedro Amaral <amaralp@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#555099} TBR=boliu@chromium.org,haraken@chromium.org,changwan@chromium.org,piman@chromium.org,amaralp@chromium.org,zuojinglong@xiaomi.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 817712 Change-Id: I97f01cd58f23939066a2179a819d20534a60123f Reviewed-on: https://chromium-review.googlesource.com/1054112Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#557617}
-
Dave Schuyler authored
This Cl removes the text_height parameter from the match cell ctor as suggested in https://chromium-review.googlesource.com/c/chromium/src/+/1048865 It further removes other unnecessary passing of text_height or font_list parameters. Bug: None Change-Id: Ifd6eaf9b113d09ff2e18b7e780ad50887e78e850 Reviewed-on: https://chromium-review.googlesource.com/1050869Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#557616}
-
Marijn Kruisselbrink authored
This is a reland of 6a1c56b9 Original change's description: > Get rid of FrameMsg_PostMessage_Params.is_data_raw_string. > > Instead use the helper method we already have to just convert a raw > string to a serialized string value encoded byte array on the browser > side. This gets rid of some special casing and possible confusion in > this codepath. > > Does requre moving string_message_codec to some non-android specific > location (even though this code is only really used on android), and for > that blink/common seemed like a sensible place. > > Bug: none > Change-Id: I4ebc70cb68a1c12ad57d3949a1ac606392f7c908 > Reviewed-on: https://chromium-review.googlesource.com/1053169 > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557363} Tbr: kinuko@chromium.org Bug: none Change-Id: I75fafccb7c4c49c1729a3a6709e51874ba82da78 Reviewed-on: https://chromium-review.googlesource.com/1053068Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#557615}
-
Ian Kilpatrick authored
There should be no behaviour change in this patch. This introduces the "line layout opportunity concept" which has: - A line size. - A float line size. Bug: 635619 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ib8667a7c0909116da8e89cb2e20d9df66a2c401d Reviewed-on: https://chromium-review.googlesource.com/1035617Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#557614}
-
John Chen authored
This is a reland of 3edba584 Original change's description: > [ChromeDriver] Use Browser.close to quit > > Currently, ChromeDriver closes desktop Chrome by simply killing the > top-level Chrome process. This isn't graceful, and causes problems > in some scenarios. This commit sends a Browser.close command to close > the browser gracefully. > > Bug: chromedriver:2311 > Change-Id: Idec9338b094f0aab89022b8453dd2a98268ad1e7 > Reviewed-on: https://chromium-review.googlesource.com/1037585 > Commit-Queue: John Chen <johnchen@chromium.org> > Reviewed-by: Jonathon Kereliuk <kereliuk@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556689} TBR=kereliuk@chromium.org Bug: chromedriver:2311 Change-Id: I302e064532fdadb1b6e40d53fbfe3cf72601a731 Reviewed-on: https://chromium-review.googlesource.com/1054117Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#557613}
-
Bailey Berro authored
This change makes the D-Bus timeout for the CopyEntry method infinite since currently each CopyEntry call can take an undefined amount of time on the SmbProvider daemon side. BUG=chromium:757625 TEST=none Change-Id: I6da15c49a80062fa05f8c622e3ea3c402f69d8f2 Reviewed-on: https://chromium-review.googlesource.com/1054200Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#557612}
-
Sebastien Marchand authored
This is an initial implementation that currently requires that all tests run on a thread allowed to do IO operations. A follow-up CL will focus on moving all the blocking operations to a separate thread. BUG=773382 Change-Id: Iea5ee2ede75f4fff168f6546b515018f0fd2a0ca Reviewed-on: https://chromium-review.googlesource.com/1005444 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#557611}
-
Matt Menke authored
They aren't in histograms.xml, and that has been the case for multiple years, so they're presumably safe to remove. Bug: 643569 Change-Id: I262be8f7b4c97a6e85b1f58ddb54fe56dd67772b Reviewed-on: https://chromium-review.googlesource.com/1053872Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#557610}
-
Sergey Ulanov authored
layout_test_proxy is no longer needed for layout tests because we can use SSH. Bug: 778467 Change-Id: I802ee687a9dab6448fc902a074553dbeb5bbafee Reviewed-on: https://chromium-review.googlesource.com/1053394 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#557609}
-
Michael Thiessen authored
This helps prevent us from getting into a state where we have a 2D popup window open but VR mode is on. Bug: 841814 Change-Id: I280954eb575cf489e10b9307d50e9a862b2b236c Reviewed-on: https://chromium-review.googlesource.com/1054209 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#557608}
-
Ian Kilpatrick authored
There should be no behaviour change. This is done so we can modify the LineSegment in LayoutNG to be in the correct coordinate system. Bug: 635619 Change-Id: I4be2b099fc0731e0927b8a548a960ff00d9ddf9c Reviewed-on: https://chromium-review.googlesource.com/1050487 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#557607}
-
Chromium WPT Sync authored
Using wpt-import in Chromium bc30f712. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/17252 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: worker-dev@chromium.org: external/wpt/workers TBR=markdittmer No-Export: true Change-Id: I66a359aed4db305a829c8bf2fd1b63dda9e4009f Reviewed-on: https://chromium-review.googlesource.com/1053954 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@{#557606}
-
Evan Stade authored
Bug: 839955 Change-Id: Ib8897bc667a0896f3f6cf607005738c6fbfc920d Reviewed-on: https://chromium-review.googlesource.com/1048975 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Qiang Xu <warx@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#557605}
-
Emircan Uysaler authored
CanvasCaptureHandler is owned by blink whereas VideoCapturerSource is owned by VideoTrack. Since they can be destructed at different times, we should check WeakPtr<CanvasCaptureHandler> before use. Bug: 840926 Change-Id: Ia3570bcce8954a406ce95b0aee4f00a377825d30 Reviewed-on: https://chromium-review.googlesource.com/1053125 Commit-Queue: Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Cr-Commit-Position: refs/heads/master@{#557604}
-
dpapad authored
The element is no longer used. All usages have been migrated to cr-toggle. Bug: 768073 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia02580497b901732defdbc7e75fc4eaedf2b0413 Reviewed-on: https://chromium-review.googlesource.com/1053416Reviewed-by:
Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#557603}
-
Emily Hanley authored
Change-Id: I349768cec84b3545ca35f8836fdbd83fda6c2bc2 Reviewed-on: https://chromium-review.googlesource.com/1054193Reviewed-by:
Simon Hatch <simonhatch@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#557602}
-
Allen Bauer authored
Material Refresh - Now fades in/out the tab separator and the close button in conjunction with the glow hover effect. Bug: 822061 Change-Id: Ic4c339c54a61d7f00ff8eedc1ae20c6176440aec Reviewed-on: https://chromium-review.googlesource.com/1052382 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#557601}
-
https://pdfium.googlesource.com/pdfium.git/+log/35557c3ce83c..95061379c945 $ git log 35557c3ce..95061379c --date=short --no-merges --format='%ad %ae %s' 2018-05-10 rharrison Do not build BMP when codec is disabled Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-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=dsinclair@chromium.org Change-Id: I19cd1fa0a5bcc56e1eebc140005399d8585d155c Reviewed-on: https://chromium-review.googlesource.com/1054090 Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557600}
-
Sergey Ulanov authored
This reverts commit 8b972f42. Reason for revert: Incompatible with the latest fidlgen Original change's description: > [Fuchsia] Update namespace in generated FIDL files. > > Currently fidlgen uses the namespace that's specified in the .fidl file. > As result the generated code may collide with other code in > chromium. This CL implements a temporary workaround for this problem: > generated code is updated to use a namespaces nested in fuchsia:: > namespace. The script won't be necessary after FIDL-160 is resolved. > > Bug: 831384 > Change-Id: I3648f89f44a8e0148b1cc6b58d6f3a8de82a684e > Reviewed-on: https://chromium-review.googlesource.com/1045257 > Reviewed-by: Kevin Marshall <kmarshall@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556882} TBR=dcheng@chromium.org,kmarshall@chromium.org,mmenke@chromium.org,sergeyu@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 831384 Change-Id: Icde5c76db4abd1730e525bbd4f44bb8553caa409 Reviewed-on: https://chromium-review.googlesource.com/1054111Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#557599}
-
Daniel Murphy authored
This reverts commit f57e1c35. Reason for revert: There are ash and mash_ash failures, reverting because it's ash-related. See crbug.com/841889 Original change's description: > cros - Update appearance of resolution change notification. > > This removes the last raster asset in ash_resources.grd, so remove that > file and the associated build target. > > Bug: 840509,505953 > Change-Id: I43ec69b5b8b9fc34aa71a1b65f204447e73b133c > Reviewed-on: https://chromium-review.googlesource.com/1050523 > Commit-Queue: Evan Stade <estade@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557292} TBR=jamescook@chromium.org,sky@chromium.org,estade@chromium.org Change-Id: I4b0ce3e1d01b5b8e390216b379f4158380f542b2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 840509, 505953, 841889 Reviewed-on: https://chromium-review.googlesource.com/1054118Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#557598}
-
Guido Urdaneta authored
This ensures that the main thread as a CFRunLoop, which is required by audio APIs on Mac. Bug: 841845 Change-Id: I10be74d77c1585014a63896099eb2b4acb5b345b Reviewed-on: https://chromium-review.googlesource.com/1054227 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Olga Sharonova <olka@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#557597}
-
Evan Stade authored
Bug: 841768 Change-Id: I7b2d23223f270c129a6c38510ba51cb0eca5f287 Reviewed-on: https://chromium-review.googlesource.com/1054212Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#557596}
-
sczs authored
- Makes some small changes in order to make BookmarkEditVC and BookmarkFolderEditorVC navigation toolbars appeareance more similar to the ElevatedToolbar they were using before. Screenshots: Old: https://drive.google.com/open?id=1uagROckekOJXPjwxu6HdhGfXUEoZtZ7v New: https://drive.google.com/open?id=1btpW_JxZ-Kad0U0fgPtGuYrD03FceXQq Bug: 839435 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ifbfc7ca44dad96bad6d6fc55788ecb1c670580a3 Reviewed-on: https://chromium-review.googlesource.com/1053390 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#557595}
-
spqchan authored
Bug: 829298 Change-Id: I24c6fb3fde3ad30f00801e096cd034e16642ce35 Reviewed-on: https://chromium-review.googlesource.com/1048625Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#557594}
-
Paul Miller authored
This is for testing purposes and will be removed after launching variations in WebView: https://crbug.com/841623. Skipping presubmit for LOG(INFO). BUG=678288 NOPRESUBMIT=true Change-Id: Ia100eb88a20b3155ef8d280e598644b3684990a0 Reviewed-on: https://chromium-review.googlesource.com/1053375Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#557593}
-
Michael Thiessen authored
When exiting VR on chrome://crash (sad tab), the renderer doesn't send any control offset updates, and resetting the overrides to the control offsets for VR restores the hidden control values, so we need to tell the controls to show explicitly. Also fixes initialization when opening a new tab while in VR... Bug: 837807 Change-Id: I14df5479156dc6ac981f845529f8c13aadbd15ac Reviewed-on: https://chromium-review.googlesource.com/1052892Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#557592}
-
Jeremy Roman authored
This collapses most of the logic for painting composited scrollbars into ScrollbarLayerDelegate. There was only one path and lots of indirection before, most of which can now go away. This allows WebScrollbarImpl, WebScrollbarThemeClientImpl, WebScrollbarThemeGeometryNative and WebScrollbarThemePainter to be deleted. Bits of WebScrollbar remain, since there are a handful of places that still use enums defined in its header. Bug: 841751 Change-Id: Id37c75bc50e5138b44c5d6ba0add08f73ad71f0c Reviewed-on: https://chromium-review.googlesource.com/1052919 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#557591}
-
Katie D authored
This allows for more full integration tests from the new button through to the extension, in addition to the select_to_speak_browsertest.cc tests. Bug: 753018, 840493 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ib60ea7c5beea59b092fe1bb4d2ce68e27c9c347f Reviewed-on: https://chromium-review.googlesource.com/1047947Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#557590}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/4a13b64861dc..0675e8b8e369 $ git log 4a13b6486..0675e8b8e --date=short --no-merges --format='%ad %ae %s' 2018-05-10 perezju [soundwave] Add test runner script 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: Ie990e68f09bc4d11fb5cd33cbbc840b1140d2098 Reviewed-on: https://chromium-review.googlesource.com/1053804Reviewed-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@{#557589}
-
Eric Roman authored
Bug: 840992 Change-Id: I0f11538f3c91371e7a0e18085ae79ade6a8d2a2d Reviewed-on: https://chromium-review.googlesource.com/1053362 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#557588}
-
Christopher Thompson authored
This constructs an SSLInfo with needed fields for SSLErrorTabHelperTest tests (in particular, the SSLInfo.cert field). This fixes nullptr dereference issues that were encountered in https://crrev.com/c/1046050 Change-Id: I154bf688fe9325f9094de59ab0c5f6cae2b137de Reviewed-on: https://chromium-review.googlesource.com/1054103Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#557587}
-
Becca Hughes authored
Add support for the viewport-fit @viewport descriptor as part of the CSS Round Display spec. This also wraps ViewportFit in a base::Optional so we know whether the value has been explicitly set. BUG=838400 Change-Id: I5701fe88fabd4f4246b1ae436cd139d306d8c9f1 Reviewed-on: https://chromium-review.googlesource.com/1047946Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#557586}
-
Eric Robinson authored
This changes the content of generated_resources.grd so that pop-up blocking content now referes to both pop-ups and redirects. Also removing a block of unused strings in generated_resources.grd. Bug: 840356 Change-Id: I3a8657ccd3188a1019327bd5499ed19db31899b7 Reviewed-on: https://chromium-review.googlesource.com/1047687 Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#557585}
-
Conley Owens authored
This change removes all references to the Physical Web Service. BUG=826540 Change-Id: I75a85182798073648dc0f5356b4373dddb54a662 Reviewed-on: https://chromium-review.googlesource.com/1040353Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Commit-Queue: Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#557584}
-
Daniel Murphy authored
This reverts commit 48f503a8. Reason for revert: Failing the Linux Trusty Leak bot Original change's description: > Reland "Composite ScrollTimeline scrollSource when appropriate." > > This is a reland of ddd9f0ee > > Original change's description: > > Composite ScrollTimeline scrollSource when appropriate. > > > > This CL makes being the scrollSource of an active (i.e. the scrollSource is > > scrollable) and attached (i.e. it is being used by at least one WorkletAnimation > > as a timeline) ScrollTimeline a compositing reason. It does not change the > > requirement that the scrollSource must be composited for the WorkletAnimation to > > be sent to the compositor, nor does it change the case where a scrollSource stops > > being composited whilst a WorkletAnimation is running. Those will be addressed in > > follow-up CLs. > > > > Bug: 776533 > > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > Change-Id: Icae43e1c9cfe2720cc739401c4766b592571f231 > > Reviewed-on: https://chromium-review.googlesource.com/1036934 > > Commit-Queue: Stephen McGruer <smcgruer@chromium.org> > > Reviewed-by: Majid Valipour <majidvp@chromium.org> > > Reviewed-by: Philip Rogers <pdr@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#556541} > > TBR=pdr@chromium.org > > Bug: 776533 > Change-Id: I36cde2bb53e4c24fc57caef1e33f8dcac159ec77 > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Reviewed-on: https://chromium-review.googlesource.com/1050547 > Commit-Queue: Stephen McGruer <smcgruer@chromium.org> > Reviewed-by: Stephen McGruer <smcgruer@chromium.org> > Reviewed-by: Majid Valipour <majidvp@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557347} TBR=pdr@chromium.org,majidvp@chromium.org,smcgruer@chromium.org Change-Id: Ia89e6d42ef89fceebb1630dcdcbe3b1af6c71964 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 776533, 841844 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/1054116Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#557583}
-