lp://staging/~fboucault/webbrowser-app/simplify_tab_opening
Created by
Florian Boucault
and last modified
- Get this branch:
- bzr branch lp://staging/~fboucault/webbrowser-app/simplify_tab_opening
Only
Florian Boucault
can upload to this branch. If you are
Florian Boucault
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/webbrowser-app/staging
- Ubuntu Phablet Team: Pending requested
-
Diff: 275 lines (+47/-48)3 files modifiedsrc/app/webbrowser/Browser.qml (+32/-27)
src/app/webbrowser/TabComponent.qml (+7/-11)
src/app/webbrowser/webbrowser-app.qml (+8/-10)
Branch information
Recent revisions
- 1624. By Florian Boucault
-
Simplified tab opening, reduced number of entry points.
Moved Browser.
internal. openUrlInNewTab to Browser. openUrlInNewTab and made it the main entry point to create tabs.
New Browser.openRequestInNe wTab that takes in a 'request' instead of a 'url'. TabComponent.
WebViewImpl. onNewViewReques ted to use Browser. openRequestInNe wTab instead of BrowserWindow. addTab
Removed BrowserWindow.addTab
Browser.restoreTabState to use internal. createTabHelper instead of Browser.createTab
Removed Browser.createTab - 1619. By Florian Boucault
-
ComboBox/Drop down menus: improved UX
- added keyboard navigation
- made popover square to fit better with HTML boxes
- aligned popover with HTML box
- apply same width as HTML box whenever possible
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/webbrowser-app