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

Upgrade patches from Chromium 77.0.3865.90 to Chromium 78.0.3904.44 #3600

Closed
wants to merge 70 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
2b3c64c
Upgrade patches from Chromium 77.0.3865.75 to Chromium 78.0.3904.44
mkarolin Sep 19, 2019
1620750
Rename ProfileChooserView to ProfileMenuView
mkarolin Sep 19, 2019
d6c93a6
ProfileMenuView: button clicks now use action callbacks.
mkarolin Sep 25, 2019
aafd4c9
UIThreadExtensionFunction -> ExtensionFunction.
mkarolin Sep 19, 2019
e3d2f71
thread_pool.h -> thread_pool_instance.h
mkarolin Sep 19, 2019
831b6d2
//brave/components/omnibox/browser added dep on //third_party/icu
mkarolin Sep 19, 2019
ccf854a
Move ResourceRequestInfo::WebContentsGetter to WebContents::Getter
mkarolin Sep 19, 2019
812c8b7
ResourceRequestInfo has been removed.
mkarolin Sep 19, 2019
4e9201e
Tasks require explicit thread destination.
mkarolin Sep 20, 2019
9f6ac2d
network::ResourceRequest::allow_credentials -> credentials_mode.
mkarolin Sep 20, 2019
981e910
Browser::TYPE_TABBED -> TYPE_NORMAL
mkarolin Sep 20, 2019
d318e08
ProfileManager::DoFinalInitForServices became private and non-virtual.
mkarolin Sep 20, 2019
f35106f
extensions::APIRequestHandler::StartRequest signature change.
mkarolin Sep 20, 2019
78d6fb8
HistoryProvider::PreventInlineAutocomplete was removed.
mkarolin Sep 20, 2019
e7625c0
unzip::UnzipWithFilter signature change.
mkarolin Sep 30, 2019
67f9948
update_client::UnzipChromiumFactory signature change.
mkarolin Sep 20, 2019
fe763b3
update_client::PatchChromiumFactory signature change.
mkarolin Sep 20, 2019
673f2a4
Virtual was removed from BrowserContextKeyedServiceFactory's method.
mkarolin Sep 20, 2019
9ed2774
content::CommonNavigationParams was converted to mojom.
mkarolin Sep 20, 2019
5bcb515
WillCreateURLLoaderFactory signature changes.
mkarolin Sep 20, 2019
1ccbdf2
URLLoader::ProceedWithResponse was removed.
mkarolin Sep 21, 2019
a73d1d8
URLLoaderClient methods signature changes.
mkarolin Sep 21, 2019
413fb2a
Variable name change.
mkarolin Sep 21, 2019
eab7f32
MaterialRefreshLayoutProvider was merged into ChromeLayoutProvider.
mkarolin Sep 23, 2019
67a1c3f
NativeTheme::SystemDarkModeEnabled renamed to ShouldUseDarkColors.
mkarolin Sep 23, 2019
289a3a5
LoginDatabase account vs profile scoped.
mkarolin Sep 23, 2019
df5eb83
IDC_BOOKMARK_PAGE -> IDC_BOOKMARK_THIS_TAB
mkarolin Sep 23, 2019
78492c8
URLPattern::ALLOW_WILDCARD_FOR_EFFECTIVE_TLD has been removed.
mkarolin Sep 23, 2019
b907e28
WebUIDataSource::SetJsonPath -> UseStringsJs.
mkarolin Sep 23, 2019
2631b53
ChromeTextStyle::STYLE_SECONDARY -> views::styles::STYLE_SECONDARY.
mkarolin Sep 23, 2019
b2e37f9
ExtensionAction::GetBadgeText -> GetExplicitlySetBadgeText.
mkarolin Sep 23, 2019
7284572
ToolbarActionView::Delegate::GetOverflowReferenceView signature changes.
mkarolin Sep 23, 2019
06c1e3e
NotificationHandler::Type enum has been extended.
mkarolin Sep 23, 2019
76ab54a
Textfield::text() -> GetText()
mkarolin Sep 23, 2019
dbb997c
AvatarToolbarButton::GetAvatarIcon signature change.
mkarolin Sep 23, 2019
951921f
PermissionTypeToContentSetting -> PermissionTypeToContentSettingSafe.
mkarolin Sep 23, 2019
fc12fa3
Added missing constants in chrome_constants override.
mkarolin Sep 26, 2019
a05c918
Added missing constants in url_constants override.
mkarolin Sep 26, 2019
75b7975
GoogleURLTracker has been removed.
mkarolin Sep 27, 2019
01652af
Budget service was removed.
mkarolin Sep 27, 2019
61972a3
theme_service_aurax11.h was renamed.
mkarolin Sep 27, 2019
17f7aa7
crashpad_linux.cc was renamed to crashpad_android.cc
mkarolin Sep 27, 2019
00bcb0f
Background hover and pressed colors were removed from tab style.
mkarolin Sep 23, 2019
94fe549
ResourceRequest::trusted_network_isolation_key moved to TrustedParams.
mkarolin Sep 23, 2019
9fbdb2a
CreateWebSocket signature change.
mkarolin Sep 20, 2019
ef65eb5
WebSocketHandshakeClient::OnConnectionEstablished signature change.
mkarolin Sep 23, 2019
f776007
Changes to web sockets proxying.
mkarolin Sep 24, 2019
ec7207b
TEMP: Commented out uses of ResourceRequestInfo.
mkarolin Sep 25, 2019
a4a1e87
CanonicalCookie::Create signature change.
mkarolin Sep 25, 2019
2e3d38d
Subclass RenderViewHostTestHarness instead of ChromeRenderViewHostTes…
mkarolin Sep 26, 2019
200765a
Unit tests: header files were renamed.
mkarolin Sep 26, 2019
c0a0088
BookmarkNode c'tor signature change.
mkarolin Sep 26, 2019
c33f57d
Updated mock RenderViewContextMenu with missing API methods.
mkarolin Sep 27, 2019
05caf5b
RunLoop::RunWithTimeout was removed.
mkarolin Sep 27, 2019
26198fe
BrowserAddedObserver was removed.
mkarolin Sep 27, 2019
3841ff6
Added a missing header include.
mkarolin Sep 27, 2019
8aac851
Updated bat-native-tweetnacl DEP to the latest rev.
mkarolin Sep 30, 2019
58e8b67
Android: removed passing jcaller to the native side.
mkarolin Oct 1, 2019
4327998
Android: Remove Compat suffix from Preferences
mkarolin Oct 1, 2019
0b97bb3
Android: SigninManager c'tor/create signature changes.
mkarolin Oct 5, 2019
3f77bff
Mac signing: change in script param.
mkarolin Oct 1, 2019
b007b6a
Updated getSectionElement in brave_settings_overrides.
mkarolin Oct 3, 2019
f397672
Browser test: fixes waiting for browser to open/close.
mkarolin Oct 3, 2019
1901180
Browser Test: window.open with noopener no longer opens a new tab for…
mkarolin Oct 3, 2019
1b8d2cf
ProfileImpl c'tor signature change.
mkarolin Oct 4, 2019
687771f
Lint fixes.
mkarolin Oct 4, 2019
d657783
Update strings for 78.0.3904.44
mkarolin Sep 19, 2019
d2f4fff
network audit fix
jumde Oct 9, 2019
a3d879b
lint fix
bsclifton Oct 9, 2019
98b6296
Merge pull request #3646 from brave/78.0.3904.44_network_audit
bsclifton Oct 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions chromium_src/chrome/common/chrome_constants.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ const base::FilePath::CharType kFrameworkExecutableName[] =

