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

11930 Коммитов

Автор SHA1 Сообщение Дата
buster%netscape.com 387c75adf8 impl for DOM methods table.create(THead|TFoot|Caption) and deleteCaption 1998-11-17 23:09:59 +00:00
locka%iol.ie bec67ee8fd Added a default page to load when control is first created 1998-11-17 22:39:31 +00:00
locka%iol.ie 01144f065b Added MozillaControl.html to release folder 1998-11-17 22:38:43 +00:00
dcone%netscape.com c18c0a30a7 updated steve clarks changes, added genericElementCollection 1998-11-17 22:38:03 +00:00
locka%iol.ie 150666f508 Added default page to load when control is first shown (it will improve!) 1998-11-17 22:37:10 +00:00
cls%seawood.org f617411935 Removed redundant test. Thanks to Chris <dexter@dns.ci.columbia.mo.us> for pointing this out. 1998-11-17 22:32:35 +00:00
kipp%netscape.com 552551e512 Revised max-element-size computation somewhat so that floaters are accounted for better 1998-11-17 22:28:51 +00:00
buster%netscape.com 63d84c5b52 new module 1998-11-17 22:20:59 +00:00
cls%seawood.org 23aef81b0b CFLAGS wasn't getting set properly due to ordering problems with config.mk 1998-11-17 22:20:25 +00:00
buster%netscape.com 148fd4ca84 renamed TableElementCollection to GenericElementCollection, and factored it into
it's own module for reuse.
1998-11-17 21:40:38 +00:00
alecf%netscape.com f4df36ecbe make build instructions a little more clear, and add URL
for more information
1998-11-17 20:00:57 +00:00
pinkerton%netscape.com 3441cc43d6 Added comments that these are the default implementations and that they can (and should) be replaced by embedding applications. 1998-11-17 17:34:47 +00:00
pinkerton%netscape.com 03125acd0c since nsMacMessagePump is back (as a default imp), export it as well. 1998-11-17 17:22:05 +00:00
pinkerton%netscape.com 7fa597d43d moving default imps of message pump and app shell back into widget. This uses those instead of its own. 1998-11-17 17:21:29 +00:00
pinkerton%netscape.com f0285717ab moving default imps of message pump and app shell back into widget. This once again uses those instead of providing its own. 1998-11-17 17:20:57 +00:00
pinkerton%netscape.com 83a64aac74 Move default imps of AppShell and MessagePump back into widget. Clients may still provide their own. 1998-11-17 17:20:06 +00:00
pinkerton%netscape.com e019f297bb First Checked In. 1998-11-17 17:19:01 +00:00
cls%seawood.org df0d58397b Added check for ios::binary which seems to just be the new ANSI/ISO standard for ios::bin . 1998-11-17 16:53:02 +00:00
troy%netscape.com f350be91c1 Changed the body to be a subclass of nsBlockFrame rather than contain a
block frame
1998-11-17 16:37:39 +00:00
buster%netscape.com d14f0035d3 implementation of rows() and tBodies() 1998-11-17 16:32:29 +00:00
kipp%netscape.com 2098c2a448 Made SetTitle call ReduceEntities for bug #1398 1998-11-17 16:29:25 +00:00
blizzard%appliedtheory.com a87dd1063b clean up transparent image rendering. Also, make sure that the XImage is
free'ed after rendering and that the gc is placed back into a sane state.
1998-11-17 15:32:13 +00:00
msw%gimp.org 5633be113a First pass of alpha support in images by Chris Blizzard, fixed for endian
problems.  There is still a little work left to do on this.
1998-11-17 09:08:10 +00:00
cls%seawood.org 3f2f09a695 Silly mistake. Yes, we still want to call buildwho.pl 1998-11-17 05:58:56 +00:00
msw%gimp.org 0f07dff43c Implemented Invalidate class members, reverted Resize funkiness 1998-11-17 05:57:27 +00:00
troy%netscape.com 4f1b20b058 Fixed CreateWrapperFrame() so it resets the geometric and content parent pointers
of the frame being wrapped
1998-11-17 05:47:06 +00:00
jfrancis%netscape.com bd93f104b0 Added shared lib targets 1998-11-17 05:38:30 +00:00
jfrancis%netscape.com 798674dd4a Shared Lib conversion 1998-11-17 05:37:42 +00:00
jfrancis%netscape.com 9b5e605ed6 First Checked In. 1998-11-17 05:26:28 +00:00
pierre%netscape.com d23d602d77 fix build: added nsGenericDOMHTMLCollection.cpp 1998-11-17 03:23:02 +00:00
pierre%netscape.com f67eb545ac Fix Mac build: added nsIDOMNSDocument.h 1998-11-17 03:09:30 +00:00
troy%netscape.com 688027c9d3 Fixed problem that caused Mac build to break 1998-11-17 02:37:47 +00:00
vidur%netscape.com bddadc0a26 New interface nsIDOMNSDocument 1998-11-17 02:37:19 +00:00
vidur%netscape.com f34203bf21 Moved document.styleSheets from HTML-specific interface to generic Document interface 1998-11-17 02:19:28 +00:00
vidur%netscape.com 026c273104 Changes to allow disabling and enabling of style sheets. Introduced ReconstructFrames to nsIFrameConstructor. CSSStyleSheets now remember their document. Temporary fix to allow text content inside CSS tables. 1998-11-17 02:14:38 +00:00
akkana%netscape.com bf913685f9 An include was missing, breaking the Irix build 1998-11-17 02:09:12 +00:00
msw%gimp.org b9efc8615c Resizes are faster, deleted old Motif code in nsWindow::Scroll 1998-11-17 01:30:27 +00:00
kipp%netscape.com 5c24b7909f Added missing init of the net-file's refcnt 1998-11-17 01:21:04 +00:00
pinkerton%netscape.com 75adbe82f7 fix in SupportsNativeWidgets() to draw so we can continue working, but things are not fixed for real. Read the comment in that method for more details. 1998-11-17 01:08:01 +00:00
kipp%netscape.com 2757f6e3d4 Fixed up incremental reflow for content-changed and removed floaters 1998-11-17 01:04:45 +00:00
kipp%netscape.com 389de1de86 Added in nsHTMLReflowState argument to ReflowFrame so that callers can properly initialize it 1998-11-17 01:04:21 +00:00
kipp%netscape.com b1f6b6473f Tidy up; added some tracing 1998-11-17 01:03:59 +00:00
kipp%netscape.com b4c8bce4e2 Removed DidReflow hack again 1998-11-17 01:03:41 +00:00
kipp%netscape.com c3aca28e6c Look on all lists for frames 1998-11-17 01:03:28 +00:00
pierre%netscape.com a37cfd6b02 First Checked In. 1998-11-17 01:03:16 +00:00
cls%seawood.org f1818aaa69 Added check for DLL_SUFFIX. Thanks to Jeremy Lea <reg@shale.csir.co.za> for supplying the patch.
Changed gtk lib check to depend entirely upon the output from gtk-config.
1998-11-17 00:23:25 +00:00
wtc%netscape.com 136b76907f Bugzilla bug #122: Checked in the NetBSD patch submitted by
Frank van der Linden (frank@wins.uva.nl).
ftp://ftp.netbsd.org/pub/NetBSD/misc/fvdl/mozilla/diff-19981008.001
Modified files: Makefile, Makefile.in.
1998-11-16 23:44:55 +00:00
wtc%netscape.com a67c4ac5df Added Alec Flett's comments on the version of glibc2/sparc whose
setjmp/longjmp works.
1998-11-16 23:39:10 +00:00
buster%netscape.com 573ce4b643 work in progress for full DOM support for tables 1998-11-16 23:31:24 +00:00
troy%netscape.com bb256efbb7 Changed Reflow() to deal with reflow commands targeted at the root frame 1998-11-16 23:16:03 +00:00