summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/tab_restore_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Split TabRestoreService into InMemoryTRS and PersistentTRSpliard@chromium.org2012-10-291-1213/+5
* Activate appropriate window from a session restore.mad@chromium.org2012-10-101-1/+2
* Fixes two bugs that made tab restore service not return the right setsky@chromium.org2012-10-051-5/+8
* Changes pref for whether last session exited cleanly from a boolean tosky@chromium.org2012-10-051-1/+1
* Propagate NavigationEntry's timestamp to syncakalin@chromium.org2012-09-281-1/+1
* Revert 159214 - Propagate NavigationEntry's timestamp to history and sync.akalin@chromium.org2012-09-281-1/+1
* Propagate NavigationEntry's timestamp to history and sync.akalin@chromium.org2012-09-281-1/+1
* Revert 159153 - Add a timestamp field to NavigationEntry and propagate it to ...michaeln@google.com2012-09-281-1/+1
* Add a timestamp field to NavigationEntry and propagate it to history and syncakalin@chromium.org2012-09-271-1/+1
* Move all TabNavigation logic to session_types.{h,cc}akalin@chromium.org2012-09-191-8/+4
* Switch Extensions::TabHelper to use WebContents, WebContentsUserData.avi@chromium.org2012-09-121-1/+2
* Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents...avi@chromium.org2012-09-111-2/+1
* Switch Extensions::TabHelper to use WebContents, WebContentsUserData.avi@chromium.org2012-09-101-1/+2
* Fix user agent override restoration pipelinedfalcantara@chromium.org2012-08-181-3/+9
* Revert 151036 - Speculative revert to see if this change introduced a perform...ben@chromium.org2012-08-141-3/+3
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-1/+3
* Speculative revert to see if this change introduced a performance regression ...ben@chromium.org2012-08-101-3/+3
* Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper.rdevlin.cronin@chromium.org2012-07-161-1/+1
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+2
* Replace usage of browser::FindBrowserForController with browser::FindBrowserW...ben@chromium.org2012-06-191-3/+3
* TabContentsWrapper -> TabContents, part 26.avi@chromium.org2012-06-091-8/+7
* Handle more browser commands in ash.mazda@chromium.org2012-05-251-0/+4
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+1
* Add info about user agent overrides to WebContentsdfalcantara@chromium.org2012-05-111-1/+24
* Allow SessionService to be disabled.yfriedman@chromium.org2012-04-051-0/+6
* Remove session/tab restore code that depends on browser for Android.yfriedman@chromium.org2012-04-051-0/+15
* Make TabLoader (session_restore.cc) functional again.marja@chromium.org2012-03-081-8/+10
* Fix app launch histograms.estade@chromium.org2012-03-081-3/+3
* Add app mode for cros app windows, second try after revert ofdavemoore@chromium.org2012-02-281-3/+29
* Revert 123830 - Aura: Support hovering restore & close buttons for full scree...davemoore@chromium.org2012-02-281-29/+3
* Aura: Support hovering restore & close buttons for full screen apps.davemoore@chromium.org2012-02-271-3/+29
* Profiles: TabRestoreService should do its saving in a Shutdown() method.erg@chromium.org2012-01-261-4/+6
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+3
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-3/+3
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-3/+3
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-1/+2
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-1/+1
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-3/+3
* 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-3/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+0
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-2/+2
* retry r112077 - recently closed menu: respect middle clickestade@chromium.org2011-12-051-18/+24
* fix tab restore service crashestade@chromium.org2011-12-051-2/+6
* Revert 112077 - recently closed menu: respect middle clickaa@chromium.org2011-11-301-24/+18
* recently closed menu: respect middle clickestade@chromium.org2011-11-301-18/+24