| Commit message (Expand) | Author | Age | Files | Lines |
* | linux: turn on no-op plugins code. | evan@chromium.org | 2009-04-27 | 1 | -1/+3 |
* | Fix sudden termination after the latest WebKit merge. | jam@chromium.org | 2009-04-25 | 1 | -8/+0 |
* | Use WebWorker and WebWorkerClient from the WebKit API. | darin@chromium.org | 2009-04-24 | 1 | -0/+2 |
* | Remove unused bits and pieces of #ifdefed code that isn't used. | tim@chromium.org | 2009-04-24 | 1 | -32/+0 |
* | Add transparency support to RenderWidgetHostView. | aa@chromium.org | 2009-04-23 | 1 | -0/+8 |
* | linux (and some posix): multiprocess plugins compiling. | evan@chromium.org | 2009-04-23 | 1 | -3/+3 |
* | Always enable copy-link-address in context menu. | brettw@chromium.org | 2009-04-22 | 1 | -0/+1 |
* | DevTools: Run nested message loop instead of whitelisting the messages. | pfeldman@chromium.org | 2009-04-22 | 1 | -0/+2 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -3/+3 |
* | Use webtextinput to insert text for middle-click paste. | estade@chromium.org | 2009-04-21 | 1 | -1/+4 |
* | - Add a new time marker for loadtimes, the time of the first layout | davemoore@chromium.org | 2009-04-21 | 1 | -83/+27 |
* | Rename AllowCrossOriginAccessHack to GrantUniversalAccess, and move the HACK | mpcomplete@google.com | 2009-04-17 | 1 | -1/+5 |
* | DevTools: Make all devtools messages dispatch through debugger interrupt. | pfeldman@chromium.org | 2009-04-17 | 1 | -13/+0 |
* | Prevent Plugin Channel Host from dropping reply messages while plugins are di... | pfeldman@chromium.org | 2009-04-17 | 1 | -0/+3 |
* | Handles audio messages on IO thread in render process | hclam@chromium.org | 2009-04-16 | 1 | -100/+5 |
* | Add a hack to enable cross-origin XHR for all pages with a "chrome-extension" | mpcomplete@google.com | 2009-04-15 | 1 | -0/+3 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 1 | -2/+0 |
* | Revert "Add JsonSchema-based validation for the tab APIs." | aa@chromium.org | 2009-04-14 | 1 | -0/+2 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 1 | -2/+0 |
* | Refactoring; switch the |filter| parameter into something that is more amenab... | avi@chromium.org | 2009-04-12 | 1 | -4/+3 |
* | Make sure we can handle favicons that are provided as data: URLs | arv@chromium.org | 2009-04-11 | 1 | -1/+27 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-09 | 1 | -5/+8 |
* | DevTools: Cache resources before attach, hide agents behind the flag. | pfeldman@chromium.org | 2009-04-09 | 1 | -8/+15 |
* | Reverting 13419. | pfeldman@chromium.org | 2009-04-09 | 1 | -13/+7 |
* | DevTools: Cache resource metainfo even when debugger agent is not attached. | pfeldman@chromium.org | 2009-04-09 | 1 | -7/+13 |
* | rebase and more minor changes. | aa@chromium.org | 2009-04-09 | 1 | -2/+2 |
* | Copy text selection from renderer to browser every time it changes. | estade@chromium.org | 2009-04-09 | 1 | -8/+2 |
* | When the Find bar has focus it eats keypresses such as PageUp, PageDown and U... | finnur@chromium.org | 2009-04-08 | 1 | -1/+7 |
* | Reverting dfisher changes 133386 and 13381 | cpu@google.com | 2009-04-08 | 1 | -5/+2 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-08 | 1 | -2/+5 |
* | 1. All debugger messages are dispatched in a static method on the IO thread. ... | yurys@google.com | 2009-04-08 | 1 | -1/+5 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 1 | -19/+24 |
* | Review URL: http://codereview.chromium.org/63070 | senorblanco@chromium.org | 2009-04-07 | 1 | -3/+0 |
* | Remove asserts in RenderView for audio mesages | hclam@chromium.org | 2009-04-07 | 1 | -4/+3 |
* | Stop serializing WebString over IPC. The new rule is that only POD (plain old | darin@chromium.org | 2009-04-06 | 1 | -13/+21 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 1 | -1/+1 |
* | DevTools: Split message handling on the agent side into the Renderer and IO h... | pfeldman@chromium.org | 2009-04-06 | 1 | -8/+9 |
* | Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha... | rafaelw@chromium.org | 2009-04-04 | 1 | -0/+13 |
* | Remove a DCHECK in RenderView::CloseAudioStream | hclam@chromium.org | 2009-04-03 | 1 | -5/+7 |
* | - Added support for keeping track of load times. | davemoore@chromium.org | 2009-04-03 | 1 | -2/+133 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 1 | -10/+0 |
* | Copy selection to x clipboard. | estade@chromium.org | 2009-04-02 | 1 | -0/+22 |
* | Paste from the x clipboard into webkit. | estade@chromium.org | 2009-04-02 | 1 | -0/+9 |
* | Use WebConsoleMessage instead of ConsoleMessageLevel. | darin@chromium.org | 2009-03-31 | 1 | -7/+5 |
* | Fix a problem with clipping when printing almost all web pages. | sverrir@chromium.org | 2009-03-31 | 1 | -2/+6 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -6/+8 |
* | * Breakpad on OSX now works with stock Breakpad framwork. | jeremy@chromium.org | 2009-03-30 | 1 | -13/+2 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 1 | -1/+0 |
* | Fix build in release mode. | tc@google.com | 2009-03-27 | 1 | -1/+2 |
* | Move message flags into a separate header that can be used | tc@google.com | 2009-03-27 | 1 | -28/+4 |