| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 2 | -2/+0 |
* | Add a script to more easily run valgrind with our parameters and suppressions. | deanm@chromium.org | 2009-03-12 | 2 | -0/+87 |
* | Add hanging test to Purify gtest filter file. Report location of filter file | pam@chromium.org | 2009-03-11 | 1 | -0/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 12 | -13/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 129 | -1766/+1766 |
* | Use grit to generate locale rc files and remove the old locale rc files from ... | tc@google.com | 2009-03-05 | 3 | -55/+20 |
* | Minor changes to valgrind test scripts to add running on additional unit | nirnimesh@chromium.org | 2009-03-04 | 2 | -4/+21 |
* | fix python2.6 warnings in grit | tc@google.com | 2009-03-04 | 4 | -7/+9 |
* | Revert "Use grit to generate locale rc files and remove the old locale rc fil... | tc@google.com | 2009-03-03 | 2 | -19/+4 |
* | Use grit to generate locale rc files and remove the old locale rc files from ... | tc@google.com | 2009-03-03 | 2 | -4/+19 |
* | Properly handle errors in GRIT in the scons build. | tc@google.com | 2009-02-27 | 1 | -29/+37 |
* | Use unix path separators in checkdeps. Otherwise it doesn't work on Unix syst... | thestig@chromium.org | 2009-02-27 | 1 | -3/+1 |
* | Add os support to grit so we can conditionally include resources based on | tc@google.com | 2009-02-27 | 1 | -0/+3 |
* | Submitting nirnimesh's changes. | jrg@chromium.org | 2009-02-27 | 3 | -45/+87 |
* | Fix a bug where the flattened HTML file was not getting | tc@google.com | 2009-02-26 | 1 | -4/+3 |
* | fix the grd scanner to only include files that we're using | tc@google.com | 2009-02-26 | 1 | -5/+2 |
* | Fix scons build where the internal theme files don't exist. | tc@google.com | 2009-02-26 | 1 | -1/+6 |
* | Fix grit include dependencies in the scons build. | tc@google.com | 2009-02-26 | 2 | -14/+4 |
* | Handle repack.py and .pak files in the GYP-based build. | mark@chromium.org | 2009-02-26 | 1 | -3/+3 |
* | Enable the .pak files on mac builds also. | thomasvl@chromium.org | 2009-02-26 | 1 | -2/+3 |
* | Allow grit to run in parallel with scons by forking child processes | tc@google.com | 2009-02-25 | 1 | -4/+11 |
* | fix call to os.makedirs | tc@google.com | 2009-02-25 | 1 | -1/+1 |
* | Final step in converting all grit includes to have grit in the path. | tc@google.com | 2009-02-24 | 2 | -22/+5 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 2 | -2/+2 |
* | Add diagnostic information to help track down why the Purify layout tests | pam@chromium.org | 2009-02-22 | 1 | -0/+9 |
* | Include a better sample JSON dataset in traceline. | deanm@chromium.org | 2009-02-20 | 5 | -112931/+206 |
* | Import traceline, a Windows performance trace event logger. | deanm@chromium.org | 2009-02-20 | 29 | -0/+121593 |
* | step 1 on getting strings in linux: create a locale_settings.grd | tc@google.com | 2009-02-18 | 2 | -5/+14 |
* | Another pass at fixing grit includes | joshia@google.com | 2009-02-17 | 1 | -1/+1 |
* | Add relative include path for grit includes | joshia@google.com | 2009-02-17 | 1 | -1/+1 |
* | Fix scons build for non-official builds. | tc@google.com | 2009-02-12 | 1 | -0/+2 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 4 | -2/+48 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 3 | -38/+2 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 3 | -2/+38 |
* | In addition to printing to stdout, also log bug report and summary data to a ... | erikkay@google.com | 2009-02-11 | 2 | -36/+65 |
* | Fix purify scripts to output data into the correct directory when running lay... | erikkay@google.com | 2009-02-11 | 1 | -13/+20 |
* | Periodically log while waiting for subprocess to complete so that the bot doe... | erikkay@google.com | 2009-02-11 | 1 | -26/+37 |
* | Only run one grit builder at a time under scons. | tc@google.com | 2009-02-10 | 2 | -14/+4 |
* | Move browser_resources.rc into a a grd file. While I'm at it, | tc@google.com | 2009-02-09 | 3 | -4/+133 |
* | With the latest purify patch, an existing filter (for a benign bzip2 UMR) tha... | erikkay@google.com | 2009-02-09 | 1 | -0/+0 |
* | Add a Repack tool to scons. This is used to compile linux resources | tc@google.com | 2009-02-06 | 2 | -1/+55 |
* | Allow purify scripts to take a --report_dir argument which specifies where th... | erikkay@google.com | 2009-02-06 | 3 | -28/+76 |
* | fix webkit hammer build | tc@google.com | 2009-02-05 | 1 | -1/+3 |
* | Some cleanup on the GRIT scons builder. | tc@google.com | 2009-02-05 | 2 | -25/+41 |
* | Make xcodebodge even more friendly by making list_native_targets | phajdan.jr@chromium.org | 2009-02-05 | 1 | -21/+23 |
* | A few minor tweaks to Purify options that should allow us to enable a few tes... | erikkay@google.com | 2009-02-05 | 2 | -3/+16 |
* | Fix the dependency checker tool. Rules for a directory did modify their direc... | stoyan@chromium.org | 2009-02-05 | 1 | -8/+10 |
* | Convert webkit_glue::GetLocalizedString to return a string16 | tc@google.com | 2009-02-05 | 1 | -2/+4 |
* | Use Vars for the webkit repo and revision number. This way | ojan@google.com | 2009-02-03 | 1 | -5/+17 |
* | Sort file refs and build refs by UUID so Xcode doesn't resort them on | aharper@chromium.org | 2009-01-26 | 1 | -0/+6 |