summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
Commit message (Expand)AuthorAgeFilesLines
* Extensions Doc:rafaelw@chromium.org2009-07-226-341/+574
* Step 2 in abstracting Extension APIs to shared "IDL".rafaelw@chromium.org2009-07-2211-39/+651
* Fix line endings doc files.rafaelw@chromium.org2009-07-227-486/+486
* Small improvements to the hello world tutorial.kathyw@google.com2009-07-174-13/+36
* A small start: add icons to the extension manifest.aa@chromium.org2009-07-175-11/+70
* First cut at extension docs.rafaelw@chromium.org2009-07-159-0/+740
* First extensions doc putback (if Raf doesn't beat me).kathyw@google.com2009-07-1515-0/+410
* Various minor fixes:aa@chromium.org2009-07-153-18/+9
* Refactor extension constants to improve readability, debugging, and to make i...erikkay@chromium.org2009-07-136-380/+420
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-102-0/+0
* Add a couple of more extension unit tests for pagefinnur@chromium.org2009-07-022-2/+91
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-012-10/+35
* Allow extension extensions to be case-insensitive.avi@chromium.org2009-06-292-0/+11
* two more unit_test fixes for: http://codereview.chromium.org/140018rafaelw@chromium.org2009-06-251-0/+1
* Refactored ExtensionsPrefs to store paths relative to the extensions install ...rafaelw@chromium.org2009-06-251-5/+2
* Temporary extension UI for the Mac.avi@chromium.org2009-06-251-0/+13
* Small piece of extensions auto-update: add an auto-update url member varasargent@chromium.org2009-06-183-6/+72
* Small cleanup of constness.mad@google.com2009-06-184-14/+16
* Remove tooltip from page_action and just use the name as the tooltip. We don'...finnur@chromium.org2009-06-172-15/+1
* Change extension id format back to mp-decimal, and change theaa@chromium.org2009-06-132-14/+64
* Verify signed .crx extension installationsrafaelw@chromium.org2009-06-125-177/+105
* Revert "BUG=12114"tc@google.com2009-06-115-105/+177
* BUG=12114rafaelw@chromium.org2009-06-115-177/+105
* Remove the prepended manifest from the crx format. Now we just have the heade...aa@chromium.org2009-06-101-0/+2
* chrome.exe --package-extension generates .crx from extension directoryrafaelw@chromium.org2009-06-093-54/+107
* Fix an issue where themes would sporadically fail to install.mpcomplete@google.com2009-06-054-18/+77
* Add this ability to install Extensions using preferences. Also known as: port...finnur@chromium.org2009-06-053-22/+71
* Add ability to theme our buttons.glen@chromium.org2009-06-041-7/+20
* Change plugin handling in extension from "plugin_dir" to a "plugin" list ofmpcomplete@google.com2009-06-032-18/+64
* Allow themes to change the background of the new tab page. Adds support for d...glen@chromium.org2009-06-022-0/+15
* Implements a Zip() utility function. Refactor existingaa@chromium.org2009-06-011-2/+2
* Allow themes to be installed without any commandline flag, still require flag...glen@chromium.org2009-05-292-62/+107
* Headers cleanup in chrome/commonphajdan.jr@chromium.org2009-05-293-4/+5
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-268-2/+1348
* Have the browser process rewrite manifest.json and theme/page action imagesmpcomplete@google.com2009-05-222-20/+155
* Introducing the Utility process, which handles the unpacking and verificationmpcomplete@google.com2009-05-152-0/+257
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-062-6/+6
* Try one more time to check in http://codereview.chromium.org/60112aa@chromium.org2009-04-082-0/+15
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-072-15/+0
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-072-0/+15
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-033-1/+4
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-183-30/+146
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-10/+12
* Add early-injection capability to user scripts.aa@chromium.org2009-02-143-1/+32
* NO CODE CHANGE.maruel@chromium.org2009-02-141-101/+101
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-055-1/+265
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-023-0/+382