kipp%netscape.com
2b51e6f0cd
Revised implementation to better manage the embedded text fragment; implement revised nsITextContent API
1999-08-27 21:41:13 +00:00
pollmann%netscape.com
dc9a63ff3c
Opps!
1999-08-27 20:59:28 +00:00
pollmann%netscape.com
b30247886d
Warning cleanups and Bug 12350
1999-08-27 03:59:49 +00:00
rpotts%netscape.com
3ed5c99db2
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
rods%netscape.com
b15c206d15
removed the hard coded blue border from Input typ=image
1999-08-26 14:49:42 +00:00
rods%netscape.com
c9bf748f16
Put in check for null a mOptions and return zero for GetLength
1999-08-26 14:48:59 +00:00
karnaze%netscape.com
0b5b66f195
bug 1271 - percentage height cells, added GetNumCellsOriginatingInRow, fixed GetNumCellsOriginatingInCol
1999-08-25 21:49:18 +00:00
ftang%netscape.com
2a5278174d
fix the default charset problem I introduced when I fix 12378
1999-08-25 21:42:30 +00:00
rods%netscape.com
43bd3be0ff
The index of the option being deleted needs to be remembered before the it is removed from the list
1999-08-25 13:44:49 +00:00
pollmann%netscape.com
9e3f0fe780
Warning cleanups.
1999-08-24 22:03:34 +00:00
pollmann%netscape.com
9b7cbfb55a
Split out AddOption/RemoveOption(), plus warning cleanups.
1999-08-24 22:02:42 +00:00
akkana%netscape.com
70ab0ba259
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
d5d7f2ed5c
fix 12378
1999-08-24 07:38:00 +00:00
mccabe%netscape.com
2290033202
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
pollmann%netscape.com
1b854df76c
Bug 3285: Update impl files to return correct type
1999-08-21 02:57:29 +00:00
pollmann%netscape.com
c4560943a3
Bug 3256: Scroll frame into view when form element receives focus.
1999-08-21 00:19:34 +00:00
pollmann%netscape.com
c9f3e8764c
Bug 3285: Implement Item() method on Form Element content object.
1999-08-20 23:15:40 +00:00
troy%netscape.com
90496286f5
Changed GetTag() to return NULL for the tag name
1999-08-20 03:17:11 +00:00
vidur%netscape.com
f25a5fd434
Fixed document.cookies after Necko landing.
1999-08-19 22:23:20 +00:00
vidur%netscape.com
09c7b27b68
Null check for replaceChild() parameter
1999-08-19 22:22:45 +00:00
ducarroz%netscape.com
b41c47615b
Add Get/Set Autocomplete methods
1999-08-19 22:10:56 +00:00
ducarroz%netscape.com
55964c3559
add some autocomplete atoms
1999-08-19 22:10:45 +00:00
rods%netscape.com
70c71e58e3
added nsAttributeContent.cpp
1999-08-19 14:17:28 +00:00
rods%netscape.com
8ec80fd783
Removed some old code, fixed some ref counting, added nsIAttributeContent interface
1999-08-19 14:13:46 +00:00
rods%netscape.com
3c7867ba77
added nsAttributeContent.cpp
1999-08-18 14:52:32 +00:00
rods%netscape.com
b81a6bee75
initial add
1999-08-18 14:51:56 +00:00
waterson%netscape.com
af45aed7eb
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
a935e915a6
chofmann approved. fix for 11461, refresh for some meta refresh urls was happening irregularly.
1999-08-13 23:50:29 +00:00
kmcclusk%netscape.com
4951b16db4
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
9962f551bd
Implemented document.lastModified
1999-08-09 19:10:24 +00:00
peterl%netscape.com
f11eb90ed6
made relative font sizes round off to next point size
1999-08-08 01:19:09 +00:00
peterl%netscape.com
77007821ce
added != operator
1999-08-08 01:18:40 +00:00
peterl%netscape.com
0bfe8ddb23
added :root pseudo class
1999-08-08 01:17:58 +00:00
peterl%netscape.com
9561f2aea1
made change hint smarter
1999-08-08 01:17:29 +00:00
peterl%netscape.com
66d8360f8f
moved dummy option pseudo to layout atoms
...
added root pseudo
1999-08-08 01:16:07 +00:00
peterl%netscape.com
d5f47d0408
moved scrolled content pseudo to layout atoms
1999-08-08 01:15:30 +00:00
joki%netscape.com
da36d40b61
Adding new onselect event. Also slight modification to ender text widget focus behavior
1999-08-07 23:18:35 +00:00
buster%netscape.com
2094a92c5f
fixed BodyFixupRule::MapStyleInto to respect background color properly
...
code-reviewed by Peter Linss
1999-08-07 05:38:28 +00:00
rods%netscape.com
172e89ea71
Added :-moz-dummy-option is used for empty select tags
1999-08-06 14:00:54 +00:00
valeski%netscape.com
4eff26f005
we now handle the URL attribute in a http-equiv refresh tag
1999-08-04 21:19:22 +00:00
vidur%netscape.com
15cc7a1e6c
Get rid of circular reference between sink and parser. Fix for bug 8975.
1999-08-04 18:25:23 +00:00
peterl%netscape.com
77c0a0f6bd
route CSS declaration parsing through the CSSLoader's parsers
1999-08-04 05:09:01 +00:00
peterl%netscape.com
c4e959add5
fix uninitialized variable
1999-08-04 05:08:27 +00:00
peterl%netscape.com
e3ea38d318
route declaration parsing through subclasses
1999-08-04 05:08:04 +00:00
peterl%netscape.com
f8e9b7c5b6
route declaration parsing through the CSSLoader's parsers
1999-08-04 05:07:10 +00:00
peterl%netscape.com
07a5ca2309
removed assert
1999-08-04 05:06:19 +00:00
valeski%netscape.com
f8ba475819
we were refreshing _every_ url _every_ second. not anymore
1999-08-04 01:27:22 +00:00
valeski%netscape.com
0830bda705
10720 fix - we now do meta tag refreshes
1999-08-03 21:48:40 +00:00
peterl%netscape.com
b359e66488
fix setting empty attributes
...
approved cyeh
1999-07-28 21:41:16 +00:00
rods%netscape.com
f2aa77e259
Added NS_DEFINE_STATIC_IID_ACCESSOR
1999-07-28 21:35:55 +00:00
nisheeth%netscape.com
1458ecf3e7
Adding a new parameter, aMode, to nsIContentSink::AddDocTypeDecl.
1999-07-28 06:56:05 +00:00
vidur%netscape.com
fd548eecce
Added form searching for form controls that are newly created and added to the tree.
1999-07-28 05:26:55 +00:00
harishd%netscape.com
0f20a41578
EnableParse() returns nsresult.
1999-07-27 23:33:16 +00:00
joki%netscape.com
deb676cd44
Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus.
1999-07-26 15:02:19 +00:00
nisheeth%netscape.com
d989be7cb3
- 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
d9a2f8c4dd
replaced calls to deprecated nsString API
1999-07-26 00:37:24 +00:00
peterl%netscape.com
cfe146337b
Cleaned up attribute parsing so that illegal values are preserved as strings
1999-07-24 19:55:35 +00:00
peterl%netscape.com
7319d1bdca
added experimental CSS3 properties
1999-07-24 19:04:42 +00:00
peterl%netscape.com
9eb750015c
added debug code for netlib weirdage
1999-07-24 19:04:22 +00:00
peterl%netscape.com
a0d36c263d
added char unit output support
1999-07-24 19:00:42 +00:00
sfraser%netscape.com
1b4961ffaa
Fix Mac startup crash: nil check for prefs.
1999-07-23 22:23:13 +00:00
vidur%netscape.com
24261b3c9f
Forms can now be container content.
1999-07-22 23:28:16 +00:00
pollmann%netscape.com
ae96759a57
Bug 5403: Release services properly
1999-07-22 18:32:49 +00:00
vidur%netscape.com
5d9b49edf0
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
6f89727dfa
Add a working implementation for nsDOMSelection::ContainsNode, and use it in nsDocument::IsInSelection for XIF conversion
1999-07-21 21:29:29 +00:00
mscott%netscape.com
10605b7823
Necko Only!! Yuck. something was pretty bogus here...whenever we were parsing a url we'd create an empty
...
base url then try to turn the empty url into an absolute url which was returning an error. Looks like ParseURL would
never work.
1999-07-20 23:53:03 +00:00
kmcclusk%netscape.com
41ed34acb6
nsPresContext.cpp,.h - Added eWidgetRendering_PartialGfx as a rendering mode to PresContext.
...
ua.css - Added select[multiple] rule for multi-select listboxes without a size
Fixed form submission for gfx checkboxes,radiobuttons, and select by rewriting GetNamesValues.
Added nsListControlFrame::GetSizeAttribute and nsListControlFrame::GetNumberOfRows
Added logic to nsCSSFrameConstructor::ConstructSelectFrame and nsListControlFrame::Reflow
to handle the case of a multiselect select without a size specified.
1999-07-20 22:32:41 +00:00
mcafee%netscape.com
2e93a85b8b
minor warning fix
1999-07-20 20:24:28 +00:00
mcafee%netscape.com
a08a1270ea
GNU-class compilers are complaining about unhandled cases in all these switch statements, adding some default cases.
1999-07-20 10:10:12 +00:00
warren%netscape.com
7bcb94a320
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
rickg%netscape.com
d68569dee6
fixed bug 9845
1999-07-18 06:35:52 +00:00
peterl%netscape.com
66ae6defa4
update to new property and keyword enums and apis
1999-07-18 00:33:53 +00:00
peterl%netscape.com
608091c158
switch to preprocessor for code generation
1999-07-18 00:32:32 +00:00
peterl%netscape.com
43528a411b
update to new property and keyword enums and apis
...
added 'ch' unit support
1999-07-18 00:31:37 +00:00
peterl%netscape.com
d99d86e188
sync to color api change
1999-07-18 00:30:30 +00:00
peterl%netscape.com
6902a54fc2
cleanups
1999-07-18 00:30:11 +00:00
peterl%netscape.com
3120ce29b5
removed warnings
1999-07-18 00:29:39 +00:00
peterl%netscape.com
c2b5a19ffd
added char support
...
update to new property and keyword enums and apis
removed warnings
1999-07-18 00:28:43 +00:00
peterl%netscape.com
4c7235720c
removed warnings
...
update to api changes
1999-07-18 00:27:40 +00:00
peterl%netscape.com
2d9f8b99b1
added char unit support
...
removed warnings
update to color api change
1999-07-18 00:27:02 +00:00
peterl%netscape.com
1af7ffd484
remove warnings
1999-07-18 00:26:14 +00:00
peterl%netscape.com
2f6adbf96c
update to new property and keyword enums and apis
1999-07-18 00:25:28 +00:00
peterl%netscape.com
045da12737
use preprocessor to generate atom code
1999-07-18 00:24:47 +00:00
peterl%netscape.com
2a4ae674ad
removed old include
1999-07-18 00:23:08 +00:00
peterl%netscape.com
eee516f343
update to new entity lookup api
1999-07-18 00:22:49 +00:00
peterl%netscape.com
ed935c376c
fix color parsing
...
update to new tag lookup api
1999-07-18 00:22:29 +00:00
peterl%netscape.com
4d90227468
update to new tag and entity lookup apis
1999-07-18 00:21:41 +00:00
peterl%netscape.com
22a8e415fc
fix color handling
1999-07-18 00:20:27 +00:00
beard%netscape.com
fad627620a
added <iostream.h>
1999-07-17 01:58:38 +00:00
kipp%netscape.com
f9e23515cd
Removed a compiler warning
1999-07-16 17:40:39 +00:00
warren%netscape.com
c5684bf4d7
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
kmcclusk%netscape.com
f052dc2f0d
fixed bugs #6303 , #6753 , #6756 , #6759
...
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
akkana%netscape.com
6d07c8eeb4
Restructure the editor output routines to allow passing in
...
a mime type and a flag argument. Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
jevering%netscape.com
bf09e3f6d9
Building w/Necko. For some reason prmem.h is not being included on the
...
NECKO=1 build. Added include.
1999-07-14 17:13:05 +00:00
ftang%netscape.com
9e3d0e1906
hook charset detection for html document
1999-07-14 15:33:48 +00:00
andreas.otte%primus-online.de
b6031c6f4b
NECKO only: Using helper function NS_MakeAbsoluteURI A: chofmann R:valeski
1999-07-11 15:46:10 +00:00
warren%netscape.com
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
vidur%netscape.com
5080813119
Cut-and-paste error. GetVLinkColor was calling the body's GetLink method. Fix approved by chofmann, reviewed by nisheeth.
1999-07-08 19:55:47 +00:00
warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
nisheeth%netscape.com
670427b1d4
Removed an extra space from the string displayed in the title bar.
1999-07-07 07:45:48 +00:00