.gitignore | 5
Makefile.am | 1
configure.ac | 33
mozilla-sucks/.gitignore | 3
mozilla-sucks/Makefile.am | 14
mozilla-sucks/jni.h | 1810 ++++++++++++++++++++++++++++++++++++
mozilla-sucks/jni_md.h | 182 +++
mozilla-sucks/jri.h | 689 +++++++++++++
mozilla-sucks/jri_md.h | 565 +++++++++++
mozilla-sucks/jritypes.h | 243 ++++
mozilla-sucks/npapi.h | 726 ++++++++++++++
mozilla-sucks/npruntime.h | 397 +++++++
mozilla-sucks/nptypes.h | 105 ++
mozilla-sucks/npupp.h | 1889 ++++++++++++++++++++++++++++++++++++++
mozilla-sucks/obsolete/protypes.h | 254 +++++
mozilla-sucks/prcpucfg.h | 707 ++++++++++++++
mozilla-sucks/prtypes.h | 547 +++++++++++
src/Makefile.am | 4
18 files changed, 8143 insertions(+), 31 deletions(-)
New commits:
commit 8d1f2c33bdd45cfdc1f0c47e6a91f27bcca803eb
Author: Benjamin Otte <otte at gnome.org>
Date: Thu May 31 23:54:33 2007 +0200
changeMozilla inclusion
We include the headers locally now and don't use Mozilla libs.
This allows using it no matter how screwed up the distro's or
upstream's
Mozilla build is.
A configure option --with-plugin-dir has been added to make the installation
directory configurable
commit 66e5ea919ce30003e0ae08bc1b06bf2748031abe
Author: Benjamin Otte <otte at gnome.org>
Date: Thu May 31 23:49:50 2007 +0200
remove files that shouldn't exist
NEWS | 5 +++++
1 files changed, 5 insertions(+)
New commits:
commit d70a97877f0e04eac56088fc547fbbc7ddaa17b9
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Jun 8 20:07:11 2007 +0200
update NEWS
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2bf117a6be1b7463ec5c270a38ce77d322809e0a
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Jun 11 17:24:51 2007 +0200
release 0.4.5
src/plugin.c | 4 ----
1 files changed, 4 deletions(-)
New commits:
commit 41fb67e54cc4ca6f3f832274bf469b04b2fcfabe
Author: Rados??aw Szkodzi??ski <astralstorm at gmail.com>
Date: Thu Jun 28 10:17:33 2007 +0200
remove main loop check
Mozilla 3 handles the main loop differently, so this check fails there.
Since it was only supposed to help ensure a main loop is running and
didn't
have a vital function otherwise, we can just remove it.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit da6f4f1a15366a567753b2e2572c042eb2c76983
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Jun 28 11:16:59 2007 +0200
back to development
configure.ac | 6 +++---
src/swfmoz_loader.c | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
New commits:
commit a90255750eae6fe039a08354143f6f4a48f0ea23
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Jul 12 16:16:49 2007 +0200
update to new 0.5 stuff
INSTALL | 236 ----------------------------------------------------------------
1 files changed, 236 deletions(-)
New commits:
commit 038b6f1b5d8a98d7a031a41bced3e36b60f0257c
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Jul 12 22:44:42 2007 +0200
<ds> INSTALL shouldn't be checked in
NEWS | 5 +++++
configure.ac | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 4366c3a00bb7f60f0af7ed74fe933ff163085020
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Jul 13 21:57:39 2007 +0200
release 0.5.0
commit 411988b1ef2c32ef23c89f0d357dba87513d7647
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Jul 13 21:57:20 2007 +0200
update NEWS
src/plugin.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 2ff3834883d610d6797d2354c93577df48eaadd0
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Jul 15 18:24:41 2007 +0100
fix plugin description
stupid iMeem detection script requires an identical string, yay!
.gitignore | 1 +
configure.ac | 4 ++--
src/swfmoz_player.c | 21 ++++++++-------------
3 files changed, 11 insertions(+), 15 deletions(-)
New commits:
commit a46daefe025d64a2a5bd215e3ec40bdc31234c60
Author: Benjamin Otte <otte at gnome.org>
Date: Sat Jul 21 12:28:59 2007 +0100
add INSTALL
commit ad5c6e716bfa5f817fb12ba7e1d85d9ac09e61c6
Author: Benjamin Otte <otte at gnome.org>
Date: Sat Jul 21 12:28:34 2007 +0100
name Swfdec in the about dialog
commit df88d01b54350a540e027da234ed29171016f409
Author: Benjamin Otte <otte at gnome.org>
Date: Sat Jul 21 12:28:02 2007 +0100
port to new rendering model
commit db99d123af67f02f157779e7973488fc7d90798c
Author: Benjamin Otte <otte at gnome.org>
Date: Sat Jul 21 12:23:24 2007 +0100
back to development
src/plugin.c | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+)
New commits:
commit 5eff8964bb5c90f9832431e8a6c171f3d1136ae3
Author: Benjamin Otte <otte at gnome.org>
Date: Sat Jul 21 14:03:55 2007 +0100
implement salign property
commit 2e5c122855f5e600880f3fedddeb8abd7099ce4a
Author: Benjamin Otte <otte at gnome.org>
Date: Sat Jul 21 13:05:03 2007 +0100
implement scale mode
src/plugin.c | 12 ++++++++++++
src/plugin.h | 21 ++++++++++++---------
src/swfmoz_player.c | 2 ++
3 files changed, 26 insertions(+), 9 deletions(-)
New commits:
commit e9b510c9d81c81b5fa5e9c9afdee6dc49c1b0be1
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Jul 27 17:50:31 2007 +0200
implement popup blocking and disable it on clicks
This allows the fullscreen player to pop up - but it doesn't play
anything yet
src/plugin.c | 10 ++++++++++
src/plugin.h | 6 ++++++
src/swfmoz_dialog.c | 2 +-
src/swfmoz_loader.c | 38 +++++++++++++++++++++++++++-----------
src/swfmoz_loader.h | 2 ++
src/swfmoz_player.c | 4 ++--
6 files changed, 48 insertions(+), 14 deletions(-)
New commits:
commit b4e7f8e2b099b4586cf83a445459d0059ea3c570
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Aug 2 14:24:11 2007 +0200
port plugin to new swfdec API
src/swfmoz_player.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7ca601908ecea5ae3983075052989f974eaf5760
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Aug 2 14:25:45 2007 +0200
fix URL handling
NEWS | 9 +++++++++
configure.ac | 4 ++--
src/plugin.c | 9 +++------
3 files changed, 14 insertions(+), 8 deletions(-)
New commits:
commit 588be8be8fe089fbbb7fd7038a1ae62b633cd717
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug 3 23:56:39 2007 +0200
back to development
commit e3f73144eb316d280dc0f04483dcc328bd009201
Author: Benjamin Otte <lvs at macbook.(none)>
Date: Fri Aug 3 23:55:32 2007 +0200
release 0.5.1
commit 6aabd8ce400eea4684cb934eb3ffcf69edc1e412
Author: Benjamin Otte <lvs at macbook.(none)>
Date: Fri Aug 3 23:38:00 2007 +0200
update NEWS
commit 8e379387297860aaa1400fbbf415cfe4e549598f
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Aug 2 19:25:22 2007 +0200
whoops, forgot the noScale option here
commit 9554458423dea094e1befcbd90124de02fa2906b
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Aug 2 19:24:57 2007 +0200
no need to parse variables passed to src, those get parsed automagically
src/plugin.c | 10 ++++++++--
src/plugin.h | 3 +++
src/swfmoz_loader.c | 10 ++++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
New commits:
commit 8ec158c3d9588dbe7b4ff950eadaa82a8664ce8f
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 8 11:26:34 2007 +0200
implement closing the stream
commit 906e5ed756e2c76b9ab1f96e3b50aae77464470e
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 8 11:26:26 2007 +0200
export plugin_destroy_stream function
src/plugin.c | 2 +-
src/plugin_x11.c | 26 +++++++++++++++++++++++++-
src/swfmoz_player.c | 2 +-
3 files changed, 27 insertions(+), 3 deletions(-)
New commits:
commit a8b51db2d6c62af16fad4bbacbd045b53bc359d5
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Aug 23 11:19:41 2007 +0200
implement key events
This is pretty rudimentary, no focus handling etc
commit 3252bac3afc11a998116f6bcc6042109ae4c5b26
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Aug 23 11:16:34 2007 +0200
update to new API
commit 2157d473e63c45875f0025e88b3e8f12229c92d1
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Aug 16 18:28:06 2007 +0200
don't send NULL data to mozilla, it prefers a random pointer instead
NEWS | 7 +++++++
configure.ac | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
New commits:
commit 3d27cbe58d03e5b154f0f4e824606e545fd8456a
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug 24 17:17:05 2007 +0200
back to development
commit d0507c345f5946571510e403a7b27960608d5b0d
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug 24 16:23:43 2007 +0200
release 0.5.2
commit 61ffeb9321964e3283f2fab9cba6e33368a97ba5
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug 24 16:20:20 2007 +0200
update NEWS
src/plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1e38b1ace899104b968eb9ea0735310e88085dba
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Sep 14 22:17:26 2007 +0200
don't unset the stream while it's still used
src/plugin_x11.c | 17 +++++-
src/swfmoz_player.c | 128 ++++++++++++++++++++++++++++++----------------------
src/swfmoz_player.h | 10 ----
3 files changed, 89 insertions(+), 66 deletions(-)
New commits:
commit e2c3c7b826b994f67adf5d45a1f574364fbf11d2
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Oct 10 22:02:39 2007 +0200
port to new invalidate signal
This includes only tracking regions of changes - not just rectangles - for
all
invalidations we do
AUTHORS | 1 +
NEWS | 6 ++++++
configure.ac | 4 ++--
3 files changed, 9 insertions(+), 2 deletions(-)
New commits:
commit ea14696522ec71a43582e6c5a438d2806116b134
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Oct 12 18:15:28 2007 +0200
back to development
commit 5b89dfad995ad41dbf9b7084a8833833c95386a0
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Oct 12 18:14:02 2007 +0200
release 0.5.3
commit 5eff2ee5137e1e53fd5217291755465654587b9b
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Oct 12 16:54:53 2007 +0200
add Andreas