| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds propagation and handling of render-side focus events, for the benefit of... | klink@chromium.org | 2009-05-20 | 1 | -0/+11 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 1 | -5/+3 |
* | Revert r15940 again. Unexpected layout test failures :( | darin@chromium.org | 2009-05-13 | 1 | -3/+5 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 1 | -5/+3 |
* | Add Automatic spell correction support in Chrome. | sidchat@google.com | 2009-05-12 | 1 | -0/+6 |
* | Refactor media player to move away from webkit_glue | hclam@chromium.org | 2009-05-07 | 1 | -1/+4 |
* | Plumb the creator URL for popups up to the browser. We don't yet use this fo... | pkasting@chromium.org | 2009-05-05 | 1 | -2/+6 |
* | Revert r15278. More unexpected test failures :( | darin@chromium.org | 2009-05-05 | 1 | -3/+5 |
* | Re-do r15244: Fix crash in ~TestWebViewDelegate caused by | darin@chromium.org | 2009-05-05 | 1 | -5/+3 |
* | Various trivial clean-up bits: | pkasting@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Revert r15244. Failed tests :( | darin@chromium.org | 2009-05-04 | 1 | -3/+5 |
* | Eliminate webkit/glue/webhistoryitem* in favor of adding a | darin@chromium.org | 2009-05-04 | 1 | -5/+3 |
* | revert r15223 to see if it fixes the security-context-with-base-tag.html crash | darin@chromium.org | 2009-05-04 | 1 | -4/+0 |
* | Adds a WillDestroyFrame(WebFrame*) notification method to WebViewDelegate that | darin@chromium.org | 2009-05-04 | 1 | -0/+4 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -4/+6 |
* | Fix sudden termination after the latest WebKit merge. | jam@chromium.org | 2009-04-25 | 1 | -6/+0 |
* | Use WebWorker and WebWorkerClient from the WebKit API. | darin@chromium.org | 2009-04-24 | 1 | -3/+3 |
* | Remove unused bits and pieces of #ifdefed code that isn't used. | tim@chromium.org | 2009-04-24 | 1 | -4/+0 |
* | Remove some unused code. Removes a couple of WebViewDelegate methods | darin@chromium.org | 2009-04-18 | 1 | -17/+0 |
* | Refactoring; switch the |filter| parameter into something that is more amenab... | avi@chromium.org | 2009-04-12 | 1 | -3/+2 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-09 | 1 | -6/+2 |
* | Reverting dfisher changes 133386 and 13381 | cpu@google.com | 2009-04-08 | 1 | -2/+6 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-08 | 1 | -6/+2 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 1 | -2/+8 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -0/+1 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 1 | -1/+2 |
* | Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha... | rafaelw@chromium.org | 2009-04-04 | 1 | -0/+4 |
* | - Added support for keeping track of load times. | davemoore@chromium.org | 2009-04-03 | 1 | -9/+1 |
* | Paste from the x clipboard into webkit. | estade@chromium.org | 2009-04-02 | 1 | -0/+8 |
* | Pressing the Del key while a item is selected in the autocomplete popup delet... | jcampan@chromium.org | 2009-03-20 | 1 | -0/+5 |
* | Wire DevTools agent in the Glue to the Renderer DevTools IPC transport: DevTo... | pfeldman@chromium.org | 2009-03-16 | 1 | -0/+7 |
* | Try #2 of "make JavaScript alerts reflect the URL of the frame they came from, | brettw@chromium.org | 2009-03-05 | 1 | -5/+6 |
* | Reverting 11002. | brettw@chromium.org | 2009-03-05 | 1 | -6/+5 |
* | Make JavaScript alerts reflect the URL of the frame they came from, not the | brettw@chromium.org | 2009-03-05 | 1 | -5/+6 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -0/+7 |
* | Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin... | ananta@chromium.org | 2009-02-19 | 1 | -0/+1 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -18/+3 |
* | Add early-injection capability to user scripts. | aa@chromium.org | 2009-02-14 | 1 | -0/+6 |
* | Retrying previous changelist. I can't get this to fail | finnur@google.com | 2009-02-09 | 1 | -6/+9 |
* | Reverting 9366. | finnur@google.com | 2009-02-07 | 1 | -9/+6 |
* | Implementing that callback required to pass | finnur@google.com | 2009-02-07 | 1 | -6/+9 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -1/+1 |
* | Context menus for text selections in editable boxes and links should include ... | pkasting@chromium.org | 2009-01-28 | 1 | -2/+2 |
* | Updating so that Gears can spawn file selectors when running in the renderer ... | zork@google.com | 2009-01-13 | 1 | -2/+5 |
* | The popup for autofill is now never activated, even when clicked. | jcampan@chromium.org | 2009-01-09 | 1 | -2/+1 |
* | Bridge out media player from MediaPlayerPrivate. | hclam@chromium.org | 2008-12-18 | 1 | -2/+12 |
* | Second attempt at adding setSmartInsertDeleteEnabled and | tc@google.com | 2008-12-11 | 1 | -1/+14 |
* | Revert "Implement setSmartInsertDeleteEnabled and | tc@google.com | 2008-12-05 | 1 | -14/+1 |
* | Implement setSmartInsertDeleteEnabled and setSelectTrailingWhitespaceEnabled | tc@google.com | 2008-12-05 | 1 | -1/+14 |
* | src/webkit side of webkit merge 38729:38760 | ojan@google.com | 2008-12-01 | 1 | -0/+9 |