1. fd4db3d Remove all references to UIThreadExtensionFunction by Clark DuVall · 6 years ago
  2. 582ecd1 Copy base::JSONReader::Read() to ReadDeprecated(). by Lei Zhang · 6 years ago
  3. adb9784c Support filtered deletions in browsingData.remove() api by Christian Dullweber · 6 years ago
  4. ad230bb [Extensions] Move WindowController::SetFullscreenMode to browser subclass by Devlin Cronin · 7 years ago
  5. 35252c2b [Extensions] Remove extension_function_test_utils::RunFunctionFlags by Devlin Cronin · 7 years ago
  6. 76cee9c Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 8 years ago
  7. dc72ee94 Make base::Value::TYPE a scoped enum. by jdoerrie · 9 years ago
  8. 187edaa9 [Extensions] Remove UIThreadExtensionFunction::DelegateForTests by rdevlin.cronin · 9 years ago
  9. 165732a4 [Extensions] Code Cleanup - Remove redundant smart-ptr get()s by rdevlin.cronin · 9 years ago
  10. c963c714 Convert //chrome/browser/extensions from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  11. 1fc00f1 Convert Pass()→std::move() in //chrome/browser/extensions by dcheng · 10 years ago
  12. c4f8e24 Don't use base::MessageLoop::{Quit,QuitClosure} in chrome/ by ki.stfu · 10 years ago
  13. 4d36416 Remove use of JSONReader::DeprecatedRead from chrome/browser by olli.raula · 10 years ago
  14. cb2ec659a [Extensions] Clean up the handling of ExtensionHostMsg_Request by rdevlin.cronin · 10 years ago
  15. b09312b Use scoped_ptrs in JSONReader::Read functions. by estade · 10 years ago
  16. 745ff1db Move chrome.alarms API from chrome/ to extensions/. by sudarsana.nagineni · 10 years ago
  17. 08f751f Removed duplicated code in extension_function_test_utils by thiago.santos · 11 years ago
  18. 5c855a281 Move system.display tests to extensions/ by thiago.santos · 11 years ago
  19. af7f415 Cleanup: Remove unneeded ui_test_utils.h includes. by thestig · 11 years ago
  20. 4399163f Set the favicon URL in the tabs returned from chrome.sessions.getDevices. by kalman · 11 years ago
  21. ae36a4a Standardize usage of virtual/override/final in chrome/browser/extensions/ by dcheng · 11 years ago
  22. a15bee1 replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ by mostynb · 11 years ago
  23. f0dcf2f Remove CreateEmptyExtension from extension_function_test_utils by limasdf · 11 years ago
  24. fdd2837 Extensions: Move id_util functions to crx_file component. by [email protected] · 11 years ago
  25. fc672e1 Adding support for args as ListValues in extension_function_test_utils. by [email protected] · 11 years ago
  26. e49e1014 Move DnsApiTest.DnsResolveIPLiteral and DnsApiTest.DnsResolveHostname to app_shell_browsertests. by [email protected] · 11 years ago
  27. a0c91a9f Drive extension functions from ExtensionFunction::Run. The by [email protected] · 11 years ago
  28. 1a043689 extensions: Remove ChromeRenderMessageFilter dependency. by [email protected] · 11 years ago
  29. 0b9de03 Move ExtensionFunctionDispatcher to extensions/browser. by [email protected] · 11 years ago
  30. 659be68 Pull AsyncApiFunction out of src/chrome by [email protected] · 11 years ago
  31. e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
  32. 14c3571a Move ExtensionFunction to the extensions component. by [email protected] · 12 years ago
  33. 21a4008 Remove Profile dependency from ExtensionFunction by [email protected] · 12 years ago
  34. 4bf2b05 Correct comment in extension_function_test_utils.cc for better understanding. by [email protected] · 12 years ago
  35. b3a2509 chrome: Use base::MessageLoop. (Part 3) by [email protected] · 12 years ago
  36. 993da5e Move CrxFile, FileReader, ExtensionResource to src/extensions. by [email protected] · 12 years ago
  37. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  38. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
  39. 49aeab6 Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edition. by [email protected] · 12 years ago
  40. 1d5e58b Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file. by [email protected] · 12 years ago
  41. 0942685 Make sure that a given app/extension requests only its own resources. by [email protected] · 13 years ago
  42. 37bb582 Tabs Extension: Implementation of tabs.duplicate api. by [email protected] · 13 years ago
  43. 5d30f92bf Correct const accessors in base/values.(h|cc), Part II (ListValue) by [email protected] · 13 years ago
  44. 729eb63 Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by content_browsertests. by [email protected] · 13 years ago
  45. 61165fd Show login dialog in a popup if the user is not signed in by [email protected] · 13 years ago
  46. 44f4b13 Move ExtensionWindowController and related into extensions namespace by [email protected] · 13 years ago
  47. 07ff5fd Added support for multiple parameters to Extension API callbacks. by [email protected] · 13 years ago
  48. 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
  49. b51f3562 Remove Browser dependency in ExtensionFunctionDispatcher by [email protected] · 13 years ago
  50. 6d2d55b Alarm resolution changed to minutes and minimum delay added. by [email protected] · 13 years ago
  51. 602542d Use Value objects instead of JSON strings in extension API response IPCs. by [email protected] · 13 years ago
  52. cd578575 Modify the base::JSONReader interface to take a set of options rather than a boolean flag. by [email protected] · 13 years ago
  53. ca6df68 Finish implementation of chrome.experimental.alarms API, with nifty by [email protected] · 13 years ago
  54. 8809f144 Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost. by [email protected] · 14 years ago
  55. ea049a0 Convert a bunch of WebContentsObservers to use web_contents() instead of tab_contents(), as well as all the dependent code. by [email protected] · 14 years ago
  56. 008ff7fb Added populate parameter to chrome.windows.get, chrome.windows.getCurrent, by [email protected] · 14 years ago
  57. 6b55790a Reland of r114615: "chrome.clear: Increasing granularity of public API" by [email protected] · 14 years ago
  58. 8a2c0ed Reverting due to compile failure on multiple bots. by [email protected] · 14 years ago
  59. 7bb3ed0 chrome.clear: Increasing granularity of public API by [email protected] · 14 years ago
  60. bdfc03e Refactor to allow same code to test both sync and async functions. by [email protected] · 14 years ago
  61. d8c8749b9 Fix for management API related to escalated permissions disabled extensions by [email protected] · 14 years ago
  62. d9fdd5f Revert 110264 - Fix for management API related to escalated permissions disabled extensions by [email protected] · 14 years ago
  63. fe0eca5c Fix for management API related to escalated permissions disabled extensions by [email protected] · 14 years ago
  64. 8ce80ea6 Use more idiomatic gtest style in extension_function_test_utils. by [email protected] · 14 years ago
  65. 4e3ce3b Fix ExtensionApiTest.TabUpdateNoPermissions timeouts by [email protected] · 14 years ago
  66. 637bf32 Reland r103624 - Add ExtensionFunctionTest base class and a test by [email protected] · 14 years ago
  67. 7dc95e4 Revert 103536 - Add ExtensionFunctionTest base class and a test for by [email protected] · 14 years ago
  68. 28e2c80 Add ExtensionFunctionTest base class and a test for GetWindowFunction using it. by [email protected] · 14 years ago