summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Remove NOTIFICATION_EXTENSIONS_READY from runtime_api.cclimasdf@gmail.com2014-07-312-35/+27
* Add ExtensionsTest base class for extensions_unittests testsjamescook@chromium.org2014-07-314-37/+109
* Account for all extensions case in UserScriptsUpdated message handlingrdevlin.cronin@chromium.org2014-07-311-2/+12
* content: ResourceType cleanup.tfarina@chromium.org2014-07-312-10/+10
* Extract mojo_base.gyp from mojo.gypmorrita@chromium.org2014-07-302-7/+7
* Allow restricting WebUI-enabled extension APIs to URL patterns.kalman@chromium.org2014-07-3018-193/+431
* extensions: Combine extensions_pak with app_shell_paktfarina@chromium.org2014-07-305-75/+66
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-3010-0/+197
* Fix subtle race conditions in extension script injection.rdevlin.cronin@chromium.org2014-07-302-27/+67
* Declarative content scripts: Renderer-side: per-extension shared memory regio...markdittmer@chromium.org2014-07-3010-72/+270
* Add an EasyUnlockPrivate API to load localized strings from the browser.isherman@chromium.org2014-07-301-0/+1
* Remove NOTIFICATION_SESSION_RESTORE_DONE from src/extensionsjamescook@chromium.org2014-07-302-16/+35
* Add a private Bluetooth API to connect to the SDP service on a remote device ...isherman@chromium.org2014-07-291-0/+1
* Revert of Fix the handling of user gestures for external protocol handler dia...meacer@chromium.org2014-07-296-0/+14
* Actually Disable ExtensionApiTest.ChromeRuntimeReloadmpearson@chromium.org2014-07-291-1/+1
* Revert 286199 "Implement chrome.serial.getDevices() on top of th..."mpearson@chromium.org2014-07-2910-197/+0
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-2910-0/+197
* Revert 286122 "Implement chrome.serial.getDevices() on top of th..."serya@chromium.org2014-07-2910-197/+0
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-2910-0/+197
* Disable flaky ExtensionApiTest.ChromeRuntimeReloaddmichael@chromium.org2014-07-291-7/+2
* Cleanup: Rename kNotification to kNotifications because the permission stringkalman@chromium.org2014-07-292-4/+4
* Add GN Build file for extensions_renderer target.tfarina@chromium.org2014-07-281-0/+164
* Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.kalman@chromium.org2014-07-2812-25/+25
* hid: Remove size from receive APIs and return report ID separately.reillyg@chromium.org2014-07-283-21/+39
* Experience Sampling API implementationcthomp@chromium.org2014-07-283-0/+3
* [gcc 4.8] Fix compilation failure for EXPECT_EQ reported due to -Werror=conve...vivek.vg@samsung.com2014-07-281-1/+1
* extensions/shell: Update README file with the recent flag change.tfarina@chromium.org2014-07-281-1/+5
* Move the serial api and permission features to extensions/.sammc@chromium.org2014-07-284-0/+13
* Remove service worker concepts from _api_features.jsonscheib@chromium.org2014-07-268-82/+2
* An implementation of chrome.socket.secure().lally@chromium.org2014-07-2614-4/+812
* Add GN Build file for extensions_browser target.tfarina@chromium.org2014-07-262-0/+255
* Add support for writing unit tests for Mojo-backed apps/extensions APIs.sammc@chromium.org2014-07-2619-123/+724
* Move the app_shell_browsertests DNS apitest to chrome/browser/api/dns.yoz@chromium.org2014-07-262-1/+3
* Support permission_broker for chrome.hid devices.rockot@chromium.org2014-07-2613-7/+107
* Fix error handling for message parse errors that occur during connection setup.kmarshall@chromium.org2014-07-262-41/+117
* Update masters after the tryserver split.sergeyberezin@chromium.org2014-07-261-1/+1
* Current host warning "Read and modify your data .." should say "Read and chan...mohammed@chromium.org2014-07-252-7/+7
* Additional metrics for disabled extensions and content verificationasargent@chromium.org2014-07-253-1/+26
* Extensions: Move bluetooth APIs to extensions/.thestig@chromium.org2014-07-2534-0/+5125
* Relands "Removed InProcessBrowserTest::CleanUpOnMainThread()"atwilson@chromium.org2014-07-251-1/+1
* extensions: Create extensions_pak target.tfarina@chromium.org2014-07-252-25/+33
* Remove disable-embedded-shared-worker flag and shared worker process related ...horo@chromium.org2014-07-251-1/+0
* Extensions can now use the <extensionoptions> page to embed another extension...ericzeng@chromium.org2014-07-252-2/+6
* Remove Create*Value (except CreateNullValue)estade@chromium.org2014-07-251-2/+1
* Don't allow null bytes in hosts of host permissions.yoz@chromium.org2014-07-253-0/+16
* Remove chrome::NOTIFICATION_PROFILE_DESTROYED usage from src/extensionsjamescook@chromium.org2014-07-253-38/+11
* Fix missing string resource for extensions_unittests on Chrome OSjamescook@chromium.org2014-07-252-1/+8
* Revert 285173 "Removed InProcessBrowserTest::CleanUpOnMainThread()"asvitkine@chromium.org2014-07-241-1/+1
* extensions: Rename repack_components_pack to something more inline with exten...tfarina@chromium.org2014-07-241-1/+1
* Allow extension APIs to be called from WebUI. The only API currentlykalman@chromium.org2014-07-2417-88/+205