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
*
<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
*
Aura/Android: Send mailbox name with every Swap message.
sievers@chromium.org
2012-12-21
1
-2
/
+2
*
Browser Plugin: Simplify BrowserPluginHostMsg_* message routing
fsamuel@chromium.org
2012-12-20
1
-187
/
+144
*
Browser Plugin: Simplify BrowserPluginGuestHelper
fsamuel@chromium.org
2012-12-18
1
-2
/
+1
*
Browser Plugin: Use asynchronous input events
fsamuel@chromium.org
2012-12-07
1
-7
/
+6
*
Browser Plugin: Enable Speech Bubble and Position Correctly
fsamuel@chromium.org
2012-11-27
1
-3
/
+14
*
Browser Plugin: Implement asynchronous Resize and Autosize
fsamuel@chromium.org
2012-11-26
1
-10
/
+10
*
Browser Plugin: Simplified BrowserPluginManager
fsamuel@chromium.org
2012-11-20
1
-1
/
+1
*
Triggering InspectElement from context menu over a guest will open guest's de...
lazyboy@chromium.org
2012-11-14
1
-5
/
+44
*
Reverting this to fix the compile failures on linux clang. please reland afte...
ananta@chromium.org
2012-11-13
1
-44
/
+5
*
Triggering InspectElement from context menu over a guest will open guest's de...
lazyboy@chromium.org
2012-11-13
1
-5
/
+44
*
Browser Plugin: Implement AutoSize
fsamuel@chromium.org
2012-11-09
1
-0
/
+9
*
Combine webview tags with the same partition in the same renderer process.
nasko@chromium.org
2012-11-09
1
-2
/
+20
*
Webview tag creation should be using storage partitions.
nasko@chromium.org
2012-11-08
1
-1
/
+29
[next]