cata%netscape.com
|
86087fffa2
|
Bug fixes in the UTF-7 converters.
|
1999-06-10 20:06:00 +00:00 |
sfraser%netscape.com
|
62fcce6fae
|
Clean up building of IDL projects, adding separate IDL group.
|
1999-06-10 20:02:53 +00:00 |
mcmullen%netscape.com
|
b589ce12f2
|
Fixed the -pref code to (1) use the new lowerStartInterCaps method names (and use the combined init() and showWindow() method), and (2) to release the prefwindow object.
|
1999-06-10 19:57:02 +00:00 |
mcmullen%netscape.com
|
8b7c7252d9
|
Converted method names to lowerStartInterCaps, following the JS convention. Combined init() and showWindow to reduce pointless verbosity in javascript usage (since they are always called together). Added a third parameter, an initial panel url, though this is as yet unsupported.
|
1999-06-10 19:55:08 +00:00 |
sfraser%netscape.com
|
bb0a3456e4
|
First Checked In.
|
1999-06-10 19:52:49 +00:00 |
mcmullen%netscape.com
|
a91081460c
|
Added bulletproofing for null buffer parameters
|
1999-06-10 19:51:36 +00:00 |
waterson%netscape.com
|
f1532a63aa
|
Back out Hyatt's changes to use DOM APIs. This is busting mailnews. Use content APIs until we figure out persistence story.
|
1999-06-10 19:51:35 +00:00 |
mcmullen%netscape.com
|
456af7c5d9
|
Compromise. On other platforms, NS_WARNING does not call break. So we'll do the same. So for NS_WARNING, we'll simply print to the console and continue, a la mode de Pierre, while for other forms of NS_BLOWCHUNKS, we'll break into the debugger, as of old.
|
1999-06-10 19:50:56 +00:00 |
rjc%netscape.com
|
b7397b6a24
|
XUL templates now look for any attribute (other than "uri") which equals "..." and substitutes the URI of the attached node.
|
1999-06-10 19:44:59 +00:00 |
kin%netscape.com
|
49099c54b7
|
Added EditorGetNodeFromOffsets() and EditorSetSelectionFromOffsets().
|
1999-06-10 19:43:43 +00:00 |
rjc%netscape.com
|
cc897bf304
|
More search support.
|
1999-06-10 19:42:53 +00:00 |
kin%netscape.com
|
82359a176a
|
First pass checkin of the JavaScript editor logging mechanism. All changes are
ifdef'd with ENABLE_JS_EDITOR_LOG.
|
1999-06-10 19:41:40 +00:00 |
mscott%netscape.com
|
d6e2f3eae2
|
Fix smtp send problem. I was over zealous in fixing a memory leak and we were appending an extra
comma to the list of recipients.
|
1999-06-10 19:37:18 +00:00 |
briano%netscape.com
|
990bb83eef
|
Automated update
|
1999-06-10 16:29:51 +00:00 |
ramiro%netscape.com
|
85d9b6618d
|
Fix something that was very with the last checkin. Dont strip .a files
dumbass. Approved by the Bastard Operator From Hell.
|
1999-06-10 16:27:39 +00:00 |
briano%netscape.com
|
5f87ce1715
|
Automated update
|
1999-06-10 15:29:51 +00:00 |
ramiro%netscape.com
|
510d14db73
|
Add a configure flag --enable-strip-libs to make it easy to force the
libraries to strip.
|
1999-06-10 15:18:02 +00:00 |
valeski%netscape.com
|
24480c627e
|
I was continuing through a loop when I wasn't supposed to be
|
1999-06-10 15:13:37 +00:00 |
briano%netscape.com
|
d816b5e25d
|
Automated update
|
1999-06-10 14:59:53 +00:00 |
ramiro%netscape.com
|
5a33fa141c
|
Cleanup the ClientWallet, SingleSignon and CookieManagement mess.
|
1999-06-10 14:59:06 +00:00 |
jefft%netscape.com
|
a1a2c1c3a1
|
undo framework
|
1999-06-10 14:55:36 +00:00 |
ftang%netscape.com
|
120f39eaea
|
add real implementation for Unicode To CNS p3-p7 converters
|
1999-06-10 14:36:31 +00:00 |
ftang%netscape.com
|
3d15be1ba1
|
chang variable name and fix Unicode to CNS plan 2 conversion mapping
|
1999-06-10 14:27:40 +00:00 |
ftang%netscape.com
|
a2043bf547
|
add CNS 11643 p3-7 to EUCTW
|
1999-06-10 14:14:50 +00:00 |
ftang%netscape.com
|
0b59fd8553
|
remove incorrect checkin
|
1999-06-10 13:59:27 +00:00 |
ftang%netscape.com
|
d9f22b8f8f
|
add cns[3-7].u[ft] which generated by the file uni2cns.txt created by Koichi Yasuoka <yasukoda@kudpc.kyoto.u.ac.jp>. Notice the CNS plan 1 and 2 are not based on this file but the John Jenkin's one. There are some difference between these two file in p1
|
1999-06-10 13:56:29 +00:00 |
dcone%netscape.com
|
9d63bef007
|
Fixed a solaris bug, took out a URL call until I can find the real cause
of the problem
|
1999-06-10 13:53:14 +00:00 |
briano%netscape.com
|
d686accbe5
|
Automated update
|
1999-06-10 13:29:51 +00:00 |
ramiro%netscape.com
|
aa7d491d2a
|
Remove USE_STRING2 hack. No longer needed since nsString2 is the default.
|
1999-06-10 13:28:26 +00:00 |
ramiro%netscape.com
|
0721726701
|
Add #ifdef use of graphics state pool.
|
1999-06-10 13:11:22 +00:00 |
ftang%netscape.com
|
4da807248e
|
add functionality to uscan and ugen so we can add CNS11643 p3-7 into euc-tw
|
1999-06-10 12:56:33 +00:00 |
ramiro%netscape.com
|
39a4bcb7e0
|
Factor out the graphics state struct into its own header and implementation
files.
|
1999-06-10 12:45:14 +00:00 |
hyatt%netscape.com
|
907863bd01
|
Popup menus animate and shag in the correct directions, baby.
|
1999-06-10 09:41:14 +00:00 |
hyatt%netscape.com
|
29dd30bc47
|
Tweak to the tree frame construction code.
|
1999-06-10 09:31:30 +00:00 |
mccabe%netscape.com
|
f91c99fedd
|
Various touchups and warning fixes.
|
1999-06-10 09:18:59 +00:00 |
mccabe%netscape.com
|
60740a11ac
|
Fix many warnings, remove legacy -h option.
|
1999-06-10 08:21:35 +00:00 |
sspitzer%netscape.com
|
9375915eff
|
fix the crashing when I post news.
|
1999-06-10 08:08:22 +00:00 |
waterson%netscape.com
|
177d19f731
|
Oops. I'd screwed up the Release() method.
|
1999-06-10 08:01:13 +00:00 |
mscott%netscape.com
|
a32bc7cae9
|
Remove references to mailnews header files.
|
1999-06-10 07:41:35 +00:00 |
mscott%netscape.com
|
3b42adaa65
|
change the start page. don't point to www.mozilla.org. this is only until #7417 gets fixed.
|
1999-06-10 07:26:38 +00:00 |
mscott%netscape.com
|
563c7fd4f7
|
Change comment to reflect tthe appropriate interface. (it was confusing before).
|
1999-06-10 07:21:06 +00:00 |
mscott%netscape.com
|
5a867f06da
|
Trying to clear some stuff up to make it easier for Seth and I to track down the build breakage.
|
1999-06-10 06:55:14 +00:00 |
waterson%netscape.com
|
2212cca9b0
|
Enable aggregation on the in-memory datasource.
|
1999-06-10 06:47:28 +00:00 |
waterson%netscape.com
|
fdcbf908a1
|
Fix build bustage: make sure overloaded function uses identical return
type.
|
1999-06-10 06:40:43 +00:00 |
hyatt%netscape.com
|
1f4efa1f8a
|
Using DOM calls for setting/removing selection and hover attributes.
|
1999-06-10 05:53:01 +00:00 |
mscott%netscape.com
|
e1f8a05dcf
|
Fix for SunOS build. we were using a nsCOMPtr on two interfaces without explicitly including the interface header file.
|
1999-06-10 05:49:17 +00:00 |
sspitzer%netscape.com
|
d5d2171a10
|
nsINNTPProtocol.h is going away, since it is not being used.
the only thing that uses nsNNTPProtocol is nsNntpService.
remove it from the news factory.
changes to get mark message read on display working.
|
1999-06-10 05:39:09 +00:00 |
sspitzer%netscape.com
|
497dafb30f
|
work to get this test working again. it's not building right now.
|
1999-06-10 05:33:55 +00:00 |
peterl%netscape.com
|
903764ae77
|
added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)
|
1999-06-10 05:33:47 +00:00 |
peterl%netscape.com
|
7687bd0106
|
added files: mozilla/layout/html/style/src/nsCSSRule.cpp, mozilla/layout/html/style/src/nsCSSRules.cpp
|
1999-06-10 05:32:57 +00:00 |