Commit Graph

34911 Commits

Author SHA1 Message Date
peterl%netscape.com
600dc2854c added basic support for inline-block 1999-07-24 19:01:43 +00:00
peterl%netscape.com
c27894263d added char unit output support 1999-07-24 19:00:42 +00:00
peterl%netscape.com
9d991de5f0 added some experimental CSS3 properties
fixed style context impact reporting
1999-07-24 18:59:43 +00:00
peterl%netscape.com
53d60d8dba remove warning 1999-07-24 18:58:48 +00:00
peterl%netscape.com
23918a8d61 nuked 1999-07-24 18:57:59 +00:00
peterl%netscape.com
6f23083749 removed files: mozilla/xpcom/ds/nsBTree.cpp, mozilla/xpcom/ds/nsRBTree.cpp 1999-07-24 18:57:13 +00:00
peterl%netscape.com
ce42a15283 removing nsBTree & nsRBTree, both replaced by nsAVLTree 1999-07-24 18:56:54 +00:00
sspitzer%netscape.com
b7169a4501 fix for #9896. make nsMsgLineBuffer work for buffers that use CR, LF, and CRLF. (before, only CRLF and LF worked.) the mac uses CR, and we'd lose the last line of the newsrc file. 1999-07-24 18:15:19 +00:00
morse%netscape.com
e8ef92480d minor cleanup for viewers 1999-07-24 16:57:21 +00:00
morse%netscape.com
7763d0e4cf minor cleanup 1999-07-24 16:56:42 +00:00
morse%netscape.com
69e5670c57 nsCookieViewer.cpp 1999-07-24 16:56:02 +00:00
sspitzer%netscape.com
9daa861fa0 fix for Solaris bustage. Following mcafee's earlier fixes. 1999-07-24 15:53:19 +00:00
troy%netscape.com
7ffa0d8a63 Moved code that repaints after a resize or initial reflow to the viewport 1999-07-24 15:18:24 +00:00
duncan%be.com
cae606a8be Complete the link fix, all shared libs are now linked against the app that loads
them, so the timer symbols are resolved.
1999-07-24 12:25:16 +00:00
mcafee%netscape.com
5923d98342 Adding caps library to fix Solaris linkage. 1999-07-24 10:40:42 +00:00
mcafee%netscape.com
5a573c00bc Adding XP Menus test case under Debug menu. 1999-07-24 09:50:35 +00:00
duncan%be.com
d9095e3fb5 Changes to link properly after the timer shuffle. 1999-07-24 09:23:03 +00:00
zuperdee%penguinpowered.com
db241f1f5a Lots of cosmetic cleanups and a few minor bug fixes to the Motif port of nsWindow. I've also made it extra noisy on the debug output, to assist me in my attempts to figure out what is going wrong with the resizing routines. NOT PART OF MAIN BUILD. 1999-07-24 08:46:50 +00:00
chuang%netscape.com
6ba588ef21 fix bug 6836, change News to Newsgroups 1999-07-24 06:20:03 +00:00
terry%mozilla.org
6c8ff6136c Fixed stupid typos that caused it to not correctly report whether a
tree is open.
1999-07-24 05:04:37 +00:00
pavlov%netscape.com
aa997cf227 actually add the sound test 1999-07-24 05:01:29 +00:00
pavlov%netscape.com
44dd6dd4db add a soundtest to the menus 1999-07-24 05:00:53 +00:00
pavlov%netscape.com
061e45aeec change sound interface to use an nsIFileSpec* instead of a const char* 1999-07-24 04:58:10 +00:00
terry%mozilla.org
3b796b29aa Fixed some warnings. 1999-07-24 04:49:32 +00:00
terry%mozilla.org
56e8fd10e7 Fix busted guilty column.
Bonsai's query_checkins call has become pickier; now it wants to be
run from inside the bonsai directory, and wants the $::TreeID variable
to be set correctly.

