| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
look up default applications on Windows
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changes the work we do for document.open() in the following ways:
- We no longer create a new Window when doing document.open().
We use the same Window but remove all the event listeners on the
existing DOM tree and Window before removing the document's existing
children to provide a clean slate document to use for .write().
- We no longer create a session history entry (previously would be a
wyciwyg URI). We now replace the current one, effectively losing the
entry for the original document.
- We now support document.open() on windowless documents.
|
| |
|
| |
|
|
|
|
|
|
| |
About time we stopped looking at Netscape 4.x entries in the registry ;)
Also, assume the application association API is present in Windows
and use that instead of reading from the registry directly.
|
|
|
|
| |
Tag #288
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
compatibility. r=dparks, a=lizzard
MozReview-Commit-ID: FbaKIfQdV8K
--HG--
extra : source : 56bfd2178dcad46a5b611b14e31938f1d96124a0
extra : intermediate-source : ed7be30d31414eedb16d557c0a2e7a9aeb5ec36d
|
| |
|
| |
|
|
|