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
/
webkit
/
glue
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for UA spoofing, and spoof Safari's UA string when loading URLs
darin@chromium.org
2009-01-27
1
-1
/
+1
*
Attempt to fix a IAT unpatch crash.
deanm@chromium.org
2009-01-24
2
-58
/
+58
*
Load plugin metadata (mime types, etc.) on Linux.
evan@chromium.org
2009-01-24
2
-28
/
+63
*
Install the npapi_test_plugin in the same way we did the layout_test one.
evan@chromium.org
2009-01-23
1
-1
/
+3
*
Linux plugin loader loads and unloads .so files.
evan@chromium.org
2009-01-23
1
-5
/
+45
*
Do the SCons hackery necessary to get the test plugin in the right directory.
evan@chromium.org
2009-01-23
1
-3
/
+8
*
Mac default plugin.
avi@chromium.org
2009-01-22
4
-82
/
+108
*
Build some basic plugin code on Linux.
evan@chromium.org
2009-01-22
4
-8
/
+101
*
More speedup of scrolling when many windowed plugins in a page. Scrolling is...
jam@chromium.org
2009-01-22
2
-1
/
+36
*
Some cleanup to the PluginList Singleton.
deanm@chromium.org
2009-01-21
2
-31
/
+35
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-1
/
+1
*
Take out static objects from plugin_lib_win.cc.
jam@chromium.org
2009-01-21
1
-14
/
+22
*
A little bit more cleanup: no need to have both InternalPluginInfo & PluginVe...
jam@chromium.org
2009-01-20
1
-56
/
+51
*
Clean up how the default plugin is loaded so that InternalPluginInfo & Plugin...
jam@chromium.org
2009-01-20
6
-102
/
+97
*
Improve scrolling performance when there are many windowed plugins in a page.
jam@chromium.org
2009-01-16
3
-86
/
+29
*
Changes to make it possible to statically link Gears. This is disabled by an
mpcomplete@google.com
2009-01-16
3
-1
/
+34
*
Restoring a line that got lost in a despacing
avi@google.com
2009-01-16
1
-0
/
+1
*
Spaces at end of lines begone!
avi@google.com
2009-01-16
23
-133
/
+132
*
Block Adobe Reader from issuing NPN_GetURL/NPN_GetURLRequests for URL schemes...
ananta@chromium.org
2009-01-16
2
-0
/
+2
*
New implementations of core plugin libraries.
avi@google.com
2009-01-15
15
-559
/
+1148
*
Fix plugin_tests failure
jam@chromium.org
2009-01-14
1
-1
/
+1
*
Fix the regression where Gears didn't load.
jam@chromium.org
2009-01-13
1
-7
/
+5
*
Update PluginInstance to use the newer TLS APIs. This also removes a static ...
deanm@chromium.org
2009-01-13
2
-17
/
+11
*
Fix layout test failures. Looks like keying the plugins based on OriginalFil...
jam@chromium.org
2009-01-13
5
-136
/
+121
*
Get rid of lowercasing plugin filenames in order to determine if two paths po...
jam@chromium.org
2009-01-12
6
-286
/
+286
*
Add support for custom cursors set by windowless plugins. Windowless plugins ...
ananta@chromium.org
2009-01-09
2
-22
/
+77
*
Stub out NPN_Construct.
estade@chromium.org
2009-01-08
1
-9
/
+0
*
Change "dll" to "plugin" where appropriate.
avi@google.com
2009-01-06
6
-25
/
+29
*
Move plugins to FilePaths, some cleanup
avi@google.com
2009-01-06
7
-91
/
+113
*
Adjusting the name of a function to make it more descriptive.
avi@google.com
2008-12-30
2
-6
/
+7
*
Stub out some plugin functions to make the dynamic linker happy.
evanm@google.com
2008-12-26
1
-0
/
+30
*
Initial generation of native Visual Studio solution files
sgk@google.com
2008-12-19
1
-0
/
+6
*
Convert from using env['PLATFORM'] directly to using the more flexible
sgk@google.com
2008-12-18
1
-2
/
+2
*
Handle HTTP 200 responses received in response to byte range requests issued ...
ananta@chromium.org
2008-12-17
6
-6
/
+16
*
Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.
maruel@chromium.org
2008-12-16
1
-264
/
+264
*
Remove few more errors in mac scons build.
phajdan.jr@chromium.org
2008-12-15
1
-1
/
+1
*
Reverting 6966.
ericroman@google.com
2008-12-13
1
-2
/
+1
*
Use automatic memory management for URLRequestContext's members.
ericroman@google.com
2008-12-13
1
-1
/
+2
*
Fix ProxyService usage in Java plugin proxy interface
amit@chromium.org
2008-12-10
1
-4
/
+7
*
Revert this file submitted by accident
nsylvain@chromium.org
2008-12-05
1
-11
/
+0
*
Reverting r6396 the PDF fix to not cancel the manual data stream
ananta@chromium.org
2008-12-05
2
-5
/
+20
*
Don't cancel the original manual data stream request when the plugin invokes
ananta@chromium.org
2008-12-04
1
-9
/
+5
*
Changed svn:eol-style of all .sln and .vcproj files to CRLF
scherkus@chromium.org
2008-12-04
1
-264
/
+264
*
Allow PDF files to open in Acrobat Reader.
ananta@chromium.org
2008-12-02
6
-19
/
+19
*
Ensure that the context menu shows up in a windowless Silverlight plugin inst...
ananta@chromium.org
2008-11-26
2
-3
/
+61
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-22
2
-4
/
+4
*
Rollback "Remove use of wide characters in stats table identifiers."
evanm@google.com
2008-11-21
2
-3
/
+3
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-21
2
-3
/
+3
*
Committing on behalf of knorton@google.com
jam@chromium.org
2008-11-19
1
-1
/
+1
*
Move dmg_fp in scons build to compile from
tc@google.com
2008-11-15
1
-1
/
+0
[next]