summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
...
* New implementations of core plugin libraries.avi@google.com2009-01-1516-562/+1155
* Fix capitalization build break after r8028mark@chromium.org2009-01-141-1/+1
* Fix plugin_tests failurejam@chromium.org2009-01-141-1/+1
* Fix build bustage. Update enum names.darin@chromium.org2009-01-144-147/+147
* Remove the svn:executable bit and make line endings consistent.tc@google.com2009-01-141-31/+31
* Webkit merge 39829:39744, Chromium portion.levin@chromium.org2009-01-141-4/+4
* Updating so that Gears can spawn file selectors when running in the renderer ...zork@google.com2009-01-132-5/+15
* Remove grit hack and inline a 30x30 red square for atc@google.com2009-01-132-8/+18
* Fix the regression where Gears didn't load.jam@chromium.org2009-01-131-7/+5
* Cleanup in preparation for upstreaming.darin@chromium.org2009-01-131-14/+14
* Remove two static initializers in webkit glue entity map.deanm@chromium.org2009-01-131-8/+5
* Update PluginInstance to use the newer TLS APIs. This also removes a static ...deanm@chromium.org2009-01-132-17/+11
* Adding the elementDoesAutoCompleteForElementWithId method to the layoutTestCo...jcampan@chromium.org2009-01-132-0/+23
* Move webkit_resources.rc to webkit_resources.grd. Addtc@google.com2009-01-136-77/+49
* Fix layout test failures. Looks like keying the plugins based on OriginalFil...jam@chromium.org2009-01-136-141/+121
* Get rid of lowercasing plugin filenames in order to determine if two paths po...jam@chromium.org2009-01-128-289/+294
* The popup for autofill is now never activated, even when clicked.jcampan@chromium.org2009-01-094-14/+7
* Don't overwrite pre-filled values when autofilling a form.tim@chromium.org2009-01-091-0/+2
* Move default plugin resources into separate .h and .rc filestc@google.com2009-01-092-32/+0
* WebKit merge 39711:39744. This CL includes changes to webkit/glue code.darin@chromium.org2009-01-092-1/+8
* Add support for custom cursors set by windowless plugins. Windowless plugins ...ananta@chromium.org2009-01-0910-58/+315
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2009-01-083-17/+32
* Replace stub bogus_webkit_strings.h with real generated header via gritpinkerton@google.com2009-01-082-47/+0
* Stub out NPN_Construct.estade@chromium.org2009-01-081-9/+0
* WebKit merge 39606:39660dimich@google.com2009-01-072-0/+2
* Change "dll" to "plugin" where appropriate.avi@google.com2009-01-066-25/+29
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-0610-97/+125
* Refactor the render widget unittest so it can be reused to create a render viewbrettw@chromium.org2009-01-054-13/+7
* Revert 7508.7509 and 7510nsylvain@chromium.org2008-12-303-32/+17
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2008-12-303-17/+32
* Adjusting the name of a function to make it more descriptive.avi@google.com2008-12-305-9/+10
* * Bring up render_mesages.cc on POSIX.jeremy@chromium.org2008-12-292-12/+0
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...evanm@google.com2008-12-261-1/+1
* Stub out some plugin functions to make the dynamic linker happy.evanm@google.com2008-12-262-1/+32
* Kill PlatformScreenMac.mmdarin@google.com2008-12-231-0/+67
* Expand comment for shouldUseCredentialStorage stub, explaining what it mightpamg@google.com2008-12-231-3/+9
* Adds support for pauseAnimationAtTimeOnElementWithId andsky@google.com2008-12-222-2/+63
* Move RenderThemeWin to WebCore/rendering and rename it to RenderThemeChromium...dglazkov@google.com2008-12-222-2/+2
* Handle cases where the multipart boundary is improperly prefixed with "--".darin@chromium.org2008-12-223-1/+33
* Some cleanup in webkit/.darin@chromium.org2008-12-221-58/+66
* cChrome side of WebKit merge 39369:39410.pamg@google.com2008-12-222-0/+17
* Fix line endings to be LF, and set svn:eol-style to keep it that way.darin@chromium.org2008-12-201-2/+2
* Get rid of another base/ include by inlining the NSView/HWND/GtkWidget typdefs.eseidel@chromium.org2008-12-201-4/+10
* Remove dependencies from port on base/gfx/native_theme and base/win_util. In...darin@chromium.org2008-12-201-1/+103
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-192-0/+17
* Added the new isCommandEnabled() layout test function to the layout test cont...estade@chromium.org2008-12-183-0/+12
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-182-9/+9
* We now show the form autofill when the user does any of these on a focused em...jcampan@chromium.org2008-12-184-5/+73
* Bridge out media player from MediaPlayerPrivate.hclam@chromium.org2008-12-189-2/+584
* Fixes a leak of a ResourceHandle that happens with synchronous XMLHttpRequests,asargent@chromium.org2008-12-181-1/+1