summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Add unit tests for new added ReceiveErrorjuncai2015-07-174-1/+71
* Remove legacy StartsWithASCII function.brettw2015-07-169-17/+30
* Factor out logic to determine whether a MimeTypesHandler has a plugin and its...raymes2015-07-162-0/+21
* Remove RulesRegistry::Rule typedefwittman2015-07-167-80/+82
* extensions: Add missing xdisplaycheck dep to extensions_unittests.tfarina2015-07-161-0/+7
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-164-12/+18
* [Extensions] Report metrics for the source of a user-visible uninstallationrdevlin.cronin2015-07-161-0/+15
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-164-18/+12
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-164-12/+18
* Split cancelFileTransfers private API method into two methods.mtomasz2015-07-161-0/+1
* Third batch adding real histogram values for extension events.kalman2015-07-161-0/+2
* [Extensions] Add a referrer to the url for reporting extension abuserdevlin.cronin2015-07-152-4/+10
* Add more ReceiveError enumsjuncai2015-07-152-0/+27
* Calling webview.focus() now works correctly even when the webview is already ...paulmeyer2015-07-151-1/+15
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-153-4/+4
* Move JoinString to the base namespace.brettw2015-07-1514-28/+32
* Change KeepAliveImpl to handle extension unload and shutdown correctly.sammc2015-07-153-3/+92
* Move UpdateManifest test from unit_tests into extensions_unittests.tfarina2015-07-154-0/+190
* extensions: |has_port| could be undefined in DeliverMessageToScriptContextbashi2015-07-151-2/+5
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-1414-32/+28
* Add all Media Router extension IDs to mojoPrivate whitelist.kmarshall2015-07-141-1/+5
* Move JoinString to the base namespace.brettw2015-07-1414-28/+32
* [Extensions OOPI] Update ExtensionApiTest.ContentScriptExtensionIframerdevlin.cronin2015-07-142-0/+8
* [Service Worker Registration] Registered extension scheme to allow service wo...annekao2015-07-145-0/+21
* Add a test that getModuleSystem() doesn't work cross originjochen2015-07-145-16/+33
* Update pinDriveFile to accept entries instead of urls.mtomasz2015-07-141-1/+1
* Update getMimeType to work on entries instead of urls.mtomasz2015-07-141-1/+1
* languageSettingsPrivate API definition and stub implementationmichaelpg2015-07-142-0/+9
* Remove CaseInsensitiveCompare from string_util.hbrettw2015-07-141-6/+1
* Update computeChecksum to accept entries instead of urls.mtomasz2015-07-141-1/+1
* Added UMA statistics logging for extensions leveldb open use.cmumford2015-07-139-17/+56
* Replace references to angle.isolate with gl.isolate.kbr2015-07-131-1/+1
* Don't create cross origins references in the extension systemjochen2015-07-131-1/+3
* Move IsolatedStorage helper functions from chrome/ into extensions/.tfarina2015-07-132-2/+42
* Fix build warning in usb_api.ccdongseong.hwang2015-07-131-4/+5
* Fix data race PlatformAppBrowserTest testsakalugin2015-07-131-1/+0
* Update getEntryActions and executeEntryAction to accept entries, not urls.mtomasz2015-07-131-2/+2
* Move GN obj files to target-specific dirsbrettw2015-07-111-0/+115
* Clear an extension's filtered events when a context is destroyed.kalman2015-07-114-134/+133
* Add network proxy input to md-settings internet detailsstevenjb2015-07-101-1/+1
* Check HID access by device node path instead of sysfs path.reillyg2015-07-101-1/+4
* Remove fallback when requesting a single USB interface.reillyg2015-07-102-8/+5
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-4/+4
* [Extensions] Fix improper extension tab ownership bugrdevlin.cronin2015-07-105-38/+7
* Make addFileWatch and removeFileWatch accept entries instead of urls.mtomasz2015-07-101-2/+2
* extensions: Use Maybe APIs in SafeBuiltinsbashi2015-07-102-13/+21
* Fix the extension filtered event documentation link.kalman2015-07-091-1/+1
* Create mdns.forceDiscovery() extension API function.kmarshall2015-07-091-0/+1
* [Extensions OOPI] Update app window bindings for OOPIrdevlin.cronin2015-07-0913-228/+217
* This patch allows context menus stored for a WebView to be cleaned up consist...paulmeyer2015-07-094-19/+9