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
/
plugin
/
webplugin_delegate_stub.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move webcursors code from webkit/ to content.
tfarina@chromium.org
2014-03-20
1
-1
/
+1
*
Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin p...
jam@chromium.org
2014-01-19
1
-1
/
+2
*
Removes some unnecessary preprocessor directives
cimamoglu@chromium.org
2014-01-15
1
-2
/
+0
*
A bunch of work to transition from render_view_id to render_frame_id.
jam@chromium.org
2013-12-20
1
-1
/
+1
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
1
-4
/
+7
*
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
-3
/
+3
*
WebPluginDelegateStub::dtor not to call RemoveMappingForNPObjectOwner() is in...
xhwang@chromium.org
2013-10-21
1
-1
/
+2
*
Fix compile error on lkgr Win x64 build.
jam@chromium.org
2013-09-27
1
-1
/
+1
*
Support byte range requests when routing resource requests directly through t...
jam@chromium.org
2013-09-17
1
-1
/
+6
*
Load NPAPI plugin resources through the browser process directly instead of g...
jam@chromium.org
2013-09-11
1
-2
/
+17
*
Move the WebPluginResourceClient interface to its own header. Also fix up met...
jam@chromium.org
2013-09-04
1
-0
/
+1
*
Remove webkit/plugins/npapi.
jam@chromium.org
2013-07-19
1
-0
/
+5
*
Move NPAPI implementation out of webkit/plugins/npapi and into content.
jam@chromium.org
2013-07-19
1
-6
/
+4
*
Fix not completed range requests from NPAPI plugins.
vchigrin@yandex-team.ru
2013-07-15
1
-2
/
+2
*
Delay owner unregistration until after plugin teardown.
wez@chromium.org
2013-06-29
1
-2
/
+7
*
Revert 208912 "Make plugin destruction asynchronous."
tonyg@chromium.org
2013-06-27
1
-1
/
+1
*
Check plugin delegate exists when unregistering as NPObject owner.
wez@chromium.org
2013-06-27
1
-4
/
+5
*
Make plugin destruction asynchronous.
tonyg@chromium.org
2013-06-27
1
-1
/
+1
*
Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...
wez@chromium.org
2013-06-21
1
-0
/
+15
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-2
/
+2
*
Use a direct include of strings headers in content/p*/.
avi@chromium.org
2013-06-12
1
-1
/
+1
*
Rename content/common_child to content/child
scottmg@chromium.org
2013-06-04
1
-3
/
+3
*
Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-03
1
-1
/
+1
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-2
/
+4
*
Move the WebCursor sources from webkit/glue to webkit/common/cursors.
ananta@chromium.org
2013-05-31
1
-1
/
+1
*
Get rid of the dependency on WebKit::WebCursorInfo internals from WebCursor.
ananta@chromium.org
2013-05-24
1
-2
/
+2
*
Move child-common classes to content/common_child
jamesr@chromium.org
2013-05-21
1
-1
/
+1
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-3
/
+6
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-1
/
+1
*
Removed support for Core Animation plugins when accelerated compositing is di...
kbr@chromium.org
2013-03-19
1
-11
/
+0
*
Fix painting glitch with text and NPAPI plugins. This was a regression from r...
jam@chromium.org
2013-03-06
1
-0
/
+4
*
Add explicit base to FilePath.
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
Get windowless plugins working when accelerated compositing is turned on by c...
jam@chromium.org
2012-11-10
1
-2
/
+1
*
Use the RenderView's routing_id, instead of HWND, as the unique identifier us...
jam@chromium.org
2012-11-02
1
-4
/
+3
*
Stop passing the parent hwnd to the plugin process on initialization.
jam@chromium.org
2012-11-02
1
-21
/
+1
*
Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...
jam@chromium.org
2012-10-21
1
-3
/
+7
*
Initial NPAPI plugin support in Win Aura.
jam@chromium.org
2012-09-11
1
-0
/
+5
*
Revert 130199 - Revert 128179 - Make sure the plugin scriptable object is rel...
wez@chromium.org
2012-04-04
1
-7
/
+16
*
Revert 128179 - Make sure the plugin scriptable object is released before NPP...
wez@chromium.org
2012-04-02
1
-16
/
+7
*
Make sure the plugin scriptable object is released before NPP_Destroy.
wez@chromium.org
2012-03-22
1
-7
/
+16
*
Keep one copy of the delegate & plugin teardown code.
wez@chromium.org
2012-03-21
1
-7
/
+4
*
Emulate ImmSetAssociateContextEx() for Flash.
hbono@chromium.org
2012-03-13
1
-0
/
+4
*
Remove the default plugin.
bauerb@chromium.org
2012-01-24
1
-11
/
+1
*
base::Bind fixes
groby@chromium.org
2011-12-02
1
-19
/
+9
*
Move PageZoom enum into content/public/common and into the content namespace....
jam@chromium.org
2011-10-28
1
-1
/
+1
*
Move content_client.h into content/public.
joi@chromium.org
2011-10-18
1
-1
/
+1
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=none
ben@chromium.org
2011-10-06
1
-3
/
+3
*
Send IME events to windowless plug-ins (Chromium side)
hbono@chromium.org
2011-10-04
1
-0
/
+25
[next]