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

1361 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com 487d9ea921 NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
peterl%netscape.com 457dea0ee6 force display type of viewport frame to BLOCK 1999-06-18 05:36:58 +00:00
jfrancis%netscape.com 2642d186aa bug 8287; rvd sfraser; aprvd buster; aprvd chofmann 1999-06-16 21:38:51 +00:00
sfraser%netscape.com 2d9d17ae7b Don't release the selection that you didn't addref, mister document encoder. 1999-06-15 23:58:41 +00:00
sfraser%netscape.com 919be71caa Fix GetViewForRendering() in the window coordinates case. 1999-06-15 23:54:26 +00:00
peterl%netscape.com 0c859acb8d use new medium testing api
use enumeration func for faster rule matching
1999-06-15 06:15:51 +00:00
peterl%netscape.com 7e72cd8d5d added create child namespace by id 1999-06-15 06:14:59 +00:00
peterl%netscape.com 77c5e95f16 added UseForMedium (for faster medium testing) 1999-06-15 06:14:31 +00:00
peterl%netscape.com e11c6c3a5c added new create child namespace 1999-06-15 06:14:09 +00:00
evaughan%netscape.com 0cd0038d58 Integrated a new XP scrollbar
Added tri state behavior to titled buttons.
1999-06-15 04:02:43 +00:00
joki%netscape.com 33ed7f5b51 Fixes for event going to frames which have changes as a result of other event handlers. (loosely bug 1283) 1999-06-15 03:14:28 +00:00
buster%netscape.com e32f7fd863 added support for ender GFX-Rendered text control 1999-06-12 22:32:41 +00:00
buster%netscape.com 7df4e2eafc added support for getting and setting default background and font info 1999-06-12 22:31:57 +00:00
buster%netscape.com a5bf1c7896 added support for style contexts getting background and font defaults from
the pres context.
1999-06-12 22:31:15 +00:00
vidur%netscape.com bb3aac94b5 Fix for bug 6785. Incorrect reinitializing of mData. 1999-06-12 00:37:36 +00:00
dcone%netscape.com bd5a448110 background Image speed up
Commented out the box around the printout until Troy returns
1999-06-11 14:43:14 +00:00
sfraser%netscape.com c4ec54057e Comment out useless assert. 1999-06-10 21:43:08 +00:00
mjudge%netscape.com 9fe26c4a47 adding kins fix for the bitrotted addrange code. never was used before 1999-06-10 21:24:04 +00:00
mjudge%netscape.com 1e4bbda958 fixing table selection again. also adding parameter to nsIFocusTracker that allows us to get the current caret location. I am also stopping nsTableRowFrame from putting blue border around itself since cells are a high enough granularity. made a change to nsIFrame GetPosition to remove some useless parameters ect. this caused me to change nsDOMEvent.cpp and some other places.
MJ
1999-06-10 21:08:17 +00:00
hyatt%netscape.com 29dd30bc47 Tweak to the tree frame construction code. 1999-06-10 09:31:30 +00:00
peterl%netscape.com 4c5a011021 added support for attribute namespaces on generated content
stubed out improvements to style change painting code
1999-06-10 05:24:00 +00:00
peterl%netscape.com e4693f9f9a added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)
1999-06-10 05:18:46 +00:00
peterl%netscape.com 5af713b6eb removed equals and hashvalue methods 1999-06-10 05:17:27 +00:00
kostello%netscape.com 30d8323d5c Fix build bustage: changed include to be the right case 1999-06-10 01:06:35 +00:00
kostello%netscape.com af8311bbc4 Akkana set up a service for encoding a document.
This checkin adds the implementations for encoding
HTML and plain text:

nsTextEncoder::EncodeToString(..)
nsHTMLEncoder::EncodeToStream(..)

Hooked these services into the nsHTMLEditor implemenation

