summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move all TabNavigation logic to session_types.{h,cc}akalin@chromium.org2012-09-191-146/+112
* Remove the SessionBackend debug code.marja@chromium.org2012-09-071-6/+0
* Debug the generic session restore failure.marja@chromium.org2012-08-271-0/+6
* Fix user agent override restoration pipelinedfalcantara@chromium.org2012-08-181-1/+3
* Remove the effects of --disable-restore-session-state.marja@chromium.org2012-08-081-39/+0
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-15/+15
* Use AuraTestHelper to initialize aura environment in testoshima@chromium.org2012-05-301-0/+1
* Add info about user agent overrides to WebContentsdfalcantara@chromium.org2012-05-111-3/+29
* Store original request URL in NavigationEntrydfalcantara@chromium.org2012-04-171-0/+2
* Test case for session service migration change.sky@chromium.org2012-04-041-0/+28
* BaseSessionService: Remove HTTP bodies from content state if they contain pas...marja@chromium.org2012-03-191-5/+54
* Add app mode for cros app windows, second try after revert ofdavemoore@chromium.org2012-02-281-6/+67
* Revert 123830 - Aura: Support hovering restore & close buttons for full scree...davemoore@chromium.org2012-02-281-67/+6
* Aura: Support hovering restore & close buttons for full screen apps.davemoore@chromium.org2012-02-271-6/+67
* Session restore: save and restore HTTP body for POST requests.marja@chromium.org2012-02-101-0/+69
* Revert 121429 - Session restore: save and restore HTTP body for POST requests.marja@chromium.org2012-02-101-69/+0
* Session restore: save and restore HTTP body for POST requests.marja@chromium.org2012-02-101-0/+69
* Makes session service map certain show states to normal.sky@chromium.org2012-01-311-1/+22
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-2/+3
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-9/+10
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-3/+3
* (Base)SessionService: Remove dead code which was only used by the unit tests.marja@chromium.org2011-12-131-32/+0
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-22/+27
* base::Bind: Convert SessionService::SessionCallback.jhawkins@chromium.org2011-11-281-2/+6
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+6
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-22/+24
* Restoring a session should restore window minimization statedhollowa@chromium.org2011-08-221-10/+22
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-2/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Replace all usage of FileAutoDeleter with ScopedTempDir.husky@google.com2011-05-251-5/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Browser::Type cleanup.jianli@chromium.org2011-05-051-11/+11
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-251-5/+1
* Change NavigationEntry's title fields to carry the text direction.evan@chromium.org2011-04-231-1/+5
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-121-2/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-5/+5
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-1/+1
* FBTF: Minor cleanup to testing headers.erg@google.com2010-08-251-0/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-7/+7
* Created notification for when a session is saved.jerrica@google.com2010-06-171-3/+26
* Changes session restore so that if the last tab is closed explicitlysky@chromium.org2010-05-261-2/+22
* Rename all occurrences of "app extension" with "extension app" since we were ...aa@chromium.org2010-05-061-3/+3
* Lands http://codereview.chromium.org/1744011/show for Hans:sky@chromium.org2010-05-041-8/+11
* [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.rsesek@chromium.org2010-03-241-4/+1
* Added a new method to SessionService that returns a snapshot of the currentalbertb@google.com2010-03-011-1/+33