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