Commit Graph

44315 Commits

Author SHA1 Message Date
rods%netscape.com
6ff5998968 Move code to handle focus event into the correct switch statement
r=kmcclusk, bug 7133
1999-10-18 21:47:31 +00:00
akhil.arora%sun.com
bae9a68357 16488 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
Copy/Paste error- createEntityReference was calling the wrong coreDOM method
1999-10-18 21:44:57 +00:00
pavlov%netscape.com
4487fb32c4 new files 1999-10-18 21:44:15 +00:00
law%netscape.com
2a8b8116b8 Bug #14999; stop using toolkit app core; r=sfraser@netscape.com 1999-10-18 21:39:18 +00:00
law%netscape.com
24e5346ca3 Bug #14999; stop using toolkit app core (added JavaScript[Debug].shlb to this project); r=sfraser@netscape.com 1999-10-18 21:36:57 +00:00
norris%netscape.com
68f22b94c2 Part of bug 7261 "Connect XPConnect visibility filter to query principals"
Reviewed by rhp@netscape.com.
1999-10-18 21:35:52 +00:00
waterson%netscape.com
49f6bf693e Bug 15558. Fix personal toolbar style rules (patch courtesy dbaron@fas.harvard.edu). r=matt 1999-10-18 21:35:28 +00:00
law%netscape.com
c9330bf665 Bug #14999; stop using toolkit app core; r=davidm@netscape.com 1999-10-18 21:33:29 +00:00
pavlov%netscape.com
2f0c16fc1f update file list 1999-10-18 21:30:40 +00:00
law%netscape.com
3fd594e3be Bug #14999; stop using toolkit app core; r=ducarroz@netscape.com 1999-10-18 21:29:54 +00:00
bienvenu%netscape.com
960a2020a7 change shutdown code to go through nsMessengerBootstrap instead of relying on service shutdown listener or destructors getting called r=alecf 1999-10-18 21:16:23 +00:00
ssu%netscape.com
0d7f5faaf0 fixing bug #16694. fixes crash bug in the select components dialog in the windows installer. r=sgehani. Affects only windows platform. 1999-10-18 21:15:09 +00:00
dp%netscape.com
9568ae8d05 Removing extra backslashes at the end of the install lines. Fixing
build.
1999-10-18 20:43:11 +00:00
sspitzer%netscape.com
af4500add9 fix warnings. following alecf's recommendations, remove the FindServerUsingURI() method from the nsIMsgAccountManager, remove CreateFolderInDatasource() from nsIMsgFolder, change several methods in nsMsgCopy to return nsresult, and have nsIMsgFolder ** as an outparam, use GetResource() instead of CreateFolderInDatasource(). use NS_SUCCEEDED() instead of comparing against NS_OK directly. 1999-10-18 20:42:06 +00:00
brade%netscape.com
2340222103 make doEditor create an html editor rather than the plaintext editor. (bug #16681; r=sfraser@netscape.com) 1999-10-18 20:27:14 +00:00
harishd%netscape.com
f749a4d3e1 Fix for Bug 16126 -- Error message was not getting propagated
to the parser ( CNavDTD::AddLeaf() )
Related to bug 16578 - Throwing userdefined tags to the floor
( what we used to do before ). This will avoid people from being
blocked.   Will work on a fix later.

r=nisheeth
1999-10-18 20:23:27 +00:00
selmer%netscape.com
bbc97e3fac Enable BoldText type 1999-10-18 20:22:21 +00:00
troy%netscape.com
092e7de2fb Removed delete operators (they had no implementation, they were private so
they wern't accidently called), because HP compiler generated an error if
new operator was public but delete operator was private
1999-10-18 20:16:49 +00:00
nhotta%netscape.com
b338c83fa6 Add new propertie files for html entity, part of bug fix 8865, r=ftang. 1999-10-18 20:02:20 +00:00
tonyr%fbdesigns.com
7b29eee956 Added string bundles for the mailnews import tools 1999-10-18 19:58:07 +00:00
dougt%netscape.com
34e52378d1 Fix for 16700. Isolating CreateTransport into new function.
r=gagan.
1999-10-18 19:43:34 +00:00
warren%netscape.com
b8cdc893a1 Made bloatdiff distinguish between no change in leaks, and infinite leakage (no leak before, but leak now). 1999-10-18 19:43:29 +00:00
selmer%netscape.com
05396ec4d9 Corrected tab sort order 1999-10-18 19:39:42 +00:00
Jerry.Kirk%Nexwarecorp.com
6b5465c841 Installed our own PtMainLoop() function that can be exited to allow
the Create Profile Manager to display a dialog, then exit the GUI and display
a different dialog.
Bug# 16667 r=Michael.Kedl@Nexwarecorp.com
1999-10-18 19:34:07 +00:00
selmer%netscape.com
ba1a16f754 Temporary fixes for tab ordering 1999-10-18 19:23:11 +00:00
warren%netscape.com
26fb3f9eba Took out redundant MOZ_COUNT_CTOR/DTOR calls. 1999-10-18 19:21:53 +00:00
slamm%netscape.com
bf503710b1 Landing of SIDEBAR_19991007_BRANCH. r=waterson 1999-10-18 19:21:52 +00:00
radha%netscape.com
8d24b5be4e Mail news regresion with replying to a message. r=mscott bug # 16550 1999-10-18 19:09:27 +00:00
warren%netscape.com
73b153a156 Made it implement nsIURL as well as nsIURI. 1999-10-18 19:07:16 +00:00
warren%netscape.com
d707c11a4e Cleanup to use nsCOMPtrs. 1999-10-18 19:06:57 +00:00
warren%netscape.com
3f9dc8b6a7 Took out redundant MOZ_COUNT_CTOR/DTOR calls. 1999-10-18 19:06:21 +00:00
troy%netscape.com
d1f8db9147 b=16615. Two line change. Added check for case of root node being a leaf.
The rest of the changes are NOT yet in use. They willbe reviewed by Kipp before
they're turned on
1999-10-18 19:02:09 +00:00
akkana%netscape.com
acf13df96b Remove two ifdef DEBUG_akkana lines that were left in when someone
changed the implementation of ConvertContentToXIF, so that I can
compile again.  This won't affect anyone but me.  r=kipp
1999-10-18 19:01:56 +00:00
troy%netscape.com
fef6b481ea b=16652, r=troy@netscape.com
Patch from Johnny Stenback that breaks a weak link reference
1999-10-18 19:00:49 +00:00
shaver%netscape.com
74062e8f6c fix // comment in C file (r=brade) 1999-10-18 19:00:18 +00:00
rogerl%netscape.com
c617326211 Changed tests for ECMA 3 definition of array.length handling. 1999-10-18 16:55:44 +00:00
pavlov%netscape.com
4e1b456d92 revert some key code to pre branch landing so that typing works correctly 1999-10-18 16:08:16 +00:00
danm%netscape.com
1228f0c794 adding PR_LOGging to event queue handling. r:hyatt@netscape.com 1999-10-18 15:09:50 +00:00
danm%netscape.com
fdd0fccc59 moving Push/PopThreadEventQueue to nsIEventQueueService. r:hyatt@netscape.com 1999-10-18 15:08:45 +00:00
danm%netscape.com
a448bf8e64 synching with nsWebShellWindow 1.219 (nsIModalWindowSupport removed). r:hyatt@netscape.com 1999-10-18 15:06:38 +00:00
danm%netscape.com
504b2a8862 removing nsIModalWindowSupport r:hyatt@netscape.com 1999-10-18 15:05:17 +00:00
danm%netscape.com
12834d6474 moving Push/PopThreadEventQueue to nsIEventQueueService r:hyatt@netscape.com 1999-10-18 15:04:18 +00:00
danm%netscape.com
df8b57314c patch nsEventQueue leak in GetProxyObject r:hyatt@netscape.com 1999-10-18 15:01:40 +00:00
danm%netscape.com
588868b60c event queues own and delete themselves when they're done. bug 15856 r:hyatt@netscape.com 1999-10-18 14:59:57 +00:00
danm%netscape.com
81e0c798a7 new r:hyatt@netscape.com 1999-10-18 14:57:07 +00:00
ftang%netscape.com
6df0b49bc8 1. add asserting code to check null ptr 2. add if code and return NS_ERROR_NULL_POINTER if the ptr is null 3. add code to check return value r=myself 1999-10-18 14:48:41 +00:00
karnaze%netscape.com
80a50d6b37 added #ifdef for debug printing. 1999-10-18 13:48:19 +00:00
karnaze%netscape.com
d660d6c031 bug 15958(partial) - uses mComputedWidth instead of availableSize.width. r=buster; asked hook for permission, got no response. 1999-10-18 13:47:01 +00:00
karnaze%netscape.com
633c13eced bug 15993 - in quirks mode allocates space for a 1 pixel border if the content is empty and the table has a border. It was incorrectly, doing this even if the content was not empty. r=buster; asked permission from hook and got no response. 1999-10-18 13:45:41 +00:00
dveditz%netscape.com
8410807e8a stopgap for mysterious Mac bustage 1999-10-18 12:58:58 +00:00