index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
A few updates to the valgrind runner script.
deanm@chromium.org
2009-03-18
1
-1
/
+3
*
Let checkdeps ignore #if 0 blocks. Also strip lines of leading/trailing white...
thestig@chromium.org
2009-03-18
1
-1
/
+14
*
Switching net over to use gyp on windows.
bradnelson@google.com
2009-03-18
1
-1
/
+1
*
Add --gtest_filter option to valgrind_test.py
dkegel@google.com
2009-03-17
1
-3
/
+5
*
One more NSS suppression needed. With this change, base is green.
dkegel@google.com
2009-03-17
1
-1
/
+7
*
Fix pathetic typo in my previous cl. Unbreaks valgrind builder.
dkegel@google.com
2009-03-17
1
-1
/
+1
*
Ignore memory leaks in valgrind builder for now.
dkegel@google.com
2009-03-17
2
-2
/
+8
*
Move the ssl suppressions together, simplify, improve comment.
dkegel@google.com
2009-03-17
1
-11
/
+15
*
Use ... wildcard in suppressions; it's simpler and more robust
dkegel@google.com
2009-03-16
1
-110
/
+3
*
Use ... wildcard to unbreak one more suppression. We should do this throughout.
dkegel@google.com
2009-03-16
1
-10
/
+8
*
Add suppressions for gtk one-time leaks; link to discussion.
dkegel@google.com
2009-03-16
1
-87
/
+74
*
Try to suppress an invalid read in dlopen triggered by EnsureNSSInit,
dkegel@google.com
2009-03-15
1
-6
/
+16
*
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
[next]