summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions
Commit message (Expand)AuthorAgeFilesLines
...
* Switch SessionTabHelper to use WebContentsUserData.avi@chromium.org2012-09-124-47/+69
* Make SessionID crash hard if asked for an id for a non-tab.avi@chromium.org2012-09-111-8/+10
* Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents...avi@chromium.org2012-09-112-18/+9
* Move SessionID, CaptureVisibleTabFunction to WebContents.avi@chromium.org2012-09-102-7/+17
* Switch Extensions::TabHelper to use WebContents, WebContentsUserData.avi@chromium.org2012-09-102-9/+18
* Remove the SessionBackend debug code.marja@chromium.org2012-09-073-49/+1
* Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Rem...thestig@chromium.org2012-09-064-6/+6
* First part of PAGE_TRANSITION_START_PAGE cleanup.rogerta@chromium.org2012-09-051-1/+1
* Miscellaneous cleanups from several months ago I never got around to landing.pkasting@chromium.org2012-09-011-31/+18
* RestoreTabHelper > SessionTabHelper, move more session stuff into it.avi@chromium.org2012-08-302-89/+0
* RestoreTabHelper > SessionTabHelper, move more session stuff into it.avi@chromium.org2012-08-304-27/+128
* Debug the generic session restore failure.marja@chromium.org2012-08-273-1/+49
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-181-6/+8
* Fix user agent override restoration pipelinedfalcantara@chromium.org2012-08-188-37/+109
* Revert 151036 - Speculative revert to see if this change introduced a perform...ben@chromium.org2012-08-145-27/+31
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-134-13/+21
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-102-3/+6
* Speculative revert to see if this change introduced a performance regression ...ben@chromium.org2012-08-105-31/+27
* Add Startup Timing to CPMrdevlin.cronin@chromium.org2012-08-095-3/+17
* Remove the effects of --disable-restore-session-state.marja@chromium.org2012-08-083-58/+3
* Upstream session_backend_android.felipeg@chromium.org2012-08-073-3/+44
* Better session restore: Persist sessionStorage on disk.marja@chromium.org2012-08-071-1/+10
* Valgrind: Fix leak in TabRestoreServiceTest.PruneEntries.thestig@chromium.org2012-08-011-6/+7
* Refactor SyncedWindowDelegateAndroid into TabModeldtrainor@chromium.org2012-07-271-1/+1
* Remove set noparent from a bunch of places and add it to src/chrome/OWNERSben@chromium.org2012-07-251-1/+0
* Consolidate Browser Creation.ben@chromium.org2012-07-252-6/+7
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-202-9/+9
* Add SessionID::{IdForTab,IdForWindowContainingTab}.jyasskin@chromium.org2012-07-172-2/+28
* Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper.rdevlin.cronin@chromium.org2012-07-162-4/+4
* Support partitioning of storage contexts based on render_id.ajwong@chromium.org2012-07-121-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1110-10/+0
* Move TabStripModelDelegate off Browser into its own class.ben@chromium.org2012-07-101-2/+2
* Fix build error in session_restore_android.cc.pliard@chromium.org2012-07-051-1/+1
* chrome: Put browser_navigator.h into chrome namespace.tfarina@chromium.org2012-07-011-3/+3
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-303-19/+19
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-293-66/+74
* Remove usage of browser::FindLastActiveWithProfile in session_restore sync co...jam@chromium.org2012-06-264-19/+22
* Get rid of browser::FindLastActiveWithProfile call in the session restore cod...jam@chromium.org2012-06-261-5/+3
* Move browser commands into a separate file.ben@chromium.org2012-06-251-8/+9
* Session restore: Store and restore persistent IDs for sessionStorage.marja@chromium.org2012-06-225-1/+83
* Replace usage of browser::FindBrowserForController with browser::FindBrowserW...ben@chromium.org2012-06-195-27/+31
* Renames NOTIFICATION_RENDER_WIDGET_HOST_DID_PAINT tosky@chromium.org2012-06-151-6/+9
* TabContentsWrapper -> TabContents, part 12.avi@chromium.org2012-06-121-2/+2
* Disable tests crashing on VS2010.hbono@chromium.org2012-06-111-1/+7
* TabContentsWrapper -> TabContents, part 26.avi@chromium.org2012-06-097-61/+51
* TabContentsWrapper -> TabContents, part 1.avi@chromium.org2012-06-051-1/+2
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-041-1/+1
* Move render_view_test.h header from content\test to content\public\test. This...jam@chromium.org2012-06-041-2/+2
* Move more test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-021-2/+2
* Use AuraTestHelper to initialize aura environment in testoshima@chromium.org2012-05-301-0/+1