davidm%netscape.com
b07fa19d17
Add nsDefaulthelper to the list of components that get registered
1999-04-28 04:53:50 +00:00
sfraser%netscape.com
b714ca7b9a
Temporary, #ifdeffed hack to get Apple Menu on Mac. reviewed saari.
1999-04-28 04:51:40 +00:00
bruce%cybersight.com
f3cde73f5c
Remove dependency upon -lnetutil and use of it on Unix.
1999-04-28 04:50:43 +00:00
bruce%cybersight.com
c6f963f5a9
Remove dependency upon (and use of) -lnetutil on Unix.
1999-04-28 04:40:46 +00:00
erik%netscape.com
ace9cac55e
Fix related to bug 5599. We now look at the "browser.screen_resolution"
...
pref for the dpi value. If it is not set, we use the default of 96.
If it is set to zero (0), we use the X server's dpi value. Otherwise,
we use whatever dpi value was set in the pref.
1999-04-28 04:35:34 +00:00
sfraser%netscape.com
1f6259c79d
Fix bustage (comparison of nsCOMPtr<nsIFoo> with nsIFoo*)
1999-04-28 04:29:13 +00:00
ducarroz%netscape.com
c778414dd1
For some reason, since few hours ago, apprunner refuse to load msgcompose.xul because the heigth of the fields isn't set correctly!!! I have changed the way we declare the input fields, I've just copied how they do in navigator.xul with the url field.
1999-04-28 04:24:10 +00:00
waterson%netscape.com
5808d55c70
Fixed the text of a debug log message.
1999-04-28 04:19:28 +00:00
jefft%netscape.com
aac5cbd240
try again to disable namespace stuff
1999-04-28 04:04:31 +00:00
alecf%netscape.com
05eda21272
handle uncreatable servers a little more gracefully
1999-04-28 04:04:30 +00:00
law%netscape.com
2dea7948eb
Make nsITextServicesDocument transient so we can search new pages that get loaded in the webshell
1999-04-28 03:58:30 +00:00
endico%mozilla.org
1f476eef38
index the entire gnome tree
1999-04-28 03:51:08 +00:00
jefft%netscape.com
4a1c8ce93d
added m_haveDiscoverAllFolders variaible; more work on folder discovery stuff
1999-04-28 03:39:24 +00:00
jefft%netscape.com
2459c5bdd6
added m_haveDiscoverAllFolders bool member variable
1999-04-28 03:38:07 +00:00
jefft%netscape.com
1c268edd40
disable namespace for now; use delete instead of PR_FREEIF for returned pointer of nsString.ToNewCString(); initialize nsString2 variables to a empty string to get rid of debug assertion
1999-04-28 03:37:02 +00:00
pierre%netscape.com
71681e7913
fixed a syntax error in DisplayVerySmallFonts(): the first time only we were returning a wrong value
1999-04-28 03:32:52 +00:00
waterson%netscape.com
9fb0fec61e
Turn this off. It's just getting in the way of real PR_LOG use.
1999-04-28 03:32:29 +00:00
alecf%netscape.com
c14a5e0f1b
fix some uninitialized and incorrectly initialized variables
1999-04-28 03:06:37 +00:00
mjudge%netscape.com
8319d9b381
oops left debug statement on
1999-04-28 03:01:27 +00:00
mcmullen%netscape.com
87c4972a82
First Checked In.
1999-04-28 02:48:36 +00:00
pierre%netscape.com
59a39b08ae
added the "browser.display_very_small_fonts" pref
changed the default dpi to 72
1999-04-28 02:45:49 +00:00
mjudge%netscape.com
77c2123120
fixing a plethora of bugs here. This will only set selection on the difference in the ranges before and after the ::Extend call. This will stop unnecessary drawing ect. The flickering that may be seen now is due to an invalidate compositor bug that will not allow me to queue up invalidate calls. this should be safe.
1999-04-28 02:45:19 +00:00
sspitzer%netscape.com
c9fd1ba862
silly printf for my benefit
1999-04-28 02:43:20 +00:00
mjudge%netscape.com
e60293b6e6
fixing bugs for unnecessary drawing in text fram as well as other assorted selection bugs.
1999-04-28 02:43:02 +00:00
waterson%netscape.com
adb997b56f
Made sure that the composite datasource cursor returns unique elements.
1999-04-28 02:42:31 +00:00
waterson%netscape.com
c716be445f
Added install lines for icons.
1999-04-28 02:41:27 +00:00
waterson%netscape.com
c8956a6041
Added flash-panel specific icons so this is prettier to look at. It's still just demo-ware, though.
1999-04-28 02:41:10 +00:00
mscott%netscape.com
dd5a631a47
Fix memory leak by releasing the url we just retrieved through a QI. Thanks
...
to putterman for finding the leak.
1999-04-28 02:40:06 +00:00
alecf%netscape.com
160e6847ae
fix script C++ const-ness problem (pedantic bustage)
1999-04-28 02:27:03 +00:00
ducarroz%netscape.com
1523e75eec
Fix HackToGetBody() to works on Mac and Unix as well
1999-04-28 02:17:37 +00:00
alecf%netscape.com
70a6f45af1
many fixes:
...
- initialize mAccountManager during construction
- always create an NS_ISupportsArray for ArcLabelsOut
- handle case of unknown data source by creating an enumerator anyway
- free leaked value from RDF node
1999-04-28 02:02:08 +00:00
alecf%netscape.com
13607efec5
add implementation for AccountManager() method
1999-04-28 01:57:25 +00:00
law%netscape.com
f6d126b1ea
Drop saveToDisk and add unknownContent dialogs
1999-04-28 01:57:10 +00:00
rjc%netscape.com
4587859d86
Fix typo on XP_MAC.
1999-04-28 01:53:01 +00:00
peterl%netscape.com
2203862640
fixed background propogation code to replace previously propogated background info
1999-04-28 01:51:38 +00:00
rjc%netscape.com
9d9aedb786
If the "IE Favorites" root node already exists in bookmarks.html, don't re-add it.
1999-04-28 01:51:36 +00:00
peterl%netscape.com
29f1037fd5
added background propogated flag
1999-04-28 01:51:02 +00:00
bruce%cybersight.com
5e29f6361e
We still need to build/export netutil as other Makefiles depend on it being around to link against. Please fix all of the rest of those before removing this.
1999-04-28 01:49:54 +00:00
saari%netscape.com
016d84a085
fixing more win menu bugs. Fixing dynamics. Fixing webshell refcounts
1999-04-28 01:45:33 +00:00
erik%netscape.com
34cd195e11
Was using the wrong IID to implement nsISupports. Fixed.
1999-04-28 01:43:51 +00:00
peterl%netscape.com
5ed654ef40
allow letter O to be treated as zero in color hex values, egads
1999-04-28 01:41:23 +00:00
law%netscape.com
0fde647421
Remove reference to obsolete nsIURLListener
1999-04-28 01:40:01 +00:00
akkana%netscape.com
28ec093fff
Fix location of xul files
1999-04-28 01:36:10 +00:00
gagan%netscape.com
ad35d2046d
Removed MODULAR_NETLIB dependencies from makefiles.
1999-04-28 01:34:57 +00:00
danm%netscape.com
3aac52c7db
oopsie
1999-04-28 01:32:48 +00:00
briano%netscape.com
1b21aeee38
Added a newline at the end of the file to fix some Unix warnings.
1999-04-28 01:29:08 +00:00
bruce%cybersight.com
d6747dc35c
Backing out change .. breaks build globally. Guess it is better to just have a broken HP-UX for now.
1999-04-28 01:24:06 +00:00
kipp%netscape.com
b99109494b
Activate the first-letter special rule; fixed a memory leak
1999-04-28 01:16:45 +00:00
law%netscape.com
f79b1f9a2c
Remove reference to obsolete nsIURLListener
1999-04-28 01:13:04 +00:00
bruce%cybersight.com
324a049f19
Fix HP-UX build bustage. You may NOT delete a void*. This is illegal in ANSI C++.
1999-04-28 01:08:40 +00:00