summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Go back to using regular printf. snprintf doesn't seem to exist on Windows.brettw@chromium.org2009-02-271-1/+3
* Fix indentation and naming in the V8 NP files to match WebKit. The onlybrettw@chromium.org2009-02-277-691/+655
* Temporarily disable the new test while diagnosing why it fails.mbelshe@google.com2009-02-271-0/+3
* Update the GYP-based build.mark@chromium.org2009-02-272-2/+4
* Changes to the interval timer:mbelshe@google.com2009-02-273-5/+86
* We don't support beeing scrolled in two dimensions at a time.mad@chromium.org2009-02-271-1/+5
* Linux: first part of removing GTK from the rendereragl@chromium.org2009-02-276-1/+15
* Don't send WebInputEvents from the renderer to the browser.erg@google.com2009-02-271-0/+5
* Part of unforking Location. We make a bunch of Location relatedmbelshe@google.com2009-02-276-26/+51
* DEFERs the test LayoutTests/fast/forms/textarea-rows-cols.html. Thesky@google.com2009-02-271-2/+4
* Rebaseline an SVG layout test. The border lines of the top box are drawn in a...sidchat@google.com2009-02-274-6/+5
* Less fail on Linux (LayoutTests).finnur@chromium.org2009-02-271-2/+0
* Add back webinputevent_win.ccdarin@chromium.org2009-02-261-0/+4
* webinputevent_util.cc is no longer part of the build. maybe i did a bad merg...darin@chromium.org2009-02-261-4/+0
* Fix Linux shared build breakage due to new sources in WebKit scons.mmoss@chromium.org2009-02-261-0/+1
* Chrome side to implement WebMimeRegistry.darin@chromium.org2009-02-2619-117/+216
* Rebaseline LayoutTests/editing/selection/select-all-iframe.html which Ojan ch...tc@google.com2009-02-263-6/+5
* 9 more layout tests taken off the pile.finnur@google.com2009-02-2622-27/+363
* Add missing file extension from r10491.jhawkins@chromium.org2009-02-261-1/+1
* Remove an unused variable that came from r10497 which breaks compile on Linux.jhawkins@chromium.org2009-02-261-1/+0
* Fix incorrect map usage in the WebPluginImpl::didReceiveData function, which ...ananta@chromium.org2009-02-261-3/+5
* Hook up inspector highlighting again. This time we useojan@google.com2009-02-266-31/+10
* Update tests_fixable.txt to match current buildbot results for Linux and Win....jhawkins@chromium.org2009-02-261-5/+5
* remove chrome_kjs.sln and related filestc@google.com2009-02-262-631/+0
* Leverage the awesome power of export_dependent_settingsmark@chromium.org2009-02-261-8/+9
* Reverting key change (again); this breaks every keyboard layout test there is...avi@chromium.org2009-02-2615-330/+294
* Try a new approach to fixing IAT unpatch crashes when the DLL is gone.deanm@chromium.org2009-02-262-9/+3
* Move relocated .idl files to live with the rest of the .idl files.mark@chromium.org2009-02-261-3/+3
* Mismerge due to a revert; fixing.avi@chromium.org2009-02-261-6/+0
* Fixing WebKeyboardEvent. For reals this time.avi@chromium.org2009-02-2615-294/+336
* Update mac tests based on the build bots.thomasvl@chromium.org2009-02-261-17/+17
* Add webkit.gyp:webkit target.mark@chromium.org2009-02-262-22/+84
* I missed baselining one test when landing 24171sky@google.com2009-02-261-1/+1
* Catch webkit.gyp up to Chromium r10396 WebKit r41217.mark@chromium.org2009-02-261-20/+31
* Lands the patch for WebKit bug 24171 locally, and rebaselines the necessary l...sky@google.com2009-02-2644-126/+126
* Add an identity (id) to system drag & drop.tc@google.com2009-02-264-1/+45
* Fix linux build part N.darin@chromium.org2009-02-261-0/+1
* This should really not be necessary, but for some reason the Mac builddarin@chromium.org2009-02-262-0/+8
* fixing linux bustagedarin@chromium.org2009-02-261-0/+4
* fix mac builddarin@chromium.org2009-02-261-0/+2
* fix build bustagedarin@chromium.org2009-02-261-0/+13
* Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.darin@chromium.org2009-02-2617-149/+383
* Defers three select testssky@google.com2009-02-251-7/+7
* Mark merge regressions in the test list. Based on the webkit buildertc@google.com2009-02-251-1/+8
* Revert "Implement accelerators in the gtk port" at avi's request.erg@google.com2009-02-252-10/+1
* chrome side of merge from r41181 to r41217tc@google.com2009-02-258-126/+182
* Improve wheel scrolling on Linux.evan@chromium.org2009-02-251-2/+11
* The autocomplete popup was shown relative to the main frame, causing it to be...jcampan@chromium.org2009-02-251-1/+1
* Eliminate duplicate argument to action_jsconfig.pymark@chromium.org2009-02-252-9/+7
* Implement accelerators in the gtk port.erg@google.com2009-02-252-1/+10