Commit Graph

21392 Commits

Author SHA1 Message Date
pierre%netscape.com
f9165ef867 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 01:23:24 +00:00
syd%netscape.com
0c079f1687 Initialize mIsTopToBottom to PR_TRUE 1999-03-30 01:20:16 +00:00
leif%netscape.com
80defa04f2 - Bugfix for my() statements.
- Bugfix for modifyRDN()
- Bugfix for @vals in update().
1999-03-30 01:16:45 +00:00
mscott%netscape.com
d4b14fc31b SettingDocumentcharset should use FindMsgAppCore which will only create a new msg app core if we haven't done so yet... 1999-03-30 01:15:40 +00:00
waterson%netscape.com
e1975708cd Updated for changes to RDF interfaces for scriptability. 1999-03-30 01:15:01 +00:00
mscott%netscape.com
da2fbb63b3 Updates to the xul file to leverage the fact that we are now correctly adding ourselves to the app cores manager when we create a compose app core. We should never try to re-add the app core by directy calling Add in JS. 1999-03-30 01:14:30 +00:00
mscott%netscape.com
7486dfc494 When initializing the compose app core, use the app cores service manager to register our app core. When deleting the app core, remove ourselves from the appcores manager. More memory leak fixes from Bruce Mitchener <bruce@cybersight.com>. 1999-03-30 01:12:58 +00:00
pierre%netscape.com
fcf9ca4c61 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 01:12:13 +00:00
syd%netscape.com
2f72fb0105 Initialize isScrolling to default to PR_FALSE. When printing, we don't obtain a
container, so we can't query for a webshell interface and query if scrolling is
implemented. With isScrolling set to PR_TRUE, we then follow code below which
leads to a crash. Fixes crash seen often when performing Postscript printing on
Unix.

