summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/app_window_custom_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* Plumb the correct owner document through DocumentInit::m_owner.dcheng2016-03-011-13/+1
* Returns JS 'window' object for chrome.input.ime.createWindow API.shuchen2016-02-231-4/+7
* Remove "experimental-html" from chrome.app.windowrob2016-02-151-47/+3
* Switch to standard integer types in extensions/.avi2015-12-231-0/+1
* Ensure proper ordering of app window request block/unblockrockot2015-08-151-3/+3
* [Extensions] Use the RenderView id for suspending resource load for app windowsrdevlin.cronin2015-08-011-1/+2
* [Extensions OOPI] Update app window bindings for OOPIrdevlin.cronin2015-07-091-38/+41
* [Extensions OOPI] Clean up extension IPC to use RenderFramesrdevlin.cronin2015-07-071-1/+4
* extensions/renderer: Use v8::Local instead of v8::Handle.tfarina2015-04-291-1/+1
* Replace extensions::ScopedPersistent with v8::UniquePersistent.kalman2015-03-091-1/+0
* Move V8ValueConverter from content/renderer to content/child.mek2015-02-131-1/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-2/+2
* Use the v8::Isolate we know about rather than v8::Isolate::GetCurrent() in akalman2014-11-061-3/+0
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-1/+1
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-1/+1
* Move app.window API implementation to extensionshashimoto2014-09-051-0/+131