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

373 Коммитов

Автор SHA1 Сообщение Дата
joki%netscape.com 46137420c0 Modifying nsIContent's AppendChild -> AppendChildTo to stop conflict with
DOM interfaces.
1998-08-21 21:38:26 +00:00
troy%netscape.com 8f260929b1 Re-ordered code that adds loader object to the array of loaders 1998-08-19 18:07:27 +00:00
troy%netscape.com c3adb596d7 Changed call to UpdateView() to be synchronous. This keeps us from
going re-entrant
1998-08-19 17:45:28 +00:00
troy%netscape.com 8b23990b90 Changed destructor to Interrupt() image group before realeasing reference 1998-08-18 01:43:35 +00:00
vidur%netscape.com 824d631d5e Implemented document.location. 1998-08-13 19:08:01 +00:00
joki%netscape.com ec9313f3d7 Move disassociation of frame from view up from destructor to DeleteFrame to prevent event entrance during destruction 1998-08-10 02:28:23 +00:00
joki%netscape.com b45f46d744 Partial fix for frame based and general memory leaks of webshells and prescontexts 1998-08-09 07:43:22 +00:00
troy%netscape.com acaa6d2f0e Change to object lifetime management. Views are no longer ref counted 1998-08-08 04:23:33 +00:00
vidur%netscape.com b1f5f748ae Implemented additional document and form interfaces. Implemented named elements for documents and forms. nsInput now implements nsIDOMHTMLInputElement. 1998-08-07 23:08:00 +00:00
rods%netscape.com 8dace2bf02 Shift click (without first clicking) no longer crashes the viewer 1998-08-07 20:15:36 +00:00
rods%netscape.com 41198541c5 Select All no turns on selection in the document and renders it selected. 1998-08-07 20:14:39 +00:00
kipp%netscape.com 8a88e31cb1 Landed changes made on branch (bug #312572) 1998-08-06 19:52:48 +00:00
rods%netscape.com cc8fe3270d Fixed: Links now work.
Fixed: Selection cursor no longer shows when clicking on a link.
(These are the same fixes as Stability branch bugs 312562 and 312563)
1998-08-06 16:29:45 +00:00
joki%netscape.com 98d57cce13 Fix links not working. 1998-08-06 07:55:05 +00:00
rods%netscape.com 7dcb5fc234 Additional selection changes 1998-08-05 22:38:24 +00:00
karnaze%netscape.com 8cdf00711c support for frameset cells without frames, fixed nsCSSRendering paint background divide by zero 1998-08-05 22:24:56 +00:00
rods%netscape.com 34c7b49f32 Fixed a warning in SelectAll 1998-08-05 22:23:03 +00:00
karnaze%netscape.com f76f781af8 form submission on carriage return in some cases; replaced NS_RELEASE with NS_IF_RELEASE in nsFrame destructor 1998-08-04 18:19:51 +00:00
vidur%netscape.com 856891ed81 Added document.forms. Specialized interfaces for images and forms. Better handling of childNodes collection. 1998-08-04 00:05:22 +00:00
rods%netscape.com d2d63295af Fixed the release problem on shell and doc and added a default paramenter to
Display Selection
1998-08-03 23:39:16 +00:00
rods%netscape.com e5af87628b Small selection fix, force update when frane changes but content stays the same. 1998-08-03 22:53:27 +00:00
rods%netscape.com 283a8c963e Added ref counting for nsIContent and made a a lot of fixes to selection 1998-08-03 22:22:27 +00:00
rods%netscape.com b2aa449610 Added ref counting on nsIContent and changed select all to only select the body
and it's content
1998-08-03 22:21:53 +00:00
rods%netscape.com 7ca2c5414e Added ref counting on nsIContent 1998-08-03 22:20:41 +00:00
rods%netscape.com c09f6b9e1b Added ref counting 1998-08-03 22:19:40 +00:00
kipp%netscape.com 799ce8db71 Use FirstChild method so that implementation can be reused by subclasses 1998-08-03 17:06:42 +00:00
troy%netscape.com 09c36ef1f5 Device context changes 1998-08-03 04:51:17 +00:00
troy%netscape.com 7f199e117a Added NS_IF_RELEASE of mImage 1998-08-02 17:03:08 +00:00
joki%netscape.com 849a2287e6 Fix bug 311157, mouseover crashes release builds. 1998-08-02 04:15:08 +00:00
peterl%netscape.com 714146a525 rounding support 1998-07-31 23:34:45 +00:00
joki%netscape.com fa57426559 Filling out document event handlers, adding form events 1998-07-31 22:09:51 +00:00
joki%netscape.com fe390a0803 Adding support for event handlers in html tags and moving event handler IIDs to central file. 1998-07-31 18:21:37 +00:00
peterl%netscape.com 094f51e1e6 renamed LoadImage 1998-07-31 05:59:31 +00:00
peterl%netscape.com 9dc8df6594 connected prefs
added compatibility mode
1998-07-31 05:54:59 +00:00
buster%netscape.com 1ed0f3ea0a LengthOf defined in both debug and non-debug builds 1998-07-31 01:40:21 +00:00
michaelp%netscape.com 4ce7ab5a99 improved performance of background rendering. 1998-07-30 23:31:42 +00:00
troy%netscape.com 97f44b821e Removed assertion in image complete code that assumed we have gotten at
least one pixmap update notification
1998-07-30 22:24:11 +00:00
buster%netscape.com d0afc21169 fixed non-Debug build by making LengthOf part of both debug and non-Debug builds 1998-07-30 19:54:17 +00:00
troy%netscape.com a4ab4c3b6f Added XXX comment about the lack of proper ref counting... 1998-07-30 17:30:44 +00:00
kipp%netscape.com 7ff5d0e7ce Remove most compiler warnings on IRIX 1998-07-29 20:19:08 +00:00
kipp%netscape.com d36f453987 When debugging allow zero width/height frames to render; do not render show-borders around them however 1998-07-29 19:33:00 +00:00
rods%netscape.com 820bcabd0b removed DO_SELECTION #define 1998-07-27 23:20:35 +00:00
michaelp%netscape.com b636c3052c made color handling code in css part of the gfx color utilities. 1998-07-27 21:07:47 +00:00
kostello%netscape.com 62bfa2bc37 Added support for toggling selection on/off in a document.
Added more support methods for selection, made parameters const
where possible.
Changed XIF interfaces
1998-07-27 18:05:35 +00:00
kostello%netscape.com 72d5a37b2b Changed XIF interface 1998-07-27 18:04:04 +00:00
kostello%netscape.com d6527ec8ad Added method for toggling selection on/off in a document.
Added more support methods for selection, made parameters const
where possible.
1998-07-27 18:03:16 +00:00
kipp%netscape.com 657c9d59c5 Added NS_NewImageDocument 1998-07-27 17:51:42 +00:00
troy%netscape.com 7da0401c3c Combined raptorgfx.dll and raptorgfxwin.dll into one DLL 1998-07-26 23:52:36 +00:00
joki%netscape.com 98a6e7f5d1 Fix for missing add/release ref pair in the GetScriptGlobalObject call 1998-07-25 01:53:15 +00:00
peterl%netscape.com d6a3e2103a added Nav's magic font scaler 1998-07-25 01:11:49 +00:00