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
/
chrome
/
plugin
/
webplugin_proxy.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename policy_url to first_party_for_cookies in cookie-related code.
wtc@chromium.org
2009-11-18
1
-2
/
+2
*
Amit, please review everything.
ananta@chromium.org
2009-11-07
1
-1
/
+10
*
Push the native canvas into the plugin implementation. On Windows, this means
brettw@chromium.org
2009-10-23
1
-31
/
+11
*
Get rid of the need for cross process events in order to get plugin processes...
jam@chromium.org
2009-09-29
1
-12
/
+5
*
Gears File Drag Drop
michaeln@google.com
2009-09-16
1
-2
/
+2
*
This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...
jam@chromium.org
2009-09-04
1
-5
/
+3
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
1
-7
/
+13
*
linux: new socket/plug code for windowed plugins
piman@chromium.org
2009-08-25
1
-11
/
+0
*
Another attempt at landing this patch.
ananta@chromium.org
2009-08-04
1
-0
/
+2
*
linux: add a GtkPlug / GtkSocket pair in the plugin process
piman@chromium.org
2009-07-30
1
-0
/
+8
*
CPAPI (0.11) for gears drag drop.
mpcomplete@chromium.org
2009-07-23
1
-1
/
+4
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-1
/
+1
*
linux: add windowless plugin plumbing
piman@google.com
2009-07-22
1
-0
/
+5
*
Wire up windowless plugins. Mostly Mac related, some cross
amanda@chromium.org
2009-07-11
1
-6
/
+14
*
Add the page url to plugin crashes to aid debugging.
jam@chromium.org
2009-07-08
1
-1
/
+5
*
Revert change 20173 because it breaks the ui_tests, plugin_tests
nsylvain@chromium.org
2009-07-08
1
-5
/
+1
*
Add the page url to plugin crashes to aid debugging.
jam@chromium.org
2009-07-08
1
-1
/
+5
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-07
1
-3
/
+1
*
Revert "linux: OOP windowed plugins"
evan@chromium.org
2009-07-06
1
-1
/
+3
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-06
1
-3
/
+1
*
linux: only create browser-side plugin container after plugin requests it
evan@chromium.org
2009-06-30
1
-0
/
+5
*
Reverting 19560. This caused a bunch of plugin-related unittest failures on W...
glen@chromium.org
2009-06-30
1
-5
/
+0
*
linux: only create browser-side plugin container after plugin requests it
evan@chromium.org
2009-06-29
1
-0
/
+5
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-2
/
+2
*
Revert all of my patches from today.
evan@chromium.org
2009-06-26
1
-2
/
+2
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-2
/
+2
*
Make sure that seekable streams are removed from the list of resource clients...
ananta@chromium.org
2009-05-23
1
-0
/
+2
*
CPAPI gears drag drop and renderer IPC.
michaeln@google.com
2009-05-22
1
-0
/
+10
*
Reverting 15986.
michaeln@google.com
2009-05-13
1
-10
/
+0
*
CPAPI gears drag drop and renderer IPC....
michaeln@google.com
2009-05-13
1
-0
/
+10
*
Fail the plugin initialization if we are unable to duplicate the event handle...
ananta@chromium.org
2009-04-27
1
-1
/
+2
*
linux (and some posix): multiprocess plugins compiling.
evan@chromium.org
2009-04-23
1
-6
/
+11
*
Fix hang seen in plugin process because plugin creation ended up having to wa...
jam@chromium.org
2009-04-21
1
-2
/
+2
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Port plugin messages.
jam@chromium.org
2009-04-01
1
-6
/
+9
*
Expose whether we're in private browsing mode to plugins.I chose to implement...
jam@chromium.org
2009-03-26
1
-0
/
+2
*
Report the plugin position to windowed plugins as (0,0)
jam@chromium.org
2009-03-26
1
-1
/
+1
*
Get rid of the gears in renderer process code. This allows me to do some cle...
jam@chromium.org
2009-03-13
1
-3
/
+0
*
Fix plugin hang that Earth team found.
jam@chromium.org
2009-02-21
1
-0
/
+4
*
Lots of small nits to help to split off webkit.dll.
maruel@chromium.org
2009-02-12
1
-3
/
+3
*
Improve scrolling performance when there are many windowed plugins in a page.
jam@chromium.org
2009-01-16
1
-2
/
+1
*
WaitableEvent is the replacement for Windows events. Previously in the code, ...
agl@chromium.org
2009-01-15
1
-1
/
+6
*
Fixing build bustage. Adding files which were part of the original change
ananta@chromium.org
2008-12-05
1
-0
/
+2
*
Don't cancel the original manual data stream request when the plugin invokes
ananta@chromium.org
2008-12-04
1
-2
/
+0
*
Relanding this fix. The earlier attempt broke test_shell_tests. The fix
ananta@chromium.org
2008-11-21
1
-0
/
+5
*
Revert r5816 due to InvokeMethods failures in test_shell_tests.
sgk@google.com
2008-11-21
1
-5
/
+0
*
Fix Silverlight windowless plugin painting issues. This fixes the
ananta@chromium.org
2008-11-21
1
-0
/
+5
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
1
-5
/
+5
*
Patch by Thatcher Ulrich <tulrich@google.com>.
ojan@google.com
2008-10-09
1
-0
/
+1
[next]