Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Update patches from Chromium 76.0.3809.132 to Chromium 77.0.3865.42 #3247

Closed
wants to merge 55 commits into from

Fixes theme swtiching.

16c04ff
Select commit
328aadd
Update patches from Chromium 76.0.3809.100 to Chromium 77.0.3865.42
mkarolin Jul 24, 2019
8c7a935
Process version shouldn't create a source set.
mkarolin Jul 24, 2019
94178d8
Updated chrome_constants override with the changes in the original.
mkarolin Jul 25, 2019
178cf71
OmniboxInputType::INVALID was renamed to EMPTY.
mkarolin Jul 25, 2019
daeb5d1
Updated HandleExternalProtocol signature in BraveContentBrowserClient.
mkarolin Jul 31, 2019
7145571
Updated signature of BraveExtensionsAPIClient::ShouldHideBrowserNetwo…
mkarolin Jul 31, 2019
aee7e2b
AddRestoredTab now takes a tab group param.
mkarolin Jul 31, 2019
7372c0e
content/public interfaces are no longer const.
mkarolin Jul 31, 2019
a714f47
Removed unused source_set from the build.
mkarolin Aug 2, 2019
9978278
Readded code to get top document GURL in NavigationRequest.
mkarolin Aug 2, 2019
8de1fe8
Moved start of Brave services to BraveBrowserMainExtraParts::PreMainM…
mkarolin Aug 2, 2019
507105c
PrefProvider::is_incognito_ was renamed to off_the_record_.
mkarolin Aug 2, 2019
e74f411
APISignature::ParseArgumentsToJSON signature change.
mkarolin Aug 5, 2019
4ce604d
ComponentLoader ctor signature change.
mkarolin Aug 5, 2019
9e75995
SimplifyHttpsIndicator feature is now on by default.
mkarolin Aug 5, 2019
4bb09eb
Removed Win10 specific welcome UI flow.
mkarolin Aug 6, 2019
e4b8532
Signin restructure.
mkarolin Aug 6, 2019
66220ef
Use base::Contains instead of ContainsKey.
mkarolin Aug 6, 2019
b9dde03
IOThread class has been removed.
mkarolin Aug 6, 2019
bf2c5ae
Fixes compilation of brave_actions_container.h
mkarolin Aug 6, 2019
a00383d
Moved starting of Brave services to PostBrowserStart.
mkarolin Aug 22, 2019
bc19c6a
views::BoxLayout orientation is now a class enum.
mkarolin Aug 6, 2019
e0f8db4
Fixes RenderViewContextMenu override compilation.
mkarolin Aug 6, 2019
8e3373f
Enable networking service.
mkarolin Aug 10, 2019
ecde20f
Unit tests: Fixes MCSClient API signature changes.
mkarolin Aug 12, 2019
fe6a0ef
Unit tests: fixes GCMDriver c'tor signature change.
mkarolin Aug 12, 2019
eeb46f0
Unit tests: Fixes CreateProfileAsyncHelper signature.
mkarolin Aug 12, 2019
a14063e
Fixes location change of md_select_css.html.
mkarolin Aug 13, 2019
9070cd0
GridLayout::AddView now takes unique_ptr.
mkarolin Aug 13, 2019
998d23a
GridLayout c'tor signature change.
mkarolin Aug 13, 2019
daf6bd7
Signature change in WillCreateURLLoaderFactory in
mkarolin Aug 14, 2019
ca8bcdf
Removed BraveNetworkDelegateBase and subclasses.
mkarolin Aug 14, 2019
733c1d8
StringDataSource replaced StringDataPipeProducer.
mkarolin Aug 15, 2019
73a0d37
Removed AllowGetCookie/AllowSetCookie from BraveContentBrowserClient.
mkarolin Aug 16, 2019
60fbe43
Fixes Chromium bluetooth UUID dependency bug.
mkarolin Aug 17, 2019
1aa527d
paper-button has been replaced with cr-button.
mkarolin Aug 19, 2019
374f914
Fixes missing pref in Shields settings radio buttons.
mkarolin Aug 20, 2019
b636c0f
TreeNode::GetChild and child_count were removed.
mkarolin Aug 20, 2019
248cd84
syncer::Cryptographer c'tor signature change.
mkarolin Aug 20, 2019
7842532
Added a missing header include.
mkarolin Aug 20, 2019
d58eb63
Transition CSS from [dark] to @media.
mkarolin Aug 20, 2019
a2a2196
Unit test: BraveSyncServiceTest.GetDisableReasons fix.
mkarolin Aug 21, 2019
b72571d
Browser Test: SendToOmniboxAndSubmit signature change.
mkarolin Aug 21, 2019
ae758a9
Disable kLookalikeUrlNavigationSuggestionsUI
mkarolin Aug 23, 2019
8751f80
Fixes BraveRequestInfo::tab_origin.
mkarolin Aug 26, 2019
efff5dd
Update strings for 77.0.3865.19.
mkarolin Jul 25, 2019
5268033
TEMPORARY: commented out code affected by Chromium commit 6811de35a39…
mkarolin Aug 16, 2019
94fd786
Browser Test: added missing overrides to BraveMockRenderViewContextMenu.
mkarolin Aug 21, 2019
f2357d8
Browser Test: Removed SetUrlRequestMocksEnabled.
mkarolin Aug 21, 2019
0a9546e
Browser Test: Added a missing header include.
mkarolin Aug 21, 2019
0fcb757
Browser Test: Rename ContextualSuggestionsService => RemoteSuggestion…
mkarolin Aug 21, 2019
ec1a9d4
Browser Test: Allow intentional crash.
mkarolin Aug 22, 2019
16c04ff
Fixes theme swtiching.
mkarolin Aug 27, 2019
ef4dad3
Changed BraveProxyingWebSocket to align with C77 changes.
mkarolin Aug 28, 2019
a85d3c0
Fixes theme changing.
simonhong Aug 28, 2019
Closed

