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
/
guest_view
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove V8RecrusionScope, cleanup call sites.
dgozman
2016-03-16
1
-2
/
+2
*
Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001...
dewittj
2016-03-15
1
-2
/
+2
*
Remove V8RecrusionScope, cleanup call sites.
dgozman
2016-03-14
1
-2
/
+2
*
Switch to standard integer types in extensions/.
avi
2015-12-23
4
-0
/
+6
*
Convert Pass()→std::move() in //extensions
dcheng
2015-12-18
1
-6
/
+6
*
Make Lucas a GuestView OWNER
fsamuel
2015-12-09
1
-0
/
+1
*
Prepare MimeHanderViewContainer for removing swapped out RenderFrame.
nasko
2015-09-14
1
-3
/
+14
*
Prepare GuestView for removing swapped out RenderFrame.
nasko
2015-09-14
1
-1
/
+10
*
Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.
reillyg
2015-09-11
1
-6
/
+4
*
Add wjmaclean@chromium.org to various guest_view/web_view OWNERS.
wjmaclean
2015-09-09
1
-0
/
+1
*
extensions: Use V8 Maybe version of GetFunction()
bashi
2015-06-30
1
-3
/
+10
*
Make <webview> use out-of-process iframe architecture.
lazyboy
2015-06-29
4
-37
/
+105
*
Fix an embedder renderer/ crash on <webview> teardown.
lazyboy
2015-06-10
3
-3
/
+9
*
This patch implements a way to register callbacks for when a GuestView is des...
paulmeyer
2015-06-10
1
-7
/
+15
*
Move BrowserPluginDelegate's lifetime mgmt out of content/
lazyboy
2015-06-09
5
-2
/
+42
*
Move guest view container message routing out of content/.
lazyboy
2015-06-02
2
-0
/
+48
*
Webviews can now be garbage collected!!!
paulmeyer
2015-06-01
2
-0
/
+104
*
<webview>: Remove Undocumented Resize DOM event
fsamuel
2015-05-28
4
-15
/
+7
*
Move GuestViewContainer to components
fsamuel
2015-05-28
7
-456
/
+15
*
Decouple GuestViewContainer from Extensions
fsamuel
2015-05-08
9
-321
/
+377
*
GuestView: Simplify guest IPCS
fsamuel
2015-05-05
1
-9
/
+2
*
Move GuestView layer in browser to components
fsamuel
2015-05-05
4
-13
/
+13
*
extensions/renderer: Use v8::Local instead of v8::Handle.
tfarina
2015-04-29
5
-53
/
+47
*
Revert of update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL condition...
dcarney
2015-04-23
1
-4
/
+0
*
GuestView: Decouple extension IPCs from soon-to-be component IPCs
fsamuel
2015-04-21
2
-9
/
+13
*
update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL condition
dcarney
2015-04-16
1
-0
/
+4
*
GuestView: Fix JavaScript Task Queue
fsamuel
2015-03-27
2
-45
/
+50
*
Cache locally function templates returned by gin::CreateFunctionTemplate
mnaganov
2015-03-19
1
-3
/
+10
*
<webview>: Implement fullscreen permission for html5 element.requestFullscreen()
lazyboy
2015-03-19
2
-0
/
+25
*
Always set allowCredentials for embedded MimeHandlerView requests.
raymes
2015-03-13
1
-1
/
+3
*
Rename v8::UniquePersistent to v8::Global in Extensions code.
kalman
2015-03-12
3
-8
/
+8
*
<webview>: Make contentWindow available prior to attachment (on display:none).
fsamuel
2015-03-10
2
-0
/
+34
*
Replace extensions::ScopedPersistent with v8::UniquePersistent.
kalman
2015-03-09
4
-21
/
+18
*
Fix for MIME handler bug. The bug resulted from a previous bugfix (https://co...
paulmeyer
2015-03-03
1
-0
/
+5
*
All guestview sizing now utilizes the new sizing infrastructure from https://...
paulmeyer
2015-02-24
3
-2
/
+40
*
GuestViewManager mapped <owner WebContents, element instance ID> => guest ins...
fsamuel
2015-02-13
3
-5
/
+1
*
Move V8ValueConverter from content/renderer to content/child.
mek
2015-02-13
2
-2
/
+2
*
Move GuestView IPCs into their own messages file.
fsamuel
2015-02-03
3
-13
/
+14
*
Use the main world script context for mime handler postMessage.
sammc
2015-01-29
1
-0
/
+2
*
Add a test for mime handler view iframes and make them work on Windows.
sammc
2015-01-28
1
-74
/
+0
*
Ensure that entries are correctly removed from the MimeHandlerViewContainer map
raymes
2015-01-28
4
-3
/
+18
*
OOP PDF: Override printing for MimeHandlerViewContainers.
sammc
2015-01-24
2
-0
/
+50
*
Implemented explicit resizing from guestview.
paulmeyer
2015-01-23
1
-3
/
+2
*
Add a mimeHandler extension API.
sammc
2015-01-23
1
-9
/
+30
*
Added the infrastructure for surfaceProxy.onResize() and SurfaceView.onResize...
paulmeyer
2015-01-22
6
-10
/
+82
*
GuestViewBase: More C++ 11'ification
fsamuel
2015-01-21
1
-4
/
+3
*
Prevent UAF of RenderFrames from GuestViewContainer
raymes
2015-01-20
4
-2
/
+56
*
Revert of Prevent UAF of RenderFrames from GuestViewContainer (patchset #2 id...
raymes
2015-01-20
4
-61
/
+2
*
Prevent UAF of RenderFrames from GuestViewContainer
raymes
2015-01-19
4
-2
/
+61
*
Abort streams when the containing RenderFrameHost navigates or closes.
sammc
2015-01-16
2
-13
/
+8
[next]