Граф коммитов

3997 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com 07880ee6a5 reverted back to kISupportsIID. It seems not all compilers can handle ::nsISupports::GetIID() from inside an XPCOM interface. Yech. 1999-03-13 02:20:57 +00:00
evaughan%netscape.com 9e7459d1a4 Fixed Titled button bugs. 1999-03-13 01:51:49 +00:00
beard%netscape.com 6722afc97e forcing nsISupports to global scope to resovle ambiguity (VC is very weak) 1999-03-13 00:12:13 +00:00
evaughan%netscape.com 68e34096a0 Fixed disabled bug on buttons. 1999-03-12 23:47:52 +00:00
morse%netscape.com 79d1af55d9 fix for wallet 1999-03-12 23:30:48 +00:00
beard%netscape.com e8f39af705 now passing events to plugins, generating idle events with an nsITimer, all XP_MAC changes for the most part. 1999-03-12 22:46:14 +00:00
mjudge%netscape.com 27a2f67b20 fixed GetWidth to "do the right thing" and take smallcaps and spaced words/chars into account. 1999-03-12 21:38:16 +00:00
ramiro%netscape.com 8ce50ad7cf Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
waterson%netscape.com 8eebc1a046 Fixed bug where button created without 'src=' would crash when 'src=' was set. 1999-03-12 08:11:54 +00:00
karnaze%netscape.com 075bf28a73 hopefully a fix for the mac build 1999-03-12 06:12:03 +00:00
karnaze%netscape.com 760c28b14a bug 3628, scrolling=yes on <frame>, <iframe> 1999-03-12 05:36:35 +00:00
pinkerton%netscape.com 2d889e723a Fixes bug #3532 where incremental reflow was not being correctly handled. Also no longer re-resolves the style context at each reflow, but only once on inital reflow. 1999-03-12 04:33:24 +00:00
sdagley%netscape.com c76429f73c Fixing the Mac build bustage by calling the get() accessor for comparison 1999-03-12 01:16:08 +00:00
mjudge%netscape.com 43c3c35906 need to swap positions for mac. need to put COMPtr on right side of == 1999-03-12 01:02:34 +00:00
mjudge%netscape.com 26d8cc3a13 fixed memory leaks in nsRangelist.cpp. uninitialized memory in nsTextframe, simplified APIs in nsIFrame and the underlying implementations. see layout.checkins 1999-03-12 00:17:14 +00:00
amusil%netscape.com 4cccceb77f Minor API change. Added support for tags that don't specify SRC or DATA params. 1999-03-11 22:50:58 +00:00
troy%netscape.com c6c4afe1b6 Fixed MapDeclarationInto() so it correctly handles 'min-width', 'max-width',
'min-height', and 'max-height'
1999-03-11 20:29:02 +00:00
troy%netscape.com bc8e5d3606 Patch from Bruce Mitchener that fixes an incorrect use of delete 1999-03-11 20:27:54 +00:00
troy%netscape.com e5223eb70a Patch from Bruce Mitchener (bruce@sybersight.com) that fixes incorrect
use of delete operator
1999-03-11 15:21:46 +00:00
troy%netscape.com 526ed6ddc5 Work-in-progress for min/max properties 1999-03-11 15:13:17 +00:00
vidur%netscape.com 77e49edcf0 Put back in changes blown away by evaughn 1999-03-11 08:59:37 +00:00
troy%netscape.com 158ed075a4 Patch from Bruce Mitchener (bruce@cybersight.com) that fixes unitialized
memort error
1999-03-11 05:56:11 +00:00
nisheeth%netscape.com 42b362f298 - Beautified error reporting of expat errors. We now don't just dump the error text out as nodes. We create the parsererror and sourcetext HTML nodes that can be styled via ua.css. 1999-03-11 05:29:36 +00:00
nisheeth%netscape.com acf5451120 - changing ua.css to add style rules for the 'parsererror' and 'sourcetext' elements.
- added eHTMLTag_parsererror, eHTMLTag_sourcetext to the set of HTML tags.
- These tags are used within XML documents to show errors from expat.
1999-03-11 05:26:53 +00:00
ftang%netscape.com e9631c3a4f fix mHasMultibyte hint problem when the first character of the *word* is not ASCII 1999-03-11 03:00:33 +00:00
troy%netscape.com 043b5700fb Work-in-progress for 'min' and 'max' properties 1999-03-11 01:23:10 +00:00
av%netscape.com f01d0d4fa7 *** empty log message *** 1999-03-11 00:17:38 +00:00
joki%netscape.com 2874bb3300 Adding DOM access to new character information 1999-03-11 00:07:59 +00:00
akkana%netscape.com a909698500 Fix purify UMR error -- thanks to braddr & bruce @ puremagic.com 1999-03-10 22:30:23 +00:00
morse%netscape.com 997797e21a changes for wallet 1999-03-10 21:42:45 +00:00
morse%netscape.com af1ede39f0 bug fix for single signon 1999-03-10 21:38:34 +00:00
av%netscape.com aaad99ca98 Rendering alt context in object tag 1999-03-10 20:43:07 +00:00
karnaze%netscape.com 0fa241fa22 bug 3407 1999-03-10 06:13:35 +00:00
vidur%netscape.com 634e324575 Added CreateElementWithNameSpace to proprietary document interface. Fixed GetTagName for HTML to uppercase tag names. Hooked up style rule addition and deletion to reconstruct frames. Fixed DOM generation problem 1999-03-10 01:17:49 +00:00
alecf%netscape.com 347a029e95 purify fix from bruce@cybersight.com - use delete[] rather than delete 1999-03-10 00:36:18 +00:00
alecf%netscape.com db95dfaee9 purify fixes from bruce@cybersight.com - use delete[] rather than delete 1999-03-10 00:35:16 +00:00
akkana%netscape.com 19d79b051d Fix UMR, caught with purify by bruce@portland.puremagic.com 1999-03-10 00:28:47 +00:00
troy%netscape.com a4ccf253e0 Some more table pagination improvements 1999-03-09 22:34:51 +00:00
jfrancis%netscape.com 3c6024db0e reordered link order so that cout would work 1999-03-09 19:22:00 +00:00
jfrancis%netscape.com 534a4ea1cb fixed refcounting bugs 1999-03-09 19:21:30 +00:00
jfrancis%netscape.com e4ed741668 fixed refcounting bugs plus a little cleanup 1999-03-09 19:21:04 +00:00
troy%netscape.com 57c81e5514 Better handles the case where the first row is complete when splitting
the row group
1999-03-09 15:35:43 +00:00
troy%netscape.com 0cbeed3e6c Changed it so we get the computed width from the first-in-flow 1999-03-09 15:35:08 +00:00
warren%netscape.com 4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +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
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
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
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
ftang%netscape.com e7304df551 add katakana, hiragana, katakana-iroha, hiragana-iroha, lower-greek 1999-03-09 01:56:02 +00:00