- 19 Jun, 2018 40 commits
-
-
Moe Ahmadi authored
After crrev.com/c/1078871 that updated FormSuggestionView and FormSuggestionLabel to use AutoLayout, autofill suggestions started showing in reverse order (i.e., the first suggestion was shown last and had to be scrolled to get to). This CL fixes that regression. Bug: 852910 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I6aebe579a8ec958ba9a12339396c2b0ddef45406 Reviewed-on: https://chromium-review.googlesource.com/1101482Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#568467}
-
nednguyen authored
Bug: 849363 Change-Id: Ief8da1eda983c68c0db49f08cbca7d388c952741 Reviewed-on: https://chromium-review.googlesource.com/1102910Reviewed-by:
Ethan Kuefner <eakuefner@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#568466}
-
rbpotter authored
Remove field trial configs for print scaling and print PDF as image, since these features have launched. Bug: None Change-Id: I667a797ebc4bdbe71fe37acf4a00ef0d34718223 Reviewed-on: https://chromium-review.googlesource.com/1103307Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#568465}
-
Matt Menke authored
Also remove a couple that either no longer exist, have been disabled generally due to flakiness, or are now passing. BUG=844950, 844951, 844952, 853251, 844928, BUG=843205, 844949, 844925, 844939, 821021, BUG=853798, 844973, 844927, 844926, 844950 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I094a012fe2076c7badf86a094140c7d74db183be Reviewed-on: https://chromium-review.googlesource.com/1104802 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#568464}
-
Ken Rockot authored
Introduced by r567334. Oops. Bug: b/110332037 Change-Id: Ie1262a09d2fcb19ee166cb46184c9d01cecf2e06 Reviewed-on: https://chromium-review.googlesource.com/1105462Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#568463}
-
Jeremy Roman authored
TimeTicks is less ambiguous and more consistent with the rest of Chromium. Change-Id: Ia3ba6053d65a4ae332a4c563bf89d9c85bfd493c Reviewed-on: https://chromium-review.googlesource.com/1105341Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568462}
-
lanwei authored
After we changed to use ui::TouchEvent to represent stylus input instead of ui::MouseEvent, we should not set its flag to left button or right button when we press or release the pen on the tablet or any button on the pen. Bug: 850011 Change-Id: I2c2dc11e2cc625691aee11c14f28e632e0c15df3 Reviewed-on: https://chromium-review.googlesource.com/1099876Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#568461}
-
Dominik Röttsches authored
After feedback in https://twitter.com/TiroTypeworks/status/1007383133061185536 ensure that the mentioned characters are segmented correctly. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: If9013658c6309678556ba87f39c1c9923acb86d7 Reviewed-on: https://chromium-review.googlesource.com/1105047 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#568460}
-
Dominik Röttsches authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/8f1ed54877ff..7915fd51f123 $ git log 8f1ed5487..7915fd51f --date=short --no-merges --format='%ad %ae %s' 2018-06-19 wl Doh. Don't use CPAL or COLR data if tables are missing. 2018-06-18 wl Oops! 2018-06-18 ramakrishnan.nikhil Some more minor doc fixes. 2018-06-18 wl More minor doc fixes. 2018-06-18 wl Minor documentation fixes. 2018-06-18 wl Introduce `@example:' subsections. 2018-06-18 wl Add example for `FT_Get_Color_Glyph_Layer'. 2018-06-17 apodtele [base] Introduce `FT_New_Glyph'. 2018-06-18 ramakrishnan.nikhil Change documentation markup tags to lowercase. 2018-06-17 wl Typo. 2018-06-17 prince.cherusker [bdf] Fix underflow of an unsigned value. 2018-06-17 wl Fix documentation indentation; s/@const/@enum/; harmonize doc keywords. 2018-06-17 wl [base] Add tracing for `FT_Bitmap_Blend'. 2018-06-17 wl s/trace_bitmap/trace_checksum/. 2018-06-16 wl [sfnt] Fix color glyph layer loading. 2018-06-16 wl [sfnt] Fix color palette loading. 2018-06-16 wl Minor formatting. 2018-06-16 ramakrishnan.nikhil Minor formatting. 2018-06-16 wl * src/base/ftbitmap.c (FT_Bitmap_Blend): Avoid integer overflow. 2018-06-16 wl Add `FT_Bitmap_Blend' API. 2018-06-14 wl Replace `FT_Get_GlyphLayers' with `FT_Get_Color_Glyph_Layer'. 2018-06-14 wl Provide iterative API to access `COLR' data. 2018-06-14 wl Add glyph index and glyph load flags to glyph slot. 2018-06-14 wl [sfnt] Move `CPAL' stuff into separate files. 2018-06-13 wl [sfnt] Separate `CPAL' and `COLR' table handling. 2018-06-12 wl [sfnt] Fix `sizeof' thinko. 2018-06-12 wl Finish CPAL/COLR support (4/4). 2018-06-12 wl Finish CPAL/COLR support (3/4). 2018-06-12 wl Finish CPAL/COLR support (2/4). 2018-06-11 wl Finish CPAL/COLR support (1/4). 2018-06-12 wl [sfnt] Minor. 2018-06-12 apodtele Doc fixes and improvements. 2018-06-11 apodtele [raster] Clean up. 2018-06-11 wl Minor doc fixes. 2018-06-10 wl [sfnt] Fix compiler warnings. 2018-06-10 wl s/FT_Palette/FT_Palette_Data/, s/palette/palette_data/. 2018-06-10 madigens CMakeLists: also accept IOS_PLATFORM=SIMULATOR64 2018-06-10 wl Implement `FT_Palette_Get'. 2018-06-10 wl * src/sfnt/ttcolr.c (tt_face_load_colr): Improve overflow checks. 2018-06-09 apodtele [raster] Deal with pitch sign earlier. 2018-06-09 wl [sfnt] Read `CPAL' version 1 tables. Created with: roll-dep src/third_party/freetype/src R=bungeman@chromium.org,drott@chromium.org CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_msan_rel_ng PDFium-Issue: pdfium:1115 Change-Id: I5efcaae92db23e377ce3a57d26bd833e31fef1f0 Reviewed-on: https://chromium-review.googlesource.com/1105958 Commit-Queue: Ben Wagner <bungeman@chromium.org> Reviewed-by:
Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568459}
-
chrome://settings/languagesAnthony Vallee-Dubois authored
Bug: 818242 Change-Id: Ie5295fb0c2c1605cf15a340c965a56629c6c867c Reviewed-on: https://chromium-review.googlesource.com/1093022 Commit-Queue: anthonyvd <anthonyvd@chromium.org> Reviewed-by:
Michael Martis <martis@chromium.org> Cr-Commit-Position: refs/heads/master@{#568458}
-
Uladzimir Miniailau authored
Remove unnecessary "Enable" from a password manager feature name. Bug: 785953 Change-Id: Ifafb1302ed5563dbeef00228cb90555515ecd1d7 Reviewed-on: https://chromium-review.googlesource.com/1105990 Commit-Queue: Uladzimir Miniailau <miniailau@google.com> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#568457}
-
kylechar authored
The tests disabled by these filters are disabled by DISABLE_ macro, don't exist or are disabled in a different filter file already. Bug: 807465, 854120 Change-Id: I6c7a854c266fa2099b55098857973e0e5640981d Reviewed-on: https://chromium-review.googlesource.com/1104967 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#568456}
-
Mustaq Ahmed authored
Also fix window-postMessage-user-gesture.html expectation for UAv2. Bug: 805015 Change-Id: I669a5b01c3c0862a511978a9ec8d56a813ccfa77 Reviewed-on: https://chromium-review.googlesource.com/1104702 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#568455}
-
Annie Sullivan authored
Bug: 854203 Change-Id: Ib0d95f8cb95fed8f617ab6f8dee0d2e16e1d84f1 TBR: charliea@chromium.org NOTRY: true Reviewed-on: https://chromium-review.googlesource.com/1106055Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#568454}
-
Jeremy Roman authored
There are a handful more that do something subtle, but most are easily captured by the higher-level testing utility. Change-Id: Ie79ee46470384bee7addfea8bb40ccb0932ba8c1 Reviewed-on: https://chromium-review.googlesource.com/1105308Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568453}
-
John Budorick authored
TBR=dpranke@chromium.org Bug: 828031 Change-Id: I0c26116e0222a1d47ad5537a0b171f2fcfa022ef Reviewed-on: https://chromium-review.googlesource.com/1106049Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#568452}
-
Francois Doray authored
This will be used to periodically unfreeze LifecycleUnits, to allow them to update their state. Bug: 775644 Change-Id: I498930c8a555ddf3581099e61972aaeac6a36d91 Reviewed-on: https://chromium-review.googlesource.com/1099973 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Fadi Meawad <fmeawad@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#568451}
-
Mike Dougherty authored
The ContextMenu.DelayedElementDetails metric ensures that all awaiting requests are eventually processed by either the user cancelling or by the DOM element details being returned. The ContextMenu.CancelSystemTouches metric logs that the system touches were cancelled. This value should match the number of Context Menus shown, otherwise a user could continue to interact with the page after the Context Menu has been displayed. Bug: 817517 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I4dc5d9d14eba12c06ca034b80c037bd673230878 Reviewed-on: https://chromium-review.googlesource.com/1102994 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#568450}
-
Oskar Sundbom authored
I stumbled on a couple of crashes where it looks like the audio thread is deadlocked on the event_.Wait() call. From what I can tell, there's no way to recover from a fail thread creation, so any thread that calls SimpleThread::Start() has a chance of freezing indefinitely. This was changed[1] from a CHECK to a DCHECK way back in 2011. There shouldn't be any valid cases where thread creation fails, so it's probably better to get a clean crash as soon as this happens, than possibly getting a crash dump much later, provided a watchdog kicks in. [1] https://codereview.chromium.org/8368009 Bug: 854154 Change-Id: I72f7318642a39b0e1b23964f0841423bc9e87496 Reviewed-on: https://chromium-review.googlesource.com/1104679Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Oskar Sundbom <ossu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568449}
-
clamy authored
These histograms were introduced to track the time between an intent reception or link click and the commit of the navigation and end of page load. We now have a more robust loading metrics architecture and they have not been used in a while. Bug: 708035, 691867 Change-Id: Ic9bcd7df968ba32e6148483abeccd074a502ddca Reviewed-on: https://chromium-review.googlesource.com/1099171Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#568448}
-
jonross authored
Currently SitePerProcessHitTestBrowserTest.HitTestStaleDataDeletedView is using a legacy method for waiting for hit test data. This change updates it to use the new HitTestRegionObserver. However there is a bug in the /2 variant of the test, there overlapping hit test regions are not submitted. Due to this I have it exit early in that config. TEST=SitePerProcessHitTestBrowserTest.HitTestStaleDataDeletedView Bug: 846798 Change-Id: I410d493f1abc7334e4cc21c3c4edceb4e2edd8c9 Reviewed-on: https://chromium-review.googlesource.com/1102721Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#568447}
-
Ken Rockot authored
Removes the last vestiges of non-Mojo targets depending on Mojo internal types. Changes the //mojo/edk target to only expose the bare minimum API needed for embedders to initialize Mojo and IPC. Deletes some now unused types, PeerConnection and OutgoingBrokerClientInvitation. Cleans up a few scattered dependencies. TBR=dschuff@chromium.org Bug: 844763 Change-Id: I7f6ae2987b25fc2089608efea59bee52f15aec4b Reviewed-on: https://chromium-review.googlesource.com/1102120 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Elijah Taylor <elijahtaylor@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#568446}
-
Carlos IL authored
There are other use cases besides interstitials (which were fixed in crrev.com/c/1101397) that rely on the first call to UpdateControls to be ignored, re-adding the IsInVR check while all those cases get fixed. Bug: 853686 Change-Id: Ic48322c2551f6b35a1bb84e7d1212aa284a72d7f Reviewed-on: https://chromium-review.googlesource.com/1105124Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#568445}
-
Mikel Astiz authored
We thought there was no reason to avoid broadcasting notifications when an empty list of remote updates is received, but it turns out that at least one client (iOS RecentTabsMediator) relied on the fact that such events would be ignored (not broadcasted via SyncServiceObserver::OnForeignSessionUpdated()). To avoid behavioral changes with the pre-USS implementation, which dropped such empty updates in an earlier stage (I believe in GenericChangeProcessor::CommitChangesFromSyncModel()), we adopt similar logic for USS (SessionSyncBridge). Bug: 854049 Change-Id: I6d3b6123b7fb15bb0e5bfeccdc0a6d9170427fe4 Reviewed-on: https://chromium-review.googlesource.com/1106143Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#568444}
-
Sorin Jianu authored
Bug: 854029 Change-Id: I82f2f12bcca6b5af48127307f1662324bdcda9ce Reviewed-on: https://chromium-review.googlesource.com/1105600Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568443}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fb3beb0591ae..f2030783094e git log fb3beb0591ae..f2030783094e --date=short --no-merges --format='%ad %ae %s' 2018-06-19 kjlubick@google.com Revert "added GrSkSLFP and converted DitherEffect to use it" Created with: gclient setdep -r src/third_party/skia@f2030783094e 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=kjlubick@chromium.org Change-Id: If5cf0f7062d25ea9fe01633524495716273c8c13 Reviewed-on: https://chromium-review.googlesource.com/1106018Reviewed-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@{#568442}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/5ecb02850aa4..c5ef6d834a15 git log 5ecb02850aa4..c5ef6d834a15 --date=short --no-merges --format='%ad %ae %s' 2018-06-19 treib@chromium.org Disable flaky ActionRunnerTest.testWait on Mac Created with: gclient setdep -r src/third_party/catapult@c5ef6d834a15 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=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 BUG=chromium:853865 TBR=sullivan@chromium.org Change-Id: I57b9ff27d91409e0c79cf2dde0ee583fa5662693 Reviewed-on: https://chromium-review.googlesource.com/1106019Reviewed-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@{#568441}
-
clamy authored
This CL is part of a serie of CLs to remove usage of the deprecated method NavigationController::GetActiveEntry. Bug: 273710 Change-Id: I6f1cc34384968ee158eea430a3a8f00d2c378546 Reviewed-on: https://chromium-review.googlesource.com/1102507Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#568440}
-
Mustaq Ahmed authored
Bug: 805015 Change-Id: Ic066f3f7d939b5175ed19b6d710f343475fba7a8 Reviewed-on: https://chromium-review.googlesource.com/1100944Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#568439}
-
Michael van Ouwerkerk authored
* Uses AIDL interfaces to work across class loaders * Adds a bottom bar in CCT if the module is loaded Bug: 843161 Change-Id: I8eaaaebf78cfb875f61deebca8df3e98a4f8c0dc Reviewed-on: https://chromium-review.googlesource.com/1085060 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#568438}
-
Philip Rogers authored
The main scrolling coordinator update, ScrollingCoordinator:: UpdateAfterPrePaint, does not affect paint and can be moved after paint. This change will make it easier to compare the new PaintTouchActionRects update to the current scrolling coordinator update. This patch also moves the PaintTouchActionRects update into ScrollingCoordinator::UpdateTouchEventTargetRectsIfNeeded so the two codepaths can be directly compared. With this change, the PaintTouchActionRects codepath now uses the existing dirty bits and only runs when touch event rects might have changed. This patch has a bugfix for the following layout test where PaintTouchActionRects would not invalidate the touch action dirty bit: fast/events/touch/compositor-touch-hit-rects-transform-changed-nolayout.html This is a followup to https://crrev.com/566542 which moved the scrolling coordinator update to after PrePaint. Bug: 851513 Change-Id: I8ca1373832b49edd5518b43c524b6dcd57e3b36b Reviewed-on: https://chromium-review.googlesource.com/1103777 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#568437}
-
clamy authored
This CL is part of a serie of CLs to remove usage of the deprecated method NavigationController::GetActiveEntry. Bug: 273710 Change-Id: Ibb8542a3110e6a4842c7744a879fbeb8d577dace Reviewed-on: https://chromium-review.googlesource.com/1102506Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#568436}
-
Koji Ishii authored
Following bot results are included. 6908 6923 6925 6928 6932 6935 6936 6938 6943 6946 1 lines were removed and 1 lines were deflaked by consecutive results since 6904. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I08741cf902301a6dafc20561c5ed391da450eedc Reviewed-on: https://chromium-review.googlesource.com/1103431 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#568435}
-
clamy authored
This CL is part of a serie of CLs to remove usage of the deprecated method NavigationController::GetActiveEntry. Bug: 273710 Change-Id: I2d11ff1898c785ba912e361390e414720800d5cc Reviewed-on: https://chromium-review.googlesource.com/1102472Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#568434}
-
Sigurdur Asgeirsson authored
Bug: 755840 Change-Id: I4f693945cb65b7be8360636307dc165a7c317f4f Reviewed-on: https://chromium-review.googlesource.com/1104868 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#568433}
-
Robert Sesek authored
Change-Id: I70184c0164e9064d9f6d86bd3892ae0100cb4178 Reviewed-on: https://chromium-review.googlesource.com/1105064Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#568432}
-
fuchsia-sdk-chromium-autoroll authored
The AutoRoll server is located here: https://fuchsia-sdk-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:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: I0f556f544ee09975dcee90e93abc1eda4fcb542e Reviewed-on: https://chromium-review.googlesource.com/1106037 Commit-Queue: Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568431}
-
Gaofeng Huang authored
Need for eureka-internal/178533 Bug: internal b/110284450 Test: on device Change-Id: I17482cbfa0d3812047714e648a1562a8cfe55be8 Reviewed-on: https://chromium-review.googlesource.com/1103671Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Commit-Queue: Gaofeng Huang <gfhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#568430}
-
Raphael Kubo da Costa authored
TBR=timvolodine@chromium.org Change-Id: I36020efa88606fa42a29c451f3e66164290ba8a7 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1106139 Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#568429}
-
Jeremy Roman authored
Change-Id: Ie0f12a43cc9321b24820e9a23fe676abf4d2f244 Reviewed-on: https://chromium-review.googlesource.com/1105382Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568428}
-