summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup: remove evil hack to suppress permission warnings for searchProvidertreib2016-03-081-8/+1
* Remove Mojo bindings environment.Yuzhu Shen2016-03-084-5/+0
* Revert of Use v8::MicrotasksScope internally in V8RecursionScope. (patchset #...nyquist2016-03-084-6/+2
* Adds more IME APIs.shuchen2016-03-081-0/+2
* FeatureProvider returns std::map instead of vectorlimasdf2016-03-086-44/+30
* [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
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-074-2/+6
* Use scoped_ptr instead of linked_ptr from /e/c/features/*limasdf2016-03-073-31/+24
* [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
* [Extensions] Default-enable the toolbar redesign on trunkrdevlin.cronin2016-03-041-1/+1
* [Extensions] Use more private properties in our bindingsrdevlin.cronin2016-03-041-4/+4
* Remove use of UnescapeRule::URL_SPECIAL_CHARS from extensions/file_util.mmenke2016-03-042-43/+39
* Fix a crash by null-pointer-dereference.leiyi.jp2016-03-041-1/+1
* Remove the last usage of MojoAsyncWaiter.yzshen2016-03-042-6/+10
* Prepare ActivityLogConverterStrategyTest for ES2015 Function name reformadamk2016-03-041-1/+1
* Move GURL ParamTraits to url/ipcmarkdittmer2016-03-033-1/+3
* [Extensions] Update FeatureSwitch logic to include Dogfood experiment groupsrdevlin.cronin2016-03-031-2/+4
* 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
* Revert of Mustash: Move GURL ParamTraits to url/ipc (patchset #18 id:330001 o...dimich2016-03-023-6/+1
* Move GURL ParamTraits to url/ipcmarkdittmer2016-03-023-1/+6
* Persist the user's active audio device choice across chromeos session and reb...jennyz2016-03-022-3/+6
* Add inputMethodPrivate.notifyImeMenuItemActivated/onImeMenuItemsChanged API.azurewei2016-03-022-0/+2
* Remove WebScriptBindings.esprehn2016-03-022-7/+7
* Media Galleries Partial Deprecation: Remove scan functionality.tommycli2016-03-023-7/+4
* [Extensions] Harden against bindings interceptionrdevlin.cronin2016-03-022-2/+45
* Plumb the correct owner document through DocumentInit::m_owner.dcheng2016-03-018-22/+22
* Fix OOPI crash in extensions::ContentWatcher.dcheng2016-03-011-2/+7
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-291-0/+1
* Classify extension frames as extensionsrob2016-02-291-2/+1
* [chrome.displaySource] Use WDS for Wi-Fi Display implementationmikhail.pozdnyakov2016-02-2910-8/+283
* Make extensions::DictionaryBuilder and extensions::ListValue unmovable.dcheng2016-02-2720-189/+172
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2756-0/+108
* [Extern Generation] Add a presubmit script to check externs not being updatedrdevlin.cronin2016-02-263-0/+132
* Add some missing std::move()s following a previous refactoringskyostil2016-02-261-2/+2
* [chrome.displaySource] further implementation of call completion callbacksmikhail.pozdnyakov2016-02-2610-149/+184
* Copy challenge*Key methods to enterprise.platformKeys.dkrahn2016-02-261-0/+2
* Add warning for packaged apps trying to use a persistent background pagem.pistrich2016-02-263-3/+30
* 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