1. fd4db3d Remove all references to UIThreadExtensionFunction by Clark DuVall · 6 years ago
  2. 926fad8 Remove some unused histogram_value params from ExtensionFunction* by Istiaque Ahmed · 6 years ago
  3. 63c1626 [Extensions] Clean up ExtensionFunction::SetArgs() by Devlin Cronin · 6 years ago
  4. 668c8ab Use base::JSONReader::ReadDeprecated() in various [a-g]* directories. by Lei Zhang · 6 years ago
  5. 6d0558fd Include base/bind.h in the files that use it. by Sebastien Marchand · 7 years ago
  6. f3f6d95 [Extensions Cleanup] Remove api_test_utils::CreateExtension() variants by Devlin Cronin · 7 years ago
  7. acdd17f1 Rename include_incognito function to include_incognito_information. by Ramin Halavati · 7 years ago
  8. 1fa235b6 [Extensions] Update extensions unittests to use manifest v2 by Devlin Cronin · 7 years ago
  9. 186074b Remove unnecessary includes of base/memory/ptr_util.h in extensions/. by Jeremy Roman · 7 years ago
  10. e737318 [Extensions Cleanup] Remove unused api_test_utils method by Devlin Cronin · 7 years ago
  11. 187edaa9 [Extensions] Remove UIThreadExtensionFunction::DelegateForTests by rdevlin.cronin · 9 years ago
  12. e842df6 [Extensions] Code Cleanup - Remove redundant smart-ptr get()s by rdevlin.cronin · 9 years ago
  13. 422a5b1d Implement the private API for quick unlock. by jdufault · 9 years ago
  14. 7d873db [Extensions] DCHECK that ExtensionFunctions respond (and only once) by rdevlin.cronin · 9 years ago
  15. 1e13b85 Use base::RunLoop instead of content::RunLoop in api_test_utils. by lazyboy · 9 years ago
  16. f5d24108 Convert //extensions/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  17. e59eca160 Convert Pass()→std::move() in //extensions by dcheng · 10 years ago
  18. a21ed8c Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ by ki.stfu · 10 years ago
  19. 259c0a3 Add scoped_ptr-safe base::Value to Dictionary/List conversion functions. by reillyg · 10 years ago
  20. cb2ec659a [Extensions] Clean up the handling of ExtensionHostMsg_Request by rdevlin.cronin · 10 years ago
  21. b09312b Use scoped_ptrs in JSONReader::Read functions. by estade · 10 years ago
  22. 745ff1db Move chrome.alarms API from chrome/ to extensions/. by sudarsana.nagineni · 10 years ago
  23. 5c855a281 Move system.display tests to extensions/ by thiago.santos · 11 years ago
  24. 9168b2f Standardize usage of virtual/override/final in extensions/ by dcheng · 11 years ago
  25. 0eac4e1b replace OVERRIDE and FINAL with override and final in extensions/ by mostynb · 11 years ago
  26. 30a1ccd Move extensions power API unit test to extensions_unittests by jamescook · 11 years ago
  27. b6272ef Rework ExtensionApiUnittest to run in extensions_unittests, removing its Chrome dependencies. by yoz · 11 years ago
  28. fc672e1 Adding support for args as ListValues in extension_function_test_utils. by [email protected] · 11 years ago
  29. 904eb66 Move SocketsTcpApiTest.SocketsTcpCreateGood to app_shell_browsertests. by [email protected] · 11 years ago
  30. e49e1014 Move DnsApiTest.DnsResolveIPLiteral and DnsApiTest.DnsResolveHostname to app_shell_browsertests. by [email protected] · 11 years ago