| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix webkit by removing duplicated lines. | nsylvain@chromium.org | 2009-03-04 | 2 | -2/+1 |
* | Update clipboard classes to use string16 and FilePath instead of wstring. | estade@chromium.org | 2009-03-04 | 3 | -17/+19 |
* | Update fixable tests with latest merge results from the buildbot. | pam@chromium.org | 2009-03-04 | 1 | -0/+19 |
* | Re-apply change 10840 since today's WebKit merge brought in the pieces it dep... | pam@chromium.org | 2009-03-04 | 5 | -43/+15 |
* | Chromium side of WebKit merge 41362:41402. | pam@chromium.org | 2009-03-04 | 1 | -0/+45 |
* | Don't call AddStream twice for manual responses. | jam@chromium.org | 2009-03-04 | 1 | -1/+0 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 8 | -0/+435 |
* | Rollback 10840. | mbelshe@google.com | 2009-03-04 | 5 | -15/+43 |
* | Unforking Document.idl and HTMLCanvasElement.idl | mbelshe@google.com | 2009-03-03 | 5 | -43/+15 |
* | Defers the test LayoutTests/fast/invalid/residual-style.html. We're | sky@google.com | 2009-03-03 | 1 | -2/+2 |
* | 6 more layout tests. | finnur@chromium.org | 2009-03-03 | 14 | -33/+231 |
* | More layout test cleanup (15 removed). | finnur@chromium.org | 2009-03-03 | 3 | -17/+6 |
* | Remove code that will not be necessary after https://bugs.webkit.org/show_bug... | ojan@google.com | 2009-03-03 | 3 | -14/+6 |
* | Updates comments as to why a couple of tests are deferred. | sky@google.com | 2009-03-03 | 1 | -3/+2 |
* | Reverting 10794. | avi@chromium.org | 2009-03-03 | 16 | -398/+314 |
* | Make test_shell_tests depend on test_shell since the mac version pulls resour... | thomasvl@chromium.org | 2009-03-03 | 1 | -0/+5 |
* | Add a macutil for the main app bundle and override | thomasvl@chromium.org | 2009-03-03 | 2 | -20/+14 |
* | Update some mac tests that are passing on the bots. | thomasvl@chromium.org | 2009-03-03 | 1 | -8/+8 |
* | Fixing WebKeyboardEvent. Third time's the charm. | avi@chromium.org | 2009-03-03 | 16 | -314/+398 |
* | Chromium side of WebKit merge 41286:41362. | pam@chromium.org | 2009-03-03 | 2 | -1/+17 |
* | Make our IME backend platform-independent. | hbono@chromium.org | 2009-03-03 | 1 | -4/+2 |
* | Fixes to gyp files to get test_shell building on windows from a gyp project (... | bradnelson@google.com | 2009-03-03 | 5 | -7/+88 |
* | Add LayoutTests/fast/css/beforeSelectorOnCodeElement.html to the crashers on ... | nsylvain@chromium.org | 2009-03-03 | 1 | -1/+2 |
* | Now that the linux bots have had a chance to run my change | finnur@chromium.org | 2009-03-03 | 1 | -23/+5 |
* | Pixel diffing for fun and profit. | finnur@chromium.org | 2009-03-03 | 22 | -22/+23 |
* | Fix build bustage (take 2). | darin@chromium.org | 2009-03-02 | 1 | -0/+1 |
* | Fix build bustage. | darin@chromium.org | 2009-03-02 | 3 | -0/+5 |
* | Minor cleanup in webkit/glue: | darin@chromium.org | 2009-03-02 | 19 | -130/+151 |
* | This CL provides new baselines for the following tests (which were fixed in | senorblanco@chromium.org | 2009-03-02 | 8 | -4/+4 |
* | Proposed change to support resource loading for media files. | hclam@chromium.org | 2009-03-02 | 1 | -1/+1 |
* | 15 more layout tests taken off the pile from svg/custom. | finnur@chromium.org | 2009-03-02 | 27 | -30/+26 |
* | Fix unittest to match new querystring parsing rules. | mbelshe@google.com | 2009-03-02 | 1 | -3/+3 |
* | Fix the problem that Worker is not treated as active DOM object. | jianli@chromium.org | 2009-03-02 | 2 | -3/+7 |
* | Rebaseline an SVG layout test. The difference is that we draw two additional ... | sidchat@google.com | 2009-03-02 | 4 | -8/+7 |
* | Correct the order of files in gyp. | dglazkov@google.com | 2009-03-02 | 1 | -2/+2 |
* | Re-include ScriptController into the gyp file. | dglazkov@google.com | 2009-03-02 | 1 | -0/+2 |
* | 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 | 17 | -2029/+193 |
* | bulk mac test update | thomasvl@chromium.org | 2009-03-02 | 1 | -46/+43 |
* | Isolate exceptions when evaluating javascript code from C++. | ager@chromium.org | 2009-03-02 | 1 | -1/+9 |
* | GYP it, GYP it good. | mark@chromium.org | 2009-03-02 | 10 | -13637/+0 |
* | Mark some more tests as failing, timing out, or flaky. | estade@chromium.org | 2009-02-28 | 1 | -2/+34 |
* | Re-create LINUX entries in tests_fixable.txtx and rather mark new ones with '... | dimich@google.com | 2009-02-28 | 1 | -9/+28 |
* | Chrome side to pick up new WebKit API changes. | darin@chromium.org | 2009-02-28 | 23 | -248/+205 |
* | Get rid of wstring variants of StringToFoo. | dsh@google.com | 2009-02-28 | 3 | -3/+5 |
* | Workaround for webkit change that broke Gears. The fix is to use a V8 | mpcomplete@google.com | 2009-02-28 | 7 | -64/+152 |
* | I forgot to update the test_fixable.txt after I fixed a layout-test in my pre... | jcampan@chromium.org | 2009-02-28 | 1 | -6/+3 |
* | Another attempt to remove linux duplicate expectations. | dimich@google.com | 2009-02-28 | 1 | -19/+0 |
* | Fix expectation duplication error in tests_fixable.txtx for linux. | dimich@google.com | 2009-02-28 | 1 | -2/+0 |