| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert change 12507 and 12532 because it breaks the | nsylvain@chromium.org | 2009-03-26 | 2 | -13/+0 |
* | Fix the problem that DOM object is deleted in the GC thread, not owning thread. | jianli@chromium.org | 2009-03-25 | 2 | -0/+13 |
* | Chromium half of WebKit Merge, turns off ENABLE_VIDEO | eseidel@chromium.org | 2009-03-25 | 2 | -2/+2 |
* | Start using upstreamed worker files and remove the old ones from webkit/port. | dimich@google.com | 2009-03-24 | 2 | -6/+6 |
* | Accidental checkin of vs2008 stuff | mbelshe@google.com | 2009-03-23 | 1 | -2/+1 |
* | Forgot to add v8_binding to linux build. | mbelshe@google.com | 2009-03-23 | 1 | -0/+1 |
* | Rework the v8 binding string handling to be more efficient. | mbelshe@google.com | 2009-03-23 | 1 | -1/+6 |
* | Change chromium to use the V8Collection from WebKit/WebCore/bindings/v8. | levin@chromium.org | 2009-03-23 | 1 | -0/+4 |
* | Hook up V8 Database Bindings. | dglazkov@google.com | 2009-03-22 | 3 | -0/+111 |
* | Preupstreaming cleanup for xhr (part 2): | levin@chromium.org | 2009-03-20 | 2 | -0/+19 |
* | Eliminate using_webkit.{scons,vsprops} in favor of having WebCommon.h set the | darin@chromium.org | 2009-03-19 | 3 | -35/+1 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 5 | -2/+11 |
* | Make Linux use the same user agent style sheet as Windows. | levin@chromium.org | 2009-03-18 | 1 | -1/+1 |
* | Reland the changes to enable building worker. | jianli@chromium.org | 2009-03-18 | 2 | -2/+2 |
* | Unfork WebInspector frontend take 2: New DEPS and webkit/... | pfeldman@chromium.org | 2009-03-18 | 2 | -0/+5 |
* | Revert the src/webkit part of r11958 since it broke the build. | maruel@chromium.org | 2009-03-18 | 2 | -5/+0 |
* | Unfork WebInspector frontend. | pfeldman@chromium.org | 2009-03-18 | 2 | -0/+5 |
* | Revert "Enable building worker and use command line switch to turn on ..." | agl@chromium.org | 2009-03-17 | 2 | -2/+2 |
* | Enable building worker and use command line switch to turn on this feature. | jianli@chromium.org | 2009-03-17 | 2 | -2/+2 |
* | WebKit merge 41660:41709 (Chromium side). | levin@chromium.org | 2009-03-16 | 2 | -36/+36 |
* | WebKit merge 41588:41613 (Chromium side). | levin@chromium.org | 2009-03-13 | 3 | -10/+42 |
* | Implement WebSandboxSupport. | darin@chromium.org | 2009-03-12 | 1 | -0/+4 |
* | Re-apply the webkit merge. This is a revert of 11454 and 11455. | darin@chromium.org | 2009-03-11 | 4 | -18/+39 |
* | Revert merge (revision 11400) to test impact on page cycler perf. | darin@chromium.org | 2009-03-11 | 4 | -39/+18 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 3 | -3/+0 |
* | WebKit merge 41530:41559. | darin@chromium.org | 2009-03-10 | 4 | -18/+39 |
* | Move forked, DevTools-specific JS files out of third_party/WebKit | dglazkov@google.com | 2009-03-10 | 1 | -7/+6 |
* | Adds WebThemeEngine, WebColor, and WebCanvas to the WebKit API (chrome-side). | darin@chromium.org | 2009-03-10 | 3 | -2/+19 |
* | WebKit merge 41498:41530. | ericroman@google.com | 2009-03-10 | 2 | -0/+9 |
* | Add API functions to control Quantify, as well as expose these | asargent@chromium.org | 2009-03-09 | 2 | -0/+9 |
* | Refactor v8 extensions so that they aren't in the WebCore namespace, and can ... | asargent@chromium.org | 2009-03-05 | 2 | -12/+13 |
* | Address some of the review comments on comment 2 of | brettw@chromium.org | 2009-03-05 | 2 | -168/+176 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 4 | -5/+5 |
* | Linux: don't build gtk2drawing.c any more. | agl@chromium.org | 2009-03-05 | 1 | -1/+0 |
* | Chrome side of WebKit merge 41402:41420 | brettw@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | revert r10867 since it had no impact on page load perf | darin@chromium.org | 2009-03-04 | 2 | -4/+4 |
* | Test reverting to WebKit's implementation of WTF::currentTime() to see if it | darin@chromium.org | 2009-03-04 | 2 | -4/+4 |
* | Re-apply change 10840 since today's WebKit merge brought in the pieces it dep... | pam@chromium.org | 2009-03-04 | 2 | -0/+10 |
* | Rollback 10840. | mbelshe@google.com | 2009-03-04 | 2 | -10/+0 |
* | Unforking Document.idl and HTMLCanvasElement.idl | mbelshe@google.com | 2009-03-03 | 2 | -0/+10 |
* | Add V8WebKitCSSMatrixConstructor to Linux build | dglazkov@google.com | 2009-03-02 | 1 | -0/+1 |
* | Fix windows build: include the webkit chromium directory in | tc@google.com | 2009-03-02 | 2 | -2/+1 |
* | Hook up upstreamed V8 bindings, Chromium side | dglazkov@google.com | 2009-03-02 | 2 | -83/+190 |
* | Chrome side to pick up new WebKit API changes. | darin@chromium.org | 2009-02-28 | 4 | -18/+45 |
* | Workaround for webkit change that broke Gears. The fix is to use a V8 | mpcomplete@google.com | 2009-02-28 | 2 | -64/+73 |
* | Pull WebKit deps to get transparency fixes, and rebaseline affected layout te... | brettw@chromium.org | 2009-02-27 | 1 | -2/+2 |
* | Attempt to fix Linux build. File removed during merge, need to remove from SC... | dimich@google.com | 2009-02-27 | 1 | -1/+0 |
* | webkit merge 41217:41268, Chromium part | dimich@google.com | 2009-02-27 | 4 | -4/+14 |
* | Part of unforking Location. We make a bunch of Location related | mbelshe@google.com | 2009-02-27 | 2 | -0/+5 |
* | Fix Linux shared build breakage due to new sources in WebKit scons. | mmoss@chromium.org | 2009-02-26 | 1 | -0/+1 |