- 20 Dec, 2018 40 commits
-
-
Richard Knoll authored
We use two nested |BoxLayout|s to layout the notification header. This CL uses the shiny new |FlexLayout| which is already in use by the |ToolbarView| to prevent very long URLs from moving the control buttons off the side. Also set the correct text elide behaviour to trim URLs from the start to see the TLDs. Bug: 915224 Change-Id: I662eb4e7f71356e8d441229c2e01b7b2da0caa95 Reviewed-on: https://chromium-review.googlesource.com/c/1384372 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#618327}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2cc6e2553669..7b72af28fb84 git log 2cc6e2553669..7b72af28fb84 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@7b72af28fb84 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll 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: I6b85769d91926eeca77ec05f6acf5e8b6defa40b Reviewed-on: https://chromium-review.googlesource.com/c/1387289Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#618326}
-
Lei Zhang authored
Also delete an unused placeholder exception. Change-Id: Ice6cff86ec75c32d950a5f0dec87f0ea34a71b4d Reviewed-on: https://chromium-review.googlesource.com/c/1385455 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#618325}
-
Maks Orlovich authored
They were disabled when Windows was not supported by the backend at all, but now it is used for things like CacheStorage on the platform, and there is support for renames of open files. Change-Id: I69d353041a6920cfd6ec7d312026a3cc650ec3b4 Reviewed-on: https://chromium-review.googlesource.com/c/1387685 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#618324}
-
Lei Zhang authored
Use early returns and ternary operators. Change-Id: I6eb8154736e8bbe9f740cb2887b2ae44d610ea00 Reviewed-on: https://chromium-review.googlesource.com/c/1385857 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#618323}
-
Richard Knoll authored
Move UpdateControlButtonsVisibility up to |MessageView| and removing unused code. This is a preparation to fix the |NotificationHeaderView|. Note: |ArcNotificationView| is now the only class overriding this. Bug: 915224 Change-Id: Ide72668c7bb88c63148c43e756061bbdb9ff13eb Reviewed-on: https://chromium-review.googlesource.com/c/1386624 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#618322}
-
Xiyuan Xia authored
Until test infra code is updated similar to content_browsertests to use Window Service. Bug: 916180 Change-Id: Ic348c81874cae60258ebfe20cd6f4223a2ec7e4a Reviewed-on: https://chromium-review.googlesource.com/c/1385468Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#618321}
-
Vikas Soni authored
1. Implemented Vulkan backed skia representation of SharedImageBackingAHB. 2. Added synchronisation between gl backed and Vk backed representations. Bug: 891060 Change-Id: I46ba32dea62569cd67d6f3b24559f4ef28307168 Reviewed-on: https://chromium-review.googlesource.com/c/1370471Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#618320}
-
edchin authored
A prior fix early exited the observer method |didDetachWebState| if the WebStateList is nil. We also logged a histogram to see how often we see that WebStateList is nil. The histogram shows that the WebStateList is never nil at that point. However, we are still seeing these real world crashes in a free function one frame lower in the call stack. This CL adds an early exit and histogram log to the free function, which is where the crash has always been occurring. Bug: 877792 Change-Id: Icd099af3e399a748fa744674cc6756cfac09cf4e Reviewed-on: https://chromium-review.googlesource.com/c/1384791 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#618319}
-
Ryan Sleevi authored
Retire Net.CertificateTransparency.[MainFrameValidSCTCount,SCTsPerConnection] and Net.OCSPResponseStapled The first two histograms were related to the policies around and the rollout of Certificate Transparency, and as the ecosystem has matured and evolved, provide less direct value. The latter is related to our policies around OCSP and OCSP stapling, and as those have evolved, is no longer a priority for measurement and assessment, as there is no longer a need to assess the webcompat impact. Bug: 898016, 842976 Change-Id: I1c87eb73635f92b6a52bc6b8cebd69660db3d2e5 Reviewed-on: https://chromium-review.googlesource.com/c/1385549 Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#618318}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/3793bb447ae5..7f57788ab7e2 git log 3793bb447ae5..7f57788ab7e2 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 srte@webrtc.org Removes trial to enable BBR congestion controller. 2018-12-20 crodbro@webrtc.org Make pacing buffer send interval configurable. 2018-12-20 ssilkin@webrtc.org Propagate spatial index to EncodedImage. 2018-12-20 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision bdf260ef..5397835a (617896:618202) Created with: gclient setdep -r src/third_party/webrtc@7f57788ab7e2 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: If8beb51c490e84b00aa662aafaeb380d09cb738d Reviewed-on: https://chromium-review.googlesource.com/c/1386990Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#618317}
-
Xianzhu Wang authored
For pre-CompositeAfterPaint, we call InvalidateChromeClient() when an object is invalidated in a view referenced from a plugin or an svg-image. Now let the path also work for CompositeAfterPaint. This fixes several web plugin tests for CompositeAfterPaint. Bug: 524134 Change-Id: Ia4c3ccba4632ddcdfdfdfec299fb7a68440a1419 Reviewed-on: https://chromium-review.googlesource.com/c/1385112Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#618316}
-
Doug Arnett authored
Originally, the HintCache was on the IO thread while the UI thread was responsible for sending resource blocking hints to Blink and so a copy of those hints was staged in the PreviewsUIService. This approach has some bug cases and now that the HintCache is on the UI thread, this CL drops that staged copy and retrieves from the HintCache when needed instead. There are some interface layers that makes this CL look a bit more complicated than actually is. Bug: 916186 Change-Id: Ib14bfc3fa7a9580e40223d02092ed7014164fc1f Reviewed-on: https://chromium-review.googlesource.com/c/1384933Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#618315}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/30cf62bf481a..9fbd2ad38c75 git log 30cf62bf481a..9fbd2ad38c75 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 96c11cc79490..bcb7890895d2 (1 commits) 2018-12-20 herb@google.com Move the maskStyle into the GrGlyph Created with: gclient setdep -r src/third_party/skia@9fbd2ad38c75 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=halcanary@chromium.org Change-Id: I4b5e047bcb6a79dc238417c063e9774434454110 Reviewed-on: https://chromium-review.googlesource.com/c/1387288Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#618314}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/345719ad7687..b903bc0f5428 Created with: gclient setdep -r src-internal@b903bc0f5428 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=mmoss@chromium.org Change-Id: I403f614efac0ead3781bb7ae2d7d474f64ece6f9 Reviewed-on: https://chromium-review.googlesource.com/c/1386989Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#618313}
-
edchin authored
|drawViewHierarchyInRect:| has undefined behavior when the view is not in the visible view hierarchy. In practice, when this method is called on a view that is part of view controller containment, an UIViewControllerHierarchyInconsistency exception will be thrown. This method has been crashing when snapshotting overlays, such as infobar. This crash was introduced recently because infobars became child view controllers of BVC. Interestingly, the method does not raise an exception when the view is a standalone subview of a view controller that is not contained and not in the view hierarchy. This explains why there were no crashes before infobar was converted to a child view controller. This CL resorts to CALayer's |renderInContext:| when the view is not in the view hierarchy. Bug: 911484, 881998 Change-Id: I95058c8c3cc8276686c666aa3b5fef414ac06c88 Reviewed-on: https://chromium-review.googlesource.com/c/1387159Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#618312}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/b78a068ced74..44d98b424db4 git log b78a068ced74..44d98b424db4 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 thestig@chromium.org Remove a useless assignment in CPDF_Parser::ParseCrossRefV4(). Created with: gclient setdep -r src/third_party/pdfium@44d98b424db4 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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: Iaba516693be11b1a2fb42feb0740f74f6b3dd29b Reviewed-on: https://chromium-review.googlesource.com/c/1386988Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#618311}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ee899a100b3f..9948742b0b60 git log ee899a100b3f..9948742b0b60 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 treehugger-gerrit@google.com Merge "profiling: Demangle C++ names." Created with: gclient setdep -r src/third_party/perfetto@9948742b0b60 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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=perfetto-bugs@google.com Change-Id: I54a6e5ecb34f5084455ea47ce801b66a57f81327 Reviewed-on: https://chromium-review.googlesource.com/c/1386991Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#618310}
-
Matt Simmons authored
Adding a utility class to handle the logic of calculating if enough time has passed. The last backgrounded time is already tracked in ChromeTabbedActivity::onStopWithNative(). Experiment name is enable-tab-switcher-on-return. See `chrome://flags` Available options are 30 or 60 minutes. R=yusufo@chromium.org Bug: 898685 Change-Id: I916eb86b55525f06335d27cec84de78b1e366e98 Reviewed-on: https://chromium-review.googlesource.com/c/1384658Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Matt Simmons <mattsimmons@google.com> Cr-Commit-Position: refs/heads/master@{#618309}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/e49bd96f2c1e..c2013e248bb0 git log e49bd96f2c1e..c2013e248bb0 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 stevenperron@google.com Make the constant and type manager analyses. (#2250) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@c2013e248bb0 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll 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: Id5140a3f626b7fb01eacbf0c0aff899dc0a2a01a Reviewed-on: https://chromium-review.googlesource.com/c/1387286Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#618308}
-
W. James MacLean authored
This CL adds a test for https://chromium-review.googlesource.com/c/chromium/src/+/1367864. It modifies an existing, but disabled test to do this, so it's possible this test was flakey or otherwise had issues, so this is being landed separately from the main CL so we can diagnose it separately. Bug: 734209 Change-Id: I7bf8a14f0d126a62e8ac4c5815d4b1802e27b3e6 Reviewed-on: https://chromium-review.googlesource.com/c/1384940Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#618307}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e535ffd2. With Chromium commits locally applied on WPT: 1c633d48 "Snap the snapped_dest_rect for backgrounds" 1061788d "Reland "Add quota usage details tests for all other storage backends."" 23a658b9 "WebBluetooth Scanning API" 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: mstensho@chromium.org: external/wpt/css/css-multicol NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I29e5d88c203866363764ac60da80c563ed3f5f55 Reviewed-on: https://chromium-review.googlesource.com/c/1387195Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#618306}
-
manuk authored
crrev.com/c/1381145 set the 'show all providers' checkbox checked by default (on page load). However, this state is not propagated to OmniboxOuptut until at least 1 display option was changed by the user, leading to unintuitive results: 1) 'show all providers' behaved as if it was unchecked but was displayed checked 2) unchecking 'show all providers' would appear to change nothing 3) checking another display checkbox (e.g. 'show all details'), would also active 'show all providers' This CL initializes OmniboxOutput's displayOptions to the default values. Bug: 891303 Change-Id: I328180d1b79319ff60f23a9c1d860bc1f68d8c76 Reviewed-on: https://chromium-review.googlesource.com/c/1384930 Commit-Queue: manuk hovanesian <manukh@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#618305}
-
Morten Stenshorne authored
This makes us match legacy engine behavior more closely, and both Edge and Firefox have something similar, although Firefox triggers based on element type (LI), and not display type (list-item). There's currently nothing in the spec [1] that suggests such special behavior for list items. [1] https://quirks.spec.whatwg.org/#the-line-height-calculation-quirk This fix makes the line height differences go away in the test tables/mozilla/bugs/bug23235.html (but note that it will still require a rebaseline, because of minor text rendering differences between legacy and NG). See https://github.com/whatwg/quirks/issues/38 for spec discussion. Change-Id: I396c0c85454feeaa45a0a5953b9e6b7c475d131e Reviewed-on: https://chromium-review.googlesource.com/c/1379897 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#618304}
-
Koji Ishii authored
CSS Text Level 3 has a rule for collapsing line break for East Asian writing systems that do not use spaces to delimit words. The rule is based on Unicode East Asian Width property, but recently it was brought to the attention that the rules may need more logic at: https://github.com/w3c/csswg-drafts/issues/337 As the discussion seems to take longer to resolve, and there is a possibility to change the rules in the current spec, this patch disables the rule until WG reaches to a consensus. LongFind.txt was changed in r616898 (CL:1379086) when find- in-page switched to NGOffsetMapping. Since this CL changes whitespace collapsing rules for East Asian text back to the same as legacy, the test data change is reverted. Bug: 636993 Change-Id: I9e78e4fc8791981ef49315ac173912403c8d23f1 Reviewed-on: https://chromium-review.googlesource.com/c/1385696Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#618303}
-
Sven Sauleau authored
Fix WebAssembly's table/grow js-api. Bug: v8:8319 Change-Id: I453ed390dd3b616ace8180a5f3b6a8c0c9dcc079 Reviewed-on: https://chromium-review.googlesource.com/c/1386344 Commit-Queue: Adam Klein <adamk@chromium.org> Reviewed-by:
Adam Klein <adamk@chromium.org> Cr-Commit-Position: refs/heads/master@{#618302}
-
Joe DeBlasio authored
As HTTP-Bad now treats nearly all HTTP sites as universally bad, this CL removes tracking of incognito mode, insecure credit card editing, and insecure password entry no longer needed for updating security state. It also removes now-unused flag conditions no longer used in experiments. Bug: 908620 Change-Id: Ia10f399638b3e4b81d733e9bcd955c5ac42feb73 Reviewed-on: https://chromium-review.googlesource.com/c/1350922Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Tao Bai <michaelbai@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#618301}
-
Kristi Park authored
Set the text direction for input fields using the "dir" element attribute instead of CSS "direction". This allows users to change the writing direction from the right-click context menu if they wish to. The URL field will still be LTR by default. With LTR selected (default): https://screenshot.googleplex.com/gRVdNvJ6HWR.png https://screenshot.googleplex.com/5hwGvnZ8rRy.png With RTL selected: https://screenshot.googleplex.com/Brge2TxgB6h.png https://screenshot.googleplex.com/MvZi3cnWutz.png Bug: 916474 Change-Id: Ie20ab4d91afc10498495998c7166f28abf0c45e3 Reviewed-on: https://chromium-review.googlesource.com/c/1385387 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#618300}
-
Jun Mukai authored
This CL cleans up the initialization of AshKeyboardUI, since some tests assume to use TestKeyboardUI (ash/keyboard/test_keyboard_ui) but the existing AshKeyboardController always creates AshKeyboardUI. With this CL; the following KeyboardUI class will be used: - unit tests (whatever uses AshTestHelper): TestKeyboardUI - Mash/SingleProcessMash: AshKeyboardUI - otherwise: ChromeKeyboardUI Bug: 910240 Test: trybot Change-Id: I9d45e8ad25af40ce4dbbd7e437d2b28fab7f325c Reviewed-on: https://chromium-review.googlesource.com/c/1380968 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#618299}
-
Nico Weber authored
I'll investigate what's up later. TBR=hans Bug: 429358,904337 Change-Id: Iea85c35ddbd9ceaf7c46a95e29b9e67a4bfe1d6a Reviewed-on: https://chromium-review.googlesource.com/c/1387604Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#618298}
-
Sahel Sharify authored
This cl adds a WPT test for passive document level wheel event listeners intervention. It also adds a message to let developers know when they call preventDefault on wheel events that are non-cancelable due to the intervention. Bug: 626196 Change-Id: I7f51ff4560de7ffa7bf89cab9e5332daa6cb70c0 Reviewed-on: https://chromium-review.googlesource.com/c/1383323Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#618297}
-
Krishna Govind authored
TBR=kariah@chromium.org Change-Id: I32ddc137de443c8cae70bdf7e77232b7f364ada6 Reviewed-on: https://chromium-review.googlesource.com/c/1387157 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#618296}
-
git config --global authored
Need to call super.__init__ to make sure that proper XCode is installed and pre-conditions(wipe, kill) for simulators are done. Bug: 916680 Change-Id: I50a00c8ee7f0ac692553d98cbc40b0c331cc652b Reviewed-on: https://chromium-review.googlesource.com/c/1385066 Commit-Queue: Maksym Onufriienko <monufriienko@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Sergey Berezin <sergeyberezin@chromium.org> Cr-Commit-Position: refs/heads/master@{#618295}
-
Mounir Lamouri authored
Bug: 916119 Change-Id: Ie3eb633cb20104f75e90f2e83163b02c6d20f2f3 Reviewed-on: https://chromium-review.googlesource.com/c/1382442Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#618294}
-
Miguel Casas authored
Link TODO to bug TBR=andrescj@chromium.org Bug: 917091 Change-Id: I0489ca019a1ca300d198f2c4c1a6717f65ef78eb Reviewed-on: https://chromium-review.googlesource.com/c/1387392Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#618293}
-
Mathieu Perreault authored
Has been enabled for a while. TBR=rkaplow Bug: 906135 Change-Id: I1efecc7710d16711de48ac0e0f094f284cda629e Reviewed-on: https://chromium-review.googlesource.com/c/1387047 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#618292}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a73e5af7bb15..68aea51103a9 git log a73e5af7bb15..68aea51103a9 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 dburger@chromium.org Remove unused buildbot-master-name metadata dict setting Created with: gclient setdep -r src/third_party/chromite@68aea51103a9 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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=chrome-os-gardeners@chromium.org Change-Id: I8f3a0b6aef78906adf44ea7d17f881a98845a427 Reviewed-on: https://chromium-review.googlesource.com/c/1387287Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#618291}
-
Tien Mai authored
Bug: 917013 Change-Id: I507b86df507bc74886f76d70e168cb0350f785c0 Reviewed-on: https://chromium-review.googlesource.com/c/1387146 Commit-Queue: Tien Mai <tienmai@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#618290}
-
Caleb Rouleau authored
tracing.tracing_with_background_memory_infra/http://www.amazon.com is flaky on windows. See https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=tracing.tracing_with_background_memory_infra%2Fhttp%3A%2F%2Fwww.amazon.com&testType=performance_test_suite Bing is also flaky on windows: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=tracing.tracing_with_background_memory_infra%2Fhttp%3A%2F%2Fwww.bing.com%2F&testType=performance_test_suite THe error is (ERROR) 2018-12-20 01:29:53,039 page_test_results.Fail:587 Failure recorded: TraceImportError: Unable to select a master clock domain because no path can be found from "TELEMETRY" to "WIN_QPC". at ClockSyncManager.ensureAllDomainsAreConnected_ (/tracing/model/clock_sync_manager.html:283:17) at ClockSyncManager.selectModelDomainId_ (/tracing/model/clock_sync_manager.html:254:12) at ClockSyncManager.getModelTimeTransformer (/tracing/model/clock_sync_manager.html:156:14) at TraceEventImporter.toModelTimeFromUs_ (/tracing/extras/importer/trace_event_importer.html:3368:42) at TraceEventImporter.processCompleteEvent (/tracing/extras/importer/trace_event_importer.html:586:16) at TraceEventImporter.processEvent_ (/tracing/extras/importer/trace_event_importer.html:1245:30) at TraceEventImporter.importEvents (/tracing/extras/importer/trace_event_importer.html:1148:16) at importer (/tracing/importer/import.html:198:65) at task.subTask (/tracing/importer/import.html:145:32) at Task.run (/tracing/base/task.html:80:50) See https://chrome-isolated.appspot.com/browse?namespace=default-gzip&digest=a09f20a96be90a851afcae573b59b2e9c47b55f7&as=tracing.tracing_with_background_memory_infra%5Cbenchmark_log.txt TBR=charliea@chromium.org NOTRY=true Bug: 914092 Change-Id: I1125eaccf4b68863d75b48998f5731330074c169 Reviewed-on: https://chromium-review.googlesource.com/c/1387551Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#618289}
-
Mathieu Perreault authored
Forgot to remove descriptions as part of a previous change. Also removing unused fieldtrial configs. TBR=rkaplow Bug: 906135 Change-Id: I3a3bc1c732347e2d0e951df1f36d406e817f9b20 Reviewed-on: https://chromium-review.googlesource.com/c/1387404 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#618288}
-