Commit Graph

14395 Commits

Author SHA1 Message Date
mjudge%netscape.com
e46eacb369 update for linux 1999-01-19 00:40:38 +00:00
mjudge%netscape.com
5d5d6e1e5d trying to fix linux.. 1999-01-19 00:32:51 +00:00
mjudge%netscape.com
603ddb2c0a test check 1999-01-19 00:13:07 +00:00
terry%netscape.com
ffcbf6cdba Majorly changed querying of email addresses. 1999-01-19 00:07:46 +00:00
pierre%netscape.com
628f249ff3 Paint only the damaged area instead of the whole widget. Reuse the rendering context to update the children. Scroll the children. 1999-01-19 00:02:51 +00:00
pierre%netscape.com
07e5135d18 Numerous changes: introduced the DrawingSurface, a combination of GraphicState and GrafPort. 1999-01-19 00:02:15 +00:00
pierre%netscape.com
0bacbb3d17 DoMessagePump() no longer returns a boolean 1999-01-19 00:01:41 +00:00
buster%netscape.com
45846b7bca workaround for bug 2476: check for null child list before calling nsFrameList::AppendFrames 1999-01-18 23:54:23 +00:00
pavlov%pavlov.net
723c42a967 fix mouse clicking 1999-01-18 23:42:04 +00:00
locka%iol.ie
cec0019a73 Renamed m_nReadyState as m_nBrowserReadyState
Added fix to get_LocationURL, courtesy of Ryota Ando <rando@ca2.so-net.ne.jp>
1999-01-18 23:04:25 +00:00
mjudge%netscape.com
34430366b2 Files for selection across frames. 1999-01-18 22:57:12 +00:00
locka%iol.ie
dfc23e5895 Added plugin headers. These are still #ifdef'd out for backwards compatibility 1999-01-18 22:38:46 +00:00
waterson%netscape.com
1f06f7d982 Added documentation comments. 1999-01-18 22:31:05 +00:00
locka%iol.ie
958be9dc0e First impl of ActiveX control site plugin 1999-01-18 22:29:43 +00:00
waterson%netscape.com
5f8d808014 Added an assertion after OpenContainer() to help catch parse errors. 1999-01-18 22:14:59 +00:00
coop%netscape.com
f2d5cd7054 NOT YET PART OF SEAMONKEY:
* added #defines for is_pointer/tag combos used in TypeDescriptors to match table in typelib spec.
* now handle error case in xpt_struct.c using macro
* still must do offset management
1999-01-18 22:04:49 +00:00
scc%netscape.com
31c2a74283 OK. We were wrong about the SOLARIS case. Sorry. 1999-01-18 20:32:41 +00:00
coop%netscape.com
5fc06bfca5 NOT YET PART OF SEAMONKEY:
* modified in-memory structs slightly to get them to compile
* xpt_strcut.c now compiles, and with no warnings (at no extra charge)
* still must do offset management
1999-01-18 19:53:47 +00:00
troy%netscape.com
48365eb8a1 Changed to position absolute child elements relative to the padding edge not the
border edge
1999-01-18 19:30:42 +00:00
cls%seawood.org
d342ba3bf6 Don't include local cdefs.h if we have a system version. 1999-01-18 19:11:35 +00:00
cls%seawood.org
b41e9758f6 Ifdef'd out obsolete header includes. 1999-01-18 19:05:24 +00:00
scc%netscape.com
5e7e5625d2 Added patch for bsdi from netscape.public.mozilla.patches; removed test for !SOLARIS as agreed with macafee. 1999-01-18 18:32:33 +00:00
shaver%netscape.com
10f4d40c79 Much XDR header whacking. Still need to figure out how the pool management
stuff looks.
Fixed XPT_PREAMBLE (again).
xpt_xdr.c now compiles!
1999-01-18 18:28:14 +00:00
shaver%netscape.com
39d9fca637 added libxpt Makefiles 1999-01-18 18:03:45 +00:00
shaver%netscape.com
00741083fe fix up XPT_PREAMBLE booboo 1999-01-18 17:58:34 +00:00
shaver%netscape.com
7c8b3fd275 make goop (Win and Unix) 1999-01-18 17:44:06 +00:00
shaver%netscape.com
4d0a0a61c3 make goop (Windows and Unix) and header fixes 1999-01-18 17:43:36 +00:00
troy%netscape.com
a855ea42a4 Improvements to absolute positioning code 1999-01-18 17:27:27 +00:00
troy%netscape.com
3af8d238b7 Initial check-in 1999-01-18 17:26:49 +00:00
coop%netscape.com
d557721c1f NOT YET PART OF SEAMONKEY:
* updated XPT_Do code to match in-memory structs
1999-01-18 17:26:04 +00:00
shaver%netscape.com
9836a9165b new API stuff, and start on primitive implementations 1999-01-18 16:54:57 +00:00
rods%netscape.com
99b3af960d Initial checkin 1999-01-18 15:14:00 +00:00
coop%netscape.com
95fe556feb NOT YET PART OF SEAMONKEY:
* Added at least basic comments for all structs.
* Added #defines for struct sizes.
1999-01-18 15:00:03 +00:00
fur%netscape.com
d92b51d33f Work in progress 1999-01-18 06:22:14 +00:00
vidur%netscape.com
c00b32a482 Implemented Element::GetElementsByTagName. Fixed bug 2327 - forms appearing multiple times in document.forms array. 1999-01-18 03:43:43 +00:00
val4%cornell.edu
83a540a9d9 Background image 1999-01-18 03:43:04 +00:00
troy%netscape.com
1e71c5f12f Added nsIAreaFrame 1999-01-18 03:14:48 +00:00
troy%netscape.com
685b7256a3 Fix for bug #2450; 'padding' wasn't getting handled properly 1999-01-18 00:48:59 +00:00
karnaze%netscape.com
7b139f6c8e scrollable row groups 1999-01-17 23:35:56 +00:00
pavlov%pavlov.net
a917178521 use the right visual when we create the pixmaps 1999-01-17 22:48:27 +00:00
pavlov%pavlov.net
2a7527ab5c fix Invalidate() and Update() 1999-01-17 19:30:13 +00:00
pavlov%pavlov.net
ca0005bb15 only create 1 GC since we are pushing the same visual for all of the widgets. 1999-01-17 18:58:28 +00:00
pavlov%pavlov.net
c2804dc7b3 fix for crashing. 1999-01-17 17:51:02 +00:00
rpotts%netscape.com
7143f7092b Changed NS_DOCUMENTLOADER_CID to the new NS_DOCUMENTLOADER_SERVICE_CID 1999-01-17 11:49:41 +00:00
rpotts%netscape.com
7dd5ee5f53 The DocumentLoader is now a global service. Rather than creating document loaders via the factory, they are now created as child loaders of the global DocumentLoader service which is accessable via GetService. 1999-01-17 11:48:58 +00:00
rpotts%netscape.com
b287a5399b Changed NS_DOCUMENTLOADER_CID to NS_DOCUMENTLOADER_SERVICE_CID 1999-01-17 11:47:27 +00:00
troy%netscape.com
e805654323 Added 'computedMargin' to nsHTMLReflowState, which replaced the individual
margin values (e.g., computedLeftMargin)
1999-01-17 05:43:02 +00:00
pavlov%pavlov.net
178678e9e2 fix bustage 1999-01-17 03:08:56 +00:00
pavlov%pavlov.net
a88c118c92 move the event queue into nsToolkit 1999-01-17 02:09:55 +00:00
pavlov%pavlov.net
c00a82e136 remove unused code 1999-01-17 02:09:24 +00:00