1. 0d8d697 Resubmit: Block content scripts from executing until user grants permission by [email protected] · 11 years ago
  2. 815e782b Revert 273866 "Block content scripts from executing until user g..." by [email protected] · 11 years ago
  3. 2f567b4e Block content scripts from executing until user grants permission by [email protected] · 11 years ago
  4. 3c22078 Introduce ScriptInjection in extensions/renderer to inject UserScripts by [email protected] · 11 years ago
  5. e689367 Pull chrome stuff out of (and move) extensions::Dispatcher. by [email protected] · 11 years ago[Renamed (90%) from chrome/renderer/extensions/user_script_slave.h]
  6. f55c90ee6 Move most of ChromeV8Context to a base ScriptContext by [email protected] · 11 years ago
  7. a836fad Allow cross-origin XHR in unblessed extension context by [email protected] · 11 years ago
  8. 289c44b Move c/c/e/extension_set to top-level extensions/ by [email protected] · 12 years ago
  9. a1221aea Rename WebKit namespace to blink (part 4) by [email protected] · 12 years ago
  10. 49d9b14 Move UserScript and Extension switches to top-level extensions/. by [email protected] · 12 years ago
  11. 65654eeb Use a direct include of the shared_memory header in base/, chrome/, components/. by [email protected] · 12 years ago
  12. 2255a933 Update Blink include paths by [email protected] · 12 years ago
  13. 4570a25 chrome: Update the include paths of base/string_piece.h to its new location. by [email protected] · 12 years ago
  14. 20f97c9 Move UserScript and related into extensions namespace by [email protected] · 13 years ago
  15. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  16. b2ee224 inject platform_apps.js into iframes in platform apps by [email protected] · 13 years ago
  17. 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
  18. 69729ca Consider the origin when computing extension permissions by [email protected] · 14 years ago
  19. 2ee1e3a Factor the static data and its management out of by [email protected] · 14 years ago
  20. 8f2ba5a Initialize content scripts the same way extension scripts are. by [email protected] · 14 years ago
  21. 7df2dce0 Populate ContextInfo::extension_id for all extension-related by [email protected] · 14 years ago
  22. 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago
  23. 641d9f9 Use WebFrame::setIsolatedWorldSecurityOrigin to allow cross-origin XHRs in content scripts. by [email protected] · 14 years ago
  24. 44ad10e6 Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory. by [email protected] · 14 years ago[Renamed (91%) from chrome/renderer/user_script_slave.h]
  25. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  26. ec7db28 Move ExtensionRendereInfo into common and call it ExtensionSet instead. by [email protected] · 15 years ago
  27. 2a521c5 Refactor away all the duplicate extension data structures in by [email protected] · 15 years ago
  28. 8bd0fe6 Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. by [email protected] · 15 years ago
  29. 38e0898 FBTF: More dtor deinlining. (Can almost see the end!) by [email protected] · 15 years ago
  30. 2449241 FBTF: Remove "obviously" unneeded standard C++ library #includes. by [email protected] · 15 years ago
  31. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  32. 638d45d Add --allow-scripting-gallery command line switch to allow extensions by [email protected] · 15 years ago
  33. ee908064 Revert 43684 - Localize CSS files in content scripts (but don't localize JS files). by [email protected] · 15 years ago
  34. d4da3c59 Localize CSS files in content scripts (but don't localize JS files). by [email protected] · 15 years ago
  35. b2a74ca Add chrome.extension.inIncognitoTab for content scripts. by [email protected] · 15 years ago
  36. 55a3569 Initial work on making extensions work in incognito mode. by [email protected] · 16 years ago
  37. c886596 Fix regression where we stopped running content scripts in extension processes. by [email protected] · 16 years ago
  38. 11f485728 Fixes almost all of the rest of lint errors in the chrome/ directory (minus the really hard ones which will need actual review instead of rubber-stamping.) by [email protected] · 16 years ago
  39. 418ed5ab Upstreaming WebKit.gyp by [email protected] · 16 years ago
  40. 6657afa6 Add first class support for user scripts. by [email protected] · 16 years ago
  41. 146486ff Make all content scripts from an extension run in the same by [email protected] · 16 years ago
  42. 912256b3 Try again to land "Implement script API:executeScript" by [email protected] · 16 years ago
  43. 8a16266e Move StringPiece into the base namespace. It is colliding by [email protected] · 16 years ago
  44. dd7daa8 Switch to WebFrame from the WebKit API. by [email protected] · 16 years ago
  45. 80720414 Move scoped_vector.h and stl_util-inl.h to base/ by [email protected] · 16 years ago
  46. 3cfbd0e by [email protected] · 16 years ago
  47. 0afe827 Add early-injection capability to user scripts. by [email protected] · 17 years ago
  48. 39008c0 janitorial: browser_render_process_host header/lint cleanup. (try 2) by [email protected] · 17 years ago
  49. 4d395d09 Reverting 9594. Review URL: http://codereview.chromium.org/20276 by [email protected] · 17 years ago
  50. 216974c janitorial: clean up unnecessary includes in src/chrome/renderer. by [email protected] · 17 years ago
  51. d2a69e2 Integrate URLPattern with Extension user scripts. by [email protected] · 17 years ago
  52. 0999c45 Move parsing of metadata header into browser process. This is a prerequisite by [email protected] · 17 years ago
  53. 49fed325 First pass as implementing the greasemonkey API. This patch by [email protected] · 17 years ago
  54. 0938d3c This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. by [email protected] · 17 years ago[Renamed (73%) from chrome/renderer/greasemonkey_slave.h]
  55. 176aa48 Add Terminate() to the Process object, have RenderProcessHost use this to avoid some more Windows specific code. by [email protected] · 17 years ago
  56. e66546f Add support for @include in Greasemonkey scripts. by [email protected] · 17 years ago
  57. 497321c Show the path to the Greasemonkey script that caused an error in the console. by [email protected] · 17 years ago
  58. 1e0f7040 Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey flag. Implementation follows the pattern of the visited links system. by [email protected] · 17 years ago