- 04 Oct, 2019 40 commits
-
-
Yoichi Osato authored
TBR=battre@chromium.org Bug: 1011200 Change-Id: I44f5b3ba33c861b2885da30ea561a68adba014bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839153Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702696}
-
Yoichi Osato authored
TBR=drubery@chromium.org Bug: 1011197 Change-Id: Ice7d23afd629d392a3d3b8df037ccb21834ad75c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839274Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702695}
-
Yoichi Osato authored
TBR=battre@chromium.org Bug: 1011202 Change-Id: Id1b6f02e796fb6f411a5b2145a24d794f83149a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838894 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702694}
-
Dan Beam authored
WebContents::GetURL() wasn't the right place to query a URL from when checking whether to override the webkit pref sent to the RenderViewHost when creating a renderer. Instead, use rvh->GetSiteInstance()->GetSiteUrl(), which is correct at the time we need to query. The reason for this code is to ensure that: @media (prefers-color-scheme: dark) { /* bunch of dark mode styles go here */ } Does not apply as we have code shared across different platforms (i.e. Linux, Windows, Mac, ChromeOS, etc.). Only Mac & Windows currently support dark mode (and hence, are the only platforms in which all the web UI has been audited and/or updated). So in order to change shared code that also runs on Linux/CrOS, we put both light/dark style into the CSS, but disallow the dark styles from running on non-dark-mode-enabled-platforms (Linux, CrOS). Bug: 1007892 Fixed: 1007892 Change-Id: I1076e48eaa160a23213e6873f1d857cf54935f42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825936Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#702693}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2fe87ab48664..42e79b023ed5 Created with: gclient setdep -r src-internal@42e79b023ed5 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,chromium:None,chromium:None Change-Id: I9799ee3aa216f080469d3bec385ed4a1b82dea1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838542Reviewed-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@{#702692}
-
chrome://flagsAdam Langley authored
There is an entry in chrome://flags for caBLE, but caBLE has been default enabled on Windows, macOS, and Chrome OS for some time. It's not default-enabled on Linux and we are not moving towards getting it working on Linux, so chrome://flags isn't really the right place for that. Instead, take that entry and repurpose it to enable caBLE v2. This will allow easier testing on Chrome OS. (It'll be rather hard to use on Windows at the moment too since the UI won't appear, but that's why it's not enabled by default.) Enabling this will happen to also enable caBLE v1 should anyone really want to test it on Linux. BUG=1002262 Change-Id: I8d83cf0fcf0ab711cb521b67084d4b80c2dc21af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838478Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Commit-Queue: Adam Langley <agl@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#702691}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/4167aa75260f..614d79248ef2 git log 4167aa75260f..614d79248ef2 --date=short --no-merges --format='%ad %ae %s' 2019-10-03 rharrison@google.com Revert "Add spvc compiler to returned result (#821)" (#827) 2019-10-03 rharrison@google.com Add spvc compiler to returned result (#821) Created with: gclient setdep -r src/third_party/shaderc/src@614d79248ef2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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=radial-bots+chrome-roll@google.com Bug: None Change-Id: I8df67446264fd8484f1bb15e089e1c9247eab772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838541Reviewed-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@{#702690}
-
Eric Lawrence authored
Log the operation ("store" or "send") when logging a cookie operation that has been blocked. If the NetLog is configured to log sensitive data, also record the blocked cookie's name. Bug: 1005217 Change-Id: I90dff3a5df87ca3fe3869c90a7bf7a99843043b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837047 Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#702689}
-
nancy authored
This CL is used to add profile_ as the AppServiceProxy class member variable, as profile_ will be used to create the Uninstall_dialog, which is created by crrev.com/c/1833024. BUG=1009248 Change-Id: I7ec432dafbf4a58a01f5f3d3114dacea19e1fb5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837554Reviewed-by:
Nigel Tao <nigeltao@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#702688}
-
Darwin Huang authored
BlobData is never referenced in SystemClipboard, so remove the include. No intended functional changes. Change-Id: I34936a04bdcd1caac97e209568886cb054b0fb67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832884Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Auto-Submit: Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#702687}
-
Sanket Joshi authored
This is a reland of 73ace883 The original change was missing some mac10.10 images. Original change's description: > ColorPicker: Fix vertical alignment of the up-down arrow icon > > The up-down arrow is currently slight off vertical center. This CL > fixes that and updates all affected test baselines. > > Bug: 1010330 > Change-Id: Id1965a6243046816207bf521e25bb06413e6c77d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832720 > Reviewed-by: Mason Freed <masonfreed@chromium.org> > Reviewed-by: Kent Tamura <tkent@chromium.org> > Commit-Queue: Sanket Joshi <sajos@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#702218} Bug: 1010330 Change-Id: I7d664c9fe99cff4ccf62213b991bb40f6c8b0e2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837204 Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Sanket Joshi <sajos@microsoft.com> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#702686}
-
Bence Béky authored
Bug: 1009867 Change-Id: Ic40a3a568ef10df73bfce88d4f09ce002b9c514d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829788 Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Bence Béky <bnc@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#702685}
-
Yoichi Osato authored
TBR=csharrison@chromium.org Bug: 1011201 Change-Id: Iae56e7204659d4a94208ed024b68610739e62557 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839152Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702684}
-
Tommy Steimel authored
This CL adds a new metric to GMC to track users who use GMC more than once in a single session. Each time the dialog is opened, we record whether or not it was the first time it was opened. Bug: 1011037 Change-Id: Ife4413d587226100fcb08b25341a20f83856fedc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838699Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#702683}
-
Thanh Nguyen authored
Bug: 990684 Change-Id: I953b5e6140b7d22815f81abba4e9049813a9cd3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838892Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#702682}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/088b59cee131..2ae2841e85ac git log 088b59cee131..2ae2841e85ac --date=short --no-merges --format='%ad %ae %s' 2019-10-03 jclinton@chromium.org Also have LCQ builders sync Chrome 2019-10-03 jclinton@chromium.org Make PreCQ also sync Chrome Created with: gclient setdep -r src/third_party/chromite@2ae2841e85ac 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: Ib1fabcb7d4ad1391b738493426aa620eced5bce4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838369Reviewed-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@{#702681}
-
Bo Liu authored
Browser side changes might cause mojo messages that are sent during shutdown to be dropped. For webview, this might cause the renderer main thread to be blocked forever on a commit. Since webview uses a single renderer, this is a catastrophic failure. See bug for details. Avoid similar bugs in the future by watching for mojo disconnect and duplicate the expected message from browser. Update the comment for root cause for crbug.com/1005077. Bug: 1010478 Change-Id: Ia2bfbe5f03767a460f5b36988834da49b8ff9525 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836313Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#702680}
-
Yoichi Osato authored
TBR=atwilson@chromium.org Bug: 1010784 Change-Id: I0bbe829b3abb59d6af8b8d795af0ec7850efaa09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837321Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702679}
-
Yoichi Osato authored
Disable flaky ContentSubresourceFilterThrottleManagerTest.ActivateMainFrameAndFilterSubframeNavigation TBR=battre@chromium.org Bug: 1010687 Change-Id: I812d814b45c9ca6921f3d23bc2b11558e87d6472 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836297 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#702678}
-
Alan Screen authored
Windows printing path is being modernized from using the pre-WinXP GDI print API to an XPS-based API. This was first introduced Windows 7 and was deprecated in favor of OpenXPS in Windows 8 and beyond. Some Windows 7 installations may be capable of OpenXPS if they have been sufficiently patched [1]. Determining the number of Windows 7 machines which would still require XPS instead of OpenXPS can provide guidance if it is worth the effort to implement support for both. [1] https://docs.microsoft.com/en-us/windows/win32/printdocs/app-support-for-openxps-printing#sending-xps-data-to-the-print-system Bug: 1008222 Change-Id: Id528478fe4f90002aba09208cf34d74cfe787472 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826278Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#702677}
-
Maksim Moskvitin authored
Due to not completed investigation about Nigori's not migrated to keystore following histograms were extended until 2020-02-01: Sync.EncryptEverythingWhenCryptographerNotReady Sync.ShouldTriggerMigrationAfterMigration Sync.IsNigoriMigratedAfterMigration Sync.NigoriMigrationTrigger Sync.NigoriMigrationAttemptedBeforeNotMigrated Sync.NigoriMigrationReason Bug: 944831, 995518, 995517, 995510, 995487 Change-Id: I89e834d31a1d41b37f1f070f537d15ae73ee0f18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829351 Auto-Submit: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#702676}
-
Joe DeBlasio authored
This CL adds ю to the set of Cyrillic characters that look like Latin characters. It also adds a missing period. Bug: 884693 Change-Id: I13b988e9a03172b143dd23ea83dab08515ad1aeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838476 Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#702675}
-
Maksim Moskvitin authored
The histogram was used for investigation of not completed Nigori migration to keystore. Since it handles very specific corner case and no interesting samples were recorded so far, we don't need to further extend it. Bug: 944831, 995520 Change-Id: I17e73ff7d33491fbc498989a87f85d6ebfd6567a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831909 Auto-Submit: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#702674}
-
Matt Falkenhagen authored
It never changes. Change-Id: I04f9f7d6d639fc4d67108b1f4741f8a334a1be56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837562Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#702673}
-
DongJun Kim authored
This patch is for replacing Platform::Current()->GetURLLoaderMockFactory() calls with "url_test_helpers::" under "third_party/blink/renderer". It is initial stage of integrating all helper classes to frame_test_helpers. We will be able to remove url_test_helpers::calls in the future. Bug: 751425 Change-Id: I3c4d92830423f298ca66edd1365a7a7b4bd2bb63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1746120 Commit-Queue: DongJun Kim <djmix.kim@samsung.com> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#702672}
-
Mohsen Izadi authored
Before r687426, an incorrect render pass id was inserted into the set of passes with pixel-moving-background filter. This set, along with other things, was to used to determine if a surface has moved pixels, but because it had incorrect values, it didn't have any contribution to that. r687426 fixed that, but it has caused a severe performance regression when background blur is enabled for shelf by expanding ash frame damage to the whole screen. This CL is essentially reverting that. The simple revert is not possible as the code has moved around and changed. This CL removes the code equiavlent to the contribution that set had in determining if a surface has moved pixels. BUG=1008740 Change-Id: I3c8db1a074d70415cd2b15cbca14848a15093ccf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833076Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#702671}
-
Bettina authored
Add support for password protection modal warning and pinging when a saved password is reused and the experiment is on. Bug: 1010764 Change-Id: I2eabc3d63e2c1dec6d2bb4d7430b29d4df1ef8a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838211 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#702670}
-
Frank Liberato authored
Adds the feature D3D11VideoDecoderCopyPicture, which lets the decoder copy pictures if binding is not supported. This CL also adds media logging to indicate which mechanism was chosen for the playback. Change-Id: I538dda066561efd7747d5ccfbec6c095e1251016 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838680Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#702669}
-
Dan Beam authored
Depends on https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1836607 This will currently only check for FIXED=, but could soon also check for BUG=, TBR=, and/or R= when folks decide we're ready to more fully deprecate these syntaxes. Bug: monorail:4470 Change-Id: Ia5cb39ea3cd43ecde7982688bef81f2ac0187780 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837219Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#702668}
-
Bill Budge authored
- Many small reads and writes are observed, especially with the JavaScript code cache. Detect these and write all data into the entry's stream 0, and clear stream 1. When reading, detect the entry size and for small data, skip the stream 1 read and copy the data from the stream 0 read. - Changes the stream 0 data (again) to a header with response time and data size. The data size, while not strictly necessary right now, will be needed if we implement de-duplication of identical entries stored by multiple origins. We can add the code hash to this header, and the size field will disambiguate between small entries and large de-duplicated entries where we use the hash as a key to the data. - This change should make small reads faster than before, as synchronous completion of stream 0 reads is observed. Otherwise, there should be no change in performance. - Renames the buffers and completion callbacks to reflect small/large data distinction. Bug: chromium:992991 Change-Id: I6fb5337ef1e4148dd9f300f0a8c85acb401be62e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834562 Commit-Queue: Bill Budge <bbudge@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mythri Alle <mythria@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#702667}
-
Renjie Tang authored
Change-Id: Ie2429ec802e315b76f4b4a45b2f57d7064664dc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838671Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#702666}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/65a77757a2cb..68d22ef43dcd git log 65a77757a2cb..68d22ef43dcd --date=short --no-merges --format='%ad %ae %s' 2019-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-10-03 brianosman@google.com Make SkIPoint x() and y() constexpr 2019-10-03 kjlubick@google.com speculitive fix for flutter roll 2019-10-03 jvanverth@google.com Reland "Add less granular version of GrFence for older Metal versions." 2019-10-03 bsalomon@google.com SkIRect::makeOffset(SkVector) 2019-10-03 bsalomon@google.com Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" 2019-10-03 brianosman@google.com Don't try to build skparagraph on windows component builds 2019-10-03 brianosman@google.com Remove some unused functions (and an enum) from GrTypesPriv 2019-10-03 kjlubick@google.com [canvaskit] Speculative fix for external wasm library 2019-10-03 kjlubick@google.com [canvaskit] Initial addition of SkParagraph 2019-10-03 brianosman@google.com Remove old SkSL JIT and cleanup include files a bit 2019-10-03 bungeman@google.com Revert "Hold onto FcConfig in SkFontConfigInterface_direct." 2019-10-03 robertphillips@google.com Add SkSurfaceCharacterization::createColorSpace 2019-10-03 bungeman@google.com Hold onto FcConfig in SkFontConfigInterface_direct. Created with: gclient setdep -r src/third_party/skia@68d22ef43dcd 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 rmistry@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=rmistry@google.com Bug: chromium:973403,chromium:1004254,chromium:1004254 Change-Id: I02034ee95cc546c3a2f0764724675231723c6837 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838702Reviewed-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@{#702665}
-
Etienne Bergeron authored
This CL is extending the expiracy of these histograms: RenderTextHarfBuzz.GetFallbackFontTime RenderTextHarfBuzz.ShapeRunsWithFallbackFontsTime RenderTextHarfBuzz.GetFallbackFontsTime R=asvitkine@chromium.org Bug: 1006993 Change-Id: I0a0561a13e74b0ab669da01c79b8c29076642a37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837375Reviewed-by:
Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#702664}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e90e5fe206c9..f3c5fefedbf9 git log e90e5fe206c9..f3c5fefedbf9 --date=short --no-merges --format='%ad %ae %s' 2019-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-10-03 ehmaldonado@chromium.org git-cl: Clean-up 2019-10-03 ehmaldonado@chromium.org git-cl: Better warning message for legacy buckets. 2019-10-03 ehmaldonado@chromium.org depot_tools: Run git_footers_test on Python 3. 2019-10-03 ehmaldonado@chromium.org depot_tools: Run git_common_test in Python 3 2019-10-03 ehmaldonado@chromium.org git-cl: Set CC from watchlists only on first upload 2019-10-03 dbeam@chromium.org Make presubmit bark at FIXED= in CL description 2019-10-03 dbeam@chromium.org Support "Fixed:" syntax in BugsFromDescription() 2019-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@f3c5fefedbf9 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:976104,chromium:1009809,chromium:1009809,chromium:1010499 Change-Id: I069b1442b937fdd975e68fb28625182d750e9116 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838761Reviewed-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@{#702663}
-
dpapad authored
Bug: 1003433 Change-Id: Ib6f675338ddea2c5239325349ce07f2f97c67d96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838995 Commit-Queue: Dan Beam <dbeam@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#702662}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/19400f0641be..d897a1016473 git log 19400f0641be..d897a1016473 --date=short --no-merges --format='%ad %ae %s' 2019-10-03 primiano@google.com Merge "build: gcc9/gcc6 support and cross fixes" 2019-10-03 primiano@google.com Merge "Remove perfetto_src_tracing_ipc static lib target" 2019-10-03 lalitm@google.com Merge "traceconv: add support for printing traces with compressed packets" 2019-10-03 lalitm@google.com Merge "trace_processor: implement "hash" sql function" 2019-10-03 ssid@google.com Merge "Parse process descriptor to set process names" Created with: gclient setdep -r src/third_party/perfetto@d897a1016473 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: I922d0e531cb0231b229627d415540cf927854c22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838368Reviewed-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@{#702661}
-
Peng Huang authored
This CL also turns on Pixel_CanvasDisplayLinearRGBAccelerated2D test Bug: 974383 Change-Id: I6401731f3630a4a54825486eeea793ab05472266 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834676Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#702660}
-
Andrew Grieve authored
Bug: 982762 Change-Id: Ic29c8ab1f5bbdd55cc88cd1ae73194cb6b12aa95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836980Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#702659}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c847a75f95be..1f08ab28305d git log c847a75f95be..1f08ab28305d --date=short --no-merges --format='%ad %ae %s' 2019-10-03 jmadill@chromium.org Re-land "GN: Componentize vulkan back-end build." 2019-10-03 geofflang@chromium.org GL: Refactor BlitGL program types into tuples of enums. 2019-10-03 timvp@google.com Only enable shader array size restrictions for HLSL 2019-10-03 jonahr@google.com Keep state up to date after bindBufferBase/Range Created with: gclient setdep -r src/third_party/angle@1f08ab28305d 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 cwallez@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=cwallez@google.com Bug: chromium:990368 Change-Id: Ic934880752c80bbeb26e261da2d68a64aa17d028 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838704Reviewed-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@{#702658}
-
John Abd-El-Malek authored
This is a reland of aaa2ec5c with fix from patchset 1 to 2 due to conflict with r702520. Original change's description: > Add weblayer browser_tests APK so we can run the tests on Android. > > The Shell C++ class isn't used on Android (unlike in content_shell) because we want to consume WebLayer there using the idiomatic Java API. At the same time, we want to write browser tests the same way for all platforms. So fake this by creating a Shell that reuses the existing BrowserController class that was created by Java. > > Change-Id: I946957f39eb79cff2e84c8abda56eed98b28d0a0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815884 > Reviewed-by: Clark DuVall <cduvall@chromium.org> > Commit-Queue: John Abd-El-Malek <jam@chromium.org> > Cr-Commit-Position: refs/heads/master@{#702563} TBR=cduvall@chromium.org Change-Id: I425b7b15d9f742a25a5b7c9dd306067ca29e551b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838953Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#702657}
-