summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-3/+3
* We should download text/csv mime types instead of displaying them.abarth@chromium.org2009-01-221-4/+8
* POSIX: Porting renderer/render_view.cc, low hanging fruitagl@chromium.org2009-01-223-4/+4
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-221-0/+13
* More speedup of scrolling when many windowed plugins in a page. Scrolling is...jam@chromium.org2009-01-222-1/+36
* Include webkit strings in test shell data pack.tc@google.com2009-01-221-0/+2
* Some cleanup to the PluginList Singleton.deanm@chromium.org2009-01-212-31/+35
* WebKit Merge 39972:40057, Chromium side.dglazkov@google.com2009-01-211-1/+2
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+1
* Take out static objects from plugin_lib_win.cc.jam@chromium.org2009-01-211-14/+22
* A little bit more cleanup: no need to have both InternalPluginInfo & PluginVe...jam@chromium.org2009-01-201-56/+51
* Clean up how the default plugin is loaded so that InternalPluginInfo & Plugin...jam@chromium.org2009-01-206-102/+97
* fix memory_test crashestc@google.com2009-01-201-2/+7
* Remove unreferenced WebFrame::IsReloadAllowingStaleData method.darin@chromium.org2009-01-203-16/+0
* First pass as implementing the greasemonkey API. This patchaa@chromium.org2009-01-173-5/+9
* Add resource loading glue code for WebMediaPlayerDelegatehclam@chromium.org2009-01-174-1/+116
* Improve scrolling performance when there are many windowed plugins in a page.jam@chromium.org2009-01-166-155/+61
* Changes to make it possible to statically link Gears. This is disabled by anmpcomplete@google.com2009-01-163-1/+34
* Use the PluginData object instead of the PluginInfoStore interface to test fordarin@chromium.org2009-01-161-5/+5
* Part 2 (webkit/glue side) of cleaning RenderThemeChromiumWin.darin@chromium.org2009-01-162-3/+3
* Restoring a line that got lost in a despacingavi@google.com2009-01-161-0/+1
* Spaces at end of lines begone!avi@google.com2009-01-1623-133/+132
* Block Adobe Reader from issuing NPN_GetURL/NPN_GetURLRequests for URL schemes...ananta@chromium.org2009-01-162-0/+2
* Add data pack file format to the grit output type and enable it for webkit_re...tc@google.com2009-01-161-0/+1
* Adding support for multiple files in FileChooserzork@google.com2009-01-151-5/+13
* Pull plugin files from the Linux build; it's not ready yet.avi@google.com2009-01-151-0/+2
* 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