summaryrefslogtreecommitdiffstats
path: root/extensions/renderer
Commit message (Expand)AuthorAgeFilesLines
* Rename v8::ExternalAsciiStringResource to v8::ExternalOneByteStringResource.yangguo2014-10-156-37/+39
* Add some null checks to the extensions bindings privates() method.kalman2014-10-151-0/+6
* Created "guest_view/" directory to contain all the guestview files (like web_...paulmeyer2014-10-1411-10/+10
* Moving last app_view bits to extensions.lfg2014-10-104-0/+254
* More cleaning up in web_view.js.paulmeyer2014-10-101-169/+166
* Added optional callbacks to webview.go(), webview.back(), and webview.forward().paulmeyer2014-10-091-6/+6
* Use ReadSizeT()/WriteSizeT() in more places.pkasting2014-10-081-3/+3
* Fix mime-handler-view crash upon creation:lazyboy2014-10-071-0/+6
* Mojo JS bindings: simplify mojo.connectToService() usage - Part 1hansmuller2014-10-073-7/+8
* Factored out the proto function mapping in web_view_experimental.js (since we...paulmeyer2014-10-072-11/+13
* Added/fixed/improved documentation in web_view.js and web_view_experimental.js.paulmeyer2014-10-072-119/+63
* Some initial cleanup for web_view.js and related files.paulmeyer2014-10-063-58/+35
* Add serialization support to the JS serial connection client.sammc2014-10-044-82/+196
* Revert of Add serialization support to the JS serial connection client. (patc...sammc2014-10-044-196/+82
* Add serialization support to the JS serial connection client.sammc2014-10-044-82/+196
* <webview>: resizing with display:none set should resize on attachmentfsamuel2014-10-043-48/+138
* Fix RenderProcessHost leaking in some rare cases.lfg2014-10-031-1/+1
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-0339-109/+109
* GuestView: Move lifetime management out of contentfsamuel2014-10-022-40/+31
* Take OWNERship of web_view.js and friendsfsamuel2014-09-301-0/+2
* Several things are done in this CL:hanxi2014-09-306-7/+153
* Revert "Allow declarative webrequest and webrequest in extensions."dcheng2014-09-306-153/+7
* Several things are done in this CL:hanxi2014-09-306-7/+153
* Adds new webview.loadDataWithBaseUrl API to allow data URLs to be loaded with...paulmeyer2014-09-291-0/+22
* Allow component IME extensions use app.window and add 'ime' boolean in Create...bshe2014-09-291-1/+1
* Fix for how webview.executeScript and webivew.insertCSS check for page navigt...paulmeyer2014-09-262-4/+15
* Add serialization support to the JS DataSender and DataReceiver.sammc2014-09-257-112/+330
* Move declarative_webrequest_custom_bindings.js. and declarative_web_request.j...hanxi2014-09-244-0/+101
* Change ScriptInjection to work with WebLocalFrames.dcheng2014-09-244-15/+25
* Move web_request_internal_custom_bindings.js and web_request_custom_bindings.jshanxi2014-09-237-7/+233
* Browser Plugin: Remove dependency on NPAPIfsamuel2014-09-201-118/+66
* Cleanup: Remove unneeded extension_messages.h usage and ifdef out some extens...thestig2014-09-182-2/+1
* Move ContentWindow from BrowserPlugin To GuestViewfsamuel2014-09-184-23/+175
* GuestViewContainer lifetime should only be managed by BrowserPlugin and not R...fsamuel2014-09-162-2/+7
* Rename ChromeBrowserPluginDelegate to GuestViewContainerfsamuel2014-09-163-0/+119
* Cleanup: Only build extensions renderer code when extensions are enabled.thestig2014-09-161-56/+47
* Cleanup: Reorganize extensions renderer build files so we only have to list e...thestig2014-09-151-47/+34
* Fix some leaks and failures under valgrind in JS extensions unit tests.sammc2014-09-153-7/+17
* Cleanup: Remove Dispatcher and UserScript classes from builds where extension...thestig2014-09-131-0/+8
* Cleanup: cpplint from /extensionslimasdf2014-09-132-6/+6
* Enabling webview in app_shell.lfg2014-09-123-91/+19
* Moving web_view.js to extensions.lfg2014-09-126-0/+1742
* Add a user agent stylesheet for extension options pagesericzeng2014-09-125-7/+440
* Split web_view_internal_api and move part of it to extensions.lfg2014-09-113-0/+9
* Make some fields non-nullable in serial.mojom and data_stream.mojom.sammc2014-09-112-1/+2
* Return WebLocalFrame from RenderFrame::GetWebFrame().mlamouri2014-09-101-1/+1
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in apps/ and ...thestig2014-09-101-1/+1
* Remove storage-related redirect headers in webkit/common/, update #includes a...pilgrim2014-09-102-3/+3
* Add AppWindow.setVisibleOnAllWorkspaces.jackhou2014-09-091-0/+4
* Respect the clipboardRead and clipboardWrite permissions in content scripts.mek2014-09-0910-56/+133