summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT...erikkay@google.com2008-11-101-1/+0
* Landing 37604:38097 mergedglazkov@google.com2008-11-101-19/+9
* Make ImageBuffer creation and handling conform to proper WebKit form rather t...brettw@google.com2008-10-311-2/+1
* Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl...aa@google.com2008-10-161-0/+2
* get webframe_impl.cc to compile on linuxtc@google.com2008-10-141-10/+10
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-0/+3
* Fix bug 455: Active match in Find is not selected and links are not focused a...finnur@google.com2008-09-261-1/+9
* Unignore most warnings on POSIX in build/SConscript.main.evanm@google.com2008-09-161-2/+3
* Fix bustage in r2110; fix the return typeavi@google.com2008-09-121-1/+1