summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Deprecate wstring version of PathService::Get() in unit tests.thestig@chromium.org2009-05-041-4/+4
* Try one more time to check in http://codereview.chromium.org/60112aa@chromium.org2009-04-081-28/+33
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-071-33/+28
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-071-28/+33
* Remove deprecated wstring ctor of JSONFileValueSerializer.phajdan.jr@chromium.org2009-04-031-1/+1
* Make the "id" key for extension manifests optional inaa@chromium.org2009-03-311-20/+0
* Support for extensions permissions. This CL only contains, parsing, initializ...rafaelw@chromium.org2009-03-231-0/+39
* Allow multiple js files per content script. Thanks to georged for making this...aa@chromium.org2009-03-201-7/+0
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-181-2/+23
* revert broken change 10833nsylvain@chromium.org2009-03-031-41/+30
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-30/+41
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-33/+28
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-28/+33
* Fix ExtensionViewTest and reenable it.mpcomplete@google.com2009-03-031-1/+1
* Fixed a unittest that I missed during my previous id format change.erikkay@google.com2009-02-271-4/+6
* Manifest renames.aa@chromium.org2009-02-191-19/+19
* Do two TODOs related to --load-extension:aa@chromium.org2009-02-171-0/+2
* Simple installation of extensions using chrome.exe --install-extensionChanged...erikkay@google.com2009-01-291-6/+7
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-231-55/+171
* Revert "Parse more user script info out of the manifest and expose"aa@chromium.org2009-01-221-171/+55
* Parse more user script info out of the manifest and exposeaa@chromium.org2009-01-221-55/+171
* Add version to list of required fields. This is required prep work for exten...erikkay@google.com2009-01-121-0/+9
* Report errors during extension load. Change all the error strings to utf-8.aa@chromium.org2008-12-081-2/+2
* Introduce Extension class that can serializer and deserialize from Valueaa@chromium.org2008-12-021-0/+88