1. 8680d31 Extensions: Clean up some < operator definitions to use std::tie. by Istiaque Ahmed · 7 years ago
  2. 68759d08 Web Request: Introduce onActionIgnored event for conflicts. by karandeepb · 7 years ago
  3. a1a134d4 Extensions: Remove unused Warning::CreateNetworkConflictWarning. by karandeepb · 7 years ago
  4. 8213005 Declarative Net Request: Show a warning to user if an extension's ruleset fails to load. by Karan Bhatia · 7 years ago
  5. c9cec10 Switch to standard integer types in extensions/browser/. by avi · 10 years ago
  6. 9550931 Remove legacy StartsWithASCII function. by brettw · 10 years ago
  7. 44ce0ec5 Move StartsWith[ASCII] to base namespace. by brettw · 10 years ago
  8. 200c9546 Using "static_assert" in lieu of "COMPILE_ASSERT" in extensions module by anujk.sharma · 11 years ago
  9. c7e5520 Move ExtensionWarningService and ExtensionsWarningSet, which are used by webrequest api, to extensions. by hanxi · 11 years ago[Renamed (79%) from chrome/browser/extensions/extension_warning_set.cc]
  10. af39f00 Use a qualified path for chromium_strings, google_chrome_strings, and generated_resources. (part 1) by [email protected] · 11 years ago
  11. 539f6b3 Cleanup: Remove unneeded #include from ui/base/l10n/l10n_util.h. by [email protected] · 11 years ago
  12. e9d7496e Temporarily disable an extension if it gets stuck in a loop reloading itself. by [email protected] · 11 years ago
  13. 54ee819 Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extensions. by [email protected] · 11 years ago
  14. 0433872 Revert 242454 "Revert 242450 "Update some uses of UTF conversion..." by [email protected] · 12 years ago
  15. fb94f39 Revert 242450 "Update some uses of UTF conversions in chrome/bro..." by [email protected] · 12 years ago
  16. 762398d Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 12 years ago
  17. 289c44b Move c/c/e/extension_set to top-level extensions/ by [email protected] · 12 years ago
  18. d2065e06 Replace string16 with base::string16 in chrome/browser by [email protected] · 12 years ago
  19. e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
  20. dc6cb14 Warn when extensions suggest conflicting download filenames by [email protected] · 12 years ago
  21. 49a01e64 Update some includes of chrome_notification_types.h by [email protected] · 12 years ago
  22. 112158af Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. by [email protected] · 12 years ago
  23. f34efa2 Fix up unused includes from chrome/browser/extensions to the rest of chrome/browser. by [email protected] · 12 years ago
  24. b4d3771d Improve error messaging of webRequest API in case of conflicts by [email protected] · 13 years ago
  25. 1ba55cf browser: Move global error to subdir. by [email protected] · 13 years ago
  26. 9c8ae8c Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. by [email protected] · 13 years ago
  27. dd447a8 Fix extensions compile issues for Android on sync_unit_tests. by [email protected] · 13 years ago
  28. b20729fe Simplify ExtensionGlobalErrorBadge ownership by [email protected] · 14 years ago
  29. fd50e7b Trigger warning if extensions call webRequest.handlerBehaviorChanged too frequently by [email protected] · 14 years ago
  30. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  31. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  32. a9632c9f Warn user if two extension try to modify webrequests in conflicting ways by [email protected] · 14 years ago
  33. ad50def5 Make NotificationService an interface in the content namespace, and switch callers to use it. Move the implementation to content/browser. Stop creating it in all child processes since it's only used in the browser. by [email protected] · 14 years ago
  34. 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
  35. 7c1490da Warn user in case extension delays network traffic too much. by [email protected] · 14 years ago