| Commit message (Expand) | Author | Age | Files | Lines |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -0/+2 |
* | Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" | skyostil | 2015-06-05 | 1 | -2/+0 |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -0/+2 |
* | Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" | skyostil | 2015-06-05 | 1 | -2/+0 |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -0/+2 |
* | favor DCHECK_CURRENTLY_ON for better logs in content/browser/[f-p]* | mostynb | 2015-03-18 | 1 | -1/+1 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -1/+1 |
* | Replacing the OVERRIDE with override and FINAL with final in content/browser/... | mohan.reddy | 2014-10-07 | 1 | -1/+1 |
* | Remove webkit/browser/, point everything to storage/browser/ instead | pilgrim | 2014-09-10 | 1 | -1/+1 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 1 | -2/+2 |
* | Move ContentBrowserTest class to content/public, since it's used by component... | jam@chromium.org | 2014-03-27 | 1 | -2/+2 |
* | LOG(INFO) -> VLOG(0) in content/ | scottmg@chromium.org | 2013-11-23 | 1 | -2/+2 |
* | [content shell] move browser process stuff into browser/ subdir | jochen@chromium.org | 2013-08-20 | 1 | -1/+1 |
* | Content changes for GetURL refactor. | nasko@chromium.org | 2013-08-13 | 1 | -1/+2 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -3/+2 |
* | Compile fix: Remove unneeded include | jochen@chromium.org | 2013-06-10 | 1 | -1/+0 |
* | Stop running filesystem and blob layout tests as browser tests | jochen@chromium.org | 2013-06-10 | 1 | -268/+0 |
* | Move webkit/quota files to webkit/browser/quota or webkit/common/quota | tzik@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Revert "Revert 202112 "GTTF: Convert most tests in content to use Embedd..."" | phajdan.jr@chromium.org | 2013-05-28 | 1 | -1/+0 |
* | Revert 202112 "GTTF: Convert most tests in content to use Embedd..." | xiyuan@chromium.org | 2013-05-25 | 1 | -0/+1 |
* | GTTF: Convert most tests in content to use EmbeddedTestServer. | phajdan.jr@chromium.org | 2013-05-24 | 1 | -1/+0 |
* | Move SpawnedTestServer to its own subdirectory. | phajdan.jr@chromium.org | 2013-05-07 | 1 | -1/+1 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Retry: Fix VirtualPath::GetComponents to handle drive letter string as usual ... | kinuko@chromium.org | 2013-02-18 | 1 | -1/+4 |
* | Revert 182604 because it breaks fast/filesystem/op-restricted-chars.html | atwilson@chromium.org | 2013-02-15 | 1 | -4/+1 |
* | Fix VirtualPath::GetComponents to handle drive letter string as usual path co... | kinuko@chromium.org | 2013-02-15 | 1 | -1/+4 |
* | Linux/ChromeOS Chromium style checker cleanup, content/ edition. | rsleevi@chromium.org | 2013-02-12 | 1 | -1/+1 |
* | Don't rename the layout test directory for file system tests running in conte... | jochen@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -2/+2 |
* | Revert 179946 - Compile fail | rsesek@chromium.org | 2013-01-31 | 1 | -7/+3 |
* | Revert 179635 | zmo@chromium.org | 2013-01-31 | 1 | -3/+7 |
* | [content shell] ShellRenderProcessObserver no longer depends on WebTestInterf... | marja@chromium.org | 2013-01-30 | 1 | -7/+3 |
* | Disable FileSystemLayoutTest.CrossFilesystemOp on win. | mattm@chromium.org | 2013-01-29 | 1 | -1/+7 |
* | [content shell] add ShellMessageFilter to handle sync IPCs on IO thread | jochen@chromium.org | 2013-01-23 | 1 | -10/+1 |
* | Make Isolated filesystem layout tests runnable in content_browsertests | kinuko@chromium.org | 2013-01-11 | 1 | -4/+10 |
* | Simplify ExecuteJavaScript* functions. | darin@chromium.org | 2013-01-04 | 1 | -3/+2 |
* | Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc} | darin@chromium.org | 2013-01-02 | 1 | -2/+4 |
* | Add layout tests for filesystem to content_browsertests. | ericu@chromium.org | 2012-12-20 | 1 | -0/+267 |
* | Access the QuotaManager via a StoragePartition to support the isolated app fe... | michaeln@google.com | 2012-08-22 | 1 | -2/+3 |
* | Move over a bunch of tests from browser_tests to content_browsertests. | jam@chromium.org | 2012-07-26 | 1 | -23/+21 |
* | Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h... | jam@chromium.org | 2012-07-24 | 1 | -1/+2 |
* | Always enable dom automation for browser_tests. This avoids developers having... | jam@chromium.org | 2012-07-18 | 1 | -3/+1 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -2/+4 |
* | TabContentsWrapper -> TabContents, part 57. | avi@chromium.org | 2012-06-13 | 1 | -2/+2 |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | Rename content/{common,browser}/file_system to fileapi and move blob stuff in... | tzik@chromium.org | 2012-03-01 | 1 | -0/+93 |