| Commit message (Expand) | Author | Age | Files | Lines |
* | WebKit merge 41613:41660 (Chromium side). | levin@chromium.org | 2009-03-15 | 1 | -1/+1 |
* | Commit 40144. I had to move to to a separate CL to use gcl's | aa@chromium.org | 2009-03-13 | 5 | -48/+127 |
* | Fix build break to worker feature due to latest webkit merge. | jianli@chromium.org | 2009-03-13 | 4 | -19/+26 |
* | Move HTMLDocument functions from v8_custom to V8HTMLDocumentCustom. | mbelshe@google.com | 2009-03-13 | 3 | -80/+4 |
* | WebKit merge 41588:41613 (Chromium side). | levin@chromium.org | 2009-03-13 | 7 | -815/+45 |
* | Add v8::Locker in worker related code in order to run multiple workers in a w... | jianli@chromium.org | 2009-03-12 | 2 | -0/+3 |
* | Revert 11539 restoring 11548 | jar@chromium.org | 2009-03-12 | 1 | -1/+4 |
* | Chrome-side changes to use registerURLSchemeNoAccess. | darin@chromium.org | 2009-03-12 | 1 | -14/+4 |
* | Revert 11539 which increased webkit failures on the mac | jar@chromium.org | 2009-03-12 | 1 | -4/+1 |
* | These two layout tests were failing: | davemoore@chromium.org | 2009-03-12 | 1 | -1/+4 |
* | Fix issue with getting self of WorkerContext. | jianli@chromium.org | 2009-03-12 | 2 | -3/+4 |
* | Fix build break to worker feature after webkit merge. We also need to fix v8 ... | jianli@chromium.org | 2009-03-11 | 2 | -0/+15 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 13 | -13/+0 |
* | Fix build breaks after webkit merge. | jam@chromium.org | 2009-03-10 | 1 | -0/+1 |
* | WebKit merge 41498:41530. | ericroman@google.com | 2009-03-10 | 1 | -0/+2 |
* | More WebKit API action (chromium side). | darin@chromium.org | 2009-03-09 | 1 | -8/+0 |
* | Remove the stats counter calls for NPObject counts. This code is used in the | darin@chromium.org | 2009-03-09 | 1 | -7/+0 |
* | Strip CRs from *.in files to allow building from webkit.org | dglazkov@google.com | 2009-03-09 | 1 | -2/+2 |
* | Don't call ChromiumBridge::initV8CounterFunction() since it asserts not reached. | ericroman@google.com | 2009-03-08 | 1 | -1/+2 |
* | Fix event handling problem in WorkerContext caused by r10987. | jianli@chromium.org | 2009-03-06 | 2 | -8/+21 |
* | Rename "ReadOnly" attribute to "v8ReadOnly". | mbelshe@google.com | 2009-03-06 | 1 | -8/+8 |
* | Get rid of IDL attribute "DontDelete". It is only used for "v8DisallowShadow... | mbelshe@google.com | 2009-03-06 | 1 | -1/+1 |
* | Refactor v8 extensions so that they aren't in the WebCore namespace, and can ... | asargent@chromium.org | 2009-03-05 | 11 | -305/+0 |
* | Address some of the review comments on comment 2 of | brettw@chromium.org | 2009-03-05 | 12 | -146/+151 |
* | Fix the problem that worker context object could be double deleted. | jianli@chromium.org | 2009-03-05 | 1 | -0/+10 |
* | Guard against exceptions when getting and setting the event property | ager@chromium.org | 2009-03-05 | 2 | -89/+64 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 35 | -187/+187 |
* | First step towards moving v8 extensions out of WebCore. | asargent@chromium.org | 2009-03-04 | 1 | -1/+2 |
* | Re-apply change 10840 since today's WebKit merge brought in the pieces it dep... | pam@chromium.org | 2009-03-04 | 2 | -43/+4 |
* | Rollback 10840. | mbelshe@google.com | 2009-03-04 | 2 | -4/+43 |
* | Unforking Document.idl and HTMLCanvasElement.idl | mbelshe@google.com | 2009-03-03 | 2 | -43/+4 |
* | Fix the problem that Worker is not treated as active DOM object. | jianli@chromium.org | 2009-03-02 | 2 | -3/+7 |
* | Hook up upstreamed V8 bindings, Chromium side | dglazkov@google.com | 2009-03-02 | 14 | -1918/+2 |
* | Isolate exceptions when evaluating javascript code from C++. | ager@chromium.org | 2009-03-02 | 1 | -1/+9 |
* | Workaround for webkit change that broke Gears. The fix is to use a V8 | mpcomplete@google.com | 2009-02-28 | 3 | -0/+71 |
* | webkit merge 41217:41268, Chromium part | dimich@google.com | 2009-02-27 | 7 | -0/+16 |
* | Go back to using regular printf. snprintf doesn't seem to exist on Windows. | brettw@chromium.org | 2009-02-27 | 1 | -1/+3 |
* | Fix indentation and naming in the V8 NP files to match WebKit. The only | brettw@chromium.org | 2009-02-27 | 7 | -691/+655 |
* | Changes to the interval timer: | mbelshe@google.com | 2009-02-27 | 1 | -5/+10 |
* | Part of unforking Location. We make a bunch of Location related | mbelshe@google.com | 2009-02-27 | 3 | -26/+42 |
* | chrome side of merge from r41181 to r41217 | tc@google.com | 2009-02-25 | 1 | -0/+1 |
* | Add a check for empty handle in V8Proxy::GetSourceLineNumber() | sgjesse@chromium.org | 2009-02-24 | 1 | -1/+5 |
* | Fix build break when ENABLE_WORKERS is defined. | jam@chromium.org | 2009-02-18 | 1 | -2/+2 |
* | Backout r9871 because it in mysterious ways causes a international page cycler | iposva@chromium.org | 2009-02-17 | 1 | -6/+9 |
* | To avoid recreating WebCore::String objects constantly, we now transform V8 s... | iposva@chromium.org | 2009-02-17 | 1 | -6/+28 |
* | Allow the ScriptController to pretend that V8 has a windowShell. | mbelshe@google.com | 2009-02-13 | 2 | -12/+15 |
* | Scrubbing HTMLPluginElement V8 custom bindings, Chromium side. | dglazkov@google.com | 2009-02-13 | 1 | -69/+0 |
* | WebKit merge 40847-40875 Chrome side. | brettw@chromium.org | 2009-02-13 | 1 | -4/+5 |
* | Fix chrome build when ENABLE_WORKERS is defined. | jam@chromium.org | 2009-02-13 | 2 | -1/+2 |
* | Chromium side of WebKit merge to 40846 | awalker@google.com | 2009-02-12 | 5 | -0/+10 |