Files
Mozilla/mozilla/webshell
brendan%mozilla.org 3a8fe983d7 - Make javascript: URLs work by defining an eventSinkGetter passed by the
webshell to the javascript: protocol handler to convey nsIScriptObjectOwner.
- Therefore add default-null nsIEventSinkGetter* final param to NS_OpenURI.
- Fix nsHTTPHandler.cpp to ignore eventSinkGetter->GetEventSink failures.
- NB: due to necko EOF ambiguity, javascript:'' does not paint the document
  iframe.  This EOF ambiguity will be fixed by warren and rpotts.
- Another bug: the generated document is brutally decimated to ASCII.  To be
  fixed after M9.
- Shuffle DOM build stuff so javascript: protocol handler is its own component.


git-svn-id: svn://10.0.0.236/branches/SeaMonkey_M9_BRANCH@43530 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 00:45:10 +00:00
..