summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
...
* Move ExtraData from WebRequest to WebDataSource.darin@chromium.org2009-05-2110-78/+34
* Register the icons for play/pause and max-volume/mute in the resource files, ...ajwong@chromium.org2009-05-212-0/+9
* Image files for media elementshclam@chromium.org2009-05-204-0/+0
* Fix the webkit.org build of chromium.levin@chromium.org2009-05-201-0/+4
* DevTools: if the number of actual parameters is greater than number of the fo...yurys@google.com2009-05-201-13/+25
* Add a UI string for multiple file selection for <input type=file multiple>.darin@chromium.org2009-05-202-0/+9
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-5/+0
* Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t...jam@chromium.org2009-05-204-4/+19
* Linux: respect theme's autocomplete popups padding.estade@chromium.org2009-05-201-4/+7
* Adds propagation and handling of render-side focus events, for the benefit of...klink@chromium.org2009-05-2010-44/+136
* Lookup the plugin for the mime type before attempting to open a channel for t...ananta@chromium.org2009-05-191-3/+0
* DevTools: do work with new InspectorController.pfeldman@chromium.org2009-05-193-27/+13
* Fix Skia includes to use the whole path name.brettw@chromium.org2009-05-191-2/+1
* Fix build breakage (add file missing in 115508).pfeldman@chromium.org2009-05-191-0/+2
* DevTools: do not cache xmlhttp when client is not attached; reduce agent cach...pfeldman@chromium.org2009-05-191-10/+17
* Move WebMediaPlayerClientImpl files to WebKit API src location.darin@chromium.org2009-05-185-445/+24
* Disable plugins on the Mac by default until JS plumbingamanda@chromium.org2009-05-181-1/+5
* ScriptController.* needs to be reformatted into WebKit style.levin@chromium.org2009-05-181-1/+1
* DevTools: utility scripts and all other scripts not having context data are f...yurys@google.com2009-05-181-0/+36
* DevTools: to speed up devtools start up time script sources are omitted from ...yurys@google.com2009-05-182-1/+84
* DevTools: changed debugger response handling so to the short format. Now obje...yurys@google.com2009-05-182-177/+66
* Chrome-part of disabling web fonts by default while still alowing SVG fontsjshin@chromium.org2009-05-162-0/+3
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-151-0/+3
* DevTools: Introduce lightweight version of JSON serialization.pfeldman@chromium.org2009-05-151-1/+1
* DevTools: simplify client dispatch via moving it into javascript.pfeldman@chromium.org2009-05-153-108/+28
* DevTools: save time on line lookup in l10n error report.pfeldman@chromium.org2009-05-147-416/+426
* Add initial version of DevTools Profiler.mnaganov@chromium.org2009-05-149-2/+478
* Make WidgetWin redraw child windows that are in a different process asynchron...jam@chromium.org2009-05-143-10/+95
* Retry r16006.estade@chromium.org2009-05-143-22/+25
* revert r16006 due to msvc warning.estade@chromium.org2009-05-133-25/+22
* Properly convert from UTF8 to UTF16 in WebTextInputImpl.estade@chromium.org2009-05-133-22/+25
* Re-do r15244 again.darin@chromium.org2009-05-1313-280/+88
* Reverting 15986.michaeln@google.com2009-05-132-24/+0
* CPAPI gears drag drop and renderer IPC....michaeln@google.com2009-05-132-0/+24
* DevTools: fix memory leak.pfeldman@chromium.org2009-05-131-0/+1
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-133-3/+3
* DevTools: optimize network agent performance while not attached.pfeldman@chromium.org2009-05-132-40/+107
* Page global contexts are assigned uniques ids.Script list now contain scripts...yurys@google.com2009-05-1310-47/+118
* Revert r15940 again. Unexpected layout test failures :(darin@chromium.org2009-05-1311-63/+237
* Re-do r15244 again.darin@chromium.org2009-05-1311-237/+63
* Add Automatic spell correction support in Chrome.sidchat@google.com2009-05-123-0/+20
* Fix DomSerializerTests disabled for WebKit merge 43114:43242jnd@chromium.org2009-05-123-37/+80
* Implement the triple click for the Mac.avi@google.com2009-05-125-74/+11
* This change makes sure we always have a valid NSGraphicsContext, a jobjrg@chromium.org2009-05-121-0/+4
* DevTools: migrate to 'native' JSON serialization.pfeldman@chromium.org2009-05-127-17/+13
* Delete the checked-in webkit .vcproj (and ancillary .sln) files.sgk@google.com2009-05-122-1252/+0
* Don't request scripts until ScriptsPanel is visible.yurys@google.com2009-05-122-6/+32
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-124-6/+33
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-114-0/+0
* Fix bug about webpage with an empty HEAD tag is incorrectly saved.jnd@chromium.org2009-05-113-4/+77