This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
xpfe
/
appshell
/
src
History
ccarlen%netscape.com
843393d24a
Fix for
#36968
and
#38626
...
r=racham git-svn-id: svn://10.0.0.236/trunk@78631 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 15:30:09 +00:00
..
Makefile.in
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug
#8228
r=bryner
2000-07-02 18:44:42 +00:00
makefile.win
stop building nsXULCommand r=saari. for bug 31104
2000-05-26 00:14:01 +00:00
nsAbout.cpp
fix bug 1547. move about.html from content to locale
2000-08-17 00:28:34 +00:00
nsAbout.h
…
nsAppShellFactory.cpp
bug
#43585
, r=sfraser, register internet config service with everyone else
2000-09-06 21:13:34 +00:00
nsAppShellNameSet.cpp
Fix for bug 42860. nsIScriptNameSpaceManager::RegisterGlobalName() now takes an additional IID parameter. If the IID is that of the nsIScriptObjectOwner interface, we assume it's an old-style idlc interface. Otherwise we try to wrap it using XPConnect. r=rginda
2000-06-21 00:42:59 +00:00
nsAppShellNameSet.h
…
nsAppShellService.cpp
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
nsAppShellService.h
…
nsChromeTreeOwner.cpp
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
nsChromeTreeOwner.h
…
nsCommandLineService.cpp
fix for
#41996
- crash because getter was not pre-allocating the result
2000-06-09 20:58:59 +00:00
nsCommandLineService.h
…
nsCommandLineServiceMac.cpp
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
nsCommandLineServiceMac.h
…
nsCommonDialogs.cpp
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
nsCommonDialogs.h
…
nsContentTreeOwner.cpp
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
nsContentTreeOwner.h
API changes for embedding. b=46847, r=dougt, a=valeski
2000-08-25 18:39:46 +00:00
nsDialogParamBlock.cpp
…
nsDialogParamBlock.h
…
nsFileLocations.cpp
Fix for
#36968
and
#38626
2000-09-09 15:30:09 +00:00
nsInternetConfig.cpp
Fix bugs 51368 and 51372 -- use InternetConfig.h from Universal Headers, renaming the IC SDK folder so that CodeWarrior does not search within it. r=pchen
2000-09-06 00:09:04 +00:00
nsInternetConfig.h
bug
#43585
, r=sfraser, protect header from multiple inclusions
2000-09-06 21:13:35 +00:00
nsInternetConfigService.cpp
First Checked In.
2000-09-06 21:14:03 +00:00
nsInternetConfigService.h
First Checked In.
2000-09-06 21:14:03 +00:00
nsIXULCommand.h
…
nsJSXPConnectFactory.cpp
…
nsMacMIMEDataSource.cpp
Fix bugs 51368 and 51372 -- use InternetConfig.h from Universal Headers, renaming the IC SDK folder so that CodeWarrior does not search within it. r=pchen
2000-09-06 00:09:04 +00:00
nsMacMIMEDataSource.h
…
nsNetSupportDialog.cpp
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
nsNetSupportDialog.h
…
nsUserInfo.h
…
nsUserInfoMac.cpp
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug
#18433
2000-06-03 09:46:12 +00:00
nsUserInfoMac.h
…
nsUserInfoOS2.cpp
…
nsUserInfoUnix.cpp
…
nsUserInfoWin.cpp
…
nsWebShellWindow.cpp
another stab in the dark at 26882. Fixes initial focus problems upon launch on linux.
2000-09-03 02:18:25 +00:00
nsWebShellWindow.h
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
nsWindowMediator.cpp
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
nsWindowMediator.h
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2000-07-19 03:58:25 +00:00
nsXPConnectFactory.cpp
…
nsXPConnectFactory.h
…
nsXULWindow.cpp
fix for pravda bustage ... we're almost there!
2000-09-04 07:59:15 +00:00
nsXULWindow.h
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00