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
/
content
/
browser
/
browser_plugin
/
browser_plugin_embedder.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move allocate instance id to chrome/.
lazyboy@chromium.org
2014-06-07
1
-27
/
+13
*
<webview> Rewrite IME related tests from content_browsertests to WebViewTest.
lazyboy@chromium.org
2014-06-05
1
-6
/
+0
*
Browser Plugin: Remove Zoom
fsamuel@chromium.org
2014-05-31
1
-17
/
+0
*
<webview>: Cleanup Pointer Lock & Simplify HandleKeyboardEvent
fsamuel@chromium.org
2014-05-15
1
-22
/
+0
*
Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManager
fsamuel@chromium.org
2014-05-11
1
-3
/
+3
*
Remove BrowserPluginGuestManager
fsamuel@chromium.org
2014-05-11
1
-19
/
+25
*
BrowserPlugin: Move CreateGuest to chrome
fsamuel@chromium.org
2014-05-10
1
-4
/
+5
*
BrowserPlugin: Simplify content/public API
fsamuel@chromium.org
2014-05-07
1
-17
/
+25
*
Towards moving guest management to chrome: Introduce GuestViewManager
fsamuel@chromium.org
2014-05-06
1
-23
/
+21
*
drag-n-drop: Get rid of a now-noop drag callback DragSourceMovedTo
sadrul@chromium.org
2014-04-04
1
-10
/
+0
*
DevTools: Fix Inspect Element action for OOP iframes.
kaznacheev@chromium.org
2014-03-07
1
-51
/
+1
*
<webview> zoom API.
paulmeyer@chromium.org
2014-02-12
1
-1
/
+2
*
<webview>: Minor cleanup, remove unused function BPE::StopDrag().
lazyboy@chromium.org
2014-02-11
1
-6
/
+0
*
<webview>: Fix incomplete drag operation to not make guest go stale.
lazyboy@chromium.org
2014-01-23
1
-2
/
+4
*
BrowserPlugin: Minimize BrowserPluginEmbedder static casts
fsamuel@chromium.org
2014-01-10
1
-25
/
+22
*
<webview>: Support zoom in WebUI
fsamuel@chromium.org
2014-01-10
1
-0
/
+16
*
BrowserPlugin: Implemented BrowserPluginGuestManager::ForEachGuest
fsamuel@chromium.org
2014-01-09
1
-4
/
+33
*
C++ readability review for lazyboy@
lazyboy@chromium.org
2013-11-14
1
-1
/
+1
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-1
/
+1
*
Refactor GuestView to take in extension_id on construction
fsamuel@chromium.org
2013-10-31
1
-7
/
+0
*
Support webview tag when the container ext/app is embedded in a webUI
guohui@chromium.org
2013-09-24
1
-1
/
+8
*
<webview>: Added support for Ctrl+Click new window
fsamuel@chromium.org
2013-09-14
1
-1
/
+2
*
<webview>: Allocate the view instance ID from the WebView shim
fsamuel@chromium.org
2013-08-06
1
-2
/
+0
*
Rename RenderViewGone IPC/methods to better reflect reality.
nasko@chromium.org
2013-07-10
1
-1
/
+1
*
Decouple GuestView creation from attachment.
fsamuel@chromium.org
2013-06-29
1
-3
/
+9
*
<webview>: Remove extension injection
fsamuel@chromium.org
2013-06-25
1
-8
/
+2
*
Browser Plugin: Plumb extra arguments on ContentRendererClient.
fsamuel@chromium.org
2013-06-25
1
-3
/
+7
*
<webview>: Escape key unlocks pointer by default
fsamuel@chromium.org
2013-06-18
1
-0
/
+7
*
Browser Pluign: Remove unnecessary parameter in DidSendScreenRects
fsamuel@chromium.org
2013-06-14
1
-2
/
+3
*
<webview> WebRequest API tied to webview instance ID instead of guest instanc...
fsamuel@chromium.org
2013-06-05
1
-1
/
+20
*
Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-03
1
-6
/
+7
*
Make renderer aware of browser plugin position.
lazyboy@chromium.org
2013-05-15
1
-0
/
+4
*
Do not call GetGuestByInstanceID() with kInstanceIDNone in PluginAtPositionRe...
lazyboy@chromium.org
2013-05-03
1
-3
/
+6
*
Fixed drag and drop into and out of Browser Plugin.
mthiesse@chromium.org
2013-05-03
1
-0
/
+56
*
Browser Plugin: Unify Attach IPC
fsamuel@chromium.org
2013-05-01
1
-8
/
+10
*
Browser Plugin: Cleanup opener parameters.
fsamuel@chromium.org
2013-03-19
1
-2
/
+1
*
Browser Plugin: Implement window.open in guests
fsamuel@chromium.org
2013-03-18
1
-2
/
+12
*
Browser Plugin: Implement BrowserPluginGuestManager
fsamuel@chromium.org
2013-03-06
1
-191
/
+34
*
BrowserPlugin: Moving constants to content/common
fsamuel@chromium.org
2013-03-05
1
-1
/
+1
*
Implemented PointerLock for BrowserPlugin by forwarding PointerLock requests ...
mthiesse@chromium.org
2013-03-05
1
-0
/
+2
*
<webview>: First stab at implementing media permission request for guests.
lazyboy@chromium.org
2013-03-01
1
-0
/
+1
*
Browser Plugin: BrowserPluginGuest manages its own lifetime
fsamuel@chromium.org
2013-02-20
1
-30
/
+8
*
Browser Plugin: Reduce BrowserPluginEmbedder's responsibilities
fsamuel@chromium.org
2013-02-15
1
-74
/
+1
*
Prepare for webview compositing on MACOSX.
alexst@chromium.org
2013-02-07
1
-11
/
+14
*
Implement a prototype to render cross-site iframes in a separate process from...
nasko@chromium.org
2013-01-23
1
-33
/
+53
*
Browser Plugin: Allocate Instance IDs in BrowserPluginEmbedder instead of Bro...
fsamuel@chromium.org
2013-01-23
1
-1
/
+18
*
Browser Plugin: Minor refactor to move NavigateGuest handling to BrowserPlugi...
fsamuel@chromium.org
2013-01-15
1
-28
/
+1
*
Fix Sunspider performance regression
fsamuel@chromium.org
2013-01-10
1
-0
/
+4
*
<webview>: Add name attribute
fsamuel@chromium.org
2013-01-09
1
-0
/
+1
*
Browser Plugin: Refactor BrowserPluginEmbedder to allow creating guests with ...
fsamuel@chromium.org
2013-01-08
1
-105
/
+120
[next]