- 26 Nov, 2019 40 commits
-
-
Ted Meyer authored
check all floats and doubles to make sure they are finite - report 'NaN' otherwise. Bug: 1027412 Change-Id: I3c424f82e66434e89fc7268d65a980a6bd86fd1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935887 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#719322}
-
Yao Xiao authored
Only support it when socket pools are also split by the NIK, because the key is grabbed from the session key and will be empty when socket pools are not partitioned. Bug: 1021617 Change-Id: Ib0f601b8b20deb2c4bb85ddb4e212eb71380d086 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900556Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/master@{#719321}
-
Chris Lu authored
This change adds targets for the remaining buttons to their appropriate InfobarTranslateModalDelegate methods. Bug: 1014959 Change-Id: I6d665d708a424559c9e406e9b67b4af554787a4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936287 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#719320}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/83aafc979fa6..74e43a9f7fd6 git log 83aafc979fa6..74e43a9f7fd6 --date=short --first-parent --format='%ad %ae %s' 2019-11-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@74e43a9f7fd6 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 Bug: None Tbr: agable@chromium.org Change-Id: I04a9e2db2913fcacfef7ee8c513206fd2b30f2aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936531Reviewed-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@{#719319}
-
Sylvain Defresne authored
set_sources_assignment_filter() is considered as a mis-feature of gn (as it makes it difficult to reason about the BUILD.gn files individually). Convert BUILD.gn files below //ui to instead use conditional to include source files only on the platformn where they are used. The conversion was done by using a modified version of gn that display all files filtered by set_sources_assignment_filter() and updating the BUILD.gn files manually to explicitly add the source files only on the platform that used them. This CL was uploaded by git cl split. Bug: 1018739 Change-Id: Idc995920f08746ab0cf4b84c5c662437ec4f50c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930896 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#719318}
-
Pavel Feldman authored
Since input.files can be set in the user land, there is no need to handle file chooser dialog natively for the automation scenarios. This change removes the browser-side dialog interception and moves the event to the blink side for simplicity. As a side effect, there is no need to grant file access to the renderer every time dialog is handled - blobs are constructed on the renderer side and there is no need to pass file names around. This removes `page.handleFileChooser` from the CDP, and instead exposes `frameId` and `backendNodeId` parameters when emitting the `fileChooserOpened` event. Change-Id: I738b1e5f2f0804eb9e22ad771f234a727a914aea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935410 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#719317}
-
Sam Fortiner authored
The last remaining use of GraphicsLayer's position, including side-effects such as non-UI code reads of cc Layer::position which is set via GraphicsLayer::SetPosition, is UpdateMainGraphicsLayerGeometry where it is used to determine if the position changed and a call to SetPosition is needed. Since there are no other readers of this data, this callsite can be removed along with all other SetPosition callsites and supporting (now unused) code. This has no functional impact on Blink composition as layer position has already moved over to using BGPT. Bug: 999336 Change-Id: I7937c601269bafb515ad1ce16231dbacf70b8efb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935499 Commit-Queue: Sam Fortiner <samfort@microsoft.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#719316}
-
Yngve N. Pettersen authored
If a generate_embedded_i18n target is specified with multiple grd_files_info entries each of the entries can have different xtb_locales configurations. However, unless the xtb_locales variable is reset to [] before it's updated, then the GN generation will fail. Change-Id: I40d89b5e4da66570c61e03971d534518e5a4873d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932800 Commit-Queue: Yngve Pettersen <yngve@vivaldi.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#719315}
-
Joe Downing authored
The Chrome app has been deprecated and replaced by a website. I am now cleaning up references to it throughout Chromium with the eventual goal of removing the code. Change-Id: If74d7f578b1c308f799bd30c9848b7d3a1d83b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926539 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Cr-Commit-Position: refs/heads/master@{#719314}
-
Wez authored
Change-Id: I47bff3b02a23a3749473ff363d164ea3f5c1b545 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929916 Auto-Submit: Wez <wez@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Cr-Commit-Position: refs/heads/master@{#719313}
-
Bill Budge authored
- Reworks tests to use PerformanceTestRunner to run code with timeline. - Performs tests in iframe, and uses postMessage to coordinate. Bug: chromium:1018029 Change-Id: Ie315516ddd90abe7538b485fd395d993a7a3e980 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924712 Commit-Queue: Bill Budge <bbudge@chromium.org> Reviewed-by:
Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#719312}
-
John Abd-El-Malek authored
This isn't flaking locally on the same build (Windows 10 Debug 64 bit) or on the same trybot as that waterfall bot. Trying to reland to see if it still flakes on that one bot. TBR=loyso@chromium.org Bug: 1026523 Change-Id: I69f346e74454904f629958c6f5006c9a66da9bf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935158 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#719311}
-
Ben Kelly authored
Bug: 1018920 Change-Id: I1f6686557d9ff7bd101549cc09a09fc525341942 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936851 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#719310}
-
Julie Jeongeun Kim authored
This CL cleans up InterfacePtrInfo for WilcoDtcSupportdServiceFactory from WilcoDtcSupportdBridge and uses PendingRemote instead of it. Bug: 955171 Change-Id: I806411e876144c68594cab6c93f3bb45a74996a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935635 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Polina Bondarenko <pbond@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#719309}
-
Takumi Fujimoto authored
Make CastMediaNotificationItem update MediaNotificationView whenever it receives media status updates from Media Router. Bug: 987479 Change-Id: I6dc5d4e825a3a46d0e44e1172c454bb1de46175e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924961Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#719308}
-
Yngve N. Pettersen authored
Running tests on a system with non-US locales causes some tests to fail, so always force en_US locale for tests. Change-Id: I37c34dd37dabcb2303cafc090387a8d041501e83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921908 Commit-Queue: Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Cr-Commit-Position: refs/heads/master@{#719307}
-
Michael Crouse authored
This change allows the random delay before a fetch to the remote Optimization Guide Service is made for prediction models and host model features. Bug: 1001194 Change-Id: I71a5670bb103ee67805fdc1981db9c2997e121c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935497Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#719306}
-
John Lee authored
Bug: 989131 Change-Id: Ieeabc7f8ca34c7251955f9500b53e1d18bc2266c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935040 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#719305}
-
Ahmed Fakhry authored
When this feature is enabled, and the user has never changed the schedule on the device, NL is set automatically to follow a sunset-to-sunrise schedule. We also show a notification when NL changes status because of Auto Night Light. This notification is never shown again once the user interacts with it (by closing it, or clicking on it). This feature is not exposed to the end user, and only enabled by the session manager on some devices based on their cros-config. BUG=1026871 TEST=ash_unittests --gtest_filter=*AutoNightLight* Change-Id: Ia15cd94d7c6a4c5fa30413f526282f713b9ba395 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927987 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#719304}
-
Dominique Fauteux-Chapleau authored
Invalidates the DM token in storage when CloudPolicyClient returns a 410 error code. Bug: 1020289 Change-Id: I4e6de76e3d04de6c2ffc70def84f59b94b403766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934589 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Tien Mai <tienmai@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#719303}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/bc1e7ba9a982..ea12f144588e git log bc1e7ba9a982..ea12f144588e --date=short --first-parent --format='%ad %ae %s' 2019-11-26 aerotwist@chromium.org Migrates javascript_metadata/ to esm 2019-11-26 yangguo@chromium.org Revert "Migrate elements/ to ESM" 2019-11-26 aerotwist@chromium.org Migrates browser_debugger/ to esm 2019-11-26 almuthanna@google.com Cover Fragment with Karma tests and modify report 2019-11-26 yangguo@chromium.org Update README with instruction to use fetch 2019-11-26 yangguo@chromium.org Revert "Update roll & type check scripts with new browser_protocol.pdl location" 2019-11-26 John.Emau@microsoft.com Audits: Mark progress bar with role="progressbar" 2019-11-26 caseq@chromium.org Update roll & type check scripts with new browser_protocol.pdl location 2019-11-25 vidorteg@microsoft.com Reland "Do not require arguments to run run_localization_check.py" 2019-11-25 vidorteg@microsoft.com Reland "Revert "Adding run_localization_check.py"" 2019-11-25 vidorteg@microsoft.com Excluding JSON files from check_localizability.js. 2019-11-25 aerotwist@chromium.org Migrates har_importer/ to esm 2019-11-25 aerotwist@chromium.org Migrates quick_open/ to esm 2019-11-25 almuthanna@google.com Add Karma tests for ResourceType.js 2019-11-25 janscheffler@chromium.org Add percentage calculation to URLCoverageInfo 2019-11-25 tvanderlippe@chromium.org Migrate elements/ to ESM Created with: gclient setdep -r src/third_party/devtools-frontend/src@ea12f144588e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: chromium:1006759,chromium:1006759,chromium:1006759,chromium:963183,chromium:1027052,chromium:1027052,chromium:1027052,chromium:1006759,chromium:1006759,chromium:1006759 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie987001daedad0257f9e556eac0463ae2599a8fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936903Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Yang Guo <yangguo@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719302}
-
Owen Min authored
The test is flaky on multiple platforms. Bug: 1028676 Tbr: msramek@chromium.org Change-Id: Ib13c169cf919e3e087e0be14aa250b250d4e4f0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935232Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#719301}
-
Chris Dalton authored
Change-Id: Ie057a8537005e461307a53d459692d62fdc5740d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933946 Commit-Queue: Chris Dalton <csmartdalton@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#719300}
-
Henrique Nakashima authored
SharedPreferencesManager now accepts dynamic keys as long as their prefix was registered in ChromePreferenceKeys. Bug: 1013781, 1022108 Change-Id: Ia5ed931d64fc5098dd4927c1794eede85b28e094 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929636Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#719299}
-
Owen Min authored
The test is flaky. Bug: 1028684 Tbr: petermarshall@chromium.org Change-Id: I99e944dcb3a09f9cc3b6696556cac9982b5ef728 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935517Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#719298}
-
Clemens Arbesser authored
Clicking a text link will end the action immediately and send the current state of the form action (including the state of counters and checkboxes) to the backend. This CL also fixes a bug where multi-line radio button descriptions where not correctly vertically centered. Bug: b/144402029 Change-Id: I6e14f01744edf16bd703df9b560a45c9498bd2fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929820 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#719297}
-
Mounir Lamouri authored
Bug: 1028449 Change-Id: I8e60112a7da55ad07845f4651724504a8906f506 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935929Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#719296}
-
chrome://discardsSigurdur Asgeirsson authored
Change-Id: Icda679eabd038ac15ac79e42b064a395bef4f9dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933201 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#719295}
-
Min Qin authored
properly deleted BUG=1028666 Change-Id: I59b60a897a5f2529d4e61d8632aebe421dbc71b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933738Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#719294}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/fe2d3ddde90a..5b2740c57090 git log fe2d3ddde90a..5b2740c57090 --date=short --first-parent --format='%ad %ae %s' 2019-11-26 syoussefi@chromium.org Vulkan: Remove unnecessary barrier in image -> buffer copy Created with: gclient setdep -r src/third_party/angle@5b2740c57090 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 Bug: None Tbr: cwallez@google.com Change-Id: I27268d0155bb23de102627f06fe3c4e55079b3ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935151Reviewed-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@{#719293}
-
Arthur Wang authored
R=aluo@chromium.org, bsheedy@chromium.org, carlosk@chromium.org, harringtond@chromium.org Bug: 1021309 Change-Id: Icda90823cbb4e73f5735008d96f3d51e23c4a9e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898438 Commit-Queue: Arthur Wang <wuwang@google.com> Reviewed-by:
Sam Maier <smaier@chromium.org> Reviewed-by:
Andrew Luo <aluo@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#719292}
-
Toni Barzic authored
BUG=1026964 Change-Id: Idd32c959203b7155e6a8639937e34cb206498bdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928618 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#719291}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/6807a2568cda..f06a1962beff git log 6807a2568cda..f06a1962beff --date=short --first-parent --format='%ad %ae %s' 2019-11-26 9856269+sarahM0@users.noreply.github.com spvc: Fix spvc_spirv_cross_spvc_parser_tests failure by updating known_spvc_filures (#909) Created with: gclient setdep -r src/third_party/shaderc/src@f06a1962beff 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 Bug: None Tbr: radial-bots+chrome-roll@google.com Change-Id: I2129b3486511d21ebf65b42c5f53ff39c2acb3dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937348Reviewed-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@{#719290}
-
Mikel Astiz authored
The new enum was introduced in https://chromium-review.googlesource.com/c/chromium/src/+/1714585 but the Java enum has remained outdated since. This patch adds the new value also in Java by auto-generating the Java enum via GENERATED_JAVA_ENUM_PACKAGE, which prevents similar future issues. Wherever there is passphrase-type-specific logic, the new TRUSTED_VAULT_PASSPHRASE is treated similarly as the keystore case. Bug: 1019687 Change-Id: Ib7339e8f60a0f7905626d5821fc6673659173b07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932904 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#719289}
-
Andrew Grieve authored
Enableds the following: * BinderIdentityRestoredDangerously * EmptyIf * EqualsBrokenForNull * InvalidThrows * LongLiteralLowerCaseSuffix * RedundantOverride * RemoveUnusedImports * StaticQualifiedUsingExpression * StringEquality * TimeUnitMismatch * UnnecessaryStaticImport * UseBinds * WildcardImport Bug: 894616 Change-Id: I2eb886044d27b45d751ab54eceb606b176458a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936892Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#719288}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c959541ab602..6f1240d519b7 Created with: gclient setdep -r src-internal@6f1240d519b7 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 Bug: chromium:1028600,chromium:None Tbr: jbudorick@google.com Change-Id: Id492b5c57f377f843e39196baa468816a2109b50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937350Reviewed-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@{#719287}
-
Caleb Rouleau authored
This change https://chromium-review.googlesource.com/c/chromium/src/+/1908715 accidentally enabled this test on Mac. R=ellyjones@chromium.org Bug: 1023255, 1028240 Change-Id: I13817e90e01b1dc3ae7474ea16b3f29c33832c6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937142Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#719286}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/20c014cee7c3..74cebd68792d git log 20c014cee7c3..74cebd68792d --date=short --first-parent --format='%ad %ae %s' 2019-11-26 cwallez@chromium.org Allow using swiftshader with the Vulkan backend 2019-11-26 rharrison@chromium.org Remove build rules for spvc support & spirv-cross fuzzers Created with: gclient setdep -r src/third_party/dawn@74cebd68792d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: Ic26cb4bd6bfc6af8b3e516757c954f3614d30d50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937145Reviewed-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@{#719285}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/1b1f18689958..c92898569764 git log 1b1f18689958..c92898569764 --date=short --first-parent --format='%ad %ae %s' 2019-11-26 hjd@google.com Merge "trace_processor: improve costing algorithm to better account for sort" 2019-11-26 skyostil@google.com Merge "TrackEvent: Add support for debug annotations" Created with: gclient setdep -r src/third_party/perfetto@c92898569764 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 Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ic3d02becb77cf1617d3cceacf7b34f3288541cd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937143Reviewed-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@{#719284}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/17096c763c24..882115da6b31 git log 17096c763c24..882115da6b31 --date=short --first-parent --format='%ad %ae %s' 2019-11-26 borenet@google.com [infra] Make CheckGeneratedFiles use Clang 2019-11-26 robertphillips@google.com Stop using GrPixelConfig in Metal & Dawn's GrProgramDesc creation 2019-11-26 reed@google.com Revert "Revert "switch to new filltype for SkPath"" Created with: gclient setdep -r src/third_party/skia@882115da6b31 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 bungeman@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 Bug: None Tbr: bungeman@google.com Change-Id: I6a591ff520b33c1c32d0cfac7105a36c9fcd9a74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936906Reviewed-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@{#719283}
-