summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin
Commit message (Expand)AuthorAgeFilesLines
* Remove WebContentsObservers dependencies on WebFrame::uniqueName().dcheng@chromium.org2014-07-012-8/+4
* Changed IME messages from View to Input.bcwhite@chromium.org2014-06-231-13/+13
* Remove GuestWebContentsCreatedfsamuel@chromium.org2014-06-233-64/+31
* Remove ContentBrowserClient::GuestWebContentsAttachedfsamuel@chromium.org2014-06-203-17/+10
* Make resize_guest IPC only take size instead of rect since that's enough.lazyboy@chromium.org2014-06-172-12/+14
* Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputStateChanged ...shuchen@chromium.org2014-06-122-15/+17
* Move allocate instance id to chrome/.lazyboy@chromium.org2014-06-074-77/+34
* <webview> Rewrite IME related tests from content_browsertests to WebViewTest.lazyboy@chromium.org2014-06-0512-1242/+5
* GuestView: Move Disable Drag and Drop Out to Chromefsamuel@chromium.org2014-05-312-15/+0
* Browser Plugin: Remove Zoomfsamuel@chromium.org2014-05-314-27/+0
* Move guest lifetime management to chromefsamuel@chromium.org2014-05-305-36/+64
* Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuestfsamuel@chromium.org2014-05-301-2/+0
* Remove BrowserPluginGuestDelegate::GuestProcessGonefsamuel@chromium.org2014-05-281-2/+0
* BrowserPluginGuest is no longer a WebContentsDelegatefsamuel@chromium.org2014-05-273-247/+6
* Remove some RenderProcessHost::IsGuest call sitesfsamuel@chromium.org2014-05-264-6/+22
* <webview>: Make HandleContextMenu easier to refactorfsamuel@chromium.org2014-05-231-10/+3
* BrowserPluginHostTest: Rewrite 3 focus related tests and 1 visibility test to...lazyboy@chromium.org2014-05-234-160/+9
* <webview>: Move PreHandleGestureEvent in chromefsamuel@chromium.org2014-05-221-3/+4
* <webview>: Move name attribute to chromefsamuel@chromium.org2014-05-222-42/+0
* Disable BrowserPluginHostTest.HiddenBeforeNavigation under TSan v2glider@chromium.org2014-05-221-1/+7
* <webview>: Move NewWindow API to chromefsamuel@chromium.org2014-05-205-434/+167
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-162-4/+2
* <webview>: Cleanup Pointer Lock & Simplify HandleKeyboardEventfsamuel@chromium.org2014-05-154-58/+13
* Remove BrowserPluginHostTest's post message related tests.lazyboy@chromium.org2014-05-141-84/+0
* Move Browser Plugin loadabort tests from content_browsertests to browser_tests.lazyboy@chromium.org2014-05-143-146/+0
* <webview>: Move Color Chooser and File Chooser to Chromefsamuel@chromium.org2014-05-141-9/+4
* Remove Browser Plugin pixel test.lazyboy@chromium.org2014-05-141-129/+0
* Cleanup CanDownload WebContentsDelegate APIfsamuel@chromium.org2014-05-132-44/+4
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-131-3/+3
* BrowserPluginGuest: Initialize guest_visible_ and guest_opaque_.lazyboy@chromium.org2014-05-135-39/+4
* Rewrite NavigateAfterResize test from content_browsertests to brower_tests.lazyboy@chromium.org2014-05-133-74/+0
* Remove RenderWidget::SetBackground, change IPC to pass a bool.danakj@chromium.org2014-05-131-8/+1
* Rewrite AcceptTouchEvents test from content_browsertests to browser_tests.lazyboy@chromium.org2014-05-121-85/+0
* Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManagerfsamuel@chromium.org2014-05-118-50/+49
* Remove BrowserPluginGuestManagerfsamuel@chromium.org2014-05-1114-453/+113
* BrowserPlugin: Move CreateGuest to chromefsamuel@chromium.org2014-05-108-106/+122
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-091-1/+1
* Rewrite visibility related tests from content_browsertests to browser_tests.lazyboy@chromium.org2014-05-093-50/+0
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* BrowserPlugin: Simplify content/public APIfsamuel@chromium.org2014-05-077-79/+99
* Towards moving guest management to chrome: Introduce GuestViewManagerfsamuel@chromium.org2014-05-0613-222/+353
* Move some interfaces from content/port to internal content since they're not ...jam@chromium.org2014-05-052-2/+2
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-1/+0
* Part 1/3 of http://crrev.com/225043005: Fire "contextmenu" event onlazyboy@chromium.org2014-05-031-4/+12
* Remove RenderWidgetHostViewPort.jam@chromium.org2014-05-011-5/+5
* Remove SW rendering path code from BrowserPlugin.lazyboy@chromium.org2014-04-295-157/+48
* Remove kEnableBrowserPluginForAllViewTypes flagzork@chromium.org2014-04-291-5/+0
* Cleanup: Remove unnecessary .get() in test's scoped_ptr-s.lazyboy@chromium.org2014-04-283-14/+14
* Remove WebPreferences::accelerated_compositing_enabledpiman@chromium.org2014-04-241-4/+0
* Remove ViewMsg_UpdateRect_ACKjbauman@chromium.org2014-04-222-47/+2