summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Make URLMatcherConditionSet refcountedbattre@chromium.org2012-04-057-88/+71
* Hook up WebRequestRulesRegistry into old WebRequest APIbattre@chromium.org2012-04-0530-222/+610
* Add ExtensionSytem::Get(Profile*) as a wrapper aroundmpcomplete@chromium.org2012-04-059-22/+23
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-1/+1
* Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for Extensi...aa@chromium.org2012-04-044-4/+27
* Move transient background events from chrome.experimental.extension to chrome...mihaip@chromium.org2012-04-045-31/+60
* Add a link to inspect an inactive transient page from the extension settingsmpcomplete@chromium.org2012-04-041-0/+3
* Add a common BluetoothExtensionFunction base classbryeung@chromium.org2012-04-042-13/+33
* Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-044-27/+4
* Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-044-4/+27
* Honor window size for chrome.windows.create when parent window is maximized.aa@chromium.org2012-04-042-10/+14
* Generate list of valid serial port names. Check against that list.miket@chromium.org2012-04-045-0/+213
* Split the NotificationUIManager into a virtual interface and an impl.rsesek@chromium.org2012-04-041-0/+2
* Hide some network requests from the webrequest APIbattre@chromium.org2012-04-044-45/+92
* FileBrowser: Added setting button for GData in filebrowser.zvorygin@chromium.org2012-04-041-0/+2
* Move webNavigation extension api into a separate directoryjochen@chromium.org2012-04-0410-76/+94
* Revert "Mark ExtensionResourceRequestPolicyTest.Audio as FLAKY on ChromeOS"imasaki@google.com2012-04-041-7/+1
* Revert 130462 - Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-033-3/+3
* Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-033-3/+3
* Fix some issues with extension messaging for transient pages.mpcomplete@chromium.org2012-04-035-30/+37
* Add getDevicesWithService for the bluetooth api.bryeung@chromium.org2012-04-032-14/+50
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-032-0/+2
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Provide real RequestMatcher for declarative webRequest API conditionsbattre@chromium.org2012-04-033-15/+61
* Allow extension context menus to enable/disable itemscduvall@chromium.org2012-04-036-4/+64
* Improve assocation of WebstoreInstallers to CrxInstallers.jstritar@chromium.org2012-04-039-151/+214
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-032-2/+0
* Add full support for filesystem URLs.ericu@google.com2012-04-022-0/+2
* Mark default apps as "from webstore" so NaCl gets enabled.bbudge@chromium.org2012-04-021-2/+16
* Report failures when opening an extension port to the caller.mpcomplete@chromium.org2012-04-023-54/+28
* Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe...mpcomplete@chromium.org2012-04-026-78/+88
* Implement experimental.bluetooth.getAddress.bryeung@chromium.org2012-04-022-11/+18
* Reland 125805 - Reland 124817 - A profile-keyed service for Extensions, Exten...yoz@chromium.org2012-04-0215-60/+857
* Fix Crash in ExtensionSorting::SyncIfNeededcsharp@chromium.org2012-03-311-1/+5
* [uber page] Uber URL cleanups.csilv@chromium.org2012-03-312-4/+2
* Making the test more reliable.nasko@chromium.org2012-03-301-5/+5
* Reset |associated_web_contents_| in extension host when the web contents goes...tbarzic@chromium.org2012-03-303-4/+18
* Ensure that we initiate ExtensionEventRouter operations on the UI thread.miket@chromium.org2012-03-308-9/+44
* Remove deprecated extension source on mac.skerner@chromium.org2012-03-302-46/+0
* Disable ExtensionApiTest.WebNavigationGetFrame on windows.jstritar@chromium.org2012-03-301-1/+3
* Delete invalid/damaged AppPack files, so that they can be downloaded again.joaodasilva@chromium.org2012-03-301-0/+2
* Remove leftover constant declarations accidentally left behind by a previous ...pam@chromium.org2012-03-301-9/+0
* Add histogram for extensions disabled for permissions at startup.yoz@chromium.org2012-03-302-1/+13
* [Coverity] Fix pass-by-value to pass-by-refgroby@chromium.org2012-03-292-2/+2
* Remove remnants of the identity permission, attempt #2.jstritar@chromium.org2012-03-291-5/+1
* Make extension disabled UI appear at startup if extensions are disabled.yoz@chromium.org2012-03-293-14/+15
* Refactor several callers that collect basic extension info.pam@chromium.org2012-03-294-55/+34
* Fix illegal include of tools/json_schema_compiler/any.hbattre@chromium.org2012-03-292-3/+3
* Implement rules removal for WebRequestRulesRegistrybattre@chromium.org2012-03-2911-7/+177
* Implementation of beginning of Declarative Web Request API backendbattre@chromium.org2012-03-2917-0/+1652