summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Restore the individually selected tab from a window when using the Hist...rsesek@chromium.org2010-07-081-3/+8
* Revert 51748 - [Mac] Restore the individually selected tab from a window when...rsesek@chromium.org2010-07-071-17/+5
* [Mac] Restore the individually selected tab from a window when using the Hist...rsesek@chromium.org2010-07-071-5/+17
* Attempt 2 at Moving Browser::AddTypes to TabStripModel. The firstsky@chromium.org2010-06-282-4/+4
* Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-242-4/+4
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-242-4/+4
* Allow the TabRestoreService to restore individual tabs from a window.rsesek@chromium.org2010-06-183-55/+207
* Created notification for when a session is saved.jerrica@google.com2010-06-172-4/+32
* Working towards -Wextrathomasvl@chromium.org2010-06-161-1/+1
* Add histogram coverage of session service Save() operations, namely the time ...tim@chromium.org2010-06-102-1/+45
* Really disable the test.jhawkins@chromium.org2010-06-071-1/+1
* Disable TabRestoreServiceTest.DontPersistPostData as it is crashing on Windows.jhawkins@chromium.org2010-06-071-0/+7
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* [Mac] Make the History menu behave more like the NTP in its display of recent...rsesek@chromium.org2010-06-031-3/+3
* Changes session restore to throttle loading of tabs. New tabs aresky@chromium.org2010-06-021-22/+53
* Inform the command updater of the tab restore state.estade@chromium.org2010-05-274-10/+22
* Changes session restore so that if the last tab is closed explicitlysky@chromium.org2010-05-263-11/+39
* Switch hanging session restore tests from FAILS to RESTOREstuartmorgan@chromium.org2010-05-261-2/+2
* Enable the SessionRestoreUITest tests on the Macstuartmorgan@chromium.org2010-05-261-0/+12
* RestoreOnNewWindowWithNoTabbedBrowsers actually needs to be DISABLED_ not justtonyg@chromium.org2010-05-251-2/+2
* Marking RestoreOnNewWindowWithNoTabbedBrowsers as FAILS_ on non-Windows.tonyg@chromium.org2010-05-251-1/+10
* TTF: Enable RestoreOnNewWindowWithNoTabbedBrowsers, as it seems to be working...jhawkins@chromium.org2010-05-241-6/+0
* [GTTF] [TTF] Test marks maintenance CL:phajdan.jr@chromium.org2010-05-191-2/+1
* Rename all occurrences of "app extension" with "extension app" since we were ...aa@chromium.org2010-05-0612-67/+67
* Lands http://codereview.chromium.org/1744011/show for Hans:sky@chromium.org2010-05-047-53/+56
* Adds ability for newly inserted tabs to appear before other tabs. I'llsky@chromium.org2010-05-031-4/+6
* [GTTF] Mark the following tests as no longer flaky:phajdan.jr@chromium.org2010-05-031-4/+2
* Remove deprecated things from net test suite:phajdan.jr@chromium.org2010-04-301-1/+1
* Nukes one of the AddTabWithURL variants.sky@chromium.org2010-04-291-2/+4
* Move code to size a restored tab on initialization from SessionRestore::Resto...japhet@chromium.org2010-04-221-11/+2
* Size TabContents being restored during a session restore.japhet@chromium.org2010-04-161-3/+11
* Use LaunchAnotherBrowserBlockUntilClosed in SessionRestoreUITest to reduce fl...mattm@chromium.org2010-04-161-12/+2
* Auto restart when update available while running in the background on windows.atwilson@chromium.org2010-04-091-0/+6
* Mark SessionRestoreUITest.ShareProcessesOnRestore as flaky.rohitrao@chromium.org2010-04-021-1/+2
* Disable SessionRestoreTest.RestoreOnNewWindowWithNoTabbedBrowsers on Mac and ...arv@chromium.org2010-03-311-1/+1
* Mark SessionRestoreTest.RestoreOnNewWindowWithNoTabbedBrowsers as flaky on no...arv@chromium.org2010-03-311-2/+2
* Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility fun...thestig@chromium.org2010-03-311-2/+5
* Mark SessionRestoreUITest.TwoWindowsCloseOneRestoreOnlyOne as flakyarv@chromium.org2010-03-311-1/+2
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-301-0/+1
* [GTTF] Miscellanous UI tests cleanups:phajdan.jr@chromium.org2010-03-301-15/+13
* Mark SessionRestoreUITest.DontRestoreWhileIncognito as flaky.phajdan.jr@chromium.org2010-03-261-1/+3
* Disabling newly added test as failed on linux views. Will investigatesky@chromium.org2010-03-261-0/+6
* Fixes bug where triggering session restore while the browser wassky@chromium.org2010-03-265-24/+110
* [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.rsesek@chromium.org2010-03-243-14/+4
* [GTTF] Reduce number of automation methods ending with WithTimeout.phajdan.jr@chromium.org2010-03-221-2/+2
* [GTTF] Make automation framework more solid by making sure thatphajdan.jr@chromium.org2010-03-161-4/+4
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* [GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash...phajdan.jr@chromium.org2010-03-111-0/+8
* Wrap InternalSessionRequest in a scoped_refptr.albertb@google.com2010-03-021-1/+1
* Added a new method to SessionService that returns a snapshot of the currentalbertb@google.com2010-03-018-21/+143