| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -1/+1 |
* | Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. | dcheng | 2014-10-17 | 1 | -1/+1 |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content | mohan.reddy | 2014-10-09 | 1 | -1/+1 |
* | Move about://-related constants from //content to //url | blundell@chromium.org | 2014-06-10 | 1 | -9/+9 |
* | Move ContentBrowserTest class to content/public, since it's used by component... | jam@chromium.org | 2014-03-27 | 1 | -2/+2 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | Update uses of UTF conversions in content/ to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | [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/+1 |
* | Cleanup: Use content::kAboutBlankURL instead of the raw string in content/. | thestig@chromium.org | 2013-08-06 | 1 | -7/+7 |
* | GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 | phajdan.jr@chromium.org | 2013-06-26 | 1 | -1/+1 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/. | dcheng@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | Use a direct include of strings headers in content/browser/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -3/+3 |
* | Revert "Revert 202112 "GTTF: Convert most tests in content to use Embedd..."" | phajdan.jr@chromium.org | 2013-05-28 | 1 | -3/+34 |
* | Revert 202112 "GTTF: Convert most tests in content to use Embedd..." | xiyuan@chromium.org | 2013-05-25 | 1 | -34/+3 |
* | GTTF: Convert most tests in content to use EmbeddedTestServer. | phajdan.jr@chromium.org | 2013-05-24 | 1 | -3/+34 |
* | content: Move two more url constants into content namespace. | tfarina@chromium.org | 2013-05-15 | 1 | -2/+2 |
* | 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 |
* | Linux/ChromeOS Chromium style checker cleanup, content/ edition. | rsleevi@chromium.org | 2013-02-12 | 1 | -1/+1 |
* | Simplify ExecuteJavaScript* functions. | darin@chromium.org | 2013-01-04 | 1 | -12/+8 |
* | Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc} | darin@chromium.org | 2013-01-02 | 1 | -4/+12 |
* | Convert speech and session history browser_tests to run under content_browser... | jam@chromium.org | 2012-07-27 | 1 | -64/+61 |
* | Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h... | jam@chromium.org | 2012-07-24 | 1 | -4/+4 |
* | Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r... | jam@chromium.org | 2012-07-20 | 1 | -1/+2 |
* | Create content\public\test\test_utils.h to hold common test classes that are ... | jam@chromium.org | 2012-07-20 | 1 | -6/+6 |
* | 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 | -7/+8 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -15/+16 |
* | TabContentsWrapper -> TabContents, part 57. | avi@chromium.org | 2012-06-13 | 1 | -7/+7 |
* | Convert session history ui test to a browser test, renabling all the disabled... | jam@chromium.org | 2012-04-23 | 1 | -0/+466 |