summaryrefslogtreecommitdiffstats
path: root/webkit/port
Commit message (Expand)AuthorAgeFilesLines
* Move Element, Attr, HTMLIFrameElement, HTMLFrameElement out of v8_custom.cpp ...japhet@chromium.org2009-05-121-227/+0
* Added type check to SVG operation arguments.plesner@google.com2009-05-124-9/+51
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-126-20/+52
* Fix layout test worker-replace-global-constructor.jianli@chromium.org2009-05-081-1/+1
* Fix code generator to enable Database support.dglazkov@google.com2009-05-071-1/+4
* WebKit Merge 43346:43361, Chromium side.dglazkov@google.com2009-05-073-1/+9
* Fix up V8 bindings code generator to allow unforking window.top part of DOMWi...dglazkov@google.com2009-05-071-2/+11
* Forget V8Object before removing it from g_live_objects set can cause a crash ...fqian@google.com2009-05-071-1/+1
* Chrome-side of WebKit merge 43321:43346darin@chromium.org2009-05-071-22/+0
* Fix crash when attempting to construct XMLHttpRequest object in aager@chromium.org2009-05-071-1/+2
* Fix regression in security checks introduced by WebKit mergeager@chromium.org2009-05-071-6/+0
* Chrome-side of WebKit merge 43242:43321darin@chromium.org2009-05-061-2/+1
* Changes for upstreaming V8DocumentLocationCustom.cpp.levin@chromium.org2009-05-062-23/+58
* Chrome changes for WebKit merge 43114:43242darin@chromium.org2009-05-053-2/+5
* Style fixes for webkit upstreaming.ajwong@chromium.org2009-05-051-57/+45
* Undo the reference counting experiment. The crashes are stillager@chromium.org2009-05-011-30/+2
* Wrappers for inline style declarations disappeared on GC. Fix theager@chromium.org2009-05-011-1/+14
* Fix issue 11264fqian@google.com2009-05-011-16/+30
* Second part of fix of issue http://code.google.com/p/chromium/issues/detail?i...fqian@google.com2009-05-011-1/+12
* Replace std::map, std::set by WTF::HashMap and WTF::HashSet.fqian@google.com2009-04-301-40/+93
* ClientRectList must provide indexed access method that acts like item() method.ukai@chromium.org2009-04-303-0/+8
* When doing the scheme check for applying V8 extensions, check against thempcomplete@google.com2009-04-291-3/+6
* Artificially increase the ref count on WebCore strings that we use asager@chromium.org2009-04-291-2/+30
* WebKit Merge 42805:42932, Chromium side.dglazkov@google.com2009-04-283-12/+5
* Merge: chromium side [42671:42725]levin@chromium.org2009-04-231-6/+6
* Use upstreamed V8WorkerCustom and V8WorkerContextCustom. Remove duplicate V8U...jianli@chromium.org2009-04-232-519/+0
* Save ~150k on a Linux release build by not inlining DOMWrapperToNode.deanm@chromium.org2009-04-212-9/+17
* - Exteranalize strings but not the results of toString() on non-strings.davemoore@chromium.org2009-04-212-13/+22
* Fix UMR, created by the merge.dglazkov@google.com2009-04-201-1/+1
* WebKit Merge 42609:42671, Chromium Sidedglazkov@google.com2009-04-207-29/+12
* Null check V8 proxy before clearing it in out of memory situations.ager@chromium.org2009-04-201-4/+6
* Unfork Inspector, Chromium side.dglazkov@google.com2009-04-174-1/+18
* Quickfix to the v8 code generator to properly handle combination of "CustomGe...ericroman@google.com2009-04-171-0/+8
* WebKit Merge 42580:42609, Chromium side.dglazkov@google.com2009-04-172-2/+2
* Chrome side of webkit merge from 42547 to 42580.tc@google.com2009-04-164-24/+2
* Make HTMLSelectElement and HTMLOptionsCollection return collections of optionsdavemoore@chromium.org2009-04-163-9/+35
* Chromium side of webkit merge 42440:42523.ericroman@google.com2009-04-151-3/+3
* Reverting 13760.davemoore@chromium.org2009-04-153-34/+9
* Make HTMLSelectElement and HTMLOptionsCollection return collections of optionsdavemoore@chromium.org2009-04-153-9/+34
* Revert changes causing memory_test problems. asargent@chromium.org2009-04-141-11/+2
* Fix problems in event listener teardownasargent@chromium.org2009-04-131-2/+11
* Fix worker constructor so that nested worker can be created.jianli@chromium.org2009-04-131-6/+13
* Chromium side of merge 42364:42403.pam@chromium.org2009-04-111-1/+1
* Remove unneeded ASSERT -- this code path is valid and should not be ASSERTing.dglazkov@google.com2009-04-101-1/+0
* Chrome side of WEbKit merge 42244:42287.brettw@chromium.org2009-04-081-2/+10
* Chrome side change to use V8EventListenerList from upstream. This involves re...jianli@chromium.org2009-04-032-114/+1
* Implement custom methods for some Node dom callsmbelshe@google.com2009-04-011-2/+5
* Keep JS wrappers for non-node objects associated with a DOMWindowager@chromium.org2009-04-012-7/+64
* Reland changes to fix the problem that DOM object is deleted in the GC thread...jianli@chromium.org2009-03-294-382/+218
* Search box support, Chromium side.BUG=9210pkasting@chromium.org2009-03-271-1/+1