.. |
.cvsignore
|
…
|
|
MANIFEST_COMPONENTS
|
Adding new files for bug 92750 - Fizilla does not ask to save changes when quitting with Cmd-Q. r=brade/sr=sfraser
|
2001-10-02 14:47:33 +00:00 |
Makefile.in
|
rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
|
2002-06-26 22:34:09 +00:00 |
nsAbout.cpp
|
Bug 155752 - Use the XML parser for XHTML about: services
|
2002-07-25 13:27:16 +00:00 |
nsAbout.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsAppShellFactory.cpp
|
rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
|
2002-06-26 22:34:09 +00:00 |
nsAppShellService.cpp
|
2nd patch for bug 158080
|
2002-08-06 05:11:23 +00:00 |
nsAppShellService.h
|
Fix for bug 141035. Application must quit if it fails to load the .cfg file. r=sgehani, ccarlen, sr=alecf.
|
2002-06-12 18:52:46 +00:00 |
nsAppShellWindowEnumerator.cpp
|
rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
|
2002-06-26 22:34:09 +00:00 |
nsAppShellWindowEnumerator.h
|
rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
|
2002-06-26 22:34:09 +00:00 |
nsChromeTreeOwner.cpp
|
Bug 29856 *nix only : Window Class the same for all mozilla windows
|
2002-08-07 01:59:22 +00:00 |
nsChromeTreeOwner.h
|
rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
|
2002-06-26 22:34:09 +00:00 |
nsCloseAllWindows.js
|
Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
|
2002-04-30 01:36:59 +00:00 |
nsCommandLineService.cpp
|
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
|
2002-04-27 05:33:09 +00:00 |
nsCommandLineService.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsCommandLineServiceMac.cpp
|
2nd patch for bug 158080
|
2002-08-06 05:11:23 +00:00 |
nsCommandLineServiceMac.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsContentTreeOwner.cpp
|
rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
|
2002-06-26 22:34:09 +00:00 |
nsContentTreeOwner.h
|
scrollbar visibility is no longer reflected in mChromeFlags. bug 130174 r=bryner,jag,jst
|
2002-06-01 00:00:12 +00:00 |
nsIXULCommand.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsInternetConfig.cpp
|
Change unsigned char* param to ConstStr255Param to make mach-o happier
|
2002-01-07 15:44:08 +00:00 |
nsInternetConfig.h
|
Change unsigned char* param to ConstStr255Param to make mach-o happier
|
2002-01-07 15:44:08 +00:00 |
nsInternetConfigService.cpp
|
clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan
|
2002-06-04 23:05:39 +00:00 |
nsInternetConfigService.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMacMIMEDataSource.cpp
|
clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan
|
2002-06-04 23:05:39 +00:00 |
nsMacMIMEDataSource.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsPreloader.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsPreloader.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsTimingService.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsTimingService.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsUserInfo.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsUserInfoMac.cpp
|
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
|
2001-09-29 08:28:41 +00:00 |
nsUserInfoMac.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsUserInfoOS2.cpp
|
# 37239
|
2000-05-12 19:26:34 +00:00 |
nsUserInfoUnix.cpp
|
81762, r=jag, sr=sfraser, remove uses of nsCRT::strlen() with testing for null and non-empty string, also use IsEmpty() for nsXPIDLCStrings
|
2001-11-02 02:55:59 +00:00 |
nsUserInfoWin.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsWebShellWindow.cpp
|
Fix a typo that was causing bug 153828, inability to navigate bookmarks and history in a maximized window. r=saari, sr=jag.
|
2002-08-06 01:12:33 +00:00 |
nsWebShellWindow.h
|
back out these two files until I get the #ifdef situation cleared up
|
2002-06-26 23:32:09 +00:00 |
nsWindowMediator.cpp
|
2nd patch for bug 158080
|
2002-08-06 05:11:23 +00:00 |
nsWindowMediator.h
|
rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
|
2002-06-26 22:34:09 +00:00 |
nsXULWindow.cpp
|
Bug 29856 *nix only : Window Class the same for all mozilla windows
|
2002-08-07 01:59:22 +00:00 |
nsXULWindow.h
|
Bug 29856 *nix only : Window Class the same for all mozilla windows
|
2002-08-07 01:59:22 +00:00 |
win32.order
|
65845 - new order files
|
2001-04-05 06:02:32 +00:00 |