| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: Make all devtools messages dispatch through debugger interrupt. | pfeldman@chromium.org | 2009-04-17 | 1 | -1/+5 |
* | Don't call COM stuff in the renderer | cpu@google.com | 2009-04-16 | 1 | -8/+7 |
* | Initial plumbing for sending events from the browser to extension renderers. ... | rafaelw@chromium.org | 2009-04-16 | 1 | -0/+9 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 1 | -0/+1 |
* | Add command line flag that removes randomness from javascript functions, to b... | ace@google.com | 2009-04-14 | 1 | -1/+2 |
* | Revert "Add JsonSchema-based validation for the tab APIs." | aa@chromium.org | 2009-04-14 | 1 | -1/+0 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 1 | -0/+1 |
* | rebase and more minor changes. | aa@chromium.org | 2009-04-09 | 1 | -7/+13 |
* | Add aa's Event class to our javascript bindings and use it in our extension | mpcomplete@google.com | 2009-04-08 | 1 | -5/+9 |
* | Move loadtimes extension out of the extensions directory. | davemoore@chromium.org | 2009-04-07 | 1 | -1/+1 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 1 | -1/+16 |
* | - Added support for keeping track of load times. | davemoore@chromium.org | 2009-04-03 | 1 | -0/+2 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 1 | -1/+15 |
* | Remove an #if !defined(OS_LINUX) | willchan@chromium.org | 2009-04-01 | 1 | -3/+0 |
* | - Enable V8 histograming support | davemoore@chromium.org | 2009-03-31 | 1 | -0/+12 |
* | Add more of the server-side plumbing for extension APIs. Also | aa@chromium.org | 2009-03-28 | 1 | -0/+7 |
* | Add basic infrastructure for sending async browser API request and receiving ... | aa@chromium.org | 2009-03-24 | 1 | -0/+4 |
* | Initial rev at a message passing API for extensions. So far, only passing | mpcomplete@google.com | 2009-03-23 | 1 | -1/+2 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -11/+13 |
* | Pre-upstream style changes: rename enableWebWorkers to setIsWebWorkersEnabled... | dimich@google.com | 2009-03-19 | 1 | -1/+1 |
* | Reland the changes to use command line switch to turn on worker feature. | jianli@chromium.org | 2009-03-18 | 1 | -0/+4 |
* | Revert "Enable building worker and use command line switch to turn on ..." | agl@chromium.org | 2009-03-17 | 1 | -4/+0 |
* | Enable building worker and use command line switch to turn on this feature. | jianli@chromium.org | 2009-03-17 | 1 | -0/+4 |
* | Get rid of the gears in renderer process code. This allows me to do some cle... | jam@chromium.org | 2009-03-13 | 1 | -16/+0 |
* | 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 |