- 22 Jun, 2018 40 commits
-
-
Xiaocheng Hu authored
When hit testing a text fragment, current code checks the hit test request against its containing box fragment to decide if the text is visible to hit test request. This gives wrong result when there are culled inlines between the two fragments, for example: <div><span inert>foo</span></div> This patch fixes the issue by using the text fragment itself for the visibility check. Bug: 851075 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I2b318260c6a108c091d66b30e46d3d64d5f8a408 Reviewed-on: https://chromium-review.googlesource.com/1110524Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#569555}
-
Mike West authored
So this patch adds quotes. See https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-06#section-3.7 and https://github.com/mikewest/sec-metadata/commit/98f7c1253e8dd8a0e1606c2f443772b0c9d562b4. Bug: 843478 Change-Id: I29dfa3a87e3c65a1b64009e173faa6d0f41b40f4 Reviewed-on: https://chromium-review.googlesource.com/1109819 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#569554}
-
Mohamed Amir Yosef authored
This CL adds anonymous namespace around SingleClientBookmarksSyncTest and TwoClientBookmarksSyncTest. Bug: 516866 Change-Id: I1e13f555bc894a36cb509a71aeb57f079d895112 Reviewed-on: https://chromium-review.googlesource.com/1110127 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#569553}
-
Yoshifumi Inoue authored
This patch implements |NGAbstractInlineTextBox::CharacterWidths()| as follow-up of the patch[1] introduced stub version. This patch makes following three layout tests to pass: 1. accessibility/inline-text-bidi-bounds-for-range.html 2. accessibility/inline-text-bounds-for-range-br.html 3. accessibility/inline-text-bounds-for-range.html [1] http://crrev.com/c/1104082 [LayoutNG] Adapt accessibility module to LayoutNG; Bug: 774229 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I479b394e810a7a81cb8e46d94a0d7db0b5c3fac3 Reviewed-on: https://chromium-review.googlesource.com/1109797 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#569552}
-
Trent Apted authored
Currently video taller than the aspect of the gallery window can have its scrubber controls overlapped by the thumbnail ribbon at the bottom. This just adds a CSS rule to moves the video element away from the top and bottom edges when the ribbon is visible. If the video is "wide" enough, there's no effect. Bug: 850372 Change-Id: I26db28fab80ef5be136692b25c14b704a4a3f7b2 Reviewed-on: https://chromium-review.googlesource.com/1109442Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#569551}
-
Xiaocheng Hu authored
This patch implements the behavior that, when clicking at the end of a line, we set an upstream caret selection to indicate that the the selection is at the end of the first line instead of the beginning of the second line, though they may have the same DOM position. This patch fixes accessibility/selection-affinity.html, whose failure is no longer relevant to Range.getClientRects(). Bug: 811502 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I0e2d9a9b93e9371a0fb604a0550a376b6035e09d Reviewed-on: https://chromium-review.googlesource.com/1111466 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#569550}
-
Tetsui Ohkubo authored
When date in system tray is clicked, it should show WebUI settings when it's available, and otherwise it should show time dialog. This CL also fixes bug in ClockModel::IsLoggedIn and sets initial values to avoid undefined behavior. TEST=manual BUG=none Change-Id: I64eebe3632e1c02d0633e5191d136d83107f869c Reviewed-on: https://chromium-review.googlesource.com/1111492Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#569549}
-
Tetsui Ohkubo authored
According to UX spec, the width of a feature pod button is 84 dip, instead of 80 dip. The spec says the width is 80dip but the label hover has horizontal insets of -2dip. UX spec: http://shortn/_TCL8k5SzY6 TEST=manual BUG=854590 Change-Id: If024af5b0d79041fdedf1a8fdf696eac718eb875 Reviewed-on: https://chromium-review.googlesource.com/1111481Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#569548}
-
Jennifer Apacible authored
This change adds the views::Widget API for setting the aspect ratio and implements it for Linux. Bug: 853276 Change-Id: I9fe4dbc2059c2c7ee3a6d84b55aa29b11a31112c Reviewed-on: https://chromium-review.googlesource.com/1102881 Commit-Queue: apacible <apacible@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#569547}
-
Hajime Hoshi authored
The check existed at MediaElementEventQueue, but I lost this when merging this into EventQueueImpl at https://chromium-review.googlesource.com/c/chromium/src/+/1098742 This CL adds this check again. Bug: 854892, 854775 Change-Id: I0f851fbb3514c3ce59622f1accdaaa9743e316a0 Reviewed-on: https://chromium-review.googlesource.com/1109594Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#569546}
-
Naoki Fukino authored
Bug: 851844 Test: The new label is manually checked. Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I879ea833ab2da5dc5b6293cfbb06e3fa589d408b Reviewed-on: https://chromium-review.googlesource.com/1111494Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#569545}
-
Matt Falkenhagen authored
This test is slow because it does a lot of navigations. Bug: 854913 Change-Id: I2b5f984ba4b656af0d735b3c2c14952fdac5867b Reviewed-on: https://chromium-review.googlesource.com/1111493 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#569544}
-
Matt Falkenhagen authored
Enables: external/wpt/workers/semantics/structured-clone/dedicated.html external/wpt/workers/semantics/structured-clone/shared.html The upstream test changed and now these have stable failing results. Bug: 855009 Change-Id: I2f0c6a800668f58ad17eea1871af688fc5dfd781 TBR: tkent Reviewed-on: https://chromium-review.googlesource.com/1111745Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#569543}
-
Chromium WPT Sync authored
Using wpt-import in Chromium fba6c32c. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19951 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: rego@igalia.com: external/wpt/css/css-ui TBR=robertma No-Export: true Change-Id: I215e740449459cab350a520dd1f9e7c6075fbe6d Reviewed-on: https://chromium-review.googlesource.com/1111650 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@{#569542}
-
Takuto Ikuta authored
This CL increases -j of win10_chromium_x64_rel_ng and linux-chromeos-rel builder, focusing on slow compile builds like below. win10_chromium_x64_rel_ng 5677s https://ci.chromium.org/b/8943086967459344576 4456s https://ci.chromium.org/b/8943127831308898304 4453s https://ci.chromium.org/b/8943098321824561792 4397s https://ci.chromium.org/b/8943061293045421456 linux-chromeos-rel 4966s https://ci.chromium.org/b/8943086967459344528 4742s https://ci.chromium.org/b/8943095152002623936 4273s https://ci.chromium.org/b/8943131794249185872 4182s https://ci.chromium.org/b/8943098321824561744 Bug: 804251 Change-Id: I4eca1267876e472daad8dbecb46a7bae734d1ad9 Reviewed-on: https://chromium-review.googlesource.com/1111487 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by:
Fumitoshi Ukai <ukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#569541}
-
Xiaocheng Hu authored
crrev.com/c/1108509 fixes some hit test behavior, but also reveals a bug that we compute the wrong line height in quirks mode in some cases. Since quirks mode is of low priority for now, this patch converts some quirks mode layout tests to standards mode to unblock crrev.com/c/1108509. Bug: 854840, 851075 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I0177d9a395368c5e361d191e1e742732f4fc0c52 Reviewed-on: https://chromium-review.googlesource.com/1111002Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#569540}
-
Uzair Jaleel authored
Below change removes gpu_memory_buffer_support.h header inclusion which might have been introduced by mistake. 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: Ic27a6699a4e238947df59628b7c15221c552cf5c Reviewed-on: https://chromium-review.googlesource.com/1106057Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#569539}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/dccc282b3734..87eefd4f1143 git log dccc282b3734..87eefd4f1143 --date=short --no-merges --format='%ad %ae %s' 2018-06-22 nathanrogers@google.com [fuchsia] Add thread priority to fuchsia importer Created with: gclient setdep -r src/third_party/catapult@87eefd4f1143 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 TBR=sullivan@chromium.org Change-Id: I25853b4e622916109a9ca5799c67ec439ebcdc58 Reviewed-on: https://chromium-review.googlesource.com/1111649Reviewed-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@{#569538}
-
Trent Apted authored
toolkit-views has a concept of Capture to funnel mouse events to things like menus (compared to Cocoa's nested event-tracking loops). Currently all event types are funelled, but taking entered/exit events away from native NSViews breaks their tracking area logic. In fact, toolkit-views Capture does not need entered/exit events for tracking areas on other windows, just its own (which it doesn't need capture for). Bug: 854856 Change-Id: I86de2fd8c444d47bf37ce7ca69903081f10af523 Reviewed-on: https://chromium-review.googlesource.com/1111486Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#569537}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/5f5819f8ed8a..0d4ee0a96946 git log 5f5819f8ed8a..0d4ee0a96946 --date=short --no-merges --format='%ad %ae %s' 2018-06-22 buildbot@webrtc.org Roll chromium_revision cb8b61b4..72ef4e47 (569376:569500) Created with: gclient setdep -r src/third_party/webrtc@0d4ee0a96946 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=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Idfaff5a36202bb5f617b90d8d621ce73b14951dc Reviewed-on: https://chromium-review.googlesource.com/1111638Reviewed-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@{#569536}
-
Sadrul Habib Chowdhury authored
Bump the repetition back to 20, but increase the timeout for taking the screenshots from 5 seconds to 10 seconds instead. BUG=853762 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: Id6914cf7c1791f654d35725644bad7d8fec22073 Reviewed-on: https://chromium-review.googlesource.com/1107201 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#569535}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f01c24ff435e..5741a5ba7f36 git log f01c24ff435e..5741a5ba7f36 --date=short --no-merges --format='%ad %ae %s' 2018-06-22 swiftshader-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/swiftshader 050ef946947a..bf8fd5b5fb68 (1 commits) 2018-06-22 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 3237f75953c1..5bdf8bd1cf56 (6 commits) 2018-06-22 fmalita@chromium.org [skottie] Ensure static split-position properties are committed Created with: gclient setdep -r src/third_party/skia@5741a5ba7f36 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: Icc1d9b3426fbe2f3940e4a339118d118873a7783 Reviewed-on: https://chromium-review.googlesource.com/1111564Reviewed-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@{#569534}
-
Devlin Cronin authored
Bug: 521905 Change-Id: I7a2435279975c2f76961afe8176d4e4c0118f501 Reviewed-on: https://chromium-review.googlesource.com/1110659Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#569533}
-
Aleks Totic authored
Bug: 740993 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I5a0dd12b81fd300b42bfae0c7a5432ffadd6fb39 Reviewed-on: https://chromium-review.googlesource.com/1110488Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#569532}
-
spqchan authored
Move browser_window_touch_bar.h/mm to chrome/browser/ui so it can also be used by MacViews. Introduced browser_window_touch_bar_delegate.h so that it can serve as a bridge between BrowserWindowTouchBar and NativeWidgetMacNSWindow. BrowserFrameMac will create BrowserWindowTouchBar and pass the NSTouchBar to NativeWidgetMacNSWindow. Bug: 841714 Change-Id: I059e8cb2f91bc6fad73393cfb1a59802398bccc9 Reviewed-on: https://chromium-review.googlesource.com/1106599 Commit-Queue: Sarah Chan <spqchan@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#569531}
-
Giovanni Ortuño Urquidi authored
Changes strings to use R"(...)" to avoid escaping quotes in schemas. Bug: 850009 Change-Id: Icbb0b8640fa9b9abb5373a834b5b3051ce3f5e4e Reviewed-on: https://chromium-review.googlesource.com/1109313Reviewed-by:
Lutz Justen <ljusten@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#569530}
-
Xiaohan Wang authored
The new name is much shorter without losing any critical info. TBR=jrummell@chromium.org Bug: 854943 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: Ie0804fbc57233f42667be2b9f87a1adcf98ed865 Reviewed-on: https://chromium-review.googlesource.com/1108886Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#569529}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2bf4e675. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19950 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 TBR=robertma No-Export: true Change-Id: I20c9da8adc9c730fc27d397d506db40bd62a3733 Reviewed-on: https://chromium-review.googlesource.com/1111465 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@{#569528}
-
Jialiu Lin authored
Since this feature requires configuring enterprise policy settings to function, Finch roll out is not necessary. We'll roll it out in M69. This CL enables this feature by default. The feature const and feature control code will be removed shortly after we get launch approval. Bug: 853286 Change-Id: I15d15cf03a4010b67009bcf951119fb1f7f30f86 Reviewed-on: https://chromium-review.googlesource.com/1110340 Commit-Queue: Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#569527}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/3237f75953c1..3cacf69b56aa git log 3237f75953c1..3cacf69b56aa --date=short --no-merges --format='%ad %ae %s' 2018-06-21 geofflang@chromium.org Pass all context creation parameters to DisplayImpl::createContext. 2018-06-21 geofflang@chromium.org WGL: Support unvirtualized contexts and unsafe multithreading. 2018-06-21 lucferron@chromium.org Vulkan: enable the rest of dEQP tests in fbo.render.* 2018-06-21 rafael.cintron@microsoft.com Replace reinterpret_cast with safer or no cast 2018-06-21 lucferron@chromium.org Vulkan: Mask the alpha channel for draw when needed 2018-06-21 oetuaho@nvidia.com Use ImmutableString instead of TString in QualifierTypes 2018-06-21 jmadill@chromium.org Vulkan: Add struct sampler parsing. 2018-06-21 jmadill@chromium.org Vulkan: Handle embedded struct uniforms. Created with: gclient setdep -r src/third_party/angle@3cacf69b56aa The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: Ib4b71baddbc660df9608d870ea06cb8687608b25 Reviewed-on: https://chromium-review.googlesource.com/1111497Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569526}
-
Darren Shen authored
TBR=dtrainor@chromium.org Bug: 855219, 855168, 855167, 854241 Change-Id: I555f125d6d581e4f7d0361e61bc6a3d2963d37a1 Reviewed-on: https://chromium-review.googlesource.com/1111483Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#569525}
-
Katie D authored
Flake reported at https://chromium-review.googlesource.com/c/chromium/src/+/1108379 TBR=dtseng@chromium.org,hcarmona@chromium.org Bug:855283 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I16ae126ab06a8f1fdfc4c9683adc62d64e08ca72 Reviewed-on: https://chromium-review.googlesource.com/1111322Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#569524}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/09098853e107..120b2e4f2660 git log 09098853e107..120b2e4f2660 --date=short --no-merges --format='%ad %ae %s' 2018-06-21 mmoss@google.com Add gerrit retries for HTTP 409 Conflict responses. Created with: gclient setdep -r src/third_party/depot_tools@120b2e4f2660 The AutoRoll server is located here: https://depot-tools-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:crbug.com/854886,chromium:b/110032771 TBR=agable@chromium.org Change-Id: Ibe261470e3d865973c8cd914c99734d68fda50b3 Reviewed-on: https://chromium-review.googlesource.com/1111537Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569523}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I6cdcc08b72f65655b13625b8b9f8924014d533a4 Reviewed-on: https://chromium-review.googlesource.com/1111602Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#569522}
-
Noel Gordon authored
- order MapStringToTargetVolume if tests in the same order as the enum TargetVolume defines the related volume. - commentry: clarify some comments, correct spelling errors. Bug: 836254 Change-Id: I01bc9df93631c9f7cfa9ae9e72ef117067a6f76c Reviewed-on: https://chromium-review.googlesource.com/1109802Reviewed-by:
Stuart Langley <slangley@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#569521}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/7a75f465f541..dccc282b3734 git log 7a75f465f541..dccc282b3734 --date=short --no-merges --format='%ad %ae %s' 2018-06-21 nednguyen@google.com Fix --exact-test-filter commandline flag 2018-06-21 bpastene@chromium.org Add google_compute_engine and boto wheels to catapult's vpython spec. 2018-06-21 benjhayden@chromium.org Dashboard wall and cpu timing context managers and decorators 2018-06-21 benjhayden@chromium.org Fix warning message in api AlertsHandler. 2018-06-21 dproy@chromium.org Do not compute TTI without ResourceLoad 2018-06-21 benjhayden@chromium.org Simplify test suites in Descriptor. 2018-06-21 benjhayden@chromium.org Add default bin boundaries for timeInMsAutoFormat. Created with: gclient setdep -r src/third_party/catapult@dccc282b3734 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:533481,chromium:854747 TBR=sullivan@chromium.org Change-Id: Ib873439eb396ed90b253f1e4a922a4df26ff76ba Reviewed-on: https://chromium-review.googlesource.com/1111498Reviewed-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@{#569520}
-
Kyle Milka authored
Add error strings for various errors that can occur while using NTP custom backgrounds and custom links. Bug: 851217 Change-Id: I4cd68efedfb12fbf89150c8ee72aeaa859f7ec15 Reviewed-on: https://chromium-review.googlesource.com/1102001 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#569519}
-
Mounir Lamouri authored
Bug: 846490 Change-Id: Ibbae79a3658c26f0d3260d4b9e480c456c4716e6 Reviewed-on: https://chromium-review.googlesource.com/1101650Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#569518}
-
Helen Li authored
Add test coverage for whitelist matching code. Change-Id: I74cb692518ca1e14d5d534ac4c49f6a07734d716 Reviewed-on: https://chromium-review.googlesource.com/1110558Reviewed-by:
Siddhartha S <ssid@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#569517}
-
David Bokan authored
To see logs start chrome/content_shell with: --vmodule=layer_tree_host=3 Bug: 854200 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I1b03c2f11e0a05fa7588c8e31837e12488fc7b15 Reviewed-on: https://chromium-review.googlesource.com/1107263Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#569516}
-