summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Revert of Reimplement automation API on top of C++-backed AXTree. (patchset #...dmazzoni2015-06-194-36/+30
* Add chrome.hid.getUserSelectedDevices API.reillyg2015-06-1910-47/+268
* [Extensions OOPI] Move view type and window id registration to framesrdevlin.cronin2015-06-1914-247/+228
* Use a custom BackoffEntry::Policy for extension_request_limiting_throttle_bro...xunjieli2015-06-194-31/+33
* Fix missing build dependency in //extensions/utilitytapted2015-06-192-0/+2
* Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...agrieve2015-06-192-62/+1
* Reimplement automation API on top of C++-backed AXTree.dmazzoni2015-06-194-30/+36
* This patch expands the documentation at the top of web_view_api_methods.js.paulmeyer2015-06-191-2/+16
* extensions: Use V8 Maybe APIs in ModuleSystembashi2015-06-196-107/+283
* Use ApiResourceManager to manage the life time of web cameras.xdai2015-06-187-86/+148
* [MediaRouter] Update media_rotuer.mojom to use get-next-batch-of-messages ins...haibinlu2015-06-171-12/+43
* extensionview: Replace connect API function with load.apacible2015-06-179-69/+233
* OOPIF: use replicated origins on frames that may be remote.alexmos2015-06-171-2/+1
* Split out content/child's SiteIsolationPolicy into two new classes.nick2015-06-162-3/+2
* [Media Router] Fix JoinRoute mojo validation error bug.imcheng2015-06-161-6/+6
* Revert of Moved logic for mapping child process FDs for ICU and V8 into child...mek2015-06-162-1/+62
* Modify Cast Channel API to convert socket library connection timeoutskmarshall2015-06-162-1/+63
* Moved logic for mapping child process FDs for ICU and V8 into child_process_l...agrieve2015-06-162-62/+1
* Removes casts:// URLs from chrome.cast.channel.mfoltz2015-06-168-205/+23
* [Extensions OOPI] Update extension functions to use RFH pt 3rdevlin.cronin2015-06-165-8/+12
* Renamed RenderProcessHost::IsIsolatedGuest() to RenderProcessHost::IsForGuest...paulmeyer2015-06-163-3/+3
* Make a ResourceThrottle for extensions on top of net::URLRequestThrottlerMana...xunjieli2015-06-1613-0/+2312
* Explicitly whitelist 'blob:' and 'filesystem:' in extensions' default CSP.mkwst2015-06-161-3/+5
* Revert "Make a ResourceThrottle for extensions on top of net::URLRequestThrot...oshima2015-06-1613-2310/+0
* Add guestRenderFrameRoutingId for <webview>s talking to component extensions.lazyboy2015-06-164-5/+18
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-06-161-1/+1
* Miscellaneous changes to finish Media Router upstreaming.kmarshall2015-06-161-6/+6
* [Reland] Destroy ContentWatcher on renderer process shutdownkouhei2015-06-161-0/+1
* Whitelist Cast Extension and Media Router to use WebView.apacible2015-06-152-5/+27
* [Media Router] Implement JoinRoute + update CreateRoute API.imcheng2015-06-151-20/+21
* [Extensions OOPI] Update extension functions to use RFH pt 2rdevlin.cronin2015-06-157-23/+21
* Make a ResourceThrottle for extensions on top of net::URLRequestThrottlerMana...xunjieli2015-06-1513-0/+2310
* Revert of Destroy ContentWatcher on renderer process shutdown (patchset #1 id...skobes2015-06-151-1/+0
* Destroy ContentWatcher on renderer process shutdownkouhei2015-06-151-0/+1
* Guest View: Fix error message string replacement.apacible2015-06-151-1/+1
* blink:bindings: Passes the global context instead of |this| in JS.yukishiino2015-06-155-28/+42
* Implement the chrome.passwordsPrivate API.khorimoto2015-06-131-1/+1
* Move EndsWith to base namespace.brettw2015-06-123-5/+5
* [Extensions OOPI] Update extension functions to use RFH pt 1rdevlin.cronin2015-06-122-8/+16
* Re-revert of Flip extension background page throttling on by default (patchse...oysteine2015-06-121-3/+6
* Move Extension messaging port release functionality fully into C++.kalman2015-06-122-42/+81
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-121-1/+2
* Create a mechanism define declarative rules via the extension manifest.danduong2015-06-1216-79/+825
* [Extensions OOPI] Convert extension functions to use RenderFrameHostsrdevlin.cronin2015-06-1214-146/+122
* [Code cleanup] Delete obsolete flag.rsadam2015-06-124-52/+0
* Moved the cleanup of webview content scripts to happen at the destruction of ...paulmeyer2015-06-124-116/+54
* Remove ExtensionPermission2* histograms.treib2015-06-123-29/+9
* Implement break signal for serial api.limasdf2015-06-126-0/+109
* [MediaRouter] Update MR-2-Extension's PostMessage to return boolean.haibinlu2015-06-121-8/+13
* Move StartsWith[ASCII] to base namespace.brettw2015-06-1213-31/+32