- 09 Oct, 2020 40 commits
-
-
Thomas Lukaszewicz authored
This CL updates the tab strip's UpdateNewTabButtonBorder() method to apply the vertical border insets to the tab control buttons rather than the tab controls container. This is necessary as the NewTabButton will extend its targetable area to the top of its bounds when the tab strip is in a condensed state (i.e. the window is maximized). This is done to ensure the tab strip controls comply with Fitt's law expectations. Bug: 1136557 Change-Id: I8b312363bdabbef358ec2689321bb30d7680953b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463994 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#815821}
-
Jonah Chin authored
A recent change intentionally stopped caching SkImage readbacks. This benchmark results in a single video frame being requested multiple times, forcing multiple readbacks into CPU memory. This is not representative of a real world regression, as applications are expected to cache any uploaded WebGL textures themselves. See discussion on bug for more details. Bug: 1115128 Change-Id: I4de6fc4bfb82f5c6baf1778342f2c4c9bfc0c3cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437470Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Jonah Chin <jochin@microsoft.com> Cr-Commit-Position: refs/heads/master@{#815820}
-
Scott Violet authored
For methods called by native it's easier to declare the function as throwing a RemoteException. BUG=none TEST=none Change-Id: I2a5aa0caa2b683312390ff6d941cfe534a997fcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463967Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#815819}
-
Elly Fong-Jones authored
Both of these tests are inherently flaky because they rely on events in the native system that we can neither observe nor wait for completion of. Specifically: * OrderFrontAfterMiniaturize relies on being able to figure out when a miniaturize is complete, which it attempts to do by sleeping for 2 seconds; this obviously causes flakes depending on bot load * VisibleAfterNativeParentShow depends on [NSApp hide:], which has different behavior depending on whether other unit tests are running in parallel; this makes the test inherently flaky The latter *could* be rewritten as an interactive UI tests instead, but I think it does not test anything of value compared to the similar test at the Widget layer. Bug: None Change-Id: Ida502a4ee839fbe764af73eff1df08631e450838 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463993 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#815818}
-
Gayane Petrosyan authored
On Android 11, setGravity is deprecated. For text toasts is noop. Therefore, create toast from a custom view, for which setGravity still works. This is a short term solution. Bug: 1135597 Change-Id: I8fc9c85df4b5f749b6e0d0781cee4b8963460c74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460971 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#815817}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/99db0de96759..6dc612511e7b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC lukasza@google.com,flackr@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1122784,chromium:1136968 Tbr: lukasza@google.com,flackr@google.com Change-Id: Ia0d5adcc90d464420f6498eef7facecf7384faaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463926Reviewed-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@{#815816}
-
Łukasz Anforowicz authored
This reverts commit 32b6222e. Reason for revert: Seems responsible for test failures/crashes below: ShareServiceUnitTest.FileCount (modified by the reverted CL) crashed on https://ci.chromium.org/p/chromium/builders/ci/Win10%20Tests%20x64/50136 ShareServiceUnitTest.Multimedia (hmm... not modified by the reverted CL) crashed on https://ci.chromium.org/p/chromium/builders/ci/Win10%20Tests%20x64/50135 Original change's description: > WebShare: Share implementation for Windows > > Finishing the implementation for navigator.share() on Windows. > > Updating the existing tests for basic exercising of this functionality > and adding new tests for the Windows-specific functionality checks. > > Bug: 1035527 > Change-Id: Ibc2c50e85109fd1739124c40966b353c5db2c00f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443757 > Commit-Queue: Hoch Hochkeppel <mhochk@microsoft.com> > Reviewed-by: Alex Gough <ajgo@chromium.org> > Reviewed-by: Eric Willigers <ericwilligers@chromium.org> > Cr-Commit-Position: refs/heads/master@{#815706} TBR=ericwilligers@chromium.org,ajgo@chromium.org,mhochk@microsoft.com Change-Id: I9dd866d3c1cc925d20da94974e5ad8fe7018b99e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1035527 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463071Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#815815}
-
Tim Song authored
BUG=1106937,1126208 Change-Id: Ibb9cfbc40f19d45d34082289d1cd999507e36ec4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461605Reviewed-by:
Andre Le <leandre@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#815814}
-
Saurabh Nijhara authored
We have different cache status when an attempt is made to fetch a force installed extension from it during the downloading process. We want to add download cache status event to the existing events for the event based reporting for force installed extensions. Bug: 1048640 Change-Id: Ib12adfcde9052714a15829e9ef1a0462f24383df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460899 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#815813}
-
Dirk Pranke authored
In r778991 (7203e2f8, https://crrev.com/c/2242233), we added a data dependency on args.gn to the blink_web_tests, so that we could detect if the build had dchecks enabled and adjust the test timeout accordingly. Now that the tests are configured and launched by the generated bin/run_* wrappers, we can push that logic into the wrapper script from the build, and not require args.gn to be a data dependency. This allows builds that differ only by things in args.gn that don't affect the build (e.g., comments, or goma/no-goma) to share the same isolate, and helps improve build determinism. The blinkpy code will still optionally look in args.gn if it is present to determine a default value; this allows devs to still get the right value if they invoke run_web_tests.py directly locally, rather than using the bin/run_ wrapper. Bug: 1135151 Change-Id: If11ce12fc6bb47e0673d604e96ce130353e83cf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462762 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#815812}
-
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-aemu-chromium-autoroll Please CC chonggu@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/+doc/master/autoroll/README.md Tbr: chonggu@google.com Change-Id: I06fd1b13f42880bdd701b882ad9cbc4cc64bf29e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463925 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#815811}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/71f3a45238af..a3f46f23c526 2020-10-09 jophba@chromium.org Add build flag for self-signed certs If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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/+doc/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: I10cfba299303dc622e78e7c45220fb536f7dd48d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463748Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Jordan Bayles <jophba@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#815810}
-
Samuel Huang authored
This reverts commit dda82c9a. Reason for reland: Fixed by adding missing deps to eu-strip. Original change's description: > Revert "[Lacros] Size dashboard: Track stripped size of ELF files." > > This reverts commit a4d34d8a. > > Reason for revert: This causes chromeos-amd64-generic-lacros-builder-perf to fail, likely due to missing eu-strip. > > Original change's description: > > [Lacros] Size dashboard: Track stripped size of ELF files. > > > > This CL modifies lacros_resource_sizes.py to identify ELF files, and > > also track their stripped sizes (using eu-strip) as well as compressed > > stripped sizes. These news info are recorded for chrome and the Total. > > > > If eu-strip fails for a file then we simply ignore its stripping > > results and print warning. Known-bad files include .nexe files and > > libwidevinecdm.so. These are explicitly excluded to denoise the system. > > > > Bug: 1106626 > > Change-Id: I9cb47bb41baa2b73996e6662db2fe4bc537338d7 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458869 > > Commit-Queue: Samuel Huang <huangs@chromium.org> > > Reviewed-by: Erik Chen <erikchen@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#814972} > > TBR=huangs@chromium.org,erikchen@chromium.org > > Change-Id: I580c4ea4a125fef785cdb0c6de1c31846a7e8180 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1106626 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459794 > Reviewed-by: Samuel Huang <huangs@chromium.org> > Commit-Queue: Samuel Huang <huangs@chromium.org> > Cr-Commit-Position: refs/heads/master@{#814986} Bug: 1106626 Change-Id: If0967507192c467bb4efbc7c57d7271628c60ac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463447 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#815809}
-
Regan Hsu authored
If the Task Continuation multidevice feature is not enabled, clear the mutable phone model's browser tab model. Otherwise, use the cached browser tab model that is updated by the provider. Bug: 1106937 Change-Id: I671542daa97f4ea4893ec8cc80fb2016d632f574 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462553 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#815808}
-
Kyle Horimoto authored
This is in preparation for adding client code in //chromeos which refactors how the Nearby utility process starts up and shuts down. The code needs to be moved to this directory due to the fact that //chromeos cannot depend on //chrome. Note that Nearby is indeed a Chrome OS-only feature, so this is a valid location for this code (the old location in //chrome was a vestige of when feature was in consideration to be implemented on other platforms). See go/nearby-startup-shutdown-refactor for details. Bug: 1130069 Change-Id: I2241b05c4d4171534b0e1469407d62e2ae329f11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441025 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#815807}
-
Karandeep Bhatia authored
Currently it was enabled on Trunk for MV2 extensions. BUG=896041 Change-Id: Id35c9f3acdbd37739b0079ce04987aaef48ab27d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462686Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#815806}
-
Dana Fried authored
In BrowserView::MaybeInitializeWebUITabStrip(), we were previously checking Browser::SupportsWindowFeature(FEATURE_TABSTRIP) to see if we should initialize the WebUI tabstrip as well as the tab counter button. However, this method returns false when in fullscreen mode, so if the PC was put into tablet mode during fullscreen, the tablet tabstrip would never get created. This affected tablet-enabled ChromeOS and Windows devices as it was a BrowserView logic error and not platform-specific. This CL replaces the call with Browser::CanSupportWindowFeature(...), which should return the correct value for windows with tabstrips even in fullscreen or immersive mode. Bug: 1078612, 1110189 Change-Id: Ied7201dc84bef3c239f4ee9ded1ee97e26d9411e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464023 Commit-Queue: Dana Fried <dfried@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#815805}
-
Roberto Moura authored
Add a UIView whose background color changes to create a fade-in / fade-out effect when revealing / hiding the Thumb Strip. Change-Id: Ia7852dbce9ee152123430f3d79c4baf0d9fbe1bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456807 Commit-Queue: Roberto Moura <mouraroberto@google.com> Reviewed-by:
edchin <edchin@chromium.org> Auto-Submit: Roberto Moura <mouraroberto@google.com> Cr-Commit-Position: refs/heads/master@{#815804}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0ad07c924552..815983783a76 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I434dc271ab75801203109d67f10df32b45ba1677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463459Reviewed-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@{#815803}
-
ssid authored
New type of trace event macros use proto fields, for uploading background traces TBR=ssid@google.com Change-Id: I91e4d211ec46bd68eee3c238d8efccbd0f342329 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454976Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#815802}
-
Ken Rockot authored
For consistency with StructPtr and general developer expectations around APIs named get(), this changes InlinedStructPtr to return a nullptr when its internal state is NIL, rather than always returning a valid pointer. Bug: None Change-Id: Ia3e59af0374362b3a1e53b418b728336b99149c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461750 Commit-Queue: Ken Rockot <rockot@google.com> Auto-Submit: Ken Rockot <rockot@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#815801}
-
Erik Chen authored
This CL has no intended behavior change. This is in preparation for providing a synchronous mechanism to query interface versions. Bug: 1136652 Change-Id: I2c9d73887b6cf95c874fbda565cede3256fc237c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462672 Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#815800}
-
Muyao Xu authored
Bug: b/161610050, 1107162 Change-Id: I3e6ee484b06b0e35a3a5fda55aba12e867f08d8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462486Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Muyao Xu <muyaoxu@google.com> Cr-Commit-Position: refs/heads/master@{#815799}
-
Brian Salomon authored
Bug: skia:10818 Change-Id: Iefc3a686b686da4b1287fa97c7684b541b2cfea2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456291Reviewed-by:
Michael Ludwig <michaelludwig@google.com> Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Brian Salomon <bsalomon@google.com> Cr-Commit-Position: refs/heads/master@{#815798}
-
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/goldctl-linux-chromium-autoroll Please CC bsheedy@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/+doc/master/autoroll/README.md Bug: None Tbr: bsheedy@chromium.org Change-Id: I802199b89a886190bc7eebca5ccb9bf28868bf7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460834 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#815797}
-
Ahmed Mehfooz authored
The empty prompt label should be only shown to users who have not pinned any files. Also fixed function order in holding_space_tray Bug: 1134393 Change-Id: I198e8420f27e5e4fe556a461197c29d00d5a9c48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459689 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#815796}
-
Brian Sheedy authored
This reverts commit f5d2f7eb. Reason for revert: Suspected cause of crbug.com/1137028 Original change's description: > Add metrics for thumbnail memory usage > > Adds two metrics logged every 5 minutes: > * Per-thumbnail compressed data memory usage > * Total compressed data memory usage > > The former has a sample for each thumbnail every 5 minutes, while the > latter has exactly one every 5 minutes. > > Bug: 11261624 > Change-Id: I1595c6a6b771f73e3be9a5497d1cf6f6ec3d1af7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462685 > Reviewed-by: Robert Kaplow <rkaplow@chromium.org> > Reviewed-by: Dana Fried <dfried@chromium.org> > Commit-Queue: Collin Baker <collinbaker@chromium.org> > Cr-Commit-Position: refs/heads/master@{#815714} TBR=rkaplow@chromium.org,dfried@chromium.org,collinbaker@chromium.org Change-Id: I3c0532e5653c3240715a17c00b9aec69bc323e38 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 11261624, 1137028 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463488Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#815795}
-
David Dorwin authored
This avoids inclusion of existing logs on the system, which is required when running multiple times during development and for future tests. Bug: 1136681 Change-Id: Id7acb3d7890f71a5e9c2835bb5d7b6447e65be3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462635 Commit-Queue: David Dorwin <ddorwin@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#815794}
-
Scott Violet authored
This avoids error prone null checks. BUG=none TEST=covered by tests Change-Id: Ie0da15f3469c06d56b2feafa9e64ff74347201fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463806Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#815793}
-
Sven Zheng authored
At least hundreds of tests show flakiness on CQ bot. After some spot check, the CI bot is stable. So disable the whole test suite on CQ. Bug: 1131588 Change-Id: Ifa1e064ade0027a0d7f1baf508fc7b22a9acd67d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464022Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#815792}
-
Devlin Cronin authored
An extension may specify an invalid path in webview accessible resources (such as a non-relative path or an URLPattern). This would lead to the URLPattern parsing failing. However, WebviewInfo currently uses a constructor that always expects this parsing to succeed. Fix this by handling invalid inputs. Unlike other parsing failures, we add a warning (rather than throwing a hard error) in this case. This is because existing apps with non-trivial user counts use this. Bug: 856948 Change-Id: Ia2087dcf079250d12a1bd6211d6424a03a8a24bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450952Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#815791}
-
David Schinazi authored
As our team size shrinks again, it sounds preferable to have all of our senior contributors in the OWNERS file. R=eroman@chromium.org Change-Id: I8edcc646809c5109b5427b3d952852ddcfd63f39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462463 Auto-Submit: David Schinazi <dschinazi@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#815790}
-
minch authored
Please check the specs in the crbug. Bug: 1128755 Change-Id: Ic5170b1e632bb54819a2336186dd1c9cc830203d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461177Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#815789}
-
Vincent Boisselle authored
Bug: 1131172 Change-Id: Ibfc667c96b595292d8118bf5e46455221ad8c274 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424839 Commit-Queue: Vincent Boisselle <vincb@google.com> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#815788}
-
rajendrant authored
This plumbs the playback seek event from renderer to browser and uses it to stop litevideo throttling. The seek updates to browser are throttled for performance reasons. Subsequent CL will change this to stop throttling only after k seek events (finchable), and record this in UKM. Bug: 1134672 Change-Id: Idd88819e8ae50ffbc215197a437bf87d6fa9a36a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453801Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#815787}
-
Chong Gu authored
Include the path provided by each image rather than the whole list itself. Change-Id: Ib13bc70af0a542a7d23a71d8dd1db0ffb006077c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462677Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Auto-Submit: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#815786}
-
David Dorwin authored
Also: * Add WebEngineIntegrationMediaTest and WebEngineIntegrationCameraTest fixtures. * Extract WebEngineIntegrationLoggingTest (renamed) as it will be growing in upcoming CLs. Bug: 1136681 Change-Id: I789c359697774c3a3d90d936214ff1cb8c0a4cf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462713 Commit-Queue: David Dorwin <ddorwin@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#815785}
-
David Bienvenu authored
Also fixes a few lint errors; no functional changes. Bug: 1010217 Change-Id: I58f540cef118183da7c3c11c1d14152e6ed8b1c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463523Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#815784}
-
Kai Ninomiya authored
TBR: kbr@chromium.org No-Try: True Bug: 1136742 Change-Id: Id23c347a86f2fa838670adf37be141237311458f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463995Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#815783}
-
Xinghui Lu authored
Add two new enum values in MetricsHelper::Interaction: SHOW_ENHANCED_PROTECTION OPEN_ENHANCED_PROTECTION SHOW_ENHANCED_PROTECTION is logged when the enhanced protection message is shown in the interstitial. OPEN_ENHANCED_PROTECTION is logged when the enhanced protection link is clicked. We can get the engagement rate of this new UI from the new enum values. Bug: 1130721 Change-Id: Iecd0a08eaac1b1448bbe6a43a9c8290e27b1be18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459073Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#815782}
-