index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extensions
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename v8::ExternalAsciiStringResource to v8::ExternalOneByteStringResource.
yangguo
2014-10-15
6
-37
/
+39
*
Add some null checks to the extensions bindings privates() method.
kalman
2014-10-15
1
-0
/
+6
*
Created "guest_view/" directory to contain all the guestview files (like web_...
paulmeyer
2014-10-14
11
-10
/
+10
*
Moving last app_view bits to extensions.
lfg
2014-10-10
4
-0
/
+254
*
More cleaning up in web_view.js.
paulmeyer
2014-10-10
1
-169
/
+166
*
Added optional callbacks to webview.go(), webview.back(), and webview.forward().
paulmeyer
2014-10-09
1
-6
/
+6
*
Use ReadSizeT()/WriteSizeT() in more places.
pkasting
2014-10-08
1
-3
/
+3
*
Fix mime-handler-view crash upon creation:
lazyboy
2014-10-07
1
-0
/
+6
*
Mojo JS bindings: simplify mojo.connectToService() usage - Part 1
hansmuller
2014-10-07
3
-7
/
+8
*
Factored out the proto function mapping in web_view_experimental.js (since we...
paulmeyer
2014-10-07
2
-11
/
+13
*
Added/fixed/improved documentation in web_view.js and web_view_experimental.js.
paulmeyer
2014-10-07
2
-119
/
+63
*
Some initial cleanup for web_view.js and related files.
paulmeyer
2014-10-06
3
-58
/
+35
*
Add serialization support to the JS serial connection client.
sammc
2014-10-04
4
-82
/
+196
*
Revert of Add serialization support to the JS serial connection client. (patc...
sammc
2014-10-04
4
-196
/
+82
*
Add serialization support to the JS serial connection client.
sammc
2014-10-04
4
-82
/
+196
*
<webview>: resizing with display:none set should resize on attachment
fsamuel
2014-10-04
3
-48
/
+138
*
Fix RenderProcessHost leaking in some rare cases.
lfg
2014-10-03
1
-1
/
+1
*
replace OVERRIDE and FINAL with override and final in extensions/
mostynb
2014-10-03
39
-109
/
+109
*
GuestView: Move lifetime management out of content
fsamuel
2014-10-02
2
-40
/
+31
*
Take OWNERship of web_view.js and friends
fsamuel
2014-09-30
1
-0
/
+2
*
Several things are done in this CL:
hanxi
2014-09-30
6
-7
/
+153
*
Revert "Allow declarative webrequest and webrequest in extensions."
dcheng
2014-09-30
6
-153
/
+7
*
Several things are done in this CL:
hanxi
2014-09-30
6
-7
/
+153
*
Adds new webview.loadDataWithBaseUrl API to allow data URLs to be loaded with...
paulmeyer
2014-09-29
1
-0
/
+22
*
Allow component IME extensions use app.window and add 'ime' boolean in Create...
bshe
2014-09-29
1
-1
/
+1
*
Fix for how webview.executeScript and webivew.insertCSS check for page navigt...
paulmeyer
2014-09-26
2
-4
/
+15
*
Add serialization support to the JS DataSender and DataReceiver.
sammc
2014-09-25
7
-112
/
+330
*
Move declarative_webrequest_custom_bindings.js. and declarative_web_request.j...
hanxi
2014-09-24
4
-0
/
+101
*
Change ScriptInjection to work with WebLocalFrames.
dcheng
2014-09-24
4
-15
/
+25
*
Move web_request_internal_custom_bindings.js and web_request_custom_bindings.js
hanxi
2014-09-23
7
-7
/
+233
*
Browser Plugin: Remove dependency on NPAPI
fsamuel
2014-09-20
1
-118
/
+66
*
Cleanup: Remove unneeded extension_messages.h usage and ifdef out some extens...
thestig
2014-09-18
2
-2
/
+1
*
Move ContentWindow from BrowserPlugin To GuestView
fsamuel
2014-09-18
4
-23
/
+175
*
GuestViewContainer lifetime should only be managed by BrowserPlugin and not R...
fsamuel
2014-09-16
2
-2
/
+7
*
Rename ChromeBrowserPluginDelegate to GuestViewContainer
fsamuel
2014-09-16
3
-0
/
+119
*
Cleanup: Only build extensions renderer code when extensions are enabled.
thestig
2014-09-16
1
-56
/
+47
*
Cleanup: Reorganize extensions renderer build files so we only have to list e...
thestig
2014-09-15
1
-47
/
+34
*
Fix some leaks and failures under valgrind in JS extensions unit tests.
sammc
2014-09-15
3
-7
/
+17
*
Cleanup: Remove Dispatcher and UserScript classes from builds where extension...
thestig
2014-09-13
1
-0
/
+8
*
Cleanup: cpplint from /extensions
limasdf
2014-09-13
2
-6
/
+6
*
Enabling webview in app_shell.
lfg
2014-09-12
3
-91
/
+19
*
Moving web_view.js to extensions.
lfg
2014-09-12
6
-0
/
+1742
*
Add a user agent stylesheet for extension options pages
ericzeng
2014-09-12
5
-7
/
+440
*
Split web_view_internal_api and move part of it to extensions.
lfg
2014-09-11
3
-0
/
+9
*
Make some fields non-nullable in serial.mojom and data_stream.mojom.
sammc
2014-09-11
2
-1
/
+2
*
Return WebLocalFrame from RenderFrame::GetWebFrame().
mlamouri
2014-09-10
1
-1
/
+1
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in apps/ and ...
thestig
2014-09-10
1
-1
/
+1
*
Remove storage-related redirect headers in webkit/common/, update #includes a...
pilgrim
2014-09-10
2
-3
/
+3
*
Add AppWindow.setVisibleOnAllWorkspaces.
jackhou
2014-09-09
1
-0
/
+4
*
Respect the clipboardRead and clipboardWrite permissions in content scripts.
mek
2014-09-09
10
-56
/
+133
[next]