- 25 Oct, 2019 40 commits
-
-
Thomas Lukaszewicz authored
Updated the find bar interface to specify a MoveWindowIfNecessary method without the need for an explicit selection_rect if not necessary given the context of the method call. Bug: 871419 Change-Id: Ia7dae9a1517a17fc0649885deca4aa223461b81a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880076 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#709662}
-
Avi Drissman authored
Bug: 1018333 Change-Id: I862c55482fabcdb1e8618f316969937957f1e9b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880546 Auto-Submit: Avi Drissman <avi@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#709661}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/66ce5c605a58..ddc6b4834534 git log 66ce5c605a58..ddc6b4834534 --date=short --no-merges --format='%ad %ae %s' 2019-10-25 saklein@chromium.org portage_util: Verify tree_ids before populating ebuild. 2019-10-25 cjmcdonald@chromium.org Disable reverse dependency logic on full builders Created with: gclient setdep -r src/third_party/chromite@ddc6b4834534 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I7924046d8ef23bd0d95fb1bd3601bd97c5b203b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881116Reviewed-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@{#709660}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: Ie243b2e802c47623d7bc862b122dafd881fb55da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880465Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#709659}
-
Nick Harper authored
Change-Id: I959d4f2699cafdfa9b9eae2c50ea4c0db89263ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880585 Commit-Queue: Nick Harper <nharper@chromium.org> Auto-Submit: Nick Harper <nharper@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#709658}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a979b28cbbd0..7697476ad2d7 git log a979b28cbbd0..7697476ad2d7 --date=short --no-merges --format='%ad %ae %s' 2019-10-25 emircan@google.com Disable async readback from protected memory 2019-10-25 herb@google.com Change from single prepareForDrawing to prepare[Mask|SDFT|Path]ForDrawing Created with: gclient setdep -r src/third_party/skia@7697476ad2d7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=michaelludwig@google.com Bug: None Change-Id: I8267e41f72318c92420fab0eec8837100662bb25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881113Reviewed-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@{#709657}
-
Tommy Li authored
In the status quo, all matches are culled if none of them have allowed_to_be_default_match() true. That's a bug, because there's legitimate exotic situations where truly none of the matches should be pre-selected: - DefaultSearchProviderEnabled policy == false - NTP on-focus suggestions (Enter should do nothing) It also removes a DCHECK that's not true. The DCHECK assumes that this can only occur for NTP on-focus suggestions. This also can occur for Enterprises that have disallowed by policy the default search provider. Note: Since we previously just culled all matches in the none-allowed-default case, it probably papered over some bugs. This CL is likely to expose those bugs, but I intend to fix them all as soon as we find them. If there's a crash bisected to this CL, don't revert this CL, message me instead. Bug: 1016845, 363656 Change-Id: I5b4333d3260f21d65500a5e49e3a5b77cd0735ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872485 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#709656}
-
Peter Kasting authored
Bug: 82078 Change-Id: Ibc9405d903008c5bebf04f558e1b2c42ba5ced4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879997Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#709655}
-
Min Qin authored
This CL moves DownloadInfo from chrome/android to chrome/browser/download. DownloadInfo.CreateOfflineItem() is removed as callers should now use DownloadItem.CreateOfflineItem() BUG=1013759 Change-Id: I71d9e8227a612830c2ce9a9e6c7c08fea3dcabd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879783 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#709654}
-
Etienne Bergeron authored
This CL is adding the support for decomposed unicode codepoint to the fallback fonts. An unicode string is made of sequence of codepoints. Some codepoints are not in the normal form (see below). It brings two issues 1) The Skia matchFamilyStyleCharacter(...) as no notion of decomposed codepoint and won't try to return a typeface for the decomposed codepoint. Harffbuzz that do the text shaping is performing the decomposition and is able to render text with a font that only contains the decomposed codepoint. Unfortunately, the previous code was not given a font for a given codepoint. Thus, we are adding the logic to call matchFamilyStyleCharacter(...) on codepoints and decomposed codepoints. 2) The logic to test that a glyph is part of a typeface rely SkTypeface API which is also not aware of character decomposition. To test if a typeface supports the codepoint, it must a) The codepoint has a corresponding glyph, or b) Every decomposed codepoint has a corresponding glyph see: https://en.wikipedia.org/wiki/Unicode_equivalence "" The standard also defines a text normalization procedure, called Unicode normalization, that replaces equivalent sequences of characters so that any two texts that are equivalent will be reduced to the same sequence of code points, called the normalization form or normal form of the original text. For each of the two equivalence notions, Unicode defines two normal forms, one fully composed (where multiple code points are replaced by single points whenever possible), and one fully decomposed (where single points are split into multiple ones). "" Example: U+fad4 Decomposed to U+4039 On windows, the font 'MS UI Gothic' doesn't contains U+fad4 but it contains U+4039 There is about 13k codepoints that has unicode decomposition. Bug: 1016641 Change-Id: I342f87ae7a05a99a9321b99e3728a6c1179eb1c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879436 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#709653}
-
Caleb Raitto authored
Change-Id: I95e0dc61710f1512a79b9329e8228e04c2899644 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881508Reviewed-by:
Lily Chen <chlily@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#709652}
-
Aaron Krajeski authored
It has become very flaky in the past couple of days. Bug: 1018336 Change-Id: Ieff3a1dfb16fdffde196d1192e752c912499c73a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880543 Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#709651}
-
Ben Pastene authored
Similar to crrev.com/i/2022512, the public bots are creating SoM alerts. They likely shouldn't be since they're listed on the fyi milo console. This will make SoM aware that they're fyi. Change-Id: Ie849329d192fbc39e6c09c4e153d707de436183c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881353Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#709650}
-
Xianzhu Wang authored
We no longer mock non-overlay scrollbars. Still allow mock overlay scrollbars because overlay scrollbars may not be supported by the current platform native theme, but we want full test coverage of overlay and non-overlay scrollbars on each platform (especially when we are experimenting a feature on one platform (e.g. Linux) only). In web tests, we should either - Use native scrollbars. This is the most common case with this CL. - Use mock overlay scrollbars: When we want to test basic overlay scrollbar functionality. The blink mock overlay scrollbar theme override all functionality of the native theme, so it's platform independent. It's based on mobile overlay scrollbar which doesn't support hit testing. - Use --enable-features=OverlayScrollbar or --disable-features=OverlayScrollbar to force to enable/disable overlay scrollbars in both chrome and blink, if a test want to test the native overlay/non-overlay scrollbars. This might not work if the native theme doesn't support overlay scrollbars or non-overlay scrollbars, and we should disable the test on that platform. Some details: - Don't allow internals.settings.setMockScrollbarsEnabled and internals.runtimeFlags.overlayScrollbarEnabled. They are replaced by internals.useMockOverlayScrollbars(). - Remove another level of mocking in ScrollbarThemeAura when we are not using mock scrollbar in web tests. That level of mocking caused wrong button status in scrollbars. In a follow-up, OverlayScrollbarEnabled will be removed from RuntimeEnabledFeatures because it's blink-side only and setting it alone may cause inconsistent overlay scrollbar setting in blink and chrome. Will also apply the same mock overlay scrollbar policy on unit tests. R=pdr@chromium.org Change-Id: Ibd771c33c4c5c40d52d265f5f8ae0a9c9457030d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866913 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#709649}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c29060c2..3c9b070c Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I18163251ea8e3484c1673beff3609a6276394fa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880960Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#709648}
-
Sahel Sharify authored
This renames payment_method_change_response.idl to the more generic payment_request_details_update.idl name. payment_request_details_update.idl is the redacted version of updated payment details received from the merchant in case of payment method, shipping address, or shipping option changes. This redacted version is sent to the payment handlers to notify them about the changes in payment request details. The rename is needed since this is used for changes in shipping address/ option in addition to payment method. I will remove the stub mojo struct once the clank cl is landed: https://chrome-internal-review.googlesource.com/c/clank/internal/apps/+/2029744 TBR=mkwst@chromium.org Bug: 984694 Change-Id: I927f1fca7a58bcb640407544db4fc091f2ad7e4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865469Reviewed-by:
Sahel Sharify <sahel@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#709647}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/86244d691364..4861444124e0 git log 86244d691364..4861444124e0 --date=short --no-merges --format='%ad %ae %s' 2019-10-25 yura.yaroshevich@gmail.com Specify open file encoding explicitly. Created with: gclient setdep -r src/third_party/depot_tools@4861444124e0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=agable@chromium.org Bug: chromium:None Change-Id: I33b4d04f51d6b35a4fb4d09a065aea4977547ccb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879210Reviewed-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@{#709646}
-
Dana Fried authored
For some reason, separator logic didn't always fill the separator when the resolution was not a multiple of 50%. It now fills the background. Spearators will still be 1 DIP rather than 1px. Bug: 1016760 Change-Id: I5cc8e9907c23d2db6ee519aa4298c2c99660cfb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880531Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#709645}
-
dalyk authored
Bug: 1018197 Change-Id: Id660174b4f96cb2c6103e04efeaf45ff1abf91bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880542Reviewed-by:
Eric Orth <ericorth@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#709644}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I4c954381ede93de6fd081c8295ba134130cbac58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881111Reviewed-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@{#709643}
-
Ian Kilpatrick authored
These failures were primarily due to some missing logic within the NGBoxFragmentPainter for CAP. See: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8899518345262305936/+/steps/webkit_unit_tests__with_patch_/0/logs/Deterministic_failure:_All__x2f_BoxPainterScrollHitTestTest.ScrollHitTestOrderWithLocalBackgroundAttachment__x2f_1__status_FAILURE_/0 ... as an example of the failure. The additional CAP failure, also fails in the same way with: --blink-enable-features=CompositeAfterPaint --disable-blink-features=LayoutNG The code was effectively just lifted from BlockPainter. Bug: 988015 Change-Id: I8cf273e552b2e84246eef69910c8abace9a485b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869676Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#709642}
-
dalyk authored
Bug: 1018373 Change-Id: I9261f794749e250bd08265cf32596d6a2a766e36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879204 Commit-Queue: Katharine Daly <dalyk@google.com> Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#709641}
-
Mohamed Heikal authored
This cl adds a new diff of class symbols in dex to the current diff of method symbols. Bug: 1012371 Change-Id: Ief062e055ad2eb96d22a4534fa4cfdfd8cbf8b3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869835 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#709640}
-
Ian Struiksma authored
4 password sites were failing on windows because the screen resolution was too small and thus the dynamic html was not consistent from recording (or linux replay). Update password captured sites cipd version to get thew new version of these sites. diff -r q_mI3rtAXvNUW_X3zxca3VcUVdHkgwRqhfTLHt9H7rIC/capture_update_pass/nexon.test MuT6UWjyB52nWFDuu4RCv4o_vMPIZdI4P2m2YsC66fAC/capture_update_pass/nexon.test 44,61d43 < "selector": "//span[@data-v-5af1f5e3 and text()=\"My Account\"]", < "visibility": 7, < "context": { < "isIframe": false < }, < "type": "click", < "action_index": 5 < }, < { < "selector": "//nav/div[@data-v-5af1f5e3][1]/div[@data-v-5af1f5e3][2]/ul[@data-v-5af1f5e3]/li[@data-v-5af1f5e3][1]/a[@data-v-5af1f5e3 and @id=\"accountSetting\" and text()=\"Account Settings\"]", < "visibility": 7, < "context": { < "isIframe": false < }, < "type": "click", < "action_index": 6 < }, < { 66a49 > "force": true, diff -r q_mI3rtAXvNUW_X3zxca3VcUVdHkgwRqhfTLHt9H7rIC/capture_update_pass/paypal.test MuT6UWjyB52nWFDuu4RCv4o_vMPIZdI4P2m2YsC66fAC/capture_update_pass/paypal.test 17,18c17 < < "selector": "//a[@href=\"/myaccount/settings/password/edit/\"]/span[text()=\"Update\"]", --- > "selector": "//div[@id=\"securityTab\"]/div/ul/li[1]/div[1]", diff -r q_mI3rtAXvNUW_X3zxca3VcUVdHkgwRqhfTLHt9H7rIC/sign_up_pass/battle_net.test MuT6UWjyB52nWFDuu4RCv4o_vMPIZdI4P2m2YsC66fAC/sign_up_pass/battle_net.test 36,37c36,37 < "selector": "//div[@data-value=\"3\"]", < "visibility": 7, --- > "selector": "//div[@data-value=\"12\"]", > "visibility": 3, 43a44 > { "type": "PressEscape" }, diff -r q_mI3rtAXvNUW_X3zxca3VcUVdHkgwRqhfTLHt9H7rIC/sign_up_pass/indeed.test MuT6UWjyB52nWFDuu4RCv4o_vMPIZdI4P2m2YsC66fAC/sign_up_pass/indeed.test 42c42 < "visibility": 7, --- > "visibility": 3, Bug: 984662 Change-Id: Ib82de8b9ca886bdedbcc0f217c5d3e576013f049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880016 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Auto-Submit: Ian Struiksma <ianstruiksma@google.com> Cr-Commit-Position: refs/heads/master@{#709639}
-
ehmaldonado authored
Eexecuting tests with vpython on Windows fails like E:\chromium\src\out\debug_x64>git cl upload Running presubmit upload checks ... checking owners took a long time: 505ms** Presubmit ERRORS **ImportError raised: No module named win32pipe Traceback (most recent call last): File E:\chromium\src\third_party\blink\tools\blinkpy\web_tests\lint_test_expectations.py, line 196, in main exit_status = run_checks(host, options) File E:\chromium\src\third_party\blink\tools\blinkpy\web_tests\lint_test_expectations.py, line 154, in run_checks failures.extend(lint(host, options)) File E:\chromium\src\third_party\blink\tools\blinkpy\web_tests\lint_test_expectations.py, line 44, in lint ports_to_lint = [host.port_factory.get(name) for name in host.port_factory.all_port_names(options.platform)] File E:\chromium\src\third_party\blink\tools\blinkpy\web_tests\port\factory.py, line 84, in get module = __import__(module_name, globals(), locals(), [], -1) File E:\chromium\src\third_party\blink\tools\blinkpy\web_tests\port\android.py, line 46, in <module> from blinkpy.web_tests.port import base File E:\chromium\src\third_party\blink\tools\blinkpy\web_tests\port\base.py, line 55, in <module> from blinkpy.web_tests.port import server_process File E:\chromium\src\third_party\blink\tools\blinkpy\web_tests\port\server_process.py, line 45, in <module> import win32pipe ImportError: No module named win32pipe Add pywin32 wheel to fix it. Bug: 1017410 Change-Id: Ic64fb6631fa113dfd5cce30a636daaa3be978d52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876985Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Cr-Commit-Position: refs/heads/master@{#709638}
-
Sinan Sahin authored
These tests used to check if the ephemeral tab feature is enabled to add the context menu item to the expected items list. This CL updates them to use EphemeralTabPanel#isSupported() as #isSupported also checks if the device is low-end. Bug: 1018172 Change-Id: I7b05e7f736f3fbbfdfb4cd1d9df935497c1b4cf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880958Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#709637}
-
Fredrik Söderquist authored
For the SVGBoolean, SVGEnumeration, SVGPreserveAspectRatio and SVGString we can just select either the 'from' or 'to' value and use that as the animated value. Rather than implementing this in each of the subclasses, do this selection in SVGAnimateElement::CalculateAnimatedValue. Bug: 1017723, 231517 Change-Id: I4a374c0c015ce1716c08c6c5d18b011b34681364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881148 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#709636}
-
Francois Doray authored
This is a reland of https://crrev.com/c/chromium/src/+/1813780, without switching to STATIC_HISTOGRAM_POINTER_GROUP, in order to assess whether that caused the regressions in https://crbug.com/1006940 Diff: https://crrev.com/c/chromium/src/+/1872425/1..3 Since the blocking and non-blocking have been merged, there is no need to report data for blocking tasks in separate histograms. This CL also makes passing an |histogram_label| to the constructor of ThreadPoolImpl optional. If no |histogram_label| is provided, no histograms are recorded. This CL takes advantage of that to not record histograms from TaskEnvironment. TBR=altimin@chromium.org Bug: 1006940, 1002318, 995496, 982145, 980409, 972890, 972888, 972883 Change-Id: I0ac49273e2a25b217c1c93216737ae985f6d053d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872425Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#709635}
-
Sven Zheng authored
On bot, often we can only catch black screen for dialog. I found a similar bug crbug.com/687387 related to gpu. To repro the same result locally, pass in --disable-gpu when running test locally. To fix the flakiness, we don't catch the screen from HDC. Instead, we catch from Layer::RequestCopyOfOutput. This change also refactor some code to reuse some existing lib. browser_tests.exe --build-revision=fd1bb443 --test-launcher-filter-file=testing/buildbot/filters/pixel_browser_tests.filter --browser-ui-tests-verify-pixels --enable-pixel-output-in-tests --disable-gpu --no-luci-auth can pass. TEST: tested multiple times the tests won't catch black screen anymore. Bug: 958242 Change-Id: Ie7df0e304fb74eb1d2b6c013612529dcdf549605 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879506 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#709634}
-
Fredrik Söderquist authored
Since there are just basically "pair" types, we can call the underlying type Add/CalculateAnimatedValue for each component. Bug: 1017723 Change-Id: I8b14246b5a760cec18f9758b360e7c5c4df7b7fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879897 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#709633}
-
Yue Li authored
Update a few styles to fix the scrollbar issue on the value prop and voice match screens. Bug: b/143266371 Test: Manual Test Change-Id: I147b81315b2d79cb879754b834d0f707256e5ea5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880668Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#709632}
-
gogerald authored
Bug: 1017396 Change-Id: Ifad68f5fbd17b62aee6a34778bbe969638383eef Binary-Size: Expected size increase because of AppBarLayout. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879770 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#709631}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/02c89327172a..04ee27effffb git log 02c89327172a..04ee27effffb --date=short --no-merges --format='%ad %ae %s' 2019-10-25 jmadill@chromium.org Capture/Replay: Add ANGLE_get_image extension. 2019-10-25 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 883e817b14bf..f44f7c066a67 (4 commits) Created with: gclient setdep -r src/third_party/angle@04ee27effffb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=jonahr@google.com Bug: None Change-Id: I6e82f98197c3c9acdf2a6a4e5fcc59d53e60b10e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881672Reviewed-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@{#709630}
-
Dan Beam authored
Create a separate a11y-only aria-description text that reads relevant info without needing to use the rendered DOM. Also denote which element is selected via aria-selected. Bug: 1017915,1017877 Change-Id: Ic4fc56eecf5f9d5b6fcdac319d5fb4ba78835262 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880273 Auto-Submit: Dan Beam <dbeam@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#709629}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/67ac9e8ecb89..91e3ebe46843 git log 67ac9e8ecb89..91e3ebe46843 --date=short --no-merges --format='%ad %ae %s' 2019-10-25 mbonadei@webrtc.org Revert "Reland "Define WEBRTC_ENABLE_SYMBOL_EXPORT if is_component_build=true."" 2019-10-25 mbonadei@webrtc.org Reland "Define WEBRTC_ENABLE_SYMBOL_EXPORT if is_component_build=true." 2019-10-25 yura.yaroshevich@gmail.com Added usrsctp reliablitiy stress test. Created with: gclient setdep -r src/third_party/webrtc@91e3ebe46843 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: I530e7c1d0ac851fd8b8fbf9cae8c7f7241e9e12e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881668Reviewed-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@{#709628}
-
Jon Mann authored
This is responsible for updating the local network stack to match incoming WifiConfigurationSpecifics protos from the sync backend. Bug: 966270 Change-Id: Ib4bdf1c22604b2528bc2abad5bc2ac1672e58290 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768877 Commit-Queue: Jon Mann <jonmann@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#709627}
-
Paul Moy authored
SampleProbeData dereferences a battery pointer without checking whether it is null first. crrev.com/c/1881538 and check /var/log/chrome/chrome for VpdSkuNumber Bug: b:128683357 Test: cherry-pick crrev.com/c/1779132 and Change-Id: Ifdffb28957405b0d4536b5b7fc76710e75aba2ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880582Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Paul Moy <pmoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#709626}
-
David Tseng authored
Change-Id: Ia91901ea5380399a3fe92aec38b68b8454908560 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879863Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#709625}
-
Tao Bai authored
Bug: 995880 Change-Id: I02239e098b4e8928c2ae1eba872eb83f75a0b40f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876868 Commit-Queue: Tao Bai <michaelbai@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#709624}
-
meacer authored
site_details_message_ is only used in Android, so rename it and ifdef to Android only. Change-Id: I94563bc1c4ea8df1ffab903ac193944fa4a199a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737045 Auto-Submit: Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#709623}
-