summaryrefslogtreecommitdiffstats
path: root/extensions/renderer
Commit message (Expand)AuthorAgeFilesLines
* Make the process-wide ServiceRegistry available to JS.sammc2016-03-246-6/+6
* [chrome.displaySource] Implement media packetizer.eero.hakkinen2016-03-233-0/+362
* Remove logic for lazy initialization of WebKit.jam2016-03-232-79/+65
* [chrome.displaySource] Implement transport stream packetizer.eero.hakkinen2016-03-225-0/+1555
* [chrome.displaySource] Implement some elementary stream descriptors.eero.hakkinen2016-03-213-0/+438
* Deal with frame removal by content scriptsrob2016-03-196-8/+112
* Remove lots of usage of WebCString.dtapuska2016-03-181-1/+0
* [chrome.displaySource][WiFi Display] Audio formats capability negotiationmikhail.pozdnyakov2016-03-182-4/+19
* Cleanup: media_stream_api.* ==> media_stream_utils.*mcasas2016-03-181-1/+1
* Third patch to implement incognito support for Media Router.mfoltz2016-03-181-2/+5
* [chrome.displaySource] Implement elementary stream packetizer.eero.hakkinen2016-03-184-0/+469
* [chrome.displaySource][WiFi Display] Video formats capability negotiationmikhail.pozdnyakov2016-03-174-42/+230
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-168-14/+12
* [Media Router] Add origins to sink query results.imcheng2016-03-151-2/+6
* Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001...dewittj2016-03-158-12/+14
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-148-14/+12
* [Extensions] Use V8ValueConverter in i18n custom bindingsrdevlin.cronin2016-03-112-45/+17
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-115-2/+8
* content: Rename virtual method on RenderView to not (ab)use blink styledanakj2016-03-101-1/+1
* Revert of Use v8::MicrotasksScope internally in V8RecursionScope. (patchset #...tsergeant2016-03-104-6/+2
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-097-11/+11
* [chrome.displaySource] Fix use of scoped_ptr<base::Timer> after it was movedmikhail.pozdnyakov2016-03-091-1/+1
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-094-2/+6
* Revert of Use v8::MicrotasksScope internally in V8RecursionScope. (patchset #...nyquist2016-03-084-6/+2
* FeatureProvider returns std::map instead of vectorlimasdf2016-03-082-19/+10
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-074-2/+6
* [Extensions] Use more private properties in our bindingsrdevlin.cronin2016-03-041-4/+4
* Prepare ActivityLogConverterStrategyTest for ES2015 Function name reformadamk2016-03-041-1/+1
* Remove WebScriptBindings.esprehn2016-03-022-7/+7
* [Extensions] Harden against bindings interceptionrdevlin.cronin2016-03-022-2/+45
* Plumb the correct owner document through DocumentInit::m_owner.dcheng2016-03-011-13/+1
* Fix OOPI crash in extensions::ContentWatcher.dcheng2016-03-011-2/+7
* Classify extension frames as extensionsrob2016-02-291-2/+1
* [chrome.displaySource] Use WDS for Wi-Fi Display implementationmikhail.pozdnyakov2016-02-296-6/+262
* [chrome.displaySource] further implementation of call completion callbacksmikhail.pozdnyakov2016-02-267-139/+171
* First patch to implement support for MR for off the record media routes (crea...mfoltz2016-02-251-6/+14
* [Media Router] Fix JS error in media_router_bindings.js.imcheng2016-02-251-2/+2
* Add directories handling support for apps/extensions.cmihail2016-02-251-6/+15
* 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
* [Extensions] Update web API cloberring for platform appsrdevlin.cronin2016-02-221-13/+36
* Invalidate all extensions contexts on shutdownjochen2016-02-171-0/+4
* Add myself as owner to extensions/renderer for V8 related changesjochen2016-02-171-0/+2
* Remove "experimental-html" from chrome.app.windowrob2016-02-154-61/+7
* [chrome.displaySource] Session notification improvementsmikhail.pozdnyakov2016-02-115-64/+128
* Fix re-entrancy and lifetime issue in RenderFrameObserverNatives::OnDocumentE...rob2016-02-102-33/+57
* [mojo] Delete third_party/mojorockot2016-02-105-12/+10
* Switch extension struct members that are sent over IPC to use uint32_t instea...jam2016-02-091-3/+3
* Remove size_ts from IPC files.jam2016-02-092-2/+2
* Add frameId to chrome.tabs.executeScript/insertCSSrob2016-02-072-14/+29