- 03 May, 2018 40 commits
-
-
rbpotter authored
Bug: 814860 Change-Id: I53c9de7111efb35e73317245647e3659e3bc4a6d Reviewed-on: https://chromium-review.googlesource.com/1040271 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#555793}
-
Helen Li authored
The raw pointer returned by GetNetworkContext() shouldn't be hold onto. This CL adds documentation to the method and fixes devtools_server.cc to not hold onto the raw pointer as a member. Bug: 821000 Change-Id: If6e1a7c9a6742980755ffabd4c3b0d8fe0fa392e Reviewed-on: https://chromium-review.googlesource.com/1042352Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#555792}
-
clamy authored
This Cl is the first in a 3 CL series to move the NavigationRequest creation to the NavigationController. The end goal is to have Navigator take a NavigationRequest as an argument to Navigate instead of the pending NavigationEntry. Summary of the changes in this CL: 1) Navigator - NavigatorImpl::RequestTransferURL becomes NavigateFromFrameProxy. It calls NavigationControllerImpl::NavigateFromFrameProxy instead of creating a NavigationEntry and navigating to it directly. - NavigatorImpl::NavigateNewChildFrame becomes StartHistoryNavigationInNewChild. It calls NavigationControllerImpl::StartHistoryNavigationInNewChild instead of creating a NavigationEntry and navigating to it directly. 2) NavigationController: - StartHistoryNavigationInNewChild is a new function that contains code that used to be in NavigatorImpl::NavigateNewChildFrame. It is called when creating a subframe during a history navigation. It will try to perform a history navigation in the child frame. - NavigateFromFrameProxy is a new function that contains code moved from NavigatorImpl::RequestTransferURL. It creates a NavigationEntry and a NavigationRequest for the navigation, and asks the Navigator to perform them. Bug: 803859 Change-Id: I45891c21dc8f1e86e3f1bc1829ee3a92af1a5bfb Reviewed-on: https://chromium-review.googlesource.com/959012 Commit-Queue: Camille Lamy <clamy@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#555791}
-
https://webrtc.googlesource.com/src.git/+log/01042067beb1..a1f566b28a69 $ git log 01042067b..a1f566b28 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:838672,chromium:None,chromium:755920 The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I2bfdb1d8fa2b497d772d58cf21d7e3c1d1a67c5f Reviewed-on: https://chromium-review.googlesource.com/1042493Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#555790}
-
Paul Jensen authored
This prevents builders of different archs from overwriting each other. Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: I5a1e88601e0872e51282d52bb5151fcedd02ab3b Reviewed-on: https://chromium-review.googlesource.com/1042354Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#555789}
-
Xida Chen authored
When the target element of a paint worklet has an associated link, then the 'paint' function will be invoked when the link's href is changed from a visited URL to an unvisited URL (or vice versa). This CL changes the behavior by detecting whether the target element of a paint worklet has an associated link or not. If it does, then don't paint. TBR=haraken@chromium.org Bug: 835589 Change-Id: I5fdf85685f863c960a6f48cc9a345dda787bece1 Reviewed-on: https://chromium-review.googlesource.com/1035524Reviewed-by:
Xida Chen <xidachen@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#555788}
-
Minh X. Nguyen authored
Add a browser test for extension updater when an extension is uninstalled in the middle of an update session. This is to verify changes in https://chromium-review.googlesource.com/1033468 and https://chromium-review.googlesource.com/1037906. Bug: 837371 Change-Id: I9754b21b0afb67b158c2b36b795898fb584d432e Reviewed-on: https://chromium-review.googlesource.com/1041161 Commit-Queue: Minh Nguyen <mxnguyen@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#555787}
-
Sahel Sharify authored
TouchscreenScroll user action used to show the frequency of GSBs with touchscreen source; it's not needed anymore since the performance scrolling metrics for ScrollBegin show the frequency. Bug: 838700 Change-Id: If74fc0ad2cda1ac4e2a3ae14939b04e468b2b35d Reviewed-on: https://chromium-review.googlesource.com/1017015Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#555786}
-
https://chromium.googlesource.com/catapult.git/+log/a87e87c2a7f4..19282cf9d32d $ git log a87e87c2a..19282cf9d --date=short --no-merges --format='%ad %ae %s' 2018-05-03 simonhatch Dashboard - Remove find_change_points_exp 2018-05-03 nednguyen Update method names in cache_temperature_unittes to be consistent with Telemetry code style 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: I0f989d1da63cc946bdd5cdc9c89bc17eb378abe5 Reviewed-on: https://chromium-review.googlesource.com/1042503Reviewed-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@{#555785}
-
Friedrich Horschig authored
This CL makes the accessory a real keyboard accessory and not just a component that happens to be shown sometimes when a caller decides to. The keyboard accessory can be shown due to a variety of reasons: - there are suggestions to show - there are password actions available for this site - there is general help available for this site (i.e. bottom sheets) Therefore, having providers of suggestions or actions decide when to show the accessory would move the responsibility to callers although the mediator has all data to decide the state - probably even more than the caller. Bug: 828832 Change-Id: I648c73cb1c14c19c38da64dc40692e96e6ca56c6 Reviewed-on: https://chromium-review.googlesource.com/1028230Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#555784}
-
Annie Sullivan authored
It is failing flakily. NOTRY=true TBR=nednguyen@google.com Bug: 839470 Change-Id: Ia5657133812ffa541dca0ff0c72db819ee7163ea Reviewed-on: https://chromium-review.googlesource.com/1042271Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#555783}
-
Peng Huang authored
Bug: 776877 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I9d9590a5174db94392a447ab280e9218b37c2958 Reviewed-on: https://chromium-review.googlesource.com/1040725Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#555782}
-
chrome://indexeddb-internals/Xunran Ding authored
Download links from chrome://indexeddb-internals/ always give empty zip file Bug: 819207 Change-Id: I3490fdf5e837c91cec5cbaf0ebbdfd892471be5e Reviewed-on: https://chromium-review.googlesource.com/1038864Reviewed-by:
Joshua Bell <jsbell@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#555781}
-
Mike Klein authored
This will let us keep skcms `gn analyze` compatible more easily. Change-Id: I8d3f1134945859c112862cf7b6066ca6f2af812c Reviewed-on: https://chromium-review.googlesource.com/1039845 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#555780}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5295eaac6d22..8642bcc3248f $ git log 5295eaac6..8642bcc32 --date=short --no-merges --format='%ad %ae %s' 2018-05-01 bmgordon cbuildbot_launch: Remove old state handling Created with: roll-dep src/third_party/chromite BUG=chromium:829665 The AutoRoll server is located here: https://chromite-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=chrome-os-gardeners@chromium.org Change-Id: I657a9225a76249b9e4a18304f426bc5bee42a305 Reviewed-on: https://chromium-review.googlesource.com/1042378Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#555779}
-
Theresa authored
Add a render test that checks layout of: - peeking bar - card while its thumbnail is loading - card after the thumbnail has loaded - card with offline badge - full sheet - full sheet scrolled BUG=835450 Change-Id: I8860d9eca6fd7f54e794b08076749cae0f3ecbe1 Reviewed-on: https://chromium-review.googlesource.com/1039876 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#555778}
-
Wez authored
Previously WaitUntilEnded() would not install an on-error closure, and so would fail to exit on pipeline errors, causing the test to hang rather than fail. WaitUntilEnded() now waits for either end or error, and EXPECTs a PIPELINE_OK status before returning. Also tweaked the naming of RunUntilIdle* to RunUntilQuit to avoid confusion with the RunLoop::RunIntilIdle() API behaviour. Bug: 836785 Change-Id: Idcf9bbec5ac0d7d78e2ba0530eaed0748a1626c8 Reviewed-on: https://chromium-review.googlesource.com/1041807Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#555777}
-
My Name authored
This reverts commit e02bb35e. Why? Previous-step cl/193316519 is rolled back as this feature breaks working sites, and further refinement is necessary before it should be enabled by default. See https://crbug.com/729954#c26 onwards. Bug: 729954,837771 Change-Id: I806364dc9a5812a0e57f76f4a3db02e6803a8d5f Reviewed-on: https://chromium-review.googlesource.com/1042535Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Ami Fischman <fischman@chromium.org> Cr-Commit-Position: refs/heads/master@{#555776}
-
Antoine Labour authored
Bug: None Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I502f8f0c154fcc319cd3c5170cee53d9eb940f32 Reviewed-on: https://chromium-review.googlesource.com/1040847Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#555775}
-
Kevin McNee authored
Versions /1 and /2 (viz hit testing) are flaky, but /0 is fine, so we'll keep /0 enabled. Bug: 838835 Change-Id: If535c37a49d8f251283712f7b2e280ad60efebd9 Reviewed-on: https://chromium-review.googlesource.com/1042487Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#555774}
-
Wez authored
- Remove |enable_webrtc=false| from the Cast Audio bot configuration. - Set |enable_webrtc=true| by default, rather than based on whether |is_cast_audio_only| is set. This requires a roll of OpenH264 to pick up changes that fix it not to use pthreads APIs that are not present under Fuchsia. Bug: 800653 Change-Id: Ieaa5b10bd64aab421db8163dd260b1283068d362 Reviewed-on: https://chromium-review.googlesource.com/1039766Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#555773}
-
Sky Malice authored
Bug: 838609 Change-Id: Idd7f0043064894b414565d2d4e4955658b9cfccb Reviewed-on: https://chromium-review.googlesource.com/1041069Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#555772}
-
David Roger authored
When signin cookies are "cleared on exit" through the Chrome settings, Dice would rebuild them on next startup, which defeats the point of that cookie settings. To fix this, tokens are not loaded when signin cookies are cleared on exit. Instead, the tokens are revoked on the server, and deleted from the database. The secondary accounts are completely removed from Chrome, but the primary account is kept in authentication error state, so that Sync can display an error. TBR=treib, eugenebut Bug: 836862 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I5a72b3a173242494ad1c996765c838bb9a7f09f1 Reviewed-on: https://chromium-review.googlesource.com/1042392 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#555771}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e043a8b3..1f462965 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ic0de3034053e0f7368ba535b770ae0bd2e92bfa8 Reviewed-on: https://chromium-review.googlesource.com/1042211Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#555770}
-
Matt Menke authored
Also adds an integration test for path stripping, but not for quick check. Bug: 715695 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I45d37089d305c5a6683afbac762ef767b910fb0f Reviewed-on: https://chromium-review.googlesource.com/1028177 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#555769}
-
Qiang Xu authored
Changes: When empty results from Android, barrier closure immediately runs, we should first initialize items_ to avoid nullptr crash. Bug: 803291 Test: tested on device saw crash fixed Change-Id: I4fd3a7dc29a056ac2e7e22a5c535d6a38a69e171 Reviewed-on: https://chromium-review.googlesource.com/1041576Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Qiang Xu <warx@google.com> Cr-Commit-Position: refs/heads/master@{#555768}
-
Mostyn Bramley-Moore authored
CL https://chromium-review.googlesource.com/c/chromium/src/+/1019245 seems to have introduced a jumbo build failure: ./../../content/browser/renderer_host/media/media_devices_manager.cc:704:37: error: reference to overloaded function could not be resolved; did you mean to call it? ignore_group_id ? operator== : EqualDeviceAndGroupID)) { ^~~~~~~~~~ ../../content/common/media/media_devices.h:52:6: note: possible target for call bool operator==(const MediaDeviceInfo& first, const MediaDeviceInfo& second); ^ ../../content/public/common/page_state.h:63:13: note: possible target for call inline bool operator==(const PageState& a, const PageState& b) { ^ Let's move page_state.h's ==/!= operators out of the global scope, to avoid this. TBR=avi@chromium.org Bug: 834281 Change-Id: I27f0493ee2d2957b8318c969edd5615ec4dab687 Reviewed-on: https://chromium-review.googlesource.com/1042308 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#555767}
-
Alexandr Ilin authored
The old predictor is automatically disabled when the new one is enabled. Change-Id: Ia5c1a79dbeb0e096720fc3d50da3dc707b3761a6 Reviewed-on: https://chromium-review.googlesource.com/1042388Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: Alexandr Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#555766}
-
Xiaohan Wang authored
Most changes are in preparation for supporting MojoDecryptorService directly in MediaService. Bug: 806018 Test: Tests updated. Change-Id: I4ea5a6098ee62f1b1a2ecf4ada559e2825076768 Reviewed-on: https://chromium-review.googlesource.com/1041651 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#555765}
-
iOS Autoroller authored
TBR=smut Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic5060153174b0258ee7505b8760a9d143afe489b Reviewed-on: https://chromium-review.googlesource.com/1042449 Commit-Queue: iOS Autoroller <ios-autoroller@chromium.org> Reviewed-by:
iOS Autoroller <ios-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#555764}
-
Max Moroz authored
Bug: 836663 Change-Id: Ia5c37b86624e4ff546130027297a167185f174a4 Reviewed-on: https://chromium-review.googlesource.com/1042374 Commit-Queue: Max Moroz <mmoroz@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#555763}
-
Wei Li authored
As Views based UI is undergoing new changes, that applies to MacViews browser as well, but diverges from Cocoa based browser. This CL solves that problem by creating a function for Cocoa browser only. This function can get Cocoa specific constants which won't be affected by Views side of changes. BUG=838630,838856 TEST=Pls make sure bookmark bar, icons and menus look ok for both Cocoa version and MacViews version on Mac. They should be same as before for other platforms. Change-Id: I73152c05cfac77eb6b24a4d6204acb78767c833d Reviewed-on: https://chromium-review.googlesource.com/1041141Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#555762}
-
Scott Violet authored
There are no new files, this just splits sources into public and sources. This is in preparation to adding some implementation specific files. BUG=680698 TEST=build file change only Change-Id: I198f7961094909ea9015719efb4ec563b83abb7d Reviewed-on: https://chromium-review.googlesource.com/1041526Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#555761}
-
Kevin Bailey authored
Refs (or hashes) are useful for navigating, but not useful for comparing URLs. We compare URLs when deduping URLs in Omnibox matches, and when testing eligibility for switching to already open tabs. This CL changes GURLToStrippedGURL() to remove refs from the stripped version of destination URLs (only used for comparison) and when testing URLs for tab switching. We only remove refs when the input doesn't specify a ref. This is critical to proper deduping. Also added unit test. Bug: 780835 Change-Id: Ifef8d8b9d2efd4394b598342c13ef8aa439089ce Reviewed-on: https://chromium-review.googlesource.com/1025953 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#555760}
-
Guido Urdaneta authored
Bug: 834281 Change-Id: I5ef11a3343e5b534bee6e088a36fb3365bd218e8 Reviewed-on: https://chromium-review.googlesource.com/1019323 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#555759}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4722a4135911..2f62de01d3a7 $ git log 4722a4135..2f62de01d --date=short --no-merges --format='%ad %ae %s' 2018-05-03 borenet [recipes] Mostly remove bot_update patch_ref hack 2018-05-02 khushalsagar fonts: Cleanup header guard and stray printfs. 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;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=brianosman@chromium.org Change-Id: Ib5863c6e9da4c25334bba511b39dae62a4c54c07 Reviewed-on: https://chromium-review.googlesource.com/1042490 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@{#555758}
-
https://chromium.googlesource.com/catapult.git/+log/978be7439d1e..a87e87c2a7f4 $ git log 978be7439..a87e87c2a --date=short --no-merges --format='%ad %ae %s' 2018-05-01 perezju [soundwave] Replace bugs.DataFrameFromApi with DataFrameFromJson 2018-05-03 perezju [soundwave] Store timeseries data in database 2018-05-03 wangqing-hf [MIPS64] Add MIPS64 d8 binary (version 5.7.492) 2018-05-03 wangqing-hf [MIPS64] Update the update_v8 script to support MIPS64. 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: I60e30aad7a212a48f02d21645dd079a1b3fcb0a1 Reviewed-on: https://chromium-review.googlesource.com/1042526Reviewed-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@{#555757}
-
Sammie Quon authored
Allows user drop down menu to activatble so that it can be cycled through. Add a custom focus search so the drop down menu closes after all items have been cycled through. Migrate Closure to OnceClosure. Make drop down menu a transient child of system bubble. Test: manual Bug: 799401 Change-Id: I67af2bb3e58c88f6926ab65ecf565d69325d00b8 Reviewed-on: https://chromium-review.googlesource.com/1038656Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#555756}
-
Douglas Creager authored
We weren't including the `include-subdomains` field of each endpoint group in the data we were handing over to the net-internals page. (The net-internals code that reads this field is already there; we just weren't filling in a value.) Bug: 829353 Change-Id: Ifdff1d6e0baf802eb7f094571060b93c761936af Reviewed-on: https://chromium-review.googlesource.com/1019661Reviewed-by:
Julia Tuttle <juliatuttle@chromium.org> Commit-Queue: Douglas Creager <dcreager@google.com> Cr-Commit-Position: refs/heads/master@{#555755}
-
Koji Ishii authored
Following bot results are included. 5144 5146 5148 5149 5150 5151 5152 5154 5155 1 lines were removed and 0 lines were deflaked by consecutive results since 5100. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ib0614dfcb6f39c7e101920875079278f1bb795c7 Reviewed-on: https://chromium-review.googlesource.com/1040225 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#555754}
-