summaryrefslogtreecommitdiffstats
path: root/content/renderer/browser_plugin/browser_plugin_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove SW rendering path code from BrowserPlugin.lazyboy@chromium.org2014-04-291-60/+10
* Remove ViewMsg_UpdateRect_ACKjbauman@chromium.org2014-04-221-2/+0
* Revert teporary include hacks for WebLocalFrame and use forward declaresdcheng@chromium.org2014-04-181-0/+1
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-181-15/+17
* Invoke LeakSanitizer on teardown of some browser test fixtures.earthdok@chromium.org2014-03-051-0/+6
* Fix mistaken assumptions in testsabarth@chromium.org2014-01-291-0/+6
* Make sure plugin load.tkent@chromium.org2013-12-051-1/+2
* Rewrite include paths for Blink public/ headers that have movedphilipj@opera.com2013-11-141-1/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-4/+4
* Remove more calls to HandleScope default ctor.marja@chromium.org2013-09-061-3/+3
* Implement <webview> as a custom elementfsamuel@chromium.org2013-08-141-1/+6
* Remove mention of NaCl in content/renderer/pepper after these files were move...jam@chromium.org2013-08-091-2/+2
* <webview>: Allocate the view instance ID from the WebView shimfsamuel@chromium.org2013-08-061-2/+2
* Fix BrowserPluginHostTest.PartialAutosizeAttributes flakegab@chromium.org2013-08-011-0/+2
* <webview> Move exit event to chromefsamuel@chromium.org2013-07-171-80/+0
* <webview>: Move stop/reload/terminate to chromefsamuel@chromium.org2013-07-111-19/+0
* Revert 209821 "Revert 209776 "Revert 209761 "Fix BrowserPluginHo..."msw@chromium.org2013-07-031-2/+0
* Revert 209776 "Revert 209761 "Fix BrowserPluginHostTest.PartialA..."fischman@chromium.org2013-07-021-0/+2
* Revert 209761 "Fix BrowserPluginHostTest.PartialAutosizeAttribut..."fischman@chromium.org2013-07-021-2/+0
* Fix BrowserPluginHostTest.PartialAutosizeAttributes flakefsamuel@chromium.org2013-07-021-0/+2
* <webview>: Partially migrate loadcommit event from content to chromefsamuel@chromium.org2013-06-251-120/+0
* Browser Plugin: Plumb extra arguments on ContentRendererClient.fsamuel@chromium.org2013-06-251-1/+9
* Update Blink include pathsabarth@chromium.org2013-06-171-3/+3
* Clean up repetitive code in BrowserPluginTest.lazyboy@chromium.org2013-06-071-126/+53
* <webview> executeScript should use instance IDfsamuel@chromium.org2013-06-051-16/+0
* Make renderer aware of browser plugin position.lazyboy@chromium.org2013-05-151-8/+15
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-141-1/+0
* Browser Plugin: Unify Attach IPCfsamuel@chromium.org2013-05-011-40/+40
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-2/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-18/+18
* BrowserPlugin: Moving constants to content/commonfsamuel@chromium.org2013-03-051-1/+1
* Make all BrowserPluginMsg*s that go thru BrowserPluginGuest::SendMessageToEmb...lazyboy@chromium.org2013-03-011-13/+13
* Browser Plugin: Use ContentRendererClient to disable instantiating <object ty...lazyboy@chromium.org2013-03-011-2/+17
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add handle scopes around executeScriptAndReturnValue callsitesdcarney@chromium.org2013-02-221-0/+3
* BrowserPlugin - Change the setting of AutoSize attribute to follow HTML specmthiesse@chromium.org2013-02-051-13/+13
* Revert 180442 -- BrowserPluginHostTest.RemoveAllAttributes was flakyfsamuel@chromium.org2013-02-041-13/+13
* BrowserPlugin - Change the setting of AutoSize attribute to follow HTML specmthiesse@chromium.org2013-02-041-13/+13
* Store Browser Plugin attributes in DOM instead of member variables in browser...mthiesse@chromium.org2013-01-301-4/+6
* Revert 179642fsamuel@chromium.org2013-01-301-6/+4
* Store Browser Plugin attributes in DOM instead of member variables in browser...fsamuel@chromium.org2013-01-301-4/+6
* Implemented parsing of the remaining attribute in BrowserPlugin::ParseAttribu...mthiesse@chromium.org2013-01-241-11/+64
* Browser Plugin: Allocate Instance IDs in BrowserPluginEmbedder instead of Bro...fsamuel@chromium.org2013-01-231-58/+59
* Fixing resize for HW accelerated compositing.alexst@chromium.org2013-01-091-0/+5
* Browser Plugin: Remove unnecessary Cleanup code + fix spacingfsamuel@chromium.org2012-12-211-1/+0
* Browser Plugin: Simplified BrowserPlugin Damage Bufferfsamuel@chromium.org2012-12-211-41/+21
* Browser Plugin: Simplify BrowserPluginGuestHelperfsamuel@chromium.org2012-12-181-7/+5
* Browser Plugin: Reduce code repetition in BrowserPluginManager.fsamuel@chromium.org2012-12-171-47/+72
* Browser Plugin: Only update src attribute on top-level navigationsfsamuel@chromium.org2012-12-011-0/+7