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

4660 Коммитов

Автор SHA1 Сообщение Дата
karnaze%netscape.com 3ce64a2a9a bug 3109 - nsFieldSetFrame::SetInitialChildList can deal with legend not being first frame in list 1999-05-04 21:35:05 +00:00
vidur%netscape.com 49c983940a Fixed non-ANSII compliant code. 1999-05-04 20:53:44 +00:00
vidur%netscape.com fef84be610 Added nsISelectElement interface. Added support for nsIJSNativeInitializer interface for images and options. Fixed SELECT and OPTION relationship. Added support for the Option constructor. 1999-05-04 20:53:26 +00:00
vidur%netscape.com 37a4eeb556 Added option to HTMLAtoms 1999-05-04 20:52:26 +00:00
vidur%netscape.com cdac942783 Added Option constructor support to factory. 1999-05-04 20:52:03 +00:00
vidur%netscape.com 0089d292a7 Bug fix from Citec for clearing out parameter when an attribute doesn't exist 1999-05-04 20:51:42 +00:00
vidur%netscape.com e21aa6cc98 Added nsIContent implementation macro with SetParent defined locally 1999-05-04 20:50:43 +00:00
ftang%netscape.com b124b2d125 fix non ASCII form posting for URL encoded enctype. reviewed by karnaze 1999-05-04 19:41:41 +00:00
karnaze%netscape.com a926943797 bug 3103 - resizing table based on height attribute now considers row spans of cells. 1999-05-04 19:15:56 +00:00
karnaze%netscape.com 4b6aecba41 new/revised regression bugs 1999-05-04 19:14:49 +00:00
dp%netscape.com edc68a4e09 XPCOM: Addref() and Release() usage fixed. 1999-05-04 18:38:21 +00:00
rods%netscape.com dd4e94f381 Removed D&D statically defined IIDs and replaced them with the static class GetIID() 1999-05-04 14:55:24 +00:00
rods%netscape.com 2ffa4c5b0f Added Drag Over to act like "hover" 1999-05-04 14:44:51 +00:00
karnaze%netscape.com 76e54954b7 removed new lines in javascript string 1999-05-04 03:33:56 +00:00
karnaze%netscape.com fbb69f0465 bug 5838 - right-to-left handling of col span at right edge 1999-05-04 03:31:07 +00:00
tague%netscape.com b23c932029 Fixed bug #5527 (Editor is not able to accumulate successive Japanese input) 1999-05-03 22:57:48 +00:00
ramiro%netscape.com 3bc92ddcbf Part of fix for bugs 4445, 4768. Let the default rendering mode on unix
be "native" as it is on mac and win.
1999-05-03 21:32:15 +00:00
kipp%netscape.com 91be450e4f Fixed bug 5255 and removed some compiler warnings 1999-05-03 20:55:12 +00:00
kipp%netscape.com 2d4f3322e2 Implement List method 1999-05-03 20:54:24 +00:00
kipp%netscape.com fa151ce5d6 Tweaked to handle updated line-height calculation code that will now return -1 sometimes 1999-05-03 20:54:11 +00:00
kipp%netscape.com 84849fa55f Renamed a method 1999-05-03 20:53:46 +00:00
kipp%netscape.com d09a32fa41 Fix bug 2058 and improve nav4 compatability by not making line-height normal == 1.0 1999-05-03 20:53:27 +00:00
kipp%netscape.com 6797e11f82 Removed a compiler warning 1999-05-03 20:51:30 +00:00
kipp%netscape.com c7a81db773 Updated a comment 1999-05-03 20:51:16 +00:00
kipp%netscape.com aa1e51a75f Fixed bug 5375 - the conditions for avoiding combined area computations were wrong 1999-05-03 20:51:02 +00:00
kipp%netscape.com 84086ce9f4 Make hidden form elements invisible 1999-05-03 20:49:06 +00:00
kostello%netscape.com e1c62f1396 Moidifed to match the API change in nsHTMLContentSinkStream. 1999-05-03 18:42:53 +00:00
kipp%netscape.com fa1763922e Fixed bug #4309 - propogated handling of floating image frames to floating object frame code during CantRenderReplacedElemen to avoid assertion check in block code 1999-05-03 16:07:47 +00:00
karnaze%netscape.com fabb6dffc4 fixed crash in bug 5190, allowing a table to be the top level XML element. 1999-04-30 19:51:59 +00:00
karnaze%netscape.com 291058d2b5 fixed potential divide by 0 1999-04-30 19:50:42 +00:00
joki%netscape.com 91c2b2ba1f Adding scrolling fixes to fix bug #3999, A: chofmann 1999-04-30 19:38:39 +00:00
pinkerton%netscape.com 8242ad4239 fix solaris bustage. 1999-04-30 10:14:35 +00:00
pinkerton%netscape.com 32ce89016c fix win32 bustage. 1999-04-30 09:52:22 +00:00
pinkerton%netscape.com 013355114c pinkerton/scc. appr chofmann. Bug #4127, et al. Fixing ownership models (more work to come). 1999-04-30 09:04:36 +00:00
pinkerton%netscape.com 7b8852653a added GetIID() method. 1999-04-30 08:59:11 +00:00
troy%netscape.com 920ea0b453 Fix for bug #4525. Changed Reflow() to take into account 'overflow:scroll' when
determining the desired width
1999-04-30 00:55:18 +00:00
kipp%netscape.com 604b966287 Disable destroying webshell until later 1999-04-30 00:08:43 +00:00
kipp%netscape.com 1a6e518081 Disable rendering during presentation tear down 1999-04-30 00:08:17 +00:00
mjudge%netscape.com 05804e7429 m5 BUGS Choffman approved. simon reviewed. removing possible memory leak and getting anchor and focus frame to use the proper range instead of addreffing a node each! tested this afternoon 1999-04-29 20:24:21 +00:00
mjudge%netscape.com a0d0de9287 m5 BUGS Choffman approved. simon reviewed. fixing selection bug and removing unecessary methods in nsIFocusTracker.h 1999-04-29 20:23:24 +00:00
troy%netscape.com 0598079d33 Fix for bug #5680. Re-arranged some assertion checking code 1999-04-29 18:29:56 +00:00
karnaze%netscape.com 37a5770275 only print warnings on large cell width/height during pass 2 reflow 1999-04-29 17:43:41 +00:00
kipp%netscape.com a3f127b46c Fix crash bug #5621; we weren't pushing frames to the next-in-flow in all cases like we should 1999-04-29 00:16:44 +00:00
kipp%netscape.com d9d610feb0 Clear first-letter ok style at the right time 1999-04-29 00:16:09 +00:00
mjudge%netscape.com bf8ab9bfcc bug fix simon reviewed hoffman approved 1999-04-28 23:09:59 +00:00
troy%netscape.com 10a6907f67 Aded nsFrameConstructorState structure 1999-04-28 19:08:14 +00:00
sfraser%netscape.com e34e28668d Break out of the loop when iter->Next() fails (nil parent problem in the content iterator). 1999-04-28 06:38:19 +00:00
sfraser%netscape.com 61b1a8f6f2 Fix nil parent crasher. 1999-04-28 06:37:51 +00:00
bruce%cybersight.com b375ec7b75 Remove -lnetlib from link lines. Not needed. 1999-04-28 05:30:09 +00:00
mjudge%netscape.com 37319f9bf5 oops left debug statement on 1999-04-28 03:01:27 +00:00