| Commit message (Expand) | Author | Age | Files | Lines |
* | Update include paths in content/browser for base/process changes. | rsesek@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in content/, part 1. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -6/+6 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 2 | -5/+8 |
* | Stop running appcache layout tests as browser tests | jochen@chromium.org | 2013-06-07 | 1 | -101/+0 |
* | Move webkit/appcache/* into webkit/{browser,common}/appcache | kinuko@chromium.org | 2013-06-05 | 5 | -8/+8 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 3 | -26/+27 |
* | Move webkit/quota files to webkit/browser/quota or webkit/common/quota | tzik@chromium.org | 2013-05-30 | 3 | -3/+3 |
* | Cleanup: Remove unneeded base/file_util.h includes in content. | thestig@chromium.org | 2013-05-14 | 1 | -1/+0 |
* | 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 | -6/+5 |
* | content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 1 | -15/+15 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 3 | -8/+10 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -2/+4 |
* | Cleanup: Remove unneeded browser_thread.h includes in contents. | thestig@chromium.org | 2013-01-03 | 2 | -1/+1 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -3/+3 |
* | content: Update calls froms RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-10 | 1 | -6/+6 |
* | Move debugger and appcache to the content namespace. | jam@chromium.org | 2012-10-24 | 8 | -18/+35 |
* | continuing from http://http://codereview.chromium.org/10823241 | ajwong@chromium.org | 2012-09-18 | 1 | -1/+2 |
* | AppCache and StoragePartition'ing | michaeln@chromium.org | 2012-09-15 | 3 | -2/+49 |
* | Rename layoutTestController to testRunner. | jochen@chromium.org | 2012-08-07 | 1 | -1/+1 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 3 | -4/+1 |
* | Use IPC::Sender and IPC::Listener in content. | brettw@chromium.org | 2012-06-25 | 2 | -4/+4 |
* | Remove message_loop_helpers.h and update the includes to point to the new loc... | tfarina@chromium.org | 2012-06-20 | 1 | -1/+1 |
* | Unwire the clear on exit preference from the storage systems. | jochen@chromium.org | 2012-06-05 | 1 | -42/+2 |
* | Move test headers from content\test to content\public\test. This way we can e... | jam@chromium.org | 2012-06-04 | 1 | -2/+2 |
* | RefCounted types should not have public destructors, content/browser part 1 | rsleevi@chromium.org | 2012-04-27 | 4 | -27/+33 |
* | Convert AppCache's UI test to a browser_test. browser_tests are sharded and r... | jam@chromium.org | 2012-03-30 | 1 | -23/+13 |
* | Add content/public/browser/resource_dispatcher_host.h | darin@chromium.org | 2012-03-12 | 1 | -2/+1 |
* | Get rid of the content notification for memory purging, which is a chrome fea... | jam@chromium.org | 2012-02-21 | 2 | -24/+1 |
* | Remove getters for HTML5 related objects from the ResourceContext interface. ... | jam@chromium.org | 2012-02-21 | 2 | -3/+6 |
* | Move creation of BrowserContext objects that live in content to content, inst... | jam@chromium.org | 2012-02-20 | 2 | -7/+21 |
* | Flakiness cleanup: disable flaky tests under content/ | evan@chromium.org | 2012-02-14 | 1 | -2/+2 |
* | Make content::ResourceContext be a real interface like the rest of the Conten... | jam@chromium.org | 2012-02-09 | 3 | -6/+6 |
* | Remove DeleteTask and convert remaining users. | dcheng@chromium.org | 2012-01-02 | 1 | -1/+2 |
* | base::Bind: Fixes in content/ | jhawkins@chromium.org | 2011-12-19 | 1 | -5/+4 |
* | Move BrowserMessageFilter to public, and into content namespace. | joi@chromium.org | 2011-12-16 | 2 | -3/+4 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -2/+4 |
* | Appcache, local storage, indexed db, databases: skip exit-time deletion when ... | marja@chromium.org | 2011-12-08 | 1 | -0/+40 |
* | Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ... | michaeln@google.com | 2011-12-07 | 2 | -5/+8 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 3 | -12/+13 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 3 | -5/+9 |
* | Switch content tests to use BrowserThreadImpl directly. | joi@chromium.org | 2011-10-31 | 1 | -5/+7 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 2 | -6/+6 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 2 | -10/+11 |