| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -1/+3 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 5 | -13/+25 |
* | Revert 54363 since it adds a runtime dependency on MSVCR80.dll. | darin@chromium.org | 2010-07-30 | 1 | -3/+0 |
* | Add d3dx9_42.dll, libEGL.dll, and libGLESv2.dll to the distributed builds. | darin@chromium.org | 2010-07-30 | 1 | -0/+3 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -4/+5 |
* | Drop usage of IntToWString in switch values; we can use ASCII now. | evan@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 2 | -0/+2 |
* | Fix line ending with white spaces in some files. | tfarina@chromium.org | 2010-07-28 | 1 | -2/+2 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 1 | -1/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 41 | -0/+41 |
* | GTTF: Use FRIEND_TEST_ALL_PREFIXES some more. | phajdan.jr@chromium.org | 2010-07-26 | 1 | -3/+2 |
* | Windows: Add --organic flag to simulate an organic install for testing purposes. | estade@chromium.org | 2010-07-23 | 1 | -1/+7 |
* | TBR: revert r53542. It was committed with the wrong commit message. | estade@chromium.org | 2010-07-23 | 1 | -7/+1 |
* | First cut at content settings exceptions lists. | estade@chromium.org | 2010-07-23 | 1 | -1/+7 |
* | During installer cleanup, replace the use of rollback-able DeleteTreeWorkItem... | robertshield@chromium.org | 2010-07-23 | 1 | -6/+6 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 5 | -5/+0 |
* | Update daily channel name from "canary" to "canary build". | huanr@chromium.org | 2010-07-14 | 1 | -1/+1 |
* | file_util: Move deprecated function UpOneDirectoryOrEmpty into an anonymous n... | tfarina@chromium.org | 2010-07-09 | 1 | -2/+18 |
* | Include the Chrome Frame binary in Chrome installers. Note that it will only ... | robertshield@chromium.org | 2010-07-07 | 10 | -144/+25 |
* | Refactor check for organic install into GoogleUpdateSettings, for use elsewhere. | mirandac@google.com | 2010-07-02 | 2 | -0/+20 |
* | Simplify goobspatch: the in and out members of xzfile don't need to be | mark@chromium.org | 2010-06-28 | 1 | -18/+4 |
* | Reapply "Move the files in resources/shared/ into resources.pak" | erg@chromium.org | 2010-06-24 | 1 | -5/+0 |
* | Revert 50761 - Move the files in resources/shared/ into resources.pak | erg@chromium.org | 2010-06-24 | 1 | -0/+5 |
* | Add an exported symbol list to liblzma_decompress to allow dead-code stripping | mark@chromium.org | 2010-06-24 | 2 | -1/+30 |
* | Move the files in resources/shared/ into resources.pak | erg@chromium.org | 2010-06-24 | 1 | -5/+0 |
* | Make pkg-dmg executable. This regressed in r50566 (unreviewed?) | mark@chromium.org | 2010-06-24 | 1 | -0/+0 |
* | Allow suppression of first run bubble from master preferences. | mirandac@google.com | 2010-06-24 | 2 | -4/+7 |
* | Move the bookmark manager into resources.pak. | tony@chromium.org | 2010-06-24 | 2 | -6/+1 |
* | xz/LZMA2 compression for dirdiffer/dirpatcher. | mark@chromium.org | 2010-06-23 | 3 | -17/+68 |
* | Fix files with svn:executable permissions. | thestig@chromium.org | 2010-06-23 | 1 | -0/+0 |
* | Emergency goobsdiff patch: don't use LZMA_RUN after LZMA_FINISH. | mark@chromium.org | 2010-06-22 | 1 | -3/+5 |
* | Use -Os to minimize the size of the installer tools. | mark@chromium.org | 2010-06-22 | 2 | -0/+24 |
* | xz/LZMA2 compression for goobsdiff/goobspatch. | mark@chromium.org | 2010-06-22 | 5 | -43/+290 |
* | Add chrome/installer/mac/third_party/xz, and update DEPS to add r50504 on Mac | mark@chromium.org | 2010-06-22 | 3 | -0/+840 |
* | Speculative fix for installed windows build. | tony@chromium.org | 2010-06-22 | 1 | -1/+0 |
* | Load net-internals resources from resources.pak. | tony@chromium.org | 2010-06-22 | 1 | -1/+1 |
* | Minor change to keystone_install.sh: use "${!array[@]}" syntax to list | mark@chromium.org | 2010-06-17 | 1 | -3/+3 |
* | Allow randomized search engines in selection dialog. | mirandac@google.com | 2010-06-16 | 2 | -2/+6 |
* | Avoid a crash when installed version info is not obtainable. | estade@chromium.org | 2010-06-15 | 1 | -0/+1 |
* | Binary differential (delta) updates: keystone_install dmgpatcher support. | mark@chromium.org | 2010-06-15 | 1 | -128/+380 |
* | Update installer for internal plugin. | jam@chromium.org | 2010-06-15 | 2 | -0/+2 |
* | Adapt keystone_install.sh to the shell scripting guidelines. Tidy it up a bit. | mark@chromium.org | 2010-06-14 | 1 | -537/+855 |
* | Provide the complete complement of application and Keystone version numbers | mark@chromium.org | 2010-06-14 | 1 | -41/+60 |
* | Save the Keystone product ID in .patch/product_id on update disk images. | mark@chromium.org | 2010-06-14 | 1 | -13/+23 |
* | Small cleanups in dmgdiffer, dirdiffer, and dirpatcher. | mark@chromium.org | 2010-06-14 | 3 | -36/+32 |
* | Resubmit of r49346 that caused mysterious test failures on the bot. | robertshield@chromium.org | 2010-06-12 | 10 | -280/+289 |
* | Add dmgdiffer, to create update disk images given old and new full-install | mark@chromium.org | 2010-06-11 | 2 | -4/+424 |
* | Stupid fixes | mark@chromium.org | 2010-06-11 | 1 | -4/+4 |
* | Split sign.sh into two pieces to allow the contents of the versioned directory | mark@chromium.org | 2010-06-11 | 5 | -99/+168 |
* | Finish the job that r48732 started. Move the remainder of the | mark@chromium.org | 2010-06-11 | 3 | -0/+1689 |