This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unused code * Sessions Multiwindow implementation Refactor of the current sessions code and added support for multi window. * Implement window placement logic * Refactored session settings to SessionManager Always update all session when a session settings changes * Keyboard multiwindow placement * Added support for browser context menus * Context Menu integration * Fix parenting bug with three window moves * Fix relayout on window resize. Set up better anchor points for left/right window resizes. * Fixed Bookmarks navigation Also added support for bookmarks in all the windows as stated in the spec: #1331 * Close sessions when a window is closed Now when a window it's closed it's underlying sessions are closed. * Add new tray icons * Session restore wip * Fix resize gesture flickering and conflicts. * Added support for restoring private sessions * Save and restore window sizes * Set up max reside sizes for multiwindow * Exit fullscreen when window is closed Also fixed a regression that made session not to close when a window is closed * Fix fullscreen mode: hide other windows and make the fullscreened window the front one * Fixed ADB issue and double loadUri when restoring windows. * Make max windows dialog match spec * Curved mode fixes * Fix rebase issues * Fix cylindrical mode math for multiwindow. * Fixed performance monitor from rebase and added missing tooltips * Rebase fixes * New Settings spec rebase fixes * Added User-Agent multi-window support and fixed session restore issues The home page was being loaded after a session restore. Now the home page is only loaded if the session is not restored. Also fixed some session restore issues to also restore session settings. * Fix Tasckluster NoApi compilation issue * Fixed context menu issues * More ContextMenu fixes * Fixed move window buttons get stuck in hover state Fixes #1482 * Disable left/right move buttons when in private mode single window * Multi-window Telemetry (#1443) * Remove unneeded switchBookmarks call which causes a surface resize each time windows are updated * Dime out world when closing a window * Rebase fixes * SessionStore rename * Fix for session restore in WaveVR * Fix movable keyboard for multiwindow * Rebase fixes
- Loading branch information