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
/
content
/
browser
/
webui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make touch-optimized-ui a tri-state flag
rbyers@chromium.org
2012-05-14
1
-7
/
+5
*
re-use WebUIs
estade@chromium.org
2012-04-26
2
-28
/
+3
*
ignore WebUISend messages from old pages
estade@chromium.org
2012-04-19
2
-11
/
+38
*
TabContents -> WebContentsImpl, part 14.
avi@chromium.org
2012-04-16
1
-3
/
+3
*
TabContents -> WebContentsImpl, part 7.
avi@chromium.org
2012-04-11
1
-1
/
+1
*
Fix WebUIMessageHandler unit tests.
csilv@chromium.org
2012-03-20
2
-7
/
+45
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-1
/
+1
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
2
-2
/
+5
*
Move Render(Widget|View)HostImpl to files with _impl in filename.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-1
/
+2
*
Move GenericHandler back to Chrome since it was really Chrome specific (i.e. ...
jam@chromium.org
2012-02-27
3
-92
/
+1
*
More touch UI tab strip changes
scottmg@google.com
2012-02-17
1
-1
/
+1
*
Create a content public browser API around the ChildProcessSecurityPolicy cla...
ananta@chromium.org
2012-02-09
1
-2
/
+2
*
Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.
jam@chromium.org
2012-01-27
2
-92
/
+0
*
Rename WebUI to WebUIImpl.
jam@chromium.org
2012-01-19
4
-77
/
+64
*
Rename TabContentsView to WebContentsView and move to content/public.
joi@chromium.org
2012-01-18
1
-2
/
+2
*
Switch chrome code to use content::WebUI interface instead of WebUI concrete ...
jam@chromium.org
2012-01-18
3
-150
/
+75
*
Fix uninitalized varible in WebUI. I was going to remove this out of WebUI, t...
jam@chromium.org
2012-01-18
1
-1
/
+2
*
Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...
jam@chromium.org
2012-01-17
4
-56
/
+116
*
Fix chrome://chrome breaking from r117645
jam@chromium.org
2012-01-13
1
-5
/
+5
*
Start splitting out WebUI into an implementation class and an interface that ...
jam@chromium.org
2012-01-13
2
-28
/
+30
*
Move WebUIFactory into content/public/browser and make it use WebContents ins...
jam@chromium.org
2012-01-07
4
-82
/
+3
*
Move setting the touchOptimized webui property to WebUI from ChromeWebUI. Thi...
jam@chromium.org
2012-01-06
1
-0
/
+9
*
base::Bind: Remove callback_old.h.
jhawkins@chromium.org
2012-01-03
1
-2
/
+1
*
Move WebUIMessageHandler to its own file in the public directory and put it i...
jam@chromium.org
2011-12-31
5
-123
/
+81
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
3
-12
/
+16
*
Make sure that the WebUI for a WebUIMessagHandler is only set once. This is a...
jam@chromium.org
2011-12-30
1
-0
/
+1
*
Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...
jam@chromium.org
2011-12-30
3
-23
/
+23
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-2
/
+5
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Make hosted apps launched via chrome.tabs.create with an URL redirect have th...
mihaip@chromium.org
2011-12-16
3
-0
/
+11
*
first cut at uber page
estade@chromium.org
2011-12-13
2
-2
/
+10
*
retry r112077 - recently closed menu: respect middle click
estade@chromium.org
2011-12-05
1
-0
/
+5
*
Revert 112077 - recently closed menu: respect middle click
aa@chromium.org
2011-11-30
1
-5
/
+0
*
recently closed menu: respect middle click
estade@chromium.org
2011-11-30
1
-0
/
+5
*
Page zoom improvements:
csilv@chromium.org
2011-11-22
3
-0
/
+86
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-2
/
+2
*
Don't trigger the tab's throbber for webui pages
jochen@chromium.org
2011-11-07
4
-60
/
+1
*
Move content_browser_client.h to public, and while at it, move
joi@chromium.org
2011-10-19
1
-1
/
+1
*
[web-ui] Remove support for legacy-style callbacks.
csilv@chromium.org
2011-10-13
2
-49
/
+10
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
3
-5
/
+5
*
Revert 105105 - [web-ui] Remove support for legacy-style callbacks.
csilv@chromium.org
2011-10-12
2
-10
/
+49
*
[web-ui] Remove support for legacy-style callbacks.
csilv@chromium.org
2011-10-12
2
-49
/
+10
*
Move BindingsPolicy enum to content\public\common and put it in the content n...
jam@chromium.org
2011-10-11
1
-3
/
+3
*
WebUI: Use the TOOLKIT_VIEWS define to determine the value of isViews.
jhawkins@chromium.org
2011-10-04
2
-1
/
+14
*
[webui] Migrate moar instances of RegisterMessageCallacks to base::bind().
csilv@chromium.org
2011-10-04
1
-2
/
+4
*
Moved policy UI and enrollment UI code to base::Bind.
joaodasilva@chromium.org
2011-10-04
1
-1
/
+1
*
Revert 103795 (may have turned windows bots red) - WebUI: Use the TOOLKIT_VIE...
willchan@chromium.org
2011-10-03
2
-9
/
+1
*
WebUI: Use the TOOLKIT_VIEWS define to determine the value of isViews.
jhawkins@chromium.org
2011-10-03
2
-1
/
+9
*
Migrate WebUI to new-style callbacks (part 1).
csilv@chromium.org
2011-09-30
2
-6
/
+37
[next]