WIP: Update patches from Chromium 76.0.3809.132 to Chromium 77.0.3865.42 #3247

Fixes theme swtiching.
16c04ff
Select commit
328aadd
Update patches from Chromium 76.0.3809.100 to Chromium 77.0.3865.42
mkarolin Jul 24, 2019
8c7a935
Process version shouldn't create a source set.
mkarolin Jul 24, 2019
94178d8
Updated chrome_constants override with the changes in the original.
mkarolin Jul 25, 2019
178cf71
OmniboxInputType::INVALID was renamed to EMPTY.
mkarolin Jul 25, 2019
daeb5d1
Updated HandleExternalProtocol signature in BraveContentBrowserClient.
mkarolin Jul 31, 2019
7145571
Updated signature of BraveExtensionsAPIClient::ShouldHideBrowserNetwo…
mkarolin Jul 31, 2019
aee7e2b
AddRestoredTab now takes a tab group param.
mkarolin Jul 31, 2019
7372c0e
content/public interfaces are no longer const.
mkarolin Jul 31, 2019
a714f47
Removed unused source_set from the build.
mkarolin Aug 2, 2019
9978278
Readded code to get top document GURL in NavigationRequest.
mkarolin Aug 2, 2019
8de1fe8
Moved start of Brave services to BraveBrowserMainExtraParts::PreMainM…
mkarolin Aug 2, 2019
507105c
PrefProvider::is_incognito_ was renamed to off_the_record_.
mkarolin Aug 2, 2019
e74f411
APISignature::ParseArgumentsToJSON signature change.
mkarolin Aug 5, 2019
4ce604d
ComponentLoader ctor signature change.
mkarolin Aug 5, 2019
9e75995
SimplifyHttpsIndicator feature is now on by default.
mkarolin Aug 5, 2019
4bb09eb
Removed Win10 specific welcome UI flow.
mkarolin Aug 6, 2019
e4b8532
Signin restructure.
mkarolin Aug 6, 2019
66220ef
Use base::Contains instead of ContainsKey.
mkarolin Aug 6, 2019
b9dde03
IOThread class has been removed.
mkarolin Aug 6, 2019
bf2c5ae
Fixes compilation of brave_actions_container.h
mkarolin Aug 6, 2019
a00383d
Moved starting of Brave services to PostBrowserStart.
mkarolin Aug 22, 2019
bc19c6a
views::BoxLayout orientation is now a class enum.
mkarolin Aug 6, 2019
e0f8db4
Fixes RenderViewContextMenu override compilation.
mkarolin Aug 6, 2019
8e3373f
Enable networking service.
mkarolin Aug 10, 2019
ecde20f
Unit tests: Fixes MCSClient API signature changes.
mkarolin Aug 12, 2019
fe6a0ef
Unit tests: fixes GCMDriver c'tor signature change.
mkarolin Aug 12, 2019
eeb46f0
Unit tests: Fixes CreateProfileAsyncHelper signature.
mkarolin Aug 12, 2019
a14063e
Fixes location change of md_select_css.html.
mkarolin Aug 13, 2019
9070cd0
GridLayout::AddView now takes unique_ptr.
mkarolin Aug 13, 2019
998d23a
GridLayout c'tor signature change.
mkarolin Aug 13, 2019
daf6bd7
Signature change in WillCreateURLLoaderFactory in
mkarolin Aug 14, 2019
ca8bcdf
Removed BraveNetworkDelegateBase and subclasses.
mkarolin Aug 14, 2019
733c1d8
StringDataSource replaced StringDataPipeProducer.
mkarolin Aug 15, 2019
73a0d37
Removed AllowGetCookie/AllowSetCookie from BraveContentBrowserClient.
mkarolin Aug 16, 2019
60fbe43
Fixes Chromium bluetooth UUID dependency bug.
mkarolin Aug 17, 2019
1aa527d
paper-button has been replaced with cr-button.
mkarolin Aug 19, 2019
374f914
Fixes missing pref in Shields settings radio buttons.
mkarolin Aug 20, 2019
b636c0f
TreeNode::GetChild and child_count were removed.
mkarolin Aug 20, 2019
248cd84
syncer::Cryptographer c'tor signature change.
mkarolin Aug 20, 2019
7842532
Added a missing header include.
mkarolin Aug 20, 2019
d58eb63
Transition CSS from [dark] to @media.
mkarolin Aug 20, 2019
a2a2196
Unit test: BraveSyncServiceTest.GetDisableReasons fix.
mkarolin Aug 21, 2019
b72571d
Browser Test: SendToOmniboxAndSubmit signature change.
mkarolin Aug 21, 2019
ae758a9
Disable kLookalikeUrlNavigationSuggestionsUI
mkarolin Aug 23, 2019
8751f80
Fixes BraveRequestInfo::tab_origin.
mkarolin Aug 26, 2019
efff5dd
Update strings for 77.0.3865.19.
mkarolin Jul 25, 2019
5268033
TEMPORARY: commented out code affected by Chromium commit 6811de35a39…
mkarolin Aug 16, 2019
94fd786
Browser Test: added missing overrides to BraveMockRenderViewContextMenu.
mkarolin Aug 21, 2019
f2357d8
Browser Test: Removed SetUrlRequestMocksEnabled.
mkarolin Aug 21, 2019
0a9546e
Browser Test: Added a missing header include.
mkarolin Aug 21, 2019
0fcb757
Browser Test: Rename ContextualSuggestionsService => RemoteSuggestion…
mkarolin Aug 21, 2019
ec1a9d4
Browser Test: Allow intentional crash.
mkarolin Aug 22, 2019
16c04ff
Fixes theme swtiching.
mkarolin Aug 27, 2019
ef4dad3
Changed BraveProxyingWebSocket to align with C77 changes.
mkarolin Aug 28, 2019
a85d3c0
Fixes theme changing.
simonhong Aug 28, 2019

There are no checks for this commit

You can’t perform that action at this time.