Commit Graph

16793 Commits

Author SHA1 Message Date
briano%netscape.com
0b1ad71bce Can't use -Wall if we're not using gcc.... 1999-02-12 01:30:50 +00:00
alecf%netscape.com
f030b889ad use built-in rules to build idlc compiler 1999-02-12 01:21:31 +00:00
alecf%netscape.com
2ab9fd7273 update windows makefile 1999-02-12 01:11:59 +00:00
alecf%netscape.com
1ec8549f3e fix XPIDL output 1999-02-12 01:05:30 +00:00
alecf%netscape.com
4bd67ef2c4 add new nsMessengerFactory to instantiate the messenger AppCore 1999-02-12 01:01:56 +00:00
briano%netscape.com
a7dc5681bd Automated update 1999-02-12 01:00:35 +00:00
wtc%netscape.com
7ffeb48c19 Added hash lock counts to collect statistics on how often each lock is
used.
1999-02-12 00:59:52 +00:00
slamm%netscape.com
5f8043a9fd Only write 'config-defs.h' if it has changed. Add -Wall and -pedantic to CFLAGS if they are supported by $(CC). Clean up test for -include flag. 1999-02-12 00:56:35 +00:00
sfraser%netscape.com
4832e6f185 Fix after akkana's changes: nsISelection -> nsIDOMSelection 1999-02-12 00:55:46 +00:00
beard%netscape.com
3758bddef4 Fixed += operator, which would only work if you had a file or folder called "G'day" in the input directory. 1999-02-12 00:48:35 +00:00
sfraser%netscape.com
ef131779ca Fix selection bustage, which was a post-merge error on my part. 1999-02-12 00:27:44 +00:00
sfraser%netscape.com
147deab593 Fixing build bustage 1999-02-12 00:11:25 +00:00
sfraser%netscape.com
f220577393 #ifdef tbe blue selection triangles in until the caret code is turned on 1999-02-12 00:05:19 +00:00
chuang%netscape.com
fa3d4b59c8 Open a separate 3 pane Mail window using Javascrip 1999-02-12 00:05:13 +00:00
pierre%netscape.com
3d9d72fb29 added webshell/embed/mac/RaptorShell.mcp 1999-02-12 00:04:45 +00:00
sfraser%netscape.com
2a8b787470 Add code to show a caret (#ifdeffed out for now) 1999-02-12 00:02:56 +00:00
sfraser%netscape.com
9ab69a922e Add two new methods needed for caret support (and other things): GetPointFromOffset, to get frame-relative coordinates of a given content offset, and GetChildFrameContainingOffset, to find the child frame that really contains the given content offset 1999-02-12 00:02:31 +00:00
pierre%netscape.com
c8038c8332 First Checked In. 1999-02-12 00:00:20 +00:00
sfraser%netscape.com
079a8b07df Add support for selection listener interfaces 1999-02-11 23:58:46 +00:00
sfraser%netscape.com
22fc3fe34b Export nsCaretProperties.h 1999-02-11 23:57:54 +00:00
sfraser%netscape.com
3af75db3b6 Added nsICaret and nsIDOMSelectionListener to exports 1999-02-11 23:56:11 +00:00
sfraser%netscape.com
ccb40923d6 Add nsCaret.cpp 1999-02-11 23:52:06 +00:00
sfraser%netscape.com
25543809d1 Added nsCaretPropertiesMac.cpp 1999-02-11 23:51:45 +00:00
pierre%netscape.com
de15158c26 Fixed GetClipRegion/SetClipRegion to work with the actual region instead of its bounding box 1999-02-11 23:51:15 +00:00
pierre%netscape.com
b808081b1b Added SetNativeRegion() + fixed 2 small bugs 1999-02-11 23:50:12 +00:00
sfraser%netscape.com
d281709765 Add nsICaret and nsIDOMSelectionListener.h 1999-02-11 23:50:04 +00:00
sfraser%netscape.com
393be748cb First Checked In. 1999-02-11 23:49:08 +00:00
sfraser%netscape.com
1ccc08acd6 Add nsCaretProperties.h 1999-02-11 23:48:25 +00:00
sfraser%netscape.com
2b0f35a208 Un-macro the release for ease of debugging 1999-02-11 23:46:59 +00:00
sfraser%netscape.com
fdf1f352dc Reserve a couple of IIDs for caret 1999-02-11 23:46:02 +00:00
briano%netscape.com
ea58227a05 Automated update 1999-02-11 23:15:44 +00:00
akkana%netscape.com
7982a421d6 Rename nsISelection to nsIFrameSelection 1999-02-11 23:12:28 +00:00
hyatt%netscape.com
8d5d1fad54 Changes to RDF elements to support the XUL node API. 1999-02-11 23:11:36 +00:00
hyatt%netscape.com
3bbc26d74d Adding the XUL Node auto-generated file (from the IDL). 1999-02-11 23:10:33 +00:00
akkana%netscape.com
2c4a099fa1 Renaming nsISelection to nsIFrameSelection.
Here is the old log from nsISelection (since CVS doesn't allow renames):
> revision 1.9
> date: 1999/02/02 00:23:35;  author: mjudge%netscape.com;  state: Exp;  lines: +2 -1
> 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.
> ----------------------------
> revision 1.8
> date: 1999/01/29 18:57:51;  author: akkana%netscape.com;  state: Exp;  lines: +6 -0
> 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
> ----------------------------
> revision 1.7
> date: 1999/01/25 01:42:32;  author: mjudge%netscape.com;  state: Exp;  lines: +3 -4
> Focus tracker needs to send the tracker to the implementation of selection so that it can update the tracker as to which frame(s) should be considered the focus frames ect.  This is not yet working fully.  Everything I am checking in will stay, I simply have a decision to make as to exactly what to do next.  RangeList also had some modifications to better selection
> ----------------------------
> revision 1.6
> date: 1999/01/22 18:58:09;  author: mjudge%netscape.com;  state: Exp;  lines: +6 -0
> chagnes for selection to work
> ----------------------------
> revision 1.5
> date: 1999/01/18 22:57:08;  author: mjudge%netscape.com;  state: Exp;  lines: +1 -1
> Files for selection across frames.
> ----------------------------
> revision 1.4
> date: 1998/12/14 18:34:09;  author: mjudge%netscape.com;  state: Exp;  lines: +13 -1
> adding in selection
> ----------------------------
> revision 1.3
> date: 1998/12/08 18:25:37;  author: mjudge%netscape.com;  state: Exp;  lines: +9 -32
> changes to selection
> ----------------------------
> revision 1.2
> date: 1998/05/01 05:55:11;  author: rpotts;  state: Exp;  lines: +1 -1
> nslayout.h is *all* lower case
> ----------------------------
> revision 1.1
> date: 1998/04/30 19:15:05;  author: rods;  state: Exp;
> initial
1999-02-11 23:10:20 +00:00
hyatt%netscape.com
8bccf2bb63 COmmitting the idl for the XUlNode. 1999-02-11 23:10:09 +00:00
hyatt%netscape.com
48eae02221 Removing some interfaces. 1999-02-11 23:09:41 +00:00
hyatt%netscape.com
972c65648f SHuffling around of interfaces. 1999-02-11 23:08:52 +00:00
karnaze%netscape.com
0f23c87234 table related frames don't create frames for children that are invalid (e.g. map, body, etc.) 1999-02-11 23:08:28 +00:00
alecf%netscape.com
98ca04a8fb forgot to substitute MOZ_XTERM_UPDATE 1999-02-11 23:08:26 +00:00
troy%netscape.com
57b43ab716 Partial fix for bug #644. We still re-load the document un-necessarily, but
at least now we move to the anchor
1999-02-11 23:08:04 +00:00
ramiro%netscape.com
5488848d0a C++ comment in c file. 1999-02-11 23:03:25 +00:00
rhp%netscape.com
fa7f88ef3e Updated the way to access the web shell of interest. 1999-02-11 23:02:51 +00:00
dougt%netscape.com
e36c3880a0 removing extra semicolons so that the mac build does not complain. 1999-02-11 20:51:37 +00:00
wtc%netscape.com
756c02f930 Bugsplat bug #342631: a better implementation of the atomic routines
for HP-UX 11.  Use a set of locks to reduce lock contention.  Thanks
to Rick Swift <swift@npec.netscape.com> for contributing this code.
1999-02-11 20:06:31 +00:00
dougt%netscape.com
6e577e1c40 Removed Rods Spears changes to this file. 1999-02-11 20:05:34 +00:00
rhp%netscape.com
33d49032e4 Added changes to get a hold of the webshell. 1999-02-11 19:56:40 +00:00
pinkerton%netscape.com
3288a5382a Dont export or build toolbar or tree stuff. 1999-02-11 19:20:35 +00:00
rods%netscape.com
e7dfe59bb3 Removed the PasswordUsername method. 1999-02-11 19:14:28 +00:00
rhp%netscape.com
09dd4718c5 Adding windows makefiles 1999-02-11 19:11:07 +00:00