| Commit message (Expand) | Author | Age | Files | Lines |
* | Move renderer_main and renderer_glue to content. | jam@chromium.org | 2011-04-18 | 1 | -0/+2 |
* | Move PepperPluginRegistry to content, while leaving the Chrome specific bits ... | jam@chromium.org | 2011-04-18 | 1 | -0/+2 |
* | Remove the last Chrome dependencies from renderer, and enforce no more includ... | jam@chromium.org | 2011-04-18 | 1 | -0/+3 |
* | Move json_value_serializer to content\common since it's used by code in conte... | jam@chromium.org | 2011-04-16 | 1 | -0/+2 |
* | Moved ParamTraits specializations that depend on WebKit out of content/common... | grt@chromium.org | 2011-04-15 | 1 | -0/+2 |
* | Inverted dependency between code in content/common/gpu and the GpuWatchdogThr... | apatrick@chromium.org | 2011-04-15 | 1 | -0/+1 |
* | Move a bunch of Chrome specific code out of RenderThread, in preparation of m... | jam@chromium.org | 2011-04-14 | 1 | -1/+0 |
* | Move FilePathWatcher to base/files. | craig.schlenter@chromium.org | 2011-04-14 | 1 | -15/+0 |
* | Add IPC plumbing code for Quota API | kinuko@chromium.org | 2011-04-13 | 1 | -0/+3 |
* | Moved TextureTransport into content/common/gpu. | apatrick@chromium.org | 2011-04-13 | 1 | -0/+2 |
* | Add IPC messages and renderer process side API for video capture. | wjia@google.com | 2011-04-12 | 1 | -0/+1 |
* | Moved code that runs in both the browser and GPU process from content/gpu to ... | apatrick@chromium.org | 2011-04-08 | 1 | -2/+45 |
* | Histogram added: GPU.GPUProcessLaunchCause | scheib@chromium.org | 2011-04-06 | 1 | -0/+1 |
* | Refactor RenderWidgetHostViewViews to use the new input method API for Views. | suzhe@google.com | 2011-04-01 | 1 | -0/+5 |
* | Move a bunch of renderer->browser messages to content. | jam@chromium.org | 2011-03-23 | 1 | -0/+2 |
* | Move the rest of the content browser->renderer messages to content. Also mov... | jam@chromium.org | 2011-03-23 | 1 | -0/+2 |
* | Move some more renderer messages to content. Also move a couple of files whi... | jam@chromium.org | 2011-03-22 | 1 | -0/+1 |
* | Create a new message file for view related messages. I just moved a few mess... | jam@chromium.org | 2011-03-21 | 1 | -0/+4 |
* | Move geolocation, desktop notification, and device orientation into their own... | jam@chromium.org | 2011-03-19 | 1 | -0/+3 |
* | Move a bunch of remaining files from chrome\renderer to content\renderer. | jam@chromium.org | 2011-03-19 | 1 | -0/+2 |
* | event trace plumbing for multi-process support | jbates@chromium.org | 2011-03-18 | 1 | -0/+2 |
* | Move FilePathWatcher class from chrome/browser/... to content/common... | dmaclach@chromium.org | 2011-03-18 | 1 | -3/+18 |
* | Move the renderer_web* files to content. | jam@chromium.org | 2011-03-18 | 1 | -0/+1 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -0/+34 |
* | Move a bunch of files from chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -0/+7 |
* | Update gyp for moved files. | jam@chromium.org | 2011-03-17 | 1 | -0/+2 |
* | Move all the message files in chrome that belong in content. | jam@chromium.org | 2011-03-16 | 1 | -0/+16 |
* | Remove last dependencies on chrome\common from chrome\plugin. | jam@chromium.org | 2011-03-16 | 1 | -0/+2 |
* | Get rid of some more dependencies on chrome\common from plugin, in preparatio... | jam@chromium.org | 2011-03-15 | 1 | -0/+2 |
* | Move plugin messages to content. | jam@chromium.org | 2011-03-14 | 1 | -0/+2 |
* | Fix shared library build and take out unnecessary dependency in chrome_render... | jam@chromium.org | 2011-03-14 | 1 | -0/+1 |
* | Add missing headers | jam@chromium.org | 2011-03-14 | 1 | -0/+4 |
* | Readd a few lines in the gypi files that I removed in a bad merge | jam@chromium.org | 2011-03-14 | 1 | -0/+3 |
* | Move AppCache common code to content and split off AppCache messages into the... | jam@chromium.org | 2011-03-14 | 1 | -3/+6 |
* | Move the blob related code to content, and also move the blob messages to the... | jam@chromium.org | 2011-03-14 | 1 | -0/+4 |
* | Fix shared library build | jam@chromium.org | 2011-03-13 | 1 | -0/+1 |
* | Move database files from chrome\commmon to content\common, in preparation for... | jam@chromium.org | 2011-03-13 | 1 | -0/+5 |
* | Move some message files and hi_res_timer_manager to content, in preparation f... | jam@chromium.org | 2011-03-13 | 1 | -0/+5 |
* | Move worker_messages to content in preparation of moving worker. | jam@chromium.org | 2011-03-12 | 1 | -0/+1 |
* | Use IPEndPoint for P2P IPC messages | sergeyu@chromium.org | 2011-03-12 | 1 | -1/+0 |
* | Move some chrome\common code to content in preparation for moving chrome\gpu. | jam@chromium.org | 2011-03-11 | 1 | -0/+16 |
* | Move GPU messages to content. I've also switched the IPC structs to use the ... | jam@chromium.org | 2011-03-10 | 1 | -0/+5 |
* | Move property bag to content. | avi@chromium.org | 2011-03-10 | 1 | -0/+2 |
* | Add a ContentClient interface than an embedder of content has to implement. ... | jam@chromium.org | 2011-03-10 | 1 | -0/+2 |
* | Move ChildProcessHost and ChildProcessInfo to content. | jam@chromium.org | 2011-03-09 | 1 | -0/+4 |
* | Add a PathService id for the child process exe. This is needed so that the r... | jam@chromium.org | 2011-03-09 | 1 | -0/+2 |
* | Fix dbg-shlib build | jam@chromium.org | 2011-03-08 | 1 | -0/+1 |
* | Move ChildThread and ChildProcess to content. Also move remaining code that ... | jam@chromium.org | 2011-03-08 | 1 | -0/+14 |
* | Move the common child process messages into their own file. | jam@chromium.org | 2011-03-07 | 1 | -0/+1 |
* | Put file_system messages in their own file and move them to content, in prepa... | jam@chromium.org | 2011-03-07 | 1 | -0/+1 |