rickg%netscape.com
|
471d34af10
|
fixed bug 21146; r=buster; a=chofmann.
|
1999-12-08 22:54:08 +00:00 |
|
nisheeth%netscape.com
|
24d990e18b
|
Fix for bugs 16709, 20771. Frame state is stored before frame hierarchies are deleted and restored when the frame hierarchies are reconstructed.
|
1999-12-06 07:44:18 +00:00 |
|
hyatt%netscape.com
|
bad7f6c45b
|
No longer loading the global skin implicitly.
|
1999-12-05 05:13:55 +00:00 |
|
hyatt%netscape.com
|
de2eaede42
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
bug #9489. Should also definitely fix bug #15916. r=troy
|
1999-12-04 23:49:50 +00:00 |
|
pierre%netscape.com
|
8b3d56440c
|
20260 "html.css: <sup> and <sub>.elements need explict line-height". Fix from Ian Hickson <py8ieh=bugzilla@bath.ac.uk>.
|
1999-12-04 02:05:18 +00:00 |
|
vidur%netscape.com
|
62f646032b
|
For bug 17325: Added nsICSSLoaderObserver as a way to see when style sheets complete loading. r=pierre.
|
1999-12-04 01:27:14 +00:00 |
|
rods%netscape.com
|
ec234e590c
|
changed select:-moz-dropdown-list back to collapse from hidden, this works better in more cases
r=kmcclusk
|
1999-12-02 22:09:35 +00:00 |
|
rods%netscape.com
|
4acd38e3ea
|
changing generated and psuedo content frames to inherit
r=kmcclusk bug 20301
|
1999-12-02 22:06:53 +00:00 |
|
rods%netscape.com
|
86e95c3437
|
changing "select:-moz-dropdown-list" to be hidden instead of collapse,
this works much better.
bug 19416 r=kmcclusk
|
1999-12-01 22:04:10 +00:00 |
|
waterson%netscape.com
|
0698de9566
|
Bug 9489. Use nsAutoVoidArray for collecting classes to avoid excessive heap use.
|
1999-12-01 03:27:25 +00:00 |
|
rickg%netscape.com
|
52326dea98
|
added new color for CDATA in viewsource; r=none
|
1999-12-01 01:13:28 +00:00 |
|
warren%netscape.com
|
2db26922a6
|
Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms.
|
1999-11-30 04:50:42 +00:00 |
|
pierre%netscape.com
|
096c23050e
|
12520 "GFX select elements need to be able to turn off text". Changed nsFrame::DisplaySelection to use the parent's mUserSelect similarly to what we do with mCursor in nsFrame::GetCursor. r=mjudge.
|
1999-11-23 01:07:56 +00:00 |
|
pierre%netscape.com
|
cf8d1c8fe2
|
12737: removed the 'moz-fixed' NavQuirk
|
1999-11-23 01:07:26 +00:00 |
|
pierre%netscape.com
|
93104c00ae
|
12520/12521 "GFX select elements need to be able to turn off text" turn off user selection inside the drop-down list. r=mjudge.
|
1999-11-23 01:05:45 +00:00 |
|
rods%netscape.com
|
42b71cfedb
|
Added the correct fonts for submit,reset, input button.
set box-sizing for HTML 4 buttons
Set font in psuedo element for the input text
r=kmcclusk bug b=11285
|
1999-11-22 22:02:19 +00:00 |
|
kmcclusk%netscape.com
|
e9d5e61f46
|
Changed misspelled vertial-align to vertical-align for input[type=image]. bug=16370. r=rods@netscape.com
|
1999-11-22 21:32:22 +00:00 |
|
warren%netscape.com
|
34ecf73507
|
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
|
1999-11-17 08:14:52 +00:00 |
|
jdunn%netscape.com
|
0c7a249849
|
removing ';' from the end of the macros, since the macro in nsTimer.h
already handles the trailing ';'.
NOTE: trying to compile a ';' fails on AIX
|
1999-11-11 21:35:34 +00:00 |
|
pollmann%netscape.com
|
76bab40ed9
|
Bug 17656: Checking in jst@citec.fi fix to make Framesets resize correctly. A: chofmann R: pollmann
|
1999-11-10 23:50:38 +00:00 |
|
nisheeth%netscape.com
|
ecf204e501
|
a=sdagley. Move over to new timing macros...
|
1999-11-10 03:41:09 +00:00 |
|
sspitzer%netscape.com
|
3c1562a510
|
fix warning.
|
1999-11-10 00:09:32 +00:00 |
|
dmose%mozilla.org
|
5312eacf8c
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
|
pierre%netscape.com
|
1f9d8614e7
|
Fix from py8ieh=bugzilla@bath.ac.uk for bugs 12765 and 12766. Updated link/visited/out-of-date declarations for hover/focus/active. r=me
|
1999-11-03 03:19:04 +00:00 |
|
rods%netscape.com
|
757136f521
|
put quotes around all button i.e. type="button"
rearranged all focus,hover & active rules and put them in that order.
r=kmcclusk, part of 14951
|
1999-11-03 01:01:55 +00:00 |
|
cls%seawood.org
|
bee74e223b
|
Removed unused NECKO ifdefs.
a=leaf
|
1999-11-02 23:34:03 +00:00 |
|
kipp%netscape.com
|
ad96ed9b56
|
fixed bug 15316 by tweaking the html style sheet as the author of the bug suggested
|
1999-11-02 15:49:50 +00:00 |
|
warren%netscape.com
|
332749d6fa
|
Made nsIUnicharStreamLoader be scriptable and deal with an xpcom observer instead of a proc pointer and void*. Part of bug#11159. r=nisheeth,kipp,pierre
|
1999-11-02 06:49:44 +00:00 |
|
kipp%netscape.com
|
3cf5efa95b
|
r=rods; bug=17518; I updated the html.css file to select on 'a[href]' instead of 'a' so that the focus properties and related style properties would only apply to anchors with href's
|
1999-11-01 22:54:14 +00:00 |
|
buster%netscape.com
|
377387d8d6
|
added pseudo style for single line text controls
bug 14727
r=rods
|
1999-10-30 16:31:11 +00:00 |
|
braddr%puremagic.com
|
ea13be0a26
|
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE in anticipation of nixing NS_COMFALSE in the near future.
r=scc
|
1999-10-28 03:16:48 +00:00 |
|
braddr%puremagic.com
|
341c8b0054
|
Ooops.. tree closed, better back these out for now. Sorry.
|
1999-10-27 21:01:37 +00:00 |
|
braddr%puremagic.com
|
55276cc3c4
|
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE
in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)
|
1999-10-27 20:24:21 +00:00 |
|
rods%netscape.com
|
c4669d4de5
|
The button "active" state needed one more pixel width in the border
r=dcone,b=17154
|
1999-10-26 14:05:49 +00:00 |
|
rickg%netscape.com
|
ff94ca16ce
|
fixed infinite-loop bug 17045 by conditioning control loop. r=buster
|
1999-10-23 03:06:19 +00:00 |
|
rickg%netscape.com
|
58f36b6e55
|
changed default font-size for viewsource; r=none;
|
1999-10-21 21:05:17 +00:00 |
|
rickg%netscape.com
|
364d915c6d
|
changed default font-size for viewsource; r=none;
|
1999-10-21 20:34:02 +00:00 |
|
nisheeth%netscape.com
|
ef75c33b3c
|
Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.
|
1999-10-19 22:27:20 +00:00 |
|
rods%netscape.com
|
ca955c710f
|
changed font-family and margin settings for input text and textareas
r-kmcclusk, Bug #4072
|
1999-10-19 13:39:59 +00:00 |
|
pierre%netscape.com
|
bfe52a8e4e
|
Fix #12737 "-moz-fixed should be compat mode only". Overwrites the fixed font family with the normal font family in navQuirks mode only. r=pollmann.
|
1999-10-19 00:31:45 +00:00 |
|
rickg%netscape.com
|
84c387e814
|
WIP bug13536; r=peterl; this code is not used yet
|
1999-10-16 18:22:24 +00:00 |
|
peterl%netscape.com
|
ed18a01643
|
Added new style data accessors.
Added nsIMutableStyleContext interface.
Made style rules work against nsIMutableStyleContext
r=troy
|
1999-10-16 04:05:59 +00:00 |
|
rickg%netscape.com
|
c64ecde1b8
|
WIP for bug13536; r=plinss
|
1999-10-16 00:39:24 +00:00 |
|
kipp%netscape.com
|
bf91cebfba
|
Wiped out another warning
|
1999-10-15 23:29:21 +00:00 |
|
peterl%netscape.com
|
a6adfea707
|
Added namespace ID to the AttributeChanged notification
Part fo the fix for Bug 15153
r=troy
|
1999-10-15 23:16:45 +00:00 |
|
peterl%netscape.com
|
670703db1c
|
moved toggle and tri-state from user-modify to user-select to stay in sync with CSS3
no bug #
r=pierre
|
1999-10-15 02:11:09 +00:00 |
|
kmcclusk%netscape.com
|
be9ef38eb8
|
Set vertical-align:baseline for input[type=image] to make it compatible with Nav 4.x
bug #16370; r=rods@netscape.com
|
1999-10-14 23:48:02 +00:00 |
|
pepper%netscape.com
|
2e9499e739
|
Changed friend declaration to make HP compilers happy.
aCC requires a decl of friend class ClassName instead of friend ClassName.
r=peterl@netscape.com,mgleeson@netscape.com
|
1999-10-14 23:31:07 +00:00 |
|
kipp%netscape.com
|
7d45a10d09
|
r=Tomi.Leppikangas@oulu.fi; landed his patch for solaris build issues
|
1999-10-14 23:11:44 +00:00 |
|
peterl%netscape.com
|
5cf3f40b06
|
moved style rule cascading logic into a stand-alone rule processor
the rule processor can now cascade rules from multiple style sheets
fix for bug 12401 & 12106
r=pierre
|
1999-10-14 00:59:21 +00:00 |
|