| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Enable the X selection clipboard for copying html and text out of a linux tes... | tc@google.com | 2008-12-01 | 1 | -1/+1 |
* | Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT... | erikkay@google.com | 2008-11-10 | 1 | -2/+4 |
* | Landing this again as I cannot reproduce the perf regression locally. | jcampan@chromium.org | 2008-11-07 | 1 | -1/+10 |
* | Reverting the autofill popu CL as it creates perf regression. | jcampan@chromium.org | 2008-11-06 | 1 | -10/+1 |
* | Added functions to WebDatabase and WebDataService for recording frequent entr... | petersont@google.com | 2008-11-05 | 1 | -0/+7 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 1 | -1/+10 |
* | Finish unforking the async history item changes. | mpcomplete@google.com | 2008-11-04 | 1 | -4/+0 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -0/+1 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=146&, | ananta@chromium.org | 2008-10-16 | 1 | -0/+3 |
* | Add an alternate error page for connection errors. This is already supported... | tc@google.com | 2008-10-15 | 1 | -1/+2 |
* | This CL enables the Page info menu when right-clicking on a page/frame. | jcampan@chromium.org | 2008-09-23 | 1 | -1/+2 |
* | Turn off ActiveX for non-Windows platforms | avi@google.com | 2008-09-15 | 1 | -0/+2 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 1 | -2/+1 |
* | can't forward declare enums outside MSVC. | pinkerton@google.com | 2008-08-26 | 1 | -1/+1 |
* | Some more glue code for the personalization module. | ericcheng@google.com | 2008-08-26 | 1 | -0/+4 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 1 | -1/+1 |
* | The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG... | jnd@google.com | 2008-08-18 | 1 | -1/+4 |