1. 1633055 Remove storage-related redirect headers in webkit/common/, update #includes and DEPS files to use storage/ directly by pilgrim · 11 years ago
  2. dcc81485 Add AppWindow.setVisibleOnAllWorkspaces. by jackhou · 11 years ago
  3. 7e1d745 Respect the clipboardRead and clipboardWrite permissions in content scripts. by mek · 11 years ago
  4. 7543ca1 Revert "Add AppWindow.setVisibleOnAllWorkspaces." (https://codereview.chromium.org/469993003) by Nico Weber · 11 years ago
  5. c76ef73 Add AppWindow.setVisibleOnAllWorkspaces. by jackhou · 11 years ago
  6. 2247b151d tryAllocPixels returns bool, allocPixels requires success by reed · 11 years ago
  7. cbb4b86 Change ScriptContextTest.GetEffectiveDocumentURL to use FrameLoadWaiter and re-enable the test. by mek · 11 years ago
  8. f784afd Move app.window API implementation to extensions by hashimoto · 11 years ago
  9. b53144f3 DevTools: set extension name as human-readable name of isolated world by lushnikov · 11 years ago
  10. 93c5de27b Implement the client side of Serial I/O on data pipe. by sammc · 11 years ago
  11. 9ea140f Renderer changes for wiring up shared memory with declarative injection by markdittmer · 11 years ago
  12. 3ac20004 Browser changes for wiring up RequestContentScript API to shared memory by markdittmer · 11 years ago
  13. d96dc3e Implement the host side of serial connection I/O on data pipe. by sammc · 11 years ago
  14. 64275214 Work on GN build of Chrome. by Brett Wilson · 11 years ago
  15. f00a561 Send less data in the DataSender test that timed out under valgrind. by sammc · 11 years ago
  16. 7921e3f Remove implicit conversions from scoped_refptr to T* in extensions/ by dcheng · 11 years ago
  17. 1fd6228 1. Rename ChromeExtensionHostMsg_AttachGuest as ExtensionHostMsg_AttachGuest. by [email protected] · 11 years ago
  18. eab3cc5 Atomic UserScript ID generation by [email protected] · 11 years ago
  19. cd501a7 Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single storage namespace by [email protected] · 11 years ago
  20. 0d775c7 Unify logic of generating a stack trace for extension errors by [email protected] · 11 years ago
  21. 2101c4c Remove BrowserPlugin's -internal-attach method by [email protected] · 11 years ago
  22. 30ee19bc Refactor setIcon to allow for more general use of imageData. by [email protected] · 11 years ago
  23. fdd2837 Extensions: Move id_util functions to crx_file component. by [email protected] · 11 years ago
  24. ae8d0898 Use a qualified path for grit/content_resources.h. by [email protected] · 11 years ago
  25. 558bdb6d Add the JS data pipe client to be used to implement serial send. by [email protected] · 11 years ago
  26. ee92764 Add support for asynchronously loading modules from the background page. by [email protected] · 11 years ago
  27. fa9f08666 Add the JS data pipe client to be used to implement serial receive. by [email protected] · 11 years ago
  28. e99bd0ae Delay creation of the WebUIMojo bindings until the document is ready. The by [email protected] · 11 years ago
  29. 9a1314a Rename two ipc messages in WebViewGuest and move their sender/handler to extensions: by [email protected] · 11 years ago
  30. 638a7d91 Implement more of chrome.serial on the Mojo SerialConnection. by [email protected] · 11 years ago
  31. df80704 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by [email protected] · 11 years ago
  32. eee3522 Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by [email protected] · 11 years ago
  33. 70527de Implement support for <extensionoptions> embedding in WebUI by [email protected] · 11 years ago
  34. 9faae96 Custom launcher pages: right-click menu is now the platform apps menu. by [email protected] · 11 years ago
  35. 755211fe Refactor guest view availability to be API based not permission based. by [email protected] · 11 years ago
  36. 0239bc5 Change the default implementation of ExtensionFunction::HasPermission to use by [email protected] · 11 years ago
  37. 5842610c extensions: Add GN version of extensions_shell_and_test_pak and unittests target. by [email protected] · 11 years ago
  38. 82307f6b Start using RenderFrameProxyHost objects. by [email protected] · 11 years ago
  39. 9fe9726 extensions: Register 'app' and 'webstore' bindings only if they are available. by [email protected] · 11 years ago
  40. ada2df7 Revert of Start using RenderFrameProxyHost objects. (https://codereview.chromium.org/444503002/) by [email protected] · 11 years ago
  41. fa072c0 Start using RenderFrameProxyHost objects. by [email protected] · 11 years ago
  42. 2124640 Remove unneccessary arguments from extensions::DispatcherDelegate by [email protected] · 11 years ago
  43. 016eeef8 extensions: Add GN version of extensions_test_support target. by [email protected] · 11 years ago
  44. b5a2eab Basic Mojo message header validation for JavaScript. by [email protected] · 11 years ago
  45. 728e717a Account for all extensions case in UserScriptsUpdated message handling by [email protected] · 11 years ago
  46. c1abb323 Allow restricting WebUI-enabled extension APIs to URL patterns. by [email protected] · 11 years ago
  47. e8a5608b Implement chrome.serial.getDevices() on top of the Mojo serial service. by [email protected] · 11 years ago
  48. 5672620d Fix subtle race conditions in extension script injection. by [email protected] · 11 years ago
  49. 4c35690 Declarative content scripts: Renderer-side: per-extension shared memory regions (lazily loaded) by [email protected] · 11 years ago
  50. 5d2db6e Revert 286199 "Implement chrome.serial.getDevices() on top of th..." by [email protected] · 11 years ago
  51. 40997d08 Implement chrome.serial.getDevices() on top of the Mojo serial service. by [email protected] · 11 years ago
  52. 1dff3e9 Revert 286122 "Implement chrome.serial.getDevices() on top of th..." by [email protected] · 11 years ago
  53. afac731 Implement chrome.serial.getDevices() on top of the Mojo serial service. by [email protected] · 11 years ago
  54. 60e3e718 Add GN Build file for extensions_renderer target. by [email protected] · 11 years ago
  55. f80685c3 Add support for writing unit tests for Mojo-backed apps/extensions APIs. by [email protected] · 11 years ago
  56. 7282c44 Extensions can now use the <extensionoptions> page to embed another extension's options page with basic iframe-like behavior and features. by [email protected] · 11 years ago
  57. 2c6e3b04c Allow extension APIs to be called from WebUI. The only API currently by [email protected] · 11 years ago
  58. 7685f64 Move apps/shell to extensions/shell. by [email protected] · 11 years ago
  59. f2242183 Fix the origin access whitelist for extensions BUG=393686 by [email protected] · 11 years ago
  60. c4c0c0a1 Disable all the browser_tests that are flaking more than 5% of the time on trybots. by [email protected] · 11 years ago
  61. 1e89d82 Add default fonts for extensions. by [email protected] · 11 years ago
  62. 04be980 Get rid of the rest of CreateStringValue by [email protected] · 11 years ago
  63. b0ac970 Enabling AdInjectionBrowserTest after Activity Log refactoring. by [email protected] · 11 years ago
  64. 99ea16b Don't create a gin::IsolateHolder in extensions unittests. by [email protected] · 11 years ago
  65. 582f6e9 Move ModuleSystemTest and the tests that use it into extensions/. by [email protected] · 11 years ago
  66. ea25b78 Remove extensions_manifest_types extensions API on Android. by [email protected] · 11 years ago
  67. 77a538f OnLazyBackgroundPageActive must ensure the close_sequence_id by [email protected] · 11 years ago
  68. 3d888fa Implement <appview> by [email protected] · 11 years ago
  69. d9f51dad Add support for using AMD modules from extensions modules. by [email protected] · 11 years ago
  70. c931f256 Disable ScriptContextTest.GetEffectiveDocumentURL on Windows by [email protected] · 11 years ago
  71. 23a8536 Add a withheld permissions model to PermissionsData. Withheld permissions are the permissions which were requested by the extension, but not granted due to how dangerous/powerful they are. Currently, these withheld permissions are only used for all hosts, and only behind the scripts_require_action flag. by [email protected] · 11 years ago
  72. feda6a8 Remove page id from the permission granting. by [email protected] · 11 years ago
  73. 97df3be Implement <appview> skeleton. by [email protected] · 11 years ago
  74. d205600 Remove page id from extension script injection permission. by [email protected] · 11 years ago
  75. 0f8bf4f Remove page id from extension's script execution callbacks. by [email protected] · 11 years ago
  76. b2f17e9 setConfig is deprecated, use setInfo or allocPixels instead by [email protected] · 11 years ago
  77. cde18a2d Don't use the frame that's going away in ProgrammaticScriptInjection by [email protected] · 11 years ago
  78. bce20ba Replaced deprecated v8::Message::GetScriptResourceName() with v8::Message::GetScriptOrigin().ResourceName(). by [email protected] · 11 years ago
  79. c11e659 Make a Delegate class for extension script injections. by [email protected] · 11 years ago
  80. dfa752b6 Allow access to the module system as part of an extension browser test. by [email protected] · 11 years ago
  81. ffff5b3 Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc by [email protected] · 11 years ago
  82. 503ae7cd Don't store greasemonkey source as a webstring in a singleton by [email protected] · 11 years ago
  83. f8abc6e4 Make ScriptInjections share more logic by [email protected] · 11 years ago
  84. ac2f8937 Refactor renderer-side script injection. by [email protected] · 11 years ago
  85. 4bf26f6b Adding a new Activity Log method to log Blink core events. by [email protected] · 11 years ago
  86. 0d17cd7 enterprise.platformKeys: Copy-on-read the 'algorithm' member of Key objects. by [email protected] · 11 years ago
  87. 1d33d766 extensions::Dispatcher: Don't crash if forced_idle_timer_ is null. by [email protected] · 11 years ago
  88. 5e3295b Remove extension-specific page load time histogram support for webrequest by [email protected] · 11 years ago
  89. 486a77d8 Remove adview by [email protected] · 11 years ago
  90. 62115ba Call InitOriginPermissions when extension is added to the renderer process. by [email protected] · 11 years ago
  91. 800f987 Make MessagingBindings use ScriptContextSet::ForEach. This is a long-standing by [email protected] · 11 years ago
  92. 17a9bc9 Remove param |context_type| from InitOriginPermissions by [email protected] · 11 years ago
  93. ed51006d This replaces AutomationTree with AutomationRootNode, which is a regular node which happens to be the root of the tree as well, and contains the lookup table for all other nodes etc. by [email protected] · 11 years ago
  94. 8e09c7af Move about://-related constants from //content to //url by [email protected] · 11 years ago
  95. bccce86 Separate PermissionsData::CanExecuteScriptOnPage into two functions by [email protected] · 11 years ago
  96. 076ebeda Remove deprecated permissions functions from Extension by [email protected] · 11 years ago
  97. 751e972 Should provide creation context and isolate for WebBlob::toV8Value. by [email protected] · 11 years ago
  98. ac0514f Should provide creation context and isolate for WebDOMError::toV8Value. by [email protected] · 11 years ago
  99. a6910e7 Remove PermissionsData::ForExtension() completely by [email protected] · 11 years ago
  100. fdb0b8e Use createV8Entry() and toV8Value() with context and isolate defined in WebDOMFileSystem. by [email protected] · 11 years ago