kipp%netscape.com
7117dfe100
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
3f6e7af913
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
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
rods%netscape.com
68ba01040b
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
53ee27fc97
Fix DoPrettyPrint -- turning off prettyprinting was broken
1999-07-02 19:41:40 +00:00
dveditz%netscape.com
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
ramiro%netscape.com
b86c78a296
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
141ea81e76
fix build bustage
1999-07-02 06:16:29 +00:00
warren%netscape.com
3e3615fba2
Fixed necko include path.
1999-07-02 06:14:06 +00:00
hyatt%netscape.com
11e9daffcf
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
2f11636ac0
Work-in-progress for hash table that maps from content->frame
1999-07-02 04:47:05 +00:00
troy%netscape.com
f49cf1f201
Added function FindPrimaryFrameFor()
1999-07-02 04:46:19 +00:00
sfraser%netscape.com
5e146f4ce5
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
b5dac4e05a
NECKO only. Including neckoutil_s
1999-07-01 22:31:43 +00:00
rods%netscape.com
1dd45fccf9
Fixed a couple of more small compile time issues
1999-07-01 22:27:43 +00:00
rods%netscape.com
cd8d473e99
Added a newline at the end of file
1999-07-01 22:25:54 +00:00
rods%netscape.com
ced5901e06
changed the hard-coded twips value of 15 to a calculated value.
1999-07-01 22:24:57 +00:00
rods%netscape.com
b05d6af6a7
changes nscoord.h to nsCoord.h
1999-07-01 22:19:16 +00:00
gagan%netscape.com
866ffc3167
Reordered Netlib libs. NECKO only.
1999-07-01 21:54:11 +00:00
vidur%netscape.com
8038804add
Style elements now have a text child for their contents.
1999-07-01 21:39:14 +00:00
rods%netscape.com
9d0f70febd
Added D&D to toolbars and toolboxes
1999-07-01 21:12:43 +00:00
rods%netscape.com
6ca1a9377a
added nsToolbarItem to constructing code
1999-07-01 21:11:38 +00:00
warren%netscape.com
8462929dda
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
c28fd4c67a
Added GetIID() method.
1999-07-01 18:57:36 +00:00
troy%netscape.com
22c6d62d72
Work-in-progress for hash table that maps from content->frame
1999-07-01 14:34:35 +00:00
jfrancis%netscape.com
f83c611c20
fixed bug in CompareEndPoints()
1999-07-01 13:40:09 +00:00
joki%netscape.com
cc8b77b488
Backing out js security changes.
1999-07-01 13:03:35 +00:00
joki%netscape.com
5056a89212
New JavaScript/DOM security stuff.
1999-07-01 10:38:26 +00:00
jfrancis%netscape.com
d11c31e1c0
a little neatening
1999-07-01 08:39:24 +00:00
jfrancis%netscape.com
edcceb3605
making nsRangeList be more like a model nsCOMPtr citizen...
1999-07-01 08:19:44 +00:00
sspitzer%netscape.com
d6d461e4ed
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
b524c35438
set deleted pointers to nsnull. just to be safe. r=hyatt
1999-07-01 07:12:46 +00:00
sspitzer%netscape.com
63eb7be6a6
add new line to end of file
1999-07-01 06:11:16 +00:00
hyatt%netscape.com
b3a5ceb7e2
Fix for the crash on startup.
1999-07-01 05:16:56 +00:00
hyatt%netscape.com
eda43ad47d
Adding some atoms.
1999-07-01 05:06:11 +00:00
troy%netscape.com
936549c1fa
Minor cleanup
1999-07-01 04:37:07 +00:00
pinkerton%netscape.com
ffbfc70557
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
pinkerton%netscape.com
04ba4da225
don't crash if parent is null when asking for mouse coordinates.
1999-07-01 03:26:43 +00:00
tague%netscape.com
0e818a3b6b
Fix UNIX build warnings
1999-07-01 00:44:05 +00:00
pinkerton%netscape.com
7ed91b17f1
fix build bustage.
1999-07-01 00:20:45 +00:00
pinkerton%netscape.com
5eb8f33484
add include for linux to fix build bustage.
1999-07-01 00:12:54 +00:00
evaughan%netscape.com
7af75c33ab
added files: mozilla/layout/xul/base/src/nsSplitterFrame.cpp, mozilla/layout/xul/base/src/nsGrippyFrame.cpp
1999-06-30 22:18:11 +00:00
evaughan%netscape.com
903d3c7c19
Added anonymous node support.
...
Added splitters
Added Grippies.
1999-06-30 22:17:43 +00:00
waterson%netscape.com
8e4378d610
Add GetIID().
1999-06-30 19:47:42 +00:00
waterson%netscape.com
602b1c37bf
Add GetIID().
1999-06-30 19:28:16 +00:00
akkana%netscape.com
830cc10614
- New dialog and editor shell API for Insert HTML Source
...
- Add wrapcolumn setting to document encoders, and use it in the editor
- Fix numbered lists in the html to text sink stream.
1999-06-30 19:26:08 +00:00
troy%netscape.com
6f27fbf17d
Work-in-progress for having GetPrimaryFrameFor() use a hash table
1999-06-30 04:42:26 +00:00
troy%netscape.com
7552882705
Removed a NS_WARNING in ContentAppended() that no longer needed to be
...
there
1999-06-30 00:24:03 +00:00
vidur%netscape.com
133c98462e
Fix for bug 9035. Shut of layers emulation and fixed type in layers getter.
1999-06-30 00:14:21 +00:00
vidur%netscape.com
88a75ad2dc
Switched to using NS_WITH_SERVICE as per bug 5403
1999-06-29 23:43:46 +00:00
valeski%netscape.com
88adc85bf7
getbuffer bypass
1999-06-29 23:14:43 +00:00
tague%netscape.com
126754690a
Fixed (hopefully) linux build bustage by re-writing the expression w/ a temp variable
1999-06-29 22:46:20 +00:00
pollmann%netscape.com
d51e1d593b
Bug 8227 and warning cleanups.
1999-06-29 22:01:55 +00:00
scc%netscape.com
54c96baa72
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
1999-06-29 21:01:31 +00:00
tague%netscape.com
b40147fcc6
Added clause and selection support for Input Methods. Fixes bug #8639 , #8459 , #6989 , #7824
1999-06-29 20:31:22 +00:00
tague%netscape.com
3456598afe
Added clause range and selection support for Input Methods.
1999-06-29 20:30:42 +00:00
scc%netscape.com
d049be3c31
Added |GetIID()|
1999-06-29 20:28:56 +00:00
hyatt%netscape.com
5c0e073194
Turning on the lazy mode in the tree widget. It is now the default. Let
...
the bug filing begin. :(
1999-06-29 20:20:40 +00:00
tague%netscape.com
790c2edcef
Fixed up UNIX build warnings
1999-06-29 20:14:59 +00:00
sfraser%netscape.com
1452e2050a
Call the Output routines with a new param for selection only.
1999-06-29 20:14:58 +00:00
rods%netscape.com
8c10c3dc25
Initial checkin
1999-06-29 14:24:10 +00:00
rods%netscape.com
a06b2b94d4
Added toolbaritem
1999-06-29 14:21:14 +00:00
mcafee%netscape.com
10922bae43
Fixing solaris bustage.
1999-06-29 11:10:48 +00:00
rickg%netscape.com
3ca35153ae
allow view-source to work with XUL/RDF
1999-06-29 06:46:03 +00:00
troy%netscape.com
8d078abd29
Fix for bug #2062 . When sizing the view, take into account child frames
...
that stick outside the right/bottom edges of the parent's frame
1999-06-29 03:41:58 +00:00
jdunn%netscape.com
b10a98918e
declare class as public... since some compilers assume private
1999-06-29 02:25:08 +00:00
warren%netscape.com
28d53ce097
Necko cleanup.
1999-06-29 00:37:14 +00:00
akkana%netscape.com
04d06ed20e
Better place to flush the buffer, suggested by Vidur
1999-06-29 00:26:06 +00:00
warren%netscape.com
163cf1930c
Fixed necko ifdef.
1999-06-29 00:25:46 +00:00
vidur%netscape.com
eb9495e722
added case for HTML element to MakeContentObject
1999-06-28 23:41:01 +00:00
vidur%netscape.com
d922249feb
nsHTMLContentSink.cpp
1999-06-28 23:39:25 +00:00
akkana%netscape.com
da93c0ae05
Call FlushText after calling AddText, to keep from dropping text at the end of the fragment
1999-06-28 23:39:15 +00:00
mcafee%netscape.com
f81dc61901
Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca)
1999-06-28 23:11:18 +00:00
troy%netscape.com
6e18bd2ff5
Fix for bug #8863 . Removed some code that was not being used
1999-06-28 22:02:06 +00:00
valeski%netscape.com
d8c59005f7
necko linux build checkin
1999-06-28 21:53:25 +00:00
pnunn%netscape.com
3759b30155
changed image format list. pnunn.
1999-06-28 21:51:26 +00:00
pnunn%netscape.com
3a2f4d314e
changing image format list. pnunn.
1999-06-28 21:49:53 +00:00
akkana%netscape.com
a88b8ef7ae
Fix warnings, mostly from conflicts with the index routine declared in string.h on Linux
1999-06-28 21:27:10 +00:00
jdunn%netscape.com
bd295eac1e
MUST have a newline at end of file
1999-06-28 21:01:36 +00:00
mscott%netscape.com
19e27ea0e4
necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:43:28 +00:00
evaughan%netscape.com
cf79f111ae
Fixed offset bug in the scrollbar
1999-06-28 19:57:28 +00:00
harishd%netscape.com
bb0006855d
Fix for Bug# 7957.
...
Always set the first "Title".
1999-06-28 19:56:10 +00:00
nisheeth%netscape.com
c04d0276a5
Replacing nsIURI.h with nsIURL.h in the include list.
1999-06-28 15:06:33 +00:00
nisheeth%netscape.com
949a2374ff
Adding the architecture for an external transformation engine to hook into Raptor's layout process. One way this architecture can be used is for doing XSL transforms using a 3rd party component that implements the XSL processor. More details will be posted in mozilla.layout.
...
Currently enabled on windows only. Set MOZ_XSL to 1 in your environment and build mozilla/layout.
1999-06-28 14:49:29 +00:00
nisheeth%netscape.com
5ecb0803d5
Adding the architecture for an external transformation engine to hook into Raptor's layout process. One way this architecture can be used is for doing XSL transforms using a 3rd party component that implements the XSL processor. More details will be posted in mozilla.layout.
...
Currently enabled on windows only. Set MOZ_XSL to 1 in your environment and build mozilla/layout.
1999-06-28 14:17:30 +00:00
nisheeth%netscape.com
28012cc29f
Changed nsIURL to nsIURI.
1999-06-28 14:12:08 +00:00
nisheeth%netscape.com
863dcf6860
Adding the architecture for an external transformation engine to hook into Raptor's layout process. One way this architecture can be used is for doing XSL transforms using a 3rd party component that implements the XSL processor. More details will be posted in mozilla.layout.
...
Currently enabled on windows only. Set MOZ_XSL to 1 in your environment and build mozilla/layout.
1999-06-28 14:12:07 +00:00
nisheeth%netscape.com
d5c45dd624
Fixing up xml stylesheet PI...
1999-06-28 14:01:51 +00:00
nisheeth%netscape.com
502bb58295
Adding the architecture for an external transformation engine to hook into Raptor's layout process. One way this architecture can be used is for doing XSL transforms using a 3rd party component that implements the XSL processor. More details will be posted in mozilla.layout.
...
Currently enabled on windows only. Set MOZ_XSL to 1 in your environment and build mozilla/layout.
1999-06-28 13:52:29 +00:00
buster%netscape.com
2cbf846e50
GFX text controls now hanlde max length, and max length set via DOM
...
GFX text controls now handle readonly and disabled states set via DOM
1999-06-28 13:48:38 +00:00
buster%netscape.com
1823698740
fixed warnings
1999-06-28 13:44:40 +00:00
hyatt%netscape.com
5cb7376832
More shuffling and error-checking.
1999-06-28 10:47:52 +00:00
hyatt%netscape.com
d2598d0dc7
Shuffling some stuff around.
1999-06-28 10:38:06 +00:00
warren%netscape.com
f5e1196f42
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
hyatt%netscape.com
9a161d923f
Number Two: Mail/news performance continued to decline. We thought the
...
situation with the tree widget was hopeless. And so we cloned it. This
new tree widget is exactly like the original in every way... only
1/8 its size.
Dr. Evil: I shall call it... MINI-TREE.
(Translation: Backward scrolling now works in the lazy tree
widget.)
1999-06-28 08:35:10 +00:00
peterl%netscape.com
6f9cc422d7
removed autostring constructor usage per rickg
...
cleaned up url listing
1999-06-27 21:17:39 +00:00
peterl%netscape.com
bac393ddbc
cleanup url listing
1999-06-27 21:16:16 +00:00
peterl%netscape.com
d39564b89e
removed old autostring constructor per rickg
1999-06-27 20:42:45 +00:00
rickg%netscape.com
4c5129437d
fixup nsString API
1999-06-27 18:21:27 +00:00
valeski%netscape.com
ff18ce7d6d
various #ifdef NECKO fixes.
1999-06-27 16:12:20 +00:00
troy%netscape.com
5213679b85
Fix for bug #7656 . Changed the root frame to size the document element's
...
frame so it covers the entire canvas
1999-06-27 02:39:09 +00:00
av%netscape.com
892b528961
Enabling stuff checked in earlier
1999-06-27 00:05:05 +00:00
danm%netscape.com
18e69811ef
added 'content' property to JS window
1999-06-26 21:48:29 +00:00
mcafee%netscape.com
02058970cb
Adding BeOS case.
1999-06-26 07:28:55 +00:00
mcafee%netscape.com
58aee90695
Adding case for BeOS.
1999-06-26 07:26:55 +00:00
warren%netscape.com
f6b9d3a028
Necko ifdefs for layout and rdf.
1999-06-26 06:36:26 +00:00
troy%netscape.com
520a472166
Fix for bug #6630 . Don't force the desired width to 0 for zero-height
...
frames, and don't have the document element frame shrink wrap
1999-06-26 03:21:49 +00:00
hyatt%netscape.com
9c6b436724
Throw me a frickin' bone here.
1999-06-26 02:45:36 +00:00
akkana%netscape.com
78e98af618
- Add a prettyprint flag to the html-to-text sink (false by default).
...
When prettyprinting is on, we will attempt to make the plaintext
mimic the look of the html; when off (as for copy/paste), we just
dump the text with no formatting information.
1999-06-26 00:01:11 +00:00
dcone%netscape.com
e60b46a5a2
Fixed a bug that double prints
1999-06-25 14:48:37 +00:00
mcafee%netscape.com
28609227a2
BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes.
1999-06-25 10:56:50 +00:00
hyatt%netscape.com
98d61129f0
Fix for nsCOMPtr lameness.
1999-06-25 10:21:09 +00:00
hyatt%netscape.com
cb9283ce54
Release the chain when done with it.
1999-06-25 10:07:45 +00:00
hyatt%netscape.com
99a310c209
Fixing my for scoping.
1999-06-25 10:03:37 +00:00
hyatt%netscape.com
4a9c1748ca
More scrolling fun.
1999-06-25 09:59:20 +00:00
ramiro%netscape.com
05ae9c3868
Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
...
for providing the base patch.
1999-06-25 09:38:26 +00:00
hyatt%netscape.com
b3853e4a0b
Give me your baby! Ah want tuh eat yore baby!
1999-06-25 09:35:39 +00:00
hyatt%netscape.com
ebd6cc8ab4
The tree widgets will use its giant "laser beam" to conquer 1960s Earth.
1999-06-25 08:45:01 +00:00
hyatt%netscape.com
79970b44df
Tree views are the diet coke of evil.
1999-06-25 08:06:46 +00:00
troy%netscape.com
6b4be3d824
Fix for bug #5762 . Changed DeleteFrame() to call CancelReflowCommand()
...
when a frame is destroyed
1999-06-25 04:22:15 +00:00
troy%netscape.com
3bd4abf53c
Fix for bug #6947 . Changed PlaceBlock() to also check the combined area height
...
when checking for a zero-height frame
1999-06-25 03:17:04 +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
6fc20cbcd6
More necko changes.
1999-06-25 01:53:22 +00:00
hyatt%netscape.com
03cf38bfb1
Do tree widgets make you feel horny, baby? Do they?
1999-06-25 01:48:40 +00:00
hyatt%netscape.com
cdeb38b3a8
Fixes for scrolling.
1999-06-25 01:28:43 +00:00
pollmann%netscape.com
b5ccb72a9c
Getting cursor from style system: Insert paranoia^H^H^H^H^H^H^H^H^H stability code here.
1999-06-25 01:17:18 +00:00
pollmann%netscape.com
32d96f0efc
Use the style system to get the mouse pointer for an image input element.
1999-06-25 00:19:44 +00:00
buster%netscape.com
2fada58f4d
fixed build bustage, forgo using nsCOMPtr on views, they can't be ref counted!
1999-06-24 23:49:03 +00:00
buster%netscape.com
d05673c3ab
attempt to fix mac build
1999-06-24 23:32:03 +00:00
buster%netscape.com
ec65b45b03
fixed problem that scrollbars would appear on single-line text controls
...
fixed API masking problem, thanks Simon!
1999-06-24 22:42:50 +00:00
av%netscape.com
238854bcac
Fixing build problem
1999-06-24 21:34:37 +00:00
av%netscape.com
170e328f13
fixes getting right hdc foe winless plugin painting, disabled yet
1999-06-24 20:55:33 +00:00
akkana%netscape.com
f0da4068f2
5924: Fix XIF handling of HTML comments, and also pass through the document's original formatting whitespace
1999-06-24 20:15:52 +00:00
briano%netscape.com
97c665944e
File was missing a newline at the end of file, which upsets some Unix compilers.
1999-06-24 03:20:47 +00:00
troy%netscape.com
c36412d39d
Fix for bug #7397 . Changed space manager to allows negative values
...
for rect regions
1999-06-24 02:04:50 +00:00
troy%netscape.com
ec259e33cb
Updated to test for negative values for rect regions
1999-06-24 02:03:34 +00:00
hyatt%netscape.com
fbe6e1846a
Fun with tree widget scrollbars.
1999-06-24 01:45:44 +00:00
pollmann%netscape.com
c881390b63
Notify form submit observers on... well... form submission.
1999-06-24 00:45:23 +00:00
pollmann%netscape.com
eaca9b63b0
Adding form submit observer interface for Wallet and Single Signon
1999-06-24 00:07:34 +00:00
hyatt%netscape.com
6a503af3ec
Fixing a bug in the scrollbar buttons that was causing them to call the
...
MouseClicked method twice on a left click event.
1999-06-23 23:18:29 +00:00
hyatt%netscape.com
d47d863625
Hooking up the scrollbar so that I can listen to events.
1999-06-23 23:05:36 +00:00
kmcclusk%netscape.com
1ab657043a
Modified gfx-rendered widget styles to more closely match styles
...
in http://www.mozilla.org/xpfe/nsGFXWidgets.html .
Added check for null mHitFrame in nsListControlFrame::MultipleSelection and
nsListControlFrame::SingleSelection.
1999-06-23 21:50:56 +00:00
putterman%netscape.com
bcea6be137
This is hyatt checking in a fix for numerous mail/news tree bugs.
1999-06-23 21:04:14 +00:00
hyatt%netscape.com
81d809db20
Fix for bug #8778 .
1999-06-23 20:23:11 +00:00
warren%netscape.com
5e8dccf3fe
More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string.
1999-06-23 19:55:21 +00:00
hyatt%netscape.com
7794b9b80e
Tweaks to the scrollbar.
1999-06-23 17:00:17 +00:00
hyatt%netscape.com
07ef474d09
Fun fun fun.
1999-06-23 09:26:50 +00:00
hyatt%netscape.com
1b1ec994dd
More methods.
1999-06-23 09:24:26 +00:00
hyatt%netscape.com
4085f9d461
Adding a scrollbar listener object, so I can be notified.
1999-06-23 09:15:48 +00:00
hyatt%netscape.com
e1000eaca3
More savory tree widget goodness.
1999-06-23 09:07:59 +00:00