summaryrefslogtreecommitdiffstats
path: root/content/browser/webui
Commit message (Expand)AuthorAgeFilesLines
* Allow WebUI URLRequests not associated with any renderer.vsevik@chromium.org2013-06-061-0/+1
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-024-8/+8
* content: Move two more url constants into content namespace.tfarina@chromium.org2013-05-151-1/+1
* [cleanup] STLDeleteContainerPointers->ScopedVectorgroby@chromium.org2013-05-142-3/+2
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-141-1/+0
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-0/+4
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-4/+3
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-302-2/+2
* Fixing iframe jank in the local omnibox popup.jered@chromium.org2013-04-241-0/+1
* Change signature of URLDataSource::StartDataRequest().jered@chromium.org2013-04-237-14/+40
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-2/+2
* Make URLDataSource::GetSource() const.jered@chromium.org2013-04-174-5/+5
* Cleanup: Return additional schemes vector as out parameter from GetAdditional...kinuko@chromium.org2013-04-171-3/+4
* content: Move more constants into content namespace.tfarina@chromium.org2013-04-143-16/+16
* Remove some chrome-specific methods from content::WebUI.jam@chromium.org2013-04-122-37/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Stub out chrome://indexeddb-internalsalecflett@chromium.org2013-04-081-0/+4
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-7/+1
* DevTools: make WebUI's url request job AppCache-friendly.pfeldman@chromium.org2013-04-021-0/+6
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-4/+0
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-0/+4
* Adds a chrome://accessibility page, which:aboxhall@chromium.org2013-03-121-1/+5
* Add chrome-search: access from Instant overlaydhollowa@chromium.org2013-03-072-28/+90
* Revert 186347jochen@chromium.org2013-03-062-90/+28
* Add chrome-search: access from Instant overlaydhollowa@chromium.org2013-03-062-28/+90
* content: Move more constants from url_constants.h into content namespace.tfarina@chromium.org2013-03-021-4/+4
* Cleanup: Remove deprecated base::Value methods from contents. Use base::Value...thestig@chromium.org2013-02-121-15/+15
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-122-2/+2
* Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. pauljensen@chromium.org2013-02-082-24/+29
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-1/+1
* Revert 180282 (doesn't build without reverting r180071 too, so let's justthakis@chromium.org2013-02-031-0/+8
* Revert 180055: Very likely caused http://crbug.com/173885thakis@chromium.org2013-02-031-8/+0
* Moving chrome://tracing to content.jam@chromium.org2013-02-011-0/+8
* Move chrome://media-internals to content. This allows us to hide implementati...jam@chromium.org2013-02-011-1/+5
* Move chrome://gpu to content.jam@chromium.org2013-01-311-1/+6
* Add a WebUIControllerFactory in content and move chrome://webrtc-internals to...jam@chromium.org2013-01-292-0/+91
* Revert 179347 can't repro this.jam@chromium.org2013-01-292-7/+5
* Revert 179271bshe@chromium.org2013-01-292-5/+7
* Move generic_handler.* to content\browser\webui since it's needed by all webu...jam@chromium.org2013-01-292-0/+93
* Simplify how TestChromeWebUIControllerFactory is registered now that multiple...jam@chromium.org2013-01-292-7/+5
* Move IsURLAcceptableForWebUI out of WebUIControllerFactory since its implemen...jam@chromium.org2013-01-282-11/+24
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-283-6/+147
* Clean up of url data manager classes in content: move URLDataSourceImpl to it...jam@chromium.org2013-01-289-284/+306
* Stop using content's internal URLDataManager methods from chrome.jam@chromium.org2013-01-272-8/+15
* Move ChromeWebUIDataSource from chrome to content so that it lives alongside ...jam@chromium.org2013-01-263-3/+174