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
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Event tracing for sync events
rlarocque@chromium.org
2011-11-23
1
-0
/
+5
*
[Sync] Make ModelSafeWorker a true interface
akalin@chromium.org
2011-11-22
3
-2
/
+4
*
sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory.
tim@chromium.org
2011-11-22
45
-121
/
+124
*
Add OVERRIDE to chrome/browser/sync/.
avi@chromium.org
2011-11-21
21
-112
/
+133
*
sync: remove includes from ProfileSyncFactory + add to AutofillDataTypeContro...
tim@chromium.org
2011-11-17
1
-0
/
+1
*
Revert 110384 - Revert 110356 - Sync: Improve handling of database load failures
cpu@chromium.org
2011-11-17
1
-3
/
+6
*
Revert 110356 - Sync: Improve handling of database load failures
cpu@chromium.org
2011-11-16
1
-6
/
+3
*
Sync: Improve handling of database load failures
rlarocque@chromium.org
2011-11-16
1
-3
/
+6
*
Revert 110177 - Sync: Improve handling of database load failures
rlarocque@chromium.org
2011-11-15
1
-6
/
+3
*
Sync: Improve handling of database load failures
rlarocque@chromium.org
2011-11-15
1
-3
/
+6
*
Cleanup: Remove unneeded forward declarations in chrome/browser/sync.
thestig@chromium.org
2011-11-15
7
-18
/
+3
*
net: Move the last two Escape() functions into the net namespace.
tfarina@chromium.org
2011-11-09
1
-5
/
+5
*
Move all Extension Settings API files from c/b/extensions to c/b/extensions/s...
kalman@chromium.org
2011-11-09
2
-6
/
+9
*
Use base::StringPrintf to fix SyncedSessionTrackerTest.ManyGetTabs under Addr...
glider@chromium.org
2011-11-08
1
-1
/
+2
*
Revert 108858 - Hotfix SyncedSessionTrackerTest.ManyGetTabs to pass under Add...
glider@chromium.org
2011-11-07
1
-4
/
+1
*
Hotfix the hotfix for SyncedSessionTrackerTest.ManyGetTabs (r108858) to compi...
glider@chromium.org
2011-11-07
1
-0
/
+1
*
Hotfix SyncedSessionTrackerTest.ManyGetTabs to pass under AddressSanitizer.
glider@chromium.org
2011-11-07
1
-1
/
+3
*
Fix crash in PSS:SetEncryptEverything() and in TypedUrlModelAssociator
atwilson@chromium.org
2011-11-04
1
-5
/
+4
*
Add only types with empty progress marker to config requests. This fixes a bu...
lipalani@chromium.org
2011-11-04
1
-6
/
+22
*
Switch to composition for TestBrowserThread.
joi@chromium.org
2011-11-03
3
-13
/
+13
*
Move Autocomplete to the new sync
georgey@chromium.org
2011-11-03
9
-1611
/
+109
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
47
-5
/
+77
*
Refactored TypedUrlChangeProcessor to treat ADD and UPDATE similarly.
atwilson@chromium.org
2011-11-01
5
-109
/
+51
*
Separate the syncing of extension settings and app settings into separate data
kalman@chromium.org
2011-11-01
3
-17
/
+28
*
Changed change processors to use ScopedStopObserving
atwilson@chromium.org
2011-10-31
10
-17
/
+13
*
Converted top-level NewRunnableMethod and straggler NewRunnableFunction usage...
rickcam@chromium.org
2011-10-28
6
-72
/
+56
*
[Sync] Ensure new non-frontend datatypes release shared change processor
zea@chromium.org
2011-10-28
3
-9
/
+35
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
38
-80
/
+83
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
1
-10
/
+1
*
This is the first patch in a series of patches. This patch introduces the unr...
lipalani@chromium.org
2011-10-27
10
-57
/
+113
*
[Sync] Add HasChildren() function and use it instead of GetFirstChildId()
akalin@chromium.org
2011-10-27
8
-11
/
+10
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
1
-1
/
+0
*
Updated TypedURL sync code to not create duplicate visits.
atwilson@chromium.org
2011-10-26
3
-49
/
+78
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
1
-3
/
+3
*
Fix for 101232 NewNonFrontendDataTypeController has a racing condition that l...
georgey@chromium.org
2011-10-25
1
-3
/
+3
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
3
-12
/
+12
*
[Sync] Cache encrypted types info in ProfileSyncService
akalin@chromium.org
2011-10-24
3
-38
/
+65
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
3
-22
/
+19
*
Changed the TypedUrlModelAssociator to correctly merge changes between the sy...
atwilson@chromium.org
2011-10-22
4
-17
/
+79
*
Now does not sync URLs that only have imported visits.
atwilson@chromium.org
2011-10-22
2
-1
/
+32
*
Avoid DCHECK in AutofillModelAssociator::Associate
isherman@chromium.org
2011-10-22
1
-0
/
+5
*
[Sync] Fix VLOG of session titles
zea@chromium.org
2011-10-21
1
-11
/
+14
*
Implement sync data type controller and UI for syncing notifications:
munjal@chromium.org
2011-10-21
3
-0
/
+406
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
14
-47
/
+49
*
Fix ordering dependencies for #if OS_CHROMEOS and OS_LINUX
stevenjb@chromium.org
2011-10-19
1
-3
/
+3
*
Prevent crash by posting a task to call unrecoverable error handler. The task...
lipalani@chromium.org
2011-10-19
6
-1
/
+33
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
28
-177
/
+177
*
Move content_client.h into content/public.
joi@chromium.org
2011-10-18
2
-2
/
+2
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
8
-8
/
+9
*
[Sync] Make BrowserThreadModelWorker subclasses show up in call stacks
akalin@chromium.org
2011-10-18
3
-7
/
+32
[next]