- c6e4a341 Clean up a few startup and shutdown dependencies which should fix some of the extension by [email protected] · 16 years ago
- e957fe5 Changes to ExtensionsService to support extensions auto-update. by [email protected] · 16 years ago
- 36a784c Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable pref was not being honored. Add tests. by [email protected] · 16 years ago
- abe7a894 Disable extensions besides externally installed ones and themes. by [email protected] · 16 years ago
- 2df4a385 TBR: Fix dead tree. by [email protected] · 16 years ago
- e18236b Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable pref was not being honored. Add tests. by [email protected] · 16 years ago
- 699c1e72 Disable extensions besides externally installed ones and themes. by [email protected] · 16 years ago
- e81dba3 part 3 of toolstrip dragging - persist the drag order by [email protected] · 16 years ago
- f36fa4fb linux: make extensions service test pass in Debug. by [email protected] · 16 years ago
- e72e8eb8 Abstract ExtensionPrefs into their own class. by [email protected] · 16 years ago
- 73875091 Revert r18661. by [email protected] · 16 years ago
- e9e7fcf Pull Extension-related prefs into its own class. Also add a notification for when the extensions service has finished its initial load of extensions, separate from EXTENSIONS_LOADED.TEST=noneBUG=none by [email protected] · 16 years ago
- f90d013 Use GetForegroundWindow instead of GetActiveWindow because the former works on by [email protected] · 16 years ago
- da50530a Use linked_ptr for the ExternalExtensionProviders. by [email protected] · 16 years ago
- 9f1087e Clean up extension loading: by [email protected] · 16 years ago
- 5c23875 Reduce header dependencies in browser/ by [email protected] · 16 years ago
- 5a2721f6 Change extension id format back to mp-decimal, and change the by [email protected] · 16 years ago
- fbcc4030 Verify signed .crx extension installations by [email protected] · 16 years ago
- 3e5f3e9 Fixing memleak found by purify. by [email protected] · 16 years ago
- a1257b1 Factor out the code that deals with installing external extensions through Registry and Preferences into separate classes. While I was at it, I removed the EXTERNAL_INSTALL file, since we now keep track of this in the Preferences. by [email protected] · 16 years ago
- 77384a34 Revert "BUG=12114" by [email protected] · 16 years ago
- 928bfd79 BUG=12114 R=erikkay,wtc by [email protected] · 16 years ago
- ba74f35 Fix memory leak in ExtensionsService when skipping loaded extensions. by [email protected] · 16 years ago
- 86a27407 Fix extension loading code to properly filter out non-themes by [email protected] · 16 years ago
- a3b8c53 Remove the prepended manifest from the crx format. Now we just have the header, the public key, the signature, and the zip. by [email protected] · 16 years ago
- a17f946 chrome.exe --package-extension generates .crx from extension directory by [email protected] · 16 years ago
- d2d89d8 Fix user scripts not getting initialized. by [email protected] · 16 years ago
- 31e8a01 Make extensions installable again. by [email protected] · 16 years ago
- facd7a765 Fix an issue where themes would sporadically fail to install. by [email protected] · 16 years ago
- dd19d64a Fix build. by [email protected] · 16 years ago
- 25b3433 Add this ability to install Extensions using preferences. Also known as: port the installation mechanism to other platforms. by [email protected] · 16 years ago
- 0e34d789 Don't prompt before installing a Theme, move existing prompt so that users aren't prompted twice in the case when they have extensions disabled. by [email protected] · 16 years ago
- 1219891 Validate that extension resources exist. by [email protected] · 16 years ago
- c533bb2 Change plugin handling in extension from "plugin_dir" to a "plugin" list of by [email protected] · 16 years ago
- 9197f3b The extensions service wasn't getting inited despite being used by themes (this manifested itself as theme reinstall failing, because CheckCurrentVersion found the directory, but ExtensionService::extensions_ was empty). by [email protected] · 16 years ago
- 4777bc56 Implements a Zip() utility function. Refactor existing by [email protected] · 16 years ago
- 0c7bc4b Coverity underground warfare: Uninitalized member by [email protected] · 16 years ago
- e2eb4311 Allow themes to be installed without any commandline flag, still require flag for Extensions. Expand themes unittests. by [email protected] · 16 years ago
- 2b4053c Fix a browser crash that occurs if the extension unpacker process crashes by [email protected] · 16 years ago
- 96088fb Fix a race condition in the unpacking of the extension system. by [email protected] · 16 years ago
- 5b1a0e2 Remove unused code from ExtensionsService. by [email protected] · 16 years ago
- 902f7cd Have the browser process rewrite manifest.json and theme/page action images by [email protected] · 16 years ago
- 894bb50 Hook up more of extension uninstall. by [email protected] · 16 years ago
- d24070e2 Move the validation of icons for page actions to load time. by [email protected] · 16 years ago
- 4f313d5 Revert "Hook up more of extension uninstall." by [email protected] · 16 years ago
- 3540c591 Hook up more of extension uninstall. by [email protected] · 16 years ago
- a5b04d1c TBR: Revert "Hook up more of extension uninstall." by [email protected] · 16 years ago
- 6d7c805 Hook up more of extension uninstall. by [email protected] · 16 years ago
- 1fca149 Introducing the Utility process, which handles the unpacking and verification by [email protected] · 16 years ago
- 631cf82 Add ExtensionsService::Uninstall() plus unit tests. by [email protected] · 16 years ago
- 670696347 Add browser_theme_provider to GYP so that Mac and Linux can build. by [email protected] · 16 years ago
- 4a19063 This is the first pass at themes. by [email protected] · 16 years ago
- 481e1a4 Resurrect ExtensionProcessManager. Move the code for starting extension by [email protected] · 16 years ago
- 653c9ea Create a separate UI surface for extensions (bottom shelf) and remove them from the bookmarks bar (for now). by [email protected] · 16 years ago
- ce5c450 PageActions now work across tabs and windows. by [email protected] · 16 years ago
- 5a4940be honor index in createTab() by [email protected] · 16 years ago
- a5720987 Several minor visual fixes to toolstrips: by [email protected] · 16 years ago
- c6463165 Refactor ExtensionView to support a UI-less extension instance. by [email protected] · 16 years ago
- 69f1be8 Remove ExtensionProcessManager and move its functionality onto by [email protected] · 16 years ago
- b68d5ed Initial plumbing for sending events from the browser to extension renderers. Implement onTabMoved. by [email protected] · 16 years ago
- 5bfb1eb0a Try one more time to check in http://codereview.chromium.org/60112 by [email protected] · 16 years ago
- b9a622b9 Revert "Implement chromium.self in content scripts..." by [email protected] · 16 years ago
- 4259f9c Implement chromium.self in content scripts, so that developers don't by [email protected] · 16 years ago
- 1635bc1 Remove deprecated wstring ctor of JSONFileValueSerializer. by [email protected] · 16 years ago
- 0b34496 Make the "id" key for extension manifests optional in by [email protected] · 16 years ago
- 540f91b Minor tweaks to get chrome-ui://extensions working on the Mac. by [email protected] · 16 years ago
- 3cfbd0e by [email protected] · 16 years ago
- 4a8d327 Unrevert 11294. by [email protected] · 16 years ago
- 883fd62 Reverting 11294. Review URL: http://codereview.chromium.org/40321 by [email protected] · 16 years ago
- a0810b26 Support loading extensions into the bookmark toolbar. by [email protected] · 16 years ago
- f0a51fb5 Fixes CRLF and trailing white spaces. by [email protected] · 16 years ago
- cc5da33 Also fixes a bug where an externally installed by [email protected] · 16 years ago
- 8e50b60 revert broken change 10833 by [email protected] · 16 years ago
- 3a79b3c Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
- 6470ee8f Revert dsh's change 10818 by [email protected] · 16 years ago
- 32c1471 Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
- 81e6378 Prototype extension process. This is a proof of concept, with a lot of by [email protected] · 16 years ago
- bb28e06 Add a centralized error reporter to the by [email protected] · 16 years ago
- 252cc25 Fix a memory leak in extension install. by [email protected] · 16 years ago
- b0beaa66 Auto install and update extensions from a registry defined location. This allows developers to install a chrome extension and manage its update process completely indepdendently of Chrome's built-in mechanism. by [email protected] · 16 years ago
- bf24d2c Add logging to ExtensionsService, UserScriptMaster, by [email protected] · 16 years ago
- 46ec902 Fix linux/mac build bustage. by [email protected] · 16 years ago
- 367230c5 Add NPAPI plugins contained in extensions to the PluginList. by [email protected] · 16 years ago
- 05eb0fa Create the extensions (<Profile>/Extensions) and user script (<Profile>/User Scripts) directories during start up if they don't already exists by [email protected] · 16 years ago
- 8d6d9ff Complain when an extension does not contain a user script it claims to. by [email protected] · 16 years ago
- 34aa8dc Manifest renames. by [email protected] · 16 years ago
- 54cb3c9 Do two TODOs related to --load-extension: by [email protected] · 16 years ago
- 79db623 Put up a dialog for extension load and install errors. (this is temporary until we get a more permanent location for errors) by [email protected] · 17 years ago
- 4c7ca4b Fix a leak in the extension installation code. by [email protected] · 17 years ago
- 3cf4f099 Add a command line flag to load a single extension from an arbitrary (non-versioned) directory. This is designed for developers to iterate on extension development without having to go through the install process. by [email protected] · 17 years ago
- 0877fd9 Extension loading improvements. by [email protected] · 17 years ago
- bfd04a6 Remove most header file dependencies on the notification type list. It is by [email protected] · 17 years ago
- 18a1235 Add support for loading Current Version. (haven't removed the old style loading yet) by [email protected] · 17 years ago
- cc65591 Simple installation of extensions using chrome.exe --install-extensionChanged manifest filename to end in .json.Updated authoring script to include sha256 hash of zip file. by [email protected] · 17 years ago
- bdbc87c Add user script support to extensions. by [email protected] · 17 years ago
- eab9b45 Try again to commit r8486, which updates the manifest by [email protected] · 17 years ago
- 0e29223 Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII(""). by [email protected] · 17 years ago
- b4cebf8 Change the signature of JSONReader::Read() and related by [email protected] · 17 years ago
- 8289126 Implement extension:// protocol. by [email protected] · 17 years ago
- 0b73322 Move file enumeration to filepaths. by [email protected] · 17 years ago