summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Ported plugin_stream to posix.estade@chromium.org2008-11-115-93/+213
* Basic cursor support.evanm@google.com2008-11-113-1/+118
* Remove duplicate plugin_geturl_test.cc from the to-be-ported list.sgk@google.com2008-11-111-1/+0
* Break port dependency on glue. Create ResourceRequest::TargetType as a mirro...darin@chromium.org2008-11-113-25/+39
* Fix a UMR in MakePlatformWheelEvent().ericroman@google.com2008-11-113-5/+2
* Eliminate another dependency of port on glue.darin@chromium.org2008-11-111-0/+6
* * fix linux buildtc@google.com2008-11-112-2/+4
* Review URL: http://codereview.chromium.org/10005petersont@google.com2008-11-113-17/+35
* This CL makes the form autofill popup menu behave like the Firefox's one, we ...jcampan@chromium.org2008-11-111-1/+9
* More ChromiumBridge action to eliminate glue dependencies from port.darin@chromium.org2008-11-101-0/+22
* This fixes another issue with PDF documents loaded via FastWebView (NPN_Reque...ananta@chromium.org2008-11-102-1/+18
* Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT...erikkay@google.com2008-11-108-23/+19
* fix check deps by using <> for wtf includetc@google.com2008-11-101-1/+1
* Landing 37604:38097 mergedglazkov@google.com2008-11-1015-254/+219
* Changed the DumpFramesAsText() to not dump anything about a frame if it is em...sgjesse@chromium.org2008-11-101-2/+3
* Implements a WM_MOUSEHWHEEL message handler.hbono@chromium.org2008-11-101-12/+4
* Reverting my previous experiment.jcampan@chromium.org2008-11-081-18/+0
* A temporary experiment to try to solve the autofill perf regression.jcampan@chromium.org2008-11-081-0/+18
* Review URL: http://codereview.chromium.org/10237petersont@google.com2008-11-081-31/+13
* Entries in a form get recorded when the user submits the form. Database and ...petersont@google.com2008-11-081-13/+31
* Port webplugin_impl test shell test to linux.estade@chromium.org2008-11-081-51/+54
* Port a resource fetcher test shell test to linux.estade@chromium.org2008-11-071-10/+39
* Fix panning cursors. Converts them from PNG files to CUR files, so that the ...darin@chromium.org2008-11-0711-27/+27
* Remove windows-isms from drag & drop. Thistc@google.com2008-11-079-50/+185
* 2 things:jcampan@chromium.org2008-11-071-4/+5
* Landing this again as I cannot reproduce the perf regression locally.jcampan@chromium.org2008-11-0714-13/+403
* Fix keyboard unit test.evanm@google.com2008-11-071-1/+1
* Initialize member on non-Windows platforms.evanm@google.com2008-11-071-0/+2
* Don't assume WebCore::UChar is equivalent to wchar_t, and don't assume '\\' i...estade@chromium.org2008-11-072-7/+8
* This fixes bug http://code.google.com/p/chromium/issues/detail?id=4137, ananta@chromium.org2008-11-072-11/+15
* Some basic keyboard and focus support.evanm@google.com2008-11-074-5/+39
* Enabled WebFrameTest, refactored some test shell functions.estade@chromium.org2008-11-061-2/+5
* Attempting to fix the Mac build.jcampan@chromium.org2008-11-061-1/+0
* Reverting the autofill popu CL as it creates perf regression.jcampan@chromium.org2008-11-0614-442/+54
* fix mac build part 3tony@chromium.org2008-11-061-1/+1
* Port some test_shell_tests, and platform cleanup for more of them.tc@google.com2008-11-068-49/+67
* Changes parameters used by IME code to fix several issues caused by Japanese ...hbono@chromium.org2008-11-065-48/+52
* The form aufotill was triggering a DCHECK when a form had a password field bu...jcampan@chromium.org2008-11-061-2/+2
* Eliminate CursorChromium's dependency on webkit/glue.darin@chromium.org2008-11-0610-307/+379
* This fixes bug http://code.google.com/p/chromium/issues/detail?id=4076, which...ananta@chromium.org2008-11-062-1/+20
* revert 9391estade@chromium.org2008-11-051-5/+2
* Enabled WebFrameTest, refactored some test shell functions.estade@chromium.org2008-11-051-2/+5
* Mac build fixes following r4804. Add files to the Mac project. Add requiredmark@chromium.org2008-11-052-0/+3
* Added functions to WebDatabase and WebDataService for recording frequent entr...petersont@google.com2008-11-051-0/+7
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-0514-13/+400
* Fix slow scrolling by ignoring spurious paint requests (i.e., paint requestsdarin@chromium.org2008-11-052-0/+6
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-053-47/+45
* Cleanup editor_client_impl.cc after http://codereview.chromium.org/8677/showtc@google.com2008-11-041-15/+0
* Finish unforking the async history item changes.mpcomplete@google.com2008-11-043-10/+0
* Port a few more test_shell_tests to Linux.tc@google.com2008-11-032-154/+149