jst%netscape.com
a1f0deb3f3
If a class claims to support an interface in QueryInterface() it *really* should inherit from that interface then! Fixes #35398 .
2000-04-13 12:02:58 +00:00
sfraser%netscape.com
89f918ee5b
Adding methods to allow control of the selection in text widgets.
2000-04-13 05:15:59 +00:00
sfraser%netscape.com
7446f13322
Use an nsCOMPtr in the Select call.
2000-04-13 05:14:08 +00:00
ducarroz%netscape.com
5fe7f03696
Remove the old autocomplete widget which is now replaced by the XBL one (xpfe/components/autocomplete). R=alecf.
2000-04-13 04:50:39 +00:00
waterson%netscape.com
767e2f833f
Bug 29507. Clean up PresShell refcounting. r=troy
2000-04-05 05:58:06 +00:00
jst%netscape.com
72e274a77e
Add a nsHTMLUnknownElement class for LAYER, ILAYER, NOLAYER and unknown elements, this element is a normal element except that it doesn't do inline style processing. This fixes M15 bug #22260 .
2000-04-05 01:46:48 +00:00
jst%netscape.com
9ffd7004a1
Removing #include and unused static IID, not part of the build quite yet.
2000-04-05 00:37:51 +00:00
jst%netscape.com
2d7764f570
Adding class for unknown elements, not part of the build quite yet.
2000-04-05 00:35:54 +00:00
hyatt%netscape.com
537541b987
Elimination of nsIFocusableContent and improvements to tabbing r=saari
2000-04-04 23:55:31 +00:00
jst%netscape.com
eb690d2418
Updating HTMLFrameElement and HTMLIFrameElement to comply with the Level 2 DOM, this adds a 'contentDocument' attribute to those two interfaces that can be used to access the document contained in the frame.
2000-04-02 14:04:19 +00:00
jst%netscape.com
5fdb266f31
Updating the DOM Node interface to match the DOM Level 2 interface, only stub implemetations so far.
2000-04-01 13:31:23 +00:00
jst%netscape.com
52b98a1e56
Removing some code redundancy in the DOM Core implementations, fixing bugs #16585 and #16606 .
2000-04-01 12:36:16 +00:00
attinasi%netscape.com
f435083f78
Implemented Style Size Dump. r=rickg b=26565
2000-03-31 07:08:36 +00:00
jst%netscape.com
65dd7a92c5
Fixing bug #32839 , HTMLButtonElement.type now returns the correct value.
2000-03-30 22:37:12 +00:00
jim_nance%yahoo.com
005e33f06e
Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
...
days for module owners to comment on. r=troy@netscape.com
2000-03-30 03:21:26 +00:00
warren%netscape.com
d60b12b153
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
jst%netscape.com
b35c0f42aa
Fix for bug #32853 , we now support setting the 'for' attribute with the name 'htmlFor'.
2000-03-29 00:19:00 +00:00
scc%netscape.com
9c2f6dad62
small changes to clients of string converting APIs
2000-03-26 10:06:21 +00:00
pollmann%netscape.com
607d60a588
Bug 32702: GetHistoryState works as expected now - check for success, r=nisheeth
2000-03-24 03:36:55 +00:00
jst%netscape.com
d060c0f4eb
Make the value of "dir" attributes more accessible through the DOM, this fixes #32617 . r=troy
2000-03-22 23:46:33 +00:00
rods%netscape.com
59ce7cdf55
GetSelectedIndex now always returns a value and NS_OK
...
The value first comes from the frame, then from the presstate then
from the default selection in the content
it's checked into the branch, this is the tip check in
r=mscott b=32726
2000-03-22 14:45:20 +00:00
dbaron%fas.harvard.edu
03406c3659
Fix miscellaneous form element leaks. r=pollmann@netscape.com
2000-03-22 02:21:33 +00:00
pollmann%netscape.com
620e4ea56e
Bug 28143: Set selectedIndex to -1 should deselect all options (2 of 2 - when frame does not exist) r=waqar
2000-03-21 15:46:43 +00:00
jst%netscape.com
9f92a3ff08
Fixing the remaining part of #12559 . r=gagan
2000-03-21 12:22:07 +00:00
nisheeth%netscape.com
e90cbb686f
r=pollmann. Bug 30916. Content IDs are created for HTML elements created in the HTML content sink, XML content sink and dynamically via JS. The content ID counter is maintained by the document.
2000-03-21 03:25:16 +00:00
karnaze%netscape.com
2e279600ec
bug 28071 - added Use DTD compatibility mode to viewer. layout uses single mechanism for determining compatibility mode. r=rods.
2000-03-20 23:39:22 +00:00
dbaron%fas.harvard.edu
c08d3dc40e
Fix leak statistics by logging all releases, and fix one extra release. r=pollmann@netscape.com
2000-03-18 21:35:22 +00:00
jim_nance%yahoo.com
41c25de361
Fix for uninitialized variable
...
r=waterson
2000-03-18 19:07:35 +00:00
rods%netscape.com
0f7fa528c7
Fixed GetSelectedIndex so it gets it out of the pressate when there is no frame.
...
for PDT+ bug 32119, I am checking in the fix in on the Tip,
ducarroz will check it in on the branch
r=kmcclusk
2000-03-18 15:29:48 +00:00
jst%netscape.com
6d0d3bb1c3
Fixing what (at least used to) crashes #28489 . r=vidur@netscape.com
2000-03-18 02:10:28 +00:00
jst%netscape.com
b768001187
Landing changes Vidur made while the tree was closed for beta1 work, here's a list of the changes. r=me
...
[1] Cutting down the size of content. Made nsIJSScriptObject inherit from nsIScriptObjectOwner
[2] Cutting down the size of content. Made nsITextContent inherit from nsIContent.
[3] Cutting down the size of content. Moved implementation of nsIDOMReceiver to nsListenerManager. This is not true aggregation since it isn't transitive, but it's OK for now. It will be necessary for nsListenerManager to have a reference to its content in the future anyway, so the transitivity could be done.
dom/public/nsDOMPropEnums.h,v - bug 12559
dom/public/nsIJSScriptObject.h,v - [1]
dom/public/html/MANIFEST,v - bug 12559
dom/public/html/Makefile.in,v - bug 12559
dom/public/html/makefile.win,v - bug 12559
dom/public/html/nsIDOMHTMLInputElement.h,v - bug 17544
dom/public/idl/html/HTMLAnchorElement.idl,v - bug 12559
dom/public/idl/html/HTMLAreaElement.idl,v - bug 12559
dom/public/idl/html/HTMLInputElement.idl,v - bug 17544
dom/src/base/nsGlobalWindow.cpp,v - bug 30700
dom/src/base/nsGlobalWindow.h,v - [1]
dom/src/base/nsLocation.cpp,v - [1]
dom/src/html/nsJSHTMLAnchorElement.cpp,v - bug 12559
dom/src/html/nsJSHTMLAreaElement.cpp,v - bug 12559
dom/src/html/nsJSHTMLInputElement.cpp,v - bug 17544
layout/base/public/nsIDocument.h,v - bug 27953
layout/base/public/nsITextContent.h,v - [2]
layout/base/src/nsCommentNode.cpp,v - [2]
layout/base/src/nsDocument.cpp,v - bug 27953
layout/base/src/nsDocument.h,v - bug 27953
layout/base/src/nsDocumentViewer.cpp,v - bug 27953
layout/base/src/nsGenericDOMDataNode.cpp,v - [3]
layout/base/src/nsGenericDOMDataNode.h,v - [3]
layout/base/src/nsGenericElement.cpp,v - [3]
layout/base/src/nsGenericElement.h,v - [3]
layout/base/src/nsNameSpaceManager.cpp,v - bug 7834
layout/base/src/nsStyleContext.cpp,v - outline property shouldn't reflow
layout/base/src/nsTextNode.cpp,v - [2]
layout/events/src/nsEventListenerManager.cpp,v - [3]
layout/events/src/nsEventListenerManager.h,v - [3]
layout/html/base/src/nsGfxScrollFrame.cpp,v - nsString->nsAutoString
layout/html/content/src/nsAttributeContent.cpp,v - [2]
layout/html/content/src/nsHTMLAnchorElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLAppletElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLAreaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBRElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBaseElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBaseFontElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBodyElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLButtonElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDelElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDirectoryElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDivElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLEmbedElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFieldSetElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFontElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFormElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFrameElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFrameSetElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHRElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHeadElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHeadingElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHtmlElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLIFrameElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLImageElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLInputElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLInsElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLIsIndexElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLIElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLabelElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLayerElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLegendElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLinkElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMapElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMenuElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMetaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLModElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLObjectElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOptGroupElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOptionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLParagraphElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLParamElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLPreElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLQuoteElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLScriptElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSelectElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSpacerElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSpanElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLStyleElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableCaptionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableCellElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableColElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableColGroupElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableRowElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableSectionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTextAreaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTitleElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLUListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLWBRElement.cpp,v - [1][3]
layout/html/document/src/nsHTMLDocument.cpp,v - bug 27953
layout/html/document/src/nsHTMLDocument.h,v - bug 27953
layout/xml/content/src/nsXMLCDATASection.cpp,v - [1][2]
layout/xml/content/src/nsXMLDocumentType.cpp,v - [1][2]
layout/xml/content/src/nsXMLElement.h,v - [1][2]
layout/xml/content/src/nsXMLEntity.cpp,v - [1][2]
layout/xml/content/src/nsXMLNotation.cpp,v - [1][2]
layout/xml/content/src/nsXMLProcessingInstruction.cpp,v - [1][2]
layout/xul/base/src/nsBoxFrame.cpp,v - nsString->nsAutoString
layout/xul/base/src/nsSliderFrame.cpp,v - nsString->nsAutoString
netwerk/protocol/http/src/nsHTTPRequest.cpp,v - nsString->nsAutoString
rdf/content/src/nsXULDocument.cpp,v - bug 27953
rdf/content/src/nsXULDocument.h,v - bug 27953
rdf/content/src/nsXULElement.h,v - [1]
xpcom/base/IIDS.h,v - bug 12559
2000-03-17 13:27:00 +00:00
karnaze%netscape.com
ff93b46cf8
bug 7112 - do not convert align=center on table into text-align=center, r=kmcclusk.
2000-03-16 23:52:21 +00:00
karnaze%netscape.com
3ca5f360f2
bug 27993, 30332 - treat rowspan/colspan=0 like Nav in quirks mode rather than according to html 4.
2000-03-16 23:50:57 +00:00
attinasi%netscape.com
238a26b3c8
Fixed build breakage - local API change snuck in to my checkin.
2000-03-16 23:37:00 +00:00
attinasi%netscape.com
f4996d880d
Removed code that was causing a reframe when the class of an element changed. This is unnecessary and causes performance problems (reframes are expensive). b=21225 r=dcone,pierre
2000-03-16 23:04:21 +00:00
attinasi%netscape.com
5923ab2a01
Removed NavQuirk where FONT tags were ignored if an element was explicitly sized, since we couldn't know if it was explicitly sized by an *implicit* style rule or by another FONT tag. b=25810 r=dcone
2000-03-16 22:54:36 +00:00
joki%netscape.com
0457a08e3c
Fix bug 25353, check if jsval is a string before converting it to one. a:rickg, r:vidur
2000-03-14 03:18:43 +00:00
rickg%netscape.com
4791ab3e8f
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
hyatt%netscape.com
c30fb1bab0
Improving XBL support.
2000-03-11 10:38:36 +00:00
norris%netscape.com
b06e55722c
Files:
...
caps/idl/nsICertificatePrincipal.idl
caps/idl/nsIPrincipal.idl
caps/src/nsBasePrincipal.cpp
Implement the ability to manipulate multiple capabilties simultaneously.
r=mstoltz@netscape.com
Files:
caps/src/nsCodebasePrincipal.cpp
Codebase equality should be based upon origin, not full path.
r=mstoltz@netscape.com
Files:
caps/src/nsScriptSecurityManager.cpp
Change URI checking to deny based upon scheme rather than allow based upon
scheme for greater flexibility.
r=mstoltz@netscape.com
Files:
dom/public/nsDOMPropEnums.h
dom/public/nsDOMPropNames.h
dom/src/base/nsGlobalWindow.cpp
modules/libpref/src/init/all.js
Fix bug 20469 Seeing JS functions and global variables from arbitrary host
r=vidur@netscape.com
Files:
dom/src/base/nsJSUtils.cpp
dom/src/base/nsJSUtils.h
dom/src/base/nsJSEnvironment.cpp
dom/tools/JSStubGen.cpp
layout/base/src/nsDocument.cpp
layout/html/content/src/nsGenericHTMLElement.cpp
Improve performance by removing NS_WITH_SERVICE call for every DOM access.
Propagate XPCOM failure codes out properly.
r=vidur@netscape.com
Files:
layout/html/document/src/nsFrameFrame.cpp
Fix 27387 Circumventing Same Origin security policy using setAttribute
r=vidur@netscape.com
2000-03-11 06:32:42 +00:00
tbogard%aol.net
f51fc52aa3
Converted a number of places to use the docShell APIs instead of the webShell ones.
2000-03-11 00:37:07 +00:00
warren%netscape.com
7e37f4f478
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
rods%netscape.com
6f63f843fe
when the value attr is set the hint needs to be reflow.
...
b 28593, r=buster
2000-02-28 21:35:51 +00:00
rods%netscape.com
48862be675
turned off the flushing of reflows when an option item is removed
...
b 28593, r=vidur,troy
2000-02-28 21:33:41 +00:00
pierre%netscape.com
55d42bb3b3
Bug 18136/21950 "Fixing the font size mess". Implemented Todd Farhner's system in nsStyleUtil. Disabled the font size rounding code on Windows (see bug 24005). r=erik, a=rickg
2000-02-24 12:51:28 +00:00
pollmann%netscape.com
3b493e429f
Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg
2000-02-24 00:08:00 +00:00
norris%netscape.com
3d5f67908e
Fix 28612 META Refresh allowed in Mail/News
...
r=mstoltz,a=jar
Fix 28658 File upload vulnerability
r=vidur,a=jar
2000-02-23 22:34:40 +00:00
troy%netscape.com
0cc58ccde6
b=28635, a=rickg@netscape.com, r=vidur@netscape.com
...
Reduced the number of nsString objects allocated
2000-02-23 15:45:43 +00:00
saari%netscape.com
af8dcc1689
Fix for 12051. Two one line fixes to make focus memory work with text input fields and text areas. r=hyatt a=jar
2000-02-23 08:10:36 +00:00
vidur%netscape.com
e9544e6d17
Fix for bug 9844. Implemented offsetTop/Left/Width/Height/Parent for HTML content.r=pollmann
2000-02-16 02:25:07 +00:00
sfraser%netscape.com
868e0ee9df
Call the new Init() method on nsIEditorController for bug 18395. r=pinkerton
2000-02-16 01:41:17 +00:00
karnaze%netscape.com
75155b965c
bug 7112, PDT+ 1802 - added custom style rule to handle <th> text alignment. Other text alignment changes. r=attinasi
2000-02-16 01:08:54 +00:00
rods%netscape.com
1dd59cd330
radio button now remembers state, and in standard mode it will always select
...
the first item. It will also perform rradiobutton behavior when the frame are hidden (no existent)
b=27063 r=kmcclusk
2000-02-15 23:02:55 +00:00
rods%netscape.com
4264c3730d
setting flush flag to false, so it doesn't flush everytime an item is added
...
r=vidur b=27498
2000-02-15 22:45:26 +00:00
pollmann%netscape.com
24c709a045
Bug 27327: Input::SetAttribute('value') now updates content model, r=buster
2000-02-15 21:56:04 +00:00
rods%netscape.com
45ed3c6864
They now cache their state properly in the PresState
...
b 21945 r=pollmann
2000-02-15 15:04:38 +00:00
av%netscape.com
aed9c6a810
Fixing 17278, r=vidur
2000-02-15 01:16:04 +00:00
karnaze%netscape.com
8dce2cab48
bug 27652, fix loss of border on <table border>, r=mcafee
2000-02-14 06:06:03 +00:00
rods%netscape.com
f81036c6c7
now remembers single selects correctly, have not implemented it for mulitple
...
selects yet, but this check in get mail work, multiple is needed for bugzilla
b=21945, r=pollmann
2000-02-12 16:26:24 +00:00
rods%netscape.com
b0e7c05423
converted over to use nsCOMPtr and changed return code back to NS_OK for GetAttr
...
part of bug 21945 work, r=pollmann
2000-02-12 16:24:19 +00:00
karnaze%netscape.com
d2e69a1720
bug 8524 - don't use -moz-bg-inset in standard mode. r=troy
...
bug 10269 - renamed RequiresPass1Layout to IsAutoLayout and have it force a fixed layout table (not tree) to be auto layout if the table is auto width.
2000-02-12 00:58:38 +00:00
vidur%netscape.com
306c814879
Fix for bug 9140. Area elements now have event fired for them. r=joki
2000-02-11 01:24:59 +00:00
pollmann%netscape.com
4b0e839acd
Bug 10434: legend.form now returns form that legend is contained in. r=buster
2000-02-11 01:17:31 +00:00
mjudge%netscape.com
a27771d4f5
big checkin. fixing problems blocking Cmanske (also a reviewer). Checking in preliminary for gen content.(nothing damaged yet) lots of bug numbers not going to look them up, the tree just opened.
2000-02-10 04:35:51 +00:00
jst%citec.fi
fcc693c42f
Make context menus work on XML pages ( #15713 ). r=vidur@netscape.com,joki@netscape.com
2000-02-09 13:58:26 +00:00
vidur%netscape.com
65bdb1c8a0
Fix for bug 19212. InsertRow in an empty table used to create a TBODY but not notify on its insertion. r=pollmann
2000-02-08 01:32:23 +00:00
vidur%netscape.com
1b3b2a8670
Optimize the case for container content with only a single child (the most common case). Now we only allocate a nsVoidArray if there's more than one child. r=troy
2000-02-08 01:12:59 +00:00
buster%netscape.com
1b11180502
bug 26241
...
all I did was initialize an out-param. no reviewer.
2000-02-07 15:50:25 +00:00
waterson%netscape.com
bb557f1fda
Bug 26522. Stabilize refcount before calling code that'll addref/release the clone. r=mcafee
2000-02-04 08:41:03 +00:00
warren%netscape.com
cb6134ed32
Propagating return code. r=vidur,joki
2000-02-04 03:06:56 +00:00
pp%ludusdesign.com
43d7ba4273
Converting ::GetIID() into NS_GET_IID(). Bug #20232 . r=scc, r=mozbot
2000-02-02 22:24:56 +00:00
attinasi%netscape.com
de5c74a5c8
Checking for border width > 0 before setting the border style to NS_STYLE_BORDER_STYLE_BG_INSET.
...
This fixes a bug where style changes were causing table cell borders to appear when previously there
were none. b=25425 r=karnaze
2000-02-02 01:15:04 +00:00
rods%netscape.com
b06091c60e
returning the correct return code instead of NS_OK
...
r=dcone, no bug
2000-02-01 22:42:19 +00:00
saari%netscape.com
a94b50e760
Fix for bug 22264. r=hyatt
2000-01-29 04:05:03 +00:00
vidur%netscape.com
fa580e6551
Fix for bugs 20485 and 24600. We no longer flush immediately in the content sink when we hit a script element. Instead the sink is a document observer and listens for BeginUpdate/EndUpdate notifications when evaluating a script and flushes only if necessary. Added BeginUpdate/EndUpdate notifications to nsIDocument and layout content (note that it's still necessary for XUL content). r=nisheeth,pollmann
2000-01-28 23:43:12 +00:00
pollmann%netscape.com
039ff5517c
Bug 6747: HTML labels now pass events to their assigned element in XUL documents too. r=rods
2000-01-28 23:29:36 +00:00
warren%netscape.com
f8b1c9d37f
Fix to propagate failure from MakeAbsolute to DOM event handler. r=vidur,joki
2000-01-28 06:55:27 +00:00
karnaze%netscape.com
d7b72a10f0
bug 24037 r=attinasi; nsOuterTableFrame handles bad incremental reflow by using the height of its rect.
...
bug 23235 r=attinasi; nsTableRowFrame requests max element size when reflowing cell for the 1st time.
bug 24410 r=attinasi; nsTableCellFrame reflow always checks width and height and updates the content empty flag.
bug 3305 r=troy,hyatt; table frame constructor cleanup, put caption in its own child list.
2000-01-28 02:19:45 +00:00
hyatt%netscape.com
767f9cd6e3
Making input and text area elements bindable using XBL.
2000-01-27 09:01:49 +00:00
vidur%netscape.com
6a5b5fe668
Fix for bug 12565. form.encoding returns the value of the ENCTYPE attribute, not ENCODING. r=joki
2000-01-27 08:51:54 +00:00
vidur%netscape.com
09e0c2e8d9
Fix for bug 19212. HTMLTableElement::InsertRow was creating a TR instead of a TBODY if one was necessary. r=joki
2000-01-26 15:52:41 +00:00
danm%netscape.com
b5edffa701
notify parent form when a form element is removed. bugs 23493, 24452, and probably a lot of undiagnosed instabilities. r:vidur,pollman,waterson and a cast of thousands
2000-01-26 01:24:41 +00:00
rods%netscape.com
67b456fb3f
changed align to work and reworked event process for click click hold and move off
...
b=14353 r=kmcclusk
2000-01-25 15:38:49 +00:00
nisheeth%netscape.com
71218baaf6
Work done by Vidur and me. Added a FlushPendingNotifications() method to the document. This method flushes the pending content notifications from the content sink and the pending reflow notifications from the pres shell. This code is turned off for now so that it can be tested more thoroughly by Vidur and me.
2000-01-24 06:43:15 +00:00
hyatt%netscape.com
2d647bf7f6
Fix for a minor little bug I introduced into GetChecked (that only happened with
...
trees). Thanks to jdunn for spotting it. r=matejka, a=chofmann
2000-01-19 22:18:57 +00:00
vidur%netscape.com
0b9bbcbe32
Missed necessary cleanup in last checkin. r=pollmann
2000-01-19 01:34:07 +00:00
vidur%netscape.com
0cf3025a31
Fix for bugs 9213 and 17415. Fixed a ton of leaks in table content code and fixed thead, tfoot access and manipulation via DOM. r=pollmann
2000-01-19 01:29:04 +00:00
tor%cs.brown.edu
64b8a4ed6f
build bustage fix for older C++ compilers; false -> PR_FALSE; r=cls
2000-01-16 17:06:08 +00:00
brade%netscape.com
86c0a41f57
initialize all fields of mouseEvent; r=joki
2000-01-15 17:22:09 +00:00
pollmann%netscape.com
71013738a9
Bug 14419 (1 of 4): Fix typo!
2000-01-15 02:21:51 +00:00
vidur%netscape.com
e6ad550a8a
Fix for bug 23020. Relative URLs used in image.src and location.href should be resolved taking into account the base document URL of the calling context. R=pollmann
2000-01-15 02:02:27 +00:00
pollmann%netscape.com
f29f50a8b8
Bug 14419 (1 of 4): Make option text read/write (implementation) r=harishd
2000-01-15 01:42:56 +00:00
pollmann%netscape.com
c5d216006b
Fix warning r=harishd
2000-01-15 01:41:27 +00:00
hyatt%netscape.com
e37730de69
Partial fix for 18604. r=pav
2000-01-14 09:57:31 +00:00
hyatt%netscape.com
489fa24f63
Fixes for bugs 17460 and 21656. r=travis
2000-01-14 09:28:54 +00:00
jdunn%netscape.com
a5a22f8218
Fix somemore of slamm's warnings
...
r= rods@netscape.com
2000-01-13 23:19:20 +00:00
karnaze%netscape.com
369b89f5d0
bugs 19061, 9879 - each top level row group gets its own cell map; CellData reduced to 4 bytes.
2000-01-13 05:29:38 +00:00
rods%netscape.com
a27e248f0e
the call to Init was in the wrong place
...
b 23697 r=dcone
2000-01-12 16:02:12 +00:00
rods%netscape.com
7f30314d7a
click events for checkbox and radiobuttons now handled via content (DOM0
...
instead of the frame
b=23592 r=kmcclusk
2000-01-11 20:33:36 +00:00
pollmann%netscape.com
01c12990cb
Bug 17613: Allow 0 margins on frames per HTML4 errata. Fix courtesy of VYV03354@nifty.ne.jp r=self and harishd
2000-01-07 05:54:23 +00:00
pollmann%netscape.com
21be882f53
Bug 21768: always release mForm in SetForm to prevent leak. r=harishd
2000-01-07 05:41:51 +00:00
vidur%netscape.com
b8b760ba16
Fix for bug 23206. The property getter/setter for char and charoff attributes were not mapping to the correct attribute values. r=pollmann
2000-01-07 00:19:41 +00:00
vidur%netscape.com
bc3cf76724
Fix for bug 23074. Implemented image.complete. r=pollmann
2000-01-06 23:41:14 +00:00
vidur%netscape.com
79e63f922f
Fix for bug 23066. Added getter/setter for image.lowsrc for compatibility - the DOM defines image.lowSrc (note the case difference). r=pollmann
2000-01-06 01:10:06 +00:00
jfrancis%netscape.com
a6e2697990
fixing unix horkage
2000-01-04 04:03:28 +00:00
vidur%netscape.com
f487ac76f3
Fix for bug 22709. image.width/height goes to frame if it isn't in an attribute - compatibility with Level 0. r=harishd
2000-01-04 03:06:13 +00:00
vidur%netscape.com
beab8d39b8
Removing warnings. a=don r=waqar
1999-12-22 22:47:15 +00:00
vidur%netscape.com
bd28458c92
Fix for bug 21122. Don't capitalize the value of the type attribute of list elements for cases in which the case is significant. Fix for bug 20677. Temporary fix that ensures that SetDocument calls percolate down the entire subtree. a=dagley r=nisheeth
1999-12-22 01:55:38 +00:00
vidur%netscape.com
1c0c61c381
Fix for bug 17726. Text.splitText now creates the correct type of node. Added nsITextContent::CloneContent to enable cloning without copying of the text. a=dagley r=nisheeth
1999-12-22 01:51:58 +00:00
vidur%netscape.com
996381c8eb
Fix for bug 18840. Radio button groups are now reflected as collections in a form's namespace. Added nsIDOMHTMLFormControlList interface and special handling for namedItem method that return a jsval. a=dagley r=pollmann
1999-12-22 01:48:47 +00:00
jband%netscape.com
7d0cb0f4bb
Landing big set of DOM and XPConnect changes:
...
DOM: getting rid of JS_GetContextPrivate wherever possible. Use static parent
links where we can. When we do need to find this info about the caller
we call a function that knows how to get that info rather than inline calls
to JS_GetContextPrivate. This is all required for calling DOM objects on
non-DOM JSContexts as we do via xpconnect.
XPConnect: basic refactoring work to disassociate wrappers from the JSContext
that was active when the wrapper was constructed. This allows for calling into
wrapped JS objects on the right JSContext and for proper grouping of wrapped
native objects so that they can share proto objects. This also allows for
better sharing of objects and lays the foundations for threadsafety and
interface flattening.
Also, xpconnect tests are reorganized and improved.
fixes bugs: 13419, 17736, 17746, 17952, 22086
r=vidur r=mccabe r=norris r=cbegle
a=chofmann
1999-12-18 20:29:29 +00:00
mscott%netscape.com
1fec7316ef
fix a memory leak involving the global context
1999-12-17 00:46:11 +00:00
saari%netscape.com
adb74c199d
Fix for PDT+ bug 21536. r=hyatt
1999-12-16 00:34:43 +00:00
mjudge%netscape.com
39d5616293
oops forgot to remove 2ND! line from makefile
1999-12-15 05:22:07 +00:00
mjudge%netscape.com
cbf854d388
adding in nsISelectioncontroller idl for line up/down. fixing editor controller usage for input and textareas. changin nsGfxTextControlFrame.cpp to add editor controllers at the time we need them, not when the control is created due to the delay of the nsEditor creation. nsPresShell implements the new nsISelectionController interfaces. changed makefiles to reflect missing nsEditorController also.
1999-12-15 03:54:52 +00:00
akkana%netscape.com
8797b01104
18033, 19981:
...
Adjust inputBindings keyset so that it can be overlaid with
platformGlobalOverlay.xul. Rewrite emacs keybindings in the
unix overlay to track mjudge's latest changes. r=mjudge, a=jar
1999-12-11 01:28:07 +00:00
mjudge%netscape.com
2cf7e901e3
massive changes a=jar.hoffman, r=akkana
1999-12-11 00:02:08 +00:00
vidur%netscape.com
1eb3d4e793
Fix for bug 17857. Relative URLs for script-based setting of the SRC attribute now does resolution relative to the calling context. R=nisheeth.
1999-12-08 03:52:01 +00:00
rods%netscape.com
13cecc3177
Fixing the updating of the frame for when the label changes (i.e. via script)
...
sends back a reflow hint. It also checks to see if the primary frame is a combobox
and asks it to refresh its display
r=kmcclusk bug 19373 (PDT+)
1999-12-08 00:10:34 +00:00
jfrancis%netscape.com
6b9ca53f07
fix for 20457: deletion in editor pretty darn screwy. Lots of changes to improve this. Document modifying entry points in editor now go thru a standard sandwich, which allows tracking of what changed in the doc, which allows proper post-processing of what changed. Also, all deletions now go thru the rules code, if applicable. Also some bugs in tracking the changed document portion have been fixed. Finally selection setting after a delete is improved.
1999-12-07 08:30:19 +00:00
joki%netscape.com
805ffa761a
Fix bug 14836, keep disabled control from responding to events. r:pollmann@netscape.com
1999-12-04 02:22:21 +00:00
tbogard%aol.net
648ace3e23
1.) WebShell no longer implements nsIScriptContextOwner.
...
2.) WebShell now implements the new nsIScriptGlobalObjectOwner.
3.) WebShell supports GetInterface to nsIScriptGlobalObject.
4.) Documents no longer carry around a reference to nsIScriptContextOwner. Instead they hold on to a nsIScriptGlobalObject. nsIDocument::GetScriptContextOwner has now become nsIDocument::GetScriptGlobalObject(). Same change to the set methods.
1999-12-03 09:24:22 +00:00
drapeau%eng.sun.com
f0789172d2
Fix for bug 18899 ('Make "--enable-oji" as part of the default Mozilla
...
Build'). Modified files that conditionally compiled in support for
OJI, replacing with code that looks for OJI as an XPCOM service, and
failing gracefully if the OJI XPCOM service is not found. The four
files modified by this fix are the only active ones; other modules
that conditionally compile in support for OJI appear to be dead code.
r=drapeau@eng.sun.com . Fix contributed by Jayashri Visvanathan
(visvan@eng.sun.com ).
1999-12-03 00:26:09 +00:00
sfraser%netscape.com
3cbb52af45
Part of fix for bug 16813 -- line termination problems with forms. r=pollman, rickg.
1999-12-01 23:05:58 +00:00
buster%netscape.com
97c5a5fb1e
bug 2253. added controller to html text input
...
r = kmcclusk
1999-12-01 15:12:49 +00:00
warren%netscape.com
a265a32348
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
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
shaver%netscape.com
506027739d
Repair missing newlines at end of files, and remove lines of the form
...
#endif foo
both of which upset HPUX's compiler quite a bit.
Patch from Andrew Taylor <Andrew.Taylor@cal.montage.ca>.
1999-11-26 05:33:35 +00:00
vidur%netscape.com
c49c6f4ec1
Fixes for 19650 and 15133. Added nsHTMLDocument::Resolve(). Script event handler compilation is deferred till when the event handler is first invoked. Atoms used for event name comparisions instead of strings. R=joki
1999-11-25 00:05:21 +00:00
tbogard%aol.net
a0640b60c4
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
1999-11-24 06:03:41 +00:00
tbogard%aol.net
d2e8fb3305
Enabled nsHTMLFrameElement and nsHTMLIFrameElement to implement the nsIChromeEventHandler interface. r=hyatt
1999-11-23 09:42:49 +00:00
pierre%netscape.com
aa0d959a1e
8862 "listStyleImage not directly updated". Changing the className causes recreation of frames for the element. Suggested although not formally reviewed by vidur.
1999-11-23 01:08:44 +00:00
pierre%netscape.com
632ed6e972
12737: removed the 'moz-fixed' NavQuirk
1999-11-23 01:07:26 +00:00
jdunn%netscape.com
3ca9e560df
Adding newline which is required by HPUX
1999-11-22 19:34:18 +00:00
rods%netscape.com
8042f0e4e7
added boolean in DoneAddingContent method
1999-11-19 16:09:32 +00:00
buster%netscape.com
99d18b9c63
fixed a typo that compiles on win32 but not on linux
1999-11-19 08:30:02 +00:00
buster%netscape.com
81dcb1e335
DOM extension for exposing text areas to XUL
...
bug 12022, r=rickg, vidur
1999-11-19 07:24:15 +00:00
vidur%netscape.com
e729e21e96
fix for bug 18693. Event handler default actions shouldn't be done in the capture phase. R=joki.
1999-11-17 01:01:12 +00:00
vidur%netscape.com
28e617d26f
Fix for bug 10173. Attributes that are enumerated values are returned with the first letter upper-cased. R=troy
1999-11-16 23:09:31 +00:00
rods%netscape.com
65d5fbbdfb
It will now mask out any focus events that may be generated because of native windows
...
r=buster, bug 17196
1999-11-15 15:13:12 +00:00
rods%netscape.com
4c5e8f064c
Should always return true, the caching of the "true" value is most important. Failing on getting the
...
preshell or frames should not be passed back.
r=self, bug 18784
1999-11-14 00:35:35 +00:00
vidur%netscape.com
d563684b31
Fix for bug 13948. We now correctly store and retrieve an OL element with type=1. R=pollmann.
1999-11-12 02:06:09 +00:00
rods%netscape.com
bf86cfed5e
Added method "DoneAddingContent" to notify the select that all the chiild are there
...
it also caches this state so it can be asked whether they have been added
Added method: IsDoneAddingContent(PRBool * aIsDone)
r=vidur, bug 17965
1999-11-11 22:13:20 +00:00
rods%netscape.com
a5f4858ce7
Added method "DoneAddingContent" to notify the select that all the chiild are there
...
r=vidur, bug 17965
1999-11-11 22:13:17 +00:00
dmose%mozilla.org
42fc94a6ec
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
pollmann%netscape.com
f4891ec6b4
Bug 7554: HTML Labels now pass JS events to form element the label is for
...
r=harishd
1999-11-02 23:38:17 +00:00
cls%seawood.org
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
kipp%netscape.com
c4289ca79d
Added address information to the dump content diagnostic code
1999-11-01 15:38:05 +00:00
beard%netscape.com
b7336b7219
MLK: fixed nsICSSDeclaration leak, bug=15380, r=kipp
1999-10-30 20:17:40 +00:00
buster%netscape.com
c1b8a96276
added DOM notification up to frame system for text control value changes
...
part of bug 14727
r=rods
1999-10-30 16:30:33 +00:00
troy%netscape.com
a47e8db44b
Changed SetView/GetView to take an additional argument which is the
...
pres context
1999-10-26 04:44:41 +00:00
pollmann%netscape.com
08340e215a
Bug 16725: Enable align attribute for iframe; r=harishd
1999-10-19 19:01:49 +00:00
pierre%netscape.com
c070ed6434
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
rods%netscape.com
64684fc9a3
Links will now scroll into view when they get focus and anchors now respond
...
to the .focus call from script. r=kmcclusk, Bug #15198
1999-10-18 21:49:38 +00:00
rods%netscape.com
5c139a65a1
Move code to handle focus event into the correct switch statement
...
r=kmcclusk, bug 7133
1999-10-18 21:47:31 +00:00
peterl%netscape.com
1634c730fd
Added new style data accessors.
...
Added nsIMutableStyleContext interface.
Made style rules work against nsIMutableStyleContext
r=troy
1999-10-16 04:05:59 +00:00
kipp%netscape.com
ad778d6889
r=troy; revised nsITextContent api to simplify it and the consumers; this is done as prep work for bug 9101
1999-10-15 23:36:07 +00:00
peterl%netscape.com
dd4552d22a
Changed reported namespace of attributes from HTML to None.
...
r=vidur
Also added namespace ID to the AttributeChanged method
Part of the fix for Bug 15153
r=troy
1999-10-15 23:15:17 +00:00
buster%netscape.com
a43629a285
bug 11803 Need new event for text value changing
...
r=hyatt@netscape.com
not dogfood approved, but the fix has been sitting in my tree for 2 weeks
1999-10-15 13:37:06 +00:00
rods%netscape.com
f83fa03f9d
Fixed focus processing, this new code is very close to version 1.54 but more robust,
...
this fixes bug #7133 . It has been compiled and tested on Win, Mac, and Linux.
r=buster,dcone
1999-10-15 13:20:32 +00:00
karnaze%netscape.com
17bd205286
cells with width=0 become auto, added comments
1999-10-14 04:01:26 +00:00
peterl%netscape.com
f479d5d074
factored out parsing of style attribute
...
deferred parsing of style attribute until content
is connected to a document
Fix for bug 14986
r=vidur
1999-10-14 00:57:37 +00:00
karnaze%netscape.com
a97d9c7bca
added comments
1999-10-13 14:36:28 +00:00
warren%netscape.com
3ddf68af5c
Added NS_LOG_RELEASE for bloat stats. r=kmcclusk
1999-10-12 00:28:14 +00:00
av%netscape.com
1590a56c74
Bug 15178, r=vidur adding check for return value avoiding crash
1999-10-08 23:47:03 +00:00
kipp%netscape.com
b0dcc883f8
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
1999-10-08 20:41:19 +00:00
warren%netscape.com
b90a06a288
Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
1999-10-08 01:49:06 +00:00
kipp%netscape.com
969a1ccfe3
Updated SizeOf methods for html content objects to be more accurate; implemented MOZ_DECL_CTOR_COUNTER for all html content objects
1999-10-07 00:35:04 +00:00
kipp%netscape.com
2738c38f7f
Support SizeOf methods
1999-10-05 23:47:46 +00:00
law%netscape.com
828349b59c
Context menu updates
1999-10-01 04:43:45 +00:00
rods%netscape.com
bba7ebd312
Backed out 1.54, this is 1.53
1999-09-30 16:43:11 +00:00
rods%netscape.com
ebeae50357
Completely changed the way focus is handled, both from JS and from the events mgr notifications.
...
These changes do not help the problems we have with gfxtextfields because they have an embbeded wehshell with a native window
1999-09-30 11:57:45 +00:00
peterl%netscape.com
f03b21d970
set visibility better
1999-09-29 03:33:34 +00:00
warren%netscape.com
3b7cb74794
Fixed mismatched free problem.
1999-09-26 07:05:02 +00:00
vidur%netscape.com
e8db523d27
Fix for bug 14109. Corrected dir getter.
1999-09-21 23:23:53 +00:00
vidur%netscape.com
4bb8f6be0e
Fix for bug 14105 - correct processing of area tabindex
1999-09-21 22:19:29 +00:00
buster%netscape.com
866f935ecf
fixed link handling in editor by making links only grab focus when
...
the pres context has a link handler. bug 14455
1999-09-21 21:10:34 +00:00
kipp%netscape.com
c3f602b0cf
Fixed up argument parsing issue with table align=left/right (bug 7352)
1999-09-21 00:12:09 +00:00
kipp%netscape.com
ef095efd3a
Squish a warning or two
1999-09-17 20:16:37 +00:00
pollmann%netscape.com
67e58f7300
Bug 9136: Combobox selectedIndex now defaults to 0 instead of -1, even before widget created.
1999-09-17 07:24:02 +00:00
karnaze%netscape.com
b5de6afed5
bug 13526 - allowed cellpadding, cellspacing to be percent value
1999-09-17 04:38:06 +00:00
pollmann%netscape.com
8776fdfd4e
Bug 12348: Setting DefaultChecked now also updates Checked, per DOM Errata
1999-09-16 20:03:04 +00:00
pollmann%netscape.com
634f630d78
Minor cleanup of nsHTMLOptionElement::SetSelected method.
1999-09-16 20:00:51 +00:00
vidur%netscape.com
c889f330cd
removed incorrect addressof operator
1999-09-14 23:39:22 +00:00
briano%netscape.com
cfc3c850ed
General cleanup.
1999-09-14 01:02:20 +00:00
karnaze%netscape.com
8c3267ddee
bug 13105 - removed code which set frames style to "all"
1999-09-13 22:51:10 +00:00
karnaze%netscape.com
390797ddb9
bug 7604 - limit colspan to max of 1000
1999-09-13 20:18:33 +00:00
pollmann%netscape.com
4e76865fac
Fix for bug 10013 - Call the JS onclick event handlers when the DOM click method is invoked on an input element.
1999-09-13 06:22:40 +00:00
pollmann%netscape.com
d7840e217f
Leak fix.
1999-09-13 06:18:09 +00:00
rods%netscape.com
a5b2e03004
No retreievs item 0 when nothing is selected and return the proper value, or lable or content when item is selected
1999-09-10 22:54:24 +00:00
peterl%netscape.com
2eb6497f65
fixed font weight calculation
1999-09-10 05:52:45 +00:00
briano%netscape.com
9abfe6b7ae
General cleanup.
1999-09-10 00:18:42 +00:00
vidur%netscape.com
43cd996594
Reporting better nsresults to DOM methods.
1999-09-08 23:18:27 +00:00
rods%netscape.com
7b2d6d0117
changed the way white space was being compress when getting the value
...
now a value of all spaces does get compressed to nothing
1999-09-08 19:57:24 +00:00
karnaze%netscape.com
9eea8a7c0f
bug 9043 - added nsTableCellCollection to handle multiple tags
1999-09-08 14:33:58 +00:00
pollmann%netscape.com
c4e3001682
Removing some dead code.
1999-09-07 18:35:30 +00:00
karnaze%netscape.com
1c77fc7356
bug 1163 - implemented bordercolor attribute on table
1999-09-03 05:06:08 +00:00
karnaze%netscape.com
f78216ec93
I forgot to check this in last night with the other changes.
1999-09-02 18:39:10 +00:00
karnaze%netscape.com
b559ac1c0a
I forgot to check this is last night with fixes for table borders.
1999-09-02 18:20:43 +00:00
nisheeth%netscape.com
5c883a4105
Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state.
1999-08-31 10:06:17 +00:00
kipp%netscape.com
2104d301aa
Nuked some warnings
1999-08-27 21:43:33 +00:00
kipp%netscape.com
30f9185583
Moved hardcode into ua.css
1999-08-27 21:42:46 +00:00
kipp%netscape.com
9065645f66
Use revised DivAlignValue methods
1999-08-27 21:42:31 +00:00
kipp%netscape.com
1ebf0f40f0
Made a method to inquire about nav-quirks mode and fixed a few methods to not be static so that they could use it
1999-08-27 21:42:08 +00:00
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
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
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
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
hyatt%netscape.com
ad2134d3e9
Renaming onaction to oncommand. Also adding getIID to nsIFocusableContent, since
...
I'll need to be using that later on.
1999-08-20 22:56:15 +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
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
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
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
peterl%netscape.com
77c0a0f6bd
route CSS declaration parsing through the CSSLoader's parsers
1999-08-04 05:09:01 +00:00
peterl%netscape.com
b359e66488
fix setting empty attributes
...
approved cyeh
1999-07-28 21:41:16 +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
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
peterl%netscape.com
cfe146337b
Cleaned up attribute parsing so that illegal values are preserved as strings
1999-07-24 19:55:35 +00:00
vidur%netscape.com
24261b3c9f
Forms can now be container content.
1999-07-22 23:28:16 +00:00
peterl%netscape.com
22a8e415fc
fix color handling
1999-07-18 00:20:27 +00:00
kipp%netscape.com
f9e23515cd
Removed a compiler warning
1999-07-16 17:40:39 +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
peterl%netscape.com
551c1fcc99
reworked attribute storage to seperate attributes mapped in to style from
...
those that aren't
This lets the style system optimize style contexts better.
1999-07-07 01:24:40 +00:00
andreas.otte%primus-online.de
d968fa955b
NECKO only: replacing GetBuffer with ToNewCString and some error checking
1999-07-06 23:08:16 +00:00
kipp%netscape.com
667f48ea59
Removed white-space stripping from href's/backgrounds/etc to fix bug #8319
1999-07-05 21:14:37 +00:00
kipp%netscape.com
673f4543b9
Use old-upper/lower-alpha/roman style constants so that when we map them back to strings we can reverse the mapping (bug #4324 )
1999-07-02 22:27:55 +00:00
vidur%netscape.com
2833d42c0e
SCRIPT elements now added to the tree with a containing text element representing the script content
1999-07-02 20:59:39 +00:00
vidur%netscape.com
8038804add
Style elements now have a text child for their contents.
1999-07-01 21:39:14 +00:00
buster%netscape.com
1823698740
fixed warnings
1999-06-28 13:44:40 +00:00
warren%netscape.com
2f5289766d
Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
1999-06-25 02:17:37 +00:00
warren%netscape.com
5e8dccf3fe
More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string.
1999-06-23 19:55:21 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
peterl%netscape.com
d9bf100cd5
use '-moz-fixed' font for pre hack instead of 'monospace'
1999-06-22 19:19:13 +00:00
jfrancis%netscape.com
393b6f7f02
don't consume mouse down events if no link handler (allows text selection to work in links when link clicking is disabled).
1999-06-21 07:56:49 +00:00
jfrancis%netscape.com
a49b921177
making the world safe for null linkHandlers
1999-06-21 07:47:29 +00:00
sfraser%netscape.com
fecd3f3980
Comment out nsTraceRefCnt lines, which should really be debug only.
1999-06-19 21:51:14 +00:00
valeski%netscape.com
487d9ea921
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
1999-06-18 17:34:08 +00:00