1. 04307e0 Renamed namespaces of url lib. by [email protected] · 11 years ago
  2. e689367 Pull chrome stuff out of (and move) extensions::Dispatcher. by [email protected] · 11 years ago
  3. 95c7f114 [fsp] Add the getMetadata operation. by [email protected] · 11 years ago
  4. fb5c474 Move DOMActivityLogger and associated code from //chrome to //extensions by [email protected] · 11 years ago
  5. 7d27834c Convert app_shell onLaunched stub to use chrome.shell.onLaunched by [email protected] · 11 years ago
  6. 0995759 Introduce chrome.shell.createWindow stub API for app_shell by [email protected] · 11 years ago
  7. 7eb20e3 Break src/extensions dependency on Chrome's theme_resources.h / .pak by [email protected] · 11 years ago
  8. 533ef3d Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl by [email protected] · 11 years ago
  9. f81a8b3 Stop prompting for the file system write permission in packaged apps. by [email protected] · 11 years ago
  10. fbb597f Settings Overides -- warn user when extensions override their NTP. by [email protected] · 11 years ago
  11. 97da36b5 Use base::STLSet* in place of std::set_* for simplicity. by [email protected] · 11 years ago
  12. 310d42c Export a private webstore API to call into the new inline sign-in flow. by [email protected] · 11 years ago
  13. d8be3b40 Revert "Rename experimental.accessibility to accessibilityPrivate" by [email protected] · 11 years ago
  14. dcedc59 Split feature definitions into extensions and chrome features. by [email protected] · 11 years ago
  15. 2ba7ee1 Use base::STLSet* in place of std::set_* for simplicity and consistency. by [email protected] · 11 years ago
  16. 60411bcd Introduce chrome.bluetoothSocket API. by [email protected] · 11 years ago
  17. 30c409f Add GN template for generated extensions API targets. by [email protected] · 11 years ago
  18. 8ad98bb Add the feature to retain the user gesture in the extension callback. by [email protected] · 11 years ago
  19. f4e972d Introduce ExtensionFunction::RunImplTypesafe and SendResponseTypesafe, by [email protected] · 11 years ago
  20. 2919a5e Cpplint for apps/, extensions/ by [email protected] · 11 years ago
  21. eb59ad1 BookmarkManagerPrivate API meta info improvements. by [email protected] · 11 years ago
  22. 0c0b418 Introduce chrome.bluetoothLowEnergy API. by [email protected] · 11 years ago
  23. be60c40b Put SimpleFeature crash info on the stack so that they show up in the minidump. by [email protected] · 11 years ago
  24. 869f74b9 cleanup: Use EventRouter and some cleanups. by [email protected] · 11 years ago
  25. 80b0c8c PropertyCallbackInfo::This should be a primitive value by [email protected] · 11 years ago
  26. 9217d16 Remove some test files from extensions_unittests target. by [email protected] · 11 years ago
  27. fdc7619 Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPRECATED by [email protected] · 11 years ago
  28. 67abbbc Fix punctuation and remove a word from extension permission warnings. by [email protected] · 11 years ago
  29. e51232f3 Pass Reason as a parameter with OnExtensionUnloaded. by [email protected] · 11 years ago
  30. e42ffb1 Support a "policy" extension location in extension features files. by [email protected] · 11 years ago
  31. 7a755d1 Provide UI for per-extension enabling/disabling of error collection. BUG=362623 by [email protected] · 11 years ago
  32. 9b448320 Use EventRouter instead of ExtensionSystem::Get->event_router() by [email protected] · 11 years ago
  33. bcd9580f Remove ChromeV8Extension & most of ChromeV8Context by [email protected] · 11 years ago
  34. c9afe69 Change ACCELERATED_COMPOSITING blacklist to GPU_COMPOSITING. by [email protected] · 11 years ago
  35. 99c0125b Introduce extensions_strings.grd by [email protected] · 11 years ago
  36. 701a94e Move extensions bindings code out of //chrome by [email protected] · 11 years ago
  37. 4a65637a Break a single histogram into two histograms by [email protected] · 11 years ago
  38. addac55 Remove VIEW_TYPE_NOTIFICATION since it's not used anymore. by [email protected] · 11 years ago
  39. b32f2173 Use default CSP for resource loading in webview (instead of platform app's CSP) by [email protected] · 11 years ago
  40. b68c07b Use EventRouter instead of ExtensionSystem::Get->event_router() by [email protected] · 11 years ago
  41. 3716e10 Merge ExtensionImpl into EventBindings. by [email protected] · 11 years ago
  42. b1248eb Clean-up coding style by [email protected] · 11 years ago
  43. 60961f7 Create ExtensionsRendererClient. by [email protected] · 11 years ago
  44. 7912e82 Stop disabling force_compositing_mode for background RenderViews. by [email protected] · 11 years ago
  45. 2eed39ea Stop using v8::Persistent in ObjectBackedNativeHandler by [email protected] · 11 years ago
  46. c8286b9 Suppress tabs permission warning if there is already a browsingHistory warning. by [email protected] · 11 years ago
  47. c6c301ad Move EventBindings to //extensions by [email protected] · 11 years ago
  48. 4776b52a Fix NULL dereference if a extension subpermission is removed. by [email protected] · 11 years ago
  49. 85df9d1 Move most of extension_file_util.cc into extensions/common/file_util.cc by [email protected] · 11 years ago
  50. dc909f1 extensions: Introduce a fake ExtensionsClient implementation. by [email protected] · 11 years ago
  51. 06dd723 Add experiment to measure time to hash extension content as we read it by [email protected] · 11 years ago
  52. f55c90ee6 Move most of ChromeV8Context to a base ScriptContext by [email protected] · 11 years ago
  53. 9d50871d Mark old Bluetooth API histograms deleted by [email protected] · 11 years ago
  54. 1dae773e Toro: Remove chrome feature channel dep from //extensions by [email protected] · 11 years ago
  55. 54ba65a Add chrome.webcamPrivate idl by [email protected] · 11 years ago
  56. 04783d2 Record extension function call histograms for synchronous functions too. by [email protected] · 11 years ago
  57. 1791e6c9 Toro: Move ExtensionProtocolHandler to //extensions by [email protected] · 11 years ago
  58. a491515 Remove unimplemented and unused IsSchemeBitSet method by [email protected] · 11 years ago
  59. d685c565b Remove ExtensionService::GetInstalledApp() and ExtensionService::IsInstalledApp() by [email protected] · 11 years ago
  60. 1e90a85 Media Galleries: Add a dropPermissionForMediaFileSystem() API. by [email protected] · 11 years ago
  61. 6f451a4 Fix a bug in the API webview.executeScript. After this fix, if the webview (who calls the executeScript API) is navigated to another source, the executeScript API won't be injected and executed in the new source. by [email protected] · 11 years ago
  62. 1ddf5f18 Cleanup webRequest/Internal API and permission registration. by [email protected] · 11 years ago
  63. 0657266d Add metrics OWNERS for extension_function_histogram_value.h. by [email protected] · 11 years ago
  64. 582f60b [fsp] Add requestUnmount() method together with the request manager. by [email protected] · 11 years ago
  65. 0db486f Move extensions manifest IconsHandler to //extensions by [email protected] · 11 years ago
  66. 657116e Show a notification when an ephemeral app consumes excessive disk space by [email protected] · 11 years ago
  67. 1ffebd3b Adds the foundation for extensions test suite. by [email protected] · 11 years ago
  68. b2d8328 Add the first app_shell_browsertests test. by [email protected] · 11 years ago
  69. d96cf75 Add net/base/filename_util.h. by [email protected] · 11 years ago
  70. 6668e5d Move core extensions l10n code to //extensions by [email protected] · 11 years ago
  71. 9d9221f06 Revert 262487 "Add net/base/filename_util.h." by [email protected] · 11 years ago
  72. 3e565e77 Add net/base/filename_util.h. by [email protected] · 11 years ago
  73. aadde59 Move manifest_handler_helpers to //extensions by [email protected] · 11 years ago
  74. c2758de4 Remove unused class UnsafePersistent. by [email protected] · 11 years ago
  75. 244be13 cleanup: cpplint src/extension/* by [email protected] · 11 years ago
  76. 50703fc Cleanup: Remove NOTIFICATION_EXTENSION_UNLOADED usage in MediaScanManager. by [email protected] · 11 years ago
  77. 73131fc1 * Replace "read" method with onReceiveXxx events. by [email protected] · 11 years ago
  78. 7d83967 Remove the kEasyOffStoreInstall switch by [email protected] · 11 years ago
  79. 4b790884 Move extension_icon_set.{h,cc} to //extensions by [email protected] · 11 years ago
  80. dc85cef Revert 262175 "* Replace "read" method with onReceiveXxx events." by [email protected] · 11 years ago
  81. eba06dc * Replace "read" method with onReceiveXxx events. by [email protected] · 11 years ago
  82. abe4d45 Add extensions_unittests target for unit tests in //extensions. by [email protected] · 11 years ago
  83. 5b960e0 Implement actions for Automation API. by [email protected] · 11 years ago
  84. b8ce52f Create an extensions_renderer target by [email protected] · 11 years ago
  85. 8c2802b Reland 261559: Create new app_shell.gyp for app_shell targets. by [email protected] · 11 years ago
  86. cda103d Revert "Revert 261654 "Move some extension constants out of //chrome."" by [email protected] · 11 years ago
  87. e4280178 Revert 261654 "Move some extension constants out of //chrome." by [email protected] · 11 years ago
  88. 960871a Move some extension constants out of //chrome. by [email protected] · 11 years ago
  89. 09186d83 Move chrome.test API files to src/extensions. by [email protected] · 11 years ago
  90. ffc897dc Added method getCaptivePortalStatus to networkingPrivate extension. by [email protected] · 11 years ago
  91. f9e52b4 Revert 261559 "Create new app_shell.gyp for app_shell targets." by [email protected] · 11 years ago
  92. 84d1b2c Move core features code to //extensions by [email protected] · 11 years ago
  93. 7cf7320 Create new app_shell.gyp for app_shell targets. by [email protected] · 11 years ago
  94. 17f2ec7 Remove some chrome dependencies from extensions app_window API by [email protected] · 11 years ago
  95. 6703c15d Check the scheme of a RenderViewHost before assuming it contains an extension. by [email protected] · 11 years ago
  96. 2397ce8 Add unit test for the Settings API Bubble. by [email protected] · 11 years ago
  97. f987f2d Removed unneeded includes. by [email protected] · 11 years ago
  98. 56f81fa Make unknown extension subpermissions warnings instead of errors. by [email protected] · 11 years ago
  99. 8cc3d1c Relanding user gesture fix for external protocol handlers after revert. by [email protected] · 11 years ago
  100. 5d76e14 Rename experimental.accessibility to accessibilityPrivate by [email protected] · 11 years ago