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_service_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-22
/
+24
*
Restoring a session should restore window minimization state
dhollowa@chromium.org
2011-08-22
1
-10
/
+22
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-2
/
+2
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-4
/
+4
*
Replace all usage of FileAutoDeleter with ScopedTempDir.
husky@google.com
2011-05-25
1
-5
/
+1
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
Browser::Type cleanup.
jianli@chromium.org
2011-05-05
1
-11
/
+11
*
Revert my recent changes regarding title directionality.
evan@chromium.org
2011-04-25
1
-5
/
+1
*
Change NavigationEntry's title fields to carry the text direction.
evan@chromium.org
2011-04-23
1
-1
/
+5
*
Replacing base::DIR_TEMP with ScopedTempDir when appropriate.
mkwst@chromium.org
2011-04-12
1
-2
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-5
/
+5
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
1
-1
/
+1
*
FBTF: Minor cleanup to testing headers.
erg@google.com
2010-08-25
1
-0
/
+1
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-7
/
+7
*
Created notification for when a session is saved.
jerrica@google.com
2010-06-17
1
-3
/
+26
*
Changes session restore so that if the last tab is closed explicitly
sky@chromium.org
2010-05-26
1
-2
/
+22
*
Rename all occurrences of "app extension" with "extension app" since we were ...
aa@chromium.org
2010-05-06
1
-3
/
+3
*
Lands http://codereview.chromium.org/1744011/show for Hans:
sky@chromium.org
2010-05-04
1
-8
/
+11
*
[Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.
rsesek@chromium.org
2010-03-24
1
-4
/
+1
*
Added a new method to SessionService that returns a snapshot of the current
albertb@google.com
2010-03-01
1
-1
/
+33
[next]