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
/
chrome
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix script to support python 2.6, which has json module built in.
erikkay@google.com
2009-02-27
1
-1
/
+6
*
Change locale handling to deal with mac resource bundles in the corresponding...
pinkerton@chromium.org
2009-02-27
1
-2
/
+2
*
Wire up resource bundles on the mac:
thomasvl@chromium.org
2009-02-26
2
-0
/
+71
*
Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu...
mmoss@chromium.org
2009-02-23
1
-2
/
+3
*
Fix some GCC 4.3 warnings.
evan@chromium.org
2009-02-19
1
-2
/
+5
*
Dictionary-related Linux porting.
phajdan.jr@chromium.org
2009-02-18
2
-11
/
+12
*
Add some options to the EOL cleanup script that were handy when dealing with
pamg@google.com
2009-02-12
1
-18
/
+47
*
This is an attempt at finding the reason for the page_cycler slowness caused by
mad@chromium.org
2009-02-12
1
-1
/
+2
*
Updating reference build to revision 9586 to pick up the latest automation
ananta@chromium.org
2009-02-11
85
-2211
/
+5665
*
Move browser_resources.rc into a a grd file. While I'm at it,
tc@google.com
2009-02-09
3
-151
/
+0
*
Fix the dependency checker tool. Rules for a directory did modify their direc...
stoyan@chromium.org
2009-02-05
1
-0
/
+5
*
Port some unit tests from chrome/browser/
phajdan.jr@chromium.org
2009-02-02
1
-1
/
+1
*
Rename README.google to README.chromium.
mal@chromium.org
2009-01-30
1
-0
/
+0
*
Simple installation of extensions using chrome.exe --install-extensionChanged...
erikkay@google.com
2009-01-29
1
-11
/
+56
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
1
-1
/
+2
*
Try2 of issue 18772. (move jpeg_codec* to base/gfx)
estade@chromium.org
2009-01-27
1
-1
/
+1
*
undo 8692 (fix build failure)
estade@chromium.org
2009-01-27
1
-1
/
+1
*
Move jpeg_codec.* to base/gfx
estade@chromium.org
2009-01-27
1
-1
/
+1
*
Prep for generated .vcproj files:
sgk@google.com
2009-01-23
1
-0
/
+6
*
Yet more crash_service fixery.
evan@chromium.org
2009-01-21
1
-0
/
+3
*
Fix crash_service to use different CommandLine API.
evan@chromium.org
2009-01-21
1
-1
/
+2
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-14
/
+8
*
Remove printf from the dictionary reader. This prints out a bunch of lines
brettw@chromium.org
2009-01-20
1
-2
/
+0
*
FIX THE BUILD.
maruel@chromium.org
2009-01-17
1
-2
/
+0
*
INTENTIONALLY BREAK THE BUILD. Sync to the next revision.
maruel@chromium.org
2009-01-17
1
-0
/
+2
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
5
-86
/
+307
*
Add an image diff link to failed layout tests.
estade@chromium.org
2009-01-15
1
-5
/
+101
*
Fix the dic reader so that it now accepts additional words from dic_delta fil...
sidchat@google.com
2009-01-09
1
-7
/
+12
*
Some more GRIT refactoring.
tc@google.com
2009-01-05
2
-12
/
+1
*
Part 1 of 'Add common words for each language, and remove forbidden words'.
sidchat@google.com
2008-12-29
2
-27
/
+59
*
Initial generation of native Visual Studio solution files
sgk@google.com
2008-12-19
5
-3
/
+85
*
Convert from using env['PLATFORM'] directly to using the more flexible
sgk@google.com
2008-12-18
5
-5
/
+5
*
Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.
maruel@chromium.org
2008-12-16
5
-710
/
+710
*
Have GRIT generate files into a common directory.
tc@google.com
2008-12-12
2
-2
/
+2
*
Port flush_cache tool and perf_tests.
phajdan.jr@chromium.org
2008-12-12
1
-2
/
+4
*
Apply svn:executable to .py files which should have it.
phajdan.jr@chromium.org
2008-12-12
12
-4
/
+4
*
Reverting 6815.
phajdan.jr@chromium.org
2008-12-11
1
-4
/
+2
*
Port flush_cache tool and perf_tests.
phajdan.jr@chromium.org
2008-12-11
1
-2
/
+4
*
A simple script to create an extension package and to verify its contents.
erikkay@google.com
2008-12-10
1
-0
/
+108
*
Changed svn:eol-style of all .sln and .vcproj files to CRLF
scherkus@chromium.org
2008-12-04
5
-710
/
+710
*
Added the printing of a warning when we get an Exception while trying to impo...
maruel@chromium.org
2008-12-01
1
-4
/
+8
*
Un-duplicate EvictFileFromSystemCache.
deanm@chromium.org
2008-11-25
3
-10
/
+1
*
Add builds of miscellaneous .exes:
sgk@google.com
2008-11-21
2
-0
/
+105
*
Finish release (opt) builds on Windows, including the parallel
sgk@google.com
2008-11-20
1
-3
/
+0
*
Next round of SCons changes:
sgk@google.com
2008-11-14
5
-123
/
+110
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
4
-4
/
+4
*
Allow chromium to be built with some system libs by introducing
evanm@google.com
2008-11-12
1
-1
/
+1
*
Make unit_tests pass with pt_BR.UTF-8 locale.
tc@google.com
2008-11-12
1
-0
/
+1
*
* Revert "Por rt flush_cache tool."
agl@chromium.org
2008-11-11
2
-24
/
+17
*
Port flush_cache tool.
agl@chromium.org
2008-11-11
2
-17
/
+24
[next]