| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: attach devtools front-end earlier when extension background page is... | yurys@chromium.org | 2010-09-27 | 1 | -0/+4 |
* | Revert incognito option for external_extensions.json file | dpolukhin@chromium.org | 2010-09-24 | 1 | -4/+2 |
* | Revert 60169 - Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -2/+0 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -0/+2 |
* | Enable and disable Chat Manager component extension based on labs preference ... | scherkus@chromium.org | 2010-09-21 | 1 | -2/+2 |
* | Move ExtensionsServiceBackend class into the .cc file. | tfarina@chromium.org | 2010-09-16 | 1 | -113/+0 |
* | Enable incognito mode from external_extensions.json | dpolukhin@chromium.org | 2010-09-14 | 1 | -4/+8 |
* | Fix spacing for extension omnibox keyword icons. | mpcomplete@chromium.org | 2010-09-08 | 1 | -0/+5 |
* | Protect local storage created by extension apps. | andybons@chromium.org | 2010-09-01 | 1 | -0/+14 |
* | Reland r57788 - Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-31 | 1 | -0/+5 |
* | Revert 57788 - Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-28 | 1 | -5/+0 |
* | Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-28 | 1 | -0/+5 |
* | When extension is blacklisted by admin policy, it should be removed if alread... | finnur@chromium.org | 2010-08-21 | 1 | -2/+9 |
* | Allow update URLs in external_extensions.json. | skerner@chromium.org | 2010-08-19 | 1 | -14/+40 |
* | Revert 56683 - When extension is blacklisted by admin policy, it should be re... | finnur@chromium.org | 2010-08-19 | 1 | -6/+0 |
* | When extension is blacklisted by admin policy, it should be removed if alread... | finnur@chromium.org | 2010-08-19 | 1 | -0/+6 |
* | Upon a bad reload of an extension, leave the original disabled instead of bla... | andybons@chromium.org | 2010-08-16 | 1 | -1/+7 |
* | Made IsGalleryDownloadURL() compare based on spec and made it a | akalin@chromium.org | 2010-08-14 | 1 | -3/+0 |
* | Grant ChromeApplications unlimited appcache and database storage if requested. | michaeln@chromium.org | 2010-08-13 | 1 | -1/+12 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 1 | -1/+0 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -3/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | NTP: Use the store as the last thumbnail in case we have no apps installed. | arv@chromium.org | 2010-07-20 | 1 | -0/+3 |
* | Use the extension icon for extension omnibox results instead of the generic | mpcomplete@chromium.org | 2010-07-15 | 1 | -1/+7 |
* | Reworked ExtensionsService::AddPendingExtension(). | akalin@chromium.org | 2010-06-26 | 1 | -7/+11 |
* | Reland r50834 | aa@chromium.org | 2010-06-25 | 1 | -4/+2 |
* | Revert r50834 | aa@chromium.org | 2010-06-25 | 1 | -2/+4 |
* | Allow multiple domains in app. | aa@chromium.org | 2010-06-25 | 1 | -4/+2 |
* | Revert r50804 "Reworked ExtensionsService::AddPendingExtension()." | hclam@chromium.org | 2010-06-25 | 1 | -11/+7 |
* | Reworked ExtensionsService::AddPendingExtension(). | akalin@chromium.org | 2010-06-25 | 1 | -7/+11 |
* | Only examine host & path in gallery download url check | rafaelw@chromium.org | 2010-06-24 | 1 | -1/+6 |
* | Require user opt-in before allowing content script injection on file URLs. | mpcomplete@chromium.org | 2010-06-24 | 1 | -0/+11 |
* | Prevent installation of an app if its web extent overlaps another installed app. | mpcomplete@chromium.org | 2010-06-03 | 1 | -3/+8 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -2/+3 |
* | First pass at experimental omnibox API. There are plenty of rough edges and f... | mpcomplete@chromium.org | 2010-05-28 | 1 | -2/+3 |
* | Allow extensions to be overinstalled with extensions of same | aa@chromium.org | 2010-05-19 | 1 | -4/+0 |
* | Adding ExtensionPrefs methods for storing update-when-idle data. | asargent@chromium.org | 2010-04-27 | 1 | -15/+1 |
* | Start up extension event routers later in BrowserMain, so | huanr@chromium.org | 2010-04-15 | 1 | -0/+3 |
* | Fix errors in ExtensionPrefs with storing the blacklist last ping day. | asargent@chromium.org | 2010-04-06 | 1 | -0/+6 |
* | Makes tab contents look for extension whose extent contains the | sky@chromium.org | 2010-04-01 | 1 | -1/+5 |
* | Send ping days parameter for extension blacklist update checks | asargent@chromium.org | 2010-03-30 | 1 | -2/+2 |
* | Changed AddPendingExtension() to treat adding an already-installed | akalin@chromium.org | 2010-03-29 | 1 | -3/+5 |
* | Added support for pending extensions to ExtensionsService and | akalin@chromium.org | 2010-03-26 | 1 | -0/+51 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 1 | -0/+3 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 1 | -3/+0 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 1 | -0/+3 |
* | Revert r42467: "Clear cookies, local storage and databases when an extension ... | maruel@chromium.org | 2010-03-24 | 1 | -3/+0 |
* | Clear cookies, local storage and databases when an extension gets uninstalled. | jochen@chromium.org | 2010-03-24 | 1 | -0/+3 |
* | Fix 2 bugs related to remembering loaded unpacked extensions. | mpcomplete@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Initial version of an experimental Extensions Context Menu API. | asargent@chromium.org | 2010-03-23 | 1 | -1/+8 |