summaryrefslogtreecommitdiffstats
path: root/extensions/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Add AppWindow.setVisibleOnAllWorkspaces." (https://codereview.chromiu...Nico Weber2014-09-081-4/+0
* Add AppWindow.setVisibleOnAllWorkspaces.jackhou2014-09-081-0/+4
* tryAllocPixels returns bool, allocPixels requires successreed2014-09-051-1/+1
* Change ScriptContextTest.GetEffectiveDocumentURL to use FrameLoadWaiter and r...mek2014-09-051-8/+5
* Move app.window API implementation to extensionshashimoto2014-09-058-0/+710
* DevTools: set extension name as human-readable name of isolated worldlushnikov2014-09-031-0/+3
* Implement the client side of Serial I/O on data pipe.sammc2014-09-033-21/+346
* Renderer changes for wiring up shared memory with declarative injectionmarkdittmer2014-08-298-32/+189
* Browser changes for wiring up RequestContentScript API to shared memorymarkdittmer2014-08-281-0/+1
* Implement the host side of serial connection I/O on data pipe.sammc2014-08-272-1/+15
* Work on GN build of Chrome.Brett Wilson2014-08-261-0/+4
* Send less data in the DataSender test that timed out under valgrind.sammc2014-08-261-2/+2
* Remove implicit conversions from scoped_refptr to T* in extensions/dcheng2014-08-253-4/+4
* 1. Rename ChromeExtensionHostMsg_AttachGuest as ExtensionHostMsg_AttachGuest.hanxi@chromium.org2014-08-224-0/+108
* Atomic UserScript ID generationmarkdittmer@chromium.org2014-08-221-1/+1
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-5/+5
* Unify logic of generating a stack trace for extension errorsrob@robwu.nl2014-08-227-37/+119
* Remove BrowserPlugin's -internal-attach methodfsamuel@chromium.org2014-08-222-2/+13
* Refactor setIcon to allow for more general use of imageData.gpdavis.chromium@gmail.com2014-08-213-89/+80
* Extensions: Move id_util functions to crx_file component.tommycli@chromium.org2014-08-211-1/+2
* Use a qualified path for grit/content_resources.h.thakis@chromium.org2014-08-201-1/+1
* Add the JS data pipe client to be used to implement serial send.sammc@chromium.org2014-08-203-0/+560
* Add support for asynchronously loading modules from the background page.sammc@chromium.org2014-08-203-109/+105
* Add the JS data pipe client to be used to implement serial receive.sammc@chromium.org2014-08-194-0/+484
* Delay creation of the WebUIMojo bindings until the document is ready. Thekalman@chromium.org2014-08-191-3/+7
* Rename two ipc messages in WebViewGuest and move their sender/handler to exte...hanxi@chromium.org2014-08-184-0/+152