summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-09-2227-0/+54
* Delete dead code related to the removed helper apps.kerrnel2015-09-211-32/+0
* Removed a stale TODO in web_view_content_script_manager.h for work that has a...paulmeyer2015-09-211-2/+0
* Cleanup: Pass std::string as const reference from extensions/ki.stfu2015-09-216-31/+29
* Allow extensions to specify that they are not allowed in incognito mode.kundaji2015-09-1814-27/+112
* [Extensions] Incorporate Finch trials with FeatureSwitchrdevlin.cronin2015-09-182-21/+58
* Make deps of GN groups public.brettw2015-09-181-1/+1
* Finish the implementation of chrome.runtime.getBackgroundClient() for extensi...kalman2015-09-187-33/+257
* Exposing a new BLE connection API in the EasyUnlock private JS API.sacomoto2015-09-182-0/+6
* Add chrome.usb.getConfigurations function.reillyg2015-09-186-3/+99
* Use chrome.management to manage the list of third-party VPN providers.stevenjb2015-09-171-1/+4
* [Extensions] Make methods return refptrs for PermissionSetrdevlin.cronin2015-09-175-78/+63
* bindings: Fixes exposed JS APIs for platform apps.yukishiino2015-09-171-6/+7
* Add chrome.i18nPrivate.getStrings for translations in component extensionstsergeant2015-09-172-1/+3
* Add Provider Name to ONC ThirdPartyVPN dictionarystevenjb2015-09-175-40/+140
* PlzNavigate: fix timing issue in app window creationclamy2015-09-175-0/+51
* [Extensions] Make URLPatternSet set methods return an URLPatternSetrdevlin.cronin2015-09-164-93/+57
* Exposing a new BLE connection finder JS API in chrome.easyUnlockPrivate.sacomoto2015-09-161-0/+1
* Revert of Don't refer browser-initiated navigations to web-safe URLs to deleg...wjmaclean2015-09-161-12/+11
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-163-4/+6
* [Extensions] Allow revokable permissionsrdevlin.cronin2015-09-168-18/+81
* pan/tilt position could be negative (See the Sony EV1-HD1 camera technical ma...xdai2015-09-161-19/+27
* Cleanup: Remove unneeded base/memory/shared_memory.h #includes.thestig2015-09-152-2/+0
* openSerialWebcam() assumes there is always a valid VISCA webcam in the other ...xdai2015-09-152-3/+5
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-09-1552-2028/+0
* CHECK that URLRequestJobs are not orphaned while blocked by extensions.davidben2015-09-142-0/+19
* [Extensions] Don't allow extensions to inject scripts into extension pagesrdevlin.cronin2015-09-146-59/+49
* Use v8::Contexts rather than GURLs as keys to extension service workers.kalman2015-09-149-81/+231
* Prepare MimeHanderViewContainer for removing swapped out RenderFrame.nasko2015-09-141-3/+14
* Prepare GuestView for removing swapped out RenderFrame.nasko2015-09-141-1/+10
* Simplify SendRequest of Extension API calls.pneubeck2015-09-113-29/+11
* Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.reillyg2015-09-1112-50/+37
* Revert of Check the tab ID before delivering an extension message. (patchset ...nednguyen2015-09-102-16/+1
* Add missing histogram values for <webview>'s WebRequest API events.lazyboy2015-09-104-6/+29
* Don't Allow Service Workers for Unloaded Extensionsrdevlin.cronin2015-09-108-0/+109
* Fix content verification failures on unusual content script pathsasargent2015-09-101-26/+30
* Exposing a new chrome.bluetoothPrivate.pair JS API.sacomoto2015-09-105-0/+99
* Allow 'chrome-extension:' URLs to bypass content settings (1/2)mkwst2015-09-101-0/+3
* Permission messages: Move strings from extensions_strings.grd to generated_re...treib2015-09-102-137/+2
* Move Singleton and related structs to namespace baseolli.raula2015-09-1056-60/+67
* In current design, chrome.webcamPrivate.reset(id, {pan: 0, tilt: 0, zoom: 0})...xdai2015-09-091-0/+4
* Add wjmaclean@chromium.org to various guest_view/web_view OWNERS.wjmaclean2015-09-095-1/+6
* Remove "API proposal for chrome.app.window to intercept all keys."sriramsr2015-09-0914-68/+3
* This patch allows the webview.partitions.accessible_resources entry in chrome...paulmeyer2015-09-0910-35/+84
* Add new certificateProvider extension API.pneubeck2015-09-093-0/+5
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-093-3/+0
* Use EnumerateHeaderLines to parse added headers in webRequest APIrob2015-09-091-7/+11
* Add chrome.virtualKeyboardPrivate.setHotrodKeyboard apibshe2015-09-095-0/+40
* Disable the extension service worker checks that are crashing the renderer.kalman2015-09-091-2/+18
* Disable extension Panels on Dev and Canary, except for the whitelisttapted2015-09-094-6/+26