Commit Graph

19356 Commits

Author SHA1 Message Date
shaver%netscape.com
58164daf67 turn off more debugging noise and prepare for 0.6.2's forward handling 1999-03-09 08:23:00 +00:00
waterson%netscape.com
e189c7d58b Fixed GetElementsByAttribute(): use the DOM APIs to be consistent with namespaces. 1999-03-09 08:10:50 +00:00
waterson%netscape.com
f13802c572 Made widget observer observe the composite data source. 1999-03-09 08:05:26 +00:00
nisheeth%netscape.com
7b02f128df - Quoted all attributes.
- Fixed casing on the end BookSet tag.  (The expat parser enforces case-sensitivity in XML)
1999-03-09 07:44:47 +00:00
nisheeth%netscape.com
a3f249089d - We weren't adding the tag text to the token created for the end tag. Fixed.
- Tokens for CDATA sections were not being created.  Fixed.
- The length of the parse buffer is passed into ParseXMLBuffer() because it is available from the scanner.  We were doing a strlen() to determine the length which was inefficient.
1999-03-09 07:39:04 +00:00
pierre%netscape.com
325ea61ec3 added menu command VIEWER_PRINT_SETUP 1999-03-09 06:39:50 +00:00
mcafee%netscape.com
5e1dbde3c3 Adding Edit|{Cut,Copy,Paste} to menubar. 1999-03-09 06:04:38 +00:00
pierre%netscape.com
4528e3226b don't dispatch mouseMoved events when Raptor is in the background 1999-03-09 05:46:01 +00:00
pierre%netscape.com
b30c740d4c dispatch suspend/resume events to Raptor 1999-03-09 05:44:47 +00:00
troy%netscape.com
9106c62e3e Overflow code and pushing code now take header/footer frames into
account
1999-03-09 05:29:37 +00:00
troy%netscape.com
a6b02e236c Better handling of NS_FRAME_NOT_COMPLETE for incremental reflow 1999-03-09 05:28:44 +00:00
wtc%netscape.com
a48a204528 Another update from the internal CVS repository /m/src. 1999-03-09 05:12:06 +00:00
troy%netscape.com
9f6584c6ca Made sure NS_FRAME_COMPLETE is always returned. This fixes an incremental
reflow problem
1999-03-09 05:11:14 +00:00
terry%netscape.com
01d194aa5b Added a disgusting hack to deal with the fact that we can occasionally get builds with wildly wrong times. 1999-03-09 05:07:50 +00:00
troy%netscape.com
9ff6fc0f22 Fixed it so that for incremental reflow commands the correct value is
passed for the available height
1999-03-09 05:01:59 +00:00
pierre%netscape.com
51c3957d62 fixed crash on delete (the OS deleted the menu a second time) 1999-03-09 05:01:45 +00:00
pierre%netscape.com
91d9dd34db added menu commands VIEWER_GFX_WIDGET_MODE and VIEWER_NATIVE_WIDGET_MODE 1999-03-09 04:39:50 +00:00
mcafee%netscape.com
4ed94d6668 Adding install target for purify binaries 1999-03-09 04:21:51 +00:00
pierre%netscape.com
4b33ec0b5b fixed display in SetSelectedIndices() 1999-03-09 04:11:25 +00:00
pierre%netscape.com
db64f03904 fixed index off by 1 in GetSelectedIndex() 1999-03-09 04:10:33 +00:00
mccabe%netscape.com
9ad7c135d1 Chop xptinfo from the list of sub-Makes built by libxpt during coding
thrash.
1999-03-09 04:10:30 +00:00
waterson%netscape.com
3d2b42cfd9 Land Guha's history stuff, including some fixes for references in the file system data source, and modifications for literals: there's now nsIntLiteral and nsDateLiteral. 1999-03-09 04:01:56 +00:00
mscott%netscape.com
7acaee2865 Sending a message no longer requires a host and from field because we can now extract that information from the current identity. 1999-03-09 03:06:59 +00:00
pierre%netscape.com
99c7af8413 Fixed #2253 "Copy and Paste in text widget" Fixed double-click 1999-03-09 02:58:14 +00:00
alecf%netscape.com
f8d48ff41a use Messenger's CID rather than ProgID because I can't seem to create objects
by ProgID (looks like ProgID->CID mapping is broken)
1999-03-09 02:51:25 +00:00
coop%netscape.com
a356faf7da NOT YET PART OF SEAMONKEY:
* initial pass at handling the update of interface indices.
1999-03-09 02:51:22 +00:00
brendan%netscape.com
ec67fd947d Must use defined XP_UNIX, not XP_UNIX, as #elif condition. 1999-03-09 02:46:23 +00:00
terry%netscape.com
b72f255bec Added params to control how priorities are set in a new bug. You can
now choose whether to let submitters of new bugs choose a priority, or whether
they should just accept the default priority (which is now no longer hardcoded
to "P2", but is instead a param.)  The default value of the params will cause
the same behavior as before.
1999-03-09 02:33:58 +00:00
dveditz%netscape.com
b867607040 initial libjar files, NOT PART OF BUILD 1999-03-09 02:13:56 +00:00
ducarroz%netscape.com
2d13e4ef9a make the file conform to the new norm 1999-03-09 02:05:29 +00:00
ducarroz%netscape.com
e6e140af12 add definition for MSG_CommandType 1999-03-09 02:01:16 +00:00
ftang%netscape.com
e7304df551 add katakana, hiragana, katakana-iroha, hiragana-iroha, lower-greek 1999-03-09 01:56:02 +00:00
rjc%netscape.com
c71c49a1cf Add selection and column sortActive/sortDirection observation support. (Thanks, David!) 1999-03-09 01:54:46 +00:00
pierre%netscape.com
26dc64ba44 Register CharsetAlias. Fixed by ftang on my machine. 1999-03-09 01:50:03 +00:00
briano%netscape.com
d3688a0ba0 Automated update 1999-03-09 01:45:41 +00:00
mscott%netscape.com
9cb357f551 Add ability to generate a mail session to this factory. 1999-03-09 01:39:05 +00:00
mscott%netscape.com
ebbcfd1435 Build nsMsgMailSession and nsMsgIdentity. 1999-03-09 01:37:41 +00:00
mscott%netscape.com
3712ad23fc Shell for a msg mail session. Folks will add to this as they need to. 1999-03-09 01:36:17 +00:00
pinkerton%netscape.com
bcd7b47eae Add debug code to point out a bug #3505 with display:none and frames. Fix bug #3451 with grippies not working when toolbars not at top of window. Not creating atoms every time we expand/collapse toolbars. 1999-03-09 01:36:11 +00:00
mscott%netscape.com
9b48921231 First pass implementation of a mail identity. Right now we just read out these values from prefs.js in the current working directory. This is a dogfood implementation and will change drastically when we really do implement multiple identities. 1999-03-09 01:35:44 +00:00
mscott%netscape.com
2bc1e4a03a Export nsIMsgIdentity.h and nsIMsgMailSession.h 1999-03-09 01:33:36 +00:00
mscott%netscape.com
58e5cef715 A mail session interface. Right now it is empty except for the current identity. As people need to add thinks to the mail session, I expect this to grow. Oh it is a singleton object and you should go through the service manager to obtain it. 1999-03-09 01:33:08 +00:00
mscott%netscape.com
7dd0d08491 A first pass at a generic mail identity interface. Right now, I'm using this to organize a lot of mail server & password preferences for dogfood. 1999-03-09 01:32:16 +00:00
slamm%netscape.com
3d6214b435 Have -MD dependencies cope will missing headerfiles. 1999-03-09 01:31:26 +00:00
slamm%netscape.com
f910ef9462 Give error if building in objdir and have previously built in srcdir. Move '-Wall' and '-include' to GNU-only section (silly to test for GNU-only features). Change '-MMD' to '-MD' to include standard headers. Clean '-O' from CFLAGS/CXXFLAGS if MOZ_DEBUG is set. 1999-03-09 01:30:26 +00:00
slamm%netscape.com
00d9114259 Move AC_INCLUDE_OR_DEFINES into OS_CFLAGS/OS_CXXFLAGS. 1999-03-09 01:30:00 +00:00
slamm%netscape.com
b8dbca36e3 Move '-O' stripping into configure. Move compile-line defines into configure. 1999-03-09 01:29:57 +00:00
slamm%netscape.com
b141bd7a74 Script converts .mozconfig.sh into a url to prefill configurator web form. Will be used by client.mk 1999-03-09 01:29:53 +00:00
slamm%netscape.com
7a67e3b3a2 Script to clean out all 'configure' generated files. 1999-03-09 01:29:50 +00:00
briano%netscape.com
558fd05cc4 Fixed the permission problem with nsinstall'd binary files, and added rules to make
sure shared libraries also get copied into $(DIST)/lib (where they're *supposed* to go).
1999-03-09 01:20:03 +00:00