Ticket #74 (new task)

Opened 1 year ago

Last modified 1 year ago

Get rid of the applet.html and do it all from XUL to avoid security protections.

Reported by: sthiel Assigned to: sthiel
Priority: major Milestone: discarded
Component: Implementation Version:
Keywords: Cc:
Super-ticket: Reviewer:
Minutes Spent:

Description

Originally we had the xul call an html page because we couldn't use document.write. I guess I wasn't feeling creative at the time. We CAN use innerHTML, so we're going to do that instead. Much more flexible, and much LESS messy.

We also can get rid of outter.html.

I think we may eventually get to doing everything directly from overlay.xul where we can very possibly interact with videAnnotate directly.

Change History

11/15/07 23:34:50 changed by sthiel

  • milestone changed from milestone4 to discarded.

meh, sort of dealt with in #75. The major problem is that if I do it from chrome, things crap out. Still, #75 at least keeps it in xul. Discarding till I get a better solution for loading applets in chrome.