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
...
*
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
*
BrowserPlugin: Move resize logic to BrowserPluginGuest
fsamuel@chromium.org
2012-11-05
1
-58
/
+2
*
Browser Plugin: Implement autosize (Embedder-side code)
fsamuel@chromium.org
2012-11-03
1
-8
/
+5
*
Browser Plugin: Guest focus state should always match BrowserPlugin focus state
fsamuel@chromium.org
2012-10-30
1
-0
/
+2
*
Prevent webview tags from navigating outside web-safe schemes.
creis@chromium.org
2012-10-30
1
-1
/
+4
*
Browser Plugin: Guest visibility state should always match BrowserPlugin visi...
fsamuel@chromium.org
2012-10-27
1
-3
/
+6
*
Browser Plugin: Add HTML5-like postMessage support
fsamuel@chromium.org
2012-10-18
1
-2
/
+9
*
Browser Tag: Allow guest-initiated navigation
fsamuel@chromium.org
2012-10-17
1
-0
/
+3
*
Revert 162487 - Browser Plugin: Add HTML5-like postMessage support
fsamuel@chromium.org
2012-10-17
1
-9
/
+2
*
Browser Plugin: Add HTML5-like postMessage support
fsamuel@chromium.org
2012-10-17
1
-2
/
+9
*
Revert 162353 (ShimSrcAttribute in browser_tests on linux asan)
thakis@chromium.org
2012-10-17
1
-9
/
+2
*
Browser Plugin: Enable File Chooser (<input type="file">)
fsamuel@chromium.org
2012-10-17
1
-2
/
+1
*
Browser Plugin: Add HTML5-like postMessage support
fsamuel@chromium.org
2012-10-17
1
-2
/
+9
*
<browser>: Always read <browser>.src attribute from <object>.src.
lazyboy@chromium.org
2012-10-16
1
-4
/
+5
*
browser-plugin: Allow accepting drag-n-drop events.
sadrul@chromium.org
2012-10-12
1
-0
/
+12
*
Browser Plugin: Update Guest WebContents Visibility on BrowserPlugin Visiblit...
fsamuel@chromium.org
2012-10-08
1
-6
/
+13
*
Browser Plugin: Implement terminate()
fsamuel@chromium.org
2012-10-04
1
-0
/
+6
*
Propagate storage partition id and persistence to the browser.
nasko@chromium.org
2012-10-01
1
-30
/
+36
*
[BrowserTag] Send dib info with NavigateGuest message,
lazyboy@chromium.org
2012-09-29
1
-20
/
+57
*
Browser Plugin: Implement Back, Forward, and Go.
fsamuel@chromium.org
2012-09-28
1
-0
/
+6
*
Rename GetSite in SiteInstance to GetSiteURL.
nasko@chromium.org
2012-09-28
1
-1
/
+1
*
[gtk/aura]: This fixes selection color, caret blinking for guests.
lazyboy@chromium.org
2012-09-28
1
-2
/
+11
*
Browser Plugin: Remove unnecessary references to frame_id
fsamuel@chromium.org
2012-09-27
1
-4
/
+2
*
BrowserPluginGuest/Embedder: Remove friend helper classes, made necessary cal...
lazyboy@chromium.org
2012-09-21
1
-3
/
+4
*
Browser Plugin: Reload and Stop operations
fsamuel@chromium.org
2012-09-21
1
-0
/
+12
*
This is followup from Charlie's comments on Fady's cl: http://chromiumcoderev...
lazyboy@chromium.org
2012-09-20
1
-0
/
+231
*
Revert 157773 - This is followup from Charlie's comments on Fady's cl: http:/...
zea@chromium.org
2012-09-20
1
-231
/
+0
*
This is followup from Charlie's comments on Fady's cl: http://chromiumcoderev...
lazyboy@chromium.org
2012-09-20
1
-0
/
+231
*
Revert 157650 - This is followup from Charlie's comments on Fady's cl: http:/...
zea@chromium.org
2012-09-19
1
-231
/
+0
*
This is followup from Charlie's comments on Fady's cl: http://chromiumcoderev...
lazyboy@chromium.org
2012-09-19
1
-0
/
+231
[prev]