kipp%netscape.com
cf6c620f62
Cleaned up margins hackery and made things use css instead of evil code in the block layout code
1999-03-05 04:18:58 +00:00
kipp%netscape.com
ec7698c7e8
Removed constructors for nsReflowState
1999-03-05 04:17:00 +00:00
hyatt%netscape.com
220d4a27ad
Fixes to layout to allow nsHTMLCSSStyleSheet to be instantiable from outside
...
the layout DLL.
1999-03-05 00:06:31 +00:00
evaughan%netscape.com
dbb62f25a6
Fixed a bug that caused TitledButtons and ProgressMeters to be skews when made inline.
1999-03-04 23:39:06 +00:00
scc%netscape.com
2ec0a397ea
rename |IID()| --> |GetIID()|
1999-03-03 19:48:57 +00:00
pinkerton%netscape.com
ec51c34509
don't look in xul namespace for "src" attribute. Images show up again. permission to checkin to closed tree by sar.
1999-03-03 17:28:27 +00:00
troy%netscape.com
13d84ddc5c
Work-in-progress for table pagination
1999-03-03 16:33:57 +00:00
brade%netscape.com
7a0d262bc9
reduce Macintosh compiler warnings
1999-03-03 15:35:49 +00:00
brade%netscape.com
9377486314
reduce compiler warnings on Macintosh by adding comparison in loop (around assignments)
1999-03-03 14:50:41 +00:00
waterson%netscape.com
28ca9cc805
Modified tree double-click handler to use DOM APIs instead of nsIContent.
1999-03-03 08:05:32 +00:00
evaughan%netscape.com
2292d10dc5
Fixed mac event bug.
...
Fixed alignment bug.
1999-03-03 04:04:48 +00:00
hyatt%netscape.com
a49cb56aaf
Fix to the ContentInserted function (ifdef XUL only) for treechildren.
1999-03-03 03:11:55 +00:00
pollmann%netscape.com
0ccbd837a4
Handle readonly changes for TextAreas as well as Text Inputs.
1999-03-03 03:06:36 +00:00
pollmann%netscape.com
5204ba1e7a
Give nsTextControlFrame a notification when readonly on a TextArea is changed.
1999-03-03 03:05:31 +00:00
pollmann%netscape.com
e91bfd4a29
Fix bug #3375 and #3368 : Allow hidden inputs and password inputs to store values.
1999-03-03 02:54:25 +00:00
joki%netscape.com
57e49aab2a
Fix for frames not resizing.
1999-03-03 01:59:50 +00:00
nisheeth%netscape.com
e870ce9054
We've decided to do away with the notion of an nsExpatDTD. The expat tokenizer which encapsulates the expat parser will be driven by nsWellFormedDTD. So, I'm removing the code that constructed an expat DTD for controlling the parsing of an XML document.
1999-03-03 01:57:03 +00:00
mjudge%netscape.com
cba888fc69
updates and fixes for CTRL left arrow and right arrow. also fixes for releasing the presshell correctly. the selection code was leaking it. updates for PREV and NEXT in nsFrameTraversal
1999-03-03 01:51:21 +00:00
akkana%netscape.com
cd85e69def
Fix Unix crash: comment out an assert
1999-03-03 01:11:28 +00:00
karnaze%netscape.com
e557234435
improved <iframe> sizing to consider left, right, etc borders
1999-03-03 00:37:55 +00:00
vidur%netscape.com
6094c1ca21
Fixes to get CDATASections working again. Also changes to fix XML links.
1999-03-02 23:22:05 +00:00
kmcclusk%netscape.com
82dac76411
gfx vs native widget rendering can now be specified in the viewer at run-time.
...
Added methods to GetWidgetRenderingMode and SetWidgetRenderingMode in nsPresContext
Removed NS_GFX_RENDER_FORM_ELEMENTS define, now it uses the GetWidgetRenderingMode
method on the rendering context.
Resurrected Rod's listbox frame-based widget code.
Added -moz-option-selected pseudo attribute to control the appearance of selected items for the listbox frame-based widget.
Added a style rule with attribute selector for -moz-option-selected to the ua.css style sheet.
Modifed nsView::SetVFlags to do a bitwise or instead of bitwise and to set flags.
Modified nsView::HandleEvent to compare mVFlags with NS_VIEW_FLAG_DONT_CHECK_CHILDREN
1999-03-02 22:43:26 +00:00
joki%netscape.com
0baca6512f
Adding new tab handling and focus support.
1999-03-02 19:19:24 +00:00
joki%netscape.com
94157169a7
Adding new interface for focusable content
1999-03-02 19:05:54 +00:00
ftang%netscape.com
ffc1e146ac
fix SmallCap to make it work for the whole range of unicode
1999-03-02 18:25:22 +00:00
brade%netscape.com
8fe328a354
add static to LegendHack() to reduce compiler warnings on Macintosh
1999-03-02 15:17:35 +00:00
brade%netscape.com
0e163f8674
add static to reduce compiler warnings on Macintosh
1999-03-02 15:17:14 +00:00
brade%netscape.com
107ba93c81
reduce Macintosh compiler warnings by making function static
1999-03-02 15:15:46 +00:00
cls%seawood.org
0bbc0ba3a1
Fixed problem with ondblclick being released w/o being allocated. Appeared to be a copy-n-paste oversight.
1999-03-02 10:20:52 +00:00
evaughan%netscape.com
c021740cb1
Made the image accessible from CSS via list-style-image.
1999-03-02 05:00:51 +00:00
sfraser%netscape.com
092b04689b
Fix the caret so that it draws on Windows (and UNIX, hopefully), and turn on the #define so that the caret gets created in the pres shell. It gets shown in editor mode.
1999-03-02 04:26:49 +00:00
pollmann%netscape.com
8f30448ae5
Cleanup: Use the GetPrimary Frame in nsGenericHTMLElement. Enable fetching selectedIndex before frame creation (using DefaultSelected instead of Selected) Bug #3340
1999-03-02 03:31:17 +00:00
pollmann%netscape.com
00a111b13e
Enable GetSelected for options inside of option groups. (Fix GetPrimaryFrame)
1999-03-02 03:26:29 +00:00
pollmann%netscape.com
4a3e05e302
Cleanup: return NS_NOINTERFACE not NS_OK if getting the primary frame fails.
1999-03-02 03:22:45 +00:00
pollmann%netscape.com
f9e570d534
Fix change notifications for combo boxes.
1999-03-02 03:19:25 +00:00
nisheeth%netscape.com
937b4d59c2
We no longer call RegisterDTD() on nsParser when initiating parsing of XML
...
documents.
1999-03-02 02:58:25 +00:00
hyatt%netscape.com
ae0fa30bb0
Changing the GetAttribute and SetAttribute calls to properly use the namespace
...
of NONE (instead of XUL).
1999-03-02 02:04:45 +00:00
alecf%netscape.com
532891b5da
fix AIX bustage - explicitly refer to parent constructor even though it's within
...
the scope of this constructor..
1999-03-02 01:44:07 +00:00
evaughan%netscape.com
31d9bf023a
Fixed button to respond to the list-style-image property on CSS
1999-03-02 01:25:33 +00:00
hyatt%netscape.com
2444e248ff
Modified ContentInserted (for XUL only) to support the tree widget's
...
wacky frame construction code.
1999-03-02 01:07:28 +00:00
akkana%netscape.com
0664eb6e9a
Fix potential leak of content sink
1999-03-02 00:47:43 +00:00
akkana%netscape.com
b03ef3499c
include the parser library too
1999-03-01 20:46:08 +00:00
karnaze%netscape.com
3b3d626d1f
bug 3347
1999-03-01 19:25:47 +00:00
akkana%netscape.com
48dcd3da7a
Move bulk of DoCopy code from nsBrowserWindow.cpp into nsPresShell
1999-03-01 19:21:01 +00:00
vidur%netscape.com
cb48e4047a
Fixed MAP elements to conform to HTML 4.0. Hooked up attribute changes for MAP, AREA and ANCHOR elements. Added RECONSTRUCT_ALL as a style hint for attribute changes. Modified nsCSSFrameConstructor's ReconstructFrame to only reconstruct the document element hierarchy.
1999-03-01 16:57:35 +00:00
rods%netscape.com
99447f229a
Change it to do a QueryInterface, is this right?
1999-03-01 15:27:55 +00:00
mcafee%netscape.com
bf8ad89b24
Backing out my last change, breaks Win32 & Mac.
1999-03-01 10:57:20 +00:00
mcafee%netscape.com
4ebcbb455e
Adding do_QueryInterface() wrapper for nsCOMPtr/Solaris.
1999-03-01 10:32:14 +00:00
jfrancis%netscape.com
c37eac4581
made iterators bidirectional; lots of bug fixes; finished subtree iterator impl.
1999-03-01 08:17:18 +00:00
buster%netscape.com
e03330c847
fixed IsNested to account for outer table frame
...
removed obsolete debug code
1999-03-01 06:40:24 +00:00