summaryrefslogtreecommitdiffstats
path: root/content/browser/webui
Commit message (Expand)AuthorAgeFilesLines
* Make touch-optimized-ui a tri-state flagrbyers@chromium.org2012-05-141-7/+5
* re-use WebUIsestade@chromium.org2012-04-262-28/+3
* ignore WebUISend messages from old pagesestade@chromium.org2012-04-192-11/+38
* TabContents -> WebContentsImpl, part 14.avi@chromium.org2012-04-161-3/+3
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* Fix WebUIMessageHandler unit tests.csilv@chromium.org2012-03-202-7/+45
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-072-2/+5
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+2
* Move GenericHandler back to Chrome since it was really Chrome specific (i.e. ...jam@chromium.org2012-02-273-92/+1
* More touch UI tab strip changesscottmg@google.com2012-02-171-1/+1
* Create a content public browser API around the ChildProcessSecurityPolicy cla...ananta@chromium.org2012-02-091-2/+2
* Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.jam@chromium.org2012-01-272-92/+0
* Rename WebUI to WebUIImpl.jam@chromium.org2012-01-194-77/+64
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-2/+2
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-183-150/+75
* Fix uninitalized varible in WebUI. I was going to remove this out of WebUI, t...jam@chromium.org2012-01-181-1/+2
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-174-56/+116
* Fix chrome://chrome breaking from r117645jam@chromium.org2012-01-131-5/+5
* Start splitting out WebUI into an implementation class and an interface that ...jam@chromium.org2012-01-132-28/+30
* Move WebUIFactory into content/public/browser and make it use WebContents ins...jam@chromium.org2012-01-074-82/+3
* Move setting the touchOptimized webui property to WebUI from ChromeWebUI. Thi...jam@chromium.org2012-01-061-0/+9
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* Move WebUIMessageHandler to its own file in the public directory and put it i...jam@chromium.org2011-12-315-123/+81
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-303-12/+16
* Make sure that the WebUI for a WebUIMessagHandler is only set once. This is a...jam@chromium.org2011-12-301-0/+1
* Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...jam@chromium.org2011-12-303-23/+23
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-2/+5
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Make hosted apps launched via chrome.tabs.create with an URL redirect have th...mihaip@chromium.org2011-12-163-0/+11
* first cut at uber pageestade@chromium.org2011-12-132-2/+10
* retry r112077 - recently closed menu: respect middle clickestade@chromium.org2011-12-051-0/+5
* Revert 112077 - recently closed menu: respect middle clickaa@chromium.org2011-11-301-5/+0
* recently closed menu: respect middle clickestade@chromium.org2011-11-301-0/+5
* Page zoom improvements:csilv@chromium.org2011-11-223-0/+86
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+2
* Don't trigger the tab's throbber for webui pagesjochen@chromium.org2011-11-074-60/+1
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* [web-ui] Remove support for legacy-style callbacks.csilv@chromium.org2011-10-132-49/+10
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-133-5/+5
* Revert 105105 - [web-ui] Remove support for legacy-style callbacks.csilv@chromium.org2011-10-122-10/+49
* [web-ui] Remove support for legacy-style callbacks.csilv@chromium.org2011-10-122-49/+10
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-3/+3
* WebUI: Use the TOOLKIT_VIEWS define to determine the value of isViews.jhawkins@chromium.org2011-10-042-1/+14
* [webui] Migrate moar instances of RegisterMessageCallacks to base::bind().csilv@chromium.org2011-10-041-2/+4
* Moved policy UI and enrollment UI code to base::Bind.joaodasilva@chromium.org2011-10-041-1/+1
* Revert 103795 (may have turned windows bots red) - WebUI: Use the TOOLKIT_VIE...willchan@chromium.org2011-10-032-9/+1
* WebUI: Use the TOOLKIT_VIEWS define to determine the value of isViews.jhawkins@chromium.org2011-10-032-1/+9
* Migrate WebUI to new-style callbacks (part 1).csilv@chromium.org2011-09-302-6/+37