troy
55632fc7af
Added nsStylePosition
1998-04-22 23:29:01 +00:00
troy
4366741d31
Starting to pay attention to CSS positioning properties
1998-04-22 23:28:39 +00:00
troy
42943b6cf9
Setting up style for CSS positioning
1998-04-22 23:28:02 +00:00
kipp
30df787449
option is a container too
1998-04-22 23:25:36 +00:00
kipp
7c7a203367
Added in support for select/option
1998-04-22 23:24:43 +00:00
wtc
5e08ba3f0b
Added parentheses around a type cast. Fix provided by Kipp Hickmann
...
<kipp@netscape.com>.
1998-04-22 22:36:47 +00:00
kipp
6ebed4fba7
support textarea tag; some support for custom form managers
1998-04-22 22:12:24 +00:00
kipp
e74c50762c
snapshot
1998-04-22 22:11:52 +00:00
kipp
27661d8656
Disable noisy blink
1998-04-22 22:11:21 +00:00
wtc
dc51a884b5
Fixed build problems on BSD/OS. Some makefiles need to change:
...
the value of OS_ARCH is changed from BSD_386 to BSD_OS.
In unix.c, we now conditionalize on the macros O_SYNC and O_FSYNC,
as opposed to the platform macros like FREEBSD and BSDI. We
acknowledge jason@ackley.net for reporting and providing a fix
for this problem.
1998-04-22 22:10:37 +00:00
kipp
d79100067c
Treat textarea somewhat like title/script/style
1998-04-22 22:10:27 +00:00
kipp
5aaf73961c
textarea is not a container
1998-04-22 22:10:10 +00:00
kipp
fed0355e50
Added in TEXTAREA to special tags
1998-04-22 22:09:46 +00:00
rickg
e246371a37
tweaked the API to be more DTD-like
1998-04-22 20:22:59 +00:00
rickg
19fd4717c1
improved newline handling in tables
1998-04-22 19:46:40 +00:00
rickg
6c17641c97
moved nsDeque.* to base\src
1998-04-22 19:10:39 +00:00
rickg
2074ba0f39
added DTD and propagation capabilities; dynamic entities, containers, token handlers
1998-04-22 18:32:49 +00:00
rickg
fccfcf293e
added a few new container types
1998-04-22 18:28:48 +00:00
troy
9b866ce254
Fixed some bustage
1998-04-22 18:15:48 +00:00
troy
63ed1519ab
Bumping the revision to 3
1998-04-22 16:11:12 +00:00
troy
fdf2b8c3d4
HackStyleFor no longer sets positionFlags
1998-04-22 16:07:27 +00:00
troy
4ef6f63491
Work in progress on absolutely positioned elements
1998-04-22 16:06:21 +00:00
troy
e658570f8a
Signing
1998-04-22 16:00:00 +00:00
troy
a8289fdc8d
Initial check-in
1998-04-22 15:59:33 +00:00
troy
0d6273942a
Added support for CSS 'position' property
1998-04-22 15:46:53 +00:00
troy
76caee5967
Fixed a problem in SelectorMatches() that was causing id-based selectors
...
to always match
1998-04-22 15:43:46 +00:00
toshok
889f17e607
file rhapsody.c was initially added on branch RHAPSODY_NSPR_BRANCH.
1998-04-22 07:53:05 +00:00
toshok
c93cd8b484
file _rhapsody.h was initially added on branch RHAPSODY_NSPR_BRANCH.
1998-04-22 07:53:00 +00:00
toshok
08e13295e3
file _rhapsody.cfg was initially added on branch RHAPSODY_NSPR_BRANCH.
1998-04-22 07:52:59 +00:00
peterl
2de9fe5685
Switch to nsIPtrs to eliminate leaks (and to test them)
...
added debug code for ref counts
1998-04-22 06:41:10 +00:00
peterl
eac03aa3af
WIP moving margin, border & padding out of nsStyleMolecule
...
added debug code to track ref counts
1998-04-22 06:40:21 +00:00
peterl
6421bec370
WIP moving margin, border & padding out of nsStyleMolecule
1998-04-22 06:39:35 +00:00
peterl
6e70ca342d
Switch to nsIPtr for style context ptrs to eliminate leaks
1998-04-22 06:39:00 +00:00
peterl
41fcec6088
added ref counting debug code
1998-04-22 06:38:31 +00:00
peterl
c6fc3d1e32
WIP moving margin, border & padding out of nsStyleMolecule
...
Switch to nsIPtr for style context ptrs to eliminate leaks
1998-04-22 06:37:57 +00:00
peterl
730fbbc6d6
moved border out of nsStyleMolecule
1998-04-22 06:36:28 +00:00
peterl
83bb132b05
WIP moving border, margin & padding out of nsStyleMolecule
1998-04-22 06:33:35 +00:00
peterl
065043c183
made GetStyleContext work with a null pres context
1998-04-22 06:32:55 +00:00
peterl
fdc0e3f023
WIP removing border, margin & padding from nsStyleMolecule
1998-04-22 06:32:17 +00:00
beard
dd4303f5d4
AllocateMenuID
1998-04-22 02:18:55 +00:00
beard
4d0300f3ee
nsPluginInstancePeer::AllocateMenuID
1998-04-22 02:18:25 +00:00
beard
71b2017e04
FE_AllocateMenuID
1998-04-22 02:13:46 +00:00
beard
992515398f
npn_allocateMenuID.
1998-04-22 02:13:16 +00:00
beard
7eacb4719a
SetPositioned now takes a Boolean argument, added ObeyCommand for plugin menus, added menu ID allocation.
1998-04-22 02:12:12 +00:00
beard
a9ced1f82c
Added FE_AllocateMenuID, and CPluginWindow wrapper class for top-level plugin windows.
1998-04-22 02:10:33 +00:00
beard
50952def0f
Added support for dynamic allocation of menu IDs for plugins.
1998-04-22 02:08:49 +00:00
beard
572af434a6
Changes for plugins history.
1998-04-22 02:07:52 +00:00
gagan
9236541b6e
A mechanism to flush out all authorizations in a session. Added "about:logout"
...
A-montulli/R-valeski. Thanks to Kit Knox (kit@cn1.connectnet.com )
1998-04-22 01:03:41 +00:00
scullin
667151e787
NSPR related changes submitted by wtc.
1998-04-22 00:05:08 +00:00
troy
73a2d89927
Changed space manager to pass in the frame that's associated with a block
...
of unavailable space
1998-04-21 23:06:41 +00:00