dbaron%dbaron.org
cb01f2577b
Don't create style rule DOM wrappers for inline style, since we are not supposed to, and ours crash when used on inline style. b=218222 r+sr=bzbarsky
2003-09-13 19:18:52 +00:00
bryner%brianryner.com
352e645b90
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 22:05:34 +00:00
scott%scott-macgregor.org
01ad844c3b
Bug #216753 --> Message compose should not automatically convert HTML attributes to CSS styles.
...
Fix this by setting a flag in editor to not use CSS styles for the background image.
Then back out my fixes in mailnews to work around the inline style editor was giving us.
With this change, mail compose now handles background images again and they are preserved when you save as draft
or save as template.
r=neil
sr=bienvenu
a=glazman for the editor change
a=asa for 1.5 final
2003-09-05 17:49:36 +00:00
brade%comcast.net
3998f855c6
remove unused variables, fix typos, code cleanup (r=glazman, sr=tor, a=asa, bug=216054)
2003-09-03 13:58:00 +00:00
brade%comcast.net
073a5613ee
remove redundant code and unused variables, cleanup (r=glazman, sr=tor, a=asa, bug=216054)
2003-09-03 13:56:21 +00:00
brade%comcast.net
09622112c8
add helper methods for dealing with pixels; reduce string usage; code cleanup (r=glazman, sr=tor, a=asa, bug=216045)
2003-09-03 13:54:36 +00:00
brade%comcast.net
d7cc2379d6
fix typo, removed unused string, code cleanup (r=glazman, sr=tor, a=asa, bug=216045)
2003-09-03 13:49:22 +00:00
scott%scott-macgregor.org
2e986e9fe2
fix for bug #216581
...
Rewrap is broken
thanks to Akkana (akkzilla@shallowsky.com ) for the fix
r=brade a=sspitzer for 1.5 final
2003-09-03 04:17:45 +00:00
scott%scott-macgregor.org
f9b076e455
Note: the editor portion of this change is to a routine only used by mailnews.
...
Make mail news handle inline background url styles which is how editor now sets background urls instead of using the obsolete background attribute on the body:
Bug #116867 --> convert background images from file urls to inline cid urls and attach the image as an inline part.This allows thunderbird and mozilla mail to support background images again.
Bug #170504 --> Compose from template/draft containing "Inline Styles" and a background image loses the background image drops the
inline style.
r=bienvenu
sr=sspitzer
a=sspitzer
2003-08-18 05:18:05 +00:00
jfrancis%netscape.com
e2a72c1c4c
fix for bugs 192507 and 181677. r=brade; sr=kin;
2003-07-31 07:09:42 +00:00
timeless%mozdev.org
d2932a7552
Bug 214025 [@ nsHTMLCSSUtils::IsCSSEditableProperty]
...
r=glazou sr=bz
2003-07-29 14:48:44 +00:00
brade%netscape.com
4881ca3964
fix compiler warning
2003-07-28 22:18:42 +00:00
bzbarsky%mit.edu
95256ce645
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
...
r+sr=jst
2003-07-28 21:35:53 +00:00
brade%netscape.com
124b8fe78d
more Is* method usage / code cleanup; r=glazman, sr=bz, bug=212683
2003-07-28 20:31:08 +00:00
brade%netscape.com
64838ba838
fix tinderbox bustage
2003-07-28 14:27:49 +00:00
brade%netscape.com
7756228f66
cleanup of editor code, bug=209548, r=jfrancis, sr=blizzard
2003-07-28 13:13:50 +00:00
jaggernaut%netscape.com
f1efc20ae6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +00:00
jaggernaut%netscape.com
ef99140d6d
Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron
2003-07-24 04:53:13 +00:00
jaggernaut%netscape.com
f008bc2bad
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
brade%netscape.com
1333f0d2fc
reduce string usage by using atom version of method; r/sr=dbaron, bug=213101
2003-07-19 08:51:54 +00:00
brade%netscape.com
2b9515c5b8
fix includes; r=kaie, sr=tor, bug=180316
2003-07-18 19:03:34 +00:00
brade%netscape.com
f487989f20
editor cleanup; r=jfrancis, sr=blizzard, bug=209548
2003-07-18 14:12:51 +00:00
brade%netscape.com
40787e3814
fix bug found when reading source, replace ending space to match intent and version 1; r=jfrancis, sr=blizzard, bug=209548
2003-07-18 14:09:34 +00:00
brade%netscape.com
b995a3ac74
call GetIsDocumentEditable which will check CanModify for us; r=jfrancis, sr=blizzard, bug=209548
2003-07-18 14:06:21 +00:00
brade%netscape.com
c9c87af134
remove misplaced #ifdef NS_DEBUG; bug 209548
2003-07-18 13:06:18 +00:00
brade%netscape.com
9329fb77dc
remove misplaced #ifdef NS_DEBUG
2003-07-18 13:04:46 +00:00
brade%netscape.com
92d49f7efb
use Truncate instead of SetLength(0); r=cmanske, sr=bz, bug=209548
2003-07-18 02:27:19 +00:00
brade%netscape.com
f516c0768a
code cleanup (remove some NS_LITERAL_STRINGs in favor of existing ut
...
ility methods); r=cmanske, sr=tor, bug=209548
2003-07-17 23:44:13 +00:00
bryner%brianryner.com
7edc4ab000
Fixing --enable-plaintext-editor-only bustage (bug 209548). Patch by brade, r/sr=me.
2003-07-16 22:19:59 +00:00
brade%netscape.com
898cdcb4b8
editor cleanup of NodeIsType; r=kin, sr=darin, bug=209548
2003-07-15 13:47:15 +00:00
jaggernaut%netscape.com
bf82a649b9
Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky
2003-07-14 07:37:39 +00:00
bzbarsky%mit.edu
a33f58cdd0
Backing out part of patch for bug 211128, since it regressed all sorts of
...
XBL-ish stuff. r=stuff-is-broken sr=jag for the backout.
2003-07-14 05:35:09 +00:00
jaggernaut%netscape.com
20004e3489
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
bzbarsky%mit.edu
9fad3e7dfe
Make XBL anonymous content get its base URI from the XBL document (the binding
...
URI) instead of from the document of the bound element. This way relative URIs
in a binding are always relative to the binding. Bug 211128, r=caillon, sr=jst
2003-07-11 23:06:26 +00:00
brade%netscape.com
095064be64
remove unused local variable; fixes warning; no bug, no reviewers
2003-07-08 22:12:04 +00:00
brade%netscape.com
7cdb30f095
fix warning for cstring charset change made a week or two ago; editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
2003-07-08 20:38:51 +00:00
brade%netscape.com
32f3fd3d64
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
2003-07-08 20:35:09 +00:00
brade%netscape.com
0d360e211d
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
2003-07-08 20:22:56 +00:00
brade%netscape.com
b04654bcc2
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
...
CVS ----------------------------------------------------------------------
2003-07-08 20:18:18 +00:00
kin%netscape.com
494e98c23f
Fix for bug 211378 (Unable to paste into editor widgets with middle mouse button)
...
Modified MouseUp() and MouseClick() so that they call thru to the base class versions. This regression was caused by the fix for bug 137092.
r=brade@netscape.com sr=bzbarsky@mit.edu
2003-07-08 17:38:13 +00:00
bzbarsky%mit.edu
25471a836d
Add nsIContent::GetBaseURL; get rid of similar functions on nsIXMLContent and
...
nsIHTMLContent. Bug 209573, r=caillon, sr=jst.
2003-07-03 02:45:34 +00:00
bryner%netscape.com
6d59e7a395
Fix some issues related to focus changes in onfocus and onblur handlers:
...
- Abort firing blur events on the document and/or window if one of the blur handlers focuses something else. This ensures that the caret doesn't get confused about whether it should be active.
- Release any mouse or key grab when the view manager sees a deactivate event; this fixes event targeting when a mousedown handler opens a modal dialog.
- Make sure the editor element is actually focused before activating the caret. Just receiving a focus event isn't good enough, since a focus change does not cancel propagation of the original event.
Bug 53579, r=jkeiser, sr=roc.
2003-07-01 22:46:55 +00:00
brade%netscape.com
9a868d3c9a
code cleanup; r=timeless, sr=kin, bug=209548
2003-06-30 19:10:53 +00:00
brade%netscape.com
70046e0ec5
code cleanup continued; r=timeless, sr=kin, bug=209548
2003-06-30 18:55:06 +00:00
brade%netscape.com
6c5cc2f94c
code cleanup, r=timeless, sr=kin, bug=209548
2003-06-30 17:28:52 +00:00
brade%netscape.com
610a10752a
code cleanup, r=timeless, sr=kin, bug=209548
2003-06-30 15:02:48 +00:00
brade%netscape.com
b8311b327c
remove unused headers, r=timeless, sr=kin, bug=209548
2003-06-30 14:59:04 +00:00
brade%netscape.com
6688138229
code cleanup; r=timeless, sr=kin, bug=209548
2003-06-30 14:57:59 +00:00
brade%netscape.com
2933c5d0d8
code cleanup, r=timeless, sr=kin, bug=209548
2003-06-30 14:56:22 +00:00
brade%netscape.com
f0d1bfb89c
code cleanup; r=timeless, sr=kin, bug 209548
2003-06-30 14:46:41 +00:00
brade%netscape.com
830f0a8d60
code cleanup; r=timeless, sr=kin, bug=209548
2003-06-30 14:41:55 +00:00
brade%netscape.com
ba4180665b
code cleanup; r=timeless, sr=kin, bug 209548
2003-06-30 14:39:27 +00:00
brade%netscape.com
f9f1ac623b
code cleanup, r=timeless, sr=kin, bug 209548
2003-06-30 14:33:23 +00:00
brade%netscape.com
5fbb4f79d1
code cleanup; r=timeless, sr=kin, bug=209548
2003-06-30 14:31:48 +00:00
brade%netscape.com
9976465a07
code cleanup; r=timeless; sr=kin; bug=209548
2003-06-30 14:24:40 +00:00
brade%netscape.com
5fa10bf2fe
code cleanup; r=timeless, sr=kin, bug=209548
2003-06-30 14:20:49 +00:00
brade%netscape.com
eec8607ca7
code cleanup, r=timeless, sr=kin, bug=209548
2003-06-30 14:17:15 +00:00
brade%netscape.com
b23121c488
code cleanup; r=timeless, sr=kin, bug=209548
2003-06-30 14:14:01 +00:00
brade%netscape.com
395d6d85a7
code cleanup; r=timeless, sr=kin, bug=209548
2003-06-30 14:05:25 +00:00
brade%netscape.com
57743e4eb1
code cleanup; r=timeless, sr=kin, bug=209548
2003-06-30 13:42:22 +00:00
brade%netscape.com
6cca4ccd3e
NS_IMPL macro cleanup; r=timeless; sr=kin; bug=209548
2003-06-27 14:19:40 +00:00
kin%netscape.com
6c295fc019
jst@netscape.com's fix for tree blocker bug 210641 (Crash using Japanese IME)
...
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
- Fixed INTERFACE_MAP macros so that they call through to the class we inherit from.
r=brade@netscape.com sr=kin@netscape.com
2003-06-25 19:21:59 +00:00
glazman%netscape.com
9e7ea0ab4e
Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer
...
r=brade, sr=jst
2003-06-25 08:50:48 +00:00
roc+%cs.cmu.edu
7928e4930c
deCOMtaminate nsIFrame::GetWindow; the COM wrapper doesn't ADDREF when it should, the easiest thing to do is to just not use the wrapper. r+sr=dbaron
2003-06-24 13:39:15 +00:00
dbaron%dbaron.org
42b06cc4f5
DeCOMtaminate nsIFrame::GetView and SetView, and add HasView, GetClosestView, and AreAncestorViewsVisible to consolidate common patterns. b=208004 r+sr=roc
2003-06-19 23:44:01 +00:00
glazman%netscape.com
3cb1785e6d
Composer's structure toolbar was showing anonymous content; b=190279, r=Neil, sr=peterv
2003-06-19 14:06:05 +00:00
stephend%netscape.com
998dd77226
fixing typo - s/cahced/cache
2003-06-18 23:04:50 +00:00
jfrancis%netscape.com
6e7d099d26
bug 140357: improving fix to handle redundant backspaces. r=brade, sr=kin
2003-06-18 22:42:24 +00:00
alecf%flett.org
5614718dd3
fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
...
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
glazman%netscape.com
aa9050e11d
Was impossible to outdent a subset of an indented block in CSS mode
...
b=194963, r=kaie, sr=kin
2003-06-17 09:35:46 +00:00
glazman%netscape.com
bef7afc6f3
Removing text styles in CSS mode was potentially removing too much if the styles were added in HTML mode
...
The fix creates a span element that will carry the inline styles and class of the HTML element to be removed, if any.
b=202037, r=kaie, sr=dmose
2003-06-17 08:45:54 +00:00
caillon%returnzero.com
ba75de772b
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
glazman%netscape.com
79d9d260c7
error in nsHTMLEditor::SetFlags(), has side-effects on CSS editing; b=209086, r=brade, sr=kin
2003-06-13 12:39:35 +00:00
brade%netscape.com
c242ab28d5
remove unused params; r=akkana, sr=kin, bienvenu, bug=208967
2003-06-12 14:51:37 +00:00
peterv%netscape.com
9360cadfed
Fix HP-UX bustage from jfrancis checkin.
2003-06-12 11:20:00 +00:00
glazman%netscape.com
511d25c3f6
CSS indentation was not dropping non-editable nodes; b=203723, r=kaie, sr=peterv
2003-06-12 07:43:07 +00:00
jfrancis%netscape.com
4e3a501c39
improvement to 140357 fix: reducing bloat of previous patch, extending functionality to css-mode editting, and improving TypeInState to recognize redundant selection change notifications.
...
fix for 208317: css-mode editing left empty spans around, which could cause disapearing carets
r=brade; sr=kin
2003-06-11 19:33:01 +00:00
kaie%netscape.com
b497c6895c
b=207183 Smiley gets deleted, editor tries to manipulate whitespace in the -moz-user-select:all block
...
r=jfrancis sr=kin
2003-06-11 12:02:49 +00:00
kaie%netscape.com
6678fd2394
b=202166 Edit actions place caret on invalid position
...
r=jfrancis sr=kin
2003-06-11 11:50:36 +00:00
brade%netscape.com
271780827f
remove some useless local variables, fix whitespace, add param to insertion hook (sourceDoc), r=rogermw, sr=kin, bug=208539
2003-06-10 18:53:11 +00:00
brade%netscape.com
3b206d0ebf
add param to insertion hook (sourceDoc), r=rogermw, sr=kin, bug=208539
2003-06-10 18:52:31 +00:00
jfrancis%netscape.com
948ea9868f
bug 140357: (html editor) deletion should preserve style state. r=brade; sr=kin
2003-06-02 22:21:06 +00:00
timeless%mozdev.org
eb1326faf2
Bug 205347 warning: `PRBool IsInlineNode(class nsIDOMNode *)' defined but not used
...
r=brade,jfrancis sr=sfraser
2003-05-23 22:10:06 +00:00
timeless%mozdev.org
08a70ed81d
Bug 204076 Remove unused variable `PRBool sameNode' from nsHTMLEditorStyle.cpp:524
...
r=brade sr=tor
2003-05-23 21:55:17 +00:00
timeless%mozdev.org
5ef0585a3c
Bug 199989 Remove gNoisy code from libeditor.
...
r=brade sr=alecf
2003-05-23 21:43:10 +00:00
dwitte%stanford.edu
149f719c00
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
jkeiser%netscape.com
c8633873f1
Fix drag and drop to/from textarea and input (bug 194802), r=bryner@netscape.com, sr=jst@netscape.com, a=sspitzer@netscape.com
2003-05-21 00:42:32 +00:00
timeless%mozdev.org
279209f254
Bug 206287 things Will be re-ordered to match declaration order
...
r=roc+moz sr=roc+moz a=roc+moz
2003-05-20 02:02:56 +00:00
glazman%netscape.com
00ca69f01d
crash when doing multiple redo commands in Composer; r=brade, sr=peterv, a=sspitzer
2003-05-16 09:08:03 +00:00
dbaron%dbaron.org
a15b9f2cf4
Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan
2003-05-15 03:42:21 +00:00
kaie%netscape.com
e922d41efb
b=169213 hitting backspace deletes HR above, fix confusing caret placement around <hr> lines
...
r=jfrancis sr=sfraser a=sspitzer
2003-05-14 13:20:09 +00:00
kaie%netscape.com
3977ca8978
b=200417 backspace, enter keys have no visible impact
...
r=jfrancis sr=sfraser a=sspitzer
2003-05-14 13:17:32 +00:00
brade%netscape.com
9cd318825f
api change to insertion filter to add flag for delete selection; r=timeless; sr=kin; a=asa; bug=204066
2003-05-09 18:33:14 +00:00
brade%netscape.com
0f6a3aedcb
api change to insertion filter to add flag for delete selection; r=timeless; sr= kin; a=asa; bug=204066
2003-05-09 18:32:50 +00:00
brade%netscape.com
376c526961
api change to include event (similar to paste/drop hook); r=cmanske, sr=sfraser, a=asa bug=203365
2003-05-09 18:30:02 +00:00
brade%netscape.com
c64e4eee66
cmd_clearUndo implementation; r/sr=smfr a=sspitzer bug 195506
2003-05-09 18:21:00 +00:00
brade%netscape.com
8050d83eca
cleanup transferable hooks in editor; defer selection manipulation in plain text; ensure hooks are properly positioned (bug 203062) r=kaie, kin; sr=smfr
2003-04-25 21:05:32 +00:00
brade%netscape.com
7ba09392a6
move docshell here to support hook utility methods (bug 203062; r=kin/kaie, sr=smfr)
2003-04-25 21:03:15 +00:00
brade%netscape.com
fd1224e85f
missing hook from bug 192171 (r=brian johnson, sr=sfraser)
2003-04-22 20:32:59 +00:00
sfraser%netscape.com
efcf8d6576
Fix bug 196704: implement commands to get the selected text, and insert text, to allow for embedders (like Camino) to use them, e.g. for the Mac OS X services menu. Also fix image copy. r=brade, sr=kin.
2003-04-22 18:11:12 +00:00
leon.zhang%sun.com
78f946e42d
Bug 199412: optimize nsTypedSelection::ScrollIntoView r/sr=sfraser
2003-04-20 01:03:40 +00:00
alecf%netscape.com
ebd37e392b
fix for plaintext editor, fallout from bug 201982
...
sr=sfraser
2003-04-17 18:28:35 +00:00
brade%netscape.com
ca3fdeb474
editor changes for drag/drop/copy/paste hooks (bug 197121) r=jfrancis, sr=smfr
2003-04-17 13:18:51 +00:00
jaggernaut%netscape.com
d95e3e2d05
Bug 198546: Format -> Font submenu doesn't deal with "unknown" font. r=glazou, r=Neil, sr=bryner, moa=brade.
2003-04-17 07:35:55 +00:00
alecf%netscape.com
6673301edc
fix for bug 201982 - r=brade, sr=smfr
...
nsIEditProperty was an interface with no methods and only static members - moved it to an entirely static class.
2003-04-17 05:42:33 +00:00
kaie%netscape.com
0a8b9a815b
b=201974 Caret partially/completely visible with initial <p> </p>
...
r=jfrancis sr=sfraser
2003-04-16 20:18:41 +00:00
kaie%netscape.com
6e0de691c9
b=68767 extra blank space added when block level element (hr, table) is inserted at the end of a line, between two lines
...
r=jfrancis sr=kin
2003-04-15 20:53:15 +00:00
brade%netscape.com
be2a207097
add insertion listener; bug 192567 (r=jfrancis, sr=kin)
2003-04-15 14:07:30 +00:00
bzbarsky%mit.edu
5df3b30a3b
Make CreateContextualFragment know what document the fragment is destined for.
...
Fixes some issues with images and innerHTML. Bugs 198486, 198989, 201865.
r=jfrancis, sr=jst
2003-04-15 01:09:09 +00:00
bzbarsky%mit.edu
01d0c60590
MakeList is redundant with AppendList. Bug 179810, r=jfrancis, sr=kin
2003-04-13 04:30:16 +00:00
alecf%netscape.com
8b7145ecb4
fix for bug 199170 - convert editor over to using nsStaticAtoms
...
r=brade, sr=sfraser
2003-04-10 21:04:07 +00:00
sfraser%netscape.com
4dbf4f2abf
Appease the Windows __stdcall gods. Bug 201257.
2003-04-10 20:45:17 +00:00
sfraser%netscape.com
d61e2195a4
Fix bug 201257 -- clean up use of nsIControllerCommandManager by editor:
...
Renaming nsIControllerCommandManager to nsIControllerCommandTable to reduce confusion.
Moving the immutability flag from the nsBaseCommandController to the nsControllerCommandTable.
Renaming the 'refcon' on nsIControllerContext to 'context', and giving nsIControllerContext an Init() method that optionally takes a command table.
Fixing the editor and composer module code to create pre-filled nsIControllerCommandTables as services, and the controller constructors to create singleton command tables with do_GetService.
r=brade, sr=alecf.
2003-04-10 18:44:03 +00:00
kin%netscape.com
cfcce2de81
Fix for bug 199490: A crash occurs after clicking in (HTML tags )document - Trunk [@
...
nsHTMLEditor::SetFinalSize]
- A one line fix in HideResizers() which prevents the
reported crash by setting mIsResizing to false. I assume
we can't be resizing if the resize handles are being hidden.
The assertion and null check in SetFinalSize() are just because
I'm paranoid, but they should never be triggered if HideResizers()
is called first.
- The changes in StartResizing() makes it so that we don't create
a new mouse motion listener if we already have one. We were
creating a new listener each time we clicked on the handles, and
never unregistering the old one ... this meant that the old
listeners could be triggered if the editor were ever destroyed
and the document left in tact ... allowing us to crash because the
listeners keep an un-addref'd pointer to the HTMLEditor. Note that
this crash is not likely to be hit in Mozilla since we always
destroy the document and editor in Composer and MailCompose, but
it can happen in an embedding context.
r=glazman@netscape.com sr=sfraser@netscape.com
2003-04-09 21:10:58 +00:00
kin%netscape.com
8468c6fa68
Fix for bug 200549:Double click selects just the image in a -moz-user-select:all
...
subtree
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
- jfrancis' fix for netscape bug 615240 (applying mozilla patch
on branch. Fixing problems of improper handling of del and
backspace keys with file attachments.) which was originally
landed in revision 1.445.6.3. This patch is necessary to make
the fix for bug 200549 work properly.
r=sfraser@netscape.com sr=kin@netscape.com
mozilla/editor/libeditor/html/nsHTMLEditorMouseListener.cpp
mozilla/editor/libeditor/html/nsHTMLEditorMouseListener.h
- Modified nsHTMLEditorMouseListener::MouseDown() to
call FindUserSelectAllNode() so that the root of a
-moz-user-select:all subtree gets selected during
a double or context click.
- Modified nsHTMLEditorMouseListener so that it stores an nsHTMLEditor*
instead of an nsIEditor* so we could have access to FindUserSelectAllNode().
r=brade@netscape.com sr=sfraser@netscape.com
2003-04-07 14:32:23 +00:00
kin%netscape.com
150409662a
Fix for bug 42046: One click select and drag for images, hrs, and -moz-user-select:all
...
subtrees
mozilla/layout/html/base/src/nsFrame.cpp
- Added utility method ContentContainsPoint()
- Modified HandlePress() to allow selection of images, hrs and
-moz-user-select:all subtrees, and then disable selection
processing of drag events.
mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
- Modified InsertFromDrop() so that it prevents a drop from
happening in a -moz-user-select:all subtree. (Temporary
workaround to avoid bug 195957 and bug 195959)
r=mjudge@netscape.com sr=sfraser@netscape.com
2003-04-07 14:28:51 +00:00
kin%netscape.com
03308d1b07
Fix for bug # :Hiding resize handles triggers assertion in ~nsGenericHTMLElement()
...
Modfied DeleteRefToAnonymousNode() so that it set the content node's document and parent to nsnull.
r=brade@netscape.com sr=sfraser@netscape.com
2003-04-04 20:51:36 +00:00
kin%netscape.com
086e9f0622
Fixes for bug 192569 (allow foreign transactions to be added to the queue)
...
mozilla/editor/idl/nsIEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/PlaceholderTxn.cpp
mozilla/editor/libeditor/html/nsHTMLCSSUtils.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsTextEditRules.cpp
- Renamed nsIEditor::Do() to nsIEditor::DoTransaction() so that it
can be called from JavaScript.
- Cleaned up nsEditor::Begin/EndUpdateViewBatch() so that
nothing happens outside the check of mUpdateCount.
- Modified PlaceholderTxn.cpp so that it checks to see
if a merged transaction implements nsPIEditorTransaction
before attempting to cast it to (EditorTxn*).
mozilla/editor/ui/composer/content/EditorCommandsDebug.js
mozilla/editor/ui/composer/content/editorOverlay.xul
mozilla/editor/ui/composer/locale/en-US/editorOverlay.dtd
- Added debug menu items to test execution of foreign transactions
via the txnmgr and editor.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2003-04-04 20:50:25 +00:00
kin%netscape.com
0ec32e88c8
Fix for bug #195959 : Drop causes image in -moz-user-select:all subtree to be duplicated
...
Prevent nsHTMLEditRules::CreateStyleForInsertText() from trying to split non-container nodes.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2003-04-04 15:29:59 +00:00
jaggernaut%netscape.com
676f90b0b2
Add defined(XP_MACOSX) to bail early when !mInIMEMode. r=brade, sr=lumpy
2003-04-04 13:26:12 +00:00
jaggernaut%netscape.com
9eae2082b5
Bug 200638: fix drag copy modifier key on Mac OS X. r=Neil, sr=peterv
2003-04-04 12:48:23 +00:00
sfraser%netscape.com
a5a80015e1
Remove nsIIndpendentSelection, moving its one method onto nsISelectionPrivate. Bug 192827. r/sr=kin.
2003-04-04 01:45:06 +00:00
brade%netscape.com
9d2930b43f
require all users of htmleditor to have EditorOverride.css so resizing will work
...
; bug 196075; r=jfrancis, sr=bryner
2003-04-03 08:05:23 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
henry.jia%sun.com
b7df6947aa
Patch for bug 35296: SetCaretEnabled() takes too long
...
Patch by Leon.Zhang@sun.com
r=sfraser, sr=kin
2003-04-02 05:48:09 +00:00
bryner%netscape.com
b11cb5e21e
Oops, removing ^M characters. Fixing IRIX bustage.
2003-04-02 04:52:53 +00:00
bryner%netscape.com
d77ece64e2
Fix ctrl+enter in the mail compose window by getting rid of editor's key listeners in the client event pass entirely (everything now happens in the system event pass). r=brade, sr=sfraser.
2003-04-02 03:31:18 +00:00
dbaron%dbaron.org
8381c0d44d
Remove unused file. b=198627 r+sr=sfraser
2003-04-01 19:32:59 +00:00
alecf%netscape.com
925955c81d
landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions!
...
sr=darin, r=dbaron
2003-03-25 18:55:59 +00:00
kin%netscape.com
e330f0c63e
Fix for bug 199133: mfc embed drag&drop doesn't work within same editor
...
Make DragOver() consume the drag event so that the default browser drag listener that is present during embedding, isn't triggered.
r=brade@netscape.com sr=dbaron@dbaron.org
2003-03-25 15:38:17 +00:00
glazman%netscape.com
8bfa453ecb
meta-fix for image and table resizing bugs in html editor
...
solves bugs 195412, 196624, 196122, 195849, 197158, 195141, 195126, 199013
r=brade, sr=kin
2003-03-25 15:24:08 +00:00
timeless%mozdev.org
965ba28bb1
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
bryner%netscape.com
2e125db44a
Move editor's key event listener, xbl commands, and typeahead find into the system event group. This allows event listeners in content to reliably cancel key events. Bug 54035, r=jkeiser and aaronl, sr=hyatt and kin.
2003-03-24 04:00:58 +00:00
jfrancis%netscape.com
ee778d7be5
fix for 189225: deleting text at beginning of line adds extra space.
...
r=brade; sr=kin
2003-03-23 20:49:49 +00:00
jfrancis%netscape.com
b8893ea45e
fix for 187955: improvements to html fragment sink and paste code. Fixes problems seen with "Create table From Selection" and also with CF_HTML paste.
...
r=brade; sr=kin
2003-03-23 20:45:47 +00:00
jfrancis%netscape.com
8c1895d104
fixes for:
...
178304 - deleting only char in text node places caret in previous block
174867 - caret in wrong place after delete-to-end in list
181898 - select into mailcite, type: inserted text is in cite
r=brade; sr=kin
2003-03-23 20:22:15 +00:00
jfrancis%netscape.com
03b6da655f
fix for 161969: remove empty mailcites when editting
...
r=brade; sr=kin
2003-03-23 19:51:03 +00:00
sspitzer%netscape.com
bb2efc3630
fix for bug #198624
...
bulletproof for crasher in nsHTMLEditor::HideResizers()
r=brade,sr=kin
2003-03-22 17:22:22 +00:00
alecf%netscape.com
16af458ceb
backout my static atom patch for now until I figure out the performance loss! :(
...
bug 195262
2003-03-21 20:13:08 +00:00
alecf%netscape.com
c4ea07bc53
fix for bug 195262:
...
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin
this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
brade%netscape.com
27eabbf773
allow only compatible trasferable flavors (bug 196728, r=smfr, sr=kin)
2003-03-11 19:02:18 +00:00
glazman%netscape.com
03772aaf53
remove a few lines of code that landed by mistake and cause trouble with embedded editor; b=195800, r=brade; sr=dbaron
2003-03-04 02:14:19 +00:00
sfraser%netscape.com
44ebe7e101
Fix for bug 74404 -- show caret drag feedback. r=brade, sr=kin
2003-02-27 23:20:15 +00:00
sfraser%netscape.com
0fce5c3a3b
Fix bug 74404: show caret drag feedback. r=brade, sr=kin
2003-02-27 23:09:51 +00:00
kin%netscape.com
54e564e2a5
Fix for bug 191762 (dragged image doesn't land where it's dropped)
...
editor/libeditor/base/nsSelectionState.cpp
- Reworked the logic in SelAdjJoinNodes() to avoid adding aOldLeftNodeLength twice to the calculated offset when the start/end node is the parent.
editor/libeditor/html/nsHTMLDataTransfer.cpp
editor/libeditor/text/nsPlaintextDataTransfer.cpp
- Modified the InsertFromDrop() to use an nsAutoTrackDOMPoint, instead of relying on range gravity, to calculate the correct insert position after deleting the current selection.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2003-02-27 14:53:03 +00:00
glazman%netscape.com
034aaf432f
missing files for b=47066, r=brade,cmanske, sr=kin
2003-02-24 10:18:18 +00:00
glazman%netscape.com
2a1389ecba
Allow mouse-driven resizing of images and tables in all instances of editor.
...
For the default Mozilla build, this includes Composer and Mail Composition.
Embeddors willing to disable this feature should look at |nsHTMLEditor::SetIsImageResizingEnabled()|
Displays eight resizing handles plus an info box. Images are resized real-time.
Uses HTML attributes in pure HTML mode (mail composition for instance) and CSS properties when available.
Undoable and Redoable. Does not grind coffe and make a good expresso yet.
Thanks if you really read to that line.
b=47066, r=brade, r=cmanske (for the algo part inheriting from the XBL patch), sr=kin
2003-02-24 09:37:18 +00:00
jkeiser%netscape.com
dd40836ee4
Make double-click on text in composer select word again (bug 193689), r=bryner@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org
2003-02-22 08:12:11 +00:00
jkeiser%netscape.com
d4ce4ad061
Make text drag work again (bug 193568), r=bryner@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org
2003-02-22 08:10:46 +00:00
bryner%netscape.com
cc390fbe51
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
2003-02-22 00:32:13 +00:00
neil%parkwaycc.co.uk
45f8b79f34
Bug 87321 Shift+Tab has duplicate behavior (event handled twice in message compose) r=brade sr=sspitzer a=asa
2003-02-04 12:12:55 +00:00
neil%parkwaycc.co.uk
fa75ef39e6
Bug 186195 Space disappears when editing a word at the end of a block p=jfrancis r=brade sr=kin a=asa
2003-02-03 11:47:13 +00:00
timeless%mozdev.org
4259465d0b
Bug 186643 del key at the end of the urlbar asserts
...
r=jfrancis sr=bz
2003-01-19 00:46:56 +00:00
cbiesinger%web.de
9197521cdf
89203 r+sr=roc+moz missed a file when I did the IBMBIDI removal from editor
2003-01-18 14:42:02 +00:00
darin%netscape.com
82416fc7e8
fixing more mac build bustage
2003-01-18 04:21:04 +00:00
cbiesinger%web.de
396b1dbac0
remove ifdefs for IBMBIDI from editor, bug 89203 r+sr=roc
2003-01-17 11:11:10 +00:00
timeless%mozdev.org
7165ff5a9c
Bug 186668 nsWSRunObject::DeleteChars uses a constant Count() while removing elements
...
r=jfrancis sr=bz
2003-01-16 19:27:50 +00:00
jst%netscape.com
5b63e8c3de
Fixing bug 161166. Freezing more DOM interfaces. r=harishd@netscape.com, sr=peterv@netscape.com
2003-01-14 23:05:52 +00:00
sspitzer%netscape.com
7828a43de4
fix for #188946 . crasher when you delete a smiley.
...
this was caused by the checkin for #114713
there is still problems with delete of smileys, but that's
an existing bug. r/sr=bryner.
2003-01-14 22:08:42 +00:00
jfrancis%netscape.com
4d0db6481a
fix for 187662: first return in empty doc does nothing. r=brade; sr=kin
2003-01-11 00:06:29 +00:00
glazman%netscape.com
0547cb1d01
just removing useless duplicate code; b=188486, r=Neil, r=brade, sr=peterv
2003-01-10 13:46:44 +00:00
bryner%netscape.com
26d5c6ff25
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
dbaron%dbaron.org
e686da6f3c
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:51:43 +00:00
dbaron%dbaron.org
0b5c7134c9
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:35:36 +00:00
seawood%netscape.com
4588fb970a
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
jfrancis%netscape.com
06b859a4a9
179384 Merging blocks via forward delete sends selection to front of document
...
correcting snafu from prior landing.
2002-12-22 07:48:32 +00:00
jfrancis%netscape.com
cf9102f71d
editor fixes for:
...
180034 editor should respect the select_all style
183836 New list item should not reset inline styles
179384 Merging blocks via forward delete sends selection to front of document
98434 IME does not work correctly at the last characters in the text field (patch courtesy of Shotaro Kamio)
r=jfrancis,brade,cmanske sr=kin
2002-12-22 01:51:14 +00:00
glazman%netscape.com
eaddaf794a
Text alignment feedback erroneous in Composer; b=183887, r=jfrancis, sr=peterv
2002-12-19 14:10:50 +00:00
nhotta%netscape.com
4b5796a347
Adding a new interface to retrieve phonetic of input text,
...
bug 175937, r=brade, sr=kin.
2002-12-17 23:38:04 +00:00
seawood%netscape.com
737ba0c5f7
Forte 7 linker requires that search directories come *before* libraries that reside in those search dirs.
...
Fixing build bustage.
2002-12-17 22:13:01 +00:00
glazman%netscape.com
6b9db87de8
part of fix bustage, peterv's on the mac side
2002-12-13 12:32:31 +00:00
glazman%netscape.com
8b82131b13
fixing bustage, so it was not my last checkin...
2002-12-13 10:17:42 +00:00
glazman%netscape.com
f34099f667
fixing regression in composer, it was impossible to set foreground and background color; b=184505, r=brade, sr=kin, q=is this my last checkin?
2002-12-13 08:56:21 +00:00
sfraser%netscape.com
6ea8115c60
Remove duplicate text services files, which fixes a bug with the mac build picking up the wrong source and header files (bug 184935). This fixes bugscape bug 21720.
2002-12-12 22:42:53 +00:00
kin%netscape.com
805d8eec7d
sfraser's fix for commercial blocker bugscape bug 21720 (Spell checker fails find misspelled words (crash on exit from spellchecker)), which is caused by bugzilla bug 184935 (Mac build picks up the wrong nsTextServicesDocument.cpp; spell checking busted)
...
This patch fixes the editor project to search mozilla/editor/txtsvc before
mozilla/libeditor/, adds nsFilteredContentIterator.cpp, and adds #error to the
unused files.
r=jfrancis@netscape.com sr=kin@netscape.com
2002-12-12 18:04:31 +00:00
jfrancis%netscape.com
25ccf2ef3f
fix for 184308: cf_html bustage. fencepost error. r=brade; sr=bz; a=asa
2002-12-12 01:05:53 +00:00
sdagley%netscape.com
75f5c2e50b
Backing out jfrancis - back to v1.67
2002-12-10 20:24:49 +00:00
jfrancis%netscape.com
958bd182cb
fix for 184308: cf_html bustage. fencepost error. r=brade; sr=bz; a=asa
2002-12-10 18:32:58 +00:00
rods%netscape.com
ca00db2d37
Implement filters for spellchecker, so we can skip certain nodes (like Block Quote "cite") for mail
...
Bug 173046 r=jfrancis sr=kin a=asa
2002-12-10 15:03:04 +00:00
bzbarsky%mit.edu
c815579255
Make the CSSLoader correctly order stylesheets as they are dynamically added
...
and removed via the DOM. Clean up the nsIDocument stylesheet accessors. Clean
up nsIDocumentObserver stylesheet stuff a bit. Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off. Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking, sr=peterv.
2002-12-03 05:48:14 +00:00
cmanske%netscape.com
843942f7d2
Move caret to text position with rt click. b=181547, r=rods, sr=sfraser
2002-11-30 18:59:34 +00:00
dbaron%fas.harvard.edu
b9b5e43519
Remove unused parser-related code. b=130439 r=harishd sr=jst
2002-11-28 19:43:51 +00:00
cmanske%netscape.com
1c667569a9
Added command to notify when document url changes. b=181091, r=akkana, sr=sfraser
2002-11-27 00:35:09 +00:00
akkana%netscape.com
c24bb9a030
162083: fix ctrl-delete to delete by words, not to end of line. r=brade sr=bzbarsky
2002-11-26 23:01:12 +00:00
akkana%netscape.com
27d3b6dbe6
110378: Don't lose data when head is rewritten to HEAD. r=brade sr=kin
2002-11-26 22:15:30 +00:00
glazman%netscape.com
9354f7e3af
Coalesce similar inline nodes in Composer's CSS mode; b=179055, r=jfrancis, sr=peterv
2002-11-25 13:41:26 +00:00
sicking%bigfoot.com
fb6b76c88a
Bug 8929: Kill NS_COMFALSE
...
r=peterv sr=bz
2002-11-25 12:44:03 +00:00
caillon%returnzero.com
f66ab2522e
Bug 181442 - Convert editor's pref usage to the new pref APIs.
...
r=brade sr=kin
2002-11-23 01:26:58 +00:00
jfrancis%netscape.com
309efe79a5
fix for 142855: cf_html paste functionality. r=brade,cmanske; sr=kin
2002-11-22 03:30:59 +00:00
jfrancis%netscape.com
81aa9eb1d1
reland fix for 174017: Multiple enters after quoted text does not move cursor; r=fm; sr=kin
2002-11-22 01:03:08 +00:00
kin%netscape.com
adda10c39e
Fix for bug 173553: flawfinder warnings in editor/libeditor/html/nsHTMLEditorLog.cpp
...
Changed all occurrences of sprintf() to snprintf(). Removed format arg from WriteInt().
r=brade@netscape.com sr=sfraser@netscape.com
2002-11-18 15:43:19 +00:00
jfrancis%netscape.com
e2955d1206
152419: Pressing ENTER after adding styles to text does not move caret to next line.
...
r=brade
sr=kin
2002-11-17 03:11:45 +00:00
jfrancis%netscape.com
77859aa099
fix for 172147: URL in composition "decoration" continues on next line
...
r=brade
sr=kin
2002-11-17 01:37:29 +00:00
jfrancis%netscape.com
a25e97d4e3
fix for 143338: Word wrap of double space incorrect in HTML mailcompose
...
r=glazman
sr=kin
2002-11-17 01:25:30 +00:00
jfrancis%netscape.com
6ed5b443f5
fix for 101544: Text color does not change if change is made and no text is typed then the color is changed again. Also fixes 163712: changing font takes no action.
...
r=brade
sr=kin
2002-11-17 01:03:20 +00:00
bryner%netscape.com
ac330e4e56
nsTextServicesDocument should be #ifdef'd out when building the plaintext editor only. Fixing phoenix build bustage.
2002-11-14 02:23:08 +00:00
bryner%netscape.com
61bdd1be23
Fix --enable-plaintext-editor-only build bustage by removing nsTextEditorReg.cpp (which was needless duplication and easy to forget to update) and just adding plaintext #ifdefs in nsEditorRegistration instead. Bug 177333, r=jfrancis, sr=sfraser.
2002-11-14 00:29:33 +00:00
brade%netscape.com
4107543415
Cut when no selection should just return NS_OK (not error which causes JS to throw an error); bug 178725, r=akkana, sr=kin
2002-11-13 21:21:28 +00:00
cmanske%netscape.com
56bbfb9e1d
Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser
2002-11-12 23:30:29 +00:00