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