| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Convert FileUtilProxy::StatusCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -3/+1 |
* | More NewRunnable* -> base::Bind for chrome/browser/extensions/. | adamk@chromium.org | 2011-10-17 | 1 | -3/+3 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -3/+3 |
* | GCC 4.6 -Wunused-but-set-variable cleanup. | pph34r@gmail.com | 2011-07-01 | 1 | -1/+1 |
* | Move UtilityProcessHost to content and move the message sending/dispatching t... | jam@chromium.org | 2011-06-09 | 1 | -14/+31 |
* | Change the web store private install API to accept a localized extension name. | asargent@chromium.org | 2011-05-26 | 1 | -3/+7 |
* | Add histograms to understand why so many CRX installs fail in the field. | skerner@chromium.org | 2011-05-09 | 1 | -1/+0 |
* | Add histograms that measure unpack time. | skerner@chromium.org | 2011-04-20 | 1 | -0/+72 |
* | Move json_value_serializer to content\common since it's used by code in conte... | jam@chromium.org | 2011-04-16 | 1 | -1/+1 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -2/+2 |
* | Add histograms to show path length and file errors. | skerner@chromium.org | 2011-04-14 | 1 | -1/+37 |
* | Remove RDH from UtilityProcessHost. | willchan@chromium.org | 2011-04-06 | 1 | -2/+1 |
* | Revert 80702 - Remove RDH from UtilityProcessHost.The utility process should ... | isherman@chromium.org | 2011-04-06 | 1 | -1/+2 |
* | Remove RDH from UtilityProcessHost. | willchan@chromium.org | 2011-04-06 | 1 | -2/+1 |
* | 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 | -1/+1 |
* | Give a helpful warning message if a url patern contains a port. | skerner@chromium.org | 2011-03-04 | 1 | -1/+6 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -2/+2 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Add failure reason histogram to SandboxedExtensionUnpacker | skerner@chromium.org | 2011-01-31 | 1 | -100/+167 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Fail gracefully if profile Temp dir can not be accessed. | skerner@chromium.org | 2011-01-19 | 1 | -10/+32 |
* | Made return types of various Value::DeepCopy() implementations more specific | akalin@chromium.org | 2011-01-18 | 1 | -2/+1 |
* | Move more extensions hard coded error messages to .grd file. | tfarina@chromium.org | 2010-12-22 | 1 | -47/+122 |
* | Rename ExtensionsService to ExtensionService. | tfarina@chromium.org | 2010-12-14 | 1 | -1/+1 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -1/+1 |
* | SandboxedExtensionUnpacker::ValidateSignature should check for an empty signa... | jschuh@google.com | 2010-11-11 | 1 | -0/+4 |
* | Delete temp extension directory on the file thread. | jam@chromium.org | 2010-11-05 | 1 | -6/+6 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-04 | 1 | -1/+8 |
* | Unrevert again r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-27 | 1 | -5/+7 |
* | Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "... | thakis@chromium.org | 2010-10-26 | 1 | -7/+5 |
* | Unrevert r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -5/+7 |
* | Revert r63919 "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -7/+5 |
* | Part 2 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-26 | 1 | -5/+7 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part20: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part10: | tfarina@chromium.org | 2010-10-09 | 1 | -7/+7 |
* | FBTF: Continue fixing nits found by my automated source scanner. | erg@google.com | 2010-10-05 | 1 | -0/+2 |
* | Added check when unpacking extensions for a null key. | cdn@chromium.org | 2010-09-15 | 1 | -0/+4 |
* | [Chrome OS] Add signing and verification to ownership API | cmasone@google.com | 2010-08-31 | 1 | -11/+2 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -2/+5 |
* | Give a better error when extension unpacking can't be done. | skerner@chromium.org | 2010-07-30 | 1 | -16/+29 |
* | Remove some debug switches: | skerner@chromium.org | 2010-07-30 | 1 | -20/+1 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-07-01 | 1 | -4/+20 |
* | Revert 51231 - Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -20/+4 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -4/+20 |
* | Reland r50834 | aa@chromium.org | 2010-06-25 | 1 | -25/+1 |
* | Revert r50834 | aa@chromium.org | 2010-06-25 | 1 | -1/+25 |