| Commit message (Expand) | Author | Age | Files | Lines |
* | When a function handling an event doesn't return a value, it leaves | erg@google.com | 2009-01-14 | 1 | -7/+12 |
* | Refactor the code that computes the receiver for an event listener. | ager@google.com | 2009-01-13 | 3 | -79/+41 |
* | Merges your change (WebKit cl 39396) to the ImageDecoders into our | sky@google.com | 2009-01-09 | 7 | -0/+17 |
* | WebKit merge 39660:39711, part 2. Covers webkit/ changes. | darin@chromium.org | 2009-01-08 | 6 | -0/+31 |
* | Stub out NPN_Construct. | estade@chromium.org | 2009-01-08 | 1 | -0/+18 |
* | WebKit merge 39606:39660 | dimich@google.com | 2009-01-07 | 7 | -71/+27 |
* | WebKit Merge 39520:39606, Chromium side | dglazkov@google.com | 2009-01-05 | 1 | -1/+14 |
* | Ensure that constructor functions are created in the context of the | ager@google.com | 2009-01-05 | 2 | -9/+20 |
* | Fix a typo in a bindings stats counter. | deanm@chromium.org | 2009-01-05 | 1 | -1/+1 |
* | Slight change to r7333. | estade@chromium.org | 2008-12-24 | 1 | -1/+2 |
* | Fix v8bindings following r7458 which deletes port/page. | ericroman@google.com | 2008-12-24 | 1 | -1/+1 |
* | Kill FontCacheMacPending.cpp | darin@google.com | 2008-12-23 | 1 | -84/+0 |
* | Move port/page/inspector bits to WebCore/inspector (2/2) | dglazkov@google.com | 2008-12-23 | 10 | -3735/+1 |
* | Kill PlatformScreenMac.mm | darin@google.com | 2008-12-23 | 1 | -99/+0 |
* | Spam webkit/port/page/Location on top of the one in WebCore/page, Mac build. | dglazkov@google.com | 2008-12-23 | 1 | -301/+0 |
* | Move webkit/port/bridge contents to their proper places in WebKit, Mac build. | dglazkov@google.com | 2008-12-23 | 2 | -322/+0 |
* | Fix a canvas layout test by handling null values in canvas.createPattern. | tc@google.com | 2008-12-23 | 1 | -2/+2 |
* | Move port/page/chromium to WebCore/page/chromium, Mac build | dglazkov@google.com | 2008-12-23 | 8 | -552/+0 |
* | Use platform/chromium from third_party/WebKit, etc. | darin@chromium.org | 2008-12-23 | 128 | -22539/+0 |
* | Point the Mac build at the newly added files in third_party/WebKit. | darin@google.com | 2008-12-22 | 1 | -61/+0 |
* | Move RenderThemeMac to WebCore/rendering/RenderThemeChromiumMac (2/2) | dglazkov@google.com | 2008-12-22 | 1 | -1965/+0 |
* | Move RenderThemeWin to WebCore/rendering and rename it to RenderThemeChromium... | dglazkov@google.com | 2008-12-22 | 2 | -760/+0 |
* | Move port/plugins/chromium to WebCore/plugins | dglazkov@google.com | 2008-12-22 | 1 | -49/+0 |
* | Move svg/graphics/skia to the vendor branch (2/2). | dglazkov@google.com | 2008-12-22 | 8 | -739/+0 |
* | Some cleanup in webkit/. | darin@chromium.org | 2008-12-22 | 9 | -357/+262 |
* | Get rid of another base/ include by inlining the NSView/HWND/GtkWidget typdefs. | eseidel@chromium.org | 2008-12-20 | 1 | -3/+4 |
* | Fixed crash when clicking empty select element. | darin@chromium.org | 2008-12-20 | 1 | -5/+6 |
* | Remove dependencies from port on base/gfx/native_theme and base/win_util. In... | darin@chromium.org | 2008-12-20 | 8 | -195/+214 |
* | Fixed two layout tests. | estade@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | De-basify SkiaFontwin | dglazkov@google.com | 2008-12-19 | 1 | -7/+15 |
* | Add missing files from previous checkin. | brettw@google.com | 2008-12-19 | 2 | -2/+2 |
* | Remove dependency on base/string_util.h, and rename some methods to better | darin@chromium.org | 2008-12-19 | 1 | -10/+17 |
* | plumb missing image code through the chrome bridge. Use the .gif version inst... | pinkerton@google.com | 2008-12-19 | 2 | -54/+33 |
* | Make sure to initialize the proxy before using it's dom constructor | ager@google.com | 2008-12-19 | 1 | -0/+2 |
* | Unfork CachedPage (2/2) | dglazkov@google.com | 2008-12-18 | 2 | -77/+52 |
* | Move various gtest-style unit tests out of webkit/port and into a new | darin@google.com | 2008-12-18 | 5 | -932/+0 |
* | Bridge out media player from MediaPlayerPrivate. | hclam@chromium.org | 2008-12-18 | 1 | -8/+17 |
* | Remove some files that are not needed. Cleanup the Xcode project. Some stuff | darin@google.com | 2008-12-18 | 2 | -136/+0 |
* | Grab the file that fixes the box shadow size. This was supposed to be in the | brettw@google.com | 2008-12-18 | 1 | -1/+1 |
* | Kill our forked copy of MIMETypeRegistry.cpp by moving the customized methods | darin@chromium.org | 2008-12-18 | 3 | -141/+94 |
* | Chrome side of unforking. I need to pull WebKit with the change that unforks ... | brettw@google.com | 2008-12-18 | 3 | -195/+353 |
* | Add support for transformed, stoked, shadowed, filled text. We do this by dra... | brettw@google.com | 2008-12-18 | 6 | -5/+426 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 6 | -15/+15 |
* | Triage some more tests. | tc@google.com | 2008-12-17 | 1 | -3/+0 |
* | Fix incorrect pattern offsets, and rebaseline associated test results. | mmoss@google.com | 2008-12-16 | 1 | -2/+7 |
* | Implement ScriptController::updateSecurityOrigin. Fixes two security LayoutT... | abarth@chromium.org | 2008-12-16 | 4 | -21/+10 |
* | Fix memory corruption in the GIF decoder if a GIF specified a frame with no p... | pkasting@chromium.org | 2008-12-16 | 1 | -4/+7 |
* | Remove a hack that was unnecessarily affecting Linux layout tests. | evanm@google.com | 2008-12-16 | 1 | -1/+7 |
* | Rewrite the GKURL unit tests to not use the "old" KURL as a baseline. This is | brettw@google.com | 2008-12-16 | 1 | -234/+232 |
* | I bow down before Dean and his "I don't need sleep, I'll just read every line... | agl@chromium.org | 2008-12-16 | 1 | -1/+1 |