| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -3/+4 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -16/+13 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -2/+4 |
* | Attemp 2 at: | sky@chromium.org | 2010-07-21 | 1 | -29/+0 |
* | Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa... | pinkerton@chromium.org | 2010-07-20 | 1 | -0/+29 |
* | Makes the toolbar visible for apps again. Here's the set of patches I | sky@chromium.org | 2010-07-20 | 1 | -29/+0 |
* | Reworked ExtensionsService::AddPendingExtension(). | akalin@chromium.org | 2010-06-26 | 1 | -6/+7 |
* | Revert r50804 "Reworked ExtensionsService::AddPendingExtension()." | hclam@chromium.org | 2010-06-25 | 1 | -7/+6 |
* | Reworked ExtensionsService::AddPendingExtension(). | akalin@chromium.org | 2010-06-25 | 1 | -6/+7 |
* | Require user opt-in before allowing content script injection on file URLs. | mpcomplete@chromium.org | 2010-06-24 | 1 | -0/+15 |
* | Add a context menu item to toggle app tab toolbars. | aa@chromium.org | 2010-06-06 | 1 | -6/+31 |
* | Adding ExtensionPrefs methods for storing update-when-idle data. | asargent@chromium.org | 2010-04-27 | 1 | -1/+105 |
* | Fix errors in ExtensionPrefs with storing the blacklist last ping day. | asargent@chromium.org | 2010-04-06 | 1 | -12/+71 |
* | Ignore invalid-looking extension ids when loading extensions. | aa@chromium.org | 2010-04-01 | 1 | -0/+7 |
* | Fix NOTREACHED() in extension_prefs.cc. | aa@chromium.org | 2010-03-31 | 1 | -6/+4 |
* | Send ping days parameter for extension blacklist update checks | asargent@chromium.org | 2010-03-30 | 1 | -3/+3 |
* | Rework ordering in ExtensionsService::UninstallExtension() | jochen@chromium.org | 2010-03-26 | 1 | -5/+5 |
* | Fix 2 bugs related to remembering loaded unpacked extensions. | mpcomplete@chromium.org | 2010-03-23 | 1 | -73/+96 |
* | Add a pref for the number of showing icons in the browser actions toolbar. | estade@chromium.org | 2010-03-17 | 1 | -6/+9 |
* | Fix a bug with persistent unpacked extensions where we would not pick up | mpcomplete@chromium.org | 2010-03-12 | 1 | -5/+11 |
* | Persistent "Load unpacked extension" extensions across browser restarts. | mpcomplete@chromium.org | 2010-03-09 | 1 | -1/+14 |
* | Load the bookmark manager extension at Chrome startup. | aa@chromium.org | 2010-03-04 | 1 | -3/+11 |
* | Initial work on making extensions work in incognito mode. | mpcomplete@chromium.org | 2010-02-11 | 1 | -0/+14 |
* | Refactor extension autoupdater. | asargent@chromium.org | 2010-01-28 | 1 | -2/+29 |
* | Fix cases where we weren't expecting a NULL preference. | asargent@chromium.org | 2010-01-15 | 1 | -30/+30 |
* | Permission escalation when extension updates should trigger the install warning | finnur@chromium.org | 2010-01-04 | 1 | -10/+34 |
* | Revert 35184 - This seemed to cause BlacklistedExtensionWillNotInstall | levin@chromium.org | 2009-12-22 | 1 | -34/+10 |
* | Permission escalation when extension updates should trigger the install warni... | finnur@chromium.org | 2009-12-22 | 1 | -10/+34 |
* | Workaround to prevent a crash checking extensions blacklist. | asargent@chromium.org | 2009-12-17 | 1 | -0/+6 |
* | Localizing manifest for installed or unpacked extensions. | cira@chromium.org | 2009-12-16 | 1 | -70/+70 |
* | Fix browser crash in extension system. | finnur@chromium.org | 2009-12-16 | 1 | -0/+11 |
* | Persist the order of extensions in the browser action toolbar across sessions. | estade@chromium.org | 2009-12-14 | 1 | -0/+31 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -22/+19 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-25 | 1 | -0/+12 |
* | Get rid of the extension's "Current Version" file. | mpcomplete@chromium.org | 2009-08-20 | 1 | -3/+41 |
* | Revert "Fix "crashed extension" infobar browser crashes." | phajdan.jr@chromium.org | 2009-08-18 | 1 | -12/+0 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-18 | 1 | -0/+12 |
* | Disable an extension when it is upgraded to a version that requires more | mpcomplete@chromium.org | 2009-08-14 | 1 | -2/+36 |
* | The change has the followings: | lzheng@chromium.org | 2009-08-14 | 1 | -2/+95 |
* | Revert "Fix "crashed extension" infobar browser crashes." | phajdan.jr@chromium.org | 2009-08-11 | 1 | -12/+0 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-11 | 1 | -0/+12 |
* | Implement first cut at the extension installation prompt on Windows. | aa@chromium.org | 2009-08-04 | 1 | -1/+1 |
* | Refactored ExtensionsPrefs to store paths relative to the extensions install ... | rafaelw@chromium.org | 2009-06-25 | 1 | -3/+70 |
* | The Provider for External Extensions no longer uses | finnur@chromium.org | 2009-06-25 | 1 | -3/+7 |
* | part 3 of toolstrip dragging - persist the drag order | erikkay@google.com | 2009-06-19 | 1 | -0/+10 |
* | Abstract ExtensionPrefs into their own class. | erikkay@google.com | 2009-06-18 | 1 | -0/+187 |
* | Revert r18661. | willchan@chromium.org | 2009-06-18 | 1 | -184/+0 |
* | Pull Extension-related prefs into its own class. Also add a notification for... | erikkay@google.com | 2009-06-17 | 1 | -0/+184 |