| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch BaseSessionService to use SequencedWorkerPool instead of FILE thread | oshima@chromium.org | 2013-08-12 | 1 | -6/+6 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Use a direct include of time headers in chrome/browser/, part 7. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | remove usage of WebData, WebHTTPBody, and WebURL in content and chrome browser | scottmg@chromium.org | 2013-06-25 | 1 | -2/+0 |
* | remove (unnecessary) include of third_party/WebKit WebHistoryItem.h | scottmg@chromium.org | 2013-06-21 | 1 | -1/+0 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update refernces to Blink's Platform API (chrome) | abarth@chromium.org | 2013-05-30 | 1 | -2/+2 |
* | Introduce content::PageState (again). | darin@chromium.org | 2013-05-28 | 1 | -31/+18 |
* | Revert 202188 "Introduce content::PageState." | grt@chromium.org | 2013-05-26 | 1 | -18/+31 |
* | Introduce content::PageState. | darin@chromium.org | 2013-05-24 | 1 | -31/+18 |
* | Moves TabNavigation into components/sessions and renames | sky@chromium.org | 2013-04-29 | 1 | -87/+114 |
* | Revert 191150 "Support restoring app windows in ash." | rsleevi@chromium.org | 2013-03-28 | 1 | -2/+1 |
* | Support restoring app windows in ash. | davemoore@chromium.org | 2013-03-28 | 1 | -1/+2 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -3/+3 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -3/+3 |
* | Update some #includes in chrome/browser/sessions for headers in the new Platf... | pilgrim@chromium.org | 2013-01-10 | 1 | -2/+2 |
* | Cleanup: Fix a bunch of lint errors in chrome. | thestig@chromium.org | 2013-01-04 | 1 | -2/+1 |
* | Attempt 2 at: Tweak session restore ifdef to be chromeos specific. I | sky@chromium.org | 2012-11-21 | 1 | -3/+3 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | Activate appropriate window from a session restore. | mad@chromium.org | 2012-10-10 | 1 | -41/+175 |
* | Move all TabNavigation logic to session_types.{h,cc} | akalin@chromium.org | 2012-09-19 | 1 | -146/+112 |
* | Remove the SessionBackend debug code. | marja@chromium.org | 2012-09-07 | 1 | -6/+0 |
* | Debug the generic session restore failure. | marja@chromium.org | 2012-08-27 | 1 | -0/+6 |
* | Fix user agent override restoration pipeline | dfalcantara@chromium.org | 2012-08-18 | 1 | -1/+3 |
* | Remove the effects of --disable-restore-session-state. | marja@chromium.org | 2012-08-08 | 1 | -39/+0 |
* | base: Remove dereference structure operator (i.e ->) from ScopedVector. | tfarina@chromium.org | 2012-06-30 | 1 | -15/+15 |
* | Use AuraTestHelper to initialize aura environment in test | oshima@chromium.org | 2012-05-30 | 1 | -0/+1 |
* | Add info about user agent overrides to WebContents | dfalcantara@chromium.org | 2012-05-11 | 1 | -3/+29 |
* | Store original request URL in NavigationEntry | dfalcantara@chromium.org | 2012-04-17 | 1 | -0/+2 |
* | Test case for session service migration change. | sky@chromium.org | 2012-04-04 | 1 | -0/+28 |
* | BaseSessionService: Remove HTTP bodies from content state if they contain pas... | marja@chromium.org | 2012-03-19 | 1 | -5/+54 |
* | Add app mode for cros app windows, second try after revert of | davemoore@chromium.org | 2012-02-28 | 1 | -6/+67 |
* | Revert 123830 - Aura: Support hovering restore & close buttons for full scree... | davemoore@chromium.org | 2012-02-28 | 1 | -67/+6 |
* | Aura: Support hovering restore & close buttons for full screen apps. | davemoore@chromium.org | 2012-02-27 | 1 | -6/+67 |
* | Session restore: save and restore HTTP body for POST requests. | marja@chromium.org | 2012-02-10 | 1 | -0/+69 |
* | Revert 121429 - Session restore: save and restore HTTP body for POST requests. | marja@chromium.org | 2012-02-10 | 1 | -69/+0 |
* | Session restore: save and restore HTTP body for POST requests. | marja@chromium.org | 2012-02-10 | 1 | -0/+69 |
* | Makes session service map certain show states to normal. | sky@chromium.org | 2012-01-31 | 1 | -1/+22 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -2/+3 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 1 | -9/+10 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -1/+1 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -3/+3 |
* | (Base)SessionService: Remove dead code which was only used by the unit tests. | marja@chromium.org | 2011-12-13 | 1 | -32/+0 |
* | Make NavigationEntry and friends use content::Referrer instead of plain URLs | jochen@chromium.org | 2011-12-05 | 1 | -22/+27 |
* | base::Bind: Convert SessionService::SessionCallback. | jhawkins@chromium.org | 2011-11-28 | 1 | -2/+6 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -6/+6 |