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

5311 Коммитов

Автор SHA1 Сообщение Дата
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