| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop serializing WebString over IPC. The new rule is that only POD (plain old | darin@chromium.org | 2009-04-06 | 2 | -20/+18 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 6 | -22/+31 |
* | Remove some uses of custom tab contents types from some tests. | brettw@chromium.org | 2009-04-04 | 4 | -7/+22 |
* | Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha... | rafaelw@chromium.org | 2009-04-04 | 3 | -0/+10 |
* | - Added support for keeping track of load times. | davemoore@chromium.org | 2009-04-03 | 1 | -0/+2 |
* | This CL adds unit-tests for the SafeBrowsingBlockingPage class. | jcampan@chromium.org | 2009-04-03 | 1 | -0/+2 |
* | Make OpenProcessHandle report an error when it couldn't open the handle. | phajdan.jr@chromium.org | 2009-04-03 | 1 | -2/+5 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 6 | -6/+6 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 6 | -6/+6 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 2 | -8/+9 |
* | Speculative fix for a crash in resource handlers. | paulg@google.com | 2009-04-02 | 2 | -0/+8 |
* | Copy selection to x clipboard. | estade@chromium.org | 2009-04-02 | 5 | -21/+146 |
* | Paste from the x clipboard into webkit. | estade@chromium.org | 2009-04-02 | 5 | -0/+34 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 2 | -6/+18 |
* | Don't try to set the cursor on null windows. | estade@chromium.org | 2009-04-01 | 1 | -0/+5 |
* | Use WebConsoleMessage instead of ConsoleMessageLevel. | darin@chromium.org | 2009-03-31 | 2 | -6/+9 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -5/+7 |
* | A workaround fix for Issue 3693. | hbono@chromium.org | 2009-03-30 | 1 | -0/+6 |
* | Remove NOTIMPLEMENTED bits for fast shutdown code on non-Windows. | evan@chromium.org | 2009-03-29 | 1 | -8/+0 |
* | Add more of the server-side plumbing for extension APIs. Also | aa@chromium.org | 2009-03-28 | 4 | -6/+18 |
* | Add the ability to specify a default MIME type when loading a resource. We'l... | abarth@chromium.org | 2009-03-28 | 3 | -0/+18 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 8 | -43/+69 |
* | Hide StatsTable behind --enable-stats-table. | mbelshe@google.com | 2009-03-27 | 1 | -0/+1 |
* | Render widget host view cursors: | estade@chromium.org | 2009-03-27 | 6 | -47/+67 |
* | Fix renderer hang caused when a synchronous XHR is disallowed for security | darin@chromium.org | 2009-03-27 | 3 | -8/+38 |
* | More NOTIMPLEMENTEDs into bugs. | evan@chromium.org | 2009-03-26 | 1 | -4/+6 |
* | Fix/punt on a bunch of NOTIMPLEMENTEDs. | evan@chromium.org | 2009-03-26 | 1 | -1/+1 |
* | Make it more obvious when our backing store has failed us. | evan@chromium.org | 2009-03-26 | 1 | -1/+3 |
* | Fix fast shutdown | tc@google.com | 2009-03-26 | 2 | -2/+1 |
* | Expose whether we're in private browsing mode to plugins.I chose to implement... | jam@chromium.org | 2009-03-26 | 2 | -1/+6 |
* | Enable child RWHVs on the Mac. | avi@google.com | 2009-03-26 | 2 | -8/+63 |
* | Relanding since it was breaking the Release build (because of missing includes). | jcampan@chromium.org | 2009-03-25 | 1 | -0/+12 |
* | Reverting 12498. | jcampan@chromium.org | 2009-03-25 | 1 | -12/+0 |
* | Moving the mouse-wheel message rerouting code out of the focus manager. | jcampan@chromium.org | 2009-03-25 | 1 | -0/+12 |
* | Revert "Fix/punt on a bunch of NOTIMPLEMENTEDs." | evan@chromium.org | 2009-03-25 | 1 | -1/+1 |
* | Reverting 12479 which reverted 12470. | willchan@chromium.org | 2009-03-25 | 2 | -7/+29 |
* | Fix/punt on a bunch of NOTIMPLEMENTEDs. | evan@chromium.org | 2009-03-25 | 1 | -1/+1 |
* | Chrome changes to support cached form submissions. | darin@chromium.org | 2009-03-25 | 1 | -13/+13 |
* | Refactor some widget creation code in web_contents_view and render_widget_hos... | estade@chromium.org | 2009-03-25 | 7 | -22/+39 |
* | Linux: write images to clipboard. | estade@chromium.org | 2009-03-25 | 1 | -5/+5 |
* | Reverting 12470. | willchan@chromium.org | 2009-03-25 | 2 | -29/+7 |
* | Don't override user's default cursor with GDK_ARROW. | estade@chromium.org | 2009-03-25 | 1 | -2/+6 |
* | Prioritize which HTTP requests get a socket first by adding a priority level ... | willchan@chromium.org | 2009-03-25 | 2 | -7/+29 |
* | A tricky fix for Issue 1845 (Take 2). | hbono@chromium.org | 2009-03-25 | 3 | -1/+74 |
* | Fix a bug in RDH that it overlooked a resource message | hclam@chromium.org | 2009-03-25 | 1 | -0/+1 |
* | Prevent data read errors from crashing the browser. | thestig@chromium.org | 2009-03-24 | 1 | -0/+7 |
* | Implement default css for toolstrips. | aa@chromium.org | 2009-03-24 | 2 | -0/+9 |
* | Add basic infrastructure for sending async browser API request and receiving ... | aa@chromium.org | 2009-03-24 | 2 | -1/+26 |
* | Fix a bug in ResourceMessageFilter | hclam@chromium.org | 2009-03-24 | 1 | -1/+1 |
* | Finish hooking up the worker process UI: use the domains of the workers as th... | jam@chromium.org | 2009-03-24 | 7 | -24/+35 |