| Commit message (Expand) | Author | Age | Files | Lines |
* | WebKit merge 39606:39660 | dimich@google.com | 2009-01-07 | 1 | -1/+0 |
* | One more step towards working Mac SCons build. | phajdan.jr@chromium.org | 2009-01-06 | 1 | -7/+9 |
* | Match the change in r7464 to not use webkit/port/page anymore, as it's been | evanm@google.com | 2008-12-26 | 1 | -1/+0 |
* | Restore the shortened "building bindings" output after r6962 broke it. | evanm@google.com | 2008-12-26 | 1 | -1/+7 |
* | Fix Linux build | dglazkov@google.com | 2008-12-23 | 1 | -1/+1 |
* | Move port/page/inspector bits to WebCore/inspector (2/2) | dglazkov@google.com | 2008-12-23 | 1 | -6/+6 |
* | Spam port/page/Location.cpp on top of the one in WebCore/page, Win and Linux ... | dglazkov@google.com | 2008-12-23 | 1 | -8/+0 |
* | Move webkit\port\bridge to its proper place in WebCore, Win and Linux build. | dglazkov@google.com | 2008-12-23 | 1 | -12/+0 |
* | Move port/page/chromium to WebCore/page/chromium, Win and Linux build | dglazkov@google.com | 2008-12-23 | 1 | -28/+0 |
* | Use platform/chromium from third_party/WebKit, etc. | darin@chromium.org | 2008-12-23 | 1 | -404/+0 |
* | Move RenderThemeWin to WebCore/rendering and rename it to RenderThemeChromium... | dglazkov@google.com | 2008-12-22 | 1 | -12/+0 |
* | Move port/plugins/chromium to WebCore/plugins | dglazkov@google.com | 2008-12-22 | 1 | -12/+0 |
* | Move svg/graphics/skia to the vendor branch (2/2). | dglazkov@google.com | 2008-12-22 | 1 | -44/+0 |
* | Remove dependencies from port on base/gfx/native_theme and base/win_util. In... | darin@chromium.org | 2008-12-20 | 1 | -0/+8 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -1/+1 |
* | Unfork CachedPage (2/2) | dglazkov@google.com | 2008-12-18 | 1 | -8/+0 |
* | Bridge out media player from MediaPlayerPrivate. | hclam@chromium.org | 2008-12-18 | 1 | -4/+0 |
* | Chrome side of unforking. I need to pull WebKit with the change that unforks ... | brettw@google.com | 2008-12-18 | 1 | -0/+4 |
* | Add support for transformed, stoked, shadowed, filled text. We do this by dra... | brettw@google.com | 2008-12-18 | 1 | -0/+8 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 1 | -1403/+1403 |
* | fix build bustage | darin@chromium.org | 2008-12-15 | 1 | -8/+8 |
* | Move contents of platform/graphics/svg to svg/graphics/skia to | darin@google.com | 2008-12-15 | 1 | -36/+44 |
* | Eliminate port/platform/win directory. Stop building a fork of BString, and | darin@chromium.org | 2008-12-15 | 1 | -20/+4 |
* | Implement visited link coloring. | brettw@google.com | 2008-12-13 | 1 | -0/+4 |
* | Move implementation of BackForwardListClient to a new class named | darin@chromium.org | 2008-12-13 | 1 | -8/+0 |
* | Remove the unused StateTrackingString.h | darin@chromium.org | 2008-12-12 | 1 | -4/+0 |
* | fix scons bindings generation | tc@google.com | 2008-12-12 | 1 | -1/+0 |
* | Fix scons build bustage. | darin@chromium.org | 2008-12-12 | 1 | -1/+2 |
* | It turns out that we can just use the versions of IconLoader.cpp and | darin@chromium.org | 2008-12-12 | 1 | -12/+0 |
* | Move skia-specific files into platform/graphics/skia to better correspond wit... | darin@google.com | 2008-12-11 | 1 | -22/+22 |
* | Webkit merge 39050:39100 (CL 5 of 5). | ericroman@google.com | 2008-12-11 | 1 | -3/+2 |
* | Move some files from platform/graphics to platform/graphics/chromium. | darin@chromium.org | 2008-12-10 | 1 | -68/+72 |
* | Un-revert 6386 (my CSS change). Layout tests pass for me. I think the | mpcomplete@google.com | 2008-12-05 | 2 | -24/+4 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 1 | -1439/+1439 |
* | Revert my accidental addition of TransparencyHelperWin to the port vcproj (no... | brettw@google.com | 2008-12-03 | 1 | -8/+0 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 1 | -0/+8 |
* | Copy of http://codereview.chromium.org/13003 created by yury.semikhatsky@gmai... | sgjesse@chromium.org | 2008-12-03 | 1 | -0/+25 |
* | Remove empty "port/dom" directory and reference to non-existent ScriptControl... | dglazkov@google.com | 2008-12-02 | 1 | -4/+0 |
* | Move RGBColor.{h,cpp} into port/bindings/v8 since they are specific to the V8 | darin@chromium.org | 2008-11-26 | 1 | -8/+0 |
* | Second try ad faster scons builds of test shell. | tc@google.com | 2008-11-24 | 1 | -37/+35 |
* | Revert "faster scons builds of test shell" | tc@google.com | 2008-11-24 | 1 | -35/+37 |
* | faster scons builds of test shell | tc@google.com | 2008-11-24 | 1 | -37/+35 |
* | Update scons binding include path. | deanm@chromium.org | 2008-11-22 | 1 | -1/+0 |
* | Move ScheduledAction.h into bindings/v8 where it belongs. | darin@chromium.org | 2008-11-21 | 1 | -9/+1 |
* | Move skia extensions from the port to skia/ext for Windows only. Fixed the | brettw@google.com | 2008-11-21 | 1 | -60/+0 |
* | Landing change by yury.semikhatsky@gmail.com to unfork inspector JS files. | ojan@google.com | 2008-11-21 | 1 | -110/+286 |
* | Remove files that we no longer need after the last merge. | ojan@google.com | 2008-11-20 | 1 | -4/+0 |
* | non-third_party side of merge 38389:38450. | ojan@google.com | 2008-11-20 | 1 | -4/+0 |
* | Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h... | brettw@google.com | 2008-11-19 | 1 | -0/+60 |
* | Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code from | brettw@google.com | 2008-11-17 | 1 | -12/+28 |