Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug in UserScriptLoader. | hanxi | 2015-03-05 | 1 | -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 ↵ | hanxi | 2015-02-13 | 1 | -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} |