| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename RenderViewHostManager to RenderFrameHostManager. | creis@chromium.org | 2013-11-28 | 1 | -1/+1 |
* | WebUI: Serve mime type in Content-Type header | pfeldman@chromium.org | 2013-11-07 | 1 | -0/+18 |
* | Disable caching for webui resources | japhet@chromium.org | 2013-11-01 | 1 | -0/+3 |
* | ui: Move webui/ directory into base/ | tfarina@chromium.org | 2013-10-15 | 1 | -2/+2 |
* | Fix 2x UI issues for Feedback. | rkc@chromium.org | 2013-09-10 | 1 | -1/+1 |
* | Chromium Blob hacking | michaeln@chromium.org | 2013-09-07 | 1 | -1/+1 |
* | Revert "Chromium Blob hacking" This reverts r220754. | tkent@chromium.org | 2013-09-02 | 1 | -1/+1 |
* | Chromium Blob hacking | michaeln@chromium.org | 2013-09-01 | 1 | -1/+1 |
* | Add svg mime type to WebUIDataSourceImpl::GetMimeType | spang@chromium.org | 2013-08-27 | 1 | -0/+3 |
* | Add WebUIDataSourceImpl::DisableReplaceExistingSource | shuais@opera.com | 2013-08-21 | 2 | -1/+11 |
* | Move kJavaScriptScheme into content namespace. | tfarina@chromium.org | 2013-08-19 | 1 | -1/+1 |
* | Reland https://codereview.chromium.org/22267012 | rkc@chromium.org | 2013-08-17 | 1 | -1/+29 |
* | Revert r215683, r215739 and r215736 | rkc@chromium.org | 2013-08-06 | 1 | -29/+1 |
* | Relanding - https://codereview.chromium.org/20565006/ | rkc@chromium.org | 2013-08-05 | 1 | -1/+29 |
* | Revert 215568 "Implement Feedback UI using the feedbackPrivate API." | kochi@chromium.org | 2013-08-05 | 1 | -29/+1 |
* | Implement Feedback UI using the feedbackPrivate API. | rkc@chromium.org | 2013-08-05 | 1 | -1/+29 |
* | Use a direct include of the message_loop header in content/, part 3. | avi@chromium.org | 2013-07-18 | 2 | -2/+2 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 2 | -2/+2 |
* | Adding a NOTREACHED() for unhandled chrome.send() messages from WebUI. | dbeam@chromium.org | 2013-06-27 | 1 | -0/+2 |
* | Cleanup: Remove unneeded gurl.h includes. | thestig@chromium.org | 2013-06-21 | 1 | -1/+0 |
* | Make content use base namespace for Values. | brettw@chromium.org | 2013-06-14 | 2 | -3/+3 |
* | Use a direct include of strings headers in content/browser/, part 2. | avi@chromium.org | 2013-06-11 | 6 | -6/+6 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 4 | -5/+5 |
* | Allow WebUI URLRequests not associated with any renderer. | vsevik@chromium.org | 2013-06-06 | 1 | -0/+1 |
* | Move webkit/appcache/* into webkit/{browser,common}/appcache | kinuko@chromium.org | 2013-06-05 | 1 | -1/+1 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 4 | -8/+8 |
* | content: Move two more url constants into content namespace. | tfarina@chromium.org | 2013-05-15 | 1 | -1/+1 |
* | [cleanup] STLDeleteContainerPointers->ScopedVector | groby@chromium.org | 2013-05-14 | 2 | -3/+2 |
* | Cleanup: Remove unneeded base/file_util.h includes in content. | thestig@chromium.org | 2013-05-14 | 1 | -1/+0 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -0/+4 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -4/+3 |
* | content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 2 | -2/+2 |
* | Fixing iframe jank in the local omnibox popup. | jered@chromium.org | 2013-04-24 | 1 | -0/+1 |
* | Change signature of URLDataSource::StartDataRequest(). | jered@chromium.org | 2013-04-23 | 7 | -14/+40 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 1 | -2/+2 |
* | Make URLDataSource::GetSource() const. | jered@chromium.org | 2013-04-17 | 4 | -5/+5 |
* | Cleanup: Return additional schemes vector as out parameter from GetAdditional... | kinuko@chromium.org | 2013-04-17 | 1 | -3/+4 |
* | content: Move more constants into content namespace. | tfarina@chromium.org | 2013-04-14 | 3 | -16/+16 |
* | Remove some chrome-specific methods from content::WebUI. | jam@chromium.org | 2013-04-12 | 2 | -37/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Stub out chrome://indexeddb-internals | alecflett@chromium.org | 2013-04-08 | 1 | -0/+4 |
* | Hide ContentClient getters from embedders so that they they don't reuse conte... | jam@chromium.org | 2013-04-05 | 1 | -7/+1 |
* | DevTools: make WebUI's url request job AppCache-friendly. | pfeldman@chromium.org | 2013-04-02 | 1 | -0/+6 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -4/+0 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -0/+4 |
* | Adds a chrome://accessibility page, which: | aboxhall@chromium.org | 2013-03-12 | 1 | -1/+5 |