hyatt%netscape.com
96c61ccdcb
Adding support for the popup content implementation.
1999-05-14 05:37:00 +00:00
hyatt%netscape.com
ff8e79c925
Committing the popup listener interface.
1999-05-14 05:36:21 +00:00
kmcclusk%netscape.com
664a8f2a93
bug #5993 . Removed references to nsIWidget in form HTML content elements. the form elements
...
now go through the nsFormControlFrame interface instead. This removes the dependency between
form element content and nsIWidget.
1999-05-13 23:45:40 +00:00
waterson%netscape.com
f5c0bb9854
Fixed missing release service.
1999-05-13 20:52:15 +00:00
neeti%netscape.com
41dc3a3222
Fixed SetEnableRendering() in nsDocumentViewer.cpp
...
Initialized mEnableRendering in constructors of nsDocumentViewer.cpp and nsPlugin.cpp to a default value of PR_TRU
Do EnableRefresh only if mEnableRendering is set to true in nsHTMLContentSink.cpp,nsXMLContentSink.cpp,
nsXMLContentSink.h
1999-05-13 20:27:47 +00:00
waterson%netscape.com
6a7e4de78b
Okay, let's try that fix again.
1999-05-13 17:27:51 +00:00
waterson%netscape.com
e8e6b41913
Fix inappropriate use of member functions.
1999-05-13 16:57:59 +00:00
rjc%netscape.com
05ac669b96
Don't compare nsCOMPtrs against nsnull.
1999-05-13 08:29:56 +00:00
rjc%netscape.com
00a8fbfe13
More cleanup on nsXULSortService (more nsCOMPtr usage, more C++ usage, etc.) Also, begin to add support for collation keys.
1999-05-13 08:25:12 +00:00
rjc%netscape.com
e2802314c3
Add support for any node attribute that wants to bind its value to RDF by looking it up in the graph.
1999-05-13 08:02:19 +00:00
warren%netscape.com
87b26617d5
Fixed nsICollection (and Count in particular) to be xpidl friendly.
1999-05-13 04:56:04 +00:00
jfrancis%netscape.com
cc913f3c67
better error handling
1999-05-13 02:43:30 +00:00
sspitzer%netscape.com
46116a798a
make destructor virtual
1999-05-13 02:23:33 +00:00
sspitzer%netscape.com
39efa1c7f8
make destructors virtual
1999-05-13 02:11:25 +00:00
evaughan%netscape.com
bf31c42dde
Fixed pseudoclass hack to actually use active, hover, focus pseudoclasses.
1999-05-13 01:35:16 +00:00
vidur%netscape.com
557e18dc79
Backing out unintentional checkin
1999-05-13 00:24:45 +00:00
vidur%netscape.com
11e0af38bb
Fixed uninitialized variable problem.
1999-05-13 00:21:50 +00:00
sfraser%netscape.com
ee19d4ead5
IncrementModCount now takes a PRInt32 (this fixes broken builds).
1999-05-12 22:55:29 +00:00
dcone%netscape.com
c71e1f8097
added a PrintContent() method to these classes
1999-05-12 13:32:09 +00:00
alecf%netscape.com
334b3a5e33
Count() is no longer const
1999-05-12 02:55:54 +00:00
alecf%netscape.com
a4c1fbdaa8
remove const-ness from nsICollection::Count() so that it can be represented with XPIDL
1999-05-12 02:53:37 +00:00
vidur%netscape.com
6d2292083f
Added GetContentType method to nsIDocument interface.
1999-05-11 20:22:52 +00:00
vidur%netscape.com
26a71e3928
Added IsValidFragment and CreateRange implementations. Added GetContentType method to nsIDocument interface.
1999-05-11 20:22:35 +00:00
vidur%netscape.com
371d69ea33
nodeName for HTML elements are uppercase as well.
1999-05-11 20:21:45 +00:00
jfrancis%netscape.com
4c04eec96b
better error detection/handling + some cleanup
1999-05-10 23:29:01 +00:00
karnaze%netscape.com
763e901c42
added htmlFrameInnerFrame, htmlFrameOuterFrame types
1999-05-10 22:48:47 +00:00
kipp%netscape.com
aab132bf6b
Added a reminder comment
1999-05-10 22:29:34 +00:00
mcafee%netscape.com
492b4cef0f
Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com
1999-05-10 06:47:04 +00:00
rjc%netscape.com
5100f5eef5
Yet another shot at fixing another Unix pedantic issue.
1999-05-08 21:47:49 +00:00
rjc%netscape.com
f84a92af1e
Try fixing another Unix pedantic issue.
1999-05-08 21:07:18 +00:00
rjc%netscape.com
f44baf6931
Fix Unix pedantic issue. (hopefully)
1999-05-08 20:22:41 +00:00
karnaze%netscape.com
25e7ff8cde
added vcard_name html attribute. Added GetVcardName in nsFormFrame.
1999-05-08 19:30:57 +00:00
rjc%netscape.com
53b2c8b4e9
Add refcnt'ing support in Element map for content nodes. (Not 100% if this is the right thing to do, but it does fix a crashing bug where the nodes are freed too early!)
1999-05-08 10:29:24 +00:00
rjc%netscape.com
32b84dcc23
Don't compare nsCOMPtrs against nsnull.
1999-05-07 21:24:09 +00:00
rjc%netscape.com
4c3a89fd0b
First cut at adding template and rule support for XUL builders.
1999-05-07 21:20:33 +00:00
mjudge%netscape.com
884bb4bb82
massive checkin for selection modifications and removing static state variables for selection in nsFrame.h.
1999-05-07 21:12:59 +00:00
jdunn%netscape.com
9eeee1931a
Add newline to end of file. HP chokes without it.
1999-05-07 19:37:48 +00:00
kipp%netscape.com
5d9028b7b4
Implement support for SetEnableRendering/GetEnableRendering
1999-05-07 19:26:23 +00:00
briano%netscape.com
4eef4b871a
Converted 'true' to 'PR_TRUE' so it'll build on Unix.
1999-05-07 05:17:30 +00:00
sfraser%netscape.com
b3c4d2d3cc
Implement nsIDiskDocument interface for editable documents.
1999-05-07 04:59:23 +00:00
alecf%netscape.com
b8c3aa89b4
don't dereference aContext without checking for null
1999-05-07 03:08:02 +00:00
vidur%netscape.com
9499dd0467
Fix for bug 6069. The ownerDocument for a Document node is now null.
1999-05-07 01:30:30 +00:00
vidur%netscape.com
70bc9a9d5c
Added precaching of images for script constructed images.
1999-05-07 00:08:21 +00:00
vidur%netscape.com
d75f60cbc0
Implemented GetOwnerDocument.
1999-05-07 00:06:48 +00:00
vidur%netscape.com
233cb378ad
Added new content implementation macro
1999-05-07 00:06:29 +00:00
kipp%netscape.com
f85c7d58ee
Use DOM api's instead of layout private api's
1999-05-06 19:28:22 +00:00
kipp%netscape.com
8e6fe3df91
Use component manager to create a css parser
1999-05-06 19:28:09 +00:00
kipp%netscape.com
c66cd43ff3
Implement nsIHTMLElementFactory
1999-05-06 19:26:43 +00:00
kipp%netscape.com
83ba1b59f2
Moved from webshell/src
1999-05-06 19:25:40 +00:00
kipp%netscape.com
066324ed8b
Moved from webshell directory
1999-05-06 19:25:10 +00:00
waterson%netscape.com
fe7fe2c9cb
Fix compiler warnings. Make -pedantic build again.
1999-05-06 06:34:07 +00:00
nisheeth%netscape.com
456d374c32
Pass a pointer to the document object when you call the Parse method on the parser object.f
1999-05-06 01:51:31 +00:00
nisheeth%netscape.com
b0200eb326
Pass in the document object as a key to the parser.
1999-05-06 01:50:26 +00:00
pinkerton%netscape.com
0f3dc2e30c
make <tristatecheckbox> now be <checkbox>
1999-05-06 00:53:22 +00:00
rjc%netscape.com
5a70431bf0
Add some small NULL checks.
1999-05-06 00:38:54 +00:00
cyeh%netscape.com
8a1db8783c
backout mjudge checkin against closed tree. it also breaks mac as well, so
...
mjudge will try again when tree reopens
1999-05-05 23:05:41 +00:00
mjudge%netscape.com
57516cf432
updating new state controler for mouse status. aka dragging has stopped
1999-05-05 22:28:51 +00:00
kipp%netscape.com
1d26bd7708
new
1999-05-05 20:42:51 +00:00
waterson%netscape.com
4c9acf711d
Bug 5853. Fix vanishing bookmark titles problem: need to re-query graph on update.
1999-05-05 03:10:25 +00:00
waterson%netscape.com
8d3ff0f53b
Factor interfaces into individual .idl files.
1999-05-05 03:09:50 +00:00
hyatt%netscape.com
e4b0beec4c
Switching over to nsIEventQueues. Adding support for onunload, onabort, and
...
onerror. Adding support for event capturing through script. Adding support
for robust error-checking in the chrome registry.
1999-05-04 23:32:25 +00:00
vidur%netscape.com
4849bf6f06
Fixed non-ANSII compliant code.
1999-05-04 20:53:44 +00:00
vidur%netscape.com
bb8f8a4773
Added nsISelectElement interface. Added support for nsIJSNativeInitializer interface for images and options. Fixed SELECT and OPTION relationship. Added support for the Option constructor.
1999-05-04 20:53:26 +00:00
vidur%netscape.com
1546549276
Added option to HTMLAtoms
1999-05-04 20:52:26 +00:00
vidur%netscape.com
e9c1a4ccd0
Bug fix from Citec for clearing out parameter when an attribute doesn't exist
1999-05-04 20:51:42 +00:00
vidur%netscape.com
7366b9081c
Added nsIContent implementation macro with SetParent defined locally
1999-05-04 20:50:43 +00:00
dp%netscape.com
262d0f491f
XPCOM: Addref() and Release() usage fixed.
1999-05-04 18:38:21 +00:00
rods%netscape.com
59a80b40f3
Added Drag Over to act like "hover"
1999-05-04 14:44:51 +00:00
tague%netscape.com
83e78f89e5
Fixed bug #5527 (Editor is not able to accumulate successive Japanese input)
1999-05-03 22:57:48 +00:00
kostello%netscape.com
69a841f3b2
Moidifed to match the API change in nsHTMLContentSinkStream.
1999-05-03 18:42:53 +00:00
joki%netscape.com
d1f2b3ef88
Adding scrolling fixes to fix bug #3999 , A: chofmann
1999-04-30 19:38:39 +00:00
pinkerton%netscape.com
1680448437
pinkerton/scc. appr chofmann. Bug #4127 , et al. Fixing ownership models (more work to come).
1999-04-30 09:04:36 +00:00
pinkerton%netscape.com
7638e305fb
added GetIID() method.
1999-04-30 08:59:11 +00:00
waterson%netscape.com
99ad51582d
Bug 5490 et al. Don't include local store in XUL document composite datasource until we have XUL syntax for deciding what attributes and elements are shared. r=hyatt, a=chofmann
1999-04-28 20:46:53 +00:00
rjc%netscape.com
8315e6fde0
Add some more nsCOMPtrs to fix leakage.
1999-04-28 07:03:11 +00:00
sfraser%netscape.com
696ffe3514
Fix nil parent crasher.
1999-04-28 06:37:51 +00:00
waterson%netscape.com
db5ad72a02
Fix leak of composite datasource on each sort.
1999-04-28 06:23:21 +00:00
waterson%netscape.com
5808d55c70
Fixed the text of a debug log message.
1999-04-28 04:19:28 +00:00
peterl%netscape.com
2203862640
fixed background propogation code to replace previously propogated background info
1999-04-28 01:51:38 +00:00
kipp%netscape.com
b99109494b
Activate the first-letter special rule; fixed a memory leak
1999-04-28 01:16:45 +00:00
kipp%netscape.com
c583a4158d
REmoved dead ART code
1999-04-28 00:21:13 +00:00
ftang%netscape.com
cd8197867b
set the document character set to UTF-8 for XSL document
1999-04-27 23:42:22 +00:00
pollmann%netscape.com
e3a0514c1f
Crash fix: Kill an extra NS_RELEASE in GetSelectedIndex
1999-04-27 22:17:57 +00:00
vidur%netscape.com
02829b3ff6
Added nsIDOMNSRange method with InsertFragment method. Stub implementation for now.
1999-04-27 22:16:04 +00:00
kipp%netscape.com
39c56cdb27
Removed compiler warnings
1999-04-27 22:14:17 +00:00
kipp%netscape.com
10dae08190
Removed lineFrame; added mozLetterFrame
1999-04-27 22:12:00 +00:00
kipp%netscape.com
1c9b5f37dd
Added more info to the list output
1999-04-27 22:08:48 +00:00
kipp%netscape.com
2abfa66475
Added letter and line frame
1999-04-27 22:07:22 +00:00
ftang%netscape.com
2e97bf7dcc
change S/GetDocumentCharacterSet method for nsIDocument interface.
1999-04-27 21:49:25 +00:00
pollmann%netscape.com
d1d123adba
Fix Bug 3878: Get the form element from our containing select element.
...
Also, remove a spurioius NS_RELEASE that was causing crashes in GetSelected()
1999-04-27 19:58:15 +00:00
waterson%netscape.com
b6bd7f337e
Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces.
1999-04-27 05:54:18 +00:00
waterson%netscape.com
3f3dced3eb
Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces. Also, fix a memory leak in the nsElementMap: be sure to hold a reference to the resource that is the key.
1999-04-27 05:53:53 +00:00
rjc%netscape.com
2f3ff86b87
Remove debugging crap.
1999-04-27 05:12:10 +00:00
rjc%netscape.com
38a75ee0a4
Added support for smart-sorting, whereby for example in bookmarks, when sorting on the name column, we'll sort in-between separators.
1999-04-27 02:28:12 +00:00
rjc%netscape.com
6fb51639ac
More change for nsISupportsArray usage.
1999-04-27 01:48:37 +00:00
ftang%netscape.com
31fe1fe2f7
call SetDocumentCharset method to pass default charset to the parser
1999-04-26 17:58:50 +00:00
ftang%netscape.com
b86827f54b
add support for default encoding menu
1999-04-26 17:56:37 +00:00
kostello%netscape.com
67c64be801
Added Encoding of charset information
...
Encoded < and > as LT and GT character entities to fix bug #4709
1999-04-26 06:10:47 +00:00
harishd%netscape.com
6e22de3af6
Added an extra parameter(PRBool) - aNotify, to AddAttributes().
...
This parameter has been defaulted to PR_FALSE.
1999-04-25 22:18:49 +00:00
nisheeth%netscape.com
732f173e3d
Fix off by one error for arrow that points out XML error locations.
1999-04-24 10:23:39 +00:00
sfraser%netscape.com
634d0ee855
Fix out param typo.
1999-04-24 05:53:00 +00:00
waterson%netscape.com
4dac3b7dc6
The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH.
1999-04-24 02:41:02 +00:00
kipp%netscape.com
5cc5d46a12
Work around crash by not assuming we have an owner
1999-04-23 19:57:26 +00:00
scc%netscape.com
9991958e76
s/false/0/ in my do-while
1999-04-23 19:03:01 +00:00
scc%netscape.com
1291d03e17
added ability to create a XUL document from a stream; consequently factored some existing routines
1999-04-23 16:48:33 +00:00
scc%netscape.com
f033719a36
Added required GetIID methods
1999-04-23 16:48:32 +00:00
troy%netscape.com
50f93a7b42
Added placeholderFrame atom
1999-04-23 14:32:12 +00:00
rjc%netscape.com
857cea3cdf
Checking in Scott Putterman's changes to use nsISupportsArray instead of a void array.
1999-04-23 08:32:42 +00:00
rickg%netscape.com
ad10a964e8
update to sync with nsString2
1999-04-22 06:06:17 +00:00
rickg%netscape.com
13ca296be6
update to sync with nsString2
1999-04-22 05:49:39 +00:00
rickg%netscape.com
ada56b0089
update to sync with nsString2
1999-04-22 05:39:24 +00:00
karnaze%netscape.com
74eb256f75
dir attribute on <table> gets converted to css direction
1999-04-22 03:50:39 +00:00
rickg%netscape.com
5e42a35ab3
updates to sync with nsString2 api
1999-04-21 23:54:24 +00:00
rickg%netscape.com
1a3777a0b7
updates to sync with nsString2 api
1999-04-21 23:48:41 +00:00
rickg%netscape.com
8e0367b04c
updates to sync with nsString2 api
1999-04-21 23:43:11 +00:00
rickg%netscape.com
837318b35a
updates to sync with nsString2 api
1999-04-21 23:12:55 +00:00
evaughan%netscape.com
0bec328133
Added a tab control widget.
1999-04-21 22:46:15 +00:00
troy%netscape.com
8a4906a2ff
Changed MapStyleInto() to also reset mBackgroundAttachment when resetting
...
the BODY's background properties
1999-04-21 21:39:47 +00:00
bruce%cybersight.com
58575369dd
Fix for ANSI C++ compliance: friend foo -> friend class foo
1999-04-21 04:16:46 +00:00
rjc%netscape.com
e125ca785d
If a sort isn't initially imposed, just append new nodes onto end of container's child list.
1999-04-20 22:14:38 +00:00
pinkerton%netscape.com
97279e29ba
new atoms for slider, spinner, scrollbar, color and font pickers.
1999-04-20 21:50:11 +00:00
rjc%netscape.com
617a5a1f40
When a sort order is imposed, try and insert new node(s) in the appropriate spot.
1999-04-20 20:26:13 +00:00
troy%netscape.com
daf0a5b6a6
Added positionedInlineFrame atom
1999-04-20 18:27:37 +00:00
troy%netscape.com
1570eb63cb
Moved blockFrame and inlineFrame atoms to nsLayoutAtoms
1999-04-20 18:22:47 +00:00
troy%netscape.com
0f73d45160
Change to atoms
1999-04-20 18:22:28 +00:00
troy%netscape.com
5faf7aa9cf
Added blockFrame and inlineFrame
1999-04-20 18:20:52 +00:00
peterl%netscape.com
f7c79764b1
turned off style rule hash debugging code
1999-04-20 14:22:37 +00:00
kipp%netscape.com
1ada64d1cd
Support first-line style
1999-04-20 00:28:40 +00:00
kipp%netscape.com
39f3954168
Added lineFrame
1999-04-20 00:26:09 +00:00
peterl%netscape.com
c503d0ed68
added tests for state dependent style
1999-04-20 00:05:54 +00:00
peterl%netscape.com
fdf686d2b8
modified state change notifications to use new wider api and reduce calls
1999-04-20 00:03:30 +00:00
peterl%netscape.com
04f5fc38c1
widened content state change api
...
added test for state dependent style
1999-04-20 00:02:22 +00:00
peterl%netscape.com
eaa19725ef
sync to doc api change
1999-04-20 00:00:02 +00:00
vidur%netscape.com
632fa812dc
Fix for bug 5141. The parentNode of a standalone Node is no longer a DocumentFragment, but is now, according to the spec, just null.
1999-04-17 00:56:25 +00:00
waterson%netscape.com
4b759d3db0
Fixed null deref in nsXULAttribute::GetQualifiedName() -- handle the default namespace case.
1999-04-17 00:29:54 +00:00
pinkerton%netscape.com
2fa8eaddcf
add tristatecheckbox to atom list.
1999-04-16 17:07:48 +00:00
waterson%netscape.com
f490114e0d
Implemented several new DOM methods, including document.createElement() and document.createTextNode(). Fixed some bugs in the XUL content model builder. Code re-organization and cleanup.
1999-04-16 08:38:17 +00:00
peterl%netscape.com
fbde443a95
split font style mapping from regular style mapping
1999-04-15 21:23:05 +00:00
peterl%netscape.com
aa95291e32
fixed pseudo element parsing
1999-04-15 21:22:41 +00:00
sfraser%netscape.com
bffb305703
Implement the ScriptObjectOwner interface, and adapt to fixed selection interfaces.
1999-04-15 20:19:26 +00:00
sfraser%netscape.com
bf04e1e37e
Fix QI failure return value (!NS_OK is bad!)
1999-04-15 20:18:47 +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
waterson%netscape.com
cb7e7a95c4
Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to.
1999-04-14 23:06:22 +00:00
mcafee%netscape.com
b428da5338
PRBool-to-error-code double conversion. Conversion for AppendElement() happened in nsSupportsArray.h, we don't need to convert the usage here.
1999-04-14 07:15:11 +00:00
alecf%netscape.com
aeeb3e2d67
use the new nsQuickSort() function instead of the internal rdf_qsort
1999-04-14 03:28:49 +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
bruce%cybersight.com
5b0e694071
Adding blank lines for native compilers.
1999-04-13 06:35:42 +00:00
sfraser%netscape.com
7cb68edb39
File Removed.
1999-04-13 01:18:25 +00:00
sfraser%netscape.com
e4b0d79daa
Removal of nsSelectionRange, nsSelectionPoint, and fixing up resulting include problems.
1999-04-13 01:15:16 +00:00
joki%netscape.com
e594bb9b7c
Send Click events to frames as well as content.
1999-04-13 00:27:58 +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
joki%netscape.com
b6f2484b5b
New api's into nsEventStateManager for content state change (hover,focus,active)
1999-04-12 21:24:07 +00:00
joki%netscape.com
81cd430b97
Event name change to remove unnecessary prefix.
1999-04-12 21:17:07 +00:00
waterson%netscape.com
1bb2074567
Landed RDF_19990407_BRANCH, which includes changes to support the local store, support for namespace prefixes in DOM methods, and notifications.
1999-04-12 19:02:12 +00:00
waterson%netscape.com
bb23be7a55
Added GetIID() so that this can be used with nsCOMPtr.
1999-04-12 18:10:08 +00:00
waterson%netscape.com
050221001c
Added GetIID() method so this can be used with nsCOMPtr.
1999-04-12 18:08:43 +00:00
kipp%netscape.com
26c9966824
Allow negative values for clip rects as per css spec
1999-04-10 17:33:09 +00:00
hyatt%netscape.com
c4cd51ed9f
Fixes for bugs 2620 and 3482.
1999-04-10 04:49:21 +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
pollmann%netscape.com
21780034e4
Bugs 4714 4533 4387. A: Chofmann R: Harishd
1999-04-08 23:47:49 +00:00
jfrancis%netscape.com
fece7c9e61
fix for another range gravity bug; rvwd and apprd kostello; appr chofmann
1999-04-08 06:00:44 +00:00
waterson%netscape.com
540407e20f
Bug 4618. Fix compilation problem on Solaris native compile. a=chofmann@netscape.com
1999-04-08 01:53:31 +00:00
waterson%netscape.com
5ccea15671
Modified to use NS_RDF_ASSERTION_ACCEPTED and NS_RDF_ASSERTION_REJECTED return codes (local store implementation). Added local store construction to each XUL hierarchical widget.
1999-04-07 06:29:14 +00:00
toshok%hungry.com
d751fd2af0
enable OJI on unix.
1999-04-07 05:14:40 +00:00
rjc%netscape.com
1d7232cb90
SetDocument(nsnull) is now valid, indicating document is going away. Timers are removed in this manner.
1999-04-07 00:27:40 +00:00
waterson%netscape.com
5b23e70508
Fixed incorrect use of nsCOMPtr.
1999-04-07 00:07:28 +00:00
rjc%netscape.com
bfe01b95a3
Timer changes. Preparation for timer to be destroyed when SetDocument(null).
1999-04-06 23:59:22 +00:00
waterson%netscape.com
407cd1df56
Use the 'real' local store.
1999-04-06 22:55:26 +00:00
rods%netscape.com
2ddc8beb47
Added support to handle Drag & Drop events
1999-04-06 20:24:05 +00:00
jfrancis%netscape.com
25927591d7
fix for range gravity bug
1999-04-06 19:57:01 +00:00
waterson%netscape.com
cfa2d49dc8
Fixed a _big_ memory leak: circular reference between the document, content sink, and parser. Now the document releases the parser immediately after telling it to start parsing.
1999-04-06 07:48:21 +00:00
waterson%netscape.com
80fb2b4d81
Made nsXULAttribute implement nsIDOMAttr, and made nsXULAttributes implement nsIDOMNamedNodeMap. Updated the nsRDFElement accordingly, and implemented GetAttributes() and Set/GetAttributeNode().
1999-04-06 06:40:31 +00:00
rickg%netscape.com
c4b62ed8c6
tiny tweaks to keep in sync with new nsString
1999-04-06 00:29:40 +00:00
rickg%netscape.com
da3cc3d299
update to new string api
1999-04-06 00:22:46 +00:00
rjc%netscape.com
0194c8fecc
Add preliminary support for pulsing a container to see if its contents change.
1999-04-05 23:10:43 +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
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
kipp%netscape.com
500d6ef58f
Fixed an oopsie that prevented enumerating the override and backstop sheets
1999-04-03 18:56:45 +00:00
peterl%netscape.com
f0b7fcff54
added -moz-border-radius
1999-04-03 03:15:01 +00:00
sfraser%netscape.com
df87ac03bf
Added precondition when no content viewer.
1999-04-03 01:46:21 +00:00
hyatt%netscape.com
7a42fde013
key event support in handledomevent
1999-04-03 01:12:57 +00:00
peterl%netscape.com
d5e687f7f6
backing out prevoius changes (unix didn't like it)
1999-04-02 19:57:07 +00:00
waterson%netscape.com
84e1d1e012
Changed #ifdef DEBUG_waterson debug printfs to us PR_LOG(). Fixed a initialization-order warning on Unix.
1999-04-02 19:51:35 +00:00
peterl%netscape.com
ad625281d0
initialize bitfields through a union to keep purify happy
1999-04-02 18:51:28 +00:00
peterl%netscape.com
ff014c1442
connected content properties to style context
1999-04-02 18:49:40 +00:00
peterl%netscape.com
37cbacb459
added nsStyleContent
1999-04-02 18:48:55 +00:00
sfraser%netscape.com
8a5fc246e3
Declare functions static to fix warnings.
1999-04-01 23:54:23 +00:00
waterson%netscape.com
4293358b74
Check to make sure that you have content in the doc before doing GetElementById(). (This was causing crash in SearchForNodeByID() -- thanks to law@netscape.com for the fix.)
1999-04-01 02:30:03 +00:00
vidur%netscape.com
60b09b8c97
Added epilog and prolog to document.
1999-03-31 20:49:42 +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
karnaze%netscape.com
a47eea1bd4
bug 4382 - comments inside <option>
1999-03-31 05:59:06 +00:00
troy%netscape.com
96804aa0ef
Added back Nav compatibility hack for illegal hex values being mapped
...
to 0
1999-03-31 05:12:36 +00:00
troy%netscape.com
55ab03b515
Fix for bug #4434
1999-03-31 04:13:24 +00:00
kipp%netscape.com
aa92be47b0
Support cols, wrap and width arguments
1999-03-31 04:13:04 +00:00
kipp%netscape.com
9c9c6988c3
Added eStyleUnit_Chars
1999-03-31 04:08:07 +00:00
troy%netscape.com
024837cf0a
Added case for ILAYER
1999-03-30 15:20:14 +00:00
rjc%netscape.com
e16abf736b
Fix crash when sorting on a column (due to change on how GetTarget() returns errors.)
1999-03-30 11:05:58 +00:00
waterson%netscape.com
95fe5b64f9
Changed RDF-specific errors to be success rather than error codes.
1999-03-30 02:30:16 +00:00
troy%netscape.com
247450a00f
Added beforePseudo and afterPseudo
1999-03-30 00:48:57 +00:00
troy%netscape.com
f2c7daae70
Moved beforePseudo and afterpseudo to nsCSSAtoms
1999-03-30 00:47:42 +00:00
waterson%netscape.com
1675e0c378
Added code to initialize XPIDL JS stubs, added nsJSXULDocument into the build, temporarily added the rdf service as an attribute on the XUL document.
1999-03-30 00:38:16 +00:00
amusil%netscape.com
389230902c
Changes to hook up LiveConnect on Windows
1999-03-29 22:18:05 +00:00
waterson%netscape.com
0cf17d4ce5
Landed RDF_19990326_BRANCH, scriptability changes.
1999-03-29 19:52:54 +00:00
troy%netscape.com
595d17ecf3
Added beforePseudo and afterPseudo atoms
1999-03-29 03:30:34 +00:00
joki%netscape.com
ef6d2b292d
Removing assertion from HandleDOMEvent. New capture/bubble path passes through this func.
1999-03-29 02:29:43 +00:00
joki%netscape.com
e39e13cf18
Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes.
1999-03-28 22:27:38 +00:00
joki%netscape.com
1c2882e5e6
Updating internal implementations to new DOM2 api syntax, capture/bubble functionality, new EventStateManager stuff (focus improvements)
1999-03-28 22:22:54 +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
89cd6f6017
added support for outline
...
border color fixes
1999-03-28 04:31:57 +00:00
peterl%netscape.com
b7974865e3
fixed tokenization bug (treating "+.foo" as a number)
1999-03-28 04:31:12 +00:00
peterl%netscape.com
52d76ba2be
fixed bug in parsing backgrounds
1999-03-28 04:29:57 +00:00
peterl%netscape.com
94d2d6c3bb
added support for outline, border corner radius, transparent border
...
tweaked opacity
1999-03-28 04:28:22 +00:00
kipp%netscape.com
0c1b82b05a
Implement new method
1999-03-27 01:20:15 +00:00
kipp%netscape.com
a0ef7d0fd6
Added a new method
1999-03-27 01:20:02 +00:00
ftang%netscape.com
9944eaeed5
add Set/GetWordBreaker to nsIDocument. reviewed and approved by waterson
1999-03-27 00:58:42 +00:00
ftang%netscape.com
3af2e4fcc5
add Set/GetWordBreaker to nsIDocument. Reviewed and approved by kipp
1999-03-27 00:58:41 +00:00
evaughan%netscape.com
43351bf5de
Added XUL based layout manager.
1999-03-27 00:58:29 +00:00
donm%netscape.com
0a6d95351a
backing out evaughan's changes. tree closed.
1999-03-26 19:39:23 +00:00
evaughan%netscape.com
dc2fa174cc
Added box layout system.
1999-03-26 18:51:08 +00:00
ramiro%netscape.com
b07b79a055
Fix indiscriminate debug comment spewage.
1999-03-26 11:34:21 +00:00
kipp%netscape.com
8abd414912
Provide zero margins for other sides
1999-03-26 00:41:59 +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
briano%netscape.com
2f105ae044
Handle NO_STATIC_LIB being set, when all this file does is create a static library.
1999-03-25 21:10:22 +00:00
peterl%netscape.com
b37e4f0df7
added percent handling for opacity property
1999-03-25 06:43:07 +00:00
peterl%netscape.com
c93029d956
fix whitespace handling on attribute selectors
1999-03-25 06:42:42 +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
peterl%netscape.com
e8b46b96be
cleaned up attribute style hints to reflect the real info
1999-03-25 06:39:12 +00:00
peterl%netscape.com
99ed50bd06
made opacity inherit by default
1999-03-25 06:34:57 +00:00
peterl%netscape.com
92aa94c345
set default attribute style hint to content
1999-03-25 06:32:09 +00:00
kipp%netscape.com
bb9e98378a
Use compatability table for div align mappings
1999-03-25 03:48:06 +00:00
kipp%netscape.com
ff45e93a5c
Removed some dead code
1999-03-25 03:47:46 +00:00
kipp%netscape.com
6ed2d1fdbb
Added some -moz keywords
1999-03-25 03:46:58 +00:00
jfrancis%netscape.com
eaed4a3df3
exposing on-the-fly switchability between pre and post order iterors in the interface. exposing PositionAt in the interface.
1999-03-23 11:54:52 +00:00
jfrancis%netscape.com
6e49aa0132
phase one of on-the-fly support for switching between pre and post order iteration. needed by text services.
1999-03-23 10:30:24 +00:00
beard%netscape.com
bccc7dd505
new implementation of GetScriptObject, returns a script object that is a wrapper for the Java applet object, whose prototype points to the standard DOM element object. This allows the applet's public fields to shadow the DOM properties. only turned on for XP_MAC.
1999-03-21 20:48:49 +00:00
pierre%netscape.com
ed955aafcf
#3974 "mac crashes when hitting return to submit form"
1999-03-21 04:35:01 +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
kipp%netscape.com
3f70099584
Support html4 type attribute
1999-03-20 01:32:48 +00:00
tague%netscape.com
6e19645586
Added support for basic Japanese input on Win32
1999-03-19 23:36:20 +00:00
kipp%netscape.com
ad0c53ce94
Handle background attribute better
1999-03-19 23:09:29 +00:00
rjc%netscape.com
dfbfd28db5
Remove const.
1999-03-19 01:56:21 +00:00
rjc%netscape.com
6bd92ecea0
When sorting (not natural order), first ask for a slightly modified target value. This allows a datasource to detect when a value is being asked for sorting purposes and can be smart... for example, a mail datasource could strip off the "Re:" on mail messages.
1999-03-19 01:52:18 +00:00
nisheeth%netscape.com
ae377bdba5
Fix for bug 3584.
...
Change coded by vidur. Reviewed by me. Document.written documents now get
a default "about:blank" url assigned to them. This fixes crash bugs associated
with other code assuming that all documents have non-null urls.
Approved by chofmann.
1999-03-19 01:41:09 +00:00
waterson%netscape.com
e1e2ae2c5e
Bug 3978. Removed warning: it was silly. This happens all the time for HTML content in a XUL document.
1999-03-18 23:04:58 +00:00
hyatt%netscape.com
f015e3ae42
Fixes for the mouseover toolbar button problem. Approved by Chris.
1999-03-18 21:18:00 +00:00
kipp%netscape.com
45fde9019e
Fixed bug #3597 - lower case alpha/roman bullets
1999-03-18 21:01:52 +00:00
waterson%netscape.com
bd152bda2b
Cleaned up code that mutates an element's ID, modulo bug 3971.
1999-03-18 20:46:02 +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