- 16 Nov, 2019 15 commits
-
-
Koji Ishii authored
This patch supports painting self-painting |LayoutInline| when FragmentItem is enabled. To do this, |NGBoxFragmentPainter| accepts an |NGInilineCursor| that can traverse all descendants to paint. Reveals 20 accidental passes, fixes 25. There should be more fixes, the logic isn't correct for all cases yet. Bug: 982194 Change-Id: I459acf85d38314c1ad6810ccc04dae1e0ce8e628 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912379 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#715942}
-
Nate Fischer authored
https://crrev.com/c/1900613 implemented logic to wake up the MetricsService in a similar fashion to how Chrome does. However, since this is likely to increase the UMA volume, this CL puts the behavior behind an off-by-default flag for the time being. The intention is to enable this by Finch so we can compare metrics volume with the experiment enabled, and we can enable at 100% if the increase in volume is acceptable. This doesn't add a test for the feature-disabled case, because such a test would need to verify further metrics logs don't happen (which would require waiting indefinitely). Bug: 1003204 Test: run_webview_instrumentation_test_apk -f AwMetricsIntegrationTest.testPageLoadsEnableMultipleUploads Test: Manually verify further logs don't seem to happen with feature off Change-Id: Ifeca0176134224030625d5117da4eaec5103eaf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919725Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#715941}
-
Daniel Cheng authored
This is a prerequisite for migrating more things over to base::FastHash, to ensure they don't inadverdently have a dependency on a stable mapping of inputs to hash values. Also change the FastHash(const std::string&) overload to FastHash(StringPiece) to avoid potentially constructing unnecessary temporaries. Bug: 1025358 Change-Id: I2e3d67ab74f869437ae2bdf12c9560f1be19688d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919804Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#715940}
-
Boris Sazonov authored
Removes unused Activity param from SigninManager.signIn. The last usage of this param was removed by https://crrev.com/c/1823078. Bug: None Change-Id: Ic43ae1028cb50529224c904a1917ca09dc4540a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913702Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#715939}
-
Lambros Lambrou authored
This updates host code to reference the IT2Me bundle name from branding_Chrome instead of hardcoding it. Bug: 1015201 Change-Id: Ib3738b3716d5457fdc9a6812027ad2b468fbcf4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919905 Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#715938}
-
Miyoung Shin authored
This CL converts TestRunner mojom interface client in chrome to use BrowserInterfaceBroker and introduces WebUITestContentBrowserClient class and overrides ChromeContentBrowserClient::RegisterBrowserInterfaceBindersForFrame to register its binder. This change also updates JS files in closure_compile for Mojo bindInterface and interface_definition.tmpl for WebUI tests. Bug: 1006361, 1002647 Change-Id: Id830ef957eeb8b33ee47ff22918cb98b5c7f6650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900798Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#715937}
-
Xing Liu authored
This preference controls whether to popup download location dialog, should be synced. Bug: 1024400 Change-Id: Ic31c7a338ecded3833022badf7ffb8e03ab7e453 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918659Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#715936}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1496758da42e..c9dcd09f24db git log 1496758da42e..c9dcd09f24db --date=short --no-merges --format='%ad %ae %s' 2019-11-15 herb@google.com Add last() to SkZip 2019-11-15 michaelludwig@google.com Revert "Replace GrTextureDomainEffect with GrDomainEffect." 2019-11-15 michaelludwig@google.com Revert "fix issue introduced in f29caf1433e3185df01b4a286d0fc9715ad32ae2" 2019-11-15 reed@google.com Expose the owning surface to a canvas? 2019-11-15 robertphillips@google.com Make GrProgramInfo take pointers to the GrPipeline and the GrPrimitiveProcessor 2019-11-15 kjlubick@google.com [canvaskit] Fix primitive_shaper build 2019-11-15 reed@google.com trim out unneeded references to SkString 2019-11-15 reed@google.com Ummm, why are we including SkUTF.h? 2019-11-15 robertphillips@google.com Add ClockwiseTestOp::onPrePrepare 2019-11-15 kjlubick@google.com [canvaskit] Expose more SkParagraph methods 2019-11-15 kjlubick@google.com [canvaskit] Add MatrixTransform ImageFilter 2019-11-15 borenet@google.com [infra] Fix bin/try 2019-11-15 bsalomon@google.com fix issue introduced in f29caf1433e3185df01b4a286d0fc9715ad32ae2 2019-11-15 csmartdalton@google.com Reland "Reland "Reland "Reland "Implement sample mask and sample locations support in Vulkan"""" 2019-11-15 robertphillips@google.com Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp (take 2) 2019-11-15 reed@google.com remove unused (by clients) SkMultiPictureDraw 2019-11-15 bsalomon@google.com Replace GrTextureDomainEffect with GrDomainEffect. Created with: gclient setdep -r src/third_party/skia@c9dcd09f24db 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 halcanary@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=halcanary@google.com Bug: chromium:b/143572065 Change-Id: I09091abe0f876d6dd7e1dde97e7288cfff5bb3e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919919Reviewed-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@{#715935}
-
Theresa Wellington authored
Change-Id: If6f0907355aee9b1a9f24abef12b5f479ef36471 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919899 Commit-Queue: Theresa <twellington@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Auto-Submit: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#715934}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/46689b09c559..bb45734988bb git log 46689b09c559..bb45734988bb --date=short --no-merges --format='%ad %ae %s' 2019-11-15 apolito@google.com Changed "gclient sync -D" logic to compare against the expected DEPS version Created with: gclient setdep -r src/third_party/depot_tools@bb45734988bb 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:981149 Change-Id: Ib329df4123c9823d908434bfc2be4884eaf63eb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919489Reviewed-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@{#715933}
-
Stephen Roe authored
This helps to standardize the environment for the Fuchsia VM. In particular, it prevents tests from running on build41-b4 which is not set up to run Fuchsia arm64 KVM tests. Bug: 1000901 Change-Id: I0030cb7dc807829404590f23cdb4a8595f93b1a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918312Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Stephen Roe <steveroe@google.com> Cr-Commit-Position: refs/heads/master@{#715932}
-
Min Qin authored
BUG=1003904 Change-Id: Ibce58e04c2d0fa21549ebbb060a5bcd43f9b8d2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914820Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#715931}
-
Jenny Zhang authored
This logs the time delay between a default play store result being activated by user pressing ENTER key and being displayed. Bug: 1016026 Change-Id: I0282e65a5dc3d80d5a848234d720dcf1e25df89a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918113Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Jenny Zhang <jennyz@chromium.org> Cr-Commit-Position: refs/heads/master@{#715930}
-
Livvie Lin authored
There was a bug where the error code and button text were incorrect on committed interstitials. The cause was that some SSLInfo fields were being updated later on in the code, so ssl_info shouldn't be set until after this is done. Bug: 987407 Change-Id: If82b15e2243ed1865e5b4d604c6aa6cebf7af9ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910845Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#715929}
-
Ken Rockot authored
This reverts commit 85285a99. After further discussion, we would prefer to keep web API mojoms in Blink, per Onion Soup goals. Instead of moving mojoms to the service, we'll modularize Blink mojom targets as needed. Bug: 1000959 Change-Id: I9035be9aa19e06f4a471ec7c302ae0cfbaae26e7 Tbr: dcheng@chromium.org Tbr: dmurph@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918349Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#715928}
-
- 15 Nov, 2019 25 commits
-
-
Matt Jones authored
Change-Id: I936f2388c769ccec2d5ed0ae32d893cd3c1670da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917881 Auto-Submit: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#715927}
-
Garrett Beaty authored
Bug: 922150 Change-Id: Id613a8ac7fe40ada45ce589b61eb3eded89c5b5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919498 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#715926}
-
Ahmed Fakhry authored
TBR=alemate@chromium.org BUG=1025396 Change-Id: Ibb84a92a8327a097950746ce1bc9d1744ed9c527 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919492Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Auto-Submit: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#715925}
-
Chromium WPT Sync authored
Using wpt-import in Chromium aa63b9ce. With Chromium commits locally applied on WPT: 788a3004 "Fix failing Fetch Metadata WPT" b16db925 "[Trusted Types] Add test for duplicate names in non-enforcing mode." e83dd93c "Limit backtracking on regexp called from blink." 6e3e930c "Change `sec-fetch-mode` from `no-cors` to `navigate` for <embed> / <object>." c8b6e1ce "Chromedriver] Fix PerformAction to support multi touch points cases" 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 NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: I060ec7549656a215e0f98897ba7c9fb1461efaec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917051Reviewed-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@{#715924}
-
Carlos Knippschild authored
TBR=harringtond@chromium.org Change-Id: I8204d4f809640d933ae9e0d94e1a9a3921bb01b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919742 Commit-Queue: Carlos Knippschild <carlosk@chromium.org> Auto-Submit: Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#715923}
-
Martin Kreichgauer authored
Extract enums for the |dialogPage| properties of the various security key related dialogs. No functional changes. Bug: 974046 Change-Id: I3a1634a37a2e24c2a2d2a7fb9c7c17ddc8a36237 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912632 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#715922}
-
Darin Fisher authored
Change-Id: I06a780bb0f4964601d64ceb27330a6e5fc27de67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919737Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#715921}
-
David Black authored
Previously, the entry point view for the Assistant proactive suggestions feature would be presented to the user as soon as possible. Now, with the addition of |show-on-scroll|, which is |ENABLED_BY_DEFAULT|, the entry point view for the feature will show/ hide in response to the user's vertical scroll activity in the source web contents. This will reduce overall triggering of the feature but hypothetically increase click through as the entry point is now being presented at a more helpful and appropriate time. Bug: b:142144655 Change-Id: I538e618af55d7ed3f0ab0480c300d9529893d03f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918662Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#715920}
-
Adrian Taylor authored
Some changes to the online HTML documentation based on discussions and external feedback. Bug: 955102 Change-Id: Ia9ad3bc0e33db17516eba5f0bd77c94ef067a26f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577845 Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#715919}
-
Robert Iannucci authored
> This is reserved for people that are comfortable with Chromium builders > and understand the implications of changing their configurations. I'm not really any of these things any more :). R=agable@chromium.org, jbudorick@chromium.org Change-Id: Ie38a25240e24a09ca87582a3a81584e3e8ca55b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919999 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#715918}
-
Matt Menke authored
It was failing with ERR_ABORTED, but this error code is only intended for user-initiated aborts, and the renderer treats it as a magic error code (cancels the navigation instead of showing an error page). Bug: 941651 Change-Id: I5968e90728994566c83df0a905dbbfbb11f4f088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913876 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#715917}
-
Min Qin authored
OMA download on Q needs to be published to media store Currently because the file path is set to null, copying it to media store will fail. This CL fixes the bug by passing the file path after querying the Android DownloadManager. Bug: 978424 Change-Id: Iabf7358de1096a12632eb9546068b3622d377152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917749Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#715916}
-
Clark DuVall authored
This was reverted because it caused startup crashes on non-monochrome bundle APKs (http://crbug.com/953932). The reason for the crash was that the ProductConfig.UNCOMPRESSED_LOCALES was empty for non-monochrome APKs. The only reason this worked on monochrome was because monochrome happens to include webview resources uncompressed. Now we make sure to add locale paks to bundle APKs uncompressed, which correctly fills out ProductConfig.UNCOMPRESSED_LOCALES. In addition, I added a task to clean up the old extracted files if we detect they are no longer needed. Diffs from original patch are from Patchset 1 on. Original change's description: > android: Do not compress locale .pak files inside bundle splits. > > This CL ensures that the locale-related pak files stored in > app bundle splits are stored uncompressed inside the language-based > splits (e.g. base-fr.apk for the French language), and are read > directly from it. > > Benefits include: > - Less disk i/o during Chrome startup for bundles. > > - Reduced overall install size, since the corresponding files > need not be extracted. I.e. since the compression ratio is > roughly 50% for locale .pak files, we have something like. > > Before: compressed 50 kiB (APK) + uncompressed 100 kiB (/data) > After: uncompressed 100 kiB (APK) > > However, this increases the size of the base and split apks slightly. > > In more details: > > - Modify create_app_bundle.py to ensure that the split-specific > locale .pak files are never compressed. > > Also, move the en-GB.pak file location from fallback-locales/ > to the split-specific locales#lang_en/, this ensures that the > file will end up in the English-based split (base-en.apk) > instead. > > - Modify ResourceExtractor.java to only extract the locale .pak > files in regular APKs, ignoring the ones from bundles. Also make > the log messages disappear unless the DEBUG final variable is > set to true (less logs are always better for startup time). > > - Modify ResourceBundle.java to check for the presence of > split-specific locale .pak files as well, and to also check > that the corresponding file path being returned actually > exists inside the apk or bundle. > > - Modify ResourceBundle::LoadLocaleResources() to try loading > the split-specific locale pak files before the extracted version > if available, and add a technical note explaining what the code > is trying to do (it is sufficiently subtle to be explained). > > - Add missing dependencies to the vr_android_unittests and > shell_dialogs_unittest targets. They otherwise fail to > build due to http://crbug.com/951419. > > BUG=933943,933962, 951419 > R=agrieve@chromium.org,yfriedman@chromium.org,estevenson@chromium.org,benmason@chromium.org,dtrainor@chromium.org,jaekyun@chromium.org > TBR=sky@chromium.org > > Change-Id: I02c1688b8f8ed8f62cfdaa1f12c2ea15f8198e4a > Binary-Size: Increments overall bundle size by 100 kiB, but reduces overall install size by about 50% of that. > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1514684 > Commit-Queue: David Turner <digit@chromium.org> > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> > Reviewed-by: David Trainor <dtrainor@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#650753} Bug: 933943, 933962 Binary-Size: Increments overall bundle size by 100 kiB, but reduces overall install size by about 50% of that. Change-Id: If85211fa83809d814eb55fe66d81becc1723d9a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918367 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#715915}
-
Dale Curtis authored
Almost every DemuxerStream::Read() test was using a bare base::RunLoop::Run() and later posting as deprecated quit closure for the current loop. This updates all the tests to use a helper method which properly sets the RunLoop and explicit QuitClosure. It also cleans up some log spam and clang warnings at the same time. I'm not sure this actually resolves the linked bug though, I think that was actually a bug in ffmpeg which has subsequently been fixed in a later ffmpeg roll. BUG=996040 R=xhwang Change-Id: I91e2221da5bb95017c82a255a2676a2a6ce5f944 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919722 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#715914}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/83ca1b9af5cc..aba1020d3914 git log 83ca1b9af5cc..aba1020d3914 --date=short --no-merges --format='%ad %ae %s' 2019-11-15 bclayton@google.com Remove the now unused sw::Event. 2019-11-15 bclayton@google.com VkQueryPool: Migrate from sw sync to marl 2019-11-15 bclayton@google.com VkDevice: Migrate to using marl::Event::any() 2019-11-15 bclayton@google.com VkFence: Migrate to marl::Event 2019-11-15 bclayton@google.com Merge changes Ifb21caa2,Iaca5897d Created with: gclient setdep -r src/third_party/swiftshader@aba1020d3914 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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=swiftshader-team+autoroll@google.com Bug: chromium:b/140546382,chromium:b/140546382,chromium:b/144388391,chromium:b/144388391 Change-Id: I06e4475a1a5a751fa68d78ee73af61fccbf20b8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919779Reviewed-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@{#715913}
-
Ahmed Mehfooz authored
Bug: 1025278 Change-Id: I011cf937cab3a3e41eed93ecae8e768def4ae27e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919564Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#715912}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/aee0c115ad21..e2835ec9385d git log aee0c115ad21..e2835ec9385d --date=short --no-merges --format='%ad %ae %s' 2019-11-15 lalitm@google.com Merge "trace_processor: revamp sorting algorithm" Created with: gclient setdep -r src/third_party/perfetto@e2835ec9385d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: I3c40f7945cb9c812cab0cfaa74d3324186b0de4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919780Reviewed-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@{#715911}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/428e7aff..295649fd 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: Ib642dbb8a5327f2c20a7ee3dd5b6599c0a33ac51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919601Reviewed-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@{#715910}
-
Takumi Fujimoto authored
Record whether the icon is ephemeral or pinned. Bug: 1023623 Change-Id: Iff2d49c16cbc58bb0853d08cb0b0b6e7c194be2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910803 Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Brandon Tolsch <btolsch@chromium.org> Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#715909}
-
Sarthak Shah authored
Changes for new fling animation curve are still ongoing. Thus extending the expiry milestone of "enable-experimental-fling-animation" flag to M81. Change-Id: Ia2ef834ff1bc88a46b2ff979a94ff981f55d7306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918144Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sarthak Shah <sarsha@microsoft.com> Cr-Commit-Position: refs/heads/master@{#715908}
-
Takashi Toyoshima authored
For now, the OOR-CORS launch for WebView is planned on m80. So, we want to wait for the m80 reaching the stable before removing the flag. That says the expiry_milestone would be extended to be m82. Change-Id: Id2ff25200e2a11257b7967bae57c3c8a2cf803d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918918 Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#715907}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/ce2f6cfa67a4..df1d0b0a33e1 git log ce2f6cfa67a4..df1d0b0a33e1 --date=short --no-merges --format='%ad %ae %s' 2019-11-15 vapier@chromium.org cros lint: fix func/class docstring checker Created with: gclient setdep -r src/third_party/chromite@df1d0b0a33e1 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: Ib86bc9317b2429d226d8186268faae95266b32eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919577Reviewed-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@{#715906}
-
Chris Cunningham authored
This is just the blink-side of the change. A follow up CL will do the real work in the media layer. For now attribute is behind a flag. To enable use --enable-blink-features=MediaLatencyHint Bug: 1018908 Change-Id: I8f9b1eb8911db77d68d2774a85715e3a315f85a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903540Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#715905}
-
David Tseng authored
This change is mostly mecanical though it does contain some cleanup of ChromeVox Classic logic. It is a prerequisite to modernization of ChromeVox sources. A taste of what the modern ChromeVox looks like is here: https://chromium-review.googlesource.com/c/chromium/src/+/1917948/1 In addition, this will eventually allow for extraction of a shared accessibility module, harvesting useful pieces of ChromeVox for other accessibility component extensions. Bug: none Test: manual and browser_tests. Change-Id: I1fc3198ce9fac8f96d9b7fd0f829cc3be4848bd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918325Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#715904}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/77c16a79405b..0db19efecac9 Created with: gclient setdep -r src-internal@0db19efecac9 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 jbudorick@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.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I930144772cd28dc55e028ced76e299fdb4c2ffb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918665Reviewed-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@{#715903}
-