summaryrefslogtreecommitdiffstats
path: root/webkit/port/bindings
Commit message (Expand)AuthorAgeFilesLines
* Move ScheduledAction.h into bindings/v8 where it belongs.darin@chromium.org2008-11-211-0/+21
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-215-158/+158
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-215-158/+158
* Relanding this fix. The earlier attempt broke test_shell_tests. The fixananta@chromium.org2008-11-211-1/+4
* Revert r5816 due to InvokeMethods failures in test_shell_tests.sgk@google.com2008-11-211-4/+1
* Fix Silverlight windowless plugin painting issues. This fixes theananta@chromium.org2008-11-211-1/+4
* src/webkit side of merge 38500:38550.ojan@google.com2008-11-214-3/+3
* Added GC protection support for objects with possible pending activity which ...sgjesse@chromium.org2008-11-206-15/+168
* Added parameter checking to window.postMessage. Before this change passing an...sgjesse@chromium.org2008-11-181-3/+5
* Fix a renderer crashing bug with NPObject method references.michaeln@google.com2008-11-141-3/+7
* Added stats counters and trace event to ChromiumBridge.erikkay@google.com2008-11-143-15/+12
* removed a bunch of minor glue dependencies from porterikkay@google.com2008-11-141-7/+4
* Add GCController support to test_shell.fqian@google.com2008-11-143-2/+33
* Unfork EventTarget.idl and CSSPrimitiveValue.idl.ager@google.com2008-11-142-16/+1
* Clean up the proxy code for handling frame navigation.fqian@google.com2008-11-134-109/+62
* Unfork Plugin.h, PluginArray.h and MimeTypeArray.h.jam@chromium.org2008-11-131-7/+9
* Unfork SVGElementInstance.idl and EventTargetNode.idl.ager@google.com2008-11-132-13/+11
* * add MIME type functions to ChromiumBridgeerikkay@google.com2008-11-121-2/+3
* Minor cleanup in port/. Eliminate some unused files and a redundant include ...darin@chromium.org2008-11-121-1/+0
* Some changes necessary to build an optimized binary on Linux.evanm@google.com2008-11-111-0/+2
* Fix Chromium bug 4178jhaas@chromium.org2008-11-111-1/+5
* Newlines, argh TBR=agldglazkov@google.com2008-11-112-2/+2
* Fix Linux tree by adding a newline to JSDOMBinding.cppagl@chromium.org2008-11-111-1/+1
* Get rid of ExceptionContext (2/2)dglazkov@google.com2008-11-107-42/+240
* Landing 37604:38097 mergedglazkov@google.com2008-11-109-67/+114
* Keep MessagePort wrappers alive for the life-time of the correspondingager@google.com2008-11-073-11/+45
* Disallow shadowing of top since shadowing top can break frame-bustingager@google.com2008-11-071-8/+8
* Do not allow shadowing of location.href since that can breakager@google.com2008-11-071-1/+0
* Another attempt at fixing the flash security issue surroundingager@google.com2008-11-074-107/+191
* Implement and refactor some test shell functions and enable a test.estade@chromium.org2008-11-051-2/+3
* Fix two issues with window.location:ager@google.com2008-11-041-7/+19
* Revert changes in issue 9247.fqian@google.com2008-11-032-1/+3
* Fix Selenium testsdglazkov@google.com2008-11-033-30/+31
* Rename ScriptController::notifyDOMWindowReady() to windowObjectAvailable().fqian@google.com2008-11-032-3/+1
* Updated project files and added V8 bindings for HTML5 media/audio/video/sourc...scherkus@chromium.org2008-10-314-3/+59
* Fix the JSC build.darin@chromium.org2008-10-311-0/+70
* Split the NONNODE_WRAPPER_TYPES into two partsmbelshe@google.com2008-10-311-3/+9
* Landing 36102:37604 merge on trunkdglazkov@google.com2008-10-3016-544/+586
* Change the fatal error handler to no longer return to V8. It will now crashsgjesse@chromium.org2008-10-281-8/+8
* Update V8 in Chromium and fix compilation errors kasperl@google.com2008-10-233-18/+19
* Second part of split window support in the binding part.fqian@google.com2008-10-228-262/+352
* Resubmit r3612 and r3613 this time with mac fixes (thanks mark!).ojan@google.com2008-10-205-90/+85
* Rollback 3612 abd 3613 to fix mac build. TBR.ojan@google.com2008-10-205-79/+84
* what Use third_party/WebKit plugin, pluginarray, mimetype andojan@google.com2008-10-205-84/+79
* Implement ScriptCallContext (3/2)This is an improved (and working!) revision ...dglazkov@google.com2008-10-172-9/+82
* Backing out ScriptCallContextdglazkov@google.com2008-10-172-82/+9
* Implement ScriptCallContext (2/2)dglazkov@google.com2008-10-172-9/+82
* Hook up skia + v8 bindings for getImageData(), putImageData().ericroman@google.com2008-10-164-15/+95
* Try to fix V8 build bustage; this change to the file got dropped during my fi...pkasting@chromium.org2008-10-151-0/+1
* Fork ScriptController into KJS- and V8-specific versions. The KJS files alre...pkasting@chromium.org2008-10-152-0/+879