Граф коммитов

1426 Коммитов

Автор SHA1 Сообщение Дата
peterl%netscape.com b352defc23 split font style mapping from regular style mapping 1999-04-15 21:23:05 +00:00
peterl%netscape.com eed7e4fc7c fixed pseudo element parsing 1999-04-15 21:22:41 +00:00
sfraser%netscape.com c0ae174df0 Implement the ScriptObjectOwner interface, and adapt to fixed selection interfaces. 1999-04-15 20:19:26 +00:00
sfraser%netscape.com f2f067e736 Fix QI failure return value (!NS_OK is bad!) 1999-04-15 20:18:47 +00:00
harishd%netscape.com 90140128ea Modified methods BeginContext() and EndContext()
to handle illega-contents in tables
1999-04-15 20:18:34 +00:00
waterson%netscape.com 295796c6fd 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 abb76ec525 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 dc31513165 use the new nsQuickSort() function instead of the internal rdf_qsort 1999-04-14 03:28:49 +00:00
vidur%netscape.com b51288bae2 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 f8a99e7dff Adding blank lines for native compilers. 1999-04-13 06:35:42 +00:00
sfraser%netscape.com 8cf89e7efb File Removed. 1999-04-13 01:18:25 +00:00
sfraser%netscape.com bbe5a4f210 Removal of nsSelectionRange, nsSelectionPoint, and fixing up resulting include problems. 1999-04-13 01:15:16 +00:00
joki%netscape.com 93c5d84ae7 Send Click events to frames as well as content. 1999-04-13 00:27:58 +00:00
kmcclusk%netscape.com a1fecd8f08 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 26b45c4762 New api's into nsEventStateManager for content state change (hover,focus,active) 1999-04-12 21:24:07 +00:00
joki%netscape.com 0f13cc10c3 Event name change to remove unnecessary prefix. 1999-04-12 21:17:07 +00:00
waterson%netscape.com 98e0d29dc4 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 902bd20ede Added GetIID() so that this can be used with nsCOMPtr. 1999-04-12 18:10:08 +00:00
waterson%netscape.com 8736393378 Added GetIID() method so this can be used with nsCOMPtr. 1999-04-12 18:08:43 +00:00
kipp%netscape.com 2d931f3b53 Allow negative values for clip rects as per css spec 1999-04-10 17:33:09 +00:00
hyatt%netscape.com 803c07716e Fixes for bugs 2620 and 3482. 1999-04-10 04:49:21 +00:00
karnaze%netscape.com fcf51edf0e bug 4643, webshells reset scrolling value to prior value on reloading doc 1999-04-09 21:09:00 +00:00
pollmann%netscape.com 8588b22533 Bugs 4714 4533 4387. A: Chofmann R: Harishd 1999-04-08 23:47:49 +00:00
jfrancis%netscape.com 70eff1b903 fix for another range gravity bug; rvwd and apprd kostello; appr chofmann 1999-04-08 06:00:44 +00:00
waterson%netscape.com d52058c17f Bug 4618. Fix compilation problem on Solaris native compile. a=chofmann@netscape.com 1999-04-08 01:53:31 +00:00
waterson%netscape.com b79bc8fad4 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 2375f5e717 enable OJI on unix. 1999-04-07 05:14:40 +00:00
rjc%netscape.com 33e8c6759c 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 8fe9ea5db2 Fixed incorrect use of nsCOMPtr. 1999-04-07 00:07:28 +00:00
rjc%netscape.com d51852dddd Timer changes. Preparation for timer to be destroyed when SetDocument(null). 1999-04-06 23:59:22 +00:00
waterson%netscape.com e901808d4d Use the 'real' local store. 1999-04-06 22:55:26 +00:00
rods%netscape.com f2163f303d Added support to handle Drag & Drop events 1999-04-06 20:24:05 +00:00
jfrancis%netscape.com 2f9527c569 fix for range gravity bug 1999-04-06 19:57:01 +00:00
waterson%netscape.com 9dc10cd2bf 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 e463eee79f 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 782775140d tiny tweaks to keep in sync with new nsString 1999-04-06 00:29:40 +00:00
rickg%netscape.com e1c7da8d9f update to new string api 1999-04-06 00:22:46 +00:00
rjc%netscape.com 6a1d2a4010 Add preliminary support for pulsing a container to see if its contents change. 1999-04-05 23:10:43 +00:00
harishd%netscape.com 4254d9b472 Added code in OpenBody() to handle multiple bodies.
Commenting out the precondition.
1999-04-05 20:53:54 +00:00
kipp%netscape.com 7948883d70 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 2f7af4d702 Fixed an oopsie that prevented enumerating the override and backstop sheets 1999-04-03 18:56:45 +00:00
peterl%netscape.com 20883bb783 added -moz-border-radius 1999-04-03 03:15:01 +00:00
sfraser%netscape.com da48de7dd8 Added precondition when no content viewer. 1999-04-03 01:46:21 +00:00
hyatt%netscape.com 48e4ccfaa9 key event support in handledomevent 1999-04-03 01:12:57 +00:00
peterl%netscape.com b7d0600f26 backing out prevoius changes (unix didn't like it) 1999-04-02 19:57:07 +00:00
waterson%netscape.com db65032d55 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 90dd9ac19c initialize bitfields through a union to keep purify happy 1999-04-02 18:51:28 +00:00
peterl%netscape.com 50ff45a764 connected content properties to style context 1999-04-02 18:49:40 +00:00
peterl%netscape.com baea51d075 added nsStyleContent 1999-04-02 18:48:55 +00:00
sfraser%netscape.com 09b8fd346e Declare functions static to fix warnings. 1999-04-01 23:54:23 +00:00