We probably want to update the clipboard code to
use the same pattern as in nsHTMLEditor.cpp
1999-06-10 00:35:02 +00:00
akkana%netscape.com 8dd6c30502 7720: fix regression caused by attempting to fix XIF handling of comments 1999-06-09 00:48:21 +00:00
hyatt%netscape.com 82d4c0af7b Fixing a bug with allowevents in the tree view. 1999-06-09 00:04:25 +00:00
joki%netscape.com 6f1a265019 Adding new method to nsIDOMNSUIEvent to give event pos as range offset. 1999-06-08 02:19:26 +00:00
akkana%netscape.com 411b9335fd Add Init method to pass in the document and mime type 1999-06-08 00:01:55 +00:00
akkana%netscape.com b6db890d57 Split document encoder's Encode() method into a stream method and a string method 1999-06-07 19:32:36 +00:00
bruce%cybersight.com 4628b7944a Tokens may not follow '#endif'. This fixes the HP-UX build. 1999-06-05 11:35:36 +00:00
nisheeth%netscape.com b4dd4f1342 Patch from alecf to do a null pointer check in FindFrameWithContent(). 1999-06-05 00:18:03 +00:00
sspitzer%netscape.com 099c1e995a fix build breakage on UNIX. tindebox builds with --enable-pedantic, which
catches stuff like this.
1999-06-04 23:57:35 +00:00
akkana%netscape.com 365b822bb1 attempt to fix win build bustage 1999-06-04 23:45:25 +00:00
mjudge%netscape.com 69a5dfd797 fixes for selection and memory leaks 1999-06-04 23:00:24 +00:00
akkana%netscape.com a6d85f64a3 cast away constness for a temporary fix to windows build bustage 1999-06-04 22:58:47 +00:00
akkana%netscape.com 3d54e784c0 XIF Document Encoder; and partial fix for XIF-to-html conversion of comments 1999-06-04 22:22:53 +00:00
nisheeth%netscape.com d258a2fb2b Fix for bug 6892. We should not set focus each time a document viewer creates a new window but leave it to the embedding application to decide when to set focus. 1999-06-04 01:48:38 +00:00
akkana%netscape.com 7eb99ffcd0 Checking in the non-dangerous parts of the XIF document/html encoder 1999-06-04 01:04:08 +00:00
akkana%netscape.com 8b73938c4d Vidur's initial implementation of Insert HTML Fragment 1999-06-03 22:38:38 +00:00
warren%netscape.com 856c122c19 Left over from mozilla/base/src. 1999-06-03 21:50:54 +00:00
alecf%netscape.com 1e37044d42 first cut at scriptifying nsISupportsArray - remove constness from all methods, add new XPCOM compatible methods and fix layout code to handle lack of const methods 1999-06-02 02:06:32 +00:00
jfrancis%netscape.com 7dd79a4cfd fix for subtree iter Init - now works when inited over a single textnode 1999-06-02 00:41:45 +00:00
mjudge%netscape.com 789f8c3ebc invalid != for unix I will investigate this later. What i am checkin in now SHOULD remove any ambiguity in the code. 1999-06-01 23:53:01 +00:00
mjudge%netscape.com 51faf8cbdb new table selection code drag inside and outside of tables with ease. added some overriding methods to nsTableCellFrame and nsTableFrame to make selection "draw" correctly for those containers. 1999-06-01 23:04:13 +00:00
beard%netscape.com 49aa6c81c8 make sure mScriptContextOwner isn't NULL (apologies to sspitzer, made the test consistent with line #2283, hope you don't mind) 1999-05-29 21:43:24 +00:00
sspitzer%netscape.com 9cea6738a5 fix for #7344. check for nsnull before dereferencing. 1999-05-29 20:55:48 +00:00
bruce%cybersight.com 0d5fd43f0b Use $(DLL_SUFFIX) here as well. 1999-05-29 02:25:28 +00:00
alecf%netscape.com 16c8c3a8d1 GetCharPref is going away for nsIPref scriptability - use CopyCharPref instead 1999-05-28 00:51:34 +00:00
vidur%netscape.com 2206692fcd Fix for bug 6125. DOMImplementation::hasFeature() now works better 1999-05-28 00:22:47 +00:00