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

16758 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com 4ece74e8ae Automated update 1999-02-11 23:15:44 +00:00
akkana%netscape.com bf0baf8027 Rename nsISelection to nsIFrameSelection 1999-02-11 23:12:28 +00:00
hyatt%netscape.com 0debc0c557 Changes to RDF elements to support the XUL node API. 1999-02-11 23:11:36 +00:00
hyatt%netscape.com ca823a56ba Adding the XUL Node auto-generated file (from the IDL). 1999-02-11 23:10:33 +00:00
akkana%netscape.com 7cc2928871 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 55c0f02afd COmmitting the idl for the XUlNode. 1999-02-11 23:10:09 +00:00
hyatt%netscape.com 396a0bb720 Removing some interfaces. 1999-02-11 23:09:41 +00:00
hyatt%netscape.com 695afb21d6 SHuffling around of interfaces. 1999-02-11 23:08:52 +00:00
karnaze%netscape.com 5c2c55103e 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 29b1b2d3da forgot to substitute MOZ_XTERM_UPDATE 1999-02-11 23:08:26 +00:00
troy%netscape.com 32dc0c66a9 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 f04c70d1d8 C++ comment in c file. 1999-02-11 23:03:25 +00:00
rhp%netscape.com 3818fcc9df Updated the way to access the web shell of interest. 1999-02-11 23:02:51 +00:00
dougt%netscape.com a1f72f77c7 removing extra semicolons so that the mac build does not complain. 1999-02-11 20:51:37 +00:00
wtc%netscape.com 312ab4e6c0 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 6a7a8fdb60 Removed Rods Spears changes to this file. 1999-02-11 20:05:34 +00:00
rhp%netscape.com f57d8fbeef Added changes to get a hold of the webshell. 1999-02-11 19:56:40 +00:00
pinkerton%netscape.com afc4e3bf23 Dont export or build toolbar or tree stuff. 1999-02-11 19:20:35 +00:00
rods%netscape.com db0dd3a94f Removed the PasswordUsername method. 1999-02-11 19:14:28 +00:00
rhp%netscape.com 8a68b6c49a Adding windows makefiles 1999-02-11 19:11:07 +00:00
rods%netscape.com f2e29c3edc Added a comment 1999-02-11 18:43:03 +00:00
rods%netscape.com 5ffa167217 Fixed mail demo so it works 1999-02-11 18:42:46 +00:00
rods%netscape.com 0f3dd6b84a Added some more debugging 1999-02-11 18:42:09 +00:00
rhp%netscape.com ccfcc51ead Makefile updates 1999-02-11 18:36:41 +00:00
rods%netscape.com ace71a78e2 Commented out the rollover code that sets the class to a pseudo-class 1999-02-11 18:36:40 +00:00
rhp%netscape.com ce1c9c733e Removed the NET_RegisterContentTypeHandler call from the test app. 1999-02-11 18:35:45 +00:00
pinkerton%netscape.com 88628db486 Reexport nsIToolbarItem (for throbber). 1999-02-11 18:30:04 +00:00
rhp%netscape.com 66bcad2608 Added NET_RegisterContentTypeConverter into the factory autoregistration
code so we don't have to hack viewer, etc... anymore to do this.
1999-02-11 18:29:24 +00:00
pinkerton%netscape.com 76c6dbe071 reexport nsIToolbarItem because the throbber needs it (this needs to be removed). 1999-02-11 18:29:05 +00:00
kmcclusk%netscape.com 4fa699d65b Added reset, submit, button, and file input types to test_pr sample. 1999-02-11 18:28:41 +00:00
kmcclusk%netscape.com 43796bc0e5 Added additional style rules+properties for INPUT elements for printing and gfx-rendering. 1999-02-11 18:27:38 +00:00
terry%netscape.com d14476eaa0 Removed duplicate entries. 1999-02-11 18:24:52 +00:00
pinkerton%netscape.com 8f98a2b0c1 Don't build or export the tree/toolbar stuff since they aren't widgets anymore 1999-02-11 18:08:25 +00:00
bienvenu%netscape.com 2f699dadf8 get local folder stuff to linking point 1999-02-11 18:06:08 +00:00
pinkerton%netscape.com 550bcd3e6a don't export tree or toolbar stuff. 1999-02-11 17:58:17 +00:00
pinkerton%netscape.com bd7fb89e4d Removing tree and toolbar widgets from being created, as they are now frames. 1999-02-11 17:58:07 +00:00
pinkerton%netscape.com 12100c67b0 remove toolbars and tree widget registry, as they are no longer widgets. 1999-02-11 17:51:56 +00:00
rods%netscape.com 2a6e0c1215 Moved toolbar images from dead xpviewer directory to appcores/xul/resources 1999-02-11 17:17:56 +00:00
pinkerton%netscape.com 8b40e3d506 Remove toolbar/tree demo code (which was commented out). 1999-02-11 16:48:13 +00:00
rods%netscape.com 5d82567103 Removed XULCOmmandCID 1999-02-11 16:14:43 +00:00
rods%netscape.com 4d30b96838 Fixed up toolbar.xml so Back and Forward work
Added BrowserInitPage.html for easy testing of browser features
1999-02-11 16:01:56 +00:00
rods%netscape.com ab6f592c54 Fixed a few things, added APP_DEBUG for turning on and off debugging 1999-02-11 15:57:08 +00:00
troy%netscape.com b27d9f730e API changes for nsIPresContext ResolveStyleContextFor and ResolvePseudoStyleContextFor 1999-02-11 15:56:23 +00:00
troy%netscape.com 977f7506a3 Changed to using nsCOMPtr 1999-02-11 15:54:13 +00:00
troy%netscape.com c398b5aca7 Changed ResolveStyleContextFor and ResolvePseudoStyleContextFor to use pointer
arguments instead of references for OUT parameters
1999-02-11 15:53:26 +00:00
rods%netscape.com 982a6cf7ed Removed the commented out XULCommandCID 1999-02-11 15:20:42 +00:00
dcone%netscape.com 54c1245c5d added nsXULCommand.cpp to project 1999-02-11 15:18:54 +00:00
rods%netscape.com 1291cb1b5f Added XULCommand back in fixed commands 1999-02-11 15:14:34 +00:00
rods%netscape.com 7c6549cd3f Moved XULCommand back to xpfe/appshell 1999-02-11 15:13:29 +00:00
dcone%netscape.com 474f540044 Took out nsXULCommand.cpp 1999-02-11 15:13:20 +00:00