summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/convert_user_script.cc
Commit message (Expand)AuthorAgeFilesLines
* Put manifest string constant declarations into separate headergroby@chromium.org2012-03-231-1/+1
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-2/+2
* Fix exclude_matches functionalityaa@chromium.org2011-12-191-0/+11
* Updating extensions code to use UTF16RDevlin.Cronin@gmail.com2011-12-171-9/+14
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...pkasting@chromium.org2011-09-221-3/+3
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-4/+4
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-4/+4
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-4/+4
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Consider @run-at meta data when converting user scripts.tessamac@chromium.org2011-05-181-0/+9
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-4/+4
* Replace bools in extension creation with flags.mihaip@chromium.org2011-03-291-2/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-1/+6
* Fail gracefully if profile Temp dir can not be accessed.skerner@chromium.org2011-01-191-3/+7
* wstring: Remove a path from an error message.evan@chromium.org2011-01-131-2/+1
* Error out on user scripts that are not UTF8 encoded.skerner@chromium.org2010-12-131-0/+5
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-271-6/+7
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-261-7/+6
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-6/+7
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-7/+6
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-261-6/+7
* Remove some debug switches:skerner@chromium.org2010-07-301-1/+1
* Pack content scripts in a temp directory in the profile dir.skerner@chromium.org2010-07-161-1/+6
* Honor @version field when converting greasemonkey scripts toaa@chromium.org2010-06-221-1/+7
* Extensions: file handling clean up.estade@chromium.org2009-12-181-1/+1
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-2/+2
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Add first class support for user scripts.aa@chromium.org2009-11-041-0/+138