- 09 May, 2018 40 commits
-
-
Ethan Kuefner authored
This reverts commit f3f89493. Reason for revert: Causing failures Original change's description: > [Perf] Enable system_health.* for histogram uploads > > This CL switches all system_health benchmarks to the histogram pipeline. > > Bug: 744736 > Change-Id: Icb97397ec417d27220e489651cc51591757d8c9e > Reviewed-on: https://chromium-review.googlesource.com/1048626 > Reviewed-by: Emily Hanley <eyaich@chromium.org> > Commit-Queue: Ethan Kuefner <eakuefner@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556842} TBR=eakuefner@chromium.org,eyaich@chromium.org Change-Id: I53f1788cc1f488b207a0718e8fbe14e2899af5b7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 744736 Reviewed-on: https://chromium-review.googlesource.com/1052407Reviewed-by:
Ethan Kuefner <eakuefner@chromium.org> Commit-Queue: Ethan Kuefner <eakuefner@chromium.org> Cr-Commit-Position: refs/heads/master@{#557211}
-
David Benjamin authored
This is long long *long* overdue. Bug: none Change-Id: I9e72f5229ebfb3ea7676bd5e3b37d74b102fa6ee Reviewed-on: https://chromium-review.googlesource.com/1052307Reviewed-by:
Steven Valdez <svaldez@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#557210}
-
Francois Doray authored
This CL enforces that a tab is frozen prior to being proactively discarded. This will allow the website to have enough time to persist any state prior to being proactively discarded. Urgent discard behavior is unchanged. Bug: 775644 Change-Id: Ia3ec9e8f53f80d2c940edd065090415cbcdd1f6c Reviewed-on: https://chromium-review.googlesource.com/1041138 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#557209}
-
Friedrich Horschig authored
This is a reland of dc92f9db With this reland, only one of the tests is reenabled again. The one that doesn't fail and is unrelated to the other two. (Therefore, the font changes are not needed anymore - this will follow in a second reland CL). Original change's description: > Reactivate deflaked keyboard accessory tests > > After having landed https://crrev.com/c/1028230, the problems of the > linked bug seem to have gone (as assumed). > > I removed the Disabling and RetryOnFailure annotations to test on 3 > devices (one physical, two emulator with different screen sizes and OS) > and couldn't find a single broken test. > Edit: I changed the font size recently (not finally) which seems to > bother some bots - unrelated from the filed bug. Changed that back. > > This CL now reenables all the tests but keeps the RetryOnFailure > annotation. That way, I can test whether the tests start failing on > some bots again without making the sheriffs life harder. > If the bots don't notice any flakiness, I will remove the > RetryOnFailure annotation as well and mark the linked bug fixed. > > Bug: 838922 > Change-Id: I9781e6d820ac39e43435ad1529da817601967ed4 > Reviewed-on: https://chromium-review.googlesource.com/1044371 > Reviewed-by: Bernhard Bauer <bauerb@chromium.org> > Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556798} Bug: 838922 Change-Id: I18dda9ed9df416a796fa1748032f37adb0224dd0 Reviewed-on: https://chromium-review.googlesource.com/1051831Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#557208}
-
Paul Miller authored
This change designed for easy revert. BUG=678288 Change-Id: I85b5a9e997237671567d65cd8ff40aa6aadcdae3 Reviewed-on: https://chromium-review.googlesource.com/1050931Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#557207}
-
Kouhei Ueno authored
No change in behavior expected. - ScriptRunner::GetPendingScriptIfAsync is now renamed to GetPendingScriptOfAsyncScript() and DCHECKs if the script loader is actually async. - ScriptRunner::IsAsync() is introduced for an existing call-site which called the func just to see if the ScriptLoader is async. Bug: 838761 Change-Id: I0cbe73c36706e1e4ae053dd3c438d2eb77c62699 Reviewed-on: https://chromium-review.googlesource.com/1036712 Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#557206}
-
Helen Li authored
When p2p socket type is IsPseudoTlsClientSocket(), P2PSocketHostTcpBase constructs a jingle_glue::FakeSSLClientSocket() and calls Connect() on the tcp socket which is already connected. This triggers a DCHECK error, because it's illegal to call Connect() twice on the same tcp socket (in this case on the ProxyResolvingClientSocket). This CL fixes P2PSocketHostTcpBase to not call Connect() twice and adds a regression test. BUG: 840797 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ic936939bb58c32fc92bcad71929cf7f88af89eff Reviewed-on: https://chromium-review.googlesource.com/1050188 Commit-Queue: Helen Li <xunjieli@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#557205}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 9e8570d9. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/17190 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: drott@chromium.org, kojii@chromium.org: external/wpt/css/css-fonts hongchan@chromium.org, rtoy@chromium.org: external/wpt/webaudio jsbell@chromium.org: external/wpt/resources yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch TBR=danyao No-Export: true Change-Id: Ib2ff7641384e0783f634cfa9f7978c2b7b74c3e0 Reviewed-on: https://chromium-review.googlesource.com/1052089 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#557204}
-
danakj authored
This removes the class, replacing it with uses of the cc scrollbar layer types: cc::PaintedScrollbarLayer, cc::PaintedOverlayScrollbarLayer, and cc::SolidColorScrollbarLayer directly. The scrollbar layer map needs to maintain ownership of these along with a wrapping WebLayer (for now), and a raw pointer to a base cc::ScrollbarLayerInterface* for changing the element id that the scrollbar controls the view of. So we add a ScrollingCoordinator::ScrollbarLayerGroup that holds these three things together. The cc_blink::ScrollbarImpl, which is a subclass of cc::Scrollbar, moves from cc/blink/ to platform/scroll/ beside the ScrollingCoordinator, and is renamed to ScrollbarLayerDelegate. It still makes use of Web* types like WebScrollbarThemePainter and these can be removed to use the platform/scroll/ types directly instead. R=bokan@chromium.org, jbroman@chromium.org Bug: 838693, 738465 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I021fc69a2c8fd90a21bf406cd08d968e0335506a Reviewed-on: https://chromium-review.googlesource.com/1048247Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#557203}
-
Guido Urdaneta authored
AVFoundation calls made by the video-capture service on its main thread require a CFRunLoop which is provided by a UI message loop. This fixes a number of regressions related to detection of plugged/unplugged devices that appeared when the default message loops on Mac were changed from CFRunLoop to Default. Bug: 834581 Change-Id: If565f400e52407c2f71e32f93e9472556051bad1 Reviewed-on: https://chromium-review.googlesource.com/1049931Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#557202}
-
Katie D authored
First, the touch event and stylus event both have the same ID on Dru, so we also need to track the pointer type to differentiate. Second, we need to still cancel search key up even after inactive state has been set by the extension. Bug: 753018 Change-Id: I7245af21a1a7fb8089a7da339b973d149b57a1dd Reviewed-on: https://chromium-review.googlesource.com/1050424Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#557201}
-
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3806b7fbd0ea..afec759dca62 $ git log 3806b7fbd..afec759dc --date=short --no-merges --format='%ad %ae %s' 2018-05-09 agrieve Revert "bot_update: Fetch references to be synced." Created with: roll-dep src/third_party/depot_tools BUG=chromium:840445,chromium:841306 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. TBR=agable@chromium.org Change-Id: If27bec2d6daff4a7f207adb0eddbd6cbabbb94f8 Reviewed-on: https://chromium-review.googlesource.com/1052168 Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557200}
-
https://pdfium.googlesource.com/pdfium.git/+log/df1298a228ab..5f7c5be8b707 $ git log df1298a22..5f7c5be8b --date=short --no-merges --format='%ad %ae %s' 2018-05-09 hnakashima Filter out "Type" and "DecodeParms" from trailer keys. Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-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=dsinclair@chromium.org Change-Id: Ib0978db093c1d0b35201c8d1c43aefd85e628944 Reviewed-on: https://chromium-review.googlesource.com/1051871Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557199}
-
arthursonzogni authored
NavigationMojoResponse has been launched and the old code path has been removed. The current and sole NavigationURLLoader implementation is now the NavigationURLLoaderNetworkService. The CL renames it into NavigationURLLoaderImpl. Bug: 705744 Change-Id: I982f024c9318d6e03d63d73452f75b5f38b1e495 Reviewed-on: https://chromium-review.googlesource.com/1039488Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#557198}
-
vitaliii authored
Disable org.chromium.chrome.browser.contextualsearch ContextualSearchManagerTest testTapGestureFollowedByScrollClearsSelection because flaky. TBR=donnd@chromium.org Bug: 841017 Change-Id: I0faca09f286ea776ce54d70c411ff61a7649132e Reviewed-on: https://chromium-review.googlesource.com/1052129Reviewed-by:
vitaliii <vitaliii@chromium.org> Commit-Queue: vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#557197}
-
vitaliii authored
This reverts commit f4a598ff. Reason for revert: Does not compile on Win 64, see https://ci.chromium.org/buildbot/chromium/Win%20x64/22249 Original change's description: > [Zucchini] (raw) Apply fuzzer > > This is part of a series of Fuzzers to be added to Zucchini for > security review. This tests the raw data patch application logic > exercising the patch reader and apply process. It only covers ~20% > of code in 100000 executions as the bulk of the remaining code is > associated with the much more complex and expensive to fuzz reference > related code. > > With the supplied seed corpus the fuzzer reaches approximately 11000 > execs/s. > > This found a couple bugs which are fixed in: > https://chromium-review.googlesource.com/c/chromium/src/+/1028575 > > > Bug: 835341 > Change-Id: Idc1d862bfaa6eb6313f39e10536f4750c05ab863 > Reviewed-on: https://chromium-review.googlesource.com/1028570 > Commit-Queue: Calder Kitagawa <ckitagawa@google.com> > Reviewed-by: Samuel Huang <huangs@chromium.org> > Reviewed-by: Greg Thompson <grt@chromium.org> > Reviewed-by: Max Moroz <mmoroz@chromium.org> > Reviewed-by: Jonathan Metzman <metzman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557185} TBR=huangs@chromium.org,mmoroz@chromium.org,grt@chromium.org,metzman@chromium.org,ckitagawa@google.com Change-Id: Ia1790a01d3f31f25b243ce6e4ec5b52e423e3f6e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 835341 Reviewed-on: https://chromium-review.googlesource.com/1052287Reviewed-by:
vitaliii <vitaliii@chromium.org> Commit-Queue: vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#557196}
-
Eric Orth authored
Minor cleanup in NetworkErrorLoggingService by making non-filtered cleanup an explicit separate method. Bug: 824997 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Iaa7b9fa25a7463a7294d93759dca0b0ee06187a0 Reviewed-on: https://chromium-review.googlesource.com/1044359 Commit-Queue: Eric Orth <ericorth@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#557195}
-
Paul Irish authored
Change-Id: If85c60d7f52cdc0a3acc8addf9d7e1995195295b Reviewed-on: https://chromium-review.googlesource.com/1046106Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#557194}
-
Bailey Berro authored
This change updates the SmbService setup flow so that setup is not run when SmbService is created on the LockScreen and adds a call to SetupKerberos for ChromAD users. Bug: chromium:757625 Test: verified on local ActivceDirectory test network Change-Id: I36ca8f48368be33e740ee1128e8cc5cc23ca8e5d Reviewed-on: https://chromium-review.googlesource.com/1045130Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#557193}
-
nednguyen authored
NOTRY=true # tests are covered by PRESUBMIT Bug: 840008 Change-Id: I7292978d28cdf0c662d78d6dfb2dadbc103ec178 Reviewed-on: https://chromium-review.googlesource.com/1052215Reviewed-by:
Emily Hanley <eyaich@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#557192}
-
Nasko Oskov authored
The isolation of error pages has caused at least one functional regression described https://crbug.com/840485 and causes various renderer process terminations. This CL disables the isolation functionality so these can be investigated and fixed before re-enabling. Bug: 838161, 840485, 840794, 840701 Change-Id: Id25937f6f400578c7c8bf315551b3878b4a4937c Reviewed-on: https://chromium-review.googlesource.com/1050431 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#557191}
-
Emily Stark authored
When an error message has recurred several times, show a message on the interstitial. Note: the message isn't styled yet; the feature is off by default so I'll do the styling (and translation screenshot) in a follow-up CL. Bug: 839969 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I94a31ff16eaf9e8ef82134f372852f03b19e28df Reviewed-on: https://chromium-review.googlesource.com/1049119 Commit-Queue: Emily Stark <estark@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#557190}
-
vitaliii authored
Disable org.chromium.chrome.browser.vr_shell.WebVrTransitionTest testWindowRafStopsFiringWhilePresenting_WebXr because flaky. TBR=bsheedy@chromium.org Bug: 840883 Change-Id: I2300a6be8d79d1d6f47d33d5fd06edc9fee5ca41 Reviewed-on: https://chromium-review.googlesource.com/1051788Reviewed-by:
vitaliii <vitaliii@chromium.org> Commit-Queue: vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#557189}
-
Moe Ahmadi authored
Currently, infobars provide little flexibility in the type, number, and layout of the items they display. Furthermore, user interactions with the infobars are handled in a generic context of InfoBarIOS class requiring multiple if/else statements to detect the type of the InfoBar and the interacted element. This is an effort to refactor infobars to have more flexibility in their layout and functionality (more info in the reference bugs). This CL primarily makes the following changes: 1) Moves the logic in InfoBarIOS (chrome/browser/ui/ios/infobar.mm) related to the confirm infobar and translate infobar to their respective infobar controller (e.g., ConfirmInfoBarController) 2) Introduces a new protocol InfoBarViewSizing adopted by the infobar views. It contains a target height property used by the infobar container for animation purposes and properly setting the infobar view's frame. 3) Introduces a new protocol InfoBarViewSizingDelegate adopted by the infobar controller that gets notified of infobar view's size changes and relays it to the InfoBarIOS. 4) Introduces a new interface InfoBarControllerDelegate implemented by InfoBarIOS which gets notified of infobar view's size changes and when the infobar needs to be closed. Bug: 838698, 307552 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I7b8f9cc258d531ed99e84ffc02edcb323561bb8c Reviewed-on: https://chromium-review.googlesource.com/1037640Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#557188}
-
gogerald authored
Baug: 840759 Change-Id: Ibade40328413f8dbd9a7518f7af692322d172b49 Reviewed-on: https://chromium-review.googlesource.com/1048982 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#557187}
-
Yuichiro Hanada authored
according to wayland conding style described in https://github.com/wayland-project/wayland/blob/0e6ac72288f884ba0321c285a65578492c706534/doc/Contributing#L117 Bug: None Change-Id: I28df5661002e209dfb8debe48e6a3b2557ab613d Reviewed-on: https://chromium-review.googlesource.com/1050051Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#557186}
-
Calder Kitagawa authored
This is part of a series of Fuzzers to be added to Zucchini for security review. This tests the raw data patch application logic exercising the patch reader and apply process. It only covers ~20% of code in 100000 executions as the bulk of the remaining code is associated with the much more complex and expensive to fuzz reference related code. With the supplied seed corpus the fuzzer reaches approximately 11000 execs/s. This found a couple bugs which are fixed in: https://chromium-review.googlesource.com/c/chromium/src/+/1028575 Bug: 835341 Change-Id: Idc1d862bfaa6eb6313f39e10536f4750c05ab863 Reviewed-on: https://chromium-review.googlesource.com/1028570 Commit-Queue: Calder Kitagawa <ckitagawa@google.com> Reviewed-by:
Samuel Huang <huangs@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#557185}
-
Navid Zolghadr authored
If pointerup implicitly releases the pointer capture this change sends the boundary events rightaway after that without waiting for the next event. Bug: 834824 Change-Id: I538e0b35d1420574f964666aac394c0bde00f4fb Reviewed-on: https://chromium-review.googlesource.com/1019347 Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#557184}
-
Yoav Weiss authored
Following a #whatwg discussion, I want to add a use counter for the `initiatorType` attribute on PerformanceResourceTimingEntry. The current values are not helpful and not well-specified, so it would be great if we could deprecate that attribute and start anew. Change-Id: I018a27d64d57b1e7c88544f66ae85758a1395dfa Reviewed-on: https://chromium-review.googlesource.com/1043750 Commit-Queue: Yoav Weiss <yoav@yoav.ws> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#557183}
-
Tommy Martino authored
This introduces a new, modern icon to be used for credit cards whose type is unknown. It replaces the existing icon, but is the same size and is semantically similar, so risk is low. Known instances of this icon include both the "old" (canvas) and "new" (native) Autofill dropdowns, and the PaymentRequest UI. Bug: 768881 Change-Id: Ic19ee458d989a26e0bb222187284dafe0c4ea497 Reviewed-on: https://chromium-review.googlesource.com/1026049Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#557182}
-
vitaliii authored
Disable org.chromium.chrome.browser.vr_shell.WebVrTransitionTest testControlsVisibleAfterExitingVr_WebXr, because it is flaky. TBR=bsheedy@chromium.org Bug: 841103 Change-Id: I55651a634cfd81b43fd3668660cc3d59eda008a1 Reviewed-on: https://chromium-review.googlesource.com/1052012Reviewed-by:
vitaliii <vitaliii@chromium.org> Commit-Queue: vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#557181}
-
vitaliii authored
Disabling org.chromium.chrome.browser.search_engines.TemplateUrlServiceTest testSortandGetCustomSearchEngine, because flaky. TBR=mariakhomenko@chromium.org Bug: 841098 Change-Id: Ibae44f030880f59690d3f84114c1586d1b826d06 Reviewed-on: https://chromium-review.googlesource.com/1051769Reviewed-by:
vitaliii <vitaliii@chromium.org> Commit-Queue: vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#557180}
-
https://webrtc.googlesource.com/src.git/+log/d6f86e8fca21..c6c44268bcb5 $ git log d6f86e8fc..c6c44268b --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:None 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: I6f6bd3b03e76c4397e2ad35c4715fb8997af3117 Reviewed-on: https://chromium-review.googlesource.com/1051869Reviewed-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@{#557179}
-
Johann authored
Support for the latest SDK is incomplete. Mention the required version when prompting the developer. R=brucedawson@chromium.org Bug: 773476 Change-Id: I01010f0db251e11617fb879845940fa2aee19f7b Reviewed-on: https://chromium-review.googlesource.com/1050691 Commit-Queue: Johann Koenig <johannkoenig@google.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#557178}
-
Biao She authored
After this change, ContentElement should only be used for the main web content. PlatformUiElement can be used to host platform UIs (such as View on Android). Bug: NONE 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;master.tryserver.chromium.linux:linux_vr Change-Id: If068d52d3134b5e1f70392523fdbfa4c047d1081 Reviewed-on: https://chromium-review.googlesource.com/1049961 Commit-Queue: Biao She <bshe@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#557177}
-
Eugene But authored
Also added a test to verify the argument. Bug: 725241 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I5655f92b64251a89b1bea9eb1e42b146ff4a7e73 Reviewed-on: https://chromium-review.googlesource.com/1050413Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#557176}
-
David 'Digit' Turner authored
This CL slightly modifies the crazy linker to extract the DT_SONAME of a given shared library. The goal is to use the soname as the unique identifier for a library during dependency resolution, as this matches the behaviour of the system linker. More precisely: - Before this CL, each library loaded by the linker is identified by a "name" that was the library path (with any directory sub-path) used to load the library. This prevents properly resolving DT_NEEDED entries, which explains one of the reasons why the crazy linker doesn't support the component build at the moment. - After this CL, system libraries are identified by their basename only (which was already the case when they were loaded through DT_NEEDED entries, but changes what happens when they are loaded through the dlopen() wrapper). Ideally, non-system libraries should be identified by the soname, but this currently doesn't work, because it breaks RELRO sharing. The reason for this is that, when loading libraries directly from a zip file, the current client code (chromium_android_linker) passes and relies on the path to the host APK directly (e.g. something like /data/data/<package-name>-<number>/base.apk and a file offset. This will be addressed in a future CL. BUG=802068 R=lizeb@chromium.org, pasko@chromium.org, agrieve@chromium.org Change-Id: Ia282c29e80e8729c4079a80de7acf66975b7d1ee Reviewed-on: https://chromium-review.googlesource.com/1042406 Commit-Queue: David Turner <digit@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#557175}
-
Gauthier Ambard authored
This CL adds the images for the activity service, the add/edit bookmarks and the ReadLater images. Bug: 834299, 829718 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I03b9d19f04f7cfd2558ecf8ac468a14c14984b13 Reviewed-on: https://chromium-review.googlesource.com/1052107Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#557174}
-
Koji Ishii authored
Following bot results are included. 5268 5272 5279 5284 5292 5295 5298 5302 5305 3 lines were removed and 2 lines were deflaked by consecutive results since 5218. 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: I5a967922b2921fef4663b9f950ac90f04177b835 Reviewed-on: https://chromium-review.googlesource.com/1050045 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#557173}
-
Robert Phillips authored
Bug: skia:7765 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I2147e4450f134473b059399b67d58633d277e5bd Reviewed-on: https://chromium-review.googlesource.com/1044787Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Robert Phillips <robertphillips@google.com> Cr-Commit-Position: refs/heads/master@{#557172}
-