sspitzer%netscape.com
47d3eae842
handle migration of secure news servers from 4.x to 5.0 r=alecf
2000-01-28 02:17:38 +00:00
sfraser%netscape.com
c07437c9af
More fixing for startup crashes and other badness (bugs 25366 and 24312). Fix off by one buffer write. r=sdagley
2000-01-28 01:50:05 +00:00
mang%subcarrier.org
21c16707a0
Add rules for incremental relinking on Unix to partially fix bug 23724.
...
The static libraries on Win32 are still broken. r=mccabe
2000-01-28 01:39:11 +00:00
sspitzer%netscape.com
cfd34527c8
fix for crash in bug #25339 , r=hyatt. the problem is someone is trying to select a null
...
element in the tree (from js). now, on to fix that problem.
2000-01-28 01:30:29 +00:00
terry%mozilla.org
2ca83fff50
Allow searching by "last change date" in the boolean charts.
2000-01-28 01:28:55 +00:00
pavlov%netscape.com
31d5720271
this wasn't supposed to go in yet
2000-01-28 01:28:54 +00:00
bienvenu%netscape.com
4bee4994d2
add nsIMsgWindow to a bunch of apis so we can stop urls, r=putterman
2000-01-28 01:22:33 +00:00
slamm%netscape.com
5d6ca53e54
Add cvs.py; a python script to checkout trees with multiple threads.
2000-01-28 01:20:49 +00:00
mscott%netscape.com
c2e93c6cea
Bug #23891 --> remove some extra locks in IsImapThreadRunning which are unnecessary.
...
This helps relieve a contention problem in this bug.
r=bienvenu
2000-01-28 01:20:42 +00:00
akkana%netscape.com
cde2214436
22662: Completely redesign the editor output formatting system.
...
Now, instead of inserting text nodes containing whitespace and newlines
into the content tree, the editor adds a fake attribute "_moz_dirty"
to every node it creates, and relies upon the output system to format
any node with that attribute (and, of course, not output the attribute).
r=jfrancis
2000-01-28 01:17:23 +00:00
beard%netscape.com
affc548dd4
added myself as a contributor.
2000-01-28 01:14:11 +00:00
ftang%netscape.com
c133d4d9f2
fix bug 24614 24615 and 20932. Move OnKey to nsWidget from nsWindow and rename it OnInput. Add OnText and OnComposition for text and composition event. remove duplicate XIC spot update code. Make the IME event go through the same code
...
which deliever key event so the focus will be correct. r=erik
2000-01-28 01:09:26 +00:00
pavlov%netscape.com
7075a2e3c2
add a GC cache so that we talk to the X server less r=blizzard
2000-01-28 01:05:49 +00:00
terry%mozilla.org
06d968aa56
Massive stomp on the query page and buglist page. Added the ability
...
to use the "boolean charts" to do very powerful queries.
2000-01-28 01:01:40 +00:00
rbs%maths.uq.edu.au
bd378e0cc5
Beware of copy-paste!
2000-01-28 00:58:28 +00:00
wtc%netscape.com
c92991dd51
Bugzilla bug #19150 : removed prlink_mac.h and the mac-specific
...
PR_LoadIndexedFragment and PR_LoadNamedFragment functions.
Modified files: pr/include/MANIFEST, prlink.c
Removed file: prlink_mac.h
2000-01-28 00:57:22 +00:00
alecf%netscape.com
ff181da7eb
implement NNTP-specific part of the account wizard
...
#17274
r=mscott
2000-01-28 00:56:09 +00:00
av%netscape.com
4f8d9ff361
Introducing flags to specify plugins dir location.
...
Not used yet. Getting ready for 21938.
2000-01-28 00:49:09 +00:00
nisheeth%netscape.com
b24ce89407
Fix for bug 10818. r=troy. Add reflow batching APIs to the pres shell.
2000-01-28 00:48:02 +00:00
bienvenu%netscape.com
235b72e7bd
add MarkThreadRead, cache thread parent, r=sspitzer, putterman
2000-01-28 00:42:03 +00:00
bienvenu%netscape.com
06be2301b1
add hierarchy delimiter to CreateClientSubfolderInfo, fixes cyrus sub-folders, r=jefft
2000-01-28 00:41:20 +00:00
pollmann%netscape.com
86c6cc622e
Fix VC 5.0 build bustage r=dougt, harishd
2000-01-28 00:41:06 +00:00
petitta%netscape.com
475df2c840
adding to repository
2000-01-28 00:38:38 +00:00
nhotta%netscape.com
ed144ae0c9
Adding a new property file for transliteration, bug 9574, r=ftang.
2000-01-28 00:35:53 +00:00
gordon%netscape.com
bf2b29d5e1
Fix for bug #23709 "[top100][talkback]Crash in nsSocketTransport::OnFound on home.netscape.com cnn.com". Needed to change the order of fields in nsHostEnt so that WSAAsyncGetHostByName on Windows wouldn't overwritten the bufLen and bufPtr fields in certain cases. r=valeski.
2000-01-28 00:34:05 +00:00
nhotta%netscape.com
8842f692fd
Added charset conversin between unicode and file system charset, bug 23384, r=ftang.
2000-01-28 00:30:51 +00:00
waterson%netscape.com
1e5a40bad2
Bug 25292, 25166. Get rid of extra calls to [Begin|End]Load() in synchronous load case (these are called normally from the ProxyStream hack).
2000-01-28 00:29:42 +00:00
wtc%netscape.com
a46d89a16c
Bugzilla bug #17101 : removed plevent.h and plevent.c. These two files
...
have been moved to mozilla/xpcom/threads.
2000-01-28 00:29:16 +00:00
waterson%netscape.com
1c6ebd7a76
Make sure to install htmlBindings.xml on Mac and Unix.
2000-01-28 00:28:04 +00:00
wtc%netscape.com
cc511c0483
Bugzilla bug #17101 : move plevent.h and plevent.c from mozilla/nsprpub
...
to mozilla/xpcom/threads by landing the PLEVENT_MOVE_BRANCH.
Modified files: nsprpub/lib/ds/MANIFEST, nsprpub/lib/ds/Makefile,
nsprpub/lib/ds/Makefile.in, nsprpub/macbuild/NSPR20PPC.mcp,
nsprpub/pr/include/obsolete/protypes.h,
xpcom/macbuild/xpcomPPC.mcp, xpcom/threads/MANIFEST,
xpcom/threads/Makefile.in, xpcom/threads/makefile.win,
xpcom/threads/plevent.h
2000-01-28 00:27:37 +00:00
ben%netscape.com
d1377ca3ee
added check for no 5.x profiles, fix "select null" problem, r=hyatt@netscape.com
2000-01-27 23:57:21 +00:00
sfraser%netscape.com
cdaa9d2fd6
Fix for 24312 and other unpredictable crashers on startup. r=sdagley
2000-01-27 23:28:49 +00:00
sgehani%netscape.com
16d46ff7ad
Fix for XPInstall horkage on the Mac.
b = 25288
r = sdagley
a = mcafee
(ssu will be watching the tree in my absence.)
2000-01-27 23:18:06 +00:00
kin%netscape.com
d7ff3ca24d
Fix for bug #25259 : [Regression]Cannot enter text in Composer
...
Backed out attinasi@netscape.com's changes from revision 1.337.
a=leaf@netscape.com
2000-01-27 20:21:28 +00:00
putterman%netscape.com
09ef17770d
Fixes 25272 and most likely 25274. r=dougt.
2000-01-27 20:06:23 +00:00
norris%netscape.com
b49fb2bee4
Propagate changes from Rhino150R1_BRANCH.
2000-01-27 17:35:29 +00:00
norris%netscape.com
a6d3fa9849
Fix test cases for long values, with one right at the boundary and one negative test just over the boundary.
2000-01-27 16:56:43 +00:00
norris%netscape.com
36b55a9790
Fix grammar.
2000-01-27 15:59:53 +00:00
norris%netscape.com
2445cfc5f1
Fix warning.
2000-01-27 15:59:34 +00:00
norris%netscape.com
32fc399bc6
Fix crash while loading jar: URI.
...
r=dougt
2000-01-27 15:58:23 +00:00
rods%netscape.com
2dff18f31c
reworked reflow to better support incremental reflow
...
bugs 6747,18602 r=dcone
2000-01-27 15:57:30 +00:00
law%netscape.com
20d2888833
Tweaks to new shist per bug 18804; r=travis@netscape.com
2000-01-27 14:31:01 +00:00
rbs%maths.uq.edu.au
8d23ea8084
Cleanup and flags for debug mode
2000-01-27 12:38:03 +00:00
rbs%maths.uq.edu.au
6914b25525
Recognize all the attributes of the mpadded tag
2000-01-27 12:35:30 +00:00
rbs%maths.uq.edu.au
7331116060
Enable the mspace tag
2000-01-27 12:33:28 +00:00
rbs%maths.uq.edu.au
8b755821f8
First checkin
2000-01-27 12:31:12 +00:00
rbs%maths.uq.edu.au
e5241940fa
[#ifdef MATHML]. Hook for the mspace tag
2000-01-27 12:28:41 +00:00
rbs%maths.uq.edu.au
ea73a91b96
Added more atoms (depth, edge, height, lquote, rquote, width)
2000-01-27 12:24:21 +00:00
hyatt%netscape.com
edf3ead8f2
Eliminating another leak.
2000-01-27 11:19:09 +00:00
hyatt%netscape.com
763b0dcbcc
Patching a leak in XBL.
2000-01-27 10:37:52 +00:00