| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Scons build I broke with r7592 and r7594. | jungshik@google.com | 2009-01-08 | 1 | -0/+1 |
* | Linux: add missing include path for GdkSkia.h | agl@chromium.org | 2009-01-07 | 1 | -0/+1 |
* | cChrome side of WebKit merge 39369:39410. | pamg@google.com | 2008-12-22 | 1 | -0/+2 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -6/+6 |
* | Remove few more errors in mac scons build. | phajdan.jr@chromium.org | 2008-12-15 | 1 | -2/+18 |
* | Have GRIT generate files into a common directory. | tc@google.com | 2008-12-12 | 1 | -1/+4 |
* | I wanted env.subst() afterall, env.Dir is apparently incorrect. | deanm@chromium.org | 2008-12-02 | 1 | -2/+1 |
* | Pre-substitute webkit includes to avoid repeated subsitution. This causes my... | deanm@chromium.org | 2008-12-02 | 1 | -16/+19 |
* | Reverting 6072. | ojan@google.com | 2008-11-27 | 1 | -1/+1 |
* | ActiveX changes part 2: remove old #defines, replace with new one. | pkasting@chromium.org | 2008-11-26 | 1 | -1/+1 |
* | less include paths | tc@google.com | 2008-11-25 | 1 | -41/+49 |
* | Second try ad faster scons builds of test shell. | tc@google.com | 2008-11-24 | 1 | -55/+31 |
* | Revert "faster scons builds of test shell" | tc@google.com | 2008-11-24 | 1 | -31/+55 |
* | faster scons builds of test shell | tc@google.com | 2008-11-24 | 1 | -55/+31 |
* | Fix use of LOAD= with WantSystemLib() (we could blow up if a variable | sgk@google.com | 2008-11-21 | 1 | -20/+22 |
* | Finish release (opt) builds on Windows, including the parallel | sgk@google.com | 2008-11-20 | 1 | -2/+0 |
* | Expect icudt38.dll in $DESTINATION_ROOT, not $TARGET_ROOT. | sgk@google.com | 2008-11-14 | 1 | -2/+2 |
* | fix linux build by updating webcore xml path | tc@google.com | 2008-11-12 | 1 | -1/+1 |
* | Cache the GdkSkia object in PlatformContextSkia so that we aren't creating | agl@chromium.org | 2008-11-11 | 1 | -0/+1 |
* | More efficient webkit addRepository() mapping. | sgk@google.com | 2008-11-06 | 1 | -1/+8 |
* | Remove unnecessary, deleted pending/ subdirectories from CPPPATH. | sgk@google.com | 2008-11-05 | 1 | -2/+0 |
* | enable database in scons build | tc@google.com | 2008-11-03 | 1 | -1/+1 |
* | Merge linux and windows test shells to share code. | tc@google.com | 2008-10-31 | 1 | -1/+1 |
* | SCons config changes from webkit merge: | sgk@google.com | 2008-10-31 | 1 | -2/+2 |
* | Landing 36102:37604 merge on trunk | dglazkov@google.com | 2008-10-30 | 1 | -0/+1 |
* | More stubbing out. With this and the rest of Linux pending, test_shell links. | agl@chromium.org | 2008-10-24 | 1 | -0/+1 |
* | Removing more dependencies on the relative location of $CHROME_SRC_DIR. | bradnelson@google.com | 2008-10-23 | 1 | -2/+2 |
* | Using $CHROME_SRC_DIR in place of hash/.. | bradnelson@google.com | 2008-10-22 | 1 | -4/+4 |
* | remove PLATFORM_GTK-isms | tc@google.com | 2008-10-21 | 1 | -15/+0 |
* | Rolling back switch to hammer patterns again. | bradnelson@chromium.org | 2008-10-20 | 1 | -10/+6 |
* | Adding in new hammer patterns. Restored from rollback change 3578. | bradnelson@chromium.org | 2008-10-18 | 1 | -6/+10 |
* | fix linux build | tc@google.com | 2008-10-18 | 1 | -0/+1 |
* | Rolling back CL 3578, discovered hammer.bat had not been updated yet. | bradnelson@chromium.org | 2008-10-18 | 1 | -10/+6 |
* | Applying software construction toolkit patterns in scons build. | bradnelson@chromium.org | 2008-10-17 | 1 | -6/+10 |
* | Fix Linux build. | evanm@google.com | 2008-10-15 | 1 | -0/+4 |
* | compile a few more files needed by WTF | tc@google.com | 2008-10-15 | 1 | -1/+3 |
* | include platform/gtk in the CPPPATH on linux | tc@google.com | 2008-10-14 | 1 | -0/+11 |
* | Build WebCore on linux. Seems to compile cleanly after disabling warnings. | tc@google.com | 2008-10-13 | 1 | -3/+1 |
* | Minimal change to make test_shell_tests link and run zero tests on Linux. | evanm@google.com | 2008-10-13 | 1 | -1/+1 |
* | libxml DerivedSources | tc@google.com | 2008-10-10 | 1 | -1/+1 |
* | Some small linux build cleanups: | tc@google.com | 2008-10-09 | 1 | -0/+4 |
* | WebKit merge hits the SCons build, the sequel: | sgk@google.com | 2008-10-09 | 1 | -39/+79 |
* | Revert both 3079 and 3063 because they caused linux and mac breakage. | maruel@google.com | 2008-10-09 | 1 | -79/+39 |
* | Fix Linux build breakage from the webkit merge. | sgk@google.com | 2008-10-09 | 1 | -8/+19 |
* | Update the SCons build for the WebKit merge: | sgk@google.com | 2008-10-08 | 1 | -38/+67 |
* | Make -Wno-multichar come after -Wall on the command-line. | mmoss@google.com | 2008-10-03 | 1 | -0/+2 |
* | -Wno-multichar isn't a MSVC compiler option; | sgk@google.com | 2008-10-03 | 1 | -6/+4 |
* | Get more of webkit building under Linux. | erg@google.com | 2008-10-02 | 1 | -0/+5 |
* | * Get linux building with the merge branch | erg@google.com | 2008-10-01 | 1 | -6/+13 |
* | Eliminate calling the create-config.sh script (through | sgk@google.com | 2008-09-30 | 1 | -1/+1 |