- 22 Jul, 2020 40 commits
-
-
Robert Ma authored
Change the root PRESUBMIT_test_mocks.py as well to include the new API. A compatibility layer is added to support the old API for now, and should be removed when the old API is removed. Fixed: 1108326 Bug: 1098560 Change-Id: I562686f265779cbdaf33134fd4d5af4bdcae6e0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314196 Commit-Queue: Robert Ma <robertma@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Robert Ma <robertma@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#790926}
-
Albert Chaulk authored
This adds - GL_TEXTURE_EXTERNAL_OES as a valid texture binding target. - GL_RGB_YCRCB_420_CHROMIUM and GL_RGB_YCBCR_420V_CHROMIUM as valid render targets. - GL_SAMPLER_EXTERNAL_2D_Y2Y_EXT as a valid sampler type. Bug: b/161290355 Test: manual testing w/ chromecast Change-Id: Iff7f70db46cde2ae02582edb41773410a65f0702 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297717Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#790925}
-
Mehran Mahmoudi authored
This CL implements changes to omnibox to indicate when a paint preview is showing. PTAL at the design doc for more context: http://go/fdt-tab-integration Bug: 1064011 Change-Id: I29a72a6fe7fd463f120dc37ce9e64df4b2805c93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231404 Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#790924}
-
Tanmoy Mollik authored
This cl replaces SyncAndServices preference with ManageSync preference and adds a row for Google services preference. The UI changes are controlled under MOBILE_IDENTITY_CONSISTENCY flag. Screenshot: https://crbug.com/1092857#c1 Bug: 1092857 Change-Id: I97ef592e0fd94e9b442764933cf99258b8d6a16b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279755 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#790923}
-
Robert Liao authored
Change-Id: I197ac9248136a85b3f54848728a1f09f4cdebba2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309138 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#790922}
-
Mustaq Ahmed authored
We have quite a few cases where some internal methods "synthesize" user activation notification triggers, as if they were real user interactions. After UAv2 shipped in M72, these calls /should/ be unnecessary, see the bug. However the compat implication is not clear. This CL is part of a sequence that would hook up histograms to each type of triggers. If a synthetic trigger turns out to be ineffective, we would blindly remove them. We will then investigate the remaining ones one-by-one. This CL covers changes in blink/renderer/modules/. Bug: 1103249, 1017270 Change-Id: Ie9e62bf7c96529f0222f8a7b452b7b1d99e59184 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2281302 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#790921}
-
Jacques Newman authored
This change adds a wrapper class: GridTrackList. This class wraps both legacy grid track list type, and the GridNG version: Vector<GridTrackSize>, and NGGridTrackList respectively. (The NGGridTrackList is stored in a unique-ptr to keep size down when not running GridNG. As NGGridTrackList does not expand repeated tracks, it can represent large amount of repetitions, allowing us to increase the max track size for GridNG. Bug: 1045599 Change-Id: I4b65588c4bcac40400e3326d4df0bfb1e9fab32a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301140Reviewed-by:
Ethan Jimenez <ethavar@microsoft.com> Reviewed-by:
Oriol Brufau <obrufau@igalia.com> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Jacques Newman <janewman@microsoft.com> Cr-Commit-Position: refs/heads/master@{#790920}
-
Vikas Soni authored
We have crash dumps to diagnose regressions in remote font analysis or cc serialization errors but most of their utility is in identifying URLs where the regression occurs. This info is not available for webview so there isn't much point in having the crash dumps there. Adding a command line flag that webview sets to disable these crash dumps. Bug: 1096208 Change-Id: Ic6fda847aa0e8c66b64cad01044e7dd934dff0b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310829Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#790919}
-
David Bertoni authored
This CL adds tests for remove(), clear(), getBytesInUse(), and onChanged listeners. Bug: 1093066 Change-Id: Ibcff7f0fef73d998d96869c18148d1768ba54671 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311318 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Archana Simha <archanasimha@chromium.org> Cr-Commit-Position: refs/heads/master@{#790918}
-
Reilly Grant authored
This change fixes an error introduced in r774216 when the ID_MODEL_ID property name was accidentally changed to ID_PRODUCT_ID. To prevent mistakes like this from happening in the future this change uses the FakeUdevLoader infrastructure (with some improvements) to implement unit tests for this platform specific code. Bug: 1108115 Change-Id: I2dd42e282cc47f1af42ca3b482c4cba5a782d33b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311418 Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#790917}
-
Josh Nohle authored
Instead of returning a separate |success| parameter from the local device data updater, return base::nullopt for the response if the update fails. Bug: b/157685298 Change-Id: I653a23cc8e6391ee016540bbb7d46ca58755db3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310318 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#790916}
-
Chris Cunningham authored
Previous CL to use GpuDecodeAcceleratorFacotries for powerEfficient neglected to consider these scenarios. Fall back to using the DB here where answers are correct after first plabyack. For EME, we need additional info about the KeySystem setup to know if our gpu accelerate decoders will be used. For Workers, Platform::Current()->GetGpuFactories() currently returns null. Bug: 1105258 Change-Id: I8a76a7aaaaceba4a190e02097192c51cfe0db2bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311148 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#790915}
-
Ben Pastene authored
The devices are moving into the standard test pool since they no longer need their own pool. Bug: 1057152 Change-Id: Ia0a4145561e408a94af19d66fda77f461b8b8200 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313048 Commit-Queue: Ben Pastene <bpastene@chromium.org> Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> Auto-Submit: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Wenbin Zhang <wenbinzhang@google.com> Cr-Commit-Position: refs/heads/master@{#790914}
-
Tina Wang authored
Set prefs::kDefaultSearchProviderEnabled to policy map to flag that the default search engine is enabled by policy. Clarify the pref setting logic by removing the loop and setting the pref one by one. Check prefs::kDefaultSearchProviderEnabled to decide whether to show the managed UI. Bug: 1103663 Change-Id: I05fc781056e1014db437d1c5882d1b0775ca0a32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305829 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#790913}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/724a04e1..cf25ef52 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ib14a67429aa00054d39630c76ffab9ea7fc8ce6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313516Reviewed-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@{#790912}
-
Becca Hughes authored
We have different areas for different content when it is displayed. This updates the mojo API to filter the content type of the feed content based on the current tab. BUG=1053599 Change-Id: I658e85c00fe43e10be94d9585a397b2a0771ee44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308997 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#790911}
-
Victor Costan authored
Change-Id: I9fc513f40e02ff304bad940bf413543dc594dfce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311267 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#790910}
-
chrome://flagsmanuk authored
crrev.com/c/2189354 added the feature and param. This CL adds a chrome://flags entry with variations [5, 15]. Bug: 1079023 Change-Id: I3f9cd812cbc7c3ad2fc1a2bc245d5f2a8cd5ebe8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311576 Commit-Queue: manuk hovanesian <manukh@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#790909}
-
Sebastien Marchand authored
This updates the High PM policy to make it discard tabs directly rather than sending memory pressure signals. Change-Id: I26c85179b8c03268d84c0c99918239f2344bb6d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304106 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#790908}
-
Anastasia Helfinstein authored
Always construct onscreen keyboard from RoleType=Keyboard nodes AX-Relnotes: n/a. Bug: 1106573,1104257 Change-Id: Ifc528faa4e825e69c525807e78da27dc1e281fa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308355Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#790907}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/8fbd57f0d966..ba0609c22877 2020-07-22 vapier@chromium.org signing: drop support for nvidia firmware 2020-07-22 engeg@google.com cbuildbot: When scheduling children, pass version tag 2020-07-21 kimjae@chromium.org auto_updater: Remove quick-provision log copying 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I00f227f819b14c50720ff3fae1634d3abad720f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313178Reviewed-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@{#790906}
-
Victor Costan authored
Change-Id: I5b1f942e9115aa6362b19628da3bdbad19299e64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311045 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#790905}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/9165cbb4f40d..7923b3e3d972 2020-07-22 johnkslang@users.noreply.github.com Merge pull request #2353 from vkushwaha-nv/SPV_EXT_shader_atomic_float If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,timvp@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,timvp@google.com Change-Id: I00c537ebb319368f6609ffb68c99c42b833474c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313217Reviewed-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@{#790904}
-
Peng Huang authored
Bug: 1004772 Change-Id: I2f00c70d86402e65e24f7e651c4a3827f7595577 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313159Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#790903}
-
bttk authored
Bug: 1067118 Change-Id: I36dc4040eb2c8f53e8c9b155069159eb3dff0a2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311117 Commit-Queue: who/bttk <bttk@chromium.org> Reviewed-by: Ender
💬 =🕐 (ping me for faster reviews) <ender@google.com> Reviewed-by:Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#790902}
-
Lambros Lambrou authored
If SDP re-negotiation is needed (for example, to configure a different video/audo codec), ICE needs to be restarted. But the client cannot do this directly, because the host is the end that sends the initial SDP offer. This CL adds a control message that the client can use to request ICE restart from the host. This is only implemented for WebRTC connections. Bug: 706220 Change-Id: I44a1d7811375e4ffbc714a4cc0a8f58a75524a3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309218Reviewed-by:
Joe Downing <joedow@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#790901}
-
Anatoliy Potapchuk authored
We did properly handle the case of losing network connection during installation. We should close the network configure ui as soon as the network appears to cover cases without an operator. Bug: 1104169 Change-Id: Iee4cc7f342f417d51c152fd6d7ffa86e97affdf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302618Reviewed-by:
Anqing Zhao <anqing@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#790900}
-
Victor Costan authored
Change-Id: Ifaa1c3dfac42adfde6869b77595f70248c81b54a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311047 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#790899}
-
Stefan Zager authored
Change-Id: I904d9eac5d9084f5936118cab4029bd6500e6f6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313380 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#790898}
-
Mila Green authored
Bug: 1108416 Change-Id: I9fd080dbb66ca50656a2451b94c3e5610dce0040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313876Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Mila Green <milagreen@chromium.org> Cr-Commit-Position: refs/heads/master@{#790897}
-
John Abd-El-Malek authored
This exposed a bug in the existing implementation (see test failures in patchset 1) since the UKM enabled state was being set based on the last profile's state instead of all profiles. Bug: 1107439, 1088488 Change-Id: I8191e69f4abfa7a7a0e0fab7093378372b00310a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308938 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#790896}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c07c59ddb0be..6081b23b2980 2020-07-22 gbeaty@chromium.org Modify bot_update to support setting blamelist pins. 2020-07-22 gbeaty@chromium.org Use fixed revisions in bot_update's test API output_json. 2020-07-22 cwallez@chromium.org gclient: print use_relative_hooks deprecation on stderr. 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 ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1047893,chromium:1107325,chromium:1108301 Tbr: ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@google.com Change-Id: I9b0fb5713c25581b2848711c5e4d3f0eace9585a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313537Reviewed-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@{#790895}
-
Guido Urdaneta authored
Prior to this CL, this function iterated over a source map that could be modified by a re-entrant call triggered by JS code. Bug: 1105426 Change-Id: I47e49e4132cba98e12ee7c195720ac9ecc1f485b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2312703Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#790894}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: Ic1c755c17b6619f3afa0d429a9006083f063808f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313536Reviewed-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@{#790893}
-
Josip Sokcevic authored
Bug: 1108431 Cr-Commit-Position: refs/heads/master@{#790892}
-
Josip Sokcevic authored
This changes return type of following functions: * SearchByTitle * GetRemainingFileList * AddNewDirectory * RemoveResourceFromDirectory * GetFileListInDirectory Bug: 1007686 Change-Id: I4720a98a28d78d76f200535c1b4199fb5347147d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304668Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Jose Dapena Paz authored
GCC fails to resolve NoDestructor of an initializer list for initializing kInvalidCharacters. But if we use also initializer list for NoDestructor it will work. Bug: 819294 Change-Id: I22d80b8a8c345287152f6f033ef0d9e2f1ea9734 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310413Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#790890}
-
Lei Zhang authored
Slightly surprising, but apparently on Windows, one can write base::DeleteFileW() and still end up calling base::DeleteFile(). Fix these callers to use base::DeleteFile() directly, rather than relying on some macro magic. Also stop using the deprecated version of base::DeleteFile() and fix some nits. Bug: 1009837 Change-Id: I3e8e35c7d57928b587dc103217fccb7d1f0b4fa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313042Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#790889}
-
Ryan Harrison authored
BUG=tint:123 Change-Id: I10915ff259d0f22c4074e9df59c90d0fbe21c68b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313099 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#790888}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/f272427bda39..d7a1fced41b0 2020-07-22 tommek@google.com Fix copying between images and buffers with padding 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/+doc/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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I9ab5cdc1fbeb435c84f5d1f737c13437a0bc26f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313177Reviewed-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@{#790887}
-