summaryrefslogtreecommitdiffstats
path: root/extensions/common/host_id.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in UserScriptLoader.hanxi2015-03-051-1/+2
| | | | | | | | | | | 1. Fix a misuse of a released pointer in UserScriptLoader; 2. Add initilaztions for the variables that will be picked in UserScript. BUG=461052 Review URL: https://codereview.chromium.org/982113002 Cr-Commit-Position: refs/heads/master@{#319329}
* A refacotring in the renderer side: introduce InjectionHost to de-couple ↵hanxi2015-02-131-0/+32
extensions and to support content script injection out of chrome extensions. BUG=437566 Review URL: https://codereview.chromium.org/885493007 Cr-Commit-Position: refs/heads/master@{#316283}