index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
sessions
/
session_restore.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crashes when the ExtensionService isn't present (e.g. incognito, chrome o...
piman@google.com
2011-02-22
1
-1
/
+4
*
Show startup infobars when restoring session.
agl@chromium.org
2011-02-22
1
-19
/
+28
*
Add a histogram to track application launches by type. Unfortunately, this un...
jstritar@chromium.org
2011-02-16
1
-0
/
+9
*
Revert 73810 - Added NULL check to protect against a TabContents having a NULL
davemoore@chromium.org
2011-02-04
1
-6
/
+2
*
Added NULL check to protect against a TabContents having a NULL
davemoore@chromium.org
2011-02-04
1
-2
/
+6
*
Fixed leak and DCHECK()
davemoore@chromium.org
2011-02-01
1
-2
/
+4
*
Revert 73013 - Delete tab_loader when there are no more tabs to be loaded or ...
mbelshe@chromium.org
2011-01-28
1
-2
/
+1
*
Delete tab_loader when there are no more tabs to be loaded or painted
davemoore@chromium.org
2011-01-28
1
-1
/
+2
*
Added timings for session restore load and paint
davemoore@chromium.org
2011-01-27
1
-58
/
+217
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
1
-1
/
+0
*
[SYNC] Sessions datatype refactor. Most things related to sessions under-the-...
zea@chromium.org
2011-01-06
1
-43
/
+85
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-1
/
+1
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
1
-1
/
+3
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Add "open as window" menu item to NTP app menu.
skerner@chromium.org
2010-11-22
1
-53
/
+1
*
Revert 66646 - Add "open as window" menu item to NTP app menu.
skerner@chromium.org
2010-11-18
1
-1
/
+53
*
Add "open as window" menu item to NTP app menu.
skerner@chromium.org
2010-11-18
1
-53
/
+1
*
Cleanup: Include browser.h -> ui/browser.h [Part 4].
jhawkins@chromium.org
2010-11-17
1
-3
/
+3
*
Cleanup: Remove chrome/browser/browser_navigator.* and references.
jhawkins@chromium.org
2010-11-12
1
-1
/
+1
*
Stop loading when network state becomes CONNECTING
oshima@chromium.org
2010-11-10
1
-4
/
+2
*
Make all browser code use browser::Navigate to open tabs.
ben@chromium.org
2010-11-02
1
-4
/
+7
*
Fixed test expectations, also made network observer a separate object
davemoore@chromium.org
2010-10-28
1
-4
/
+0
*
Revert 64114 - Second attempt to land http://codereview.chromium.org/4003006
davemoore@chromium.org
2010-10-27
1
-0
/
+4
*
Second attempt to land http://codereview.chromium.org/4003006
davemoore@chromium.org
2010-10-27
1
-4
/
+0
*
Revert 64104 - Prewarm google auth url
davemoore@chromium.org
2010-10-27
1
-0
/
+4
*
Prewarm google auth url
davemoore@chromium.org
2010-10-27
1
-4
/
+0
*
Output login times as timeline
davemoore@chromium.org
2010-10-21
1
-0
/
+9
*
Fix syncing of sessions. Numerous changes have been made. Currently, the mode...
zea@chromium.org
2010-10-20
1
-1
/
+1
*
Replace Browser::AddTabWithURL(...) with:
ben@chromium.org
2010-10-05
1
-2
/
+4
*
Moves TabStripModelObserver/Delegate into their own headers.
sky@chromium.org
2010-09-16
1
-0
/
+1
*
Fix SessionStorage
jorlow@chromium.org
2010-09-14
1
-1
/
+2
*
sync: take two for:
tim@chromium.org
2010-08-18
1
-0
/
+37
*
Revert 56423 - Added classes to enable session sync functionality.
tim@chromium.org
2010-08-17
1
-37
/
+0
*
Added classes to enable session sync functionality.
tim@chromium.org
2010-08-17
1
-0
/
+37
*
Clone of issue 2941001. See initial review below.
twiz@google.com
2010-08-12
1
-1
/
+1
*
Show offline interstitial page when offline and reload when reconnected to ne...
oshima@chromium.org
2010-07-15
1
-8
/
+61
*
Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first
sky@chromium.org
2010-06-28
1
-2
/
+2
*
Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-2
/
+2
*
Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-2
/
+2
*
Changes session restore to throttle loading of tabs. New tabs are
sky@chromium.org
2010-06-02
1
-22
/
+53
*
Inform the command updater of the tab restore state.
estade@chromium.org
2010-05-27
1
-1
/
+1
*
Rename all occurrences of "app extension" with "extension app" since we were ...
aa@chromium.org
2010-05-06
1
-6
/
+6
*
Adds ability for newly inserted tabs to appear before other tabs. I'll
sky@chromium.org
2010-05-03
1
-4
/
+6
*
Nukes one of the AddTabWithURL variants.
sky@chromium.org
2010-04-29
1
-2
/
+4
*
Move code to size a restored tab on initialization from SessionRestore::Resto...
japhet@chromium.org
2010-04-22
1
-11
/
+2
*
Size TabContents being restored during a session restore.
japhet@chromium.org
2010-04-16
1
-3
/
+11
*
Fixes bug where triggering session restore while the browser was
sky@chromium.org
2010-03-26
1
-1
/
+11
*
Added a new method to SessionService that returns a snapshot of the current
albertb@google.com
2010-03-01
1
-1
/
+1
*
Makes Synchronous session restore work with the login manager
cmasone@google.com
2010-02-22
1
-0
/
+3
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
[next]