| Commit message (Expand) | Author | Age | Files | Lines |
* | webkit.gyp changes corresponding to WebKit r41268 Chromium r10597 | mark@chromium.org | 2009-02-27 | 1 | -5/+16 |
* | landing tony's patch from http://codereview.chromium.org/27250 to fix debug t... | darin@chromium.org | 2009-02-27 | 1 | -0/+2 |
* | Need to add the include path into Release settings too. | dimich@google.com | 2009-02-27 | 1 | -0/+1 |
* | Fix Mac build - update project files after merge and jscre library removal. | dimich@google.com | 2009-02-27 | 2 | -39/+8 |
* | Fix for a bad merge of the test_fixable file. | dimich@google.com | 2009-02-27 | 1 | -16/+15 |
* | 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 | 13 | -24/+75 |
* | Remove unnecessary config.h files now that the Glue Xcode target no longer uses | darin@chromium.org | 2009-02-27 | 3 | -12/+0 |
* | 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 |
* | Temporarily disable the new test while diagnosing why it fails. | mbelshe@google.com | 2009-02-27 | 1 | -0/+3 |
* | Update the GYP-based build. | mark@chromium.org | 2009-02-27 | 2 | -2/+4 |
* | Changes to the interval timer: | mbelshe@google.com | 2009-02-27 | 3 | -5/+86 |
* | We don't support beeing scrolled in two dimensions at a time. | mad@chromium.org | 2009-02-27 | 1 | -1/+5 |
* | Linux: first part of removing GTK from the renderer | agl@chromium.org | 2009-02-27 | 6 | -1/+15 |
* | Don't send WebInputEvents from the renderer to the browser. | erg@google.com | 2009-02-27 | 1 | -0/+5 |
* | Part of unforking Location. We make a bunch of Location related | mbelshe@google.com | 2009-02-27 | 6 | -26/+51 |
* | DEFERs the test LayoutTests/fast/forms/textarea-rows-cols.html. The | sky@google.com | 2009-02-27 | 1 | -2/+4 |
* | Rebaseline an SVG layout test. The border lines of the top box are drawn in a... | sidchat@google.com | 2009-02-27 | 4 | -6/+5 |
* | Less fail on Linux (LayoutTests). | finnur@chromium.org | 2009-02-27 | 1 | -2/+0 |
* | Add back webinputevent_win.cc | darin@chromium.org | 2009-02-26 | 1 | -0/+4 |
* | webinputevent_util.cc is no longer part of the build. maybe i did a bad merg... | darin@chromium.org | 2009-02-26 | 1 | -4/+0 |
* | Fix Linux shared build breakage due to new sources in WebKit scons. | mmoss@chromium.org | 2009-02-26 | 1 | -0/+1 |
* | Chrome side to implement WebMimeRegistry. | darin@chromium.org | 2009-02-26 | 19 | -117/+216 |
* | Rebaseline LayoutTests/editing/selection/select-all-iframe.html which Ojan ch... | tc@google.com | 2009-02-26 | 3 | -6/+5 |
* | 9 more layout tests taken off the pile. | finnur@google.com | 2009-02-26 | 22 | -27/+363 |
* | Add missing file extension from r10491. | jhawkins@chromium.org | 2009-02-26 | 1 | -1/+1 |
* | Remove an unused variable that came from r10497 which breaks compile on Linux. | jhawkins@chromium.org | 2009-02-26 | 1 | -1/+0 |
* | Fix incorrect map usage in the WebPluginImpl::didReceiveData function, which ... | ananta@chromium.org | 2009-02-26 | 1 | -3/+5 |
* | Hook up inspector highlighting again. This time we use | ojan@google.com | 2009-02-26 | 6 | -31/+10 |
* | Update tests_fixable.txt to match current buildbot results for Linux and Win.... | jhawkins@chromium.org | 2009-02-26 | 1 | -5/+5 |
* | remove chrome_kjs.sln and related files | tc@google.com | 2009-02-26 | 2 | -631/+0 |
* | Leverage the awesome power of export_dependent_settings | mark@chromium.org | 2009-02-26 | 1 | -8/+9 |
* | Reverting key change (again); this breaks every keyboard layout test there is... | avi@chromium.org | 2009-02-26 | 15 | -330/+294 |
* | Try a new approach to fixing IAT unpatch crashes when the DLL is gone. | deanm@chromium.org | 2009-02-26 | 2 | -9/+3 |
* | Move relocated .idl files to live with the rest of the .idl files. | mark@chromium.org | 2009-02-26 | 1 | -3/+3 |
* | Mismerge due to a revert; fixing. | avi@chromium.org | 2009-02-26 | 1 | -6/+0 |
* | Fixing WebKeyboardEvent. For reals this time. | avi@chromium.org | 2009-02-26 | 15 | -294/+336 |
* | Update mac tests based on the build bots. | thomasvl@chromium.org | 2009-02-26 | 1 | -17/+17 |
* | Add webkit.gyp:webkit target. | mark@chromium.org | 2009-02-26 | 2 | -22/+84 |
* | I missed baselining one test when landing 24171 | sky@google.com | 2009-02-26 | 1 | -1/+1 |
* | Catch webkit.gyp up to Chromium r10396 WebKit r41217. | mark@chromium.org | 2009-02-26 | 1 | -20/+31 |
* | Lands the patch for WebKit bug 24171 locally, and rebaselines the necessary l... | sky@google.com | 2009-02-26 | 44 | -126/+126 |
* | Add an identity (id) to system drag & drop. | tc@google.com | 2009-02-26 | 4 | -1/+45 |
* | Fix linux build part N. | darin@chromium.org | 2009-02-26 | 1 | -0/+1 |
* | This should really not be necessary, but for some reason the Mac build | darin@chromium.org | 2009-02-26 | 2 | -0/+8 |
* | fixing linux bustage | darin@chromium.org | 2009-02-26 | 1 | -0/+4 |
* | fix mac build | darin@chromium.org | 2009-02-26 | 1 | -0/+2 |
* | fix build bustage | darin@chromium.org | 2009-02-26 | 1 | -0/+13 |
* | Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces. | darin@chromium.org | 2009-02-26 | 17 | -149/+383 |