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
*
Delete the checked-in webkit .vcproj (and ancillary .sln) files.
sgk@google.com
2009-05-12
1
-288
/
+0
*
Fix plugin window sticking around when parent became invisible. Added test f...
jam@chromium.org
2009-05-10
1
-14
/
+0
*
Fix a regression which occured because of the default plugin loading before t...
ananta@chromium.org
2009-05-07
1
-2
/
+2
*
Change webplugin_delegate_impl_mac from C++ to Objective-C++
amanda@chromium.org
2009-05-06
1
-0
/
+0
*
Fix Flash window in Analytics being incorrectly visible.
jam@chromium.org
2009-05-05
5
-0
/
+76
*
Only unset the kWebPluginDelegateProperty property after calling the plugin's...
jam@chromium.org
2009-05-01
1
-25
/
+19
*
Added audio/mpeg and video/mpeg to the list of mime types supported by the Ac...
ananta@chromium.org
2009-04-30
2
-4
/
+5
*
Forgot an added file in http://codereview.chromium.org/99154
amanda@chromium.org
2009-04-28
1
-0
/
+46
*
Add the npapi_test_plugin to the Mac build of test_shell
amanda@chromium.org
2009-04-28
1
-0
/
+6
*
Chrome side of using WebPluginListBuilder.
darin@chromium.org
2009-04-24
2
-2
/
+2
*
Allow Flash (and other plugins) to be installed without restarting the browse...
jam@chromium.org
2009-04-23
2
-1
/
+3
*
Fix hang seen in plugin process because plugin creation ended up having to wa...
jam@chromium.org
2009-04-21
7
-16
/
+134
*
plugins: move NativeLibrary into base.
evan@chromium.org
2009-04-21
5
-130
/
+26
*
Fix build break due to incorrect merge, TBR=awalker
jam@chromium.org
2009-04-16
1
-1
/
+1
*
Ensure we check the page pointer before using it after we come out of NPP_Han...
jam@chromium.org
2009-04-16
4
-40
/
+52
*
linux: make npapi_test_plugin loadable.
evan@chromium.org
2009-04-13
4
-11
/
+86
*
Relanding the following revisions.
ananta@chromium.org
2009-04-13
1
-14
/
+0
*
Revert change 13558 and 13555 because they broke the plugin
nsylvain@chromium.org
2009-04-13
1
-0
/
+14
*
Remove the Activex shim registration for generic Activex controls. The Active...
ananta@chromium.org
2009-04-11
1
-14
/
+0
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-1
/
+3
*
Linux: more windowless plugin work.
evan@chromium.org
2009-04-06
1
-78
/
+73
*
Don't call NPP_StreamAsFile on the plugin, if the stream is being closed due ...
ananta@chromium.org
2009-04-03
1
-1
/
+2
*
Remove the checked-in scons configuration files.
sgk@google.com
2009-04-01
1
-84
/
+0
*
Port plugin messages.
jam@chromium.org
2009-04-01
7
-64
/
+50
*
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
[next]