- 01 Feb, 2018 40 commits
-
-
Nico Weber authored
Bug: 177475 Change-Id: I7985f9356fcac3c4c2e05fc3cdda0b52d132c7c7 Reviewed-on: https://chromium-review.googlesource.com/896718 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#533817}
-
Evan Stade authored
Porting this test to a world where the message center and notification blockers live out of the Chrome process would be difficult. The functionality under test is already covered by two ash unit tests: - SessionStateNotificationBlockerTest - InactiveUserNotificationBlockerTest Bug: 578868 Change-Id: Ibbbfc232bb3938eec1c84e6a6bd8bb4a5d028236 Reviewed-on: https://chromium-review.googlesource.com/897885Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#533816}
-
Kevin Marshall authored
The parent/browser process can set these clone options to configure the capabilities which will be propagated to the newly launched child process. Bug: 750938 Change-Id: Ic4403c5e9c61e7ce226af22d0bcdb3f1362a95f4 Reviewed-on: https://chromium-review.googlesource.com/861283 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#533815}
-
Takumi Fujimoto authored
We will observe which display the Media Router dialog's initiator web contents are on, and hide the local screen sink for that display from the sink list. This is to prevent the user from launching a presentation window that covers the controlling window. It would be nicer if the WiredDisplayMRP were responsible for determining which sinks should be disabled. Unfortunately, there is no clean way for MRUI to notify WiredDisplayMRP which display the dialog is on. So it is done in MRUI instead. Also doing some cleanups in MRUI (base::MakeUnique to std::make_unique, base::Callback to base::RepeatingCallback). Bug: 800433 Change-Id: I0ec74758c485b89eee4f4417b7358922aa4f32a1 Reviewed-on: https://chromium-review.googlesource.com/830972 Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#533814}
-
https://skia.googlesource.com/skia.git/+log/f8393c861975..7a13705e03b7 $ git log f8393c861..7a13705e0 --date=short --no-merges --format='%ad %ae %s' 2018-02-01 robertphillips Fix DDL unit tests 2018-02-01 rmistry Add recipe and bots for android-compile.skia.org 2018-02-01 borenet Fix skcms DEPS hash 2018-02-01 bsalomon Revert "Redefine the meaning of sample counts in GPU backend." 2018-02-01 ethannicholas updated .fp file headers 2018-02-01 reed add gpu impl for shadermaskfilter 2018-02-01 bsalomon Redefine the meaning of sample counts in GPU backend. 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;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 TBR=bungeman@chromium.org Change-Id: Ida26dd048815bf86d32874001500bf05b9b0bdcc Reviewed-on: https://chromium-review.googlesource.com/898038 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@{#533813}
-
Ken Buchanan authored
If an OOPIF detaches itself from the frame tree during layout, then its compositor is shutdown while in the midst of a BeginFrame, which causes a crash. This CL defers compositor shutdown, while allowing WebWidget closing to remain synchronous. Bug: 802392 Change-Id: Iefef08fca2e892409d12cc748ddaf257f3aa68e4 Reviewed-on: https://chromium-review.googlesource.com/890042 Commit-Queue: Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#533812}
-
David Benjamin authored
TLS 1.3 includes a server_random-based anti-downgrade mechanism which gives it a stronger anti-downgrade store than prior versions of TLS. (This is essentially working around a bug in TLS 1.2 where it did not incorporate enough into the signature.) This is a few security improvement for Chrome users that should not disrupt the existing ecosystem. Unfortunately, we are aware that some Cisco middleboxes have buggy TLS 1.2 implementations that fail to generate their own server random value. Instead, they copy over another server's random value. This is invalid and does not comply with the TLS 1.2 specification. See https://www.ietf.org/mail-archive/web/tls/current/msg25168.html Due to deployment considerations, this feature cannot be enabled until TLS 1.3 is final. In preparation for that, this CL adds metrics to determine the prevalance of these and potentially other non-compliant middlebox products out there. Bug: boringssl:226 Change-Id: Ie1288fadf84ff6988c741ceef1465c25559a369a Reviewed-on: https://chromium-review.googlesource.com/891499Reviewed-by:
Steven Valdez <svaldez@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#533811}
-
https://chromium.googlesource.com/catapult.git/+log/76e0bf087745..d2080c565153 $ git log 76e0bf087..d2080c565 --date=short --no-merges --format='%ad %ae %s' 2018-01-31 eakuefner [Dashboard] Filter out memory stats in V8 tests 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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I9696b147cfb92f85079e70ee79cf8514c452fd5e Reviewed-on: https://chromium-review.googlesource.com/897982Reviewed-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@{#533810}
-
Devlin Cronin authored
If the Context is invalidated before the object GCCallback is watching is collected, a fallback is run and the original callback (for garbage collection) is never triggered. There was a bug where we only properly disposed of GCCallback (thus preventing it from triggering after the context invalidated) if a non-null fallback was provided. Fix this, properly cleaning up the GCCallback even with a null fallback, and add unit tests to cover this case. Bug: 808032 Change-Id: I0e17dfcec7d796883bc1b59bf450c86d3e79ac99 Reviewed-on: https://chromium-review.googlesource.com/898071Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#533809}
-
Saman Sami authored
If we have a new LocalSurfaceId, the parent is blocking on us. Even if there is no damage, submit a CompositorFrame to unblock the parent. Bug: 672962 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Id29b855d111db8ee461778461314099c0885c415 Reviewed-on: https://chromium-review.googlesource.com/892142Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#533808}
-
https://chromium.googlesource.com/angle/angle.git/+log/c0db9addeaeb..9dbaeba89424 $ git log c0db9adde..9dbaeba89 --date=short --no-merges --format='%ad %ae %s' 2018-02-01 lucferron Validation layer fixes for compressedtexsubimage* dEQP tests 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=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 TBR=jmadill@chromium.org Change-Id: Idef8176d7037d9903eae88e118a84636b7cc8cf1 Reviewed-on: https://chromium-review.googlesource.com/898035Reviewed-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@{#533807}
-
Erik Luo authored
Functions formatted in console populate their element asynchronously with their function name. This may result in the blue 'i' info note on the wrong side. Screenshot: https://imgur.com/a/qQUBb Bug: 807815 Change-Id: Idd4e0bcba4369a0572dc26f57f61e46302205cb1 Reviewed-on: https://chromium-review.googlesource.com/896640Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#533806}
-
chaopeng authored
This patch is preparing for the new implementation of Direct Manipulation API. In the patch, we move direct_manipulation.h|cc to ui/base/win, change related macros, includes and run git cl format. Bug: 647140 Change-Id: Ib3acccf84737ae6c25be27ad0d2776ab005c5fd3 Reviewed-on: https://chromium-review.googlesource.com/896704Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#533805}
-
Nico Weber authored
Useful for people where the linux installation doesn't provide it by default, and for bots. I copied the system ciopfs binary on my ubuntu trusty box to build/ciopfs and ran: upload_to_google_storage.py -b chromium-browser-clang/ciopfs build/ciopfs Bug: 808098 Change-Id: Ia6dd7548a5a5761898506f6bbe50625c33151988 Reviewed-on: https://chromium-review.googlesource.com/897890Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#533804}
-
https://pdfium.googlesource.com/pdfium.git/+log/55c62a48d36c..fb25606e584e $ git log 55c62a48d..fb25606e5 --date=short --no-merges --format='%ad %ae %s' 2018-02-01 tsepez Make FXJSE_Engine constructed from FXJS_Engine. 2018-02-01 hnakashima Change return of FPDFDest_GetDestPageIndex to int. 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: I023583f878742362d9afabd93c3cfc6396114801 Reviewed-on: https://chromium-review.googlesource.com/898001Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533803}
-
Yafei Duan authored
Removing all OfflinePageModelImpl related code, since we've migrated to OfflinePageModelTaskified. Bug: 807845 Change-Id: Ibe3c0bfbcb090b590c873163959abddad8f2f98d Reviewed-on: https://chromium-review.googlesource.com/896956Reviewed-by:
Dmitry Titov <dimich@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
vitaliii <vitaliii@chromium.org> Commit-Queue: Yafei Duan <romax@chromium.org> Cr-Commit-Position: refs/heads/master@{#533802}
-
Emil A Eklund authored
Bug: 714962 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie0c8fe0bcc6f84284b60c2843c93ae6d5c63e1da Reviewed-on: https://chromium-review.googlesource.com/897983 Commit-Queue: Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#533801}
-
Koji Ishii authored
Following bot results are included. 3459 3463 3464 3466 Deflake was skipped due to insufficient resuls. TBR=eae@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I748b29a8770932893634e1d23fe7b11d986fc237 Reviewed-on: https://chromium-review.googlesource.com/897166 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#533800}
-
Alex Clarke authored
Change-Id: Ibe081bcd630f86a26f2b4ebe562873022bbfc795 Reviewed-on: https://chromium-review.googlesource.com/897945Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#533799}
-
Steven Bennetts authored
This fixes a couple of minor sim unlock polish issues. Bug: 797749, 786344 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I9140397f4723c27514e09ce38cd2e527c231e9a9 Reviewed-on: https://chromium-review.googlesource.com/897823Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#533798}
-
Marijn Kruisselbrink authored
Before BlobURLStore resolved URLs to Blob instances, and Blob then had a CreateLoader method. After this BlobURLStore instead resolves a URL to a URLLoaderFactory instance, where that instance can only load the specific blob URL. This achieves two goals: - Eliminate dependency from Blob mojo interface to URLLoader code, which should reduce the amount of code needed for java mojo bindings (at least until the network service actually gets used by android). - Makes it easier to actually implement blob URL loading in the renderer as all the loading code eventually expects a URLLoaderFactory anyway. Bug: 807289, 800901 Change-Id: Ibed4d9819029ce5d94d312d6acccb18ab2f82dd9 Reviewed-on: https://chromium-review.googlesource.com/894285 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#533797}
-
Eve Martin-Jones authored
Add support for a new EnableIf attribute to conditionally enable fields/types in mojom definitions. In order to do this, mojom parsing and code generation has been split into two separate GN stages. The mojom bindings generator has been refactored to separate the logic for parsing and code generation and the GN mojom template has been updated to express these two distinct stages. The parse stage now prunes a mojom's AST - filtering definitions based on the enabled features. These intermediate ASTs are then pickled to gen/ to be later read by the code generation stage. Bug: 676224 Change-Id: I5fc106b43e8ac48339c63c48f7ce42ba5145d174 Reviewed-on: https://chromium-review.googlesource.com/846399 Commit-Queue: Eve Martin-Jones <evem@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Yuzhu Shen <yzshen@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Chris Watkins <watk@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#533796}
-
Morten Stenshorne authored
fast/multicol/ had two passing tests. virtual/layout_ng/ should be skipped, so there shouldn't be any expectations beyond that (the [Skip]), but there was. Trying to remove them and we'll see if they come back (hopefully not). TBR=kojii@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I3b74bdf1e05d903872e7aac19e13418e99d34205 Reviewed-on: https://chromium-review.googlesource.com/896551Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#533795}
-
Erik Luo authored
Before, each visible console message created a 'objectValue.css' style tag, resulting in a lot of duplicate rules ( https://imgur.com/a/cT1QX ) This CL replaces per-message style tags with a single one for ConsoleView, since messages only appear within ConsoleView. Bug: none Change-Id: I91b4d4ac766e2d6b29f5d68068c9d7a9d850c16a Reviewed-on: https://chromium-review.googlesource.com/879848Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#533794}
-
Christopher Thompson authored
This adds a new Finch variation changing the EV/Secure chip UI (downgrading EV to Secure, downgrading Secure to Lock only, or downgrading both to Lock only). It changes LocationBarView and LocationBarViewMac to directly use ToolbarModel::GetSecureVerboseText(), and adds logic for handling the experimental cases. It also adds browsertests for testing the security levels and indicator text for the different variations. Bug: 803508 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I76014c18f0c2535766efd75d3eb2491cd7ab91c7 Reviewed-on: https://chromium-review.googlesource.com/877400 Commit-Queue: Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#533793}
-
David Valleau authored
When the user selects a file to be used as a PPD for a printer to be added, a simple check is made to verify if the selected file looks to be a PPD. This does not perform a full validation of the PPD file and is just to help notify the user if they've selected a file which is obviously wrong. R=skau@chromium.org, xdai@chromium.org Bug: 778462 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I794a48c84d176b979e9bfdcf90ee5049f08f4541 Reviewed-on: https://chromium-review.googlesource.com/887858 Commit-Queue: David Valleau <valleau@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#533792}
-
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a7522c8b7424..339865817c04 $ git log a7522c8b7..339865817 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal BUG=808097 The AutoRoll server is located here: https://src-internal-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=mmoss@chromium.org Change-Id: Ib556065f43bc9363e2cc978dccff7273cc6c8d52 Reviewed-on: https://chromium-review.googlesource.com/897990Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533791}
-
Avi Drissman authored
BUG=776418, 800056 Change-Id: I1880fe600e4814c073f247c43b1c1ac80c8fc017 Reviewed-on: https://chromium-review.googlesource.com/852378Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#533790}
-
Steven Bennetts authored
Don't display empty nameservers when switching from custom -> automatic. Bug: 801087 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia4111f044368411773a0cbfb94cf129231f72845 Reviewed-on: https://chromium-review.googlesource.com/896267Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#533789}
-
Yuwei Huang authored
We have added the `chromoting_lcs_` prefix to resource of an LCS JID. The current code in SignalingAddress doesn't recognize the new format and will believe the the new format is of XMPP connection. This currently doesn't cause any issue after we change the format on server and client because: * For reply scenario, the connection type will be determined from the `from-channel` field instead of the JID format. * For outgoing messages, the IQ message format is basically the same for LCS and XMPP connections, so IT2ME still magically works even though SignalingAddress believes the connection type is XMPP. This CL cleans up the type inferring logic in SignalingAddress so that future developers will not misuse it. Bug: 798902 Change-Id: I66d5d1af4c7510d2dd2775769689288a9f2333e9 Reviewed-on: https://chromium-review.googlesource.com/889984Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#533788}
-
https://skia.googlesource.com/skia.git/+log/82a4c055d14f..f8393c861975 $ git log 82a4c055d..f8393c861 --date=short --no-merges --format='%ad %ae %s' 2018-02-01 fmalita [skottie] Split-position support 2018-02-01 kjlubick No omit-frame-pointer on Win 2018-02-01 egdaniel Have lazy proxies keep their callbacks around and clean up their lambdas in the dtor 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;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 TBR=bungeman@chromium.org Change-Id: I2331b2990b8bdb68e76271a269f551e61bb84a64 Reviewed-on: https://chromium-review.googlesource.com/896689Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533787}
-
erikchen authored
Change-Id: I2bdc32e10a3afc6b1a499bd0218eac95e2f848c0 Reviewed-on: https://chromium-review.googlesource.com/897123Reviewed-by:
Dmitry Skiba <dskiba@chromium.org> Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#533786}
-
Henrique Nakashima authored
Uses the new FPDFDest_GetDestPageIndex call in PDFium. Bug: pdfium:938 Change-Id: I6e35cb5c8b257bd3d07fd0d05a8260a7fb6681e1 Reviewed-on: https://chromium-review.googlesource.com/894148 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#533785}
-
Peng Huang authored
Bug: 804970 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: Ifbf1cd033a40efddf4e53e29b4b67f952268d1b6 Reviewed-on: https://chromium-review.googlesource.com/897927Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#533784}
-
Ted Choc authored
terms, thumbnails, and tracing all do not work on Android. BUG=608283 Change-Id: I81e880017ec48da5d667ce5f81318bf47f7ef865 Reviewed-on: https://chromium-review.googlesource.com/895197Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#533783}
-
Bill Budge authored
- Implements a v8::PageAllocator in terms of base page allocator functions. This will cause V8 to use Chromium's page allocator and address space randomization. Bug: chromium:756050 Change-Id: Id076e599e7d5f09eddc78888245fc6bf879b1236 Reviewed-on: https://chromium-review.googlesource.com/896959Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#533782}
-
Yuzhu Shen authored
This is needed in order to switch frame resource loading to use the new safe_browsing::BrowserURLLoaderThrottle (once feature NavigationMojoResponse is enabled). Bug: 715673 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: If7919dbdd2ad0c8b09c38a0ba350f04c02ab5f3b Reviewed-on: https://chromium-review.googlesource.com/887796 Commit-Queue: Yuzhu Shen <yzshen@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#533781}
-
Peter Wen authored
Stable's gradle plugin has updated to 3.0.1. TBR=agrieve@chromium.org Bug: 620034 Change-Id: I91dc19b1ef2dc3215b7219b4cfdc58274ca21050 Reviewed-on: https://chromium-review.googlesource.com/897054Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#533780}
-
Allen Vicencio authored
Adds WriteFile to SmbProviderClient and FakeSmbProviderClient. Bug: chromium:757625 Change-Id: I00f09ad71787dc4db922b318e0ae7afbf845ea46 Reviewed-on: https://chromium-review.googlesource.com/889559Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Allen Vicencio <allenvic@chromium.org> Cr-Commit-Position: refs/heads/master@{#533779}
-
Jay Civelli authored
Making the CredentialManagerBrowserTests work with the network service. They were failing because the certificate verifier was not set up for the network service and an interstitial would be shown when navigating to an HTTPS page. Bug: 807739 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I11500770f119c677b4a5b62f929b3e09dafd5047 Reviewed-on: https://chromium-review.googlesource.com/896869Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#533778}
-