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
*
We need to set the clipping region of the HDC passed in to a windowless flash...
ananta@chromium.org
2009-03-27
4
-25
/
+39
*
Expose whether we're in private browsing mode to plugins.I chose to implement...
jam@chromium.org
2009-03-26
5
-1
/
+103
*
Report the plugin position to windowed plugins as (0,0)
jam@chromium.org
2009-03-26
3
-22
/
+31
*
Remove unneeded uses of base/ref_counted.h.
thestig@chromium.org
2009-03-18
1
-1
/
+0
*
Basic windowless plugins, try 2.
evan@chromium.org
2009-03-13
5
-46
/
+119
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-1
/
+0
*
Remove logging.h from cc files that don't use it.
thestig@chromium.org
2009-03-12
1
-1
/
+0
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
46
-57
/
+0
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Don't call AddStream twice for manual responses.
jam@chromium.org
2009-03-04
1
-1
/
+0
*
Minor cleanup in webkit/glue:
darin@chromium.org
2009-03-02
1
-0
/
+1
*
Chrome side to implement WebMimeRegistry.
darin@chromium.org
2009-02-26
1
-2
/
+2
*
Try a new approach to fixing IAT unpatch crashes when the DLL is gone.
deanm@chromium.org
2009-02-26
2
-9
/
+3
*
We allow Flash to popup windows in response to user gesture messages like WM_...
ananta@chromium.org
2009-02-24
1
-2
/
+9
*
Add NPAPI plugins contained in extensions to the PluginList.
mpcomplete@google.com
2009-02-21
2
-4
/
+26
*
Display windowless plugins on Linux as windowed.
deanm@chromium.org
2009-02-20
1
-0
/
+7
*
Include what you use in plugin_list_mac.mm.
mark@chromium.org
2009-02-18
1
-0
/
+2
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+1
*
Revert my SetWindow(NULL) change in r9653.
deanm@chromium.org
2009-02-17
2
-5
/
+16
*
Match the Windows plugin moving/sizing behavior on Linux.
deanm@chromium.org
2009-02-15
3
-18
/
+28
*
Change mime type utils to operate on platform-specific string types for filen...
estade@chromium.org
2009-02-14
1
-1
/
+6
*
Lots of small nits to help to split off webkit.dll.
maruel@chromium.org
2009-02-12
4
-31
/
+15
*
Match Firefox by not calling SetWindow(NULL) on plugin destruction.
deanm@chromium.org
2009-02-12
3
-25
/
+13
*
Add an #if around user_gesture_msg_factory_ to unbreak the Linux
amanda@chromium.org
2009-02-11
1
-0
/
+2
*
Forgot webplugin_delegate_impl_mac.cc in r9558
amanda@chromium.org
2009-02-11
1
-0
/
+457
*
Checkpoint of plugin support code for Mac. Does not work yet; being checked
amanda@chromium.org
2009-02-11
2
-26
/
+56
*
This changes the approach for our webkit widget area, from using a custom Gtk...
deanm@chromium.org
2009-02-09
1
-4
/
+57
*
Add logging to NP_Initialize and CP_Initialize to try to figure out why gears
mpcomplete@google.com
2009-02-06
1
-0
/
+4
*
The final bits needed so we can navigate away from Flash pages without crashi...
evan@chromium.org
2009-02-05
2
-39
/
+28
*
Disable the WanWang protocol handler plugin (npww.dll) as it crashes during s...
ananta@chromium.org
2009-02-05
1
-0
/
+8
*
Get windowed plugins (Flash) limping along on Linux.
evan@chromium.org
2009-02-04
3
-6
/
+643
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-04
1
-0
/
+5
*
Reverting 9109.
ojan@google.com
2009-02-03
1
-5
/
+0
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-03
1
-0
/
+5
*
Move proxy resolve requests out of plugin/renderer process, and into the brow...
ericroman@google.com
2009-01-31
1
-50
/
+2
*
Rearrange plugin entry points code to abstract out Linux.
evan@chromium.org
2009-01-30
6
-72
/
+87
*
Maintain a local/global stack for the global WebPluginDelegateImpl instance p...
ananta@chromium.org
2009-01-29
1
-6
/
+17
*
Fix regression from my previous plugin change where internal plugins didn't g...
jam@chromium.org
2009-01-29
2
-11
/
+8
*
Make adding internal plugins easier (and allow it to be dynamic). This code ...
jam@chromium.org
2009-01-29
8
-235
/
+219
*
Remove the ctor since it's in the shared file.
thomasvl@chromium.org
2009-01-28
1
-4
/
+0
*
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
[next]