- 15 Jun, 2018 40 commits
-
-
Alex Clarke authored
As gab@ pointed out we don't really need the memory barrier here. Bug: 852344 Change-Id: Iadff34dd8d571cdcc4323ce6dd0f1e757f4a0fd1 Reviewed-on: https://chromium-review.googlesource.com/1099163 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Greg Kraynov <kraynov@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#567586}
-
Chinyue Chen authored
CastAudioJson encapsulates the path to tuning config and system config. The commit also makes CastAudioJson as its own build target so that it can be used by other components. Bug: internal b/109845931 Test: Tested on Joplin Change-Id: I6aef283b94f9ff48c9cadb15db6fbdb73756fbf1 Reviewed-on: https://chromium-review.googlesource.com/1095117 Commit-Queue: Chinyue Chen <chinyue@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#567585}
-
Marc Treib authored
It was only used in a single test, and only to verify a precondition, not an actual test expecation. Bug: 839834 Change-Id: I1d27c55b1178f765e89a8c4223533bed8ba24933 Reviewed-on: https://chromium-review.googlesource.com/1101210Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#567584}
-
Marc Treib authored
- Remove HasSyncingEngine: It just checked "engine_ != nullptr", don't need a method for that (and most places already checked the member variable directly anyway). - Make IsSyncAllowedByPlatform private. - Move is_first_time_sync_configure_ to where it makes more sense. - Simplify a DCHECK - less negation. - Remove an unnecessary WeakPtr. - Merge InitializeEngine into StartUpSlowEngineComponents, its only call site. Bug: 839834 Change-Id: I2bd5a4829a2d7ade3a9acbdfe5c19f7c4f425968 Reviewed-on: https://chromium-review.googlesource.com/1101207Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#567583}
-
Tove Petersson authored
Bug: 832054 Change-Id: Id8292443a67fc85f708138dd790abea76384a24d Reviewed-on: https://chromium-review.googlesource.com/1039446 Commit-Queue: Tove Petersson <tovep@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#567582}
-
Kent Tamura authored
Remove web_thread.h #include from thread_state.h. thread_state.h is used in 6000+ compilation units, and this CL reduces its estimated expanded size from 1,284KB to 937KB. Bug: 242216 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: If0971d1b069e4bab55a1c1b51fe31514fa32c7c1 Reviewed-on: https://chromium-review.googlesource.com/1102223Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#567581}
-
Yuki Shiino authored
Implements step 8.1. of https://heycam.github.io/webidl/#create-an-interface-prototype-object Bug: 811029 Change-Id: I0feb1c16cf12585db8847c82d4efa342701bebcb Reviewed-on: https://chromium-review.googlesource.com/1098914 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#567580}
-
Oskar Sundbom authored
If the current playback position of a WebMediaPlayerMS is large enough, it is foreseeable that it could be returned as infinity() when converted from a TimeDelta. According to [1] (see the final example), a stream of unknown duration that ends should have its duration updated to reflect the actual stream length. Thus, it seems reasonable to expect that an infinite stream's playback position never indicates that it has ended. [1] https://html.spec.whatwg.org/multipage/media.html#offsets-into-the-media-resource Bug: b/67327907 Change-Id: Iadb87a6ed3183930da3384a0fa35506f7dc69bd2 Reviewed-on: https://chromium-review.googlesource.com/1076130Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Oskar Sundbom <ossu@chromium.org> Cr-Commit-Position: refs/heads/master@{#567579}
-
Aleks Totic authored
Bug: 849751 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I8c203eb45b980539b22dc5838f4546ed200323de Reviewed-on: https://chromium-review.googlesource.com/1101826 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#567578}
-
Kunihiko Sakamoto authored
To clarify that it is for single Signed Exchange. Bug: 803774 Change-Id: I9890e8a2d717e539f9b03848d04df60e875a0b1a Reviewed-on: https://chromium-review.googlesource.com/1101611Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#567577}
-
Ramin Halavati authored
Disabling flaky test on Windows: LocalNTPInterceptionWebRequestAPITest.OneGoogleBarRequestsHidden Bug: 853118 Change-Id: I1cff832a48bdad86239fba26bd12d830c20c55f3 TBR: battre@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1101688Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#567576}
-
Yuichiro Hanada authored
//ui/keyboard is available only on Chrome OS. The code using the module is guarded by the correct conditions, so it has not caused any build error so far. Bug: 847109 Test: trybot Change-Id: I551d78e02d0b17b6d7cf6075e87189173d79844f Reviewed-on: https://chromium-review.googlesource.com/1098575Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#567575}
-
Christian Dullweber authored
Currently BrowsingDataRemoverBrowserTests tests deletion for all time. A few data types are deleted incorrectly when deleting a time range. To catch this in the future, the tests are parameterized to run for "All time" and for "Last Hour" Bug: 843995 Change-Id: Ib7185423ba002ed3f2efc3398e9c0583f3134d98 Reviewed-on: https://chromium-review.googlesource.com/1100880 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#567574}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fce7bc9e0825..d683d7ced42d git log fce7bc9e0825..d683d7ced42d --date=short --no-merges --format='%ad %ae %s' 2018-06-15 mmoss@chromium.org Revert "gclient: Don't allow None URLs (except in .gclient files)" Created with: gclient setdep -r src/third_party/depot_tools@d683d7ced42d 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. BUG=chromium:839925,chromium:853093 TBR=agable@chromium.org Change-Id: Ic2fcedc6339d00e687ff31a3992d237406a95d4a Reviewed-on: https://chromium-review.googlesource.com/1101728Reviewed-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@{#567573}
-
Renee Wright authored
- Adds row to c/b/r/settings/device_page/storage for Crostini storage. - Fixes method ordering in device_storage_handler. Bug: 822499 Change-Id: Ibc0d01c287bf49af639f98803257c05aa66a0d1d Reviewed-on: https://chromium-review.googlesource.com/1077912 Commit-Queue: Renée Wright <rjwright@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#567572}
-
Mike West authored
This patch removes the `cause` member from `Sec-Metadata` headers generated for non-navigation requests. Spec: https://mikewest.github.io/sec-metadata/#cause-member Bug: 843478 Change-Id: I1cc35909ecdccd7ac0f4ab440be899acf67a0181 Reviewed-on: https://chromium-review.googlesource.com/1100820Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#567571}
-
Ryo Hashimoto authored
Add appfuse.mojom and implement the interface as ArcAppfuseBridge. Add ArcAppfuseBridge to the ARC bridge. Initialize appfuse D-Bus client. BUG=b:72017414 TEST=build Change-Id: I065a4d4ebef28119ca35530369a923fee6910288 Reviewed-on: https://chromium-review.googlesource.com/1098873 Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#567570}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/cdae28ee591a..3df694fe1174 git log cdae28ee591a..3df694fe1174 --date=short --no-merges --format='%ad %ae %s' 2018-06-15 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@3df694fe1174 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;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=csmartdalton@chromium.org Change-Id: I1d66a3d9e9419b009e460b9aa9a0b0dfe58c26a7 Reviewed-on: https://chromium-review.googlesource.com/1101729Reviewed-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@{#567569}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/9491e5ebed98..06a2262078b2 git log 9491e5ebed98..06a2262078b2 --date=short --no-merges --format='%ad %ae %s' 2018-06-15 xinghua.cao@intel.com ES31: Use indices to access image variables in built-in image functions Created with: gclient setdep -r src/third_party/angle@06a2262078b2 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=cwallez@chromium.org Change-Id: I9826484ef0d88ebac54df7b3eadaa6c7382790ff Reviewed-on: https://chromium-review.googlesource.com/1101727Reviewed-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@{#567568}
-
Michael Lippautz authored
This reverts commit 6a6e785e. Reason for revert: Fix in http://crrev.com/567561 Bug: 852980 Original change's description: > Telemetry: Disable loading.desktop/Kenh14 on Linux and Mac > > Disable due to failings on linux-perf, Mojo Linux Perf, and > mac-10_13_laptop_high_end-perf. > > See bug for sample builds. > > Bug: 852980 > Change-Id: Ifa31ba1b34d561afc12c545a8e01e1581b4b2e68 > Reviewed-on: https://chromium-review.googlesource.com/1101836 > Reviewed-by: Kouhei Ueno <kouhei@chromium.org> > Commit-Queue: Chong Zhang <chongz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567498} TBR=kouhei@chromium.org,chongz@chromium.org Change-Id: I9bc4911f021bd8b2164a19cf146e0e673cd70a92 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 852980 Reviewed-on: https://chromium-review.googlesource.com/1102058 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#567567}
-
Tetsui Ohkubo authored
This CL replaces UI strings of Night Light and Rotation Lock buttons in UnifiedSystemTray. TEST=manual BUG=813499 Change-Id: Ibd191ef921e2e4041a83891c4fb4124110655f7d Reviewed-on: https://chromium-review.googlesource.com/1102221Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#567566}
-
Gang Wu authored
https://codereview.chromium.org/2504963002 update track impression from 2/3 of a card rather than 1/3 of a card, so related UMA need to update as well. Bug: 852813 Change-Id: I82105afe429816034f18212005fd2a97c5bdb42a Reviewed-on: https://chromium-review.googlesource.com/1100940Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#567565}
-
Yoichi Osato authored
This is a follow-up for a review comment at: ([LayoutNG] Paint composition document marker) https://chromium-review.googlesource.com/c/chromium/src/+/1090601/13/third_party/blink/renderer/core/paint/ng/ng_text_fragment_painter.cc#115 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I8aaf6f08e917f1e5efe62a7cc856b2bbfff3fec1 Reviewed-on: https://chromium-review.googlesource.com/1100720 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#567564}
-
Yuichiro Hanada authored
This CL adds a new method, EnableIme(). ArcInputMethodManagerService observes changes of the list of the active input methods and enables/disables IMEs in container side if any ARC IME is enabled/disabled. This CL also introduces new category of input method id, ArcImeId. It starts with '_arc_ime_' and used for distinguish Arc IMEs from other extension-based IMEs. Bug: 845079 Test: Unit tests are added. Change-Id: I94c673c96e4157d8c9f18896606144f91438b7dc Reviewed-on: https://chromium-review.googlesource.com/1098869 Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#567563}
-
Tetsui Ohkubo authored
Preivously, notifier settings was accessible from Notification Center. In UnifiedSystemTray, System Tray and Notification Center are merged, and notifier settings is accessible as a detailed view of Do not disturb feature pod item. Screenshot: http://screen/f2PaXeD71LQ TEST=manual BUG=835733 Change-Id: Ia6302647ebb837c4f8b494a150509273f0d56161 Reviewed-on: https://chromium-review.googlesource.com/1100719Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#567562}
-
Michael Lippautz authored
No-try: true Bug: chromium:853055, chromium:847679, chromium:852980 Change-Id: I019eea9d101cbd8e368607e6309a99b0e9779cc2 Reviewed-on: https://chromium-review.googlesource.com/1101605 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#567561}
-
Stuart Langley authored
This CL allows change_list_processor to detect and surface when a team drive has been added or removed in the incoming change list. ChangeListLoaderObserver can then surface these changes to any observers who are interested in new or removed team drives. Added tests, fixed fake_drive_service so that team drive changes are delivered as part of the default change list. Bug: 715355 Change-Id: I26ff29b047ad532f8e02e1ca5b1a171ca301b95d Reviewed-on: https://chromium-review.googlesource.com/1100369 Commit-Queue: Stuart Langley <slangley@chromium.org> Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Cr-Commit-Position: refs/heads/master@{#567560}
-
Yuichiro Hanada authored
extension_ime_util_unittest.cc has not been built for some reason, but it passes without any modification. This CL enables it. Test: ui_base_unittests Bug: None Change-Id: I34828736bbdf5613d9c38bb80a97c84295d08c1f Reviewed-on: https://chromium-review.googlesource.com/1101603 Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#567559}
-
Stuart Langley authored
Bug: 715355 Change-Id: I6fb41bfb7a60a087f7830c0d6b1addda4188ac85 Reviewed-on: https://chromium-review.googlesource.com/1098578Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#567558}
-
Sara Kato authored
Bug: b/77884420 Test: Manual Change-Id: Ia33a44e09ad29fbfc989f9f4d22d7ff92d023c6f Reviewed-on: https://chromium-review.googlesource.com/1092394 Commit-Queue: Sara Kato <sarakato@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#567557}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=amineer@chromium.org Change-Id: I4b1072b588aa59239643a2cedc318fb57493ccb7 Reviewed-on: https://chromium-review.googlesource.com/1102049Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#567556}
-
Dominic Battre authored
This CL introduces metrics to learn about problems with fetching the password requirements from gstatic.com. They will be used to see whether the current timeout is reasonable and to set up alerting in case something breaks. NOTRY=true Bug: 846694 Change-Id: I3e23944b3d638aab483169eb78f657dc3ab7588f Reviewed-on: https://chromium-review.googlesource.com/1100460 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#567555}
-
Stuart Langley authored
FilePath::IsParent() will return false checking against itself, so when clicking on the team drive root (i.e. "drive/team_drive/my_drive") we would not match the folder. The fix is to check for equality or IsParent when selecting the loader. Added test. Bug: 715355 Change-Id: I00da2bf1650437a0c3fbf828a30e47616a1aa50f Reviewed-on: https://chromium-review.googlesource.com/1100359Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#567554}
-
Dominic Farolino authored
This CL takes most of the logic in RequestInit::SetUpBody, intended to implement "extract a body", modulo the ReadableStream conversion (https://fetch.spec.whatwg.org/#concept-bodyinit-extract), and moves it to a static function in request.cc. This is some preparation work before adding request_init.idl and generating the RequestInit implementation with the IDL compiler, which is itself some preparation work to getting the BodyInit typedef to work properly in every place it is used (right now only in Request::CreateRequestWithRequestOrString and Response::Create). R=kinuko@chromium.org, kouhei@chromium.org, yhirano@chromium.org, yoav@yoav.ws Bug: 836873 Change-Id: I229c97c761800e0d2615f9f19fd822564978db6e Reviewed-on: https://chromium-review.googlesource.com/1098676Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Dominic Farolino <domfarolino@gmail.com> Cr-Commit-Position: refs/heads/master@{#567553}
-
Alexandre Courbot authored
Although V4L2ImageProcessor takes VideoFrames as input, the output that is passed to the completion callback was just an output buffer index. It was the reponsibility of the client to obtain the backing memory of this buffer by dedicated means. So far the only way to do this was to call the GetDmabufsForOutputBuffer() method, which is DMA-BUF specific and non-portable. This patch makes the completion callback take a VideoFrame representing the output buffer as as argument. That way, the image processor can construct a VideoFrame with its backing memory of choice, and clients are no more limited to DMA-BUF. This allows us to get rid of the non-portable GetDmabufsForOutputBuffer(), and to extract a common, non-V4L2 specific ImageProcessor interface in a future patch. BUG=850375 BUG=b:73752373 TEST=Tested VDA unittest and video playback on Hana (decoder + IP), and VEA unittest and resulting video playback on pit (IP + encoder). Change-Id: I97eed0c1e831a8b2bee7dae763e1de7e280b7c40 Reviewed-on: https://chromium-review.googlesource.com/1090417 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Pawel Osciak <posciak@chromium.org> Cr-Commit-Position: refs/heads/master@{#567552}
-
Koji Ishii authored
Following bot results are included. 6829 6831 6836 6842 6844 6849 6857 6864 6870 7 lines were removed and 3 lines were deflaked by consecutive results since 6806. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I9c98c2611a06e882fdf19760bee5feac788b3c0c Reviewed-on: https://chromium-review.googlesource.com/1100371 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#567551}
-
Stuart Langley authored
Upon startup we get a callback with: - The total list of team drives a user has. - A list of drives that have been added since last restart. - A list of drives that have been removed since last restart. We were only creating loaders for drives that had been added, however we really need loaders for the entire list of team drives, not just the new ones since the last load. Bug: 715355 Change-Id: I1126d94b6e12b285f132423b4b756dd14e585184 Reviewed-on: https://chromium-review.googlesource.com/1098735Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#567550}
-
Zhongyi Shi authored
Bug: 846079 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I384116a58acb044453a42dbedc1c9f7d23290640 Reviewed-on: https://chromium-review.googlesource.com/1093311Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#567549}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c2572baac764..cdae28ee591a git log c2572baac764..cdae28ee591a --date=short --no-merges --format='%ad %ae %s' 2018-06-15 swiftshader-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/swiftshader a5ac650d2031..a62cf68ca10c (1 commits) 2018-06-15 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 49aacad566aa..9491e5ebed98 (3 commits) Created with: gclient setdep -r src/third_party/skia@cdae28ee591a 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;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=csmartdalton@chromium.org Change-Id: I0b7cbf263ba9cd1d1650be27423829092f2b2bc5 Reviewed-on: https://chromium-review.googlesource.com/1101726Reviewed-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@{#567548}
-
Kent Tamura authored
This CL reduces estimated expanded size of local_frame_view.h from 8.0MB to 3.0MB. FYI: local_frame_view.h is used in 2,400+ compilation units. - To avoid including chrome_client.h, GetChromeClient() returns PlatformChromeClient. It overrides ScrollableArea::GetChromeClient(), which returns PlatformChromeClient. Introduce ToChromeClient(PlatformChromeClient*) - To avoid including first_meaningful_paint_detector.h, split LayoutObjectCounter out from first_meaningful_paint_detector.h. Bug: 242216 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I14ad29eb359ed8e1b0506f91674e85e8704f8b8e Reviewed-on: https://chromium-review.googlesource.com/1100726 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#567547}
-