| Commit message (Expand) | Author | Age | Files | Lines |
* | Second stab at applying http://codereview.chromium.org/43138/show. | robertshield@google.com | 2009-03-17 | 2 | -0/+162 |
* | Revert "Change mini_installer's chrome.release specification..." | agl@chromium.org | 2009-03-17 | 2 | -182/+0 |
* | Change mini_installer's chrome.release specification to include wildcards. | robertshield@google.com | 2009-03-17 | 2 | -0/+182 |
* | Reenable incremental linking for most projects except the largest ones. Will ... | maruel@chromium.org | 2009-03-11 | 1 | -0/+1 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 3 | -11/+12 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 13 | -16/+0 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-10 | 1 | -5/+8 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 9 | -193/+193 |
* | Removing the scripts that aren't needed in a gyp based mac build. | thomasvl@chromium.org | 2009-03-04 | 2 | -71/+0 |
* | 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 |