Commit Graph
38 Commits
Author SHA1 Message Date
mkarolin 8ee9c5465d Updated patches from Chromium 90.0.4427.5 to Chromium 90.0.4430.11. 2021-03-23 14:55:36 -04:00
mkarolin 49b3329404 Update patches from Chromium 90.0.4421.5 to Chromium 90.0.4427.5. 2021-03-23 14:55:29 -04:00
mkarolin c0dcc465ea Updated patches from Chromium 90.0.4408.0 to Chromium 90.0.4412.3. 2021-03-23 14:55:14 -04:00
mkarolin 8a292e99a8 Updated patches from Chromium 90.0.4400.8 to Chromium 90.0.4408.0. 2021-03-23 14:55:06 -04:00
mkarolin c8b9cf6dfe Updated patches from Chromium 89.0.4385.0 to Chromium 89.0.4389.9. 2021-02-04 23:52:33 -05:00
Mario Sanchez Prada d843ae0aed Updated patches from Chromium 88.0.4324.152 to Chromium 89.0.4350.7. 2021-02-04 23:51:40 -05:00
mkarolin 6716c96109 Updated patches from Chromium 88.0.4302.0 to Chromium 88.0 4315.5. 2020-12-08 15:25:43 -05:00
mkarolin d824181412 Updated patches from Chromium 87.0.4280.47 to Chromium 87.0.4280.49. 2020-11-04 23:16:04 -05:00
mkarolin f92dbd254c Updated patches from Chromium 87.0.4278.0 to Chromium 87.0.4280.11. 2020-10-28 14:03:59 -04:00
Mario Sanchez Prada d65fe20581 Update patches from Chromium 86.0.4240.111 to Chromium 87.0.4250.0. 2020-10-28 13:59:07 -04:00
mkarolin 96121066ec Update patches from Chromium 86.0.4238.2 to Chromium 86.0.4240.9. 2020-09-11 14:45:34 -04:00
mkarolin 8262ac4c66 Update patches from Chromium 86.0.4214.2 to Chromium 86.0.4221.4. 2020-09-11 14:45:31 -04:00
mkarolin 203549c463 Update patches from Chromium 85.0.4183.83 to Chromium 86.0.4205.3. 2020-09-11 14:45:30 -04:00
mkarolin ac42a8e365 Update patches from Chromium 85.0.4181.9 to Chromium 85.0.4183.16. 2020-08-06 17:31:57 -04:00
mkarolin 4d945448c9 Upgrade patches from Chromium 83.0.4103.116 to Chromium 84.0.4147.21. 2020-07-01 18:11:37 -04:00
mkarolin ac3893f2eb Upgrade patches from Chromium 83.0.4093.3 to Chromium 83.0.4100.3. 2020-05-26 09:52:27 -04:00
mkarolin 1b0dd2435f Upgrade patches from Chromium 81.0.4044.138 to Chromium 83.0.4093.3. 2020-05-26 09:52:26 -04:00
mkarolin c773eb33d3 Upgrade patches from Chromium 78.0.3904.108 to Chromium 79.0.3945.56. 2019-11-27 15:57:46 -05:00
mkarolin c5f3a715ba Upgrade patches from Chromium 77.0.3865.75 to Chromium 78.0.3904.50 2019-10-09 21:50:27 -04:00
Max Karolinskiy 1772dbb360 Update patches from Chromium 76.0.3809.132 to Chromium 77.0.3865.65 2019-09-05 21:22:06 -04:00
Max Karolinskiy a683051bd9 Updated patches from Chromium 75.0.3770.100 to 76.0.3809.62 2019-07-10 16:38:30 -04:00
Max Karolinskiy 50cb1b6e15 Updated patches from Chromium 74.0.3729.131 to Chromium 75.0.3770.18 2019-05-14 13:41:47 -07:00
Max Karolinskiy 8114d82b30 Revert "Merge pull request #2088 from brave/revert-c74-with-deps"
Reland C74 on master.

