summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/user_script_master.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make <all_urls> and file:///* in permissions trigger "Allow file access"mihaip@chromium.org2011-04-011-6/+0
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-1/+2
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-2/+2
* Refactor away all the duplicate extension data structures inaa@chromium.org2011-01-261-0/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-1/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-5/+5
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+0
* Move:ben@chromium.org2010-12-021-1/+1
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-3/+3
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-8/+1
* Allow URLPatterns to omit trailing slash.aa@chromium.org2010-10-261-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-4/+4
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* Remove some more log spam.aa@chromium.org2010-09-221-1/+0
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-2/+2
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-1/+1
* Require user opt-in before allowing content script injection on file URLs.mpcomplete@chromium.org2010-06-241-0/+22
* Honor @version field when converting greasemonkey scripts toaa@chromium.org2010-06-221-0/+6
* Remove BOM from js and css files in content script.cira@chromium.org2010-06-031-6/+9
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+1