- 06 Feb, 2018 40 commits
-
-
arthursonzogni authored
This test is flaky with the ServiceWorker servicification More details in https://crbug.com/808964. The previous test was checking the UseCounter immediatly after a new window loads. It is racy because the UseCounter state is sent in ServiceWorkerProviderHost::SendSetControllerServiceWorker(). In the case of a very slow browser process, it can happens after the new window loads. Instead of checking the UseCounter state after a window loads, it uses an observer to wait until its state is updated. Bug: 808964 Change-Id: I53c2bf2775a837a3a4b0c6cf9b196f26fe7b7f5e Reviewed-on: https://chromium-review.googlesource.com/901610Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#534667}
-
Hajime Hoshi authored
This is part of efforts to replace default timer task runners with other appropriate task runners in the renderer. Bug: 624694, 804694 Change-Id: Ia70a8e31394d9d3e6897271a0aa88027824467ef Reviewed-on: https://chromium-review.googlesource.com/901062 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#534666}
-
Zhuoyu Qian authored
Editor::FindStringAndScrollToVisible only used in TextFinder.cpp, split it to FindRangeOfString() and ScrollToVisible(), move ScrollToVisible() to TextFinder.cpp as a static function. Bug: 672405 Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: Ic86f7bf824c41c3c01bec29e266df32388f59309 Reviewed-on: https://chromium-review.googlesource.com/903203Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534665}
-
Greg Thompson authored
This was causing a crash in interactive_ui_tests on Windows each time a test timed out. Based on a comment deep in WebRTC's capture code about a UI message loop, I had previously taken pains to run a loop when capturing the screen. Following some changes to base, this leads to a DCHECK failure when the RunLoop is started. Looking deeper in WebRTC, I don't think that a UI message loop is needed for the use at hand. In particular, the comment was with regards to the use of the magnification API. Use of this API is explicitly disabled by SaveDesktopSnapshot, so the capturer is fully synchronous and doesn't need a message loop at all. BUG=756338 R=sky@chromium.org Change-Id: I92679a213e7bdf8dde03e0ab8e02c36f0fe2804b Reviewed-on: https://chromium-review.googlesource.com/899349Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#534664}
-
Istiaque Ahmed authored
The test is a unit test, put it in the proper target. Bug: None Change-Id: I7b872fab8682552ae63161149c8ededfbcf9c27c Reviewed-on: https://chromium-review.googlesource.com/903243 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#534663}
-
Hikaru Nishida authored
This patch removes a redundant class specifier |LayoutObject::| for |SetSelectionState()| call in |SetSelectionStateIfNeeded()| because it is non-virtual member function for improving code health. Change-Id: I68b58d07c5452e36e05b1a20a3e5d20eeee90237 Reviewed-on: https://chromium-review.googlesource.com/903524Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534662}
-
chromeos-commit-bot@chromium.org authored
TBR=chrome-os-gardeners@google.com Change-Id: I528bfa26dc2aa797c5c2e5911fa28f6055a03f67 Reviewed-on: https://chromium-review.googlesource.com/903566Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#534661}
-
Yoshifumi Inoue authored
This patch changes "cjk-segmentation.html" to utilize |selection_test()| for ease of maintenance. Note: Since this test file verifies "justifyCenter" command, following patch will move this patch into "editing/execCommand/" directory. Bug: 679977 Change-Id: I2028ed80212771f862d202f07378d7e4edbf4b90 Reviewed-on: https://chromium-review.googlesource.com/903526Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534660}
-
Pavel Feldman authored
Change-Id: I87dcf0326403df335e2331d97f8182384c124d59 Reviewed-on: https://chromium-review.googlesource.com/903545 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534659}
-
Wenzhao Zang authored
Add the top info header and add the basic functionality to set the new collection of wallpapers. The CSS style needs further changes. (A comparison between the mock and the layout up to this CL is in [1].) [1] https://goo.gl/zJoaLc Bug: 800945 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ib7b229b5e1584fb41e7f885179e8c4f78e6b86b1 Reviewed-on: https://chromium-review.googlesource.com/902329 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#534658}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/03c145da..ebe77c45 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: I41c8df9f0b902466c6a922836fb4a0618c6ae44f Reviewed-on: https://chromium-review.googlesource.com/903565Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#534657}
-
Bhagirathi Satpathy authored
Modified CSSImportRule, CSSMediaRule IDL files to match the specification. https://drafts.csswg.org/cssom/#the-cssmediarule-interface https://drafts.csswg.org/cssom/#the-cssimportrule-interface Bug: 808004 Change-Id: I1176e3793a35c85442833f938787468b9304cb93 Reviewed-on: https://chromium-review.googlesource.com/896738Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Bhagirathi Satpathy <bhagirathi.s@samsung.com> Cr-Commit-Position: refs/heads/master@{#534656}
-
Kent Tamura authored
HTMLConstructionSite::InsertHTMLHtmlStartTagBeforeHTML() should use "create an element" algorithm. Test: Update builtin-coverage.html so that it tests elements parsed by the document parser if they are unable to be tested with innerHTML setter. Now it can test <html is=> and <body is=>. Bug: 808311 Change-Id: I511edfa28750210d39b9e9a0fb711e245dc5737d Reviewed-on: https://chromium-review.googlesource.com/903345Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#534655}
-
Hitoshi Yoshida authored
We ran a Finch experiment to measure the impact to create V8 contexts from snapshot, and we got a good result from it. And we sent "Intent to ship"[1] and got no objections for a week. Now it's time to enable it by default. [1] https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/llHBIsHBb8M Bug: 764576, 760875 Change-Id: I14d0658bcaf50e74b020b101ae3d221f28248ece Reviewed-on: https://chromium-review.googlesource.com/903523Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#534654}
-
Ramin Halavati authored
Default network traffic annotation tag is removed from Socket::Write() function, adding a temporary value to the few unannotated usages and all test cases. Bug: 656607 Change-Id: Ia42c4f4de8c9a3a15bb8aea40335ac0f260d4b17 Reviewed-on: https://chromium-review.googlesource.com/899082Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#534653}
-
https://skia.googlesource.com/skia.git/+log/92f93799e8ae..b915b978e3c3 $ git log 92f93799e..b915b978e --date=short --no-merges --format='%ad %ae %s' 2018-02-05 reed move SkMask.h to src 2018-02-05 reed fix symbol for intersection 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=bsalomon@chromium.org Change-Id: I49cdf111cafc6f80bee69146077a9bac460814c6 Reviewed-on: https://chromium-review.googlesource.com/902667Reviewed-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@{#534652}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5e07efab. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/11877 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: kojii@chromium.org: external/wpt/css/css-writing-modes rego@igalia.com: external/wpt/css/css-ui TBR=robertma No-Export: true Change-Id: Ic91a0a91e460110b91cbb89a0174c47efcafe946 Reviewed-on: https://chromium-review.googlesource.com/903564 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@{#534651}
-
Koji Ishii authored
102 rebaselines from a manual review of the ToT bot result at: https://storage.googleapis.com/chromium-layout-test-archives/linux_layout_tests_layout_ng/3573/layout-test-results/results.html 3573 TBR=eae@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I7198eb33457a48af5a99e2b9b1ad18515edd7c4a Reviewed-on: https://chromium-review.googlesource.com/902985 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#534650}
-
Dmitry Gozman authored
This is a follow up to https://chromium-review.googlesource.com/869191. Bug: 776009 Change-Id: I6a150ad9ee794b1322168b63c921fa7f2bac9bec Reviewed-on: https://chromium-review.googlesource.com/896578 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534649}
-
David Tseng authored
Bug: 809083,806470, 806469 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I56b36811d6125f10ee042a317156d8dd96ac06d3 Reviewed-on: https://chromium-review.googlesource.com/902405 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#534648}
-
Matt Falkenhagen authored
The time outs turned into assert failures in https://github.com/w3c/web-platform-tests/pull/9365 TBR=shimazu Bug: 807720 NOTRY: true Change-Id: I1caba897521be0b87c4be03d403e88d62f6412de Reviewed-on: https://chromium-review.googlesource.com/903026 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#534647}
-
Yutaka Hirano authored
I added kReplaceCharsetInXHR a while ago, but it reported much larger replacement usage than I originally expected. It is still possible that the replacement is only lower-casing (e.g., charset=UTF-8 to charset=utf-8), so this CL adds a use counter for it. Bug: 674329 Change-Id: I208dff802e0129baaa885e9915893920eea6da44 Reviewed-on: https://chromium-review.googlesource.com/903383 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#534646}
-
Zhuoyu Qian authored
Editor::PerformDelete() is called by ExecuteDelete() and ExecuteDeleteToMark() in EditorCommand.cpp. Move it to make |Editor| class simpler for improving code health. BUG=672405 Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: Ia6badc79b924b87a7489da677124a69423a02e12 Reviewed-on: https://chromium-review.googlesource.com/903303 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534645}
-
gogerald authored
Crawls installable web payment handlers if there is no web payment handler has been installed. Then installs the payment handler implicitly when paying with it. Note that present of installable payment app doesn't cause PaymentRequest.CanMakePayment return true. Test video: https://drive.google.com/file/d/1h-50LTxH73K8_00ZXl7uTtVyjt0f7msr/view?usp=sharing Bug: 782270 Change-Id: I6dcd8bbf8fbd0791b2cdf3bb3f7e11551c891c1a Reviewed-on: https://chromium-review.googlesource.com/897929Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#534644}
-
Kunihiko Sakamoto authored
This patch teaches SignedExchangeHandler to decode signed exchange body encoded with the application/http-exchange+cbor format [1]. The test file origin-signed-response-iframe.htxg was created using gen-signedexchange of [2] with the following command: gen-signedexchange -uri https://example.com/test.html \ -content test.html -o origin-signed-response-iframe.htxg \ -miRecordSize=100 where test.html is the html part of origin-signed-response-iframe.php before this patch. [1] https://wicg.github.io/webpackage/draft-yasskin-http-origin-signed-responses.html#rfc.section.5 [2] https://github.com/WICG/webpackage/pull/119 Bug: 803774 Change-Id: I4d7bf5215e825cfa084c431db6d2cc87219d0a34 Reviewed-on: https://chromium-review.googlesource.com/897172 Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#534643}
-
Alexei Filippov authored
Change-Id: I010c2533ac3e0b6de0af0e3eb1bdd524c7c606b4 Reviewed-on: https://chromium-review.googlesource.com/896641 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534642}
-
Xi Cheng authored
Change-Id: I0f02f61a4700b7b4a43d71063dcb7a70127c1c7f Reviewed-on: https://chromium-review.googlesource.com/900834Reviewed-by:
Penny MacNeil <pennymac@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#534641}
-
Kent Tamura authored
This CL simplifies the code, and has no behavior changes. Bug: 806641 Change-Id: I46c7f8469f0ba231ea1179ac19de2afb0fbaa991 Reviewed-on: https://chromium-review.googlesource.com/903202Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#534640}
-
Andrew Grieve authored
This allows removing the android lint suppression for them. Bug: 806060 Change-Id: Ibdfd421f4a1714c64fecb0f2c1349a7af033ef91 Reviewed-on: https://chromium-review.googlesource.com/900047Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#534639}
-
Joe Downing authored
This change adds UMA entries so we can determine how often the new API is called and in the case of the Lock method, whether the caller supplied a set of keys or if they requested all keys. BUG=680809 Change-Id: I5c6f1a29e5aa2cb51cb44d80f71f4201e8381219 Reviewed-on: https://chromium-review.googlesource.com/898436Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#534638}
-
Takuto Ikuta authored
This is re-land of https://chromium-review.googlesource.com/894928 I changed to use cpu core for restriction and use lower memory limit only on non-debug and non-sanitizer build. I explained more detailed intention of my cl in https://bugs.chromium.org/p/chromium/issues/detail?id=808582#c10 Bug: 808582, 804251 Change-Id: Ic98e9ffd7497a63c3aa98ec50b06f90c225d0107 Reviewed-on: https://chromium-review.googlesource.com/900611 Commit-Queue: Takuto Ikuta <tikuta@google.com> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#534637}
-
Emil A Eklund authored
Fix painting of box-shadow when combined with border-radius for multiple line inlines. The radius should only apply to the start- and end- edges. Test: fast/borders/border-radius-split-inline.html Bug: 714962 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I46fcc1c0a0fb272b69c8699f3cb90314b267fd2b Reviewed-on: https://chromium-review.googlesource.com/902780Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#534636}
-
Ke He authored
The Geolocation browsertest UrlWithApiKey is the only one which uses the ui_test_utils::OverrideGeolocation(). After changing it to service-unittest and move it into //services/, we can remove both the ui_test_util::OverrideGeolocation() and geolocation_provider.h in next step. BUG=788298 Change-Id: I95b579211107acd64c594a5011641a61c2c1b2de Reviewed-on: https://chromium-review.googlesource.com/880141Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Ke He <ke.he@intel.com> Cr-Commit-Position: refs/heads/master@{#534635}
-
Gabriel Charette authored
This was done for IsMax() in a prior pass, not sure why IsMin() was missed but I don't see the benefit of having either. R=miu@chromium.org Bug: 761570 Change-Id: I42bf016c7309ba3495ac7914282be5f691e7090e Reviewed-on: https://chromium-review.googlesource.com/897639 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#534634}
-
Koji Ishii authored
Following bot results are included. 3553 3555 3562 3564 3565 3566 3568 3580 3573 148 lines were removed and 66 lines were deflaked by consecutive results since 3510. TBR=eae@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I7be7c26504833453a7bf555f2e9e0a518766b437 Reviewed-on: https://chromium-review.googlesource.com/900887 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#534633}
-
Zhuoyu Qian authored
This is part of the gradual process of putting all types that derive from CSSValue into blink::cssvalue:: namespace. Bug: 667961 Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: I8ad99a68098458d7bc4e34a3c06a461c3dcdd68b Reviewed-on: https://chromium-review.googlesource.com/903204Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#534632}
-
Hidehiko Abe authored
BUG=739622 TEST=Ran on bots. Change-Id: I79414741897953fc11b55b23f18764b01d9baef8 Reviewed-on: https://chromium-review.googlesource.com/899322Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#534631}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3aa7e668. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/11876 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: I53d9cc990bc9043b7b5fd12dc765ac39f348652a Reviewed-on: https://chromium-review.googlesource.com/903286 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@{#534630}
-
Xiaocheng Hu authored
The current caret position resolution algorithm assumes that all descendants of an inline formatting context fragments are inline, and hence contained in a line box. This is not the case with floats and out-of-flow positioned fragments. This patch makes the algorithm handle them correctly. Bug: 808914 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: If238323a9b9694fb4a9d1668254a89eea8d6756e Reviewed-on: https://chromium-review.googlesource.com/902685Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#534629}
-
Alexander Alekseev authored
This CL adds --settings-dropdown-menu-policy-order css variable to settings-dropdown-menu to customize policy indicator position, and applies "display last" order to time zone UI dropdowns. Bug: 800597 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I45cae7018e4c9f7cc01712daf870472aaf24768d Reviewed-on: https://chromium-review.googlesource.com/898567 Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#534628}
-