summaryrefslogtreecommitdiffstats
path: root/extensions/browser
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-2431-322/+973
* Add inputMethodPrivate.showInputView API.azurewei2016-03-241-0/+1
* Fix assertion at extensions::DisplaySourceConnectionDelegateFactorymaksim.sisov2016-03-231-1/+1
* Add code to implement extension uninstall pingsasargent2016-03-216-1/+199
* Add RetainedRef uses where needed.vmpstr2016-03-211-1/+1
* [Extensions] Update extension function/event histogram valuesrdevlin.cronin2016-03-172-7/+7
* Extend vpnProvider to allow reconnectionscernekee2016-03-162-2/+12
* Skip logging spurious errors for ServiceWorker URLRequests that were spawnedlazyboy2016-03-161-3/+11
* Invoke createNetwork() callback with GUID, not service namecernekee2016-03-153-3/+13
* Extensions: Extract lazy leveldb operations into LazyLevelDb.cmumford2016-03-154-344/+384
* [Extensions] Gather more webRequest render frame look up metricsrdevlin.cronin2016-03-151-2/+6
* Extensions: Minor cleanup, formatting/lint errors.cmumford2016-03-143-19/+16
* Migrate net/udp/* to net::IPAddress.martijn2016-03-141-6/+7
* Remove a debugging CHECK from MimeHandlerViewGuest.sammc2016-03-141-12/+6
* Minor cleanup in TCPSocket code.lazyboy2016-03-121-7/+2
* Remove the ability of webpages to specify strings for the onbeforeunload dialog.avi2016-03-112-2/+0
* Migrate ProcessesEventRouter to the new task managerafakhry2016-03-112-56/+0
* Replace web_cache_messages.h with Mojo service.leon.han2016-03-111-1/+1
* Replace base::Tuple in //extensions with std::tupletzik2016-03-091-2/+3
* Adds more IME APIs.shuchen2016-03-081-0/+2
* [Extensions] Gather more metrics on our renderer state accumulatorsrdevlin.cronin2016-03-072-21/+40
* 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
* Media Galleries Partial Deprecation: Remove rarely-used functions.tommycli2016-03-051-4/+4
* Fix a crash by null-pointer-dereference.leiyi.jp2016-03-041-1/+1
* Remove the last usage of MojoAsyncWaiter.yzshen2016-03-042-6/+10
* 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
* Switch SignatureVerifier to taking an algorithm enum.davidben2016-03-031-9/+1
* Persist the user's active audio device choice across chromeos session and reb...jennyz2016-03-021-1/+2
* Add inputMethodPrivate.notifyImeMenuItemActivated/onImeMenuItemsChanged API.azurewei2016-03-022-0/+2
* Media Galleries Partial Deprecation: Remove scan functionality.tommycli2016-03-021-3/+3
* Plumb the correct owner document through DocumentInit::m_owner.dcheng2016-03-017-9/+21
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-291-0/+1
* [chrome.displaySource] Use WDS for Wi-Fi Display implementationmikhail.pozdnyakov2016-02-291-0/+7
* Make extensions::DictionaryBuilder and extensions::ListValue unmovable.dcheng2016-02-279-61/+81
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2736-0/+68
* [chrome.displaySource] further implementation of call completion callbacksmikhail.pozdnyakov2016-02-261-5/+6
* Copy challenge*Key methods to enterprise.platformKeys.dkrahn2016-02-261-0/+2
* Deleting chrome.searchEnginesPrivate API.dpapad2016-02-261-7/+7
* Add directories handling support for apps/extensions.cmihail2016-02-253-4/+35
* Implement chrome.inputMethodPrivate.onImeMenuListChanged API.azurewei2016-02-241-0/+1
* net: move IsLocalhost() function into url_util.htfarina2016-02-235-5/+2
* Assign a initial value to local variables to avoid maybe-uninitialized warningtzik2016-02-201-1/+2
* [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
* Remove user gesture bit from PermissionContext code.mlamouri2016-02-173-4/+1
* Remove "experimental-html" from chrome.app.windowrob2016-02-152-19/+1
* [chrome.displaySource] Simplify session error typesmikhail.pozdnyakov2016-02-151-4/+3