- 30 Oct, 2017 40 commits
-
-
sebsg authored
Bug: 779070 Change-Id: I951b2d8d612c3c9da5e237348267ff62c27b2a0f Reviewed-on: https://chromium-review.googlesource.com/741003Reviewed-by:
Keishi Hattori <keishi@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#512484}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/6bfac0383f34..ce50239558ae $ git log 6bfac0383..ce5023955 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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: Iba8d75dbf109105c4c2aa6a7ac2b12cc2bf7b7d4 Reviewed-on: https://chromium-review.googlesource.com/743762Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512483}
-
David Roger authored
Bug: 771908 Change-Id: Iebf43cebfb10719f61322c51df88b8cb40ecdeac Reviewed-on: https://chromium-review.googlesource.com/738189Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#512482}
-
Bernhard Bauer authored
TBR: twellington@chromium.org Bug: 779518 Change-Id: I7553cd5fca5adc26cf61e33c49f55c6fbe9dca48 Reviewed-on: https://chromium-review.googlesource.com/743724Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#512481}
-
zhuoyu.qian authored
As the comment in network_change_notifier.h by jkarlin@, rename GetMaxBandwidthForConnectionSubtype to GetMaxBandwidthMbpsForConnectionSubtype. BUG=488585 R=jkarlin@chromium.org Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: Ic6d3cef9a66b0520581f1af388b1857578502323 Reviewed-on: https://chromium-review.googlesource.com/734921Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#512480}
-
Nicolas Dossou-gbete authored
This patch adds dependencies on the architecture components to a few of our build targets. For support library patch notes, see https://developer.android.com/topic/libraries/support-library/rev-archive.html#25-1-0 and https://developer.android.com/topic/libraries/support-library/revisions.html (we moved from 25.0.1 to 27.0.0) TBR=lambroslambrou@chromium.org Bug: 769683 Change-Id: Ib7c23043aee0b2e699df12a58e646a8035e8666e Reviewed-on: https://chromium-review.googlesource.com/692894 Commit-Queue: Nicolas Dossou-Gbété <dgn@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#512479}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/623dd37f..82d03a6e 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;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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I5d63a675ab610dc7bfb3ca038d4b4e3cac7fa1d8 Reviewed-on: https://chromium-review.googlesource.com/742530Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512478}
-
Dan Elphick authored
Add InitializeRequestStatus method to BackgroundFetchDataManager::Controller, which should be called once the current download status is loaded from the database, giving the total number of downloads, the number completed so far and any GUIDs for downloads that are still in progress. Currently the method is still called almost immediately by the DataManager in SetController, but this will change when the downloads are properly persisted. Bug: 757760 Change-Id: I0b2382464b729bae842848dc9e6b212813f085f2 Reviewed-on: https://chromium-review.googlesource.com/743522Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Dan Elphick <delphick@chromium.org> Cr-Commit-Position: refs/heads/master@{#512477}
-
Becca Hughes authored
The native media controls use CSS internal to Chrome (User Agent CSS) and the buttons are data urls embedded into the stylesheet. This adds a new "uacss" initiator that can only request images with data urls. This check is performed before the CSP check so it will also fix sites that are broken because they block data urls. BUG=777848 Change-Id: I737e8419fa3f6033c7f91383cb87d7e7d083c066 Reviewed-on: https://chromium-review.googlesource.com/741586Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#512476}
-
Florian Uunk authored
Small cleanups to ChromeActivity. Bug: Change-Id: I6baad85764f6d09a8ddbe69d100c7d0a43086897 Reviewed-on: https://chromium-review.googlesource.com/737878Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Florian Uunk <feuunk@google.com> Cr-Commit-Position: refs/heads/master@{#512475}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/09b419242ed8..7170226d2020 $ git log 09b419242..7170226d2 --date=short --no-merges --format='%ad %ae %s' 2017-10-30 art-snake Add test for CPDF_HintsTable. Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: Ib32213519bb57ac7a122dbd027d7c042db235bbc Reviewed-on: https://chromium-review.googlesource.com/743462 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512474}
-
Miguel Casas-Sanchez authored
This CL makes VaapiWrapper::VADisplayState internal to vaapi_wrapper.cc; it removes two unnecessary member variables (|major_version_| and |minor_version_|) which were used in a single method, which is slightly rewritten for early-return. The method VaapiWrapper::GetDisplayState() is made VADisplayState::Get() which makes more sense. Until recently, this would have not existed and instead we'd have a LazyInstance, but times have changed :-) TEST=compile a simplechrome with the patch, deploy to soraka, then navigate to crosvideo2.appspot.com, reproduce e.g. VP9 1080p, and verify in chrome://media-internals that GpuVideoDecoder is used (and, of course, that the reproduction is as good as w/o the patch). Bug: 778093 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: I4fa6b548fe5d7f123629ce9e5699151293bcfdc3 Reviewed-on: https://chromium-review.googlesource.com/739425Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#512473}
-
Kinuko Yasuda authored
We do that in NavigationURLLoader, no need to repeat doing that. (It was removed in chromium-review.googlesource.com/c/739621 and re-introduced by chromium-review.googlesource.com/c/740904 by a merge) TBR=jam@chromium.org Bug: Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: Ie353d93bca3d40b37f9ea7569b8e4bc33ec6fb69 Reviewed-on: https://chromium-review.googlesource.com/743401Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#512472}
-
Yuki Shiino authored
Seeing Issue 713699, it's suspicious if Blink is always using the correct isolate/thread. Especially in this case, it must be always the main thread and its own isolate because a Window must never be instantitated in non-main thread/isolate. Adds CHECKs to confirm it. Bug: 713699 Change-Id: Id459c71d85b763add44e0d1ea5f4b1cedd5125cd Reviewed-on: https://chromium-review.googlesource.com/743301Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#512471}
-
Hiroki Nakagawa authored
The Worklet spec defines the referrer policy as follows: "5. Let inheritedReferrerPolicy be outsideSettings's referrer policy." https://drafts.css-houdini.org/worklets/#script-settings-for-worklets However, our current impl sets the referrer policy to an empty String. This CL makes WorkletGlobalScope inherit outsideSettings's referrer policy, that is, parent Document's referrer policy. <Details of this change> Before this CL, GlobalScopeCreationParams is created with a string representing a referrer policy on the main thread and then it's parsed on a worker thread. This flow doesn't match the Worklet spec because Worklets inherit the Document's referrer policy that is already parsed. To handle it, this CL changes GlobalScopeCreationParams's referrer policy field from a string to ReferrerPolicy, and also changes places to parse the referrer policy header from a worker thread to the main thread for Workers. Also, this CL adds WPT tests for the referrer policy on Worklets. Bug: 773921 Change-Id: Id8b9aa6649bdd1c2851f8d64af230b24ebf1e78e Reviewed-on: https://chromium-review.googlesource.com/737311Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#512470}
-
Mihai Sardarescu authored
Chrome desktop and Chrome OS use the Gaia programmatic_auth endpoint for signing in users to Chrome. This endpoint is currently being deprecated on the Google infrastructure. The programmatic_auth endpoint was only used for the full-tab sign-in page, which was presented in rare cases (sign-in flow starting from apps / extensions / incognito / some particular case from settings). This CL adds an experiment to remove the usage of the programmatic_auth endpoint from Chrome desktop. It changes the full-tab sign-in page to present the embedded GAIA web sign-in page. Internal design doc: https://docs.google.com/a/google.com/document/d/1cnoG1Jo-CZZVlFULOYrcJLoyTmID-gCgkXkT5hW2tpg/edit?usp=sharing Bug: 775009 Change-Id: Ibfdec11972674228250b4d803e23f029a49d8cb9 Reviewed-on: https://chromium-review.googlesource.com/737994Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#512469}
-
Scott Chen authored
When a locked supervising user has no local credentials, the password input will be hidden. However, the code currently still tries to focus that input as the mainInput of the user pod, which puts tab navigation in a limbo state. This CL adds a check in DesktopUserPod to focus the correct element instead of the hidden input while tabbing, when there's no local creds. Bug: 617062 Change-Id: Ia4e6edcecf8e25813debcdd89dcf72186f04be76 Reviewed-on: https://chromium-review.googlesource.com/741749Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#512468}
-
Yoshifumi Inoue authored
This patch gets rid of unused member variable |emits_original_text_| from |SimplifiedBackwardsTextIterator|, because it is always |false|, for improving code health. Change-Id: I6c0e8e6921ed40e98c84ced9d74675f5d305f84d Reviewed-on: https://chromium-review.googlesource.com/742765 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#512467}
-
Benoit Lize authored
This commits adds a new option to extract_symbols.py, --reached-symbols-file, taking a list of reached symbols. It maps this list with the page-level attribution, and represents it visually. Bug: 758566 Change-Id: I76948ea3a2fae983479ab7e0750239a74a971ee9 Reviewed-on: https://chromium-review.googlesource.com/739504 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Matthew Cary <mattcary@chromium.org> Cr-Commit-Position: refs/heads/master@{#512466}
-
Mikhail Pozdnyakov authored
Change-Id: Ia0f6eec2eaef86d3c91730d44aa603d6eb47473d Reviewed-on: https://chromium-review.googlesource.com/741594Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Alexander Shalamov <alexander.shalamov@intel.com> Commit-Queue: Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> Cr-Commit-Position: refs/heads/master@{#512465}
-
zhuoyu.qian authored
As the comment in network_quality.h by tbansal@, replace kInvalidThroughput with INVALID_RTT_THROUGHPUT. BUG= R=tbansal@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: I148b149e6787b79a8e7ffda4f7446854d63662bf Reviewed-on: https://chromium-review.googlesource.com/734926 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#512464}
-
Hajime Hoshi authored
Bug: 777775 Change-Id: I261e8ece3e2f29237eb84922e5f8aaa0acd4a013 Reviewed-on: https://chromium-review.googlesource.com/742780Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512463}
-
Mihai Sardarescu authored
It looks like in some cases, WebViewGuest does not remove itselfs from the observers of the embedded zoom controller. This leads to a crash (see attached bug). This CL always removes the WebViewGuest from the observers of the embedded zoom controller (removing an observer that is not present in an observer list is a no-op). Bug: 779059 Change-Id: I12e828b7d90e172653f8be457517db6809803c67 Reviewed-on: https://chromium-review.googlesource.com/741714 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#512462}
-
Jean-François Geyelin authored
Bug: None. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ida21121192a922c1c2280f5093e992a3ce3366c0 Reviewed-on: https://chromium-review.googlesource.com/740124 Commit-Queue: Jean-François Geyelin <jif@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Elodie Banel <lod@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Rohit Rao (ping after 24h) <rohitrao@chromium.org> Reviewed-by:
Jean-François Geyelin <jif@chromium.org> Cr-Commit-Position: refs/heads/master@{#512461}
-
cm.sanchi authored
Remove chrome:: namespace in chrome/browser/internal_auth.h BUG=289619 Change-Id: I0cefaef24a561805c39daf692fc933cac2c86d0b Reviewed-on: https://chromium-review.googlesource.com/739401 Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#512460}
-
Ken Rockot authored
This changes the Network Service-enabled browser-side navigation path to always send a default subresource URLLoaderFactory to the render frame on navigation commit. In addition to sending a default ULF, we also send one for blobs. Ultimately the idea here is to have the browser, at navigation time, send a frame everything it will need to request any accessible subresources, making it easier to reason about what subresource capabilities any given frame has. This set of capabilities is encapsulated by a new URLLoaderFactoryBundle type, which can be serialized over mojom and is now passed in new-document navigation commit messages. Follow-up usage of URLLoaderFactoryBundle will support loading things like file:// and chrome-extension:// subresources when appropriate. Note that this does not yet change how workers acquire ULFs for their own resource requests. Bug: 721414,759230 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I47b0897c7c012292633d5f08c874a18cc0fb1dcb Reviewed-on: https://chromium-review.googlesource.com/740904 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#512459}
-
Yoshifumi Inoue authored
This patch changes |SimplifiedBackwardsTextIterator| to hold |TextBehavior| in member variable as replacement of |bool| member |stop_on_form_controls_| as preparation of using other behavior options. This patch is a preparation of the patch[1]. [1] http://crrev.com/c/741303 Move text-security CSS property handling to TextIterator Bug: 778507 Change-Id: I94d9bcf743d684d2121a1df1fda91ea6f6c65427 Reviewed-on: https://chromium-review.googlesource.com/741103Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#512458}
-
Daniel Cheng authored
Change-Id: I64e56fe66cc445d3784b58cee2253448ae5dcc3e Reviewed-on: https://chromium-review.googlesource.com/740973 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#512457}
-
John Rummell authored
Adds a cdm::FileIO implementation that can be used by mojo CDMs to read and write files. Files are obtained from the mojo CdmStorage interface. BUG=479923,776911 TEST=updated browser_test and new unit tests pass Change-Id: Ib150058407d6db1d0ba2cabf4d5eb3f4a051232c Reviewed-on: https://chromium-review.googlesource.com/706211Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#512456}
-
Hajime Hoshi authored
Bug: 696905 Change-Id: I12008dc1431d370e45df3fcd6d38184457133bd9 Reviewed-on: https://chromium-review.googlesource.com/741661Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512455}
-
Sergey Ulanov authored
The new SDK contians bugfixes for media_client library to avoid crashing when playing audio. Bug: 772488 Change-Id: I3c6139a4e75c5a86c363c3773a599e9dba270dd6 Reviewed-on: https://chromium-review.googlesource.com/739764 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#512454}
-
Gyuyoung Kim authored
scoped_refptr can be used in blink now. This CL is to replace some remaining uses of WTF::RefPtr with scoped_refptr in blink. Bug: 763844 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I5925ee3793a94fe947be943e3206fe1d9a4f862e Reviewed-on: https://chromium-review.googlesource.com/742768Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org> Cr-Commit-Position: refs/heads/master@{#512453}
-
Hayato Ito authored
Introduce Source/core/dom/ng directory, and put in-development implementations of Incremental Shadow DOM there. As the first step, add an experimental implementation of flat tree traversal, which makes slots participate in a flat tree. Once Incremental Shadow DOM is ready to launch, the contents of this directory would be merged to Source/core/dom, and this directory will be removed. I also changed the status of IncrementalShadowDOM runtime flag from "test" to "<missing>", as LayoutNG does, because I don't want to enable the flag in layout tests in default. TBR=haraken@chromium.org Bug: 776656 Change-Id: I19348959829865aad754b5ba4947b345d8c1246d Reviewed-on: https://chromium-review.googlesource.com/737969 Commit-Queue: Hayato Ito <hayato@chromium.org> Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512452}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/52d748d48b4d..c0775e4e6ac1 $ git log 52d748d48..c0775e4e6 --date=short --no-merges --format='%ad %ae %s' 2017-10-26 benjhayden Fix add_reserved_diagnostics Created with: roll-dep src/third_party/catapult Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Ie438aca3bd6ffbe81b2ff50181f97821f4d36ac8 Reviewed-on: https://chromium-review.googlesource.com/742246 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512451}
-
Owen Lin authored
BUG=755889 TEST=None 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: I1780b6b54fa6de50594c995170724d888abc64ae Reviewed-on: https://chromium-review.googlesource.com/720737 Commit-Queue: Owen Lin <owenlin@chromium.org> Reviewed-by:
Kuang-che Wu <kcwu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#512450}
-
Yoshifumi Inoue authored
This patch introduces |RepeatString()| to make a string with repeated string, e.g. RepeatString(3, "abc") returns "abcabcabc". This patch is a preparation of the patch[1]. [1] http://crrev.com/c/741303 Move text-security CSS property handling to TextIterator Bug: 778507 Change-Id: I6324914fe228252ad611005be8b413b635edaa11 Reviewed-on: https://chromium-review.googlesource.com/741210Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#512449}
-
Darren Shen authored
This patch adds the new CSSMathValue subclasses CSSMathNegate and CSSMathInvert. Note that we only implement the constructor and attributes. More complicated things like typing or arithmetic will be done in a later patch. Spec: https://drafts.css-houdini.org/css-typed-om-1/#complex-numeric Bug: 776173 Change-Id: I7183df9c269db6eb799f93d39c0d8b1e541f7991 Reviewed-on: https://chromium-review.googlesource.com/743201 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#512448}
-
Hidehiko Abe authored
Along with the change, now PowerManagerClient starts to report error to its callers, instead of ignoring errors. Instead, callers starts to handle errors. BUG=739622 TEST=Build/Ran bots. Change-Id: Ib59431b1ca2136b10f06382f97801fe7cba33e5d Reviewed-on: https://chromium-review.googlesource.com/735281Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#512447}
-
Siddhartha authored
debug: :StackTrace is used in line 664. Change-Id: If061f891d3ef4454aad07fc3135d93830ee781db Reviewed-on: https://chromium-review.googlesource.com/740261 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Keigo Oka <oka@chromium.org> Cr-Commit-Position: refs/heads/master@{#512446}
-
Owen Lin authored
BUG=755889 TEST=None 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: Ib5a80303c67429b9cc7d69d7e8fd917bc775a903 Reviewed-on: https://chromium-review.googlesource.com/720736 Commit-Queue: Owen Lin <owenlin@chromium.org> Reviewed-by:
Kuang-che Wu <kcwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512445}
-