Reviewed by dcone.
1999-03-30 01:11:09 +00:00
waterson%netscape.com
89e53b21e2 Changed RDF progids to use forward-slashes instead of pipes. 1999-03-30 01:09:24 +00:00
cyeh%netscape.com
f8e602c00f make build numbers Y2K compliant. 1999-03-30 01:07:02 +00:00
syd%netscape.com
a587103068 Initialize mIsTopToBottom to PR_FALSE. 1999-03-30 01:04:48 +00:00
syd%netscape.com
7f001fd3f1 Implement GetIsRowOrderTopToBottom(), declare mIsTopToBottom member variable. 1999-03-30 01:04:13 +00:00
syd%netscape.com
ce6300523c Postscript colorimage code now queries platform to determine if image
rows are organized top to bottom, or bottom to top, and processes image
bytes depending on this order.
1999-03-30 01:02:46 +00:00
terry%netscape.com
46ac83ca16 mozbot now knows how to get info from the same RDF file that netcenter
gets its channel stuff from.  It is now possible to make mozbot listen
to a new channels by just adding one line of code for each channel.
1999-03-30 01:02:30 +00:00
syd%netscape.com
778190028f Implement GetIsRowOrderTopToBottom(); declare mIsTopToBottom member variable 1999-03-30 01:00:32 +00:00
syd%netscape.com
7ae2664dc2 Implement GetBytesPix. Declare mIsTopToBottom member variable. 1999-03-30 00:59:16 +00:00
mscott%netscape.com
46f202d0cc When initializing a msg app core, add ourselves to the app cores manager. This now means that XP_FindAppCore should work through java script and return the correct msg app core. In the destructor, we remove ourselves from the app core. I'm also including a patch from Bruce Mitchener <bruce@cybersight.com>" to change a delete to delete []. 1999-03-30 00:58:39 +00:00
syd%netscape.com
61b887f85d Initialize mIsTopToBottom to PR_TRUE; remove GetBytesPix 1999-03-30 00:58:04 +00:00
syd%netscape.com
dbc46c529c Get whether rows are organized top to bottom, or bottom to top in images. 1999-03-30 00:56:35 +00:00
pierre%netscape.com
afe0c71fc1 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 00:54:56 +00:00
pierre%netscape.com
8c72135302 Use delete[] for strings allocated with ToNewCString() 1999-03-30 00:50:21 +00:00
troy%netscape.com
247450a00f Added beforePseudo and afterPseudo 1999-03-30 00:48:57 +00:00
troy%netscape.com
f2c7daae70 Moved beforePseudo and afterpseudo to nsCSSAtoms 1999-03-30 00:47:42 +00:00
bienvenu%netscape.com
b57a7f2a82 initial entry into cvs 1999-03-30 00:47:40 +00:00
bienvenu%netscape.com
3bf87acdf4 more porting 1999-03-30 00:46:59 +00:00
bienvenu%netscape.com
b5ef352618 add url types 1999-03-30 00:45:39 +00:00
mscott%netscape.com
e6bb99d01c Change printf to say nsMsgMailboxParser instead of nsMsgMailboxParserStub. 1999-03-30 00:45:18 +00:00
mscott%netscape.com
a0575a2f4b patch from Bruce Mitchener <bruce@cybersight.com> to change delete to delete []. 1999-03-30 00:44:25 +00:00
dp%netscape.com
fe69d7158e Adding items to todo list 1999-03-30 00:41:47 +00:00
pierre%netscape.com
046409214e Fixed strings allocated with ToNewCString() that were either not disposed at all, either disposed with 'delete' instead of 'delete[]'. Thanks to Bruce Mitchener Jr. <bruce@cybersight.com>. 1999-03-30 00:40:04 +00:00
waterson%netscape.com
1675e0c378 Added code to initialize XPIDL JS stubs, added nsJSXULDocument into the build, temporarily added the rdf service as an attribute on the XUL document. 1999-03-30 00:38:16 +00:00
mscott%netscape.com
1ab8289421 Move the code to register the app core into the app cores manager from the constructor of the app core into the init function of the app core. Why? nsIAppCoresManager::Add requires that the app core have an id. The id doesn't get assigned until the app core gets initialized. a=mcmullen, rod spears 1999-03-30 00:34:12 +00:00
grail%cafebabe.org
ba5e47c7e7 Patches for password setting in prefs. 1999-03-30 00:30:33 +00:00
karnaze%netscape.com
a73cc06b43 prints out dir and file name of regression test page 1999-03-30 00:28:55 +00:00
briano%netscape.com
5acb4f9a91 Fixed the missing newline bug that was breaking builds. 1999-03-30 00:23:10 +00:00
cyeh%netscape.com
cc92e8430a make build numbers work on UNIXen. This is a hack into the XUL file, build
number generation will need to be moved.
1999-03-30 00:14:48 +00:00
mcmullen%netscape.com
a563079fa6 Try that without the typo. 1999-03-30 00:08:40 +00:00
waterson%netscape.com
f69aeedb1d Added nsJSXULTreeElement to the build. 1999-03-30 00:05:13 +00:00
danm%netscape.com
75ca60329a added window title attribute 1999-03-30 00:00:56 +00:00
nhotta%netscape.com
d6e26d9744 I18n migration, CSID -> charset name, unicode converter hook up. 1999-03-29 23:57:50 +00:00
danm%netscape.com
df30b4bffc set window title from XUL 1999-03-29 23:57:18 +00:00
kipp%netscape.com
fc588018b8 Quited down most of the crawler noise 1999-03-29 23:51:40 +00:00
kipp%netscape.com
f5535bc1d2 Added missing wrap-malloc-lib 1999-03-29 23:50:57 +00:00
cata%netscape.com
7046bc4cba Minor changes. 1999-03-29 23:49:30 +00:00
cata%netscape.com
d2c24d47ef Minor bug fix. 1999-03-29 23:48:55 +00:00
joki%netscape.com
213dcf0526 Initialize JS return values to zero for failure case 1999-03-29 23:48:47 +00:00
pinkerton%netscape.com
f0ca1e2882 strstream -> strstream.h for linux 1999-03-29 23:46:57 +00:00
kipp%netscape.com
6bffe03233 Select size of builtin arrays by platform (sigh); remove some cruft; added in support for debugging memory leaks and reducing initialization time 1999-03-29 23:46:34 +00:00
kipp%netscape.com
33027c97cb Removed some cruft 1999-03-29 23:45:49 +00:00