This stuff is all too fragile to believe.
1999-07-24 04:47:57 +00:00
arielb%netscape.com
3cc6d68ad6 i think i may have broken linux build with a tab at the end of a line in
the makefile, hope this was all for the bustage.
1999-07-24 04:18:22 +00:00
troy%netscape.com
38a6357a79 Changed to use the new reflow command handling 1999-07-24 03:59:47 +00:00
troy%netscape.com
e337ad496d Fixed a problem in ContentRemoved() where for fixed position frames the
wrong child list name was being used
1999-07-24 03:58:35 +00:00
arielb%netscape.com
8dad60d09d Fix to the caps security module. I removed the nsPrincipal struct, from now
on you can access principals by their xpcomed interface nsIPrincipal.
1999-07-24 03:58:23 +00:00
law%netscape.com
65a17e3844 Adding generic chrome rules 1999-07-24 03:33:37 +00:00
morse%netscape.com
0c0d06e298 make cookie viewer operational under necko 1999-07-24 03:10:11 +00:00
tao%netscape.com
d989250d9d Change function prototype. 1999-07-24 03:07:13 +00:00
tao%netscape.com
39700eb446 Update test case. 1999-07-24 03:06:15 +00:00
troy%netscape.com
6717db9454 Renamed a member function to more accurately reflect its purpose 1999-07-24 02:46:08 +00:00
troy%netscape.com
1f924dade3 Changed area frame code over to new reflow command handling 1999-07-24 02:37:45 +00:00
troy%netscape.com
17838b7952 Added VerifyDirtyBitSet() helper function 1999-07-24 02:37:06 +00:00
troy%netscape.com
08c5b45b84 Defined it so that the NS_FRAME_IS_DIRTY flag is set for newly added frames in
SetInitialChildlist(), AppendFrames(), InsertFrames(), and ReplaceFrame()
1999-07-24 02:33:07 +00:00
mscott%netscape.com
930493c1ba necko only! Fix several necko problems where we are calling GetBuffer on an nsString and passing the result into
NS_NewUri. If the nsString is unicode then GetBuffer returns null which is not the desired behavior.
I also cleaned up the necko stuff a bit as we were doing some extraneous steps. With this change you can bring
up bookmarks in apprunner.
1999-07-24 02:06:30 +00:00
hyatt%netscape.com
ca1af77117 Menus know about the ENTER key to execute, and know how to dismiss themselves
on mouse clicks.
1999-07-24 01:59:32 +00:00
hyatt%netscape.com
eef0e8edf6 Adding style rules for xpmenuitems. 1999-07-24 01:58:56 +00:00
hyatt%netscape.com
9bcf6a63a9 Harmless checkin of a sample XUL file. 1999-07-24 01:58:40 +00:00
sspitzer%netscape.com
8faee4daf2 go back to PR_FormatTime() until #10412 is fixed. 1999-07-24 01:47:59 +00:00
morse%netscape.com
e24534d85b Remove wallet from layout 1999-07-24 01:39:58 +00:00
sspitzer%netscape.com
4dfdb3d910 remove these header files. all idl files for news, now! 1999-07-24 01:36:44 +00:00
sspitzer%netscape.com
34d5e2e364 turn on the new idl files for the mac now. 1999-07-24 01:36:36 +00:00
gordon%netscape.com
13159f4535 Changed parameters so the Netwerk and protocol libraries are generated in the Components directory, not Essential Files. The NetwerkUtil library (which is currently masquerading as the old NetLib library) should be in Essential Files. 1999-07-24 01:15:41 +00:00
varada%netscape.com
cd26f6749f Excluding the acct/ and acctidl/ directories for the VC++ 5.0 version. Leaf said it was ok to check in. 1999-07-24 01:15:01 +00:00
hyatt%netscape.com
584576e632 oops. crazy_width only defined for debug builds. Changing this. 1999-07-24 00:32:21 +00:00
hyatt%netscape.com
40caba6ac9 Getting rid of all the printfs and complaints that fire in mailnews by making
the fixed table layout algorithm smarter about unconstrained width reflow.
1999-07-23 23:41:05 +00:00
evaughan%netscape.com
ded8baab17 Fixed some box problems. 1999-07-23 23:30:17 +00:00