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

872 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 5c46e7c87c Changing the way table frames are created so that tree frames can be made
as well.
1999-02-10 19:50:50 +00:00
mjudge%netscape.com bca382f43e Keyboard navigation, removing nsICollection(not used) adding PeekOffset to have the nsIFrame tell us where to go when moving a character ect. adding nsFrameTraversal to traverse frames, based on nsIEnumerator. mjudge x4661 1999-02-10 18:55:25 +00:00
troy%netscape.com c37ccfbc4c Changed GetNextSibling() to use a pointer argument instead of a reference 1999-02-10 06:13:38 +00:00
troy%netscape.com 5c3d1395f3 Changed a bunch more nsIFrame member functions to be pointer arguments
instead of references
1999-02-10 05:38:18 +00:00
troy%netscape.com b8965b6929 Changed GetFrameState() and GetFrameType() to use pointer arguments instead of
references
1999-02-10 04:17:06 +00:00
troy%netscape.com a9159f71d6 Changed GetAdditionalChildListName() and FirstChild() to use ** instead
of *&
1999-02-10 02:25:01 +00:00
dp%netscape.com 1310389704 Adding libreg as xpcom depends on it 1999-02-10 02:01:50 +00:00
troy%netscape.com 40e3d2b1c8 Changed GetParent() to use ** instead of *& 1999-02-10 01:36:30 +00:00
troy%netscape.com c9c1fa187e Changed some nsIFrame member functions to use ** instead of *& for OUT
paremeters
1999-02-10 00:42:56 +00:00
troy%netscape.com 5b60b34507 Added GetFrameType() member function 1999-02-09 05:44:13 +00:00
kipp%netscape.com 353b021d18 Implement tree diffing and dumping of regression data 1999-02-08 17:55:29 +00:00
kipp%netscape.com d9141444d1 Revised API 1999-02-08 17:55:08 +00:00
troy%netscape.com 518e05e6c7 Fixed ContentRemoved() to also remove the shell's mapping from absolutely
positioned element to its placeholder
1999-02-06 17:10:42 +00:00
troy%netscape.com 1302142894 Fixed a bad #ifdef 1999-02-06 04:26:30 +00:00
troy%netscape.com aefb1af4c4 Cleaned the code up a bit 1999-02-06 04:24:47 +00:00
troy%netscape.com f97bf1cb41 Created ConstructAlternateImageFrame() function from some existing code,
and changed it to use the "src" attribute if there is no "alt" or "title"
values to use
1999-02-06 03:45:11 +00:00
troy%netscape.com 99265407a1 #ifdef CantRenderReplacedElement() to be _WIN32 for the time being until
the Mac problems with the thread event queue are straightened out
1999-02-06 03:41:14 +00:00
troy%netscape.com 522a05a7df Added CantRenderReplacedElement() to nsIPresShell and changed the image frame
code to use it
1999-02-05 18:25:29 +00:00
troy%netscape.com 172b637da2 Changed CantRenderReplacedElement() to use the value of the TITLE attribute
if there's no "alt" text specified
1999-02-05 18:24:48 +00:00
peterl%netscape.com 828bde629e added include & class definitions to make include safe 1999-02-05 03:55:55 +00:00
peterl%netscape.com 50c95af487 moved frame construction code from HTML style sheet 1999-02-05 03:55:18 +00:00
vidur%netscape.com c7b9881715 implemented nsHTMLDocument::GetElementsByName 1999-02-04 23:23:07 +00:00
troy%netscape.com d98c1338c9 Work-in-progress for replaced elements that can't be rendered 1999-02-04 17:03:46 +00:00
kipp%netscape.com 73204d622e Make dtor virtual to quite down compilers 1999-02-04 16:26:42 +00:00
kipp%netscape.com 8dbd9fe009 Implement ReadFrameRegressionData 1999-02-04 16:26:19 +00:00
kipp%netscape.com dac5c10466 Added temporary method until sync i/o works 1999-02-04 16:26:01 +00:00
vidur%netscape.com a130dcf90d Added additional key argument to string parsing routine. Improved Reset handling for document to include style sets and frame construction. Modified root frame construction. Got out-of-line document.write to work 1999-02-03 19:38:16 +00:00
kipp%netscape.com 9e714cfc20 Added ReflowDirty reflow command 1999-02-03 19:08:07 +00:00
peterl%netscape.com 9928431694 Fixed windows build bustage 1999-02-03 02:53:25 +00:00
akkana%netscape.com 8652140eba Bug fixes for Collapse() and Extend().
Now single-character deletion works much better.
1999-02-03 02:13:15 +00:00
mcafee%netscape.com 42edbd327c Taking tests back out, heh, are we having fun yet? 1999-02-02 09:36:54 +00:00
mcafee%netscape.com 4c56190259 Fix linux bustage, thanks to waterson@netscape.com 1999-02-02 09:08:43 +00:00
mcafee%netscape.com d5994f6bb2 Ok, trying to build tests again 1999-02-02 07:36:04 +00:00
mcafee%netscape.com 637628f260 Ignore generated binaries. 1999-02-02 07:31:58 +00:00
mcafee%netscape.com f647bc6a10 Yanking tests until dependency problem is fixed. 1999-02-02 04:25:03 +00:00
mcafee%netscape.com 8a05696fa9 TestSpaceManager now builds on Linux 1999-02-02 03:31:44 +00:00
mcafee%netscape.com d5811ba28a I can't find nscoord.h, yanking this for Linux 1999-02-02 03:30:38 +00:00
peterl%netscape.com e0eef219d9 made visible an int instead of bool 1999-02-02 03:24:23 +00:00
peterl%netscape.com 630bf20269 removed default html namespace prefix 1999-02-02 03:23:36 +00:00
sfraser%netscape.com 9a223d894e Add method to nsIDOMSelection to get focus and anchor nodes and offsets, and implemenations for these in nsRangeList.cpp 1999-02-02 02:13:09 +00:00
mjudge%netscape.com 3f0114dc29 commas trailing on enum illegal even if vc50 says its ok 1999-02-02 01:16:57 +00:00
mjudge%netscape.com a4343fe08c keyboard navigation of selection. adding API for nsIFrame. fixing nsFrame and nstextframe to reflect the implementations of the nsIFrame API. nsRangeList implements the handlekeyevent now. 1999-02-02 00:23:40 +00:00
kipp%netscape.com 07268f91af Cleaned up comments; removed ReplaceFrame from the API 1999-02-01 17:25:30 +00:00
mcafee%netscape.com 123abf8ba8 Removing unnecessary rules, cleaning this up a bit 1999-01-31 09:39:09 +00:00
peterl%netscape.com c2da5f89db made attribute accessors respect unknown namespace for getters (wildcard) 1999-01-30 06:20:39 +00:00
akkana%netscape.com 69a577f594 Add IsCollapsed; add collapsed case to DeleteFromDocument 1999-01-30 01:02:44 +00:00
akkana%netscape.com 8be857014e Fixing my build horkage ... forgot this file. Very sorry! 1999-01-29 20:08:38 +00:00
akkana%netscape.com 00ab697624 Implement a new interface, nsIDOMSelection, intended to become the
external interface for selection (to be IDL-ified later).

Fix some editor bugs:
- Advance the cursor on text insert (so text is inserted in the right order)
- Make DeleteSelection in the editor call the actual selection
- Make DeleteSelection update the frames' notion of the selection
1999-01-29 18:57:56 +00:00
jfrancis%netscape.com 2c0164f877 fixed implementation of IsDone() 1999-01-28 23:55:53 +00:00
harishd%netscape.com a973395eb0 Changing the variable aElementColor to aBorderColor in Painborder(),
PaintBorderEdge(), DrawSide(), and MakeBevelColor().
The computed colors for all the  border style should be based on
the actual 'border-side-color' not the element's color after all.
1999-01-28 00:31:47 +00:00