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

1040 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com 16eeeabdcd Ignore generated Makefiles. 1999-08-07 22:34:02 +00:00
buster%netscape.com c45863f493 fixed handling of text controls with a max length set 1999-08-07 05:29:41 +00:00
buster%netscape.com 6a470ed99b fixed disabled and readonly handling
added redraw hack to blur (in addition to focus, already done)
1999-08-07 05:28:57 +00:00
brade%netscape.com a68df7d783 add window title back in 1999-08-06 21:14:18 +00:00
brade%netscape.com 64390bd72f move to external dtd 1999-08-06 21:13:45 +00:00
brade%netscape.com db785a9ef4 add EditorTableProperties.dtd 1999-08-06 20:34:14 +00:00
brade%netscape.com 6a82dd514d remove xml version 1999-08-06 20:31:59 +00:00
brade%netscape.com 1443e57aac remove xml version; synch up with xul file 1999-08-06 20:11:09 +00:00
brade%netscape.com defce54a2f move to external dtd 1999-08-06 20:08:27 +00:00
brade%netscape.com 630621618b remove xml version 1999-08-06 20:07:58 +00:00
brade%netscape.com d1416f2fb2 move to external dtd 1999-08-06 19:58:55 +00:00
brade%netscape.com 2d74352ff0 First Checked In. 1999-08-06 19:58:22 +00:00
brade%netscape.com d2a569b0e2 move to external dtd 1999-08-06 19:50:26 +00:00
brade%netscape.com a6da262f45 remove xml version 1999-08-06 19:50:10 +00:00
brade%netscape.com 6bc2dacf68 move to external dtd 1999-08-06 19:22:25 +00:00
brade%netscape.com 8a2387f59b remove xml version 1999-08-06 19:17:08 +00:00
brade%netscape.com 489908933d hook up to correct dtd file 1999-08-06 18:39:19 +00:00
brade%netscape.com 5d52295ef7 remove old file 1999-08-06 18:38:46 +00:00
brade%netscape.com 790ff7e6fe File Removed. 1999-08-06 18:37:47 +00:00
brade%netscape.com 32bff4f30d remove xml version number 1999-08-06 18:37:34 +00:00
brade%netscape.com 6b47c81a72 remove xml version number; synch up strings with xul file 1999-08-06 18:37:14 +00:00
brade%netscape.com a8baeefc80 entities now in dtd file 1999-08-06 18:36:24 +00:00
brade%netscape.com b1d3b80818 synching up with changes in EdLinkProps.xul 1999-08-06 18:22:00 +00:00
brade%netscape.com 75d7e60f7c partial menu keybindings/accesskeys 1999-08-06 15:01:21 +00:00
tague%netscape.com 1e3c4f5ac5 Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
brade%netscape.com 787e4b46e7 partial menu keybindings 1999-08-05 22:19:58 +00:00
brade%netscape.com bb52a9fc07 diffs from pete@postpagan.com 1999-08-05 22:19:25 +00:00
cmanske%netscape.com 5603ca24a3 Further table editing work 1999-08-05 20:04:58 +00:00
akkana%netscape.com 58dfd220fa 10684: Fix plaintext paste as quotation crash 1999-08-05 19:48:11 +00:00
brade%netscape.com c37a42a600 fixbuild/ typos for sford 1999-08-05 14:21:51 +00:00
valeski%netscape.com 493ae6bd9e api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
brade%netscape.com 79046e10e9 File Removed. 1999-08-04 20:07:18 +00:00
brade%netscape.com 44e5255fe1 fix access paths to be more correct (dist first, etc.) 1999-08-04 20:06:32 +00:00
kin%netscape.com 35354a1269 Modified EditorStart/Stop/RunLog() methods to call contentWindow.focus(). 1999-08-04 18:38:11 +00:00
kin%netscape.com efbd1160d8 Fixes for bug #10231 (crash making list after select all)
and bug #10815 (Crash deleting selected text and table)

mozilla/editor/base/nsHTMLEditRules.cpp
  - Added check, in WillDeleteSelection(),  to see if
    endpoints of the range are in the body before calling
    GetBlockNodeParent(). (Bug #10231)
  - Modified GetPromotedPoint() to check for NULL in the
    case where aWhere == kEnd and GetChildAt() returns NULL.
    (Bug #10815)

mozilla/layout/base/src/nsGenericElement.cpp
  - Modified RangeAdd() so that it doesn't add
    a range if it's already in the list.  (Bug #10231)

mozilla/layout/base/src/nsRangeList.cpp
  - Modified GetPrimaryFrameForFocusNode() to
    initialize aReturnFrame and to return a failure
    if ChildAt() returns NULL. (Bug #10231)
1999-08-04 18:36:19 +00:00
brade%netscape.com 72ddef6948 fix build bustage by adding path to dist/editor before all other paths 1999-08-04 15:18:33 +00:00
brade%netscape.com 39b4f494a2 rearrange so xul widgets are separate from html 1999-08-04 15:07:54 +00:00
brade%netscape.com 60146f855a change to "More/Fewer" and fix references to "Additional Edit..."; reformat 1999-08-04 15:06:53 +00:00
brade%netscape.com 35a1ccde88 change to "More/Fewer" and fix references to "Additional Edit..."; uncomment updating 1999-08-04 15:06:15 +00:00
mcafee%netscape.com fc63a7be8c Adding nsJSEditorLog::NormalizeTable() stub to fix breakage. a=melton 1999-08-04 02:51:05 +00:00
cmanske%netscape.com 4936a140bc Table editing implementation 1999-08-04 02:06:03 +00:00
sfraser%netscape.com e9b2ee82b9 First Checked In. 1999-08-03 23:58:30 +00:00
brade%netscape.com c0d64fc406 additional dtd files 1999-08-03 15:04:44 +00:00
brade%netscape.com 37e7682a00 handle more dtd files 1999-08-03 15:04:30 +00:00
brade%netscape.com e5ad10a73b export more dtds 1999-08-03 15:04:05 +00:00
brade%netscape.com 53f5bfbd24 some keybindings 1999-08-03 14:50:24 +00:00
brade%netscape.com 208e8da442 playback bugfix from kin 1999-08-03 14:34:23 +00:00
brade%netscape.com 70807cd4bb remove "ED_Dedent.gif" which isn't built on other platforms; add image alignment gifs 1999-08-03 14:33:53 +00:00
brade%netscape.com 37e52b3c3c add image alignment gifs 1999-08-03 14:33:01 +00:00
brade%netscape.com 71fdba9085 First Checked In. 1999-08-03 14:32:03 +00:00