This reverts commit f6cfa13c73, reversing
changes made to 6143676339.
2019-04-01 17:46:01 -04:00
Brian Clifton 66e6c951d4 Revert Chromium 74
(originally implemented with https://github.com/brave/brave-core/pull/2013)

Fixes https://github.com/brave/brave-browser/issues/3898
2019-03-26 18:35:47 -07:00
Max Karolinskiy 023a60aa57 Upgrade patches from 73.0.3683.75 to 74.0.3729.22 2019-03-19 16:09:39 -04:00
Brian R. Bondy 420a2f30ac Upgrade patches from 72.0.3626.81 to 73.0.3683.27 2019-02-11 21:28:40 -05:00
Brian R. Bondy da5ae87be5 Update patches for 72.0.3626.17
Note:
chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
Was renamed to:
chrome/browser/resources/settings/autofill_page/passwords_section.html

Note:
third_party/blink/renderer/core/frame/content_settings_client.*

commit 3f827e31f04f9c3be7d3a2fe2e964a37b3cf1314
Author: Dmitry Gozman <dgozman@chromium.org>
Date:   Sat Oct 27 02:43:41 2018 +0000

    Remove blink::ContentSettingsClient

    We can use WebContentSettingsClient directly now,
    which is a part of public/platform.

    Some users of GetContentSettingsClient now have to null-check,
    while previously they assumed the client is always present
    (that's true for non-detached frames).

    Some places needed an update, because they treated null
    ContentSettingsClient differently from the default value.
    Perhaps that's not intended, but we preserve it just in case.

error: components/domain_reliability/service.cc: No such file or directory

commit aec73c860b15a0873431e32913e7e536f929da68
Author: John Abd-El-Malek <jam@chromium.org>
Date:   Sat Nov 17 00:07:11 2018 +0000

    Instantiate Domain Reliability code in NetworkContext so it works with and without the network service.
2018-12-17 19:09:52 -05:00
Brian R. Bondy d94c167245 Upgrade patches from 71.0.3578.75 to 71.0.3578.80 2018-12-04 08:18:20 -05:00
Brian R. Bondy 4ed0d715e3 Update patches for Chromium 71.0.3578.20
Browser distribution string now uses IDS_ABOUT_VERSION_COMPANY_NAME

See also Chromium commit:

commit 31e1a2dbccc34a129ce779fea8d793b53f3ed945
Author: Greg Thompson <grt@chromium.org>
Date:   Wed Sep 5 11:15:44 2018 +0000

    Move GetPublisherName from BrowserDistribution into InstallUtil.

    Chromium will now report "The Chromium Authors" rather than "Chromium"
    as its publisher name (as it should have all along).

    BUG=879568

---

Remove app_menu_controller.mm patch...

Because:
IsSecondaryUiMd() should always be true
ShowAllDialogsWithViewsToolkit() should always be true

And it doesn't exist anymore upstream.

See also:
commit a738bf5a7f9bb73fdcb4fff030f8b4069406c3fe
Author: Robert Sesek <rsesek@chromium.org>
Date:   Mon Sep 24 01:28:08 2018 +0000

    mac: Delete the Cocoa app menu.

    Bug: 832676
2018-10-30 14:58:56 -04:00
Brian R. Bondy d2b2761614 Upgrade patches from 70.0.3538.4 -> 70.0.3538.12 2018-09-09 16:30:18 -04:00
Brian R. Bondy 7935bdc96c Update patches for 70.0.3528.4 2018-08-24 21:56:46 -04:00
Brian R. Bondy f8b86b43c8 Update patches for Chromium 69.0.3497.12 2018-07-31 09:19:09 -04:00
Brian R. Bondy fc65d5f442 Update patches for C68 2018-07-20 10:51:45 -04:00
Brian R. Bondy b62aec8c57 Update patches for Chromium 67.0.3396.62 2018-06-04 01:37:46 -04:00
Brian R. Bondy bb82a00de5 Update patches to Chromium 66.0.3359.117 2018-05-01 20:19:13 -04:00
Brian R. Bondy 314db99760 Update patches for C65 2018-03-01 17:34:27 -05:00
Brian R. Bondy 0cc217ae34 Update patches for Chromium64 2018-01-30 13:23:06 -05:00
kevinlawler f7600a26ee patchfile modifications: split master_patch.patch using new utility
outside issue: brave/brave#36
outside pr:    brave/brave#37

standardize to a/ b/ diff prefixes

remove master_deleted_patch
2017-12-29 11:48:28 -08:00