| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r15940 again. Unexpected layout test failures :( | darin@chromium.org | 2009-05-13 | 1 | -0/+7 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 1 | -7/+0 |
* | There are cases where a Frame may outlive its associated Page. Get the | darin@chromium.org | 2009-05-06 | 1 | -6/+1 |
* | Revert r15278. More unexpected test failures :( | darin@chromium.org | 2009-05-05 | 1 | -0/+7 |
* | Re-do r15244: Fix crash in ~TestWebViewDelegate caused by | darin@chromium.org | 2009-05-05 | 1 | -7/+0 |
* | Fix bug 9812: Remove current RSS code in favor of new more generalized | finnur@chromium.org | 2009-05-04 | 1 | -1/+0 |
* | Revert r15244. Failed tests :( | darin@chromium.org | 2009-05-04 | 1 | -0/+7 |
* | Eliminate webkit/glue/webhistoryitem* in favor of adding a | darin@chromium.org | 2009-05-04 | 1 | -7/+0 |
* | Rev 12100 changed the way that we spool and render printed output, most notably | maruel@chromium.org | 2009-04-27 | 1 | -0/+1 |
* | Rename AllowCrossOriginAccessHack to GrantUniversalAccess, and move the HACK | mpcomplete@google.com | 2009-04-17 | 1 | -1/+1 |
* | Add a hack to enable cross-origin XHR for all pages with a "chrome-extension" | mpcomplete@google.com | 2009-04-15 | 1 | -0/+1 |
* | Let WebKit draw the active highlight for FindInPage, | finnur@chromium.org | 2009-04-10 | 1 | -1/+4 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-09 | 1 | -5/+5 |
* | Reverting dfisher changes 133386 and 13381 | cpu@google.com | 2009-04-08 | 1 | -5/+5 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-08 | 1 | -5/+5 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 1 | -0/+9 |
* | Stop serializing WebString over IPC. The new rule is that only POD (plain old | darin@chromium.org | 2009-04-06 | 1 | -3/+9 |
* | Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha... | rafaelw@chromium.org | 2009-04-04 | 1 | -0/+1 |
* | Use WebConsoleMessage instead of ConsoleMessageLevel. | darin@chromium.org | 2009-03-31 | 1 | -2/+1 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -7/+8 |
* | Convert FindInPage wstrings to string16. | tc@google.com | 2009-03-19 | 1 | -1/+1 |
* | Remove code duplicated from webcore and use the common PrintContext facility. | maruel@chromium.org | 2009-03-19 | 1 | -23/+11 |
* | Review URL: http://codereview.chromium.org/42288 | georged@chromium.org | 2009-03-18 | 1 | -0/+1 |
* | SSLPolicy Fix: Step 1. | abarth@chromium.org | 2009-03-17 | 1 | -0/+2 |
* | Commit 40144. I had to move to to a separate CL to use gcl's | aa@chromium.org | 2009-03-13 | 1 | -3/+3 |
* | RSS feed support (part 1), 2nd attempt. | finnur@chromium.org | 2009-03-13 | 1 | -0/+1 |
* | Reverting 11640. | finnur@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | RSS feed support (part 1) | finnur@chromium.org | 2009-03-13 | 1 | -0/+1 |
* | Changing ForwardMessageToExternalHost to postMessage and passing a proper | tommi@chromium.org | 2009-03-09 | 1 | -0/+2 |
* | Remove code that will not be necessary after https://bugs.webkit.org/show_bug... | ojan@google.com | 2009-03-03 | 1 | -2/+0 |
* | Hook up inspector highlighting again. This time we use | ojan@google.com | 2009-02-26 | 1 | -7/+0 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -11/+4 |
* | The WebFrame interface currently supports reference counting, but no one uses. | darin@chromium.org | 2009-02-13 | 1 | -1/+1 |
* | Remove unreferenced WebFrame::IsReloadAllowingStaleData method. | darin@chromium.org | 2009-01-20 | 1 | -2/+0 |
* | First pass as implementing the greasemonkey API. This patch | aa@chromium.org | 2009-01-17 | 1 | -1/+2 |
* | Added the new isCommandEnabled() layout test function to the layout test cont... | estade@chromium.org | 2008-12-18 | 1 | -0/+1 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 1 | -3/+3 |
* | Add "Enable spell check for this field" menu option in sub context menu for c... | sidchat@google.com | 2008-12-15 | 1 | -0/+2 |
* | Move implementation of BackForwardListClient to a new class named | darin@chromium.org | 2008-12-13 | 1 | -2/+4 |
* | Fix issue 5079: Incorrect "Active match ordinal" count during Find-in-page | finnur@google.com | 2008-12-04 | 1 | -3/+3 |
* | Remove the URL and title from the state getting functions and IPC messages. | brettw@google.com | 2008-12-02 | 1 | -5/+3 |
* | Enable the X selection clipboard for copying html and text out of a linux tes... | tc@google.com | 2008-12-01 | 1 | -0/+1 |
* | src/webkit side of webKit merge 38653:38729 | ojan@google.com | 2008-11-27 | 1 | -1/+1 |
* | Find now uses WebKit's TextMatch highlighting for Find-in-page. | finnur@google.com | 2008-11-24 | 1 | -52/+21 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 1 | -1/+1 |
* | Relanding the new autofill. | jcampan@chromium.org | 2008-11-20 | 1 | -11/+23 |
* | Review URL: http://codereview.chromium.org/11306 | jcampan@chromium.org | 2008-11-20 | 1 | -23/+11 |
* | A new implementation of the autofill using the editor client API. | jcampan@chromium.org | 2008-11-20 | 1 | -11/+23 |
* | The password manager and the form autofill feature were listening for events ... | jcampan@chromium.org | 2008-11-17 | 1 | -0/+13 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 1 | -1/+2 |