World: r3wp
[Plugin-2] Browser Plugins
older newer | first last |
JoshM 19-Jun-2006 [1312x2] | Hi all.... |
First off, thanks for all the feedback. It's good to know the plugin is broken in so many places. LOL. | |
Pekr 19-Jun-2006 [1314] | well, at least hopefully rebol itself is not broken :-) Once we get plug-in to more polished state, it will rock :-) |
JoshM 19-Jun-2006 [1315x4] | Here's a few general notes: * You absolutely MUST uninstall the previous release completely (by closing down your browser, maybe restarting, etc.) before attempting to install the new release. Otherwise, you're asking for major trouble. * You must change LaunchURL in *both* the EMBED and OBJECT tags. * Old demos don't work with the new plugin, and practically no existing site will work with FF. This is because FF requires the EMBED tag. |
Continued: * Please don't announce this release to the world yet.. As you can tell, we've still got a long ways to go before we are really solid. * I'm going to try to go through each of you're trouble cases, just tell me if I miss you.... | |
james_nak: To install manually on FF, download the Opera zip package and extract everything to %ProgramFiles%\Mozilla FireFox\plugins. You must extract it to the actual plugins dir, not a subdir. | |
Graham: please post repro steps for the illegal operation error. | |
Pekr 19-Jun-2006 [1319] | Josh - not sure if it is too early or not, but maybe we should start to coordinate a bit - I mean - docs, user demos - remove not functioning. We need to be ready, that once we release, we have nice, and mainly ONLY functioning demos there. Then someone could write multiple instances bouncing ball, probably Cyphre :-) |
JoshM 19-Jun-2006 [1320] | Volker: do-browser simply executes a line of javascript within the context of the HTML page. Whatever security settings apply to javascript running within <script> tags in the page apply to do-browser code. |
Volker 19-Jun-2006 [1321] | Good. Was not sure about that context, wanted to be sure its the one of the html, not something with plugin-rights. |
JoshM 19-Jun-2006 [1322x3] | Allen: read-via-browser is a thought, but limits the "magic" of REBOL, no? I'm open to thoughts here....the signed scripts only idea is interesting to me.... |
Brock: I'm not sure that test.html has been updated yet....need to check on that.... | |
Brock: I have the plugin installed and working great on both browsers here, but who cares right ;-) | |
Pekr 19-Jun-2006 [1325] | can java-script open the socket? because rebol can by simply open tcp://1234 .... will be catched by firewall, if present - but would that be regarded a security problem? How far do we go with limiting rebol? It would be good to slowly get to rebol's security bigger picture, to prevent the final solution being inconsistent .... |
JoshM 19-Jun-2006 [1326x7] | Graham: We'll look into changing the test image....maybe we'll add the version # so we know if the new plugin is installed.... |
Volker: That "wait time" may be due to the new auto-update feature, which checks for a new update at RT's servers every day. Do you notice a speed improvement on subsequent uses of the plugin within the same day? | |
Ingo: Pages have to be updated manually to work with FF. | |
Volker: Object ID hasn't changed from beta-6 to beta-7. | |
Volker: Uninstall is easier with IE (although I have noticed a few bugs with that), but FF/Mozilla simply doesn't support uninstallation. Thay say that plainly on their plugin info web pages. | |
Volker: Repro steps on that memory leak would be great. Thanks. | |
Graham: Good catch on the launch URL relative path problem, need to research that.... | |
Volker 19-Jun-2006 [1333] | 'wait: its 'wait, the rebol-function, not witing on launch. I have a loop forever [ wait 0.05 sim-step ] that works with rebol-exe, but with plugin the wait takes a few seconds instead. but its a more complicated script, have not tested this simple example. |
JoshM 19-Jun-2006 [1334x2] | DideC: Do you see "REBOL/Plugin for Internet Explorer" in "%WINDIR%\Downloaded Program Files" (when you navigate via Explorer)? |
Pekr: The docs do need to be updated. We're working on that. | |
Volker 19-Jun-2006 [1336] | uninstall - could there be something to disable plugin? I dont like to install it and have the beta there for thenext few years. although thats not your problem, would like to show plugin to non-techs a bit evenin its current state. would like to say "dont worry later, just disable" . |
JoshM 19-Jun-2006 [1337x3] | Pekr: Please wait on any announcements until security is in-place (coming soon). |
Pekr: You can talk to me about the points you raised. | |
Anton: Don't forget to uninstall completely. Reboot after uninstall if you want to be extra sure. | |
Pekr 19-Jun-2006 [1340] | JoshM: I have only very general, philosophic concerns, I can wait for your document .... but of course we can talk about it privately to not flood this group ... |
Volker 19-Jun-2006 [1341] | about memory-leak, i try to reproduce that. if it works, i send you an url which downloads a lot :) |
JoshM 19-Jun-2006 [1342] | Volker: That's interesting regarding wait. I will raise that with Carl. It may have to do with the plugin's more complicated event loop. |
Pekr 19-Jun-2006 [1343] | Will the doc address only rebol security in regards to browser, or also rebol's security in general? |
JoshM 19-Jun-2006 [1344] | Volker: If you uninstall via DPF, that should disable it (although, like I said, I have noticed a few bugs lately). |
Pekr 19-Jun-2006 [1345] | JoshhM: don't worry, R3 will have faster event system, or not? :-) |
Volker 19-Jun-2006 [1346] | What is DPF *blush* |
JoshM 19-Jun-2006 [1347x2] | Pekr: We will be releasing a document soon for a feature called "Trusted Scripts" that will lock down security and enable licensing and safe loosening of the security settings. |
Volker: Sorry, Downloaded Program Files. | |
Pekr 19-Jun-2006 [1349x2] | Josh - but "trusted scripts" concept does not address the limitiation of "normal" plug-in, or eventual extension of rebol security scheme itself .... |
I hope I am wrong :-) | |
JoshM 19-Jun-2006 [1351] | Pekr: Yes, TS will include a major lockdown of default security settings, b/c we will have a way to loosen them. |
Volker 19-Jun-2006 [1352] | Ok, that should be enough. |
JoshM 19-Jun-2006 [1353] | Pekr: TS will not include a change to REBOL's security scheme itself....as I have said a few times, changes to REBOL itself are out-of-sync with the plugin. |
Pekr 19-Jun-2006 [1354] | and that was my point - that is a pity ... as folks here had good ideas in that regards iirc ... |
JoshM 19-Jun-2006 [1355] | Pekr: Please raise them with whoever is working on R3.0. |
Pekr 19-Jun-2006 [1356] | so the whole security concept will be solved by plug-in itself, completly unrelated to rebol? |
JoshM 19-Jun-2006 [1357x2] | Pekr: If there's something critical for the plugin (I.e. get-net-info), we will look at that now. |
Pekr: We will make a few, minor changes to REBOL to support changing security settings with a valid license key, but that's it. We operate on a philosophy of "destablize REBOL as little as possible". | |
Pekr 19-Jun-2006 [1359] | ok, now I understand - you want to get plug-in working with pre 3.0 rebol, so you have to solve it within plug-in itself, right? |
JoshM 19-Jun-2006 [1360x2] | We want to make as little changes to the 1.3 codebase as possible. |
Just so you all know, I live in the world of "get the plugin as great as possible". Carl owns REBOL itself and whoever he delegates that work to. | |
older newer | first last |