summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin
Commit message (Expand)AuthorAgeFilesLines
* content: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-151-2/+2
* Browser Plugin: Reduce BrowserPluginEmbedder's responsibilitiesfsamuel@chromium.org2013-02-158-103/+68
* Prepare for webview compositing on MACOSX.alexst@chromium.org2013-02-074-15/+65
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-1/+1
* Browser Plugin: Do not try to kill a guest process that has already been killed.lazyboy@chromium.org2013-02-071-1/+2
* BrowserPlugin - Change the setting of AutoSize attribute to follow HTML specmthiesse@chromium.org2013-02-051-13/+104
* Revert 180442 -- BrowserPluginHostTest.RemoveAllAttributes was flakyfsamuel@chromium.org2013-02-041-107/+13
* Browser Plugin: Enable VisibilityPreservation testfsamuel@chromium.org2013-02-041-4/+1
* BrowserPlugin - Change the setting of AutoSize attribute to follow HTML specmthiesse@chromium.org2013-02-041-13/+107
* Browser Plugin: Software path failover no longer crashes the embedder.fsamuel@chromium.org2013-01-312-1/+7
* browser-plugin: Disable drag-n-drop in guests.sadrul@chromium.org2013-01-251-0/+8
* Move core url data manager classes to content.jam@chromium.org2013-01-241-1/+1
* <webview>: Implement ExecuteScriptfsamuel@chromium.org2013-01-241-0/+5
* Kill ExecuteJavascriptAndGetValue.avi@chromium.org2013-01-241-40/+32
* Implement a prototype to render cross-site iframes in a separate process from...nasko@chromium.org2013-01-231-33/+53
* Browser Plugin: Allocate Instance IDs in BrowserPluginEmbedder instead of Bro...fsamuel@chromium.org2013-01-233-7/+29
* nit: Fix some #include orders in browser_plugin/lazyboy@chromium.org2013-01-182-2/+2
* Disable flaky test BrowserPluginHostTest.FocusPreservation.ericu@chromium.org2013-01-161-1/+2
* Browser Plugin: Removed unnecessary castfsamuel@chromium.org2013-01-151-9/+5
* Browser Plugin: Minor refactor to move NavigateGuest handling to BrowserPlugi...fsamuel@chromium.org2013-01-154-29/+27
* Browser Plugin: Fix sort order of message handlers in BrowserPluginGuestfsamuel@chromium.org2013-01-112-7/+7
* Fix Sunspider performance regressionfsamuel@chromium.org2013-01-101-0/+4
* Fixing resize for HW accelerated compositing.alexst@chromium.org2013-01-091-0/+1
* Browser Plugin: Make sure name attribute is propagated to guest if it's set p...fsamuel@chromium.org2013-01-091-0/+8
* <webview>: Add name attributefsamuel@chromium.org2013-01-095-6/+78
* Browser Plugin: Sort BrowserPluginGuest::OnSetSizefsamuel@chromium.org2013-01-092-9/+9
* BrowserPlugin: Plumb ViewHostMsg_CreateWindow to BrowserPluginGuestfsamuel@chromium.org2013-01-084-15/+48
* Browser Plugin: Refactor BrowserPluginEmbedder to allow creating guests with ...fsamuel@chromium.org2013-01-082-109/+137
* When starting a provisional load, indicate whether the provisional URL is abo...jochen@chromium.org2013-01-072-0/+2
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-78/+70
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-022-3/+3
* Browser Plugin: Simplified BrowserPlugin Damage Bufferfsamuel@chromium.org2012-12-214-106/+46
* Aura/Android: Send mailbox name with every Swap message.sievers@chromium.org2012-12-212-3/+3
* Browser Plugin: Simplify BrowserPluginHostMsg_* message routingfsamuel@chromium.org2012-12-209-783/+451
* Browser Plugin: Simplify BrowserPluginGuestHelperfsamuel@chromium.org2012-12-1810-300/+234
* Message forwarding code for for webview compositing.alexst@chromium.org2012-12-184-52/+36
* Put AcceleratedSurfaceMsg_BufferPresented arguments in a struct.sievers@chromium.org2012-12-171-2/+5
* Disable BrowserPluginHostTest.GuestUnresponsive on win and linux due to flaki...tim@chromium.org2012-12-171-1/+9
* ipc: Use existing [de]serializer for WebInputEvent.sadrul@chromium.org2012-12-143-43/+33
* Browser Plugin: PostMessage test seems reliable nowfsamuel@chromium.org2012-12-131-6/+2
* Browser Plugin: Fix GuestUnresponsive Flakinessfsamuel@chromium.org2012-12-131-11/+13
* Browser Plugin: Fix <select> popup positioning on Macfsamuel@chromium.org2012-12-126-0/+106
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-101-4/+0
* Disable BrowserPluginHostTest.GuestUnresponsive on Linux since it's failing o...jam@chromium.org2012-12-081-2/+2
* Disable BrowserPluginHostTest.GuestUnresponsive on Windows since it is flaky.perkj@chromium.org2012-12-071-1/+7
* Browser Plugin: Use asynchronous input eventsfsamuel@chromium.org2012-12-079-95/+90
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-071-0/+4
* Change www.crbug.com (fails) links to crbug.com links (works).dbeam@chromium.org2012-12-061-1/+1
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-061-4/+0
* Messages needed for webview compositor communication.alexst@chromium.org2012-11-304-0/+46