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
/
extensions
/
extension_web_ui.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
components: Move PrefRegistrySyncable into user_prefs namespace.
tfarina@chromium.org
2013-05-06
1
-2
/
+5
*
Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.
joi@chromium.org
2013-02-10
1
-2
/
+2
*
Move the parsing of "chrome_url_overrides" out of Extension.
MHX348@motorola.com
2013-01-12
1
-3
/
+3
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
1
-2
/
+2
*
Move BookmarkManagerAPI to c/b/e/api
rdevlin.cronin@chromium.org
2012-12-19
1
-5
/
+9
*
Finish converting FaviconService to use CancelableTaskTracker.
kaiwang@chromium.org
2012-12-12
1
-1
/
+1
*
Convert some FaviconService functions to use New CancelableTaskTracker
kaiwang@chromium.org
2012-12-07
1
-3
/
+5
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
1
-2
/
+2
*
Factoring-out reference to TabIterator in ExtensionWebUI.
jcivelli@chromium.org
2012-07-14
1
-1
/
+5
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-2
/
+2
*
Switch chrome code to use content::WebUI interface instead of WebUI concrete ...
jam@chromium.org
2012-01-18
1
-1
/
+1
*
Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...
jam@chromium.org
2012-01-17
1
-3
/
+2
*
Start splitting out WebUI into an implementation class and an interface that ...
jam@chromium.org
2012-01-13
1
-7
/
+2
*
Move WebUIFactory into content/public/browser and make it use WebContents ins...
jam@chromium.org
2012-01-07
1
-2
/
+1
*
Get rid of the ChromeWebUI class and just make all the classes in chrome deri...
jam@chromium.org
2012-01-06
1
-2
/
+2
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
1
-1
/
+1
*
Cleanup: Remove unneeded forward declarations from chrome/browser/extensions.
thestig@chromium.org
2011-11-11
1
-1
/
+0
*
bookmarks: Rename ExtensionBookmarkManagerEventRouter.
tfarina@chromium.org
2011-10-31
1
-4
/
+4
*
Move bookmarks extension api implementation to bookmarks dir.
aa@chromium.org
2011-10-25
1
-1
/
+1
*
Removal of Profile from content part 1.
avi@chromium.org
2011-07-27
1
-2
/
+4
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-1
/
+1
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-4
/
+8
*
Removes force_bookmark_bar_visible_ from WebUI and puts it in
sky@chromium.org
2011-06-06
1
-2
/
+2
*
Re-land r84928: Move EFD to ExtensionTabHelper.
aa@chromium.org
2011-05-13
1
-30
/
+1
*
Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"
aa@chromium.org
2011-05-12
1
-1
/
+30
*
Re-land r84928: Move ExtensionFunctionDispatcher to
aa@chromium.org
2011-05-11
1
-30
/
+1
*
Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""
aa@chromium.org
2011-05-11
1
-1
/
+30
*
Revert "Looks like this introduced leaks in sync ui tests. Sigh."
aa@chromium.org
2011-05-11
1
-30
/
+1
*
Looks like this introduced leaks in sync ui tests. Sigh.
aa@chromium.org
2011-05-11
1
-1
/
+30
*
Move ExtensionFunctionDispatcher to ExtensionTabHelper. This
aa@chromium.org
2011-05-11
1
-30
/
+1
*
Fix "chrome://bookmarks" URL not displaying in omnibox.
asvitkine@chromium.org
2011-05-06
1
-0
/
+1
*
Favicon file shuffling.
avi@chromium.org
2011-04-28
1
-1
/
+1
*
Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...
aa@chromium.org
2011-04-27
1
-3
/
+3
*
Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...
acolwell@chromium.org
2011-04-27
1
-3
/
+3
*
Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...
aa@chromium.org
2011-04-27
1
-3
/
+3
*
Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...
aa@chromium.org
2011-04-26
1
-3
/
+3
*
Remove weird dependency on extensions from webui.
aa@chromium.org
2011-04-26
1
-3
/
+3
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-2
/
+3
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
WebUI: Move the core files of WebUI from chrome/browser/webui to content/brow...
tfarina@chromium.org
2011-02-25
1
-1
/
+1
*
WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...
tfarina@chromium.org
2011-02-18
1
-1
/
+1
*
WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage.
tfarina@chromium.org
2011-02-12
1
-1
/
+1
*
WebUI: Get rid of more references to DOMUI.
tfarina@chromium.org
2011-02-10
1
-4
/
+4
*
WebUI: Rename the class DOMUI to WebUI.
tfarina@chromium.org
2011-02-10
1
-1
/
+1
*
WebUI: Rename ExtensionDOMUI to ExtensionWebUI.
tfarina@chromium.org
2011-02-05
1
-0
/
+106