briano%netscape.com
08af3df2e0
General cleanup.
1999-09-10 00:18:42 +00:00
rods%netscape.com
d675fc86a1
changed a couple of select disable attributes
1999-09-09 14:14:20 +00:00
evaughan%netscape.com
c9e6d7dafa
1) Made some fixes to splitter frame.
...
2) Fixed a bug that caused scrollbars to disappear after visiting a xul page.
1999-09-08 23:51:02 +00:00
vidur%netscape.com
50eaf4ef31
Reporting better nsresults to DOM methods.
1999-09-08 23:18:27 +00:00
rods%netscape.com
d88c66a30a
added rules for disabled options
...
changed nowrap to pre for processing of white space for options
1999-09-08 19:56:04 +00:00
pierre%netscape.com
9dab157a97
Fixed #6874 "Hover doesn't work for gfx-rendered buttons"
1999-09-04 00:15:43 +00:00
rods%netscape.com
330aa86411
added family and font size to type text and textarea
1999-09-03 14:35:17 +00:00
bruce%cybersight.com
443ae40b6e
Use nsCRT::free() instead of delete[] for char* data.
1999-09-03 07:42:41 +00:00
kmcclusk%netscape.com
cf4f73e939
Bug#12729 Modified SinkContext::DemoteContainer to cache the child's mForm before
...
Removing it. After removing it the child's mForm is reset to the cached value.
1999-09-01 21:57:01 +00:00
kipp%netscape.com
2489cbb7b8
Revised img linking/usemap rules as per suggestion in bug #8027 which fixes #8027
1999-09-01 20:58:59 +00:00
rods%netscape.com
e826861c50
option (dropdown) fonts now match the select
1999-08-31 14:22:56 +00:00
rods%netscape.com
88b7272f14
added box-sizing property for form control, now width/height refer to outside border and padding edge instead of content edge
1999-08-31 14:16:02 +00:00
nisheeth%netscape.com
d3eaaedcfb
The HTML Content sink now generates content IDs for each of the content objects it creates. The IDs start at NS_CONTENT_ID_COUNTER_BASE, defined in nsIContentSink.h, and increase monotonically as content objects get created.
1999-08-31 11:17:26 +00:00
kmcclusk%netscape.com
f52576ec61
bug #1222 . Changed color for selected color for gfx-combobox options to match the
...
dark blue specified for gfx-listbox options.
1999-08-30 22:26:34 +00:00
kipp%netscape.com
78d89afc45
Fixed bug #10571 by always initializing 'ref'
1999-08-27 21:52:19 +00:00
kipp%netscape.com
8607e1fe21
Provide a small margin around tables and images here instead of hardcoding (bug #2119 ); make links red when active (bug #11230 )
1999-08-27 21:51:46 +00:00
ducarroz%netscape.com
155d743008
Add rule for blockquote[type=cite] (use by messenger for display replied messages)
1999-08-27 21:11:55 +00:00
rpotts%netscape.com
0085d83ab0
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
rods%netscape.com
f4f7d3591c
Added rule for input type=image, it sets the border to a 2px solid blue
1999-08-26 14:50:47 +00:00
ftang%netscape.com
7c80df3998
fix the default charset problem I introduced when I fix 12378
1999-08-25 21:42:30 +00:00
akkana%netscape.com
ff7a19a5bd
Revise the doc encoder and content sink APIs yet again to make it easier
...
to add new flags (pass a flag in the constructor, rather than specific
booleans. This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
ftang%netscape.com
059e3d97ab
fix 12378
1999-08-24 07:38:00 +00:00
mccabe%netscape.com
17cdc659d1
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
...
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
vidur%netscape.com
f24d30eaa8
Fixed document.cookies after Necko landing.
1999-08-19 22:23:20 +00:00
evaughan%netscape.com
a12f942778
xpscrollbars
1999-08-19 22:16:23 +00:00
rods%netscape.com
d7fc6e2d31
Added all the focus rules in one place so we can make then right, then we can distribute then through out the file to were each element is defined
1999-08-19 14:48:42 +00:00
waterson%netscape.com
d520bcc2ff
Bug 11016. Clean up GetSourceDocumentURL() return paths s.t. sourceURL is null and/or error code is set if do_QueryInterface() fails.
1999-08-18 08:48:33 +00:00
valeski%netscape.com
08b22b266e
chofmann approved. fix for 11461, refresh for some meta refresh urls was happening irregularly.
1999-08-13 23:50:29 +00:00
pollmann%netscape.com
9e851343f5
Bug 10939: Make image input element transparent
1999-08-11 03:49:31 +00:00
kmcclusk%netscape.com
12f49894e4
Changed default label for submit buttons to Submit Query from (submit)
...
Changed default label for reset buttons to Reset from (reset)
1999-08-10 22:17:08 +00:00
rods%netscape.com
8f5b13ed87
Added "disabled" rules for form controls
1999-08-10 19:35:13 +00:00
kmcclusk%netscape.com
61e361b49e
Rewrote nsButtonControlFrame. It is now based on nsHTMLButtonControlFrame.
...
Added style rules to set submit, reset, and browse buttons default labels.
1999-08-10 19:13:57 +00:00
vidur%netscape.com
66a87fc882
Implemented document.lastModified
1999-08-09 19:10:24 +00:00
peterl%netscape.com
ce07abf873
cleaned up viewport pseudo elements
1999-08-08 01:23:22 +00:00
buster%netscape.com
9fc632198d
added disabled style to text areas
1999-08-07 05:37:06 +00:00
rods%netscape.com
e5db62821d
Added select:-moz-dummy-option
1999-08-06 14:43:46 +00:00
valeski%netscape.com
05a902140c
we now handle the URL attribute in a http-equiv refresh tag
1999-08-04 21:19:22 +00:00
vidur%netscape.com
1249b3dd0d
Get rid of circular reference between sink and parser. Fix for bug 8975.
1999-08-04 18:25:23 +00:00
valeski%netscape.com
6fc14bc32a
we were refreshing _every_ url _every_ second. not anymore
1999-08-04 01:27:22 +00:00
valeski%netscape.com
0edfda477b
10720 fix - we now do meta tag refreshes
1999-08-03 21:48:40 +00:00
rods%netscape.com
3cfe429d81
Added generated content for optgroups, fixed option to be display:block
...
change optgroup inside of option
1999-07-28 21:43:43 +00:00
nisheeth%netscape.com
88a7a3eadb
Adding a new parameter, aMode, to nsIContentSink::AddDocTypeDecl.
1999-07-28 06:56:05 +00:00
harishd%netscape.com
49e2f26016
EnableParse() returns nsresult.
1999-07-27 23:33:16 +00:00
nisheeth%netscape.com
cbf9fde516
- Move AddDocTypeDecl method from nsIXMLContentSink to nsIContentSink.
...
- Fix bug 8607 by passing the XML decl and the doctype decl from the expat tokenizer to the XML DTD.
1999-07-26 05:40:25 +00:00
rickg%netscape.com
f4902b78bc
replaced calls to deprecated nsString API
1999-07-26 00:37:24 +00:00
sfraser%netscape.com
9fba7e67ed
Fix Mac startup crash: nil check for prefs.
1999-07-23 22:23:13 +00:00
vidur%netscape.com
0ebbf485db
Forms can now be container content.
1999-07-22 23:28:16 +00:00
pollmann%netscape.com
ba36807db2
Bug 5403: Release services properly
1999-07-22 18:32:49 +00:00
vidur%netscape.com
26ade9c4cc
Deal with multiple BODY elements passed by the parser by ignoring all but the first
1999-07-22 04:46:57 +00:00
akkana%netscape.com
65aa229045
Add a working implementation for nsDOMSelection::ContainsNode, and use it in nsDocument::IsInSelection for XIF conversion
1999-07-21 21:29:29 +00:00