1. 8e7c121 Extensions: Refactor use of range check of custom extension menu ids by Catherine Mullings · 8 years ago
  2. 783d51f Extensions: Fix context menu to show multiple top-level extension menus by Catherine Mullings · 8 years ago
  3. ff2cdbc Revert "Revert "[Extensions] Added visibility property to chrome.contextMenu items API"" by catmullings · 8 years ago
  4. e83bf88 Revert "[Extensions] Added visibility property to chrome.contextMenu items API" by Dave Schuyler · 8 years ago
  5. 4424885 [Extensions] Added visibility property to chrome.contextMenu items API by Catherine Mullings · 8 years ago
  6. 32426e0 Make some updates to extension iconography. by estade · 9 years ago
  7. 5d5b7e9 Remove stl_util's deletion function use from chrome/browser/extensions/. by avi · 9 years ago
  8. c963c714 Convert //chrome/browser/extensions from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  9. cbe35ba Add frameId to contextMenus.onClicked / onclick. by rob · 9 years ago
  10. 7e955d2 Remove ScopedVector from/extenisons part#2 by limasdf · 10 years ago
  11. 413226da Fix an off-by-one error in checking # of action context menu items in by lazyboy · 10 years ago
  12. fc103da Cleanup: Remove more unneeded ifdefs in chrome/browser/extensions. by [email protected] · 11 years ago
  13. 69e1c12d Extend contextMenus API to support browser/page actions by [email protected] · 11 years ago
  14. a9711bf Revert 288418 "Extend contextMenus API to support browser/page a..." by [email protected] · 11 years ago
  15. 99122f04 Extend contextMenus API to support browser/page actions by [email protected] · 11 years ago
  16. a146532b Make custom id ranges injectable by [email protected] · 11 years ago
  17. f5fede0 Replace Profile with content::BrowserContext in menu related extension classes by [email protected] · 11 years ago
  18. 6f9d2c6 <webview>: Context menu API implementation CL. by [email protected] · 11 years ago
  19. 59b0e60 Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. by [email protected] · 11 years ago
  20. 1d5cf414 Clean up extension_util.h. by [email protected] · 11 years ago
  21. 0433872 Revert 242454 "Revert 242450 "Update some uses of UTF conversion..." by [email protected] · 11 years ago
  22. fb94f39 Revert 242450 "Update some uses of UTF conversions in chrome/bro..." by [email protected] · 11 years ago
  23. 762398d Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 11 years ago
  24. 439f1e3 Convert string16 to use base namespace. by [email protected] · 12 years ago
  25. b673a594 Split extensions::MenuManager instance out from ExtensionService. by [email protected] · 12 years ago
  26. a7ff4b7 Moved some functions off ExtensionService into a new file extension_util. by [email protected] · 12 years ago
  27. 0ea8fac Fix top-level context menus sorting by name by [email protected] · 12 years ago
  28. 112158af Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. by [email protected] · 12 years ago
  29. f34efa2 Fix up unused includes from chrome/browser/extensions to the rest of chrome/browser. by [email protected] · 12 years ago
  30. 00491c05 Only add NORMAL separators if menu has at least one item and previous item is not a separator and add RemoveTrailingSeparators. by [email protected] · 12 years ago
  31. 32e7a9b Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(const SkBitmap&) to gfx::Image::CreateFrom1xBitmap(const SkBitmap&) and gfx::ImageSkia::CreateFrom1xBitmap(const SkBitmap&) respectively by [email protected] · 12 years ago
  32. 06bdd2b Remove GetExtensionService calls and replace with PKSF calls through the ExtensionSystem. Extension services were made into ProfileKeyedServices a while ago; this replaces the deprecated calls that ran directly through the Profile object. by [email protected] · 13 years ago
  33. 4f8a4d1 Give platform apps control over launcher right-click context menu. by [email protected] · 13 years ago
  34. 2c1d54d Revert 158691 - Give platform apps control over launcher right-click context menu. by [email protected] · 13 years ago
  35. c0123e2 Give platform apps control over launcher right-click context menu. by [email protected] · 13 years ago