summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions
Commit message (Expand)AuthorAgeFilesLines
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-195-1/+5
* GTK: Rename ambiguous "exceptions_page_gtk.cc" before making the content exce...erg@chromium.org2010-02-121-1/+2
* Adds code to restore application extensions. I'm also enabling tabsky@chromium.org2010-02-1012-18/+266
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-2/+1
* Step 1 in Implementing/Prototyping App Panels.rafaelw@chromium.org2010-02-042-1/+6
* Disables pinned tabs until I land apps. I've #ifdef parts that aresky@chromium.org2010-01-284-23/+11
* Fixes flakiness in session restore test. I'm adding two things:sky@chromium.org2010-01-261-8/+16
* Changes synchronous session restore to create windows after nestedsky@chromium.org2010-01-081-3/+19
* Forbid reloading the Inspector window.apavlov@chromium.org2009-12-252-2/+6
* Putting back tests that are excluded in bug 28808oshima@chromium.org2009-12-221-3/+0
* TBR: sky@chromium.orgoshima@chromium.org2009-12-111-6/+10
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-022-8/+16
* Marking SessionRestoreUITest.RestoreAfterClosingTabbedBrowserWithAppAndLaunch...willchan@chromium.org2009-12-011-1/+1
* Flaky tests on linux/view/64bit builds.oshima@chromium.org2009-11-251-0/+6
* Ensure that the refcount on InternalGetCommandRequest stays non-zero through ...jamesr@chromium.org2009-11-181-1/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-4/+4
* A little cleanup in SessionRestoreUITest.phajdan.jr@chromium.org2009-11-121-15/+3
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-075-7/+17
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-3/+3
* Mac: don't restore explicitly closed windows.viettrungluu@chromium.org2009-11-052-2/+15
* Clicking on restore window button on ntp now nukes ntp. We always didsky@chromium.org2009-11-051-0/+6
* Make SessionService use its own enum for storing window type in the session d...ben@chromium.org2009-11-052-5/+55
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-033-7/+22
* Fix window restore behaviour on Mac.erg@chromium.org2009-10-291-1/+12
* Changes ui proxy classes to use Browser::Types rather than copyingsky@chromium.org2009-10-281-7/+7
* Take 2 at this. The only change between this and the first is to add the GetT...sky@chromium.org2009-10-274-23/+130
* Revert 30194 - Makes session restore on Chrome OS restore popups.sky@chromium.org2009-10-274-130/+23
* Makes session restore on Chrome OS restore popups.sky@chromium.org2009-10-274-23/+130
* More style nits.erg@google.com2009-10-141-2/+2
* valgrind: memset the window command data structure. |timestamp| is aligned o...jhawkins@chromium.org2009-09-161-2/+8
* Fix two tests that leak temporary files.thestig@chromium.org2009-09-021-12/+4
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-4/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+4
* Split short-circuited assertions in session_restore_uitest.cc to make morephajdan.jr@chromium.org2009-08-141-19/+20
* Reland r23357 since it doesn't seem to be the cause of unit testtony@chromium.org2009-08-132-4/+4
* Revert "Renames the NavigationEntry::display_url() to virtual_url()."tony@chromium.org2009-08-132-4/+4
* Renames the NavigationEntry::display_url() to virtual_url().tony@chromium.org2009-08-132-4/+4
* Changes SessionService to make sure a Pickle is deleted before thesky@chromium.org2009-08-101-5/+10
* Landing Thiago Farina's CL.jcampan@chromium.org2009-07-291-1/+1
* Adds timestamp to session restore for tabs and windows.arv@google.com2009-07-203-23/+173
* Makes --pinned-tab-count work if session restore is enabled, but wesky@chromium.org2009-07-171-3/+26
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-148-22/+245
* Sprinkle some defensiveness into the UI tests so that they don't explode if t...stuartmorgan@chromium.org2009-07-071-4/+9
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-1/+1
* Implement restoring closed tab menu item. Reworked cross-platform code to han...pinkerton@chromium.org2009-06-193-67/+52
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-132-0/+2
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-032-0/+2
* Cleanup temp files/folders in a few more tests.munjal@chromium.org2009-06-011-1/+5
* Fix namespace to ultimately compile on Macpinkerton@chromium.org2009-05-291-2/+2
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-35/+34