- 13 Nov, 2017 40 commits
-
-
chrome://intervention-internalsThanh Le authored
Change table headers' height and color, since the they look like buttons. Change the "Notes" header back to "Description" since it makes much more sense. Screenshot: https://drive.google.com/a/chromium.org/file/d/188W0j_izuPSxVt6SwskLEOdqUI8vcoCU Bug: 764419 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: If743172020754c50b6c234e3bb23f7f2d178cb36 Reviewed-on: https://chromium-review.googlesource.com/763669Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Thanh Le <thanhdle@chromium.org> Cr-Commit-Position: refs/heads/master@{#515982}
-
Sylvain Defresne authored
Convert TranslateController to directly track registration with the observed WebState instead of relying on the deprecated code in WebStateObserver. Bug: 775684 Change-Id: I62146d7085ab3e230c71cab0510a1ed86aa6a162 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Reviewed-on: https://chromium-review.googlesource.com/757109 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#515981}
-
David Valleau authored
R=skau@chromium.org Bug: 779256 Change-Id: I5772282ee310a594b5e31d5931fa38a6fa67cde8 Reviewed-on: https://chromium-review.googlesource.com/755417Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: David Valleau <valleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#515980}
-
Scott Graham authored
TBR: wez@chromium.org Bug: 784448, 784449 Change-Id: I06d0473968ae2dbdb9c480cf58b25ba1fbc2a764 Reviewed-on: https://chromium-review.googlesource.com/766152Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#515979}
-
Yuriy Taraday authored
After 24423de1dc711cebf73d097943d2090ce4d8aed7 [0] gn boostrap fails with undefined reference to `base::internal::ObserverListThreadSafeBase::tls_current_notification_' Add observer_list_threadsafe.cc that contains that static var to bootstrap.py to make it work again. [0] https://chromium-review.googlesource.com/740989 Bug: 783188 Change-Id: Iac583c52b8aed452b3bdd5b33a60857e2e8285b9 Reviewed-on: https://chromium-review.googlesource.com/758584 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#515978}
-
Hui(Andy) Wu authored
Current phone number rationalization does not distinguish between focusable and non-focusable fields. If a form has a hidden number field then a visible number field, the first one will be considered as the first complete number field, and the second field is not filled automatically as a result. We should skip the non-focusable fields in the rationalization process. Bug: 782240 Change-Id: I71eeb613d3127770b2bf0a0bb120c7cca3282728 Reviewed-on: https://chromium-review.googlesource.com/757217 Commit-Queue: Hui Wu <wuandy@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#515977}
-
Helen Li authored
The QuicStreamFactory::OnJobComplete crash is gone in M63. This CL removes the added CHECKs. Bug: 750271 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Iee46a69d151be4c5e8ceb91c33ec63e445ede2fd Reviewed-on: https://chromium-review.googlesource.com/766487Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#515976}
-
Lei Zhang authored
Again. Change-Id: I82deeea0c31ac8f609a6a5d98113c65de1fd30b0 Reviewed-on: https://chromium-review.googlesource.com/762873Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#515975}
-
Daniel Bratell authored
In jumbo builds (use_jumbo_build=true) the two different LevelDBStatusToStatus could end up in the same translation unit which would then cause compilation errors since they only differed by return value. This CL gives them unique names, ToServiceWorkerStatus() and ToNotificationDatabaseStatus(). Bug: 746953 Change-Id: Iceaf6facc3142990d62769f693eb57bfc5c5f143 Reviewed-on: https://chromium-review.googlesource.com/760358Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#515974}
-
CrystalFaith authored
Mac now has a default shortcut for "Command+Shift+Y", so update the commands sample extension to use "MacCtrl+Shift+Y" to avoid conflict. Bug: None Change-Id: Iced6c9bc9dc43f99461cc0c3bd93eaa19da1d6a1 Reviewed-on: https://chromium-review.googlesource.com/748025Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Cr-Commit-Position: refs/heads/master@{#515973}
-
Koji Ishii authored
BR tags and tabulation characters produce NGPhysicalTextFragment without ShapeResult. This patch skips computing intercepts in such cases. Whether they should or should not is still subject to discuss though. This fix alone doesn't fix any tests because then crashing tests will crash in other DCHECK. fast/inline/br-text-decoration.html should pass when combined with other fixes. Bug: 636993, 714962 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I74687c7b2acc34c4889d2efac8c42b91b79cd3a3 Reviewed-on: https://chromium-review.googlesource.com/765622Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#515972}
-
Raphael Kubo da Costa authored
After commit a565e32a ("WPT import: Stop appending @chromium.org to TBR emails altogether"), whenever _fetch_ecosystem_infra_sheriff_username() returned an empty string we'd pass it on instead of falling back to 'qyearsley' like we did before. Fix it by making sure we always return the fallback string both if there's an exception as well as if there is nobody currently on rotation. Bug: 755753, 784262 Change-Id: I31b298bd3ffe53fc10fec42f8096f04d9fdb08dd Reviewed-on: https://chromium-review.googlesource.com/765492Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#515971}
-
Yves Arrouye authored
The list used to be sorted and was ot anymore. Resorted by increasing alphabetical order, case ignored (sort -f) as it seemed to be originally (i.e. AllowBluetooth comes before Allowed because b < e). Bug: None Test: unit_tests pass Change-Id: I7d38b6d6e813fbe16516280884ad5344a0d60f3e Reviewed-on: https://chromium-review.googlesource.com/763990Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Yves Arrouye <drcrash@chromium.org> Cr-Commit-Position: refs/heads/master@{#515970}
-
Philip Rogers authored
This patch factors ViewPaintInvalidator into BoxPaintInvalidator which reuses BoxPaintInvalidator's logic for invalidating the scrolling contents layer. This fixes one root layer scrolling test. Bug: 781419 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I62a84be195920a63e2db1207d4e329450eebeabf Reviewed-on: https://chromium-review.googlesource.com/759738 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#515969}
-
Samuel Huang authored
Zucchini Trunk didn't support kExeTypeElfX64, and we'd like to add support. To keep enums ExecutableType consecutive, we need to shift other enums, but this affects patch format. So we isolate the renumbering to a small CL. Also fix test. Bug: 778316 Change-Id: I31d693f325240164e0d66227fbb1254f09aa1548 Reviewed-on: https://chromium-review.googlesource.com/765258Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#515968}
-
David Bokan authored
On Android, wheel events are sent with the pixels per tick and number of ticks. Currently, the synthetic_smooth_move_gesture puts the desired delta into the wheel event which assumes each wheel tick scrolls 1 pixel. On Android, the default today is each tick is 64px. This means the scroll distance and speed end up being 64X the requested amount! This patch fixes the Android gesture target to set the event values correctly by setting the correct number of ticks given the desired delta (and truncating any remainder). However, since we try to send an event every 16ms, this means any gesture that scrolls slower than a wheel tick every 16ms wont scroll at all since we truncate the delta to the wheel tick size. So this patch also changes the dispatch logic to avoid accumulating and sending an event that doesn't have any ticks. This means for slower scrolls, we may go multiple frames without sending a scroll. I've also added tests in telemetry for this change: https://chromium-review.googlesource.com/c/catapult/+/751684 This patch adds methods setPageScaleFactor and setBrowserControlsShown that are used from those tests. Bug: 778587 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ib40aee2b3f9f38f68482b30e27b95f7fe84e1ef9 Reviewed-on: https://chromium-review.googlesource.com/749980Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#515967}
-
Theresa Wellington authored
Define the layout_height and layout_width for ToolbarButton elements in-line rather than in styles.xml. This is a speculative fix for crash reports we've received indicating these attributes are missing. BUG=779271 Change-Id: I732ee9b39262aa8bfbc74dea57ea72469cd9e647 Reviewed-on: https://chromium-review.googlesource.com/764378 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#515966}
-
Helen Li authored
This CL makes ChromeSigninClient use content::NetworkConnectionTracker instead of net::NetworkChangeNotifier. This CL additionally modifies NetworkConnectionTracker's constructor so we can mock it in TestingBrowserProcess and tests. Bug: 754709 Change-Id: Ic05662830839403d5b327793f8faf7284a0da0bd Reviewed-on: https://chromium-review.googlesource.com/757583Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#515965}
-
Sylvain Defresne authored
Bug: 703565 Change-Id: Ic71b59bcff1c14e3e5a221951b58ba12893b1004 Reviewed-on: https://chromium-review.googlesource.com/765658Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#515964}
-
Colin Blundell authored
We will shortly be converting sync WebUI to obtain information about the signed-in user via the Identity Service rather than the SigninManager. To prepare for doing that conversion incrementally, this CL adds a variant of sync_ui_util::ConstructAboutInfo() that takes in the AccountInfo of the primary account directly. In upcoming CLs, we will port over callers to obtain this AccountInfo asynchronously via the Identity Service and pass it in to ConstructAboutInfo() once obtained. All callers are already part of an asynchronous flow, so these conversions will not be difficult. TBR=rkc@chromium.org Bug: 783144 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Icf30d739a01106feb454a67eb2b83a79dd2fc5bd Reviewed-on: https://chromium-review.googlesource.com/758771Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Nicolas Zea <zea@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#515963}
-
Sylvain Defresne authored
Convert LanguageDetectionController to directly track registration with the observed WebState instead of relying on the deprecated code in WebStateObserver. Bug: 775684 Change-Id: Ib3331edef26d31e0ccb48e65eed9fc4b5de84fa3 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/757106 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#515962}
-
Gyuyoung Kim authored
RenderingTest::SetUp has been using RuntimeEnabledFeatures::SetOverlayScrollbarsEnabled for testing. This CL remove the use, instead make it to use ScopedOverlayScrollbarsForTest. Bug: 769541 Change-Id: I7fa923adc379ad219065bdc57c54878dea637acd Reviewed-on: https://chromium-review.googlesource.com/762968 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#515961}
-
Raphael Kubo da Costa authored
And use it from //PRESUBMIT.py instead of passing --file <file> for each file that needs to be processed. The idea is to read the list of files we want to process from a text file instead of reading everything from the command-line. web-platform-test imports were hitting an "argument list too long" error because there's a particularly huge import with several directories being renamed; at one point, we ended up with a command-line with ~260k characters. Bug: 780055, 780629 Change-Id: Ib1c8b902c42ade77ccbd2662905301d7f766f9d9 Reviewed-on: https://chromium-review.googlesource.com/751504Reviewed-by:
Aaron Gable <agable@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#515960}
-
Luke Sorenson authored
Bug: 780546 Change-Id: Ib2f73178d7a4373d0bcfe772eea3a5c885d564b6 Reviewed-on: https://chromium-review.googlesource.com/749581Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Luke Sorenson <lasoren@chromium.org> Cr-Commit-Position: refs/heads/master@{#515959}
-
Finnur Thorarinsson authored
Introduce a class that supports hanging on to temporary files long enough for the OS to pick them up (and clean them up after restart of Chrome if it fails the first time around). Necessary because Windows doesn't guarantee temp file deletion on shutdown/restart. Bug: 734095 Change-Id: I2926dc33b489f150a75f97792266e1a31a4ea5a2 Reviewed-on: https://chromium-review.googlesource.com/708742 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#515958}
-
Jonathon Kereliuk authored
Previously incomplete, now complete :) Bug: Change-Id: Ia2a1fa584baf27b90d245c60501dfd074a18ac08 Reviewed-on: https://chromium-review.googlesource.com/736390Reviewed-by:
Shuotao Gao <stgao@chromium.org> Commit-Queue: Jonathon Kereliuk <kereliuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#515957}
-
Sylvain Defresne authored
Convert IOSTranslateDriver to directly track registration with the observed WebState instead of relying on the deprecated code in WebStateObserver. Bug: 775684 Change-Id: Iad1d53fcab9448e088a19cd75767235f9816a0b3 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/757105 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#515956}
-
Hui(Andy) Wu authored
For autofill fields marked as only_fill_when_focused, stop filling them unless they are the focused field. This is used to prevent filling multiple phone numbers in the same form so far, but might be used for other fields going forward. Bug: 780471 Change-Id: I517125c549b4a52daf7141080c33981484af4494 Reviewed-on: https://chromium-review.googlesource.com/744703Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Hui Wu <wuandy@chromium.org> Cr-Commit-Position: refs/heads/master@{#515955}
-
Paweł Hajdan, Jr authored
Bug: 783662 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: If14081b9b17a3502435d2f2c4fcccfbbe51ae813 Reviewed-on: https://chromium-review.googlesource.com/763447Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#515954}
-
Max Morin authored
Adding #if defined(OS_CHROMEOS) everywhere in the new mojo input stream factory is a pain (and ugly), so add a dummy KeyboardMicRegistration for other platforms and put platform-checking macros in AudioInputDeviceManager instead. Bug: 653861 Change-Id: If538fb6452f048fd6175a46e0e39dda3a2adfe5e Reviewed-on: https://chromium-review.googlesource.com/757376Reviewed-by:
Olga Sharonova <olka@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#515953}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ad1474a1..8b43ab72 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: I9623aaf07d2a95b9308ff89267a3779d1442887e Reviewed-on: https://chromium-review.googlesource.com/765594Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#515952}
-
Sylvain Defresne authored
Convert WebFaviconDriver to directly track registration with the observed WebState instead of relying on the deprecated code in WebStateObserver. Bug: 775684 Change-Id: I7f7fcec4a57c1da79012069d971123c9e4144799 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-eg Reviewed-on: https://chromium-review.googlesource.com/758863 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#515951}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/f5d92693eb80..755a485cfb8a $ git log f5d92693e..755a485cf --date=short --no-merges --format='%ad %ae %s' 2017-11-13 nednguyen Clean up statistical_analysis module 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: I84a1f4fb69471ec6d0daf851383cf3290bd995f9 Reviewed-on: https://chromium-review.googlesource.com/766467 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515950}
-
Koji Ishii authored
Following bot results are included. 2086 2087 2088 2090 2091 2092 2094 2095 2097 85 lines were removed by consecutive passes since 2069. Also, 7525 lines were "fully deflaked" by using last 38 bot results since 2000. It means all expectations including Pass are removed if they were not seen in the last 38 results. Many of them might have been added in CL:750602 probably due to bots config errors. This may cause some flakiness for a while though. TBR=eae@chromium.org NOTRY=true Bug: 591099 Change-Id: Ifc3da8c4b40d2e5024b86a9d4aa053bbd322d992 Reviewed-on: https://chromium-review.googlesource.com/766148 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#515949}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/703671e9fddc..1974452966bb $ git log 703671e9f..197445296 --date=short --no-merges --format='%ad %ae %s' 2017-10-11 yizhou.jiang Clear up deqp cases for multisampled texture 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=ynovikov@chromium.org Change-Id: I5450395c3c0432b15de85541447f983ff958b51f Reviewed-on: https://chromium-review.googlesource.com/766150Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515948}
-
Michael Lippautz authored
Bug: chromium:757440 Change-Id: I59f77f644a900f5fa1480867eb8be22b35bd3ad8 Reviewed-on: https://chromium-review.googlesource.com/758415Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#515947}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/34922a64225b..8d5ce2d9ede0 $ git log 34922a642..8d5ce2d9e --date=short --no-merges --format='%ad %ae %s' 2017-11-10 robertphillips Patch up ref counting of proxies 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=brianosman@chromium.org Change-Id: I124fcdbb1090dede23480b36cd5b5292ae7c184c Reviewed-on: https://chromium-review.googlesource.com/766149Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515946}
-
Becca Hughes authored
The animation event listener that was part of loading panel will be useful for some other motion in the media controls so this refactors it into a reusable component. BUG=779989 Change-Id: I30f3b3aebe20bbeb9886c1c7d4b4e2f5174e4042 Reviewed-on: https://chromium-review.googlesource.com/763413 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#515945}
-
Ned Nguyen authored
Bug: 784325 Change-Id: I4275e2fc034216678d3c982e735ea2dc603ef1c6 Reviewed-on: https://chromium-review.googlesource.com/765910Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#515944}
-
Marc Treib authored
This CL adds an explicit wait after the navigation to the page in question has finished, to give the renderer some time to actually paint it before we attempt to take a screenshot. Bug: 778248, 784300 Change-Id: I2a0ecd73b6f182a064728d03a380d2ed40fa50f8 Reviewed-on: https://chromium-review.googlesource.com/765828 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#515943}
-