r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Plugin-2] Browser Plugins

Carl
3-May-2006
[1x4]
For discussions related to Browser Plugins.
Including V1.3.2 update.  Also for Mozilla (not just IE).
Josh Mitts is in charge of the project and this discussion.
["Webcasting" this group so many others can follow it too.]
Graham
3-May-2006
[5]
So, were are we at?
Carl
3-May-2006
[6]
Josh has built new test version.
Graham
3-May-2006
[7]
Is this project dependent on R3?
Carl
3-May-2006
[8]
No.
Henrik
3-May-2006
[9]
so mozilla? does it mean that it will be as easy to install under 
mozilla/firefox as under IE?
Carl
3-May-2006
[10]
The new version is for 1.3.2
JoshM
3-May-2006
[11]
Hi everyone! Looking forward to working together on the new plugin.
Graham
3-May-2006
[12]
Firefox has 8% of the browser market now,
JoshM
3-May-2006
[13x2]
Yes, 1.3.2.
We've actually got a 90-95% working version of 1.3.2 plugin for Mozilla.
Carl
3-May-2006
[15x2]
Josh will take the questions from here.
Thanks Josh for joining us.
Graham
3-May-2006
[17]
Where is test version please?
JoshM
3-May-2006
[18]
(I just built it this week)
Graham
3-May-2006
[19]
Is this for internal or external testing?
JoshM
3-May-2006
[20x3]
Ah, let me get back to you...we need to get a download location set 
up.
But I"m not sure we're ready to release this one yet...
Gotta take a look at it a little more, it's only a few days old :)
Graham
3-May-2006
[23x2]
Release often, fix often.
It's not as though any applications depend upon the plugin.
Carl
3-May-2006
[25]
I am ok with a test release if Josh is.
Graham
3-May-2006
[26]
Josh, is there some way to automate the build process, and do the 
certificates or whatever, so when you leave again, a new version 
can still be easily built?
Carl
3-May-2006
[27x2]
He says it seems pretty stable.
LOL LOL!
JoshM
3-May-2006
[29]
sounds good. i'll upload the current version of mozilla plugin, but 
please don't use on any production system! :)
Carl
3-May-2006
[30]
I'm still LOL....
JoshM
3-May-2006
[31]
sure, we'd give you the certificates
Graham
3-May-2006
[32]
It wasn't meant as a joke.
JoshM
3-May-2006
[33x2]
then you can make viruses signed by RT!
;-) that's why Carl's laughing
Carl
3-May-2006
[35x2]
Josh is writing details notes about the build process.
But, the idea of automating it is very cool too.
Graham
3-May-2006
[37x2]
is there a new IE plugin as well?
I think the current plugin lacks AGG?
Carl
3-May-2006
[39]
Yes, new one has it.
JoshM
3-May-2006
[40x3]
Yes, but as far as I know, the plugin C source is locked down to 
RT. maybe an automated build process that doesn't expose the source 
would work.
the new IE plugin is very stable, beta-quality.
it's just a rebuild against the new viewdll (1.3.2).
Graham
3-May-2006
[43x2]
Ok.  Good.
and is this restriction to running one plugin only per page stil 
present?
JoshM
3-May-2006
[45]
yes, that is a limitation of REBOL itself....according to Carl, we're 
looking into removing that limitation for REBOL 3.0
Graham
3-May-2006
[46]
Ahh...
JoshM
3-May-2006
[47]
it has to do with multithreading issues
Carl
3-May-2006
[48]
Needs threading.
JoshM
3-May-2006
[49]
Each plugin instance launches a new thread so viewdll has to be able 
to handle that
Henrik
3-May-2006
[50]
are there any security issues? infinite popups or anything left that 
might bring it out of control?