#if defined(OS_WIN)
const base::FilePath::CharType kBrowserResourcesDll[] = FPL("chrome.dll");
// Only relevant if building with is_multi_dll_chrome=true.
const base::FilePath::CharType kChildDll[] = FPL("chrome_child.dll");
const base::FilePath::CharType kElfDll[] = FPL("chrome_elf.dll");
const base::FilePath::CharType kStatusTrayWindowClass[] =
FPL("Chrome_StatusTrayWindow");
#endif // defined(OS_WIN)
Expand All @@ -142,6 +145,8 @@ const base::FilePath::CharType kFeatureEngagementTrackerStorageDirname[] =
FPL("Feature Engagement Tracker");
const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run");
const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store");
const base::FilePath::CharType kHeavyAdInterventionOptOutDBFilename[] =
FPL("heavy_ad_intervention_opt_out.db");
const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State");
const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
const base::FilePath::CharType kNetworkPersistentStateFilename[] =
Expand Down Expand Up @@ -201,6 +206,13 @@ const int kLowestRendererOomScore = 300;
const int kHighestRendererOomScore = 1000;
#endif

#if defined(OS_CHROMEOS)
const char kProfileDirPrefix[] = "u-";
bsclifton marked this conversation as resolved.
Show resolved Hide resolved
const char kLegacyProfileDir[] = "user";
const char kTestUserProfileDir[] = "test-user";
const char kLockScreenAppProfile[] = "LockScreenAppsProfile";
#endif

// This GUID is associated with any 'don't ask me again' settings that the
// user can select for different file types.
// {2676A9A2-D919-4FEE-9187-152100393AB2}
Expand Down