summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Deleting chrome.searchEnginesPrivate API.dpapad2016-02-261-7/+7
* First patch to implement support for MR for off the record media routes (crea...mfoltz2016-02-251-6/+14
* Remove some usages of BrowserThread::UnsafeGetMessageLoopForThreadskyostil2016-02-253-8/+8
* [Media Router] Fix JS error in media_router_bindings.js.imcheng2016-02-251-2/+2
* Add directories handling support for apps/extensions.cmihail2016-02-259-16/+73
* Implement chrome.inputMethodPrivate.onImeMenuListChanged API.azurewei2016-02-241-0/+1
* Clarify chrome.usb API documentation on transfer lengths.reillyg2016-02-241-4/+6
* Update whitelist for bluetoothPrivate for two apps.drustsmith2016-02-231-1/+3
* net: move IsLocalhost() function into url_util.htfarina2016-02-235-5/+2
* Fixed affiliation for device local accounts.peletskyi2016-02-231-1/+4
* Returns JS 'window' object for chrome.input.ime.createWindow API.shuchen2016-02-232-6/+11
* [MediaRouter] Plumb PresentationConnectionClose from MR to Blink.imcheng2016-02-231-2/+37
* Add Bluez initialize call to startup.drustsmith2016-02-232-1/+10
* [Extensions] Update web API cloberring for platform appsrdevlin.cronin2016-02-221-13/+36
* Assign a initial value to local variables to avoid maybe-uninitialized warningtzik2016-02-201-1/+2
* Whitelist Cast Extension to use networkingPrivate.apacible2016-02-191-0/+1
* Android: Add support for android-app scheme in a referrer.lizeb2016-02-193-0/+3
* Whitelist Cast Extension to use WebView.apacible2016-02-181-1/+2
* Add a flag for tab desktop capture and enable tab capture for desktop media p...gyzhou2016-02-182-0/+4
* Invalidate all extensions contexts on shutdownjochen2016-02-171-0/+4
* [Extensions] Add UMA for whether the ExtensionApiFrameIdMap cache is hitrdevlin.cronin2016-02-171-2/+7
* [Extensions] Wire in the ActiveScriptController with WebRequestrdevlin.cronin2016-02-175-23/+41
* Add myself as owner to extensions/renderer for V8 related changesjochen2016-02-171-0/+2
* Remove user gesture bit from PermissionContext code.mlamouri2016-02-173-4/+1
* Remove "experimental-html" from chrome.app.windowrob2016-02-156-80/+8
* [chrome.displaySource] Simplify session error typesmikhail.pozdnyakov2016-02-153-20/+14
* introduce a permission without sub-permissions in mediaGalleries APIryoh2016-02-156-2/+52
* Don't permit URLRequest's for files inside extension's _metadata folderasargent2016-02-131-0/+6
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-132-4/+4
* Construct USB descriptors over explicit values.reillyg2016-02-121-7/+4
* [Extensions] Hook the webRequest API into tab permissions with click-to-scriptrdevlin.cronin2016-02-1112-156/+272
* Move InterfaceProvider into the shell::mojom namespace like the rest of the s...ben2016-02-111-1/+1
* [chrome.displaySource] Session notification improvementsmikhail.pozdnyakov2016-02-119-116/+197
* [Feature Switch][Media Router] Add required field trials to MR switch.imcheng2016-02-112-23/+77
* Add comments for struct members that were changed from size_t to uin32_t or u...jam2016-02-101-0/+3
* Fix re-entrancy and lifetime issue in RenderFrameObserverNatives::OnDocumentE...rob2016-02-102-33/+57
* Fix AppWindow access to uninitialized AppWindowContents.dtseng2016-02-101-1/+3
* [mojo] Delete third_party/mojorockot2016-02-1013-28/+26
* Rename ServiceProvider to InterfaceProvider.ben2016-02-101-3/+3
* Refactor the implementation of the webNavigation extension API.nasko2016-02-092-4/+32
* Fix error in vpnProvider API docscernekee2016-02-091-1/+2
* Switch extension struct members that are sent over IPC to use uint32_t instea...jam2016-02-096-30/+29
* Remove size_ts from IPC files.jam2016-02-092-2/+2
* kiosk: Cache required_platform_version infoxiyuan2016-02-082-12/+11
* update obsolete code.google.com documentation linksmostynb2016-02-082-3/+3
* Updating XTBs based on .GRDs from branch masterKrishna Govind2016-02-081-2/+2
* Add frameId to chrome.tabs.executeScript/insertCSSrob2016-02-078-52/+123
* NaCl cleanup: Remove the need to register PPB_NACL_PRIVATE_INTERFACEmseaborn2016-02-052-12/+0
* [Media Router] Support custom timeout for route requests.imcheng2016-02-051-16/+65
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-2/+2