| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GetExtensionService calls and replace with PKSF calls through the Exte... | mirandac@chromium.org | 2012-11-30 | 1 | -2/+3 |
* | Clean-up inline members of nested classes (chrome/) | hans@chromium.org | 2012-08-10 | 1 | -0/+2 |
* | Moved ExtensionMessage* into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-25 | 1 | -3/+3 |
* | Move UserScript and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-13 | 1 | -5/+8 |
* | Remove two deprecated methods from base::Version | isherman@chromium.org | 2012-07-11 | 1 | -3/+3 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -4/+5 |
* | Allow extensions to be packed where the resources are symlinks. | agl@chromium.org | 2012-04-20 | 1 | -1/+2 |
* | Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount | mdm@chromium.org | 2012-03-14 | 1 | -2/+2 |
* | Fix exclude_matches functionality | aa@chromium.org | 2011-12-19 | 1 | -0/+6 |
* | Allow all URLPatterns to have ports. | aa@chromium.org | 2011-12-19 | 1 | -2/+1 |
* | Move URLPattern::ParseOption into a field. | aa@chromium.org | 2011-12-09 | 1 | -3/+3 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -7/+8 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -10/+12 |
* | More NewRunnable* -> base::Bind for chrome/browser/extensions/. | adamk@chromium.org | 2011-10-17 | 1 | -4/+5 |
* | Fix RENDERER_PROCESS_CREATED AllSources listeners in UserScriptMaster and Vis... | yoz@chromium.org | 2011-10-14 | 1 | -1/+5 |
* | Added code for localizing scripts CSS before injection takes place. | adriansc@google.com | 2011-08-23 | 1 | -9/+43 |
* | Revert 97365 - Added code for localizing scripts CSS before injection takes p... | wez@chromium.org | 2011-08-19 | 1 | -38/+5 |
* | Added code for localizing scripts CSS before injection takes place. | adriansc@google.com | 2011-08-18 | 1 | -5/+38 |
* | Fix to make the log more meaningful when a user script file of an extension c... | hashimoto@chromium.org | 2011-08-10 | 1 | -1/+7 |
* | Removal of Profile from content part 2. | avi@chromium.org | 2011-07-27 | 1 | -1/+2 |
* | Revert 94332 - Removal of Profile from content part 2. | sergeyu@chromium.org | 2011-07-27 | 1 | -2/+1 |
* | Removal of Profile from content part 2. | avi@chromium.org | 2011-07-27 | 1 | -1/+2 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-13 | 1 | -1/+1 |
* | Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec... | jstritar@chromium.org | 2011-07-12 | 1 | -1/+1 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-12 | 1 | -1/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -11/+12 |
* | Use extension match pattern syntax in content settings extension API. | bauerb@chromium.org | 2011-06-30 | 1 | -1/+1 |
* | Fix content script injection when multi-profiles are enabled. | jstritar@chromium.org | 2011-06-23 | 1 | -0/+4 |
* | Coverity: Fix pass by value errors. | kmadhusu@chromium.org | 2011-06-22 | 1 | -2/+3 |
* | Remove obsolete code from UserScriptMaster. | mihaip@chromium.org | 2011-06-02 | 1 | -101/+41 |
* | Consider @run-at meta data when converting user scripts. | tessamac@chromium.org | 2011-05-18 | 1 | -1/+6 |
* | Remove extension dependency from BrowserRenderProcessHost. | jam@chromium.org | 2011-04-23 | 1 | -1/+31 |
* | Refactor ExtensionService/ExtensionServiceInterface to be more testable | akalin@chromium.org | 2011-04-06 | 1 | -2/+2 |
* | Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more... | cmp@chromium.org | 2011-04-06 | 1 | -2/+2 |
* | Refactor ExtensionService/ExtensionServiceInterface to be more testable | akalin@chromium.org | 2011-04-05 | 1 | -2/+2 |
* | Make <all_urls> and file:///* in permissions trigger "Allow file access" | mihaip@chromium.org | 2011-04-01 | 1 | -6/+0 |
* | Move extension messages to their own file and add a RenderViewObserver to sta... | jam@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -2/+2 |
* | Give a helpful warning message if a url patern contains a port. | skerner@chromium.org | 2011-03-04 | 1 | -1/+2 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -2/+2 |
* | Refactor away all the duplicate extension data structures in | aa@chromium.org | 2011-01-26 | 1 | -0/+3 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Change extension unload notification to indicate updates. | asargent@chromium.org | 2010-12-23 | 1 | -1/+2 |
* | Rename ExtensionsService to ExtensionService. | tfarina@chromium.org | 2010-12-14 | 1 | -5/+5 |
* | Remove unneeded browser_process.h includes. | thestig@chromium.org | 2010-12-05 | 1 | -1/+0 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -3/+3 |