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_guest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Guest geolocation API, we were using |bridge_id| and |request_id| interch...
lazyboy@chromium.org
2013-04-09
1
-10
/
+20
*
BrowserPlugin: Fixed flaky BrowserPluginHostTest.BackAfterTerminateGuest on Aura
fsamuel@chromium.org
2013-04-09
1
-4
/
+10
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Browser Plugin: <webview> should inherit partition attribute of opener on att...
fsamuel@chromium.org
2013-04-05
1
-5
/
+11
*
Browser Plugin: Simplify NewWindow code
fsamuel@chromium.org
2013-04-05
1
-21
/
+2
*
permissionrequest API for guest Download.
lazyboy@chromium.org
2013-04-03
1
-8
/
+82
*
Enable ubercomp support for webview compositing.
alexst@chromium.org
2013-04-02
1
-0
/
+13
*
Browser Plugin: Added gesture recognizer per guest RenderView.
fsamuel@chromium.org
2013-03-24
1
-22
/
+34
*
Fix a param signature in BrowserPluginGuest.
lazyboy@chromium.org
2013-03-23
1
-1
/
+1
*
Browser Plugin: On attachment (event.window.attach), a guest's frame name sho...
fsamuel@chromium.org
2013-03-20
1
-1
/
+16
*
Browser Plugin: Implement window.open in guests
fsamuel@chromium.org
2013-03-18
1
-40
/
+199
*
content: replace NOTIFICATION_RENDER_VIEW_HOST_DELETED with observer usage
phajdan.jr@chromium.org
2013-03-15
1
-15
/
+33
*
Revert 187426 "Add check to ensure that transport dib size is la..."
fsamuel@chromium.org
2013-03-13
1
-2
/
+0
*
Add check to ensure that transport dib size is larger than the size of the da...
cdn@chromium.org
2013-03-12
1
-0
/
+2
*
Initial implementation of the permission API for Browser Plugin PointerLock
mthiesse@chromium.org
2013-03-10
1
-6
/
+22
*
<browser>: permissionRequest API for geolocation.
lazyboy@chromium.org
2013-03-09
1
-3
/
+79
*
Revert 186627
miu@chromium.org
2013-03-07
1
-2
/
+2
*
Generalize some bits of Permission API code in browser plugin.
lazyboy@chromium.org
2013-03-07
1
-23
/
+32
*
Use gpu::Mailbox in IPCs instead of std::string
piman@chromium.org
2013-03-07
1
-2
/
+2
*
Browser Plugin: Implement BrowserPluginGuestManager
fsamuel@chromium.org
2013-03-06
1
-102
/
+118
*
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
-1
/
+36
*
<webview>: First stab at implementing media permission request for guests.
lazyboy@chromium.org
2013-03-01
1
-2
/
+61
*
Make all BrowserPluginMsg*s that go thru BrowserPluginGuest::SendMessageToEmb...
lazyboy@chromium.org
2013-03-01
1
-44
/
+21
*
Fix layering violation in content\browser\renderer_host. That directory shoul...
jam@chromium.org
2013-02-26
1
-0
/
+4
*
Browser Plugin: Do not attempt to |SendMessageToEmbedder| if guest is being d...
lazyboy@chromium.org
2013-02-26
1
-14
/
+18
*
Browser Plugin: BrowserPluginGuest manages its own lifetime
fsamuel@chromium.org
2013-02-20
1
-6
/
+31
*
Browser Plugin: Reduce BrowserPluginEmbedder's responsibilities
fsamuel@chromium.org
2013-02-15
1
-7
/
+53
*
Prepare for webview compositing on MACOSX.
alexst@chromium.org
2013-02-07
1
-0
/
+32
*
Browser Plugin: Do not try to kill a guest process that has already been killed.
lazyboy@chromium.org
2013-02-07
1
-1
/
+2
*
Browser Plugin: Software path failover no longer crashes the embedder.
fsamuel@chromium.org
2013-01-31
1
-1
/
+6
*
browser-plugin: Disable drag-n-drop in guests.
sadrul@chromium.org
2013-01-25
1
-0
/
+8
*
<webview>: Implement ExecuteScript
fsamuel@chromium.org
2013-01-24
1
-0
/
+5
*
nit: Fix some #include orders in browser_plugin/
lazyboy@chromium.org
2013-01-18
1
-1
/
+1
*
Browser Plugin: Removed unnecessary cast
fsamuel@chromium.org
2013-01-15
1
-9
/
+5
*
Browser Plugin: Minor refactor to move NavigateGuest handling to BrowserPlugi...
fsamuel@chromium.org
2013-01-15
1
-0
/
+25
*
Browser Plugin: Fix sort order of message handlers in BrowserPluginGuest
fsamuel@chromium.org
2013-01-11
1
-4
/
+4
*
Fixing resize for HW accelerated compositing.
alexst@chromium.org
2013-01-09
1
-0
/
+1
*
<webview>: Add name attribute
fsamuel@chromium.org
2013-01-09
1
-6
/
+32
*
Browser Plugin: Sort BrowserPluginGuest::OnSetSize
fsamuel@chromium.org
2013-01-09
1
-7
/
+7
*
BrowserPlugin: Plumb ViewHostMsg_CreateWindow to BrowserPluginGuest
fsamuel@chromium.org
2013-01-08
1
-0
/
+13
*
When starting a provisional load, indicate whether the provisional URL is abo...
jochen@chromium.org
2013-01-07
1
-0
/
+1
*
Browser Plugin: Simplified BrowserPlugin Damage Buffer
fsamuel@chromium.org
2012-12-21
1
-68
/
+31
*
Browser Plugin: Simplify BrowserPluginHostMsg_* message routing
fsamuel@chromium.org
2012-12-20
1
-159
/
+195
*
Browser Plugin: Simplify BrowserPluginGuestHelper
fsamuel@chromium.org
2012-12-18
1
-160
/
+165
*
Message forwarding code for for webview compositing.
alexst@chromium.org
2012-12-18
1
-30
/
+20
*
ipc: Use existing [de]serializer for WebInputEvent.
sadrul@chromium.org
2012-12-14
1
-15
/
+14
*
Browser Plugin: Fix <select> popup positioning on Mac
fsamuel@chromium.org
2012-12-12
1
-0
/
+21
[next]