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
*
Add ManagedUserSettings Sync data type.
bauerb@chromium.org
2013-04-17
1
-0
/
+1
*
[Sync] Prevent redundant sync title changes
zea@chromium.org
2013-04-15
1
-2
/
+3
*
Put autofill code into namepspace autofill Step 2
kaiwang@chromium.org
2013-04-12
5
-9
/
+17
*
History: Add name of the originating device to the visit dropdown menu.
dubroy@chromium.org
2013-04-12
2
-0
/
+20
*
Move webdata/autofill code into autofill component
caitkp@chromium.org
2013-04-11
5
-5
/
+5
*
Move all code in c/b/autofill and autofill related code in c/b/ui into namesp...
kaiwang@chromium.org
2013-04-11
1
-1
/
+2
*
Add a space between string literals and PRIuS
stuartmorgan@chromium.org
2013-04-10
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
3
-3
/
+3
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
3
-3
/
+3
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
3
-3
/
+3
*
Move WebData component unittests to //components/webdata.
caitkp@chromium.org
2013-04-05
1
-1
/
+1
*
[Sync] Fix favicon updates to handle orphan nodes
zea@chromium.org
2013-04-05
3
-41
/
+153
*
[sync] Add device type to user agent
nyquist@chromium.org
2013-04-05
1
-1
/
+4
*
Move c/b/webdata/code which does not depend on chrome/ to components/webdata/
caitkp@chromium.org
2013-04-03
5
-5
/
+5
*
[Sync] Prevent useless favicon updates
zea@chromium.org
2013-04-03
4
-7
/
+113
*
sync: Bookmark unique position end-to-end support
rlarocque@chromium.org
2013-04-02
1
-4
/
+6
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-04-01
1
-1
/
+1
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
7
-16
/
+32
*
chrome: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-31
1
-1
/
+1
*
Add a remove all bookmarks method to bookmark model.
shashishekhar@chromium.org
2013-03-30
2
-46
/
+95
*
Refactor notifications from webdata
kaiwang@chromium.org
2013-03-29
5
-60
/
+51
*
bookmarks: Remove Profile getter accessor from BookmarkModel.
tfarina@chromium.org
2013-03-28
4
-7
/
+23
*
Separate invalidator and sync client ID (part 2/2)
rlarocque@chromium.org
2013-03-28
5
-8
/
+1
*
Revert 191028 "[Sync] Disable unrecoverable error uploading."
zea@chromium.org
2013-03-27
1
-1
/
+1
*
[Sync] Disable unrecoverable error uploading.
zea@chromium.org
2013-03-27
1
-1
/
+1
*
[Sync] Fix tab sync favicon cache race
zea@chromium.org
2013-03-27
4
-38
/
+74
*
Depends on https://codereview.chromium.org/12987023/
caitkp@chromium.org
2013-03-27
3
-5
/
+5
*
[Sync] Fix double tranaction acquire in favicon code
zea@chromium.org
2013-03-25
3
-1
/
+13
*
Split Autofill webdata
caitkp@chromium.org
2013-03-25
6
-20
/
+22
*
Move Encryptor to //components/webdata/encryptor.
joi@chromium.org
2013-03-24
2
-2
/
+2
*
[Sync] Stop requiring backwards compatbility for sync encryption
zea@chromium.org
2013-03-22
1
-5
/
+1
*
base/prefs: Remove the public/ directory and move the files to //base/prefs.
tfarina@chromium.org
2013-03-21
1
-1
/
+1
*
Remove knowledge of Chrome-specific SyncableService classes from WebDataService.
joi@chromium.org
2013-03-20
2
-26
/
+12
*
Create a common base class for all the webdatas
joi@chromium.org
2013-03-20
1
-16
/
+9
*
Make WebDataService no longer depend on ProfileKeyedService
caitkp@chromium.org
2013-03-20
1
-10
/
+28
*
[Sync] Plumb local favicon deletions to sync favicons datatype
zea@chromium.org
2013-03-19
3
-26
/
+245
*
Second try at splitting WebDataService (minus ownership changes)
joi@chromium.org
2013-03-19
1
-1
/
+3
*
Enable SyncedDeviceTracker to handle non-ASCII client names.
blundell@chromium.org
2013-03-19
2
-6
/
+10
*
Revert 188935 "Second try at splitting WebDataService (minus own..."
pneubeck@google.com
2013-03-19
1
-3
/
+1
*
Second try at splitting WebDataService (minus ownership changes)
caitkp@chromium.org
2013-03-19
1
-1
/
+3
*
[Sync] Add support for expiring sync favicons
zea@chromium.org
2013-03-18
4
-139
/
+598
*
sync: Define histogram ints for model types
rlarocque@chromium.org
2013-03-15
7
-8
/
+15
*
Send client channel info to server in user-agent string.
pavely@chromium.org
2013-03-15
1
-1
/
+25
*
[Sync] Add sync logic to FaviconCache
zea@chromium.org
2013-03-15
6
-61
/
+1358
*
Revert r186824
caitkp@chromium.org
2013-03-14
1
-4
/
+1
*
[Sync] Create FaviconCache
zea@chromium.org
2013-03-13
6
-477
/
+817
*
Remove some dependencies on WebDataServiceFactory and WebDatabaseServiceFactory
caitkp@chromium.org
2013-03-13
3
-14
/
+9
*
Remove chrome/ code to handle App Notifications
dcheng@chromium.org
2013-03-10
3
-408
/
+0
*
Move remaining Autofill code to //components/autofill.
joi@chromium.org
2013-03-09
2
-2
/
+2
*
Separate WebDatabase management from WebDataService.
caitkp@chromium.org
2013-03-08
1
-1
/
+4
[next]