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
/
sync
/
profile_sync_service_session_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: take two on removing cros_user parameter from ProfileSyncService.
tim@chromium.org
2011-12-21
1
-1
/
+9
*
Revert "sync: remove cros_user parameter from ProfileSyncService"
nkostylev@chromium.org
2011-12-19
1
-9
/
+1
*
sync: remove cros_user parameter from ProfileSyncService
tim@chromium.org
2011-12-16
1
-1
/
+9
*
Make NavigationEntry and friends use content::Referrer instead of plain URLs
jochen@chromium.org
2011-12-05
1
-1
/
+1
*
base::Bind: Convert Tasks in chrome/browser/sync tests.
jhawkins@chromium.org
2011-11-28
1
-56
/
+64
*
sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory.
tim@chromium.org
2011-11-22
1
-3
/
+3
*
Switch to composition for TestBrowserThread.
joi@chromium.org
2011-11-03
1
-3
/
+1
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-4
/
+4
*
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
*
[Sync] Add support for automatic deleting of stale sync sessions.
zea@chromium.org
2011-10-14
1
-2
/
+108
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-1
/
+2
*
[Sync] Add support for deleting foreign sessions
zea@chromium.org
2011-10-11
1
-6
/
+62
*
[Sync] Fix Session's handling of windows.
zea@chromium.org
2011-10-04
1
-58
/
+333
*
[Sync] use base::Time in sync
akalin@chromium.org
2011-09-22
1
-2
/
+3
*
Revert 102184 - [Sync] use base::Time in sync
akalin@chromium.org
2011-09-21
1
-3
/
+2
*
[Sync] use base::Time in sync
akalin@chromium.org
2011-09-21
1
-2
/
+3
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-1
/
+1
*
[Sync] Move ChangeRecord into its own file (change_record.{h,cc})
akalin@chromium.org
2011-09-17
1
-14
/
+14
*
This is the problem of the leaking URLRequestContextGetters in the ProfileSyn...
battre@chromium.org
2011-09-13
1
-0
/
+7
*
Move sync test code out of chrome/test
phajdan.jr@chromium.org
2011-09-02
1
-1
/
+1
*
Set user-visible machine names and devices types for synced sessions.
thakis@chromium.org
2011-09-02
1
-0
/
+2
*
Revert 99391 (broke CrOS unit_tests) - Set user-visible machine names and dev...
thakis@chromium.org
2011-09-02
1
-2
/
+0
*
Set user-visible machine names and devices types for synced sessions.
thakis@chromium.org
2011-09-02
1
-0
/
+2
*
Restoring a session should restore window minimization state
dhollowa@chromium.org
2011-08-22
1
-1
/
+4
*
Original patch by rlarocque@chromium.org at http://codereview.chromium.org/76...
zea@chromium.org
2011-08-17
1
-2
/
+5
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-2
/
+2
*
Move more files from chrome/test to chrome/test/base, part #2
phajdan.jr@chromium.org
2011-07-29
1
-1
/
+1
*
Abstract TabContentsWrapper in sync.
qsr@google.com
2011-07-28
1
-6
/
+6
*
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
/
+5
*
[Sync] Add Location parameter to Read/WriteTransactions
akalin@chromium.org
2011-06-17
1
-4
/
+5
*
[Sync] Foreign session -> Synced session
zea@chromium.org
2011-06-15
1
-4
/
+4
*
Replace all usage of FileAutoDeleter with ScopedTempDir.
husky@google.com
2011-05-25
1
-1
/
+0
*
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
-2
/
+2
*
Disable ProfileSyncSessionUnittest.WriteFilledSessionToNode on windows.
zea@chromium.org
2011-05-04
1
-1
/
+7
*
Profile shouldn't own Session/TabRestore services.
torne@chromium.org
2011-04-28
1
-3
/
+4
*
Stop reference counting BaseSessionService.
torne@chromium.org
2011-04-26
1
-1
/
+4
*
[Sync] Fix bug leading to ProfileSyncService test flakiness
akalin@chromium.org
2011-04-26
1
-7
/
+13
*
Fixed memory leak in sync notifier unit tests caused by my previous CL.
sanjeevr@chromium.org
2011-04-08
1
-1
/
+7
*
Changed jingle to use the IO thread from the passed in URLRequestContextGette...
sanjeevr@chromium.org
2011-04-07
1
-1
/
+2
*
Reapply r80049 with clang fixes.
zea@chromium.org
2011-04-01
1
-1
/
+3
*
Revert 80049 - [Sync] Refactor controllers for datatypes that live on ui thread.
zea@chromium.org
2011-03-31
1
-3
/
+1
*
[Sync] Refactor controllers for datatypes that live on ui thread.
zea@chromium.org
2011-03-31
1
-1
/
+3
*
Remove unused has_history_service flag in TestingProfile
akalin@chromium.org
2011-03-29
1
-1
/
+0
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
sync: Take 2 for issue 6697039
tim@chromium.org
2011-03-19
1
-1
/
+0
*
Revert 78749 - sync: don't send SYNC_CONFIGURE_DONE unless it is true
tim@chromium.org
2011-03-18
1
-0
/
+1
[next]