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.56 #3304

Closed
wants to merge 63 commits into from

apply https://chromium.googlesource.com/chromium/src/+/b21dff94e34c61…

3536f82
Select commit
8a45483
Update patches from Chromium 76.0.3809.132 to Chromium 77.0.3865.56
mkarolin Jul 24, 2019
7b54bd6
Process version shouldn't create a source set.
mkarolin Jul 24, 2019
85cb31a
Updated chrome_constants override with the changes in the original.
mkarolin Jul 25, 2019
6f5741a
OmniboxInputType::INVALID was renamed to EMPTY.
mkarolin Jul 25, 2019
bf1e7b4
Updated HandleExternalProtocol signature in BraveContentBrowserClient.
mkarolin Jul 31, 2019
7afcce7
Updated signature of BraveExtensionsAPIClient::ShouldHideBrowserNetwo…
mkarolin Jul 31, 2019
b02b977
AddRestoredTab now takes a tab group param.
mkarolin Jul 31, 2019
e829836
content/public interfaces are no longer const.
mkarolin Jul 31, 2019
b728949
Removed unused source_set from the build.
mkarolin Aug 2, 2019
fc4d38c
Readded code to get top document GURL in NavigationRequest.
mkarolin Aug 2, 2019
e0de6e0
Moved start of Brave services to BraveBrowserMainExtraParts::PreMainM…
mkarolin Aug 2, 2019
ba38f71
PrefProvider::is_incognito_ was renamed to off_the_record_.
mkarolin Aug 2, 2019
3be5af3
APISignature::ParseArgumentsToJSON signature change.
mkarolin Aug 5, 2019
4438478
ComponentLoader ctor signature change.
mkarolin Aug 5, 2019
eaae318
SimplifyHttpsIndicator feature is now on by default.
mkarolin Aug 5, 2019
1f7d63f
Removed Win10 specific welcome UI flow.
mkarolin Aug 6, 2019
207e121
Signin restructure.
mkarolin Aug 6, 2019
faf0faa
Use base::Contains instead of ContainsKey.
mkarolin Aug 6, 2019
d6ed6a4
IOThread class has been removed.
mkarolin Aug 6, 2019
6880074
Fixes compilation of brave_actions_container.h
mkarolin Aug 6, 2019
7c9b1e1
views::BoxLayout orientation is now a class enum.
mkarolin Aug 6, 2019
0bfe81f
Fixes RenderViewContextMenu override compilation.
mkarolin Aug 6, 2019
42797f4
Enable networking service.
mkarolin Aug 10, 2019
e8d5522
Fixes location change of md_select_css.html.
mkarolin Aug 13, 2019
ef43217
GridLayout::AddView now takes unique_ptr.
mkarolin Aug 13, 2019
b6d5d34
GridLayout c'tor signature change.
mkarolin Aug 13, 2019
29a3a97
Signature change in WillCreateURLLoaderFactory in
mkarolin Aug 14, 2019
9d23972
Removed BraveNetworkDelegateBase and subclasses.
mkarolin Aug 14, 2019
eb8d6e1
StringDataSource replaced StringDataPipeProducer.
mkarolin Aug 15, 2019
3a25676
Removed AllowGetCookie/AllowSetCookie from BraveContentBrowserClient.
mkarolin Aug 16, 2019
75120d5
TreeNode::GetChild and child_count were removed.
mkarolin Aug 20, 2019
9c932c9
syncer::Cryptographer c'tor signature change.
mkarolin Aug 20, 2019
b720eb0
Moved starting of Brave services to PostBrowserStart.
mkarolin Aug 22, 2019
b9ed691
Unit tests: Fixes MCSClient API signature changes.
mkarolin Aug 12, 2019
68fc1d6
Unit tests: fixes GCMDriver c'tor signature change.
mkarolin Aug 12, 2019
2b97975
Unit tests: Fixes CreateProfileAsyncHelper signature.
mkarolin Aug 12, 2019
23ab28c
Fixes password import from Chrome on Linux.
mkarolin Aug 16, 2019
6a9772e
paper-button has been replaced with cr-button.
mkarolin Aug 19, 2019
1221e3f
Fixes missing pref in Shields settings radio buttons.
mkarolin Aug 20, 2019
5c4f58e
Added a missing header include.
mkarolin Aug 20, 2019
4d78154
Transition CSS from [dark] to @media.
mkarolin Aug 20, 2019
0c6a9c9
Unit test: BraveSyncServiceTest.GetDisableReasons fix.
mkarolin Aug 21, 2019
23b9fef
Browser Test: SendToOmniboxAndSubmit signature change.
mkarolin Aug 21, 2019
0229d24
Browser Test: added missing overrides to BraveMockRenderViewContextMenu.
mkarolin Aug 21, 2019
6b4fe6b
Browser Test: Removed SetUrlRequestMocksEnabled.
mkarolin Aug 21, 2019
ca0cffd
Browser Test: Added a missing header include.
mkarolin Aug 21, 2019
30bf8d8
Browser Test: Rename ContextualSuggestionsService => RemoteSuggestion…
mkarolin Aug 21, 2019
81f201d
Browser Test: Allow intentional crash.
mkarolin Aug 22, 2019
24a9ffd
Disable kLookalikeUrlNavigationSuggestionsUI
mkarolin Aug 23, 2019
508e825
Fixes BraveRequestInfo::tab_origin.
mkarolin Aug 26, 2019
7bc4c2a
Fixes theme changing.
simonhong Aug 27, 2019
891ebce
Changed BraveProxyingWebSocket to align with C77 changes.
mkarolin Aug 28, 2019
3536f82
apply https://chromium.googlesource.com/chromium/src/+/b21dff94e34c61…
bridiver Aug 30, 2019
37531bd
check site_for_cookies and top_frame_origin
bridiver Aug 30, 2019
a8a34a2
chain brave_proxying_web_socket and web_request_api websocket proxy
bridiver Sep 3, 2019
f0fd878
fix missing deps
bridiver Sep 3, 2019
5476dff
use dedicated referrers check
bridiver Sep 3, 2019
3793dd1
fix header handling crash
bridiver Sep 4, 2019
4033346
fix header handling
bridiver Sep 4, 2019
0a92c1b
Update strings for 77.0.3865.65.
mkarolin Jul 25, 2019
ac7eac2
Lint fixes.
mkarolin Sep 4, 2019
9ca1b4c
Removed unused var declaration in Android build.
mkarolin Sep 4, 2019
8b98f10
Disable features::kAudioServiceOutOfProcess.
mkarolin Sep 4, 2019
Closed

