You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When split view is created with active tab via SideBySide feature, chromium's split view specific page(kChromeUISplitViewNewTabPageURL) is created.
but we want to create NTP (brave://newtab).
The text was updated successfully, but these errors were encountered:
fixbrave/brave-browser#46191
Uptream loads split view specific page when createing another tab.
We want to load NTP instead.
TEST=SplitViewLocationBarBrowserTest.URLShouldBeUpdated_WhenActiveTabChanges
1. launch browser with --enable-features=SideBySide
2. Select "Add tab to split view" from active tab's context menu
3. Check NTP is loaded in newly created tab
fixbrave/brave-browser#46191
Uptream loads split view specific page when createing another tab.
We want to load NTP instead.
TEST=SplitViewLocationBarBrowserTest.URLShouldBeUpdated_WhenActiveTabChanges
1. launch browser with --enable-features=SideBySide
2. Select "Add tab to split view" from active tab's context menu
3. Check NTP is loaded in newly created tab
fixbrave/brave-browser#46191
Uptream loads split view specific page when createing another tab.
We want to load NTP instead.
TEST=SplitViewLocationBarBrowserTest.URLShouldBeUpdated_WhenActiveTabChanges
1. launch browser with --enable-features=SideBySide
2. Select "Add tab to split view" from active tab's context menu
3. Check NTP is loaded in newly created tab
Uh oh!
There was an error while loading. Please reload this page.
When split view is created with active tab via
SideBySide
feature, chromium's split view specific page(kChromeUISplitViewNewTabPageURL
) is created.but we want to create NTP (
brave://newtab
).The text was updated successfully, but these errors were encountered: