.. |
.cvsignore
|
Adding local .cvsignore file; r=none
|
1999-11-30 23:22:27 +00:00 |
Makefile.in
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +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 |
nsDSURIContentListener.cpp
|
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
|
2003-07-25 19:06:59 +00:00 |
nsDSURIContentListener.h
|
Use proper weak refs over raw pointers to hold parent URI listeners. b=144887 r=radha@netscape.com sr=alecf@netscape.com
|
2002-07-09 21:30:13 +00:00 |
nsDefaultURIFixup.cpp
|
Make URI fixup work with UTF8 strings, mostly... Bug 211181, r=adamlock, sr=darin
|
2003-07-02 00:39:51 +00:00 |
nsDefaultURIFixup.h
|
Make URI fixup work with UTF8 strings, mostly... Bug 211181, r=adamlock, sr=darin
|
2003-07-02 00:39:51 +00:00 |
nsDocShell.cpp
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsDocShell.h
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsDocShellEditorData.cpp
|
Bug 224088 warning: unused variable `nsresult rv' in member function `nsDocShellEditorData::~nsDocShellEditorData()'
|
2003-11-03 13:18:38 +00:00 |
nsDocShellEditorData.h
|
Fixed nsDocShell leak and nsEditingSession init after forced reload of document. b=180146, r=cmanske, sr=sfraser
|
2002-11-20 06:25:42 +00:00 |
nsDocShellEnumerator.cpp
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 22:05:34 +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 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 19:35:36 +00:00 |
nsDocShellLoadInfo.h
|
Implement headers arg on nsIWebNavigation::loadURI b=181903 r=bryner@netscape.com sr=rpotts@netscape.com
|
2002-12-12 23:10:59 +00:00 |
nsDocShellTransferableHooks.cpp
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 22:05:34 +00:00 |
nsDocShellTransferableHooks.h
|
Fixing bug 199489. Crash when changing iframe visibility from within the iframe. r=adamlock@netscape.com, sr=heikki@netscape.com.
|
2003-04-18 18:55:10 +00:00 |
nsGlobalHistory2Adapter.cpp
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsGlobalHistory2Adapter.h
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsGlobalHistoryAdapter.cpp
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsGlobalHistoryAdapter.h
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsIContentViewer.idl
|
If we're in the middle of printing when window.close() is called, then defer closing the window until printing completes. This avoids tearing down the presentation while the print engine is still using it. Bug 172921, r=jkeiser, sr=dbaron.
|
2003-09-26 21:45:15 +00:00 |
nsIContentViewerEdit.idl
|
Missed a file from the previous checkin, for bug 196704.
|
2003-04-22 20:06:19 +00:00 |
nsIContentViewerFile.idl
|
Impl print preview for mail and addrbook
|
2002-10-03 10:48:59 +00:00 |
nsIDocShell.idl
|
Bug 106386 Correct misspellings in source code
|
2003-11-17 10:05:45 +00:00 |
nsIDocShellHistory.idl
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsIDocShellLoadInfo.idl
|
Implement headers arg on nsIWebNavigation::loadURI b=181903 r=bryner@netscape.com sr=rpotts@netscape.com
|
2002-12-12 23:10:59 +00:00 |
nsIDocShellTreeItem.idl
|
Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt
|
2002-08-01 23:12:38 +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
|
Fixed nsDocShell leak and nsEditingSession init after forced reload of document. b=180146, r=cmanske, sr=sfraser
|
2002-11-20 06:25:42 +00:00 |
nsIGlobalHistory.idl
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsIGlobalHistory2.idl
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsIMarkupDocumentViewer.idl
|
fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
|
2003-06-17 16:40:34 +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
|
Make URI fixup work with UTF8 strings, mostly... Bug 211181, r=adamlock, sr=darin
|
2003-07-02 00:39:51 +00:00 |
nsIWebNavigation.idl
|
Better explain nsIWebNavigation "document" attribute, fix spelling of "referringURI" attribute. b=192322 r=danm@netscape.com sr=bzbarsky@mit.edu a=asa@mozilla.org
|
2003-02-12 23:50:14 +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
|
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
|
2004-02-11 02:10:04 +00:00 |
nsWebShell.h
|
Change GetHrefUTF8 to GetHrefURI to make sure that we don't lose track of the
|
2003-07-01 02:59:54 +00:00 |