WIP: Update patches from Chromium 76.0.3809.132 to Chromium 77.0.3865.56 #3304

apply https://chromium.googlesource.com/chromium/src/+/b21dff94e34c61…
3536f82
Select commit
8a45483
Update patches from Chromium 76.0.3809.132 to Chromium 77.0.3865.56
mkarolin Jul 24, 2019
7b54bd6
Process version shouldn't create a source set.
mkarolin Jul 24, 2019
85cb31a
Updated chrome_constants override with the changes in the original.
mkarolin Jul 25, 2019
6f5741a
OmniboxInputType::INVALID was renamed to EMPTY.
mkarolin Jul 25, 2019
bf1e7b4
Updated HandleExternalProtocol signature in BraveContentBrowserClient.
mkarolin Jul 31, 2019
7afcce7
Updated signature of BraveExtensionsAPIClient::ShouldHideBrowserNetwo…
mkarolin Jul 31, 2019
b02b977
AddRestoredTab now takes a tab group param.
mkarolin Jul 31, 2019
e829836
content/public interfaces are no longer const.
mkarolin Jul 31, 2019
b728949
Removed unused source_set from the build.
mkarolin Aug 2, 2019
fc4d38c
Readded code to get top document GURL in NavigationRequest.
mkarolin Aug 2, 2019
e0de6e0
Moved start of Brave services to BraveBrowserMainExtraParts::PreMainM…
mkarolin Aug 2, 2019
ba38f71
PrefProvider::is_incognito_ was renamed to off_the_record_.
mkarolin Aug 2, 2019
3be5af3
APISignature::ParseArgumentsToJSON signature change.
mkarolin Aug 5, 2019
4438478
ComponentLoader ctor signature change.
mkarolin Aug 5, 2019
eaae318
SimplifyHttpsIndicator feature is now on by default.
mkarolin Aug 5, 2019
1f7d63f
Removed Win10 specific welcome UI flow.
mkarolin Aug 6, 2019
207e121
Signin restructure.
mkarolin Aug 6, 2019
faf0faa
Use base::Contains instead of ContainsKey.
mkarolin Aug 6, 2019
d6ed6a4
IOThread class has been removed.
mkarolin Aug 6, 2019
6880074
Fixes compilation of brave_actions_container.h
mkarolin Aug 6, 2019
7c9b1e1
views::BoxLayout orientation is now a class enum.
mkarolin Aug 6, 2019
0bfe81f
Fixes RenderViewContextMenu override compilation.
mkarolin Aug 6, 2019
42797f4
Enable networking service.
mkarolin Aug 10, 2019
e8d5522
Fixes location change of md_select_css.html.
mkarolin Aug 13, 2019
ef43217
GridLayout::AddView now takes unique_ptr.
mkarolin Aug 13, 2019
b6d5d34
GridLayout c'tor signature change.
mkarolin Aug 13, 2019
29a3a97
Signature change in WillCreateURLLoaderFactory in
mkarolin Aug 14, 2019
9d23972
Removed BraveNetworkDelegateBase and subclasses.
mkarolin Aug 14, 2019
eb8d6e1
StringDataSource replaced StringDataPipeProducer.
mkarolin Aug 15, 2019
3a25676
Removed AllowGetCookie/AllowSetCookie from BraveContentBrowserClient.
mkarolin Aug 16, 2019
75120d5
TreeNode::GetChild and child_count were removed.
mkarolin Aug 20, 2019
9c932c9
syncer::Cryptographer c'tor signature change.
mkarolin Aug 20, 2019
b720eb0
Moved starting of Brave services to PostBrowserStart.
mkarolin Aug 22, 2019
b9ed691
Unit tests: Fixes MCSClient API signature changes.
mkarolin Aug 12, 2019
68fc1d6
Unit tests: fixes GCMDriver c'tor signature change.
mkarolin Aug 12, 2019
2b97975
Unit tests: Fixes CreateProfileAsyncHelper signature.
mkarolin Aug 12, 2019
23ab28c
Fixes password import from Chrome on Linux.
mkarolin Aug 16, 2019
6a9772e
paper-button has been replaced with cr-button.
mkarolin Aug 19, 2019
1221e3f
Fixes missing pref in Shields settings radio buttons.
mkarolin Aug 20, 2019
5c4f58e
Added a missing header include.
mkarolin Aug 20, 2019
4d78154
Transition CSS from [dark] to @media.
mkarolin Aug 20, 2019
0c6a9c9
Unit test: BraveSyncServiceTest.GetDisableReasons fix.
mkarolin Aug 21, 2019
23b9fef
Browser Test: SendToOmniboxAndSubmit signature change.
mkarolin Aug 21, 2019
0229d24
Browser Test: added missing overrides to BraveMockRenderViewContextMenu.
mkarolin Aug 21, 2019
6b4fe6b
Browser Test: Removed SetUrlRequestMocksEnabled.
mkarolin Aug 21, 2019
ca0cffd
Browser Test: Added a missing header include.
mkarolin Aug 21, 2019
30bf8d8
Browser Test: Rename ContextualSuggestionsService => RemoteSuggestion…
mkarolin Aug 21, 2019
81f201d
Browser Test: Allow intentional crash.
mkarolin Aug 22, 2019
24a9ffd
Disable kLookalikeUrlNavigationSuggestionsUI
mkarolin Aug 23, 2019
508e825
Fixes BraveRequestInfo::tab_origin.
mkarolin Aug 26, 2019
7bc4c2a
Fixes theme changing.
simonhong Aug 27, 2019
891ebce
Changed BraveProxyingWebSocket to align with C77 changes.
mkarolin Aug 28, 2019
3536f82
apply https://chromium.googlesource.com/chromium/src/+/b21dff94e34c61…
bridiver Aug 30, 2019
37531bd
check site_for_cookies and top_frame_origin
bridiver Aug 30, 2019
a8a34a2
chain brave_proxying_web_socket and web_request_api websocket proxy
bridiver Sep 3, 2019
f0fd878
fix missing deps
bridiver Sep 3, 2019
5476dff
use dedicated referrers check
bridiver Sep 3, 2019
3793dd1
fix header handling crash
bridiver Sep 4, 2019
4033346
fix header handling
bridiver Sep 4, 2019
0a92c1b
Update strings for 77.0.3865.65.
mkarolin Jul 25, 2019
ac7eac2
Lint fixes.
mkarolin Sep 4, 2019
9ca1b4c
Removed unused var declaration in Android build.
mkarolin Sep 4, 2019
8b98f10
Disable features::kAudioServiceOutOfProcess.
mkarolin Sep 4, 2019

There are no checks for this commit

You can’t perform that action at this time.