summaryrefslogtreecommitdiffstats
path: root/content/browser/webui/web_ui_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-6/+6
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-1/+1
* Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...piman@chromium.org2014-04-111-2/+0
* Move the Uber UI to RenderFrameHost.avi@chromium.org2014-03-211-6/+31
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-6/+6
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-6/+6
* Remove some unused balloon code on ChromeOS builds since BalloonNotificationU...jam@chromium.org2014-01-211-4/+1
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-4/+4
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-231-14/+14
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-6/+6
* Adding a NOTREACHED() for unhandled chrome.send() messages from WebUI.dbeam@chromium.org2013-06-271-0/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* [cleanup] STLDeleteContainerPointers->ScopedVectorgroby@chromium.org2013-05-141-2/+0
* Remove some chrome-specific methods from content::WebUI.jam@chromium.org2013-04-121-28/+1
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-281-6/+3
* Revert 175971ricow@chromium.org2013-01-101-3/+6
* Revert 175890: actually, looks like we want this to also help move chromeos w...jam@chromium.org2013-01-101-6/+3
* Revert 175822jam@chromium.org2013-01-091-3/+6
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-091-6/+3
* content/browser: Move webui code into content namespace.tfarina@chromium.org2012-10-291-16/+11
* Revert 164120 - content/browser: Move more files into the content namespace.sail@chromium.org2012-10-251-1/+0
* content/browser: Move more files into the content namespace.tfarina@chromium.org2012-10-251-0/+1
* Centralizes a couple uses of ui::GetScaleFactorForScale(). pkotwicz@chromium.org2012-10-051-2/+2
* Moves GetIconScaleFactor to WebUI::GetRendererScale in order to reuse code as...pkotwicz@chromium.org2012-06-151-0/+5
* Replace touch-optimized WebUI hack with use of new CSS media query.rbyers@chromium.org2012-06-011-7/+0
* Fix NULL crash.cevans@chromium.org2012-05-291-2/+2
* Restrict WebUI calls to the chrome:// origins.cevans@chromium.org2012-05-251-1/+12
* Make touch-optimized-ui a tri-state flagrbyers@chromium.org2012-05-141-7/+5
* re-use WebUIsestade@chromium.org2012-04-261-12/+0
* ignore WebUISend messages from old pagesestade@chromium.org2012-04-191-11/+23
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* 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-071-1/+2
* 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-271-2/+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 WebUI to WebUIImpl.jam@chromium.org2012-01-191-0/+266