summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Fix build break.mpcomplete@google.com2009-03-061-1/+2
* Fix Purify UMR and MLK due to ExtensionViewTest:mpcomplete@google.com2009-03-061-0/+4
* NO CODE CHANGE.maruel@google.com2009-03-051-11/+11
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-053-0/+3
* Reverting 11002.brettw@chromium.org2009-03-053-3/+0
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-053-0/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-053-9/+9
* Add trivial theming support in extensions.erikkay@google.com2009-03-042-3/+55
* Also fixes a bug where an externally installedaa@chromium.org2009-03-043-197/+194
* Fix bone-headed bug where ExtensionErrorReporteraa@chromium.org2009-03-042-2/+9
* revert broken change 10833nsylvain@chromium.org2009-03-034-66/+53
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-034-53/+66
* Revert dsh's change 10818nsylvain@chromium.org2009-03-033-55/+48
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-033-48/+55
* Fix ExtensionViewTest and reenable it.mpcomplete@google.com2009-03-034-10/+38
* Initial work on chrome-ui://extensions/ page. URL now displays a static templ...rafaelw@chromium.org2009-02-282-0/+148
* Disable the ExtensionViewTest while I investigate why it's hanging on thempcomplete@google.com2009-02-271-1/+1
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-275-5/+207
* Add a centralized error reporter to theaa@chromium.org2009-02-275-91/+175
* Fixed a unittest that I missed during my previous id format change.erikkay@google.com2009-02-271-4/+6
* Fix build break on linux (compiler warning).erikkay@google.com2009-02-261-1/+1
* Fix the linux modules build. Comparision between signed and unsigned integers.jhawkins@chromium.org2009-02-261-1/+1
* Enforce new id format (hex str of sha-1)erikkay@google.com2009-02-263-23/+30
* Fix a memory leak in extension install.erikkay@google.com2009-02-261-1/+11
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-264-28/+10
* Auto install and update extensions from a registry defined location. This al...erikkay@google.com2009-02-263-270/+488
* Add logging to ExtensionsService, UserScriptMaster,aa@chromium.org2009-02-241-0/+11
* Fix more gcc 4.3 warnings.evan@chromium.org2009-02-231-7/+10
* Fix linux/mac build bustage.estade@chromium.org2009-02-211-2/+0
* Add NPAPI plugins contained in extensions to the PluginList.mpcomplete@google.com2009-02-214-1/+41
* Create the extensions (<Profile>/Extensions) and user script (<Profile>/User ...rafaelw@chromium.org2009-02-212-0/+9
* Fix linux tests. Can't rely on directory iteration order.aa@chromium.org2009-02-201-1/+2
* Complain when an extension does not contain a user script it claims to.aa@chromium.org2009-02-203-6/+38
* Manifest renames.aa@chromium.org2009-02-195-67/+67
* Do two TODOs related to --load-extension:aa@chromium.org2009-02-173-22/+40
* Add early-injection capability to user scripts.aa@chromium.org2009-02-143-0/+37
* Put up a dialog for extension load and install errors. (this is temporary un...erikkay@google.com2009-02-131-0/+11
* Optionally support URLPatterns in standalone useraa@chromium.org2009-02-103-19/+86
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-055-71/+65
* Fix a leak in the extension installation code.erikkay@google.com2009-02-042-3/+6
* Add a command line flag to load a single extension from an arbitrary (non-ver...erikkay@google.com2009-02-033-19/+63
* Extension loading improvements.erikkay@google.com2009-02-032-30/+74
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-013-8/+13
* Add support for loading Current Version. (haven't removed the old style loadi...erikkay@google.com2009-01-313-17/+53
* Simple installation of extensions using chrome.exe --install-extensionChanged...erikkay@google.com2009-01-296-33/+608
* Re-enable the NoScript unittest.mpcomplete@google.com2009-01-292-3/+1
* Temporarily disable failing test while I fix it.mpcomplete@chromium.org2009-01-291-1/+1
* Fix DCHECK when handling NOTIFY_USER_SCRIPTS_LOADED by not broadcasting thempcomplete@chromium.org2009-01-291-0/+2
* Add user script support to extensions.aa@chromium.org2009-01-255-66/+140
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-2310-218/+439