summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move RenderThemeWin to WebCore/rendering and rename it to RenderThemeChromium...dglazkov@google.com2008-12-221-1/+1
* Added the new isCommandEnabled() layout test function to the layout test cont...estade@chromium.org2008-12-181-0/+6
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-7/+7
* Add "Enable spell check for this field" menu option in sub context menu for c...sidchat@google.com2008-12-151-0/+8
* Move implementation of BackForwardListClient to a new class nameddarin@chromium.org2008-12-131-8/+2
* Use HistoryItem::lastVisitWasFailure to replace fakeHistoryItem semantics.dglazkov@google.com2008-12-111-8/+2
* Fix a crash in the copy selection code. If there's notc@google.com2008-12-101-0/+3
* Fixing 5132: Find-in-page reports wrong ordinal when restarting search in sub...finnur@google.com2008-12-081-1/+1
* Fix issue 5079: Incorrect "Active match ordinal" count during Find-in-pagefinnur@google.com2008-12-041-11/+27
* Remove the URL and title from the state getting functions and IPC messages.brettw@google.com2008-12-021-11/+3
* Enable the X selection clipboard for copying html and text out of a linux tes...tc@google.com2008-12-011-0/+10
* Fix printing. With a webkit merge, the paint() command started to be delegate...maruel@chromium.org2008-12-011-1/+2
* src/webkit side of webKit merge 38653:38729ojan@google.com2008-11-271-4/+7
* src/webkit side of webKit merge 38600:38625.ojan@google.com2008-11-261-4/+6
* Find now uses WebKit's TextMatch highlighting for Find-in-page.finnur@google.com2008-11-241-270/+196
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-221-2/+2
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-3/+4
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-211-4/+3
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-3/+4
* Relanding the new autofill.jcampan@chromium.org2008-11-201-10/+20
* Review URL: http://codereview.chromium.org/11306jcampan@chromium.org2008-11-201-20/+10
* A new implementation of the autofill using the editor client API.jcampan@chromium.org2008-11-201-10/+20
* The password manager and the form autofill feature were listening for events ...jcampan@chromium.org2008-11-171-1/+14
* Remove base dependency from SkiaUtils, fix namespaces and includes.brettw@google.com2008-11-141-0/+1
* Temporary fix on Finnur's behalf to make find useful until bigger fix issky@google.com2008-11-131-2/+4
* Prevent crash due to DIB allocation failure joshia@google.com2008-11-121-3/+14
* Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT...erikkay@google.com2008-11-101-8/+0
* Landing 37604:38097 mergedglazkov@google.com2008-11-101-87/+56
* Enabled WebFrameTest, refactored some test shell functions.estade@chromium.org2008-11-061-2/+5
* Port some test_shell_tests, and platform cleanup for more of them.tc@google.com2008-11-061-4/+3
* revert 9391estade@chromium.org2008-11-051-5/+2
* Enabled WebFrameTest, refactored some test shell functions.estade@chromium.org2008-11-051-2/+5
* Mac changes for r4070 et seq. Make jsbindings, webcore, port, and glue sharemark@chromium.org2008-10-311-0/+6
* Make ImageBuffer creation and handling conform to proper WebKit form rather t...brettw@google.com2008-10-311-5/+4
* Fix the JSC build.darin@chromium.org2008-10-311-7/+7
* Landing 36102:37604 merge on trunkdglazkov@google.com2008-10-301-66/+50
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+1
* Fix renderer crash on startup.darin@chromium.org2008-10-211-1/+1
* Fixup some JSC compile errors for glue.mbelshe@google.com2008-10-201-0/+24
* * Fix LayoutTests/http/tests/navigation/reloadsubframe-*frame.html on Windows.mmoss@google.com2008-10-201-1/+0
* Disable PLATFORM(WIN) !!darin@chromium.org2008-10-181-4/+4
* Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl...aa@google.com2008-10-161-0/+7
* Replace MSVC pragmas with the macro. Also adds two filestc@google.com2008-10-161-2/+3
* Kill bogus leftover include.darin@chromium.org2008-10-151-1/+0
* Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in...darin@chromium.org2008-10-151-14/+12
* Convert CaptureImage to a single method with lots of ifdefs.tc@google.com2008-10-141-36/+9
* get webframe_impl.cc to compile on linuxtc@google.com2008-10-141-8/+25
* Replace pragma with MSVC macroserg@google.com2008-10-141-2/+2
* Implement CaptureImage on the Macamanda@chromium.org2008-10-101-1/+17
* We need to layout child frames too!darin@chromium.org2008-10-031-0/+5