| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow Flash (and other plugins) to be installed without restarting the browse... | jam@chromium.org | 2009-04-23 | 1 | -2/+4 |
* | Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i... | abarth@chromium.org | 2009-04-08 | 1 | -3/+1 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 1 | -2/+2 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 1 | -1/+3 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 1 | -7/+0 |
* | Add the ability to specify a default MIME type when loading a resource. We'l... | abarth@chromium.org | 2009-03-28 | 1 | -2/+3 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -7/+6 |
* | Check return value of SharedMemory::Create | agl@chromium.org | 2009-03-18 | 1 | -3/+3 |
* | SSLPolicy Fix: Step 3. | abarth@chromium.org | 2009-03-17 | 1 | -3/+5 |
* | Get rid of stashing a frame pointer with ResourceRequest and just store the r... | jam@chromium.org | 2009-03-16 | 1 | -18/+3 |
* | Temp fix for reliablity crashes. | jam@chromium.org | 2009-03-13 | 1 | -0/+3 |
* | Implement WebSandboxSupport. | darin@chromium.org | 2009-03-12 | 1 | -8/+0 |
* | Switch to using one ResourceDispatcher per render process, and move it to Chi... | jam@chromium.org | 2009-03-12 | 1 | -21/+7 |
* | This changes the base clipboard class, as accomplishing paste requires that C... | avi@chromium.org | 2009-03-10 | 1 | -11/+1 |
* | Reland r11118. | darin@chromium.org | 2009-03-06 | 1 | -14/+0 |
* | Revert r11118 :( | darin@chromium.org | 2009-03-06 | 1 | -0/+14 |
* | More WebKit API action (chromium side) | darin@chromium.org | 2009-03-06 | 1 | -14/+0 |
* | Revert r10974 since it didn't change performance on the page cyclers. | darin@chromium.org | 2009-03-05 | 1 | -11/+0 |
* | Temporarily disable cookie codepaths that use WebKitClient to analyze | darin@chromium.org | 2009-03-05 | 1 | -0/+11 |
* | Update clipboard classes to use string16 and FilePath instead of wstring. | estade@chromium.org | 2009-03-04 | 1 | -2/+2 |
* | Chrome side to pick up new WebKit API changes. | darin@chromium.org | 2009-02-28 | 1 | -19/+10 |
* | Chrome side to implement WebMimeRegistry. | darin@chromium.org | 2009-02-26 | 1 | -41/+0 |
* | Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces. | darin@chromium.org | 2009-02-26 | 1 | -8/+7 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -29/+19 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -19/+29 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -29/+19 |
* | Bitmap transport | agl@chromium.org | 2009-02-20 | 1 | -2/+4 |
* | Change mime type utils to operate on platform-specific string types for filen... | estade@chromium.org | 2009-02-14 | 1 | -3/+3 |
* | Remove VisitedLink NOTIMPLEMENTED() now that history is fixed. | evan@chromium.org | 2009-02-12 | 1 | -10/+0 |
* | janitorial: browser_render_process_host header/lint cleanup. (try 2) | thestig@chromium.org | 2009-02-11 | 1 | -3/+4 |
* | Reverting 9594. | thestig@chromium.org | 2009-02-11 | 1 | -4/+3 |
* | janitorial: clean up unnecessary includes in src/chrome/renderer. | thestig@chromium.org | 2009-02-11 | 1 | -3/+4 |
* | Media player availability now determined by SetMediaPlayerAvailable. | scherkus@chromium.org | 2009-02-11 | 1 | -2/+9 |
* | POSIX: add missing NOTIMPLEMENTED | agl@chromium.org | 2009-02-10 | 1 | -0/+1 |
* | POSIX: fix renderer crash | agl@chromium.org | 2009-02-10 | 1 | -0/+9 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Add a linux stub implementation for resource_bundle. | tc@google.com | 2009-02-04 | 1 | -7/+1 |
* | Move proxy resolve requests out of plugin/renderer process, and into the brow... | ericroman@google.com | 2009-01-31 | 1 | -0/+10 |
* | Add a stub IsPluginProcess so there are less #if defined(OS_WIN) in the code. | tc@google.com | 2009-01-30 | 1 | -15/+0 |
* | Fix our link madness on linux. We now properly link | tc@google.com | 2009-01-29 | 1 | -5/+37 |
* | Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. | glen@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 1 | -6/+1 |
* | POSIX: get bits of renderer_glue compiling | agl@chromium.org | 2009-01-23 | 1 | -20/+35 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+1 |
* | Make the global render thread object a regular global object rather than a | brettw@google.com | 2008-12-18 | 1 | -20/+18 |
* | Bridge out media player from MediaPlayerPrivate. | hclam@chromium.org | 2008-12-18 | 1 | -0/+6 |
* | Implement visited link coloring. | brettw@google.com | 2008-12-13 | 1 | -0/+9 |
* | Rename ViewHandle to NativeView et al. | agl@chromium.org | 2008-12-11 | 1 | -1/+1 |
* | Reupload of 12418 | glen@chromium.org | 2008-12-07 | 1 | -2/+2 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -2/+2 |