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
/
renderer
/
browser_plugin
/
browser_plugin_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove SW rendering path code from BrowserPlugin.
lazyboy@chromium.org
2014-04-29
1
-60
/
+10
*
Remove ViewMsg_UpdateRect_ACK
jbauman@chromium.org
2014-04-22
1
-2
/
+0
*
Revert teporary include hacks for WebLocalFrame and use forward declares
dcheng@chromium.org
2014-04-18
1
-0
/
+1
*
Run ContentMain in a browser_test's browser process. This removes duplication...
jam@chromium.org
2014-03-18
1
-15
/
+17
*
Invoke LeakSanitizer on teardown of some browser test fixtures.
earthdok@chromium.org
2014-03-05
1
-0
/
+6
*
Fix mistaken assumptions in tests
abarth@chromium.org
2014-01-29
1
-0
/
+6
*
Make sure plugin load.
tkent@chromium.org
2013-12-05
1
-1
/
+2
*
Rewrite include paths for Blink public/ headers that have moved
philipj@opera.com
2013-11-14
1
-1
/
+1
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-4
/
+4
*
Remove more calls to HandleScope default ctor.
marja@chromium.org
2013-09-06
1
-3
/
+3
*
Implement <webview> as a custom element
fsamuel@chromium.org
2013-08-14
1
-1
/
+6
*
Remove mention of NaCl in content/renderer/pepper after these files were move...
jam@chromium.org
2013-08-09
1
-2
/
+2
*
<webview>: Allocate the view instance ID from the WebView shim
fsamuel@chromium.org
2013-08-06
1
-2
/
+2
*
Fix BrowserPluginHostTest.PartialAutosizeAttributes flake
gab@chromium.org
2013-08-01
1
-0
/
+2
*
<webview> Move exit event to chrome
fsamuel@chromium.org
2013-07-17
1
-80
/
+0
*
<webview>: Move stop/reload/terminate to chrome
fsamuel@chromium.org
2013-07-11
1
-19
/
+0
*
Revert 209821 "Revert 209776 "Revert 209761 "Fix BrowserPluginHo..."
msw@chromium.org
2013-07-03
1
-2
/
+0
*
Revert 209776 "Revert 209761 "Fix BrowserPluginHostTest.PartialA..."
fischman@chromium.org
2013-07-02
1
-0
/
+2
*
Revert 209761 "Fix BrowserPluginHostTest.PartialAutosizeAttribut..."
fischman@chromium.org
2013-07-02
1
-2
/
+0
*
Fix BrowserPluginHostTest.PartialAutosizeAttributes flake
fsamuel@chromium.org
2013-07-02
1
-0
/
+2
*
<webview>: Partially migrate loadcommit event from content to chrome
fsamuel@chromium.org
2013-06-25
1
-120
/
+0
*
Browser Plugin: Plumb extra arguments on ContentRendererClient.
fsamuel@chromium.org
2013-06-25
1
-1
/
+9
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-3
/
+3
*
Clean up repetitive code in BrowserPluginTest.
lazyboy@chromium.org
2013-06-07
1
-126
/
+53
*
<webview> executeScript should use instance ID
fsamuel@chromium.org
2013-06-05
1
-16
/
+0
*
Make renderer aware of browser plugin position.
lazyboy@chromium.org
2013-05-15
1
-8
/
+15
*
Cleanup: Remove unneeded base/file_util.h includes in content.
thestig@chromium.org
2013-05-14
1
-1
/
+0
*
Browser Plugin: Unify Attach IPC
fsamuel@chromium.org
2013-05-01
1
-40
/
+40
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Hide ContentClient getters from embedders so that they they don't reuse conte...
jam@chromium.org
2013-04-05
1
-2
/
+1
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-18
/
+18
*
BrowserPlugin: Moving constants to content/common
fsamuel@chromium.org
2013-03-05
1
-1
/
+1
*
Make all BrowserPluginMsg*s that go thru BrowserPluginGuest::SendMessageToEmb...
lazyboy@chromium.org
2013-03-01
1
-13
/
+13
*
Browser Plugin: Use ContentRendererClient to disable instantiating <object ty...
lazyboy@chromium.org
2013-03-01
1
-2
/
+17
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Add handle scopes around executeScriptAndReturnValue callsites
dcarney@chromium.org
2013-02-22
1
-0
/
+3
*
BrowserPlugin - Change the setting of AutoSize attribute to follow HTML spec
mthiesse@chromium.org
2013-02-05
1
-13
/
+13
*
Revert 180442 -- BrowserPluginHostTest.RemoveAllAttributes was flaky
fsamuel@chromium.org
2013-02-04
1
-13
/
+13
*
BrowserPlugin - Change the setting of AutoSize attribute to follow HTML spec
mthiesse@chromium.org
2013-02-04
1
-13
/
+13
*
Store Browser Plugin attributes in DOM instead of member variables in browser...
mthiesse@chromium.org
2013-01-30
1
-4
/
+6
*
Revert 179642
fsamuel@chromium.org
2013-01-30
1
-6
/
+4
*
Store Browser Plugin attributes in DOM instead of member variables in browser...
fsamuel@chromium.org
2013-01-30
1
-4
/
+6
*
Implemented parsing of the remaining attribute in BrowserPlugin::ParseAttribu...
mthiesse@chromium.org
2013-01-24
1
-11
/
+64
*
Browser Plugin: Allocate Instance IDs in BrowserPluginEmbedder instead of Bro...
fsamuel@chromium.org
2013-01-23
1
-58
/
+59
*
Fixing resize for HW accelerated compositing.
alexst@chromium.org
2013-01-09
1
-0
/
+5
*
Browser Plugin: Remove unnecessary Cleanup code + fix spacing
fsamuel@chromium.org
2012-12-21
1
-1
/
+0
*
Browser Plugin: Simplified BrowserPlugin Damage Buffer
fsamuel@chromium.org
2012-12-21
1
-41
/
+21
*
Browser Plugin: Simplify BrowserPluginGuestHelper
fsamuel@chromium.org
2012-12-18
1
-7
/
+5
*
Browser Plugin: Reduce code repetition in BrowserPluginManager.
fsamuel@chromium.org
2012-12-17
1
-47
/
+72
*
Browser Plugin: Only update src attribute on top-level navigations
fsamuel@chromium.org
2012-12-01
1
-0
/
+7
[next]