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
/
ui
/
webui
/
sync_internals_ui.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
chrome/browser/ui: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-04-30
1
-1
/
+1
*
Stop using content's internal URLDataManager methods from chrome.
jam@chromium.org
2013-01-27
1
-5
/
+3
*
Switch users of ChromeWebUIDataSource to use the content::WebUIDataSource ins...
jam@chromium.org
2013-01-19
1
-26
/
+25
*
Simplify WebUI data sources. Currently WebUI data sources implement a URLData...
jam@chromium.org
2013-01-16
1
-1
/
+2
*
Remove TabContents includes.
avi@chromium.org
2012-12-14
1
-1
/
+0
*
sync: Track validity of about:sync fields
rlarocque@chromium.org
2012-07-19
1
-3
/
+3
*
[Sync] Rename csync namespace to syncer
akalin@chromium.org
2012-06-28
1
-4
/
+4
*
[Sync] Rename browser_sync to csync in sync/
akalin@chromium.org
2012-06-21
1
-4
/
+4
*
sync: move internal_api components used by chrome/browser into internal_api/p...
tim@chromium.org
2012-06-17
1
-1
/
+1
*
TabContentsWrapper -> TabContents, part 51.
avi@chromium.org
2012-06-12
1
-1
/
+1
*
Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it.
khorimoto@chromium.org
2012-04-25
1
-2
/
+1
*
A new 'traffic' tab is introduced and clicking the button on the tab would di...
lipalani@chromium.org
2012-04-01
1
-0
/
+2
*
[Sync] Move 'sync' target to sync/
akalin@chromium.org
2012-03-15
1
-4
/
+4
*
Convert final GetProfileSyncService callers to use profile keyed factory.
tim@chromium.org
2012-02-08
1
-2
/
+4
*
Switch chrome code to use content::WebUI interface instead of WebUI concrete ...
jam@chromium.org
2012-01-18
1
-6
/
+4
*
Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...
jam@chromium.org
2012-01-17
1
-7
/
+9
*
Start splitting out WebUI into an implementation class and an interface that ...
jam@chromium.org
2012-01-13
1
-4
/
+5
*
Get rid of the ChromeWebUI class and just make all the classes in chrome deri...
jam@chromium.org
2012-01-06
1
-1
/
+1
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
Get rid of ChromeWebUI::GetProfile to prepare for taking out the class.
jam@chromium.org
2012-01-06
1
-1
/
+3
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
1
-7
/
+8
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
1
-0
/
+1
*
[Sync] Add type conversion constructor for WeakHandle
akalin@chromium.org
2011-11-17
1
-1
/
+1
*
Cleanup: Remove some unneeded headers in chrome/browser/ui/webui.
thestig@chromium.org
2011-09-29
1
-1
/
+1
*
[Sync] Move weak_handle* into sync/util
akalin@chromium.org
2011-09-16
1
-1
/
+1
*
sync: Move all the js_* files into a js/ subdirectory.
tfarina@chromium.org
2011-08-10
1
-3
/
+3
*
Add content-security-policy directive to chrome://sync-internals
tsepez@chromium.org
2011-08-02
1
-2
/
+34
*
[Sync] Rewrote about:sync backend to use WeakHandles
akalin@chromium.org
2011-08-02
1
-30
/
+39
*
Removal of Profile from content part 4.
avi@chromium.org
2011-08-01
1
-1
/
+2
*
Removes force_bookmark_bar_visible_ from WebUI and puts it in
sky@chromium.org
2011-06-06
1
-1
/
+1
*
[Sync] Remove more boilerplate from chrome://sync-internals js files
akalin@chromium.org
2011-05-10
1
-7
/
+10
*
[Sync] Refactor JsArgList a bit.
akalin@chromium.org
2011-05-06
1
-2
/
+3
*
[Sync] Refactor JS event handling to reduce boilerplate
akalin@chromium.org
2011-05-06
1
-3
/
+13
*
Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...
aa@chromium.org
2011-04-27
1
-4
/
+4
*
Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...
acolwell@chromium.org
2011-04-27
1
-4
/
+4
*
Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...
aa@chromium.org
2011-04-27
1
-4
/
+4
*
Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...
aa@chromium.org
2011-04-26
1
-4
/
+4
*
Remove weird dependency on extensions from webui.
aa@chromium.org
2011-04-26
1
-4
/
+4
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Some minor sync cleanup and aftermath. Mostly just removing unused headers an...
andybons@chromium.org
2011-03-15
1
-0
/
+1
*
Switch content/browser/webui to string16/std::string, update all callers.
avi@chromium.org
2011-03-09
1
-1
/
+1
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...
tfarina@chromium.org
2011-02-27
1
-2
/
+2
*
WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.
tfarina@chromium.org
2011-02-27
1
-0
/
+83