| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a crash in the Extension Creator when crx is in use. | finnur@chromium.org | 2011-08-16 | 1 | -0/+4 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -4/+4 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -12/+12 |
* | Replace bools in extension creation with flags. | mihaip@chromium.org | 2011-03-29 | 1 | -2/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Path to extension directory to be packed must be absolute. | skerner@chromium.org | 2011-03-11 | 1 | -1/+8 |
* | Give a helpful warning message if a url patern contains a port. | skerner@chromium.org | 2011-03-04 | 1 | -0/+1 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Unrevert again r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-27 | 1 | -1/+1 |
* | Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "... | thakis@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Unrevert r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Revert r63919 "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Part 2 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Move the rest of the Extension data into either StaticData or RuntimeData | mpcomplete@chromium.org | 2010-10-18 | 1 | -0/+1 |
* | Return NULL instead of false when appropriate. | evan@chromium.org | 2010-06-10 | 1 | -3/+3 |
* | extensions: Internationalize error code messages. | aa@chromium.org | 2010-03-12 | 1 | -15/+30 |
* | Further reduce the bad dependency of chrome/common on chrome/browser. | phajdan.jr@chromium.org | 2010-02-24 | 1 | -1/+1 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 1 | -1/+0 |
* | Add validation to extension packaging. | aa@chromium.org | 2009-11-17 | 1 | -0/+10 |
* | Delete the temp dir created by CreateZip. | thestig@chromium.org | 2009-11-03 | 1 | -3/+8 |
* | Filter out hidden files, both when loading extensions and when | aa@chromium.org | 2009-10-28 | 1 | -1/+1 |
* | linux: fix compile errors in extension_creator | evan@chromium.org | 2009-10-19 | 1 | -9/+18 |
* | Use heap memory intead of stack memory to avoid having to | aa@chromium.org | 2009-09-22 | 1 | -6/+8 |
* | Adds a button to chrome://extensions/ that allows easy packing | aa@chromium.org | 2009-08-31 | 1 | -2/+2 |
* | Pull a SandboxedExtensionUnpacker out of ExtensionsService. | aa@chromium.org | 2009-07-28 | 1 | -6/+6 |
* | Remove svn:executable property from some more files that don't need it. | thestig@chromium.org | 2009-07-10 | 1 | -0/+0 |
* | Verify signed .crx extension installations | rafaelw@chromium.org | 2009-06-12 | 1 | -7/+6 |
* | Revert "BUG=12114" | tc@google.com | 2009-06-11 | 1 | -6/+7 |
* | BUG=12114 | rafaelw@chromium.org | 2009-06-11 | 1 | -7/+6 |
* | Fix UMR in ExtensionCreator. | aa@chromium.org | 2009-06-10 | 1 | -2/+3 |
* | Remove the prepended manifest from the crx format. Now we just have the heade... | aa@chromium.org | 2009-06-10 | 1 | -97/+47 |
* | chrome.exe --package-extension generates .crx from extension directory | rafaelw@chromium.org | 2009-06-09 | 1 | -0/+275 |