summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions
Commit message (Expand)AuthorAgeFilesLines
* Make TabLoader (session_restore.cc) functional again.marja@chromium.org2012-03-083-8/+18
* Fix app launch histograms.estade@chromium.org2012-03-082-6/+6
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-075-10/+11
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-073-2/+5
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-062-2/+2
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+3
* Fixed the restore on startup pref on Lion's first run.joaodasilva@chromium.org2012-02-291-1/+12
* Changes to tests in anticipation of the bug 111139 fix.tbreisacher@chromium.org2012-02-291-0/+3
* TabRestoreServiceBrowserTest.RestoreApp should only run on auradavemoore@chromium.org2012-02-281-1/+1
* Add app mode for cros app windows, second try after revert ofdavemoore@chromium.org2012-02-2811-46/+294
* Revert 123830 - Aura: Support hovering restore & close buttons for full scree...davemoore@chromium.org2012-02-2811-294/+46
* Aura: Support hovering restore & close buttons for full screen apps.davemoore@chromium.org2012-02-2711-46/+294
* Remove debug code, the ~SessionRestoreImpl crash is fixed.marja@chromium.org2012-02-271-25/+4
* Metrics for measuring how much overhead reading compressed content states adds.marja@chromium.org2012-02-273-0/+22
* Switch the better session restore on by default.marja@chromium.org2012-02-271-1/+1
* Revert r123544 "Fixed the restore on startup pref on Lion's first run."oshima@chromium.org2012-02-251-12/+1
* Fixed the restore on startup pref on Lion's first run.joaodasilva@chromium.org2012-02-241-2/+13
* Add an API around SessionStorageNamespace. This is just an empty API, what ma...jam@chromium.org2012-02-242-5/+6
* Revert 123306 - [uber] Redoing the homepage selection UItbreisacher@chromium.org2012-02-231-14/+0
* [uber] Redoing the homepage selection UItbreisacher@chromium.org2012-02-231-0/+14
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-231-1/+2
* Revert 123096 - [uber] Redoing the homepage selection UItbreisacher@chromium.org2012-02-221-15/+1
* [uber] Redoing the homepage selection UItbreisacher@chromium.org2012-02-221-1/+15
* Restore multiple profiles after a crash.marja@chromium.org2012-02-221-1/+2
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+2
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-2/+2
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+2
* Revert "[uber] Redoing the homepage selection UI"loislo@chromium.org2012-02-171-15/+1
* [uber] Redoing the homepage selection UItbreisacher@chromium.org2012-02-171-1/+15
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-151-2/+2
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-8/+8
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-4/+4
* Allow SessionBackend::Init() to occur just-in-time in production builds.joi@chromium.org2012-02-142-3/+19
* Updates OWNERS files.sky@chromium.org2012-02-131-0/+2
* Session restore: save and restore HTTP body for POST requests.marja@chromium.org2012-02-108-9/+389
* CHECKs to debug the "2 SessionRestoreImpls refer to the same profile" problem.marja@chromium.org2012-02-101-1/+21
* Revert 121429 - Session restore: save and restore HTTP body for POST requests.marja@chromium.org2012-02-108-385/+9
* Session restore: save and restore HTTP body for POST requests.marja@chromium.org2012-02-108-9/+385
* Refactor Browser window creation.avi@chromium.org2012-02-091-1/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-3/+4
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-4/+3
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-3/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-0/+1
* Lands http://codereview.chromium.org/9316065/ for Marja. I reviewedsky@chromium.org2012-02-071-19/+34
* Store the UploadData identifier in NavigationEntryImpl.cbentzel@chromium.org2012-02-032-2/+8
* Add CHECKs for debugging a crash in ~SessionRestoreImpl.marja@chromium.org2012-02-031-1/+11
* Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...mkwst@chromium.org2012-02-031-0/+6
* Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-031-6/+0
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-031-0/+6
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-3/+3