| Commit message (Expand) | Author | Age | Files | Lines |
* | Chrome-side changes to use registerURLSchemeNoAccess. | darin@chromium.org | 2009-03-12 | 1 | -1/+7 |
* | More WebKit API action (chromium side). | darin@chromium.org | 2009-03-09 | 1 | -8/+13 |
* | Refactor v8 extensions so that they aren't in the WebCore namespace, and can ... | asargent@chromium.org | 2009-03-05 | 1 | -0/+13 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -4/+2 |
* | Remove ifdefs around parts ported by all platforms. | pinkerton@chromium.org | 2009-03-03 | 1 | -15/+0 |
* | Chrome side to pick up new WebKit API changes. | darin@chromium.org | 2009-02-28 | 1 | -4/+19 |
* | Chrome side to implement WebMimeRegistry. | darin@chromium.org | 2009-02-26 | 1 | -31/+28 |
* | Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces. | darin@chromium.org | 2009-02-26 | 1 | -0/+5 |
* | Initial support for Renderer Side Histograms | jar@chromium.org | 2009-02-25 | 1 | -1/+13 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -88/+38 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -38/+88 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -88/+38 |
* | Remove some NOTIMPLMENTEDs which are apparently no longer necessary. | evan@chromium.org | 2009-02-19 | 1 | -3/+3 |
* | Turn on DNS prefetching. | evan@chromium.org | 2009-02-19 | 1 | -5/+0 |
* | Stop crash in renderer at the end of displaying | jrg@chromium.org | 2009-02-13 | 1 | -4/+0 |
* | Fix totally broken include set. | evan@chromium.org | 2009-02-12 | 1 | -0/+2 |
* | janitorial: browser_render_process_host header/lint cleanup. (try 2) | thestig@chromium.org | 2009-02-11 | 1 | -0/+1 |
* | POSIX: Transfer network data using shared memory | agl@chromium.org | 2009-02-11 | 1 | -2/+2 |
* | Get the renderer closer to rendering something on linux. | estade@chromium.org | 2009-02-10 | 1 | -4/+0 |
* | Reference and create a RenderView when needed. | jrg@chromium.org | 2009-02-06 | 1 | -3/+10 |
* | Prevent renderer from crashing on startup. | jrg@chromium.org | 2009-02-06 | 1 | -6/+2 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Unit test addition, cleanup for render_process/thread. | jrg@chromium.org | 2009-01-28 | 1 | -6/+0 |
* | MAC: build fix | agl@chromium.org | 2009-01-27 | 1 | -0/+4 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 1 | -7/+9 |
* | render_* work. | jrg@chromium.org | 2009-01-27 | 1 | -1/+54 |
* | Fixing a crash when plugin messages are sent to dialogs. | zork@google.com | 2009-01-16 | 1 | -0/+3 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -1/+3 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 1 | -9/+9 |
* | Move plugins to FilePaths, some cleanup | avi@google.com | 2009-01-06 | 1 | -2/+2 |
* | Refactor the render widget unittest so it can be reused to create a render view | brettw@chromium.org | 2009-01-05 | 1 | -3/+3 |
* | Make the global render thread object a regular global object rather than a | brettw@google.com | 2008-12-18 | 1 | -14/+6 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -3/+4 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 1 | -3/+2 |
* | Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl... | aa@google.com | 2008-10-16 | 1 | -2/+13 |
* | Adding sync plugin messages, and plugin broadcasts to the renderer processes | zork@google.com | 2008-09-15 | 1 | -0/+13 |
* | Move a bunch of code from the old to new TLS interface. | deanm@chromium.org | 2008-09-10 | 1 | -4/+10 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 1 | -1/+7 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 1 | -4/+4 |
* | Revert. Failing unit tests. | evanm@google.com | 2008-08-20 | 1 | -4/+4 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 1 | -4/+4 |
* | Step 1 at making Gears run in the renderer process (enabled by switch | mpcomplete@google.com | 2008-08-15 | 1 | -0/+5 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -2/+1 |
* | Manually refcount ReceivedSyncMsgQueue so that we force it to be destructed on | jabdelmalek@google.com | 2008-08-12 | 1 | -0/+4 |
* | Enabling sync_channel in the browser to allow accessibility code making block... | jcampan@google.com | 2008-08-12 | 1 | -1/+2 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+220 |