jfrancis%netscape.com
a79218c7e4
thread safety comes to nsRange
1999-07-03 11:14:08 +00:00
warren%netscape.com
7391e7f588
Fix for necko crash trying to load pages with images.
1999-07-03 08:56:26 +00:00
warren%netscape.com
0989551d4c
Changed necko assertion to warning to make progress.
1999-07-03 06:52:55 +00:00
jfrancis%netscape.com
41de7e84ee
fix for bug 8024
1999-07-03 06:19:11 +00:00
troy%netscape.com
689199ce89
General clean up and fixing of compiler warnings
1999-07-03 02:22:10 +00:00
mcafee%netscape.com
d74d50a8d0
Adding nsToolbarDragListener.cpp
1999-07-02 23:58:32 +00:00
troy%netscape.com
1ade628863
Added 'm' prefix to struct data members
1999-07-02 23:31:01 +00:00
troy%netscape.com
644201d6f0
Fix for bug #9073 . Changed Init() to return NS_ERROR_OUT_OF_MEMORY if we fail
...
to allocate the space manager
1999-07-02 22:45:07 +00:00
troy%netscape.com
04ed47af16
Fixed a compiler warning
1999-07-02 22:41:42 +00:00
troy%netscape.com
e13d067261
Fixed some compiler warnings
1999-07-02 22:39:32 +00:00
kipp%netscape.com
85a5b71a7e
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
kipp%netscape.com
fa08778e30
Support old-upper/lower-alpha/roman style constants
1999-07-02 22:27:03 +00:00
kipp%netscape.com
056526a3ca
Added style constants for old style list bullet decorations
1999-07-02 22:25:42 +00:00
kipp%netscape.com
98c4b9cc48
Only check for creating a first-letter frame when we have a frame (bug #8878 )
1999-07-02 21:18:29 +00:00
kipp%netscape.com
b75aab62bc
Added code to fill in the maxElementSize in the reflow metrics properly for inner frames (bug #6726 )
1999-07-02 21:05:20 +00:00
vidur%netscape.com
52b73fb244
SCRIPT elements now added to the tree with a containing text element representing the script content
1999-07-02 20:59:39 +00:00
rods%netscape.com
a4d74a301c
Change returns codes for proper bubbling of events
...
made non toolbaritem and titlebuttons non-draggable
1999-07-02 20:20:49 +00:00
akkana%netscape.com
51406266dd
Fix DoPrettyPrint -- turning off prettyprinting was broken
1999-07-02 19:41:40 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
ramiro%netscape.com
f41e67c622
Separate the widget and gfx toolkits into two variables.
...
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
sspitzer%netscape.com
b304f14099
fix build bustage
1999-07-02 06:16:29 +00:00
warren%netscape.com
35a7264e3d
Fixed necko include path.
1999-07-02 06:14:06 +00:00
hyatt%netscape.com
9b9522ae73
Landing changes to wrap XUL windows in a box frame so that we can support
...
intrinsic sizing of windows. (Unlike HTML and XML, we are no longer wrapped
in an area frame. We are instead wrapped in a box frame.)
Also included is a patch for the table code, since it crashes inside boxes
because of a bug in its incremental reflow code.
nsISpaceManager was touched to give it a GetIID method so that it could be
used with nsCOMPtrs.
1999-07-02 05:28:32 +00:00
troy%netscape.com
14c7088e20
Work-in-progress for hash table that maps from content->frame
1999-07-02 04:47:05 +00:00
troy%netscape.com
5b550f3d8a
Added function FindPrimaryFrameFor()
1999-07-02 04:46:19 +00:00
sfraser%netscape.com
05fadab393
Fix for crash on startup -- don't use nsCOMPtr on frame-derived things, becaue they are not refcounted, and this causes nsCOMPtr to delete the frame on destructions.
1999-07-02 04:02:48 +00:00
gagan%netscape.com
7a9d594eeb
NECKO only. Including neckoutil_s
1999-07-01 22:31:43 +00:00
rods%netscape.com
5cb9323f07
Fixed a couple of more small compile time issues
1999-07-01 22:27:43 +00:00
rods%netscape.com
4288d0bbde
Added a newline at the end of file
1999-07-01 22:25:54 +00:00
rods%netscape.com
27570d89da
changed the hard-coded twips value of 15 to a calculated value.
1999-07-01 22:24:57 +00:00
rods%netscape.com
0571fee60e
changes nscoord.h to nsCoord.h
1999-07-01 22:19:16 +00:00
gagan%netscape.com
40d1280874
Reordered Netlib libs. NECKO only.
1999-07-01 21:54:11 +00:00
vidur%netscape.com
b12eace386
Style elements now have a text child for their contents.
1999-07-01 21:39:14 +00:00
rods%netscape.com
2d90c10c9e
Added D&D to toolbars and toolboxes
1999-07-01 21:12:43 +00:00
rods%netscape.com
d00260f5fe
added nsToolbarItem to constructing code
1999-07-01 21:11:38 +00:00
warren%netscape.com
bd73f68e8b
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
kin%netscape.com
162b21d71e
Added GetIID() method.
1999-07-01 18:57:36 +00:00
troy%netscape.com
39b276f602
Work-in-progress for hash table that maps from content->frame
1999-07-01 14:34:35 +00:00
jfrancis%netscape.com
bcfb7de2e5
fixed bug in CompareEndPoints()
1999-07-01 13:40:09 +00:00
joki%netscape.com
37a6739ec1
Backing out js security changes.
1999-07-01 13:03:35 +00:00
joki%netscape.com
ccd5375141
New JavaScript/DOM security stuff.
1999-07-01 10:38:26 +00:00
jfrancis%netscape.com
3d89e1b5ac
a little neatening
1999-07-01 08:39:24 +00:00
jfrancis%netscape.com
02114d60ef
making nsRangeList be more like a model nsCOMPtr citizen...
1999-07-01 08:19:44 +00:00
sspitzer%netscape.com
93ec012618
fix crash. when I launch apprunner -pref, I hit the assertion.
...
then I crash because I dereference null.
1999-07-01 07:28:47 +00:00
sspitzer%netscape.com
1bf149f289
set deleted pointers to nsnull. just to be safe. r=hyatt
1999-07-01 07:12:46 +00:00
sspitzer%netscape.com
9979327268
add new line to end of file
1999-07-01 06:11:16 +00:00
hyatt%netscape.com
e92bf344ef
Fix for the crash on startup.
1999-07-01 05:16:56 +00:00
hyatt%netscape.com
0dd84590e4
Adding some atoms.
1999-07-01 05:06:11 +00:00
troy%netscape.com
306ed3a699
Minor cleanup
1999-07-01 04:37:07 +00:00
pinkerton%netscape.com
baabf666ba
filled in widget, clickCount, and mouse location for mouse enter/exit/over and drag enter/exit/over events. This info was just not getting set as it was for mouse clicks.
1999-07-01 04:12:42 +00:00