| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable BrowserPluginHostTest.EmbedderSameAfterNav on ChromimumOS. | tkent@chromium.org | 2013-09-02 | 1 | -1/+7 |
* | Force delegated renderer on Aura | piman@chromium.org | 2013-08-30 | 1 | -0/+3 |
* | browser-plugin: Fix a crash when trying to load an invalid URL with a valid s... | sadrul@chromium.org | 2013-08-29 | 1 | -0/+32 |
* | [content shell] move browser process stuff into browser/ subdir | jochen@chromium.org | 2013-08-20 | 1 | -1/+1 |
* | <webview>: Move sizechanged event from content/ to chrome/. | lazyboy@chromium.org | 2013-08-13 | 1 | -130/+0 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-12 | 1 | -0/+5 |
* | Revert 216780 "Clean up compositor initialization/destruction." | nhiroki@chromium.org | 2013-08-12 | 1 | -5/+0 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-09 | 1 | -0/+5 |
* | Revert 216278 "Clean up compositor initialization/destruction." | kalman@chromium.org | 2013-08-07 | 1 | -5/+0 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-07 | 1 | -0/+5 |
* | Revert "Clean up compositor initialization/destruction." | danakj@chromium.org | 2013-08-07 | 1 | -5/+0 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-07 | 1 | -0/+5 |
* | <webview>: Move responsive/unresponsive events from content to chrome | fsamuel@chromium.org | 2013-07-26 | 1 | -62/+0 |
* | <webview>: Move stop/reload/terminate to chrome | fsamuel@chromium.org | 2013-07-11 | 1 | -100/+0 |
* | <webview>: Move loadabort from content to chrome | fsamuel@chromium.org | 2013-07-04 | 1 | -79/+0 |
* | <webview>: Move loadstart and loadredirect from content to chrome | fsamuel@chromium.org | 2013-07-03 | 1 | -68/+0 |
* | Move WebDropData to content::DropData and split off conversion function. | darin@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Decouple GuestView creation from attachment. | fsamuel@chromium.org | 2013-06-29 | 1 | -69/+0 |
* | GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 | phajdan.jr@chromium.org | 2013-06-26 | 1 | -1/+1 |
* | <webview>: Move back, forward, canGoBack, canGoForward, go from content to ch... | fsamuel@chromium.org | 2013-06-26 | 1 | -139/+0 |
* | <webview>: Partially migrate loadcommit event from content to chrome | fsamuel@chromium.org | 2013-06-25 | 1 | -24/+1 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/. | dcheng@chromium.org | 2013-06-13 | 1 | -2/+2 |
* | <webview>: Support virtual keyboard | fsamuel@chromium.org | 2013-06-12 | 1 | -0/+12 |
* | Use a direct include of strings headers in content/browser/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -2/+2 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -2/+2 |
* | WebDropData split to content and webkit/common | scottmg@chromium.org | 2013-05-31 | 1 | -1/+1 |
* | Revert "Revert 202112 "GTTF: Convert most tests in content to use Embedd..."" | phajdan.jr@chromium.org | 2013-05-28 | 1 | -48/+97 |
* | Revert 202112 "GTTF: Convert most tests in content to use Embedd..." | xiyuan@chromium.org | 2013-05-25 | 1 | -97/+48 |
* | GTTF: Convert most tests in content to use EmbeddedTestServer. | phajdan.jr@chromium.org | 2013-05-24 | 1 | -48/+97 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -1/+8 |
* | 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 | -4/+4 |
* | Disable BrowserPluginHostTest.ChangeWindowName for Win Aura | kjellander@chromium.org | 2013-04-18 | 1 | -1/+8 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -26/+29 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -29/+26 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -26/+29 |
* | Disable BrowserPluginHostTest.GuestUnresponsive again. | jam@chromium.org | 2013-03-27 | 1 | -1/+8 |
* | Browser Plugin: Added gesture recognizer per guest RenderView. | fsamuel@chromium.org | 2013-03-24 | 1 | -7/+1 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -8/+1 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -1/+8 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -24/+33 |
* | Browser Plugin: Implement window.open in guests | fsamuel@chromium.org | 2013-03-18 | 1 | -11/+4 |
* | Disable BrowserPluginHostTest.AcceptDragEvents in Windows and Aura. | dmikurube@chromium.org | 2013-03-08 | 1 | -1/+8 |
* | Browser Plugin: Implement BrowserPluginGuestManager | fsamuel@chromium.org | 2013-03-06 | 1 | -23/+36 |
* | Enable RenderWidgetHostViewGuest and WCVGuest by default for browser plugin. | lazyboy@chromium.org | 2013-02-28 | 1 | -35/+0 |
* | Browser plugin: fix win aura tear down crash, skip calling | lazyboy@chromium.org | 2013-02-27 | 1 | -19/+2 |
* | Browser plugin: Fix windows crash during plugin tear down. | lazyboy@chromium.org | 2013-02-20 | 1 | -0/+53 |
* | content: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-15 | 1 | -2/+2 |