| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -14/+12 |
* | URLDataSource can specify the value for 'Access-Control-Allow-Origin' respons... | dzhioev | 2014-10-10 | 1 | -0/+36 |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content | mohan.reddy | 2014-10-09 | 1 | -9/+9 |
* | Remove ChromeURLRequestContext. | eustas@chromium.org | 2014-07-31 | 1 | -1/+1 |
* | Move all remaining appcache-related code to content namespace | pilgrim@chromium.org | 2014-06-25 | 1 | -2/+0 |
* | Split AppCacheService into appcache_service.h and appcache_service_impl.h | pilgrim@chromium.org | 2014-06-05 | 1 | -4/+4 |
* | Put the URL on the stack in URLRequestChromeJob::CompleteRead. | davidben@chromium.org | 2014-05-19 | 1 | -0/+6 |
* | Renamed namespaces in src/content. | vitalybuka@chromium.org | 2014-05-01 | 1 | -2/+2 |
* | Revert accidental dartium code push | jamescook@chromium.org | 2014-04-17 | 1 | -3/+1 |
* | Fix DartObservatory failure due to security policy settings. | terry@google.com | 2014-04-17 | 1 | -1/+3 |
* | Branching for 1847 @251904 | terry@google.com | 2014-04-17 | 1 | -3/+1 |
* | Fix DartObservatory failure due to security policy settings. | terry@google.com | 2014-04-17 | 1 | -1/+3 |
* | Move view_appcache_internals_job to content/browser/appcache/ | pilgrim@chromium.org | 2014-03-18 | 1 | -2/+2 |
* | clean up partition check in url_data_manager_backend.cc | guohui@chromium.org | 2014-03-18 | 1 | -10/+5 |
* | Do not reject AppCache requests for WebUI. | eustas@chromium.org | 2014-03-17 | 1 | -1/+8 |
* | Files.app: Allow to load icons from chrome://extension-icon/. | hirono@chromium.org | 2014-03-12 | 1 | -2/+3 |
* | Implement inline signin with iframe | guohui@chromium.org | 2014-02-20 | 1 | -8/+53 |
* | Revert 251503 "Implement inline signin with iframe" | guohui@chromium.org | 2014-02-20 | 1 | -44/+8 |
* | Cleanup: Move kChromeDevToolsScheme constant into content namespace. | tfarina@chromium.org | 2014-02-17 | 1 | -2/+1 |
* | Implement inline signin with iframe | rogerta@chromium.org | 2014-02-15 | 1 | -8/+44 |
* | Cleanup: Move kChromeUIScheme constant into content namespace. | tfarina@chromium.org | 2014-02-11 | 1 | -5/+5 |
* | Fix scheme-based URLDataSource lookup. | nyquist@chromium.org | 2014-01-31 | 1 | -1/+1 |
* | Add the scheme chrome-distiller:// and hook up data source. | nyquist@chromium.org | 2014-01-27 | 1 | -18/+33 |
* | A bunch of work to transition from render_view_id to render_frame_id. | jam@chromium.org | 2013-12-20 | 1 | -8/+8 |
* | WebUI: Serve mime type in Content-Type header | pfeldman@chromium.org | 2013-11-07 | 1 | -0/+18 |
* | 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 |
* | Use a direct include of the message_loop header in content/, part 3. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Use a direct include of strings headers in content/browser/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | 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 | 1 | -5/+5 |
* | 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 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -6/+24 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 1 | -2/+2 |
* | 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 | 1 | -3/+3 |
* | 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 |
* | Add chrome-search: access from Instant overlay | dhollowa@chromium.org | 2013-03-07 | 1 | -26/+81 |
* | Revert 186347 | jochen@chromium.org | 2013-03-06 | 1 | -81/+26 |
* | Add chrome-search: access from Instant overlay | dhollowa@chromium.org | 2013-03-06 | 1 | -26/+81 |
* | Linux/ChromeOS Chromium style checker cleanup, content/ edition. | rsleevi@chromium.org | 2013-02-12 | 1 | -1/+1 |