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

2268 Коммитов

Автор SHA1 Сообщение Дата
vidur%netscape.com d60aeaab2e Added form searching for form controls that are newly created and added to the tree. 1999-07-28 05:26:55 +00:00
vidur%netscape.com e557b2140e Fixed incorrect inclusion of text elements in tag stack creation in CreateContextualFragment. 1999-07-28 05:26:16 +00:00
vidur%netscape.com 118ec90f2c Added new forwarding macro. 1999-07-28 05:25:44 +00:00
waterson%netscape.com a5d129b99b Bug 10617. Get folder performance back. We now _do not_ tell layout about individual content that gets appended during CreateContainerContents(), and instead wait until we've constructed all child nodes to do a ContentChanged() notification. 1999-07-28 05:21:22 +00:00
waterson%netscape.com d9a7613550 Implement RemoveWidgetItem(). Whoops. 1999-07-28 02:53:49 +00:00
nisheeth%netscape.com 4e5aff98b2 Add static GetIID() method for creating smart pointers to nsIXMLContentSink. 1999-07-28 01:17:09 +00:00
harishd%netscape.com 49e2f26016 EnableParse() returns nsresult. 1999-07-27 23:33:16 +00:00
putterman%netscape.com 5638dcc255 GetResource first looks at ref. checkin for waterson. 1999-07-27 23:02:13 +00:00
joki%netscape.com e49a6d584f Partial fixes for focus/blur events on windows/frames, fixes for incorrect event.target values 1999-07-27 20:55:03 +00:00
waterson%netscape.com 952e4e3de7 Fix --pedantic bustage. 1999-07-27 18:04:55 +00:00
waterson%netscape.com 91a8ac09e7 Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
joki%netscape.com 556e5e31e7 Fixing key value for ctrl+keys. 1999-07-27 14:38:07 +00:00
waterson%netscape.com b30b439a4c Re-add. Wasn't meant to be deleted yet. 1999-07-27 03:03:25 +00:00
waterson%netscape.com 3e44429c51 Native builder exorcism. Long live templates. 1999-07-27 02:40:40 +00:00
joki%netscape.com f1c8421c61 Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus. 1999-07-26 15:02:19 +00:00
hyatt%netscape.com 8e2cd2600e Adding the menu events to the event map. 1999-07-26 09:18:57 +00:00
hyatt%netscape.com 17680a4e98 Adding a menu listener to the DOM for XUL menus. 1999-07-26 09:18:31 +00:00
nisheeth%netscape.com cbf9fde516 - Move AddDocTypeDecl method from nsIXMLContentSink to nsIContentSink.
- Fix bug 8607 by passing the XML decl and the doctype decl from the expat tokenizer to the XML DTD.
1999-07-26 05:40:25 +00:00
hyatt%netscape.com 1972b6d379 Using "accesskey" instead of "shortcut". 1999-07-26 01:19:49 +00:00
rickg%netscape.com f4902b78bc replaced calls to deprecated nsString API 1999-07-26 00:37:24 +00:00
jfrancis%netscape.com 250bfcbd91 fix for bug 9842 (aka 8227) plus some thread safety improvements 1999-07-25 08:41:42 +00:00
jfrancis%netscape.com 205e3e3fec fix for bug 9935 1999-07-25 05:31:05 +00:00
jfrancis%netscape.com 4b1939dc92 fix for bug: subtree iterator had bug in init code that could cause iter to be empty. 1999-07-25 05:30:15 +00:00
hyatt%netscape.com 52037238fa Fixing the problem where a blank space appears at the top of every XUL file. 1999-07-25 04:38:57 +00:00
evaughan%netscape.com f97d9c4df1 1) added .gif for horizontal scrollbar
2) added cropping to titledbuttons
3) fixed bugs in navigator.xul and navigator.css
1999-07-25 01:15:14 +00:00
peterl%netscape.com bfef8a3300 Cleaned up attribute parsing so that illegal values are preserved as strings 1999-07-24 19:55:35 +00:00
peterl%netscape.com 3bf8f6b907 added experimental CSS3 properties 1999-07-24 19:04:42 +00:00
peterl%netscape.com 4d52afc607 added debug code for netlib weirdage 1999-07-24 19:04:22 +00:00
peterl%netscape.com c27894263d added char unit output support 1999-07-24 19:00:42 +00:00
peterl%netscape.com 9d991de5f0 added some experimental CSS3 properties
fixed style context impact reporting
1999-07-24 18:59:43 +00:00
sfraser%netscape.com 9fba7e67ed Fix Mac startup crash: nil check for prefs. 1999-07-23 22:23:13 +00:00
hyatt%netscape.com 7a62bb78f1 The menu bar now supports shortcuts (e.g., ALT+f). Also repaired a minor problem
with keyboard navigation and mouse movement interoperability on the menus.
1999-07-23 07:39:16 +00:00
hyatt%netscape.com c1398e2384 Adding an xpmenuitem atom. 1999-07-23 05:09:17 +00:00
vidur%netscape.com 0ebbf485db Forms can now be container content. 1999-07-22 23:28:16 +00:00
nisheeth%netscape.com a14ff6dcb2 Fix for bug 10028. We handle mixed case mailto urls properly now. 1999-07-22 22:34:28 +00:00
akkana%netscape.com eeefe7ebd2 Fix selection bustage from yesterday 1999-07-22 19:42:21 +00:00
pollmann%netscape.com ba36807db2 Bug 5403: Release services properly 1999-07-22 18:32:49 +00:00
waterson%netscape.com d1e0dbad12 Fix computation of empty containers. 1999-07-22 05:11:52 +00:00
vidur%netscape.com 26ade9c4cc Deal with multiple BODY elements passed by the parser by ignoring all but the first 1999-07-22 04:46:57 +00:00
rjc%netscape.com 0d632627c1 Set empty="false" attribute even if container is closed. 1999-07-22 00:49:50 +00:00
putterman%netscape.com 60f0c0a65e Messenger Copy/Move menus now show menuitems instead of all menus. 1999-07-22 00:26:00 +00:00
rjc%netscape.com ce1364e264 Now update "empty" attribute as children count changes. 1999-07-21 23:10:07 +00:00
rjc%netscape.com 1ed51dd105 Ensure that we have a value. 1999-07-21 23:02:35 +00:00
bienvenu%netscape.com 06518b721b fix windows build bustage for Akkana 1999-07-21 22:17:20 +00:00
akkana%netscape.com 65aa229045 Add a working implementation for nsDOMSelection::ContainsNode, and use it in nsDocument::IsInSelection for XIF conversion 1999-07-21 21:29:29 +00:00
hyatt%netscape.com dda6f80134 Adding the open atom. 1999-07-21 07:42:31 +00:00
troy%netscape.com 36264ba5ab Change to StartLayout(): moved call to EnableRefresh() to before the InitialReflow()
call to work around a bug in the compositor
1999-07-21 04:47:15 +00:00
mscott%netscape.com 8392da15eb Necko Only!! Yuck. something was pretty bogus here...whenever we were parsing a url we'd create an empty
base url then try to turn the empty url into an absolute url which was returning an error. Looks like ParseURL would
never work.
1999-07-20 23:53:03 +00:00
kmcclusk%netscape.com af9e15b5e3 nsPresContext.cpp,.h - Added eWidgetRendering_PartialGfx as a rendering mode to PresContext.
ua.css - Added select[multiple] rule for multi-select listboxes without a size
Fixed form submission for gfx checkboxes,radiobuttons, and select by rewriting GetNamesValues.
Added nsListControlFrame::GetSizeAttribute and nsListControlFrame::GetNumberOfRows
Added logic to nsCSSFrameConstructor::ConstructSelectFrame and nsListControlFrame::Reflow
to handle the case of a multiselect select without a size specified.
1999-07-20 22:32:41 +00:00
mcafee%netscape.com 784b45d3ce minor warning fix 1999-07-20 20:24:28 +00:00
warren%netscape.com a2519a14d6 Added missing addref. 1999-07-20 20:03:11 +00:00
bienvenu%netscape.com 5ade5dfee3 checkin jefft's fix mailnews startup crash 1999-07-20 17:32:43 +00:00
hyatt%netscape.com 8e62e4618a I can now show a menu (and it looks halfway decent). 1999-07-20 10:35:24 +00:00
mcafee%netscape.com 94450aece7 GNU-class compilers are complaining about unhandled cases in all these switch statements, adding some default cases. 1999-07-20 10:10:12 +00:00
rjc%netscape.com c8406785e0 Work harder at getting the REAL parent container when determining if the parent container is a RDF_Seq during a natural order sort. 1999-07-20 09:04:24 +00:00
warren%netscape.com bf8423a769 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
hyatt%netscape.com 6ecedfdec8 Adding a pseudo atom for XP menu visibility state.
s
1999-07-20 07:12:48 +00:00
rjc%netscape.com 0708ffd2ac Only support sorting on RDF Seqs if container is actually a RDF_Seq itself. 1999-07-20 05:20:32 +00:00
rjc%netscape.com e236e64c7d Fix for bug #9899: set "empty" attribute on containers if they appear to be empty. 1999-07-20 04:21:24 +00:00
rjc%netscape.com 395b5ec7a8 Oops... PR_FALSE instead of just FALSE. 1999-07-20 03:14:34 +00:00
rjc%netscape.com cbda70fa34 Add support for sorting RDF_Seqs when in natural order sort mode. 1999-07-20 03:13:15 +00:00
akkana%netscape.com de29ba317c Try to fix windows build bustage 1999-07-20 00:24:11 +00:00
akkana%netscape.com feb61c6d4c Use the Range methods instead of homebrew stuff to determine when a point is contained in a range; eliminate code duplication 1999-07-19 22:41:49 +00:00
joki%netscape.com c47e24dc79 Checking in fix for tab navigation submitted by alex@cendio.se 1999-07-19 21:23:57 +00:00
joki%netscape.com d752334449 Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
waterson%netscape.com e55647074b Bug 6873. Performance improvements to the generic builder. The template builder now instantiates template content 'lazily' when the frame system asks for it. 1999-07-19 19:18:10 +00:00
hyatt%netscape.com b7a4382dfa Teaching the menu bar how to highlight the first item when the ALT key
is pressed.
1999-07-19 08:09:30 +00:00
rickg%netscape.com 23b232d248 switch to faster string search API 1999-07-19 03:29:56 +00:00
rjc%netscape.com c62018929a Fix a warning by tossing out some old debugging code. 1999-07-18 08:25:24 +00:00
rickg%netscape.com e94128a661 fixed bug 9845 1999-07-18 06:35:52 +00:00
hyatt%netscape.com 8b79ce996e Turning on XP menus. 1999-07-18 03:16:58 +00:00
mjudge%netscape.com c0b1525970 massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
peterl%netscape.com 96e0cff2d6 use preprocessor to generate atom code 1999-07-18 00:35:21 +00:00
peterl%netscape.com 33759cf899 string usage cleanup 1999-07-18 00:34:53 +00:00
peterl%netscape.com 82742cc403 string usage cleanup
sync to new entity api
1999-07-18 00:34:41 +00:00
peterl%netscape.com 49e887a855 update to new property and keyword enums and apis 1999-07-18 00:33:53 +00:00
peterl%netscape.com 18bb385451 switch to preprocessor for code generation 1999-07-18 00:32:32 +00:00
peterl%netscape.com 6de833e76e update to new property and keyword enums and apis
added 'ch' unit support
1999-07-18 00:31:37 +00:00
peterl%netscape.com 3eacc5f5d8 sync to color api change 1999-07-18 00:30:30 +00:00
peterl%netscape.com 6d237f7fdc cleanups 1999-07-18 00:30:11 +00:00
peterl%netscape.com 9ab505b75a removed warnings 1999-07-18 00:29:39 +00:00
peterl%netscape.com 72465e27a5 added char support
update to new property and keyword enums and apis
removed warnings
1999-07-18 00:28:43 +00:00
peterl%netscape.com 64ca5956b4 removed warnings
update to api changes
1999-07-18 00:27:40 +00:00
peterl%netscape.com 17f883524a added char unit support
removed warnings
update to color api change
1999-07-18 00:27:02 +00:00
peterl%netscape.com 3df2d71720 remove warnings 1999-07-18 00:26:14 +00:00
peterl%netscape.com ec7b92b816 update to new property and keyword enums and apis 1999-07-18 00:25:28 +00:00
peterl%netscape.com 9d026a4262 use preprocessor to generate atom code 1999-07-18 00:24:47 +00:00
peterl%netscape.com e6667a928a removed old include 1999-07-18 00:23:08 +00:00
peterl%netscape.com 26a3081cd1 update to new entity lookup api 1999-07-18 00:22:49 +00:00
peterl%netscape.com 07a86b4145 fix color parsing
update to new tag lookup api
1999-07-18 00:22:29 +00:00
peterl%netscape.com 7a4bc5e7cd update to new tag and entity lookup apis 1999-07-18 00:21:41 +00:00
peterl%netscape.com 9aea959a8c fix color handling 1999-07-18 00:20:27 +00:00
peterl%netscape.com 162a545b8d removed unused IID 1999-07-18 00:17:03 +00:00
peterl%netscape.com 4be5417e98 fix outline width cache
fix outline change computation
1999-07-18 00:16:35 +00:00
peterl%netscape.com 50997d7433 use preprocessor for code generation 1999-07-18 00:15:37 +00:00
peterl%netscape.com 5ed314c7e6 cleanup string usage 1999-07-18 00:15:22 +00:00
peterl%netscape.com 02bb492ee5 removed unused imports 1999-07-18 00:15:03 +00:00
peterl%netscape.com 63e40660f8 use preprocessor for atom code generation 1999-07-18 00:13:35 +00:00
peterl%netscape.com 2cda14ec55 added != operator 1999-07-18 00:13:08 +00:00
peterl%netscape.com 3a3725dcca clean up some string usage 1999-07-18 00:01:21 +00:00
rjc%netscape.com ba2f8f9be7 Use application locale when sorting with collation service; fix for bug #9968. 1999-07-17 21:36:17 +00:00
beard%netscape.com 06085c800b added <iostream.h> 1999-07-17 01:58:38 +00:00
kipp%netscape.com dd6cf0e923 Removed a compiler warning 1999-07-16 17:40:39 +00:00
warren%netscape.com 84bd74a4fd Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
hyatt%netscape.com 1146e0fe11 Initializing a member variable to nsnull. 1999-07-16 08:26:42 +00:00
hyatt%netscape.com 592408790f Continuing XUL overlay work. 1999-07-16 07:10:20 +00:00
waterson%netscape.com e858075361 Performance tweaks to SetAttribute(): minimize string compares by using atoms to set up event listeners; silly fixes to broadcaster push code. 1999-07-16 04:05:53 +00:00
waterson%netscape.com 159456c774 Don't set up the composite datasource and XUL builder until immediately before we start to layout the document; this avoids a bunch of useless OnAssert()'s getting propogated and dropped. 1999-07-16 04:03:52 +00:00
valeski%netscape.com 6ee521a3aa yanked some function redefinitions if NECKO was defined 1999-07-15 15:17:43 +00:00
dcone%netscape.com 56e7a48d52 Fixed printing to make sure all URL's are loaded before print.
Fixed the background tile render'er to save and restore clip.
1999-07-15 14:23:40 +00:00
rjc%netscape.com 5cea898d16 Add check for null. 1999-07-15 09:20:54 +00:00
sspitzer%netscape.com af8f0ad20d back this out. causes build bustage. sorry 1999-07-15 07:13:06 +00:00
sspitzer%netscape.com e4c9dbea9b use NS_DEFINE_CID instead of NS_DEFINE_CID where appropriate. fix warning 1999-07-15 07:00:22 +00:00
sspitzer%netscape.com 17366d87c0 fix warning 1999-07-15 06:58:53 +00:00
waterson%netscape.com fb0dd58baf Bug 8514. Add support s.t. 'ref=' changes will re-root a tree control (or other RDF-generated content). 1999-07-15 01:22:59 +00:00
kmcclusk%netscape.com d42e178f95 fixed bugs #6303, #6753, #6756, #6759
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
rjc%netscape.com 7cfab409c1 Use GetTextForNode() more, as well as use GetValueConst(). 1999-07-14 21:13:13 +00:00
tague%netscape.com 9032ab797e Fixed bug #8227 deref errors in tempDOMTextRange 1999-07-14 21:10:55 +00:00
akkana%netscape.com a3fb11b98f Restructure the editor output routines to allow passing in
a mime type and a flag argument.  Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
      editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
