-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
New Tab Page uses 'chrome' links for History, Bookmarks, and Preferences #2566
New Tab Page uses 'chrome' links for History, Bookmarks, and Preferences #2566
Comments
probably #1616 will fix this as well |
Sadly, my fix for #1616 (brave/brave-core#1354) won't help with this issue. |
I think we can fix this by overriding |
Unfixes brave/brave-browser#2566 This reverts commit eba28d0, reversing changes made to 94401f9.
Reverted with brave/brave-core#2188 because there have been unit test issues. When brought up on Slack, @bridiver noticed some issues too. @simonhong can you re-open the original PR and/or hit up @bridiver? Thanks 😄 Removing milestone as code has been reverted |
Unfixes brave/brave-browser#2566 This reverts commit eba28d0, reversing changes made to 94401f9.
+1 from @uraashif #25467 |
Personally I think forcing everything to |
@bridiver , can we copy what Edge does here then? I believe edge completely replaces chrome:// -> edge:// IIRC |
I have no idea what they do to accomplish that. They might do a search/replace on the entire codebase which isn't practical for us atm |
not being totally serious but, couldn't we just |
Haha, well unfortunately that would not fix any of them because the pre-processor doesn't modify strings and you can't have a colon in a define |
Verified
|
Brave | 1.47.108 Chromium: 108.0.5359.71 (Official Build) beta (x86_64) |
---|---|
Revision | 1e0e3868ee06e91ad636a874420e3ca3ae3756ac-refs/branch-heads/5359@{#1016} |
OS | macOS Version 13.1 (Build 22C5059b) |
Steps:
- installed
1.47.108
- launched Brave
- loaded each of the following pages
- hovered over an internal link
Confirmed former chrome://
links now point to brave://
internally
brave://about |
release |
---|---|
new-tab page |
release |
---|---|
brave://settings/ipfs |
release |
---|---|
brave://history |
release |
---|---|
The text was updated successfully, but these errors were encountered: