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

397 Коммитов

Автор SHA1 Сообщение Дата
nisheeth%netscape.com 5c883a4105 Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state. 1999-08-31 10:06:17 +00:00
kipp%netscape.com 2104d301aa Nuked some warnings 1999-08-27 21:43:33 +00:00
kipp%netscape.com 30f9185583 Moved hardcode into ua.css 1999-08-27 21:42:46 +00:00
kipp%netscape.com 9065645f66 Use revised DivAlignValue methods 1999-08-27 21:42:31 +00:00
kipp%netscape.com 1ebf0f40f0 Made a method to inquire about nav-quirks mode and fixed a few methods to not be static so that they could use it 1999-08-27 21:42:08 +00:00
kipp%netscape.com 2b51e6f0cd Revised implementation to better manage the embedded text fragment; implement revised nsITextContent API 1999-08-27 21:41:13 +00:00
pollmann%netscape.com dc9a63ff3c Opps! 1999-08-27 20:59:28 +00:00
pollmann%netscape.com b30247886d Warning cleanups and Bug 12350 1999-08-27 03:59:49 +00:00
rods%netscape.com b15c206d15 removed the hard coded blue border from Input typ=image 1999-08-26 14:49:42 +00:00
rods%netscape.com c9bf748f16 Put in check for null a mOptions and return zero for GetLength 1999-08-26 14:48:59 +00:00
karnaze%netscape.com 0b5b66f195 bug 1271 - percentage height cells, added GetNumCellsOriginatingInRow, fixed GetNumCellsOriginatingInCol 1999-08-25 21:49:18 +00:00
rods%netscape.com 43bd3be0ff The index of the option being deleted needs to be remembered before the it is removed from the list 1999-08-25 13:44:49 +00:00
pollmann%netscape.com 9e3f0fe780 Warning cleanups. 1999-08-24 22:03:34 +00:00
pollmann%netscape.com 9b7cbfb55a Split out AddOption/RemoveOption(), plus warning cleanups. 1999-08-24 22:02:42 +00:00
pollmann%netscape.com 1b854df76c Bug 3285: Update impl files to return correct type 1999-08-21 02:57:29 +00:00
pollmann%netscape.com c4560943a3 Bug 3256: Scroll frame into view when form element receives focus. 1999-08-21 00:19:34 +00:00
pollmann%netscape.com c9f3e8764c Bug 3285: Implement Item() method on Form Element content object. 1999-08-20 23:15:40 +00:00
hyatt%netscape.com ad2134d3e9 Renaming onaction to oncommand. Also adding getIID to nsIFocusableContent, since
I'll need to be using that later on.
1999-08-20 22:56:15 +00:00
troy%netscape.com 90496286f5 Changed GetTag() to return NULL for the tag name 1999-08-20 03:17:11 +00:00
vidur%netscape.com 09c7b27b68 Null check for replaceChild() parameter 1999-08-19 22:22:45 +00:00
ducarroz%netscape.com b41c47615b Add Get/Set Autocomplete methods 1999-08-19 22:10:56 +00:00
rods%netscape.com 70c71e58e3 added nsAttributeContent.cpp 1999-08-19 14:17:28 +00:00
rods%netscape.com 8ec80fd783 Removed some old code, fixed some ref counting, added nsIAttributeContent interface 1999-08-19 14:13:46 +00:00
rods%netscape.com 3c7867ba77 added nsAttributeContent.cpp 1999-08-18 14:52:32 +00:00
rods%netscape.com b81a6bee75 initial add 1999-08-18 14:51:56 +00:00
joki%netscape.com da36d40b61 Adding new onselect event. Also slight modification to ender text widget focus behavior 1999-08-07 23:18:35 +00:00
buster%netscape.com 2094a92c5f fixed BodyFixupRule::MapStyleInto to respect background color properly
code-reviewed by Peter Linss
1999-08-07 05:38:28 +00:00
peterl%netscape.com 77c0a0f6bd route CSS declaration parsing through the CSSLoader's parsers 1999-08-04 05:09:01 +00:00
peterl%netscape.com b359e66488 fix setting empty attributes
approved cyeh
1999-07-28 21:41:16 +00:00
vidur%netscape.com fd548eecce Added form searching for form controls that are newly created and added to the tree. 1999-07-28 05:26:55 +00:00
joki%netscape.com deb676cd44 Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus. 1999-07-26 15:02:19 +00:00
peterl%netscape.com cfe146337b Cleaned up attribute parsing so that illegal values are preserved as strings 1999-07-24 19:55:35 +00:00
vidur%netscape.com 24261b3c9f Forms can now be container content. 1999-07-22 23:28:16 +00:00
peterl%netscape.com 22a8e415fc fix color handling 1999-07-18 00:20:27 +00:00
kipp%netscape.com f9e23515cd Removed a compiler warning 1999-07-16 17:40:39 +00:00
andreas.otte%primus-online.de b6031c6f4b NECKO only: Using helper function NS_MakeAbsoluteURI A: chofmann R:valeski 1999-07-11 15:46:10 +00:00
peterl%netscape.com 551c1fcc99 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
andreas.otte%primus-online.de d968fa955b NECKO only: replacing GetBuffer with ToNewCString and some error checking 1999-07-06 23:08:16 +00:00
kipp%netscape.com 667f48ea59 Removed white-space stripping from href's/backgrounds/etc to fix bug #8319 1999-07-05 21:14:37 +00:00
kipp%netscape.com 673f4543b9 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 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
vidur%netscape.com 8038804add Style elements now have a text child for their contents. 1999-07-01 21:39:14 +00:00
buster%netscape.com 1823698740 fixed warnings 1999-06-28 13:44:40 +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 5e8dccf3fe More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string. 1999-06-23 19:55:21 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
peterl%netscape.com d9bf100cd5 use '-moz-fixed' font for pre hack instead of 'monospace' 1999-06-22 19:19:13 +00:00
jfrancis%netscape.com 393b6f7f02 don't consume mouse down events if no link handler (allows text selection to work in links when link clicking is disabled). 1999-06-21 07:56:49 +00:00
jfrancis%netscape.com a49b921177 making the world safe for null linkHandlers 1999-06-21 07:47:29 +00:00
sfraser%netscape.com fecd3f3980 Comment out nsTraceRefCnt lines, which should really be debug only. 1999-06-19 21:51:14 +00:00