nisheeth%netscape.com 817c0d49e4 Removing ifdef XML_PSEUDO_ELEMENT which is never defined. 1999-07-14 17:59:19 +00:00
jevering%netscape.com 4984bea6a5 Building w/Necko. For some reason prmem.h is not being included on the
NECKO=1 build.  Added include.
1999-07-14 17:13:05 +00:00
ftang%netscape.com f233a69669 hook charset detection for html document 1999-07-14 15:33:48 +00:00
waterson%netscape.com a475eefcf3 Bug 8318. Don't include rdf:local-store in the generic builder until we have all of the persistence issues sorted out. 1999-07-12 18:24:26 +00:00
andreas.otte%primus-online.de 838f5a972b NECKO only: Using helper function NS_MakeAbsoluteURI A: chofmann R:valeski 1999-07-11 15:46:10 +00:00
warren%netscape.com 61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
waterson%netscape.com 99a3ebae55 Bug 8854. Fix CloseWidgetItem() to play nice with mixture of XUL and RDF content. 1999-07-09 20:41:41 +00:00
vidur%netscape.com e7366c4bc8 Cut-and-paste error. GetVLinkColor was calling the body's GetLink method. Fix approved by chofmann, reviewed by nisheeth. 1999-07-08 19:55:47 +00:00
akkana%netscape.com 67a0559e7f 9180: add content comment, not XIF comment. r=chofmann 1999-07-07 22:43:46 +00:00
pinkerton%netscape.com aebf313276 rewite GetScreen* to use nsIWidget::WidgetToScreen(), which actually will work under linux and mac. (rev pavlov, appr cyeh). Bug #9114. 1999-07-07 22:40:22 +00:00
hyatt%netscape.com e710d64d06 Fixing redraw problems on initial show of window. 1999-07-07 22:34:10 +00:00
warren%netscape.com 0efef3c3f9 Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:19:38 +00:00
warren%netscape.com 9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
norris%netscape.com 06317a54b3 Tom Pixley's code for the beginnings of DOM security, with a fix for the previous Mac link failure. 1999-07-07 07:50:03 +00:00
nisheeth%netscape.com 8759b44d5c Removed an extra space from the string displayed in the title bar. 1999-07-07 07:45:48 +00:00
nisheeth%netscape.com 9a9455daeb Partial fix for bug 5707. We now set the title of the image to "Image: width x height pixels", where width and height are the dimensions of the image being displayed. This title is set from nsImageDocument::EndLayout() a newly added method that gets called from nsImageListener::StopRequest(). 1999-07-07 07:31:24 +00:00
waterson%netscape.com a3fd49276e Bug 7722. PR_LOG instead of assert when an attempt is made to create element with a bogus namespace. 1999-07-07 06:52:21 +00:00
rjc%netscape.com 62c5b9e788 Small insertion fix. 1999-07-07 06:34:18 +00:00
rjc%netscape.com 2224f3cb34 Now able to sort by dateLiterals and intLiterals too. <Whee> 1999-07-07 05:32:07 +00:00
vidur%netscape.com 97f3a5f03b Added a HTMLDocumentColor special-case rule for the HTML element. This is set when either the bgColor or fgColor is set on a HTML document. 1999-07-07 04:53:36 +00:00
vidur%netscape.com 8aa9c1594f Switched document.bgColor,fgColor, etc. to set a style rule on the HTMLStyleSheet if the BODY element doesn't yet exist 1999-07-07 04:52:27 +00:00
waterson%netscape.com dd1a7d4110 Fix compiler warnings. 1999-07-07 04:26:24 +00:00
peterl%netscape.com 00dae67152 fix unix bustage (query interface macro usage error) 1999-07-07 02:07:34 +00:00
peterl%netscape.com b2f56f9f62 force quirks off for XML 1999-07-07 01:33:27 +00:00
peterl%netscape.com a7f9440b61 cleanup error handling 1999-07-07 01:32:59 +00:00
peterl%netscape.com 75f67b7a05 split attributes into mapped and unmapped parts 1999-07-07 01:32:28 +00:00
peterl%netscape.com 704fe7a511 added color name string value 1999-07-07 01:31:34 +00:00
waterson%netscape.com 25d4abb1e7 Remove XUL_TEMPLATES and XUL_TEMPLATE_ASSERTIONS #ifdefs. Add FALLBACK_BUILDERS #ifdef that (when removed) will turn off the C++ builders for constructing content. 1999-07-07 01:31:00 +00:00
peterl%netscape.com a91231ba7c split attribute container into mapped and unmapped parts
only mapped part is uniqued now
1999-07-07 01:30:43 +00:00
peterl%netscape.com 2a9b289308 split attribute container into mapped and unmapped parts 1999-07-07 01:30:14 +00:00
peterl%netscape.com ac97bf4bb2 hook up quirk mode 1999-07-07 01:29:49 +00:00
peterl%netscape.com 2740355f28 hooked up quirk mode 1999-07-07 01:28:04 +00:00
peterl%netscape.com 1f884ca4e3 cleanup 1999-07-07 01:27:29 +00:00
peterl%netscape.com 640e8f35df better quirk mode handling 1999-07-07 01:27:08 +00:00
peterl%netscape.com e7584e516b fixed body append notification a bit 1999-07-07 01:26:25 +00:00
peterl%netscape.com 57c3b9a684 reworked attribute storage to seperate attributes mapped in to style from
those that aren't
This lets the style system optimize style contexts better.
1999-07-07 01:24:40 +00:00
peterl%netscape.com 6b109c6271 changed attribute mapping to use special attribute container 1999-07-07 01:22:38 +00:00
peterl%netscape.com 1ff58450ba better fixed font handling 1999-07-07 01:22:04 +00:00
peterl%netscape.com 600982b67a better memory handling 1999-07-07 01:20:43 +00:00
peterl%netscape.com b845295513 propogate quirk mode into child contexts 1999-07-07 01:20:21 +00:00
peterl%netscape.com af351c6728 cleanup 1999-07-07 01:19:31 +00:00
peterl%netscape.com 35831e358b changed attribute impact api 1999-07-07 01:18:59 +00:00
peterl%netscape.com 39583487e8 fixed css quirk support in XUL
removed dead code
1999-07-07 01:17:21 +00:00
peterl%netscape.com c1cc052229 sync to styled content api change 1999-07-07 01:16:56 +00:00
akkana%netscape.com 5c1253edca Fix formatted plaintext output -- it wasn't following prettyprint or wrap length 1999-07-06 23:13:15 +00:00
andreas.otte%primus-online.de 001ff1afea NECKO only: replacing GetBuffer with ToNewCString and some error checking 1999-07-06 23:08:16 +00:00
joki%netscape.com 6385394fee Partial fix for bug 8123, handle spacebar scrolling on keypress, not keydown 1999-07-06 22:55:46 +00:00
hyatt%netscape.com 5101e52906 Trying to fix build bustage. 1999-07-06 18:53:41 +00:00
kipp%netscape.com c6d375626b Removed white-space stripping from href's/backgrounds/etc to fix bug #8319 1999-07-05 21:14:37 +00:00
kipp%netscape.com 83b55405b9 Map entities that expand to \r to \n (bug #6199); eliminate linux specific compiler warnings 1999-07-05 19:45:27 +00:00
kipp%netscape.com 7128c4ecd7 Made direction inheritable by tables in nav-quirks mode; cleaned up some linux specific compiler warning noise 1999-07-05 18:43:38 +00:00
hyatt%netscape.com 29aef8ae97 Will do intrinsic sizing when the window is really small (doesn't have to be
0, since Linux barfs on that).
1999-07-05 16:54:14 +00:00
radha%netscape.com 59223b8a6c Don't use the values returned by NS_MakeAbsURL to pass it to link handler, when
a mailto: url is clicked. This is because netlib doesn't understand mailto: urls yet.
This will be fixed the right way after NECKO lands
1999-07-04 23:48:06 +00:00
andreas.otte%primus-online.de 029524c65d NECKO only: fixing MakeAbsolute when loading images, cleanup 1999-07-04 22:23:38 +00:00
andreas.otte%primus-online.de 4cb2c169f8 NECKO only: fixing MakeAbsolute when using link 1999-07-04 20:56:29 +00:00
hyatt%netscape.com 73b08a974d Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
jfrancis%netscape.com a79218c7e4 thread safety comes to nsRange 1999-07-03 11:14:08 +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
waterson%netscape.com 62530d62af Implement OnChange() on the Generic and XUL builders. 1999-07-03 02:41:13 +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
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
akkana%netscape.com 51406266dd Fix DoPrettyPrint -- turning off prettyprinting was broken 1999-07-02 19:41:40 +00:00
hyatt%netscape.com a14d2e671e Making sure the default scrolling behavior for a webshell in XUL is
OVERFLOW_HIDDEN always.  Scrolling behavior set on the box itself
can be used to enable scrolling.
1999-07-02 05:29:18 +00:00
troy%netscape.com 5b550f3d8a Added function FindPrimaryFrameFor() 1999-07-02 04:46:19 +00:00
vidur%netscape.com b12eace386 Style elements now have a text child for their contents. 1999-07-01 21:39:14 +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
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
hyatt%netscape.com fa48a0b102 Fixing StartLayout so that it asserts and leaves the function if no root
content is available.
1999-07-01 07:34:19 +00:00
pinkerton%netscape.com cd99200170 don't include nsHTMLAtoms.h since it's bad, and not needed anyway. 1999-07-01 06:47:31 +00:00
pinkerton%netscape.com f57e5480a5 don't show tooltip when node is disabled, use both the global and local coordinates when showing a tooltip so alignment will work. added some debug stuff to track down why mac isn't doing screen coords correctly. 1999-07-01 06:27:42 +00:00
hyatt%netscape.com 0dd84590e4 Adding some atoms. 1999-07-01 05:06:11 +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
pinkerton%netscape.com 8c96d9200e don't crash if parent is null when asking for mouse coordinates. 1999-07-01 03:26:43 +00:00
rjc%netscape.com bc9d03d879 Use a binary insertion sort. (Note: there is a conditional near the top of the file that can turn off the binary insertion sort and revert back to the older, slower code, in case of any weird bugs I haven't caught.) For the moment, its turned ON as I haven't seen any problems with it. 1999-07-01 01:55:09 +00:00
waterson%netscape.com 2bc96a3bce Bug 9098. Remove NS_PRECONDITION, as this can happen normally as part of teardown. 1999-07-01 01:21:14 +00:00
pinkerton%netscape.com 2fb58822af go back to using static define instead of GetIID for one part of QI because of win32 compiler. i hate it, but until i can talk to scc.... 1999-07-01 00:54:46 +00:00
pinkerton%netscape.com 358bcc130a Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well. 1999-07-01 00:07:41 +00:00
evaughan%netscape.com 54afa7f4f6 Added anonymous node support.
Added splitters
Added Grippies.
1999-06-30 22:17:43 +00:00
waterson%netscape.com 0370e7c3fd Add GetIID(). 1999-06-30 19:47:42 +00:00
waterson%netscape.com a9e63d1095 Add GetIID(). 1999-06-30 19:28:16 +00:00
akkana%netscape.com 66024861e2 - 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
vidur%netscape.com 04e0e1ade3 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 bb53422b38 Switched to using NS_WITH_SERVICE as per bug 5403 1999-06-29 23:43:46 +00:00
valeski%netscape.com e4ba4e0477 getbuffer bypass 1999-06-29 23:14:43 +00:00
tague%netscape.com 353d857fed Added clause and selection support for Input Methods. Fixes bug #8639, #8459, #6989, #7824 1999-06-29 20:31:22 +00:00
scc%netscape.com 4973918df6 Added |GetIID()| 1999-06-29 20:28:56 +00:00
hyatt%netscape.com 58cda7a8d0 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
rods%netscape.com 53b1ce1076 Added toolbaritem 1999-06-29 14:21:14 +00:00
warren%netscape.com ef2fbe9982 Necko cleanup. 1999-06-29 00:37:14 +00:00
akkana%netscape.com 9cf081e388 Better place to flush the buffer, suggested by Vidur 1999-06-29 00:26:06 +00:00
warren%netscape.com 45b706bd8c Fixed necko ifdef. 1999-06-29 00:25:46 +00:00
vidur%netscape.com a9468193b4 added case for HTML element to MakeContentObject 1999-06-28 23:41:01 +00:00
vidur%netscape.com 958933de7c nsHTMLContentSink.cpp 1999-06-28 23:39:25 +00:00
akkana%netscape.com 4a4be41c87 Call FlushText after calling AddText, to keep from dropping text at the end of the fragment 1999-06-28 23:39:15 +00:00
akkana%netscape.com b7e797ed52 Fix warnings, mostly from conflicts with the index routine declared in string.h on Linux 1999-06-28 21:27:10 +00:00
mscott%netscape.com 25a6e7c788 necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:43:28 +00:00
harishd%netscape.com 04bc04532e Fix for Bug# 7957.
Always set the first "Title".
1999-06-28 19:56:10 +00:00
nisheeth%netscape.com 684b70fd14 Replacing nsIURI.h with nsIURL.h in the include list. 1999-06-28 15:06:33 +00:00
nisheeth%netscape.com dbca200533 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 46687bfc33 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 bae346e642 Changed nsIURL to nsIURI. 1999-06-28 14:12:08 +00:00
nisheeth%netscape.com 6e140506a0 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 186c247a47 Fixing up xml stylesheet PI... 1999-06-28 14:01:51 +00:00
buster%netscape.com 481008636f fixed warnings 1999-06-28 13:44:40 +00:00
peterl%netscape.com a35f309ef4 removed autostring constructor usage per rickg
cleaned up url listing
1999-06-27 21:17:39 +00:00
peterl%netscape.com eb116131c1 cleanup url listing 1999-06-27 21:16:16 +00:00
peterl%netscape.com 536fe1d103 removed old autostring constructor per rickg 1999-06-27 20:42:45 +00:00
valeski%netscape.com 32de4bf808 various #ifdef NECKO fixes. 1999-06-27 16:12:20 +00:00
warren%netscape.com fbd6d1dc57 Necko ifdefs for layout and rdf. 1999-06-26 06:36:26 +00:00
akkana%netscape.com 77de9e4f9c - 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
rjc%netscape.com b71e65cc64 Only set natural order attribute on the containment element. 1999-06-25 09:32:43 +00:00
rjc%netscape.com 990539b30a Unset sortActive and sortDirection attributes if "natural order" is being used. 1999-06-25 09:19:29 +00:00
rjc%netscape.com d61393dde8 Get sorting working with new tree structure. Basically, just look for treechildren instead of treebody when walking down from the root of the tree. 1999-06-25 06:47:28 +00:00
warren%netscape.com 32d4f24430 Changed URLGroup to LoadGroup 1999-06-25 02:31:51 +00:00
warren%netscape.com 4001aade80 Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
warren%netscape.com bde10cf3a0 More necko changes. 1999-06-25 01:53:22 +00:00
waterson%netscape.com b6f0320775 Fix use of nsString with nsAutoString where appropriate. 1999-06-24 21:19:02 +00:00
akkana%netscape.com 8acb7e9e08 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
waterson%netscape.com 4b1f9242e4 Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. 1999-06-24 00:22:58 +00:00
pollmann%netscape.com 3cc85150d7 Adding form submit observer interface for Wallet and Single Signon 1999-06-24 00:07:34 +00:00
warren%netscape.com 15272e93b7 More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string. 1999-06-23 19:55:21 +00:00
hyatt%netscape.com fc69b0751c Fix for 8735. 1999-06-23 07:21:11 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
hyatt%netscape.com b66c3c67f2 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
akkana%netscape.com c91c3d0b61 Remove selection methods from nsIDocument -- they were bogus anyway, real selection lives in the pres shell 1999-06-22 21:47:45 +00:00
peterl%netscape.com 36caaab61a removed unnecessary null tests (tested at call site for performance)
cleaned up null link handler testing to avoid URL conputation
1999-06-22 19:25:31 +00:00