rickg%netscape.com
14872a9d1e
sync with nsString2 API
1999-04-23 18:21:43 +00:00
rickg%netscape.com
5d3019c758
fix webshell bug for SMorse
1999-04-23 03:51:39 +00:00
rickg%netscape.com
13ca296be6
update to sync with nsString2
1999-04-22 05:49:39 +00:00
rickg%netscape.com
8e0367b04c
updates to sync with nsString2 api
1999-04-21 23:43:11 +00:00
hyatt%netscape.com
d08c62f52c
More changes to support window.open()
1999-04-21 00:19:30 +00:00
hyatt%netscape.com
4cea0caa99
Forgot to commit a file.
1999-04-20 23:32:43 +00:00
hyatt%netscape.com
48b9b00410
Changes so that content shells added underneath chrome shells cause
...
a notification to be fired to the chrome shell.
1999-04-20 01:56:07 +00:00
kipp%netscape.com
6a0e2e2f55
Added -moz-line-frame for first-line support
1999-04-20 00:29:48 +00:00
hyatt%netscape.com
12859e8881
Landing (inside an INCLUDE_XUL ifdef) the code that checks for and sets
...
the type of the web shell (to distinguish chrome frames from content
frames).
1999-04-16 08:14:28 +00:00
michaelp%netscape.com
768d09d96e
modified for new view flags.
1999-04-16 04:24:14 +00:00
harishd%netscape.com
648507cfd7
Modified methods BeginContext() and EndContext()
...
to handle illega-contents in tables
1999-04-15 20:18:34 +00:00
troy%netscape.com
63f4c3c732
Commented out rules for img:-moz-text, which aren't what I want
1999-04-14 00:02:54 +00:00
vidur%netscape.com
78f743c391
Fixes for bugs 4783 and 2243. Content can now be added via the DOM during document loading. document.written content can also cause the parser to block.
1999-04-13 22:22:51 +00:00
karnaze%netscape.com
dd92800942
bug 1596
1999-04-13 00:56:23 +00:00
kmcclusk%netscape.com
a2ffe366a4
Enabled frame-based comboboxes when widget rendering mode is gfx.
...
Major changes to nsComboboxControlFrame:
Removed commented out code + nsIPluggableEventListener references.
Implemented nsComboboxControlFrame::GetNamesValues
Implemented nsComboboxControlFrame::SetProperty GetProperty methods
Fixed references to previously freed memory in nsComboboxControlFrame::ReResolveStyleContext
Modified ua.css style rules for dropdown-visible, drodown-hidden to have -moz- prefix.
Added -moz-dropdown-btn-out and -moz-dropdown-btn-pressed, -moz-dropdown-list rules.
Modified nsListControlFrame.cpp to calculate the width of the dropdown list for combo boxes correctly
Added nsListControlFrame::GetProperty and SetProperty methods.
Modified nsCSSFrameConstructor::ConstructSelectFrame to setup combobox.
1999-04-12 22:14:31 +00:00
karnaze%netscape.com
5c121e8bd6
bug 4643, webshells reset scrolling value to prior value on reloading doc
1999-04-09 21:09:00 +00:00
karnaze%netscape.com
e469bec232
remove margin-right from <input type=text>, <input type=password>, assists with bug1968
1999-04-09 20:56:13 +00:00
harishd%netscape.com
4e746a4f6d
Added code in OpenBody() to handle multiple bodies.
...
Commenting out the precondition.
1999-04-05 20:53:54 +00:00
troy%netscape.com
4e2f68cde3
Added rules for Q tag
1999-04-05 02:56:37 +00:00
kipp%netscape.com
bf25700fa4
Added some debug code that allows finer grained append reflow during document loading for debugging incremental reflow
1999-04-03 19:00:23 +00:00
sfraser%netscape.com
df87ac03bf
Added precondition when no content viewer.
1999-04-03 01:46:21 +00:00
sfraser%netscape.com
8a5fc246e3
Declare functions static to fix warnings.
1999-04-01 23:54:23 +00:00
mcmullen%netscape.com
c08fb50ed1
Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. In this case, a macro had been used that was in one of the obsolete files 'PRIVATE'. Replaced this by its value 'static'
1999-04-01 20:39:30 +00:00
vidur%netscape.com
d801e996bd
Added epilog and prolog to document. Added processing instructions and CDATASections for XML. Completed document Node methods.
1999-03-31 20:49:25 +00:00
karnaze%netscape.com
430df9a7be
bug 2620 - extra scroll bars on nested frameset documents.
1999-03-31 19:18:39 +00:00
kipp%netscape.com
d79b83d93b
Added some attribute selectors to make pre wrap, cols and width work
1999-03-31 04:13:55 +00:00
troy%netscape.com
024837cf0a
Added case for ILAYER
1999-03-30 15:20:14 +00:00
karnaze%netscape.com
461f082abd
bug 3522 - crash when more <frame>, <frameset> specified than cells
1999-03-29 23:26:57 +00:00
troy%netscape.com
f97dae2e5d
Patch from Bruce Mitchener that removes some dead code
1999-03-28 18:26:09 +00:00
peterl%netscape.com
ad325a51d0
fixed img in link border color
1999-03-28 04:46:40 +00:00
peterl%netscape.com
9848661e5b
moved img alt-text sizing into text pseudo-element
1999-03-28 04:29:09 +00:00
kipp%netscape.com
75e6f0ebb9
Some tweaks for better compatability
1999-03-26 00:42:39 +00:00
kipp%netscape.com
60f52440cb
Whacked paint methods to use new constants
1999-03-26 00:39:35 +00:00
briano%netscape.com
29ed08771b
Handle NO_STATIC_LIB being set, when all this file does is create a static library.
1999-03-25 21:21:47 +00:00
peterl%netscape.com
faf2cdb453
add base tag info on the rest of the table elements too
1999-03-25 06:40:06 +00:00
troy%netscape.com
44f622a087
Changed ILAYER from 'position:absolute' to 'position:relative'
1999-03-24 03:46:09 +00:00
kmcclusk%netscape.com
ffdb06e4b0
Various modifications/fixes/cleanup for frame-based listboxes.
...
Set display type to block for option elements in ua.css.
Enable frame-based listboxes when widget render mode is gfx.
1999-03-22 21:32:12 +00:00
kipp%netscape.com
e70372a5cf
Tweaked to handle unconstrained situations better
1999-03-22 20:47:21 +00:00
kipp%netscape.com
9695ca7feb
Table's, tr's, td's and th's now support navigators background attribute properly including backgrounds impacted by BASE tags - bug #2020
1999-03-20 15:42:21 +00:00
vidur%netscape.com
695fabe1b5
Implemented ID targetting for HTML in XML documents. Changed name of GetNameSpacePrefix to avoid clash.
1999-03-20 01:51:00 +00:00
pnunn%netscape.com
687b1f8de3
Fix for bugz#3858. View-images were decoding twice. M3, pnunn@netscape.com
...
Reviewed by kipp@netscape.com .
1999-03-17 00:13:31 +00:00
peterl%netscape.com
5c031643b4
Fixed table background inheritance, bug #1355
...
Checkin approved by chofmann
1999-03-16 22:33:29 +00:00
kostello%netscape.com
33b523aed4
Added implementation for nsIHTMLContentSink::DoFragment()
1999-03-15 05:11:43 +00:00
karnaze%netscape.com
2c2f89ba0c
removed code to set margins on radio buttons and checkboxes. It is now done using attribute selectors in ua.css.
1999-03-14 17:39:58 +00:00
evaughan%netscape.com
68e34096a0
Fixed disabled bug on buttons.
1999-03-12 23:47:52 +00:00
troy%netscape.com
e5223eb70a
Patch from Bruce Mitchener (bruce@sybersight.com) that fixes incorrect
...
use of delete operator
1999-03-11 15:21:46 +00:00
vidur%netscape.com
77e49edcf0
Put back in changes blown away by evaughn
1999-03-11 08:59:37 +00:00
nisheeth%netscape.com
acf5451120
- changing ua.css to add style rules for the 'parsererror' and 'sourcetext' elements.
...
- added eHTMLTag_parsererror, eHTMLTag_sourcetext to the set of HTML tags.
- These tags are used within XML documents to show errors from expat.
1999-03-11 05:26:53 +00:00
karnaze%netscape.com
0fa241fa22
bug 3407
1999-03-10 06:13:35 +00:00
warren%netscape.com
4b2d56fbaa
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00