summaryrefslogtreecommitdiffstats
path: root/webkit/port
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start using the upstream versions of V8NodeFilter and V8XML*.levin@chromium.org2009-03-278-1083/+1
* Speedup event performance by caching V8EventListener on the wrapped object. asargent@chromium.org2009-03-262-27/+120
* Fix window.history GC issue. Since the history object is not part ofager@chromium.org2009-03-262-14/+27
* Revert change 12507 and 12532 because it breaks the nsylvain@chromium.org2009-03-265-787/+388
* Fix the problem that DOM object is deleted in the GC thread, not owning thread.jianli@chromium.org2009-03-255-388/+787
* Fix data url security tests.ager@chromium.org2009-03-251-4/+7
* Start using upstreamed worker files and remove the old ones from webkit/port.dimich@google.com2009-03-244-642/+0
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-242-12/+28
* Chrome side of webkit merge from r41860 to 41906.tc@google.com2009-03-232-2/+2
* Back out string morphing.mbelshe@google.com2009-03-231-5/+10
* Rework the v8 binding string handling to be more efficient.mbelshe@google.com2009-03-232-79/+128
* Change chromium to use the V8Collection from WebKit/WebCore/bindings/v8.levin@chromium.org2009-03-232-192/+1
* Hook up V8 Database Bindings.dglazkov@google.com2009-03-225-3/+29
* Remove the DOM constructor cache and instead use an object wrapper prototypembelshe@google.com2009-03-202-63/+76
* Preupstreaming cleanup for xhr (part 2): levin@chromium.org2009-03-205-325/+492
* Pre-upstreaming style changes to match webkit style.levin@chromium.org2009-03-193-761/+743
* Enable IDL attribute [V8ReadOnly] to have the same mbelshe@google.com2009-03-191-3/+4
* Linux: fix include filename caseagl@chromium.org2009-03-191-2/+2
* Pre-upstream style changes: rename enableWebWorkers to setIsWebWorkersEnabled...dimich@google.com2009-03-192-5/+5
* Unfork WebInspector frontend take 2: New DEPS and webkit/...pfeldman@chromium.org2009-03-181-0/+9
* Add a handle scope to V8Proxy::initContextIfNeeded.ager@chromium.org2009-03-181-1/+4
* Revert the src/webkit part of r11958 since it broke the build.maruel@chromium.org2009-03-181-9/+0
* Unfork WebInspector frontend.pfeldman@chromium.org2009-03-181-0/+9
* Make worker constructor return error if it is enabled by the flag.jianli@chromium.org2009-03-183-0/+22
* Pre-upstream cleaning of files - changing them to follow WebKit coding style.dimich@google.com2009-03-174-448/+416
* Get v8_collection.h to match webkit coding standards inlevin@chromium.org2009-03-172-237/+205