| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the PluginData object instead of the PluginInfoStore interface to test for | darin@chromium.org | 2009-01-16 | 2 | -41/+8 |
* | Chrome-side of WebKit merge 39913:39933 | brettw@chromium.org | 2009-01-15 | 2 | -0/+9 |
* | New implementations of core plugin libraries. | avi@google.com | 2009-01-15 | 1 | -0/+12 |
* | Remove the build time generation of config.h and xmlversion.h. | tc@google.com | 2009-01-15 | 1 | -0/+1 |
* | Chromium side of WebKit merge 39894:39913 plus a one-line fix from a more | brettw@chromium.org | 2009-01-15 | 2 | -5/+6 |
* | Webkit merge 39829:39744, Chromium portion. | levin@chromium.org | 2009-01-14 | 4 | -5/+13 |
* | webkit/ side of moving RenderThemeGtk.{h,cpp} into rendering/ | darin@chromium.org | 2009-01-13 | 1 | -1/+2 |
* | Fix an invalid path in MSVC generation of new webkit_resources.vcproj. | tc@google.com | 2009-01-13 | 1 | -1/+1 |
* | webkit/ side of moving TextBreakIteratorInternalICUChromium.cpp | darin@chromium.org | 2009-01-13 | 2 | -5/+10 |
* | Cleanup in preparation for upstreaming. | darin@chromium.org | 2009-01-13 | 2 | -17/+17 |
* | add files needed to compile to the build; I forgot to add these | tc@google.com | 2009-01-13 | 2 | -0/+116 |
* | Fix the windows scons build. | darin@chromium.org | 2009-01-09 | 1 | -0/+1 |
* | Fix build bustage. Need to compile dom/DOMStringList.cpp instead of page/DOM... | darin@chromium.org | 2009-01-08 | 1 | -1/+1 |
* | Fix scons build for real this time. | darin@chromium.org | 2009-01-08 | 1 | -1/+1 |
* | Fix Scons build. | darin@chromium.org | 2009-01-08 | 1 | -0/+1 |
* | WebKit merge 39660:39711, part 2. Covers webkit/ changes. | darin@chromium.org | 2009-01-08 | 4 | -0/+14 |
* | Remove net_resources.rc and net_resources.h and replace it | tc@google.com | 2009-01-08 | 1 | -1/+0 |
* | Reduce the number of warnings in third party code. | maruel@chromium.org | 2009-01-08 | 1 | -1/+1 |
* | Rename AffineTransformSkia to TransformationMatrixSkia, Chromium side | dglazkov@google.com | 2009-01-08 | 2 | -5/+5 |
* | Move ColorSkia to ColorChromium (2/2) | dglazkov@google.com | 2009-01-08 | 2 | -5/+5 |
* | Linux: build fix, Include ByteArray.cpp | agl@chromium.org | 2009-01-07 | 1 | -0/+1 |
* | WebKit merge 39606:39660 | dimich@google.com | 2009-01-07 | 8 | -38/+34 |
* | Remove obsolete SVGPaintServerGradientSkia from VCProj/Scons | dglazkov@google.com | 2009-01-07 | 2 | -5/+0 |
* | Linux: Move GdkSkia to skia/ext | agl@chromium.org | 2009-01-07 | 1 | -2/+0 |
* | Fix scons build due to a moved sqlite header. | mpcomplete@google.com | 2009-01-06 | 1 | -1/+1 |
* | Upgrade our sqlite to 3.6.1, with the local changes made by Gears. I'm | mpcomplete@google.com | 2009-01-06 | 1 | -1/+1 |
* | Build file change for enabling dynamic font support. This is a follow-up to t... | jungshik@google.com | 2009-01-06 | 3 | -1/+10 |
* | One more step towards working Mac SCons build. | phajdan.jr@chromium.org | 2009-01-06 | 1 | -7/+9 |
* | WebKit Merge 39520:39606, Chromium side | dglazkov@google.com | 2009-01-05 | 1 | -0/+4 |
* | Some more GRIT refactoring. | tc@google.com | 2009-01-05 | 2 | -3/+3 |
* | Windows SCons build fixes. | phajdan.jr@chromium.org | 2009-01-05 | 1 | -0/+3 |
* | Revert the 3rd file that went in prematurely in r7501 while reverting r7500. | jungshik@google.com | 2008-12-31 | 1 | -1/+0 |
* | Chromium side of merge 39453:39501. | pamg@google.com | 2008-12-30 | 4 | -0/+36 |
* | Revert two files that went in by mistake in r7501 | jungshik@google.com | 2008-12-30 | 2 | -9/+1 |
* | Revert sdk 6.1 upgrade changes. | jungshik@google.com | 2008-12-30 | 3 | -1/+10 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 3 | -3/+3 |
* | 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 | 5 | -11/+20 |
* | Delete SkiaSupport.{cpp,h} (CL 2 of 2). | ericroman@google.com | 2008-12-23 | 2 | -9/+0 |
* | Spam port/page/Location.cpp on top of the one in WebCore/page, Win and Linux ... | dglazkov@google.com | 2008-12-23 | 3 | -8/+5 |
* | Move webkit\port\bridge to its proper place in WebCore, Win and Linux build. | dglazkov@google.com | 2008-12-23 | 3 | -12/+5 |
* | Remove TextBoundariesChrome.cpp (CL 2 of 2) | ericroman@google.com | 2008-12-23 | 2 | -5/+0 |
* | Move port/page/chromium to WebCore/page/chromium, Win and Linux build | dglazkov@google.com | 2008-12-23 | 4 | -29/+37 |
* | Webkit merge 39410:39438 (CL 4 of 4). | ericroman@google.com | 2008-12-23 | 2 | -0/+9 |
* | Use platform/chromium from third_party/WebKit, etc. | darin@chromium.org | 2008-12-23 | 4 | -446/+578 |
* | Remove accidentally added Win-specific file from Linux build. | dglazkov@google.com | 2008-12-22 | 1 | -1/+0 |
* | Move RenderThemeWin to WebCore/rendering and rename it to RenderThemeChromium... | dglazkov@google.com | 2008-12-22 | 3 | -12/+9 |
* | Move port/plugins/chromium to WebCore/plugins | dglazkov@google.com | 2008-12-22 | 3 | -12/+14 |