1. f994d1e [Extensions] Use document url (not top url) for tab-specific permissions by rdevlin.cronin · 10 years ago
  2. 4bb32d7 [Extensions OOPI] Make programmatic script injection use frame logic by rdevlin.cronin · 10 years ago
  3. a9e6e642 Improve error message for failing code insertion on about:-URLs by rob · 10 years ago
  4. c8bc9a58 Extensions: suspend extension's scripts when V8 is paused by kozyatinskiy · 10 years ago
  5. a5c856cf A refacotring in the renderer side: introduce InjectionHost to de-couple extensions and to support content script injection out of chrome extensions. by hanxi · 10 years ago
  6. 9168b2f Standardize usage of virtual/override/final in extensions/ by dcheng · 11 years ago
  7. 0eac4e1b replace OVERRIDE and FINAL with override and final in extensions/ by mostynb · 11 years ago
  8. 23a8536 Add a withheld permissions model to PermissionsData. Withheld permissions are the permissions which were requested by the extension, but not granted due to how dangerous/powerful they are. Currently, these withheld permissions are only used for all hosts, and only behind the scripts_require_action flag. by [email protected] · 11 years ago
  9. cde18a2d Don't use the frame that's going away in ProgrammaticScriptInjection by [email protected] · 11 years ago
  10. c11e659 Make a Delegate class for extension script injections. by [email protected] · 11 years ago