summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Extensions: Using common ValueStoreFactory for all value stores.cmumford2016-03-2416-232/+57
* Fix assertion at extensions::DisplaySourceConnectionDelegateFactorymaksim.sisov2016-03-231-1/+1
* Add RetainedRef uses where needed.vmpstr2016-03-211-1/+1
* Extend vpnProvider to allow reconnectionscernekee2016-03-162-2/+12
* Invoke createNetwork() callback with GUID, not service namecernekee2016-03-153-3/+13
* [Extensions] Gather more webRequest render frame look up metricsrdevlin.cronin2016-03-151-2/+6
* Extensions: Minor cleanup, formatting/lint errors.cmumford2016-03-142-10/+9
* Migrate net/udp/* to net::IPAddress.martijn2016-03-141-6/+7
* Minor cleanup in TCPSocket code.lazyboy2016-03-121-7/+2
* Remove UnescapeRule::URL_SPECIAL_CHARS from chrome/ and extensions/mmenke2016-03-071-1/+2
* [extensions] Fix several broken assumptions in TCP sockets APIrockot2016-03-061-3/+15
* Change scoped_ptr to be a type alias for std::unique_ptr on OS_LINUX.dcheng2016-03-032-5/+27
* Migrate net::NetworkInterface to net::IPAddress.martijn2016-03-032-2/+2
* Persist the user's active audio device choice across chromeos session and reb...jennyz2016-03-021-1/+2
* Plumb the correct owner document through DocumentInit::m_owner.dcheng2016-03-011-1/+2
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-291-0/+1
* Make extensions::DictionaryBuilder and extensions::ListValue unmovable.dcheng2016-02-272-12/+15
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2724-0/+46
* [chrome.displaySource] further implementation of call completion callbacksmikhail.pozdnyakov2016-02-261-5/+6
* Add directories handling support for apps/extensions.cmihail2016-02-252-4/+7
* net: move IsLocalhost() function into url_util.htfarina2016-02-234-4/+1
* Assign a initial value to local variables to avoid maybe-uninitialized warningtzik2016-02-201-1/+2
* [Extensions] Wire in the ActiveScriptController with WebRequestrdevlin.cronin2016-02-175-23/+41
* Remove "experimental-html" from chrome.app.windowrob2016-02-152-19/+1
* [chrome.displaySource] Simplify session error typesmikhail.pozdnyakov2016-02-151-4/+3
* 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-116-13/+34
* [chrome.displaySource] Session notification improvementsmikhail.pozdnyakov2016-02-112-45/+65
* Add frameId to chrome.tabs.executeScript/insertCSSrob2016-02-071-12/+9
* Make UsbDeviceHandle::ReleaseInterface asynchronous.reillyg2016-02-042-5/+13
* Make extensions use a correct same-origin check.palmer2016-02-031-3/+4
* Reland of Update device/usb and its Mojo interface for variable size ISO pack...reillyg2016-02-023-32/+123
* Revert of Update device/usb and its Mojo interface for variable size ISO pack...zhaoqin2016-02-023-122/+32
* Update device/usb and its Mojo interface for variable size ISO packets.reillyg2016-02-023-32/+122
* Implement webview.captureVisibleRegion()wjmaclean2016-02-015-70/+133
* Remove the code added to make extensions compile on Aura Android.mfomitchev2016-01-281-3/+0
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-271-1/+1
* Remove now-unnecessary wrappers around gfx::Screen::GetScreen()scottmg2016-01-273-10/+2
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-273-6/+4
* webRequest: Check weak ptr before dispatching eventrob2016-01-261-0/+3
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderolli.raula2016-01-252-2/+2
* Expose stable_device_id in audio extension apis.jennyz2016-01-212-8/+14
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderLinesolli.raula2016-01-214-5/+5
* [chrome.displaySource] DisplaySourceConnectionDelegate::Connection interfacemikhail.pozdnyakov2016-01-215-23/+95
* Revert of Implement webview.captureVisibleRegion() (patchset #9 id:160001 of ...tsergeant2016-01-215-119/+70
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-44/+44
* Expose versionName to management apilimasdf2016-01-211-0/+2
* Implement webview.captureVisibleRegion()wjmaclean2016-01-215-70/+119
* net: move more functions out of net_util.htfarina2016-01-201-1/+1