Sign in
chromium
/
chromium
/
src
/
dfdde660bba559dec7b5baffb5544e634447e0dc
/
components
/
sessions
/
base_session_service.cc
b0daa01
components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
by skyostil
· 10 years ago
f0d3eac
Cleaning up refernces of browser / unit tests into the |sessions::BaseSessionService|
by skuhne
· 11 years ago
b7409dcf
Moving componentizable sessions files into the sessions component
by skuhne
· 11 years ago
[Renamed (95%) from chrome/browser/sessions/base_session_service.cc]
d1e250b
Changing SessionService to have a BaseSessionService, not being one.
by skuhne
· 11 years ago
4883738
Minor tweak to Session* to use base::Passed so ownership is clearer
by sky
· 11 years ago
57b5b03f
Handling |SessionCommand|s as scoped_ptr's
by skuhne
· 11 years ago
c3aa8cf
Refactoring of SessionService into a component part 3.
by skuhne
· 11 years ago
d58ab12
Removing Browser/Profile deps from |BaseSessionService| and |SessionBackend| for componentization
by skuhne
· 11 years ago
7459536
Fix WeakPtrFactory member ordering in chrome/browser
by mohan.reddy
· 11 years ago
1a14f49
Fixes possible use after free in SessionService
by sky
· 11 years ago
2d9748b2
Cleanup: Move kChromeUIScheme constant into content namespace.
by
[email protected]
· 12 years ago
e95b717f
Move CancelableTaskTracker to //base/task/CancelableTaskTracker.
by
[email protected]
· 12 years ago
c56b1934
Add chrome://quit to shut down Chrome, including packaged apps.
by
[email protected]
· 12 years ago
f9770c4
Switch BaseSessionService to use SequencedWorkerPool instead of FILE thread
by
[email protected]
· 12 years ago
56c1bdbc
Remove some unnecessary includes of webkit_glue.h.
by
[email protected]
· 12 years ago
b3a2509
chrome: Use base::MessageLoop. (Part 3)
by
[email protected]
· 12 years ago
9c00909
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
by
[email protected]
· 12 years ago
40a7e41
Moves TabNavigation into components/sessions and renames
by
[email protected]
· 12 years ago
18ab515
Revert 191150 "Support restoring app windows in ash."
by
[email protected]
· 12 years ago
7bdb7c3
Support restoring app windows in ash.
by
[email protected]
· 12 years ago
1c3b80a
Fix a use after free bug in PersistentTabRestoreService
by
[email protected]
· 12 years ago
650b2d5
Merge branch 'master' into file_path_browser
by
[email protected]
· 13 years ago
4c7f9c5
Convert SessionService to use new CancelableTaskTracker
by
[email protected]
· 13 years ago
987ac5d7
The print preview hasn't been in a tab since r110190; remove all the special-casing that was needed.
by
[email protected]
· 13 years ago
59a7ae4e
Delete some unused code found by -Wunused-function
by
[email protected]
· 13 years ago
9dd1d58
Move all TabNavigation logic to session_types.{h,cc}
by
[email protected]
· 13 years ago
23827ec
Clean-up inline members of nested classes (chrome/)
by
[email protected]
· 13 years ago
3c7c144
Remove the effects of --disable-restore-session-state.
by
[email protected]
· 13 years ago
d04aed5c
Fix: service processes started before chrome prevented session restore from working.
by
[email protected]
· 13 years ago
86ef6a39
Add info about user agent overrides to WebContents
by
[email protected]
· 13 years ago
074269f
Store original request URL in NavigationEntry
by
[email protected]
· 13 years ago
3139ca5
Make session service support migration between 32bit and 64bit
by
[email protected]
· 13 years ago
bdc6ccd1
~Browser: Don't create TabRestoreService on exit.
by
[email protected]
· 13 years ago
496c3a95
BaseSessionService: Remove HTTP bodies from content state if they contain passwords.
by
[email protected]
· 13 years ago
ce208f87
Refactor Pickle Read methods to use higher performance PickleIterator.
by
[email protected]
· 13 years ago
a636d8e5
Add app mode for cros app windows, second try after revert of
by
[email protected]
· 13 years ago
a3c1a5e
Revert 123830 - Aura: Support hovering restore & close buttons for full screen apps.
by
[email protected]
· 13 years ago
387f92a
Aura: Support hovering restore & close buttons for full screen apps.
by
[email protected]
· 13 years ago
027429ee
Metrics for measuring how much overhead reading compressed content states adds.
by
[email protected]
· 13 years ago
068b7b5
Switch the better session restore on by default.
by
[email protected]
· 13 years ago
dde09b1
Allow SessionBackend::Init() to occur just-in-time in production builds.
by
[email protected]
· 14 years ago
59246c57
Session restore: save and restore HTTP body for POST requests.
by
[email protected]
· 14 years ago
e5cb53c
Revert 121429 - Session restore: save and restore HTTP body for POST requests.
by
[email protected]
· 14 years ago
a93cde2
Session restore: save and restore HTTP body for POST requests.
by
[email protected]
· 14 years ago
23104aa
More informative SessionService histograms for POST data size.
by
[email protected]
· 14 years ago
11d6ab1a
Convert use of int ms to TimeDelta in files owned by sky.
by
[email protected]
· 14 years ago
366c1bd
Adding UMA metrics for recording the size of content state saved by the BaseSessionService.
by
[email protected]
· 14 years ago
10f417c5
Rename NavigationController to NavigationControllerImpl and put it into the content namespace. Also make all users of content::NavigationController interface use the "using" keyword so they don't have to put content:: everywhere (similar to other Content API and WebKit API classes).
by
[email protected]
· 14 years ago
ad23a09
Convert a few methods in NavigationController to return a content::NavigationEntry, in preparation for creating an interface around NavigationController.
by
[email protected]
· 14 years ago
36fc039
Create a Content API around NavigationEntry that's in content/public/browser. NavigationEntry will be renamed to NavigationEntryImpl in a later change. It now derives from content::NavigationEntry. Most of this change is changing unix_hacker functions to CamelCase and updating callers.
by
[email protected]
· 14 years ago
2753bff
(Base)SessionService: Remove dead code which was only used by the unit tests.
by
[email protected]
· 14 years ago
ed10dd13
Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.
by
[email protected]
· 14 years ago
a42ce0e5
Include the referrer header everywhere instead of directly including the webkit header
by
[email protected]
· 14 years ago
cb8fb01a
Make NavigationEntry and friends use content::Referrer instead of plain URLs
by
[email protected]
· 14 years ago
b4cad1b
base::Bind: Convert more of chrome/browser/sessions.
by
[email protected]
· 14 years ago
7286e3fc
some cleanup for base/stl_util
by
[email protected]
· 14 years ago
d91aaac4
PrintPreview: Do not restore print preview tabs.
by
[email protected]
· 14 years ago
6b2f7a8
Revert my recent changes regarding title directionality.
by
[email protected]
· 14 years ago
40ead7b6
Change NavigationEntry's title fields to carry the text direction.
by
[email protected]
· 14 years ago
2c910b7
Removing references to off the record in comments and log messages.
by
[email protected]
· 14 years ago
299425b
Update more includes that were pointing to the old locations.
by
[email protected]
· 14 years ago
34b9963
Move base/thread.h to base/threading, fix up callers to use the new location.
by
[email protected]
· 15 years ago
8ecad5e
Move:
by
[email protected]
· 15 years ago
98aa0b5
Rename all occurrences of "app extension" with "extension app" since we were using both and consistency is nice.
by
[email protected]
· 15 years ago
b6ea741
Lands http://codereview.chromium.org/1744011/show for Hans:
by
[email protected]
· 15 years ago
3acb70ef
Added a new method to SessionService that returns a snapshot of the current
by
[email protected]
· 15 years ago
fca656c
Adds code to restore application extensions. I'm also enabling tab
by
[email protected]
· 16 years ago
8b55210
Ensure that the refcount on InternalGetCommandRequest stays non-zero through a PostTask
by
[email protected]
· 16 years ago
ebe89e06
Reland r23357 since it doesn't seem to be the cause of unit test failure:
by
[email protected]
· 16 years ago
db7556c
Revert "Renames the NavigationEntry::display_url() to virtual_url()."
by
[email protected]
· 16 years ago
5873de6
Renames the NavigationEntry::display_url() to virtual_url().
by
[email protected]
· 16 years ago
80720414
Move scoped_vector.h and stl_util-inl.h to base/
by
[email protected]
· 16 years ago
7ec296b
Fix a bug in session restore on linux/mac. We were pickling the
by
[email protected]
· 16 years ago
a958c3f
Fixes bug where first login attempt to hotmail after session restore
by
[email protected]
· 16 years ago
489d73e
Run more unit tests on Linux:
by
[email protected]
· 16 years ago
f0a51fb5
Fixes CRLF and trailing white spaces.
by
[email protected]
· 16 years ago
4c4d8d2
Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs
by
[email protected]
· 16 years ago
65d0aa0
Clean up some includes in sessions/ directory.
by
[email protected]
· 17 years ago
038832b0c1
Use the ALLOW_THIS_IN_INITIALIZER_LIST instead of a pragma.
by
[email protected]
· 17 years ago
926bfeb
Make base_session_service.cc compile on Posix.
by
[email protected]
· 17 years ago
5a82010a
Port session_backend.cc to Posix.
by
[email protected]
· 17 years ago
f7011fcb
Porting profiles to the Mac.
by
[email protected]
· 17 years ago
f3ec774
Move a bunch of TabContents related files into a tab_contents subdir
by
[email protected]
· 17 years ago
169627b
Makes the tab restore service persist closed tabs/windows to disk and
by
[email protected]
· 17 years ago