.. |
.cvsignore
|
Adding local .cvsignore file; r=none
|
1999-11-30 23:22:27 +00:00 |
appstrings.properties
|
Fix an %s which should have been an %S. b=131143 r=chak@netscape.com sr=rpotts@netscape.com a=lorikaplan@netscape.com (locale) a=jaimejr@netscape.com (adt) a=asa@mozilla.org
|
2002-04-10 11:09:59 +00:00 |
jar.mn
|
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
|
2000-09-20 19:35:24 +00:00 |
Makefile.in
|
bug #40867 (r=bzarsky@mit.edu, sr=jst@netscape.com, a=asa@mozilla.org) Add new caching API to allow view-source to load from the cache and not the network.
|
2002-04-01 21:22:27 +00:00 |
makefile.win
|
bug #40867 (r=bzarsky@mit.edu, sr=jst@netscape.com, a=asa@mozilla.org) Add new caching API to allow view-source to load from the cache and not the network.
|
2002-04-01 21:22:27 +00:00 |
MANIFEST
|
First Checked In.
|
2000-01-12 00:51:56 +00:00 |
MANIFEST_IDL
|
bug #40867 (r=bzarsky@mit.edu, sr=jst@netscape.com, a=asa@mozilla.org) Add new caching API to allow view-source to load from the cache and not the network.
|
2002-04-01 21:22:27 +00:00 |
nsCDefaultURIFixup.idl
|
Moved URI fixup code out of docshell and into a global service. b=51702, sr=waterson@netscape.com
|
2000-11-08 21:00:37 +00:00 |
nsCDocShell.idl
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsDefaultURIFixup.cpp
|
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
|
2002-04-27 05:33:09 +00:00 |
nsDefaultURIFixup.h
|
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
|
2002-04-27 05:33:09 +00:00 |
nsDocShell.cpp
|
Fix for bug # 138134. scrollbar restoration for anchor traversals broken because of few regressions in the last week. r=adamlock sr=alecf.
|
2002-04-19 23:14:53 +00:00 |
nsDocShell.h
|
Fix for bug 59774. Save scrollbar positions in sessionhistory when jumping from one anchor to another in a page. r=adamlock sr=alecf a=asa. Approved by ADT.
|
2002-04-04 22:10:10 +00:00 |
nsDocShellEditorData.cpp
|
files not in build yet. BUG 115922. embedding work for editor. checking in files not in build yet to make tree landing more smooth.
|
2002-01-30 04:44:14 +00:00 |
nsDocShellEditorData.h
|
files not in build yet. BUG 115922. embedding work for editor. checking in files not in build yet to make tree landing more smooth.
|
2002-01-30 04:44:14 +00:00 |
nsDocShellEnumerator.cpp
|
Doc shell enumerator for bug 76758. r=adamlock, sr=kin
|
2001-04-27 00:32:32 +00:00 |
nsDocShellEnumerator.h
|
Doc shell enumerator for bug 76758. r=adamlock, sr=kin
|
2001-04-27 00:32:32 +00:00 |
nsDocShellLoadInfo.cpp
|
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
|
2001-11-30 22:35:33 +00:00 |
nsDocShellLoadInfo.h
|
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
|
2001-11-30 22:35:33 +00:00 |
nsDSURIContentListener.cpp
|
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
|
2001-12-23 23:23:41 +00:00 |
nsDSURIContentListener.h
|
r=rpotts, r=heikki, sr=vidur. content types are no longer hardcoded for docshell load acceptance. we now ask layout what it can handle (indirectly via the category manager). 40772.
|
2001-04-16 23:05:08 +00:00 |
nsIContentViewer.idl
|
Fixing regression bug 138663. Cached mail compose windows open up blank. r=harishd@netscape.com, sr=jband@netscape.com
|
2002-04-24 00:33:56 +00:00 |
nsIContentViewerEdit.idl
|
64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson
|
2001-04-18 06:06:31 +00:00 |
nsIContentViewerFile.idl
|
1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
|
2002-02-01 14:52:11 +00:00 |
nsIDocShell.idl
|
Fix for bug 59774. Save scrollbar positions in sessionhistory when jumping from one anchor to another in a page. r=adamlock sr=alecf a=asa. Approved by ADT.
|
2002-04-04 22:10:10 +00:00 |
nsIDocShellHistory.idl
|
Fix for bug # 37324 r=rpotts
|
2000-07-18 21:55:37 +00:00 |
nsIDocShellLoadInfo.idl
|
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
|
2001-11-30 22:35:33 +00:00 |
nsIDocShellTreeItem.idl
|
New NameEquals method on nsIDocShellTreeItem to reduce unnecessary strdup'ing as FindChildWithName walks through its children looking for a matching item. b=102576 r=radha@netscape.com sr=rpotts@netscape.com
|
2001-10-20 11:42:35 +00:00 |
nsIDocShellTreeNode.idl
|
Added a paramater for stating if children of a different type should be returned from FindChildWithName or not.
|
2000-03-11 00:55:39 +00:00 |
nsIDocShellTreeOwner.idl
|
consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts
|
2001-11-06 01:19:39 +00:00 |
nsIEditorDocShell.idl
|
BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely
|
2002-01-30 04:46:54 +00:00 |
nsIGlobalHistory.idl
|
bug 136235 - comment-only change - update nsIGlobalHistory to use javadoc format, and properly document the API
|
2002-04-27 01:21:09 +00:00 |
nsIMarkupDocumentViewer.idl
|
#112793 fine tune frame charset mechanism
|
2001-12-26 03:17:59 +00:00 |
nsIScrollable.idl
|
Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg
|
2000-02-29 06:51:48 +00:00 |
nsITextScroll.idl
|
|
|
nsIURIFixup.idl
|
Moved fixup out of nsWebShell and into nsDefaultURIFixup. b=109309 r=ccarlen@netscape.com sr=rpotts@netscape.com
|
2001-12-19 15:58:58 +00:00 |
nsIWebNavigation.idl
|
Tweaked a comment to make attribute behaviour more clear. b=131725
|
2002-03-22 14:48:41 +00:00 |
nsIWebPageDescriptor.idl
|
bug #40867 (r=bzarsky@mit.edu, sr=jst@netscape.com, a=asa@mozilla.org) Add new caching API to allow view-source to load from the cache and not the network.
|
2002-04-01 21:22:27 +00:00 |
nsWebShell.cpp
|
Checking in the fix for bug 52334 for the third time. This time it should stick! Making iframe's load their document even if they're not displayed. r=jkeiser@netscape.com, sr=rpotts@netscape.com.
|
2002-04-17 04:17:16 +00:00 |
nsWebShell.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 21:42:00 +00:00 |