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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...
jam@chromium.org
2012-01-06
1
-1
/
+0
*
Depending on when the network change notification fires the client could go t...
lipalani@chromium.org
2012-01-05
1
-5
/
+11
*
Fix var hiding bug in sync's UIModelWorker
rlarocque@chromium.org
2012-01-05
1
-2
/
+1
*
Always set current_state_ in SyncSetupFlow::Adance()
stevenjb@chromium.org
2012-01-05
1
-1
/
+8
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
1
-2
/
+2
*
sync: Merge the server-side protocol changes.
albertb@chromium.org
2012-01-04
18
-194
/
+249
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
1
-1
/
+1
*
Reland: Fix and re-enable passwords sync perf test on Mac
rsimha@chromium.org
2012-01-03
1
-3
/
+3
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-1
/
+2
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-9
/
+9
*
Remove DeleteTask and convert remaining users.
dcheng@chromium.org
2012-01-02
1
-2
/
+2
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
1
-3
/
+4
*
Convert various ReleaseSoon methods to use base::Bind()
dcheng@chromium.org
2011-12-30
1
-3
/
+5
*
Revert 116002 - Fix and re-enable passwords sync perf test
kerz@chromium.org
2011-12-30
1
-1
/
+8
*
Have whitespace cleanup for bookmarks happen in BookmarkNode::SetTitle(..).
zea@chromium.org
2011-12-30
2
-4
/
+9
*
Fix and re-enable passwords sync perf test
rsimha@chromium.org
2011-12-29
1
-8
/
+1
*
Add more per-tab preferences.
mnaganov@chromium.org
2011-12-29
2
-7
/
+7
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
1
-6
/
+1
*
A command line flag to simulate an unrecoverable error.
lipalani@chromium.org
2011-12-28
1
-0
/
+13
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-4
/
+5
*
Ignore empty passphrases in SyncSetupFlow.OnUserConfigured.
atwilson@chromium.org
2011-12-28
1
-2
/
+4
*
Remove the remaining usages of NavigationEntry in chrome by converting a few ...
jam@chromium.org
2011-12-28
1
-1
/
+1
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
2
-7
/
+10
*
This patch achieves it without crashing the process. We create a new exceptio...
lipalani@chromium.org
2011-12-28
2
-0
/
+16
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-0
/
+1
*
Fix MockKeychain implementation on Mac
rsimha@chromium.org
2011-12-27
5
-92
/
+17
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-0
/
+1
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
2
-13
/
+0
*
Remove temporary redirect header and DEPS exception for cancelable_request.h
joi@chromium.org
2011-12-27
3
-4
/
+4
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-1
/
+1
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
2
-9
/
+10
*
base::Bind: Random remaining cleanups.
jhawkins@chromium.org
2011-12-23
2
-1
/
+3
*
base::Bind: Remove unused ScopedCallbackFactorys.
jhawkins@chromium.org
2011-12-23
2
-4
/
+0
*
This is the fourth patch in this series. This replaces the CHECK stmts with u...
lipalani@chromium.org
2011-12-23
2
-110
/
+309
*
Mark more TwoClientTypedUrlsSyncTest tests flaky
jbates@chromium.org
2011-12-23
1
-2
/
+4
*
Mark TwoClientTypedUrlsSyncTest.AddOneDeleteOtherAddAgain flaky
jbates@chromium.org
2011-12-23
1
-1
/
+2
*
[Sync] Implement encryption-aware conflict resolution.
zea@chromium.org
2011-12-23
15
-199
/
+634
*
base::Bind() conversion for sync code
dcheng@chromium.org
2011-12-23
64
-378
/
+396
*
Remove ProcessUpdates::ModelNeutralExecuteImpl
rlarocque@chromium.org
2011-12-22
2
-11
/
+0
*
This is the third patch in the series.
lipalani@chromium.org
2011-12-22
3
-12
/
+93
*
[Sync] Ensure encryption happens before syncing with the server.
zea@chromium.org
2011-12-22
1
-5
/
+8
*
Removes svn:executable flags.
hbono@chromium.org
2011-12-22
4
-0
/
+0
*
Migrate cacheinvalidation override implementation to use base::Callback<>.
ajwong@chromium.org
2011-12-21
3
-67
/
+61
*
This is the second patch in the set. This propagates the unrecoverable error ...
lipalani@chromium.org
2011-12-21
23
-42
/
+237
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-1
/
+2
*
base::Bind: Remove includes of base.bind in header files.
jhawkins@chromium.org
2011-12-21
2
-1
/
+2
*
Change definition of "syncing" in AllStatus
rlarocque@chromium.org
2011-12-21
17
-124
/
+44
*
Disable it until we can fix it right.
lipalani@chromium.org
2011-12-21
1
-1
/
+4
*
sync: take two on removing cros_user parameter from ProfileSyncService.
tim@chromium.org
2011-12-21
25
-120
/
+253
*
[Sync] Add nigori node conflict resolution.
zea@chromium.org
2011-12-21
8
-62
/
+296
[next]