summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* extensions: Avoid using WebString in Dispatcher::Dispatcher()bashi2015-09-081-29/+31
* Make UsbEventRouter depend explicitly on EventRouter.reillyg2015-09-081-0/+2
* Use DCHECK_CURRENTLY_ON in extensions/thestig2015-09-085-47/+47
* net/dns: Remove unneeded net_util.h includes from header files.tfarina2015-09-082-0/+2
* Show hosted app requests to extensionsrob2015-09-081-1/+14
* [Media Router] Remove obsolete code from media_router_bindings.jsimcheng2015-09-081-23/+0
* bluetooth-advertising: Remove whitelist, add kiosk mode or flag requirement.ortuno2015-09-056-19/+4
* bluetooth-advertising: Move bluetooth low energy api to chrome/ortuno2015-09-0518-5443/+0
* [Media Router] Downgrade MediaSink / add for_display in MediaRoute.imcheng2015-09-041-25/+8
* Remove extensions::Dispatcher::function_names_.kalman2015-09-041-3/+0
* Don't assume ResourceRequestInfo is at UserData key NULL.davidben2015-09-041-4/+4
* [Media Router] Add iconType field to MediaSink.apacible2015-09-031-0/+23
* Implement kiosk multiple apps feature. This includes:jennyz2015-09-0310-11/+171
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-09-0352-3171/+3122
* Fixing the Position of Context Menu for BrowserPlugin (<webview>)ekaramad2015-09-033-0/+9
* Enable the fetch API for extensions.kalman2015-09-031-20/+25
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-033-0/+3
* Add new termination status for failed child process launch.wfh2015-09-021-0/+2
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-023-3/+0
* Don't send extension functions names to every renderer.kalman2015-09-029-47/+0
* Revert of Pass the v8::Context through the willDestroyServiceWorkerContextOnW...kalman2015-09-022-57/+14
* Add TransferFunction for BulkTransfer and InterruptTransfer functionsjuncai2015-09-012-7/+7