summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/user_script_master.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Use a direct include of strings headers in chrome/browser/extensions/, part 4.avi@chromium.org2013-06-101-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-3/+3
* Don't allow injection content scripts into <webview>fsamuel@chromium.org2013-05-101-0/+4
* Add browser test for new user CrOS login flowglotov@chromium.org2013-04-171-8/+19
* Move ContentScripts out of Extensionrdevlin.cronin@chromium.org2013-03-241-1/+3
* Move CrxFile, FileReader, ExtensionResource to src/extensions.yoz@chromium.org2013-03-231-1/+1
* Allow extensions on chrome:// URLs, when flag is set and permission is explic...aboxhall@chromium.org2013-03-211-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-1/+1
* Move default_locale out of Extension class.MHX348@motorola.com2013-01-301-1/+2
* Stop sending events and messages to content script contexts after theirmpcomplete@chromium.org2013-01-161-4/+0
* Remove GetExtensionService calls and replace with PKSF calls through the Exte...mirandac@chromium.org2012-11-301-2/+3
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-101-0/+2
* Moved ExtensionMessage* into extensions namespacerdevlin.cronin@chromium.org2012-07-251-3/+3
* Move UserScript and related into extensions namespacerdevlin.cronin@chromium.org2012-07-131-5/+8
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-111-3/+3
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-4/+5
* Allow extensions to be packed where the resources are symlinks.agl@chromium.org2012-04-201-1/+2
* Avoid using Pickle::WriteSize(), which writes an architecture-dependent amountmdm@chromium.org2012-03-141-2/+2
* Fix exclude_matches functionalityaa@chromium.org2011-12-191-0/+6
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-191-2/+1
* Move URLPattern::ParseOption into a field.aa@chromium.org2011-12-091-3/+3
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-7/+8
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-10/+12
* More NewRunnable* -> base::Bind for chrome/browser/extensions/.adamk@chromium.org2011-10-171-4/+5
* Fix RENDERER_PROCESS_CREATED AllSources listeners in UserScriptMaster and Vis...yoz@chromium.org2011-10-141-1/+5
* Added code for localizing scripts CSS before injection takes place.adriansc@google.com2011-08-231-9/+43
* Revert 97365 - Added code for localizing scripts CSS before injection takes p...wez@chromium.org2011-08-191-38/+5
* Added code for localizing scripts CSS before injection takes place.adriansc@google.com2011-08-181-5/+38
* Fix to make the log more meaningful when a user script file of an extension c...hashimoto@chromium.org2011-08-101-1/+7
* Removal of Profile from content part 2.avi@chromium.org2011-07-271-1/+2
* Revert 94332 - Removal of Profile from content part 2.sergeyu@chromium.org2011-07-271-2/+1
* Removal of Profile from content part 2.avi@chromium.org2011-07-271-1/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-1/+1
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-1/+1
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-11/+12
* Use extension match pattern syntax in content settings extension API.bauerb@chromium.org2011-06-301-1/+1
* Fix content script injection when multi-profiles are enabled.jstritar@chromium.org2011-06-231-0/+4
* Coverity: Fix pass by value errors.kmadhusu@chromium.org2011-06-221-2/+3
* Remove obsolete code from UserScriptMaster.mihaip@chromium.org2011-06-021-101/+41
* Consider @run-at meta data when converting user scripts.tessamac@chromium.org2011-05-181-1/+6
* Remove extension dependency from BrowserRenderProcessHost.jam@chromium.org2011-04-231-1/+31
* Refactor ExtensionService/ExtensionServiceInterface to be more testableakalin@chromium.org2011-04-061-2/+2
* Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...cmp@chromium.org2011-04-061-2/+2
* Refactor ExtensionService/ExtensionServiceInterface to be more testableakalin@chromium.org2011-04-051-2/+2