forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete migration from browser-session to browser-state.
* Issue mozilla-mobile#10197: Move EngineObserver and EngineMiddleware to browser-state and refactor SessionManager dependency away. * Issue mozilla-mobile#3532: Migrate TabsUseCases to use BrowserStore exclusively. * Issue mozilla-mobile#10209: Migrate SessionUseCases to use BrowserStore exclusively. * Issue mozilla-mobile#3532, mozilla-mobile#10209: Migrate components to use new UseCase APIs. * Issue mozilla-mobile#10209: Migrate UndoMiddleware to use BrowserStore. * Issue mozilla-mobile#3532: Migrate CustomTabsUseCases to use BrowserStore. * Issue mozilla-mobile#10211: Migrate sample-browser to not depend on browser-session. * Issue mozilla-mobile#10209: Remove browser-session dependency. * Issue mozilla-mobile#3532: feature-tabs: Remove browser-session dependency. * Issue mozilla-mobile#10209: Fix UndoMiddlewareTest * Issue mozilla-mobile#10209: Refactor SessionUseCasesTest to not use SessionManager. * Issue mozilla-mobile#10209: Fix SessionFeatureTest. * Refactor support-migration tests to not use SessionManager. * Fix tests in feature-contextmenu. * Refactor feature-recentlyclosed tests to not use SessionManager * Refactor browser-session-storage tests to not use SessionManager * Refactor feature-intent tests to not use SessionManager * Refactor feature-tabs tests to not use SessionManager pt. 1 * Refactor feature-customtabs tests to not depend on browser-session. * Make sure initial load url flags are correct * Refactor feature-tabs tests to not use SessionManager pt. 2
- Loading branch information
Showing
59 changed files
with
1,686 additions
and
1,901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.