brade%netscape.com
d7db3c6ee0
updated insertHTML* methods; bug 192567 (r=jfrancis, sr=kin)
2003-04-15 14:00:08 +00:00
brade%netscape.com
86857f2b00
add new idl file; bug 192567 (r=jfrancis, sr=kin)
2003-04-15 13:57:38 +00:00
brade%netscape.com
eb0fe9475a
new idl file for bug 192567 (r=jfrancis, sr=kin)
2003-04-15 13:56:53 +00:00
brade%netscape.com
a965a2ae14
add document commands for toggling image animation/plugins, clearing undo stack; r/sr=sfraser (patch in bug 195506)
2003-04-15 13:53:51 +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
jaggernaut%netscape.com
414b1998c4
Bug 201609: Cancelling publish doesn't really cancel currently executing uploads
...
. r=ssu, sr=bryner, moa=brade. Note that this bug depends on bug 201610 being fi
xed.
2003-04-11 13:20:20 +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
neil%parkwaycc.co.uk
85399e0b0b
Bug 193712 Text and highlight colours don't translate rgb in css mode r=glazman sr=kin
2003-04-07 08:11:21 +00:00
neil%parkwaycc.co.uk
f4117b3995
Bug 192084 cannot assign multiple classes to elements r=glazman sr=kin
2003-04-07 08:09:56 +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
neil%parkwaycc.co.uk
ffefee4ca3
Bug 198878 Preferences>Composer>Toolbars says Preview while Composer's toolbar says Browse r=brade sr=dmose
2003-04-03 09:08:57 +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
brade%netscape.com
4345a8c17f
make EditorOverride.css a resource; fix bug 196075; r=jfrancis, sr=bryner
2003-04-03 08:01:49 +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
brade%netscape.com
8faaa86dec
correct some API changes; add a few more commands; still incomplete (NOT PART OF BUILD)
2003-04-01 09:54:28 +00:00
jkeiser%netscape.com
7cd170336c
Fix .originalTarget problems in editor (bug 193689), r=brade@netscape.com, sr=jst@netscape.com, a=asa
2003-04-01 06:12:51 +00:00
sfraser%netscape.com
f8756f25f7
Fix for bug 199320 -- random composer crashes. Remove code that set the editor as a refCon on a controller which was created in JS, because it's unnecessary, and because the JS has no callbacks that allow it to null out the refCon when that editor is destroyed, leading to stale references which crash XPConnect. r=brade, sr=kin, a=asa.
2003-03-31 19:08:00 +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
glazman%netscape.com
0ee6895c46
EditorOverride.css contained slow CSS rules; b=196625, r=kin, sr=kin
2003-03-25 15:16:21 +00:00
locka%iol.ie
8214c54221
Add PERSIST_FLAGS_DONT_CHANGE_FILENAMES flag to prevent filename munging during composer upload. b=138832 r=brade@netscape.com sr=jaggernaut@netscape.com
2003-03-25 12:19:05 +00:00
neil%parkwaycc.co.uk
a2c4b6a491
Bug 198264 Editor's "Toolbars" category label cannot be localised r=brade sr=alecf
2003-03-24 13:54:49 +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
jfrancis%netscape.com
86986ab464
fix for 118912: atomic deletion of emoticons
...
r=glazman; sr=kin
2003-03-23 19:45:40 +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
syd%netscape.com
38fe3e6792
http://bugzilla.mozilla.org/show_bug.cgi?id=195655
...
Add support for 9 new smilies, and clean up code a bit (part of multiple checkins)
2003-03-22 04:54:35 +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
jaggernaut%netscape.com
e11eb11c40
Bug 26288: Allow user to select system fonts in editor UI. r=Neil, sr=sspitzer, moa=brade
2003-03-21 08:36:28 +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
heikki%netscape.com
87734f06b5
Bug 172065, remove unused XIF labels, patch by stevechapel@earthlink.net, r=sgehani, sr=heikki.
2003-03-21 01:11:52 +00:00
bzbarsky%mit.edu
2eddb1a738
Fix preview in image insertion dialog. Bug 198428, r=brade, sr=blizzard
2003-03-21 00:29:31 +00:00
brade%netscape.com
b7852204ac
cleanup various items like omitting needless QI, fixing case to match idl file, adding parens to JS function, fix case of doctype string; r=timeless,Neil, sr=jag; bug 198402
2003-03-20 15:37:42 +00:00
brade%netscape.com
34c300a4f2
remove unused nsRemoveLinksCommand (it's in C++); r=timeless, Neil, sr=jag; bug 198402
2003-03-20 15:36:26 +00:00
bzbarsky%mit.edu
1bfea66b89
Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
...
type="image"> into the content nodes and out of nsImageFrame. r=pavlov, sr=jst
2003-03-19 03:47:09 +00:00
jaggernaut%netscape.com
1e43bc274e
Bug 189803: smaller images (decreased file size for various composer images), new images by Brant Langer Gurganus <brantgurganus2001@cherokeescouting.org>, r=brade, sr=jag
2003-03-19 00:14:20 +00:00
timeless%mozdev.org
ea914a6dbe
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=brade
2003-03-17 22:55:50 +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
neil%parkwaycc.co.uk
da09ae6a42
Bug 54802 Add clipboard buttons for Composer r=brade sr=alecf
2003-03-14 15:23:53 +00:00
shliang%netscape.com
6fed48c7d6
147653 - page setup commands doesn't work in mail and composer. r/sr=sspitzer,jag
2003-03-14 06:27:48 +00:00
pete.zha%sun.com
4c311d39d2
bug=195784 Composer - New Page Settings: access key missing for background color picker
...
r=brade@netscape.com sr=jaggernaut@netscape.com patch=jessie.li@sun.com
2003-03-12 03:05:57 +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
neil%parkwaycc.co.uk
9859de30bb
Bug 195423 EdConvertToTable.js tries to SetTextboxFocus to a <radiogroup> r=brade sr=kin
2003-03-11 10:07:46 +00:00
brade%netscape.com
078bb944e6
fix unlink (remove href) command; it needs to only do removal r=Neil, timeless, sr=kin; bug 193716
2003-03-04 15:42:44 +00:00
neil%parkwaycc.co.uk
794690e939
Bug 54802 Add clipboard buttons for Composer (backend work) r=brade sr=alecf
2003-03-04 12:12:29 +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
cbiesinger%web.de
1eac5db47b
195108 patch by piersc@cogs.susx.ac.uk r=dean_tessman@hotmail.com sr=dmose moa=brade Add accesskeys to editor Find and Replace dialog (editor)
2003-02-28 22:57:33 +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
brade%netscape.com
191c65b718
allow editors to edit documents which contain iframes (bug 193902, r=cmanske, sr=smfr)
2003-02-27 14:06:29 +00:00
neil%parkwaycc.co.uk
9575d10cc6
Bug 192013 Command updating far too slow r=brade r=cavin sr=sspitzer
2003-02-27 09:41:40 +00:00
kairo%kairo.at
11348f5311
bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard
2003-02-27 00:05:44 +00:00
dbaron%dbaron.org
dc66fa042f
Remove extra line that seems to have broken the mac builds. b=47066 Fixing bustage.
2003-02-24 15:32:34 +00:00
neil%parkwaycc.co.uk
6dceef4315
Bug 177055 Fix an uninitialized variable in Selection List Properties dialog r=brade sr=sfraser
2003-02-24 12:50:21 +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
pete.zha%sun.com
29f051b1d6
bug=193068
...
Missing accesskeys in preference dialogs
r=timeless sr=jaggernaut@netscape.com
2003-02-24 07:59:17 +00:00
kairo%kairo.at
f142fe7945
bug 44908 - HTML Message/Compose Mnemonics: Format menu should match spec, r=brade, sr=sspitzer, checking in for piersc@cogs.susx.ac.uk
2003-02-22 13:51:13 +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
brade%netscape.com
d8751c6855
register command for removing a link (bug 193716); r=mkaply, sr=smfr, a=asa
2003-02-19 15:03:49 +00:00
heikki%netscape.com
0b3921ec72
Fixing build bustage; added missing semicolon.
2003-02-17 22:19:43 +00:00
mkaply%us.ibm.com
dfc64e92c1
#193719
...
r=brade, sr=kin, a=dbaron
Midas - crash - handle unexpected empty parameters
2003-02-17 21:02:43 +00:00
brade%netscape.com
2c5b734cac
add comments, remove warnings, cancel mLoadBlankDocTimer to prevent crash, disable animation of images (bugs 191392, 192976, 191166) r=smfr, kin, brade; a=asa (mLoadBlankDocTimer portion originally submitted by cmanske@netscape.com)
2003-02-14 14:56:32 +00:00
neil%parkwaycc.co.uk
16015d3292
Bug 192299 Editing a page when browsing a named anchor should strip off anchor name from url r=brade sr=sfraser a=asa
2003-02-14 11:56:49 +00:00
neil%parkwaycc.co.uk
6136c59eb6
Bug 185790 Impossible to remove JavaScript Events in Composer r=brade sr=sfraser a=asa
2003-02-14 11:42:10 +00:00
neil%parkwaycc.co.uk
1b19156a4e
Bug 82547 patch allows Composer to catch mouse events on some form elements r=glazman sr=kin a=asa
2003-02-14 09:59:51 +00:00
neil%parkwaycc.co.uk
e7d4b794f5
Bug 191127 Applying Content Alignment: Vertical to multiple cells produces broken HTML r=glazman sr=kin a=asa
2003-02-12 11:52:00 +00:00
neil%parkwaycc.co.uk
8ed37b9cd7
Bug 186129 SetTextboxFocus() should select textbox contents r=brade sr=kin a=asa
2003-02-12 11:50:15 +00:00
mkaply%us.ibm.com
6e53484b55
#192024
...
r=brade, sr=kin, a=asa
domSelection can be null if there is no presShell - don't dereference it
2003-02-06 05:34:47 +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
bzbarsky%mit.edu
e74f70b957
Relanding 189384 since it seems Not Guilty. Still r=sicking/sr=jst/a=asa
2003-01-31 23:21:22 +00:00
bzbarsky%mit.edu
1c21fd05e2
Backing out 189384 to see whether this caused the Tp jump.
2003-01-31 14:28:50 +00:00
bzbarsky%mit.edu
b52430703f
Make getElementsByTagName(NS) in XUL use content lists (perf, etc). Bug
...
189384, r=sicking, sr=jst, a=asa
2003-01-31 06:28:14 +00:00
loadrunner%betak.net
2c7e185b46
bug 190734, r=brade, sr=sfraser, a=asa
2003-01-30 11:21:41 +00:00
suresh%netscape.com
8b8b5a55aa
backing out neil's checkin to bug 189384. This caused a blocker in commercial tree. r/sr-brade. a-kyle.
2003-01-27 18:41:03 +00:00
neil%parkwaycc.co.uk
72fa92da10
Bug 189384 Composer window slow to load r=brade sr=sfraser a=asa
2003-01-24 13:33:32 +00:00
brade%netscape.com
902f1c0eed
force undo commands to be updated (bug 183133); r=sfraser, sr=kin
2003-01-22 00:50:47 +00:00
brade%netscape.com
b060ad5bef
fix bug 187351 by cancelling docshell refresh timers; fix bug 182290 by changing destruction order and cleaning up error checking (don't let some failures stop destruction sequence); r=sfraser, sr=kin
2003-01-22 00:46:38 +00:00
brade%netscape.com
468d30e4c1
fixes for bug 182290 (cancelling timer during destruction) and bug 183133 (enabling undo after typing a letter); r=sfraser, sr=kin
2003-01-22 00:41:32 +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
neil%parkwaycc.co.uk
6b4cb99632
Bug 189310 should retrieve composer command manager from content controllers r=brade sr=sfraser
2003-01-17 13:39:20 +00:00
neil%parkwaycc.co.uk
6b829b34d0
Bug 187455 Table properties dialog doesn't support left or right caption side r=brade sr=sfraser
2003-01-17 13:37:20 +00:00
brade%netscape.com
93d3799700
register commands (bug 184719, r=mkaply, sr=sfraser)
2003-01-17 12:54:18 +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
neil%parkwaycc.co.uk
01530c7140
Bug 164131 Duplicate entities in editorOverlay.dtd and messengercompose.dtd r=brade (editor) r=ducarroz (msgcompose) sr=sspitzer
2003-01-17 09:58:57 +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
dbaron%dbaron.org
b58b40a808
Add nsComposerDocumentCommands.cpp for bugs 184718, 184719 (brade's checkin).
2003-01-16 17:01:21 +00:00
brade%netscape.com
e608daca24
bug 145916, add GetDocument to nsITextServicesDocument; r=brade, sr=kin; submitted by Darabos Daniel (cyhawk@sch.bme.hu)
2003-01-16 15:02:33 +00:00
brade%netscape.com
4fd79914da
split nsComposerCommands.cpp to separate out document commands from content commands; add commands to set "useCSS" flag and readonly flag (bugs 184718, 184719), r=mkaply, sr=sfraser
2003-01-16 14:59:09 +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
brade%netscape.com
169ffbadef
bug 186054 and others; disable JS and plugins in Composer (r=smfr, sr=kin)
2003-01-10 13:13:25 +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
neil%parkwaycc.co.uk
e4a3f5cc52
Bug 188038 editor background image pref has wrong default name r=brade sr=peterv
2003-01-08 15:23:35 +00:00
kairo%kairo.at
a7555a91fe
change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard
2003-01-03 19:57:47 +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
cmanske%netscape.com
efd47d4149
Backout accidental checkin related to bug 180303, fix by neil@parkwaycc.co.uk, r=cmanske, sr=kin
2002-12-21 17:29:07 +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
ducarroz%netscape.com
4edd31cdb7
Fix for bug 173046. fix initialization of the text filter service. Editor commands also takes care of msg compose spell button. R=rods, SR=sspitzer
2002-12-18 02:23:10 +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
brade%netscape.com
1c01e174ff
fix insert HR command for Midas (bug 183793; r=cmanske, sr=smfr)
2002-12-17 19:41:00 +00:00
rbs%maths.uq.edu.au
504ac4b45e
Remiander of bug 169590. Hook a catch-all W3C entity converter and user-prefs for custom levels of entity-zation in the editor's '<HTML> Source' and 'Save As...'
2002-12-17 00:41:25 +00:00
cmanske%netscape.com
e1f53da40f
Remove 'AppendStringToMenulist' JS method. b=183055, r=neil@parkwaycc.co.uk, sr=hewitt
2002-12-16 22:35:22 +00:00
rbs%maths.uq.edu.au
c7e2c76219
Refine the conversion of entities during serialization, b=169590, r=nhotta, sr=jst
2002-12-13 22:12:10 +00:00
peterv%netscape.com
cb350e678f
Bustage fix.
2002-12-13 12:39:14 +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
peterv%netscape.com
06900ef9b1
Bustage fix.
2002-12-12 20:01:59 +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
peterv%netscape.com
5387c863fa
Bustage fix for rods (once more).
2002-12-10 16:58:14 +00:00
cmanske%netscape.com
0710c0df67
Backing out previous changes (relating to bug 183055) since dependend bug 118038 was not approved for checkin. Needed else Publishing and Advanced Edit doesn't work
2002-12-10 15:25:41 +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
cmanske%netscape.com
31075bee53
Really fixed 'insert HTML' bug 180303 this time. r=akkana, sr=kin, a=asa
2002-12-06 03:13:39 +00:00
cmanske%netscape.com
61478f83ce
Part of fix to bug 170522 (remove unused code), r=akkana, sr=alecf, a=asa
2002-12-05 21:59:59 +00:00
cmanske%netscape.com
3125ee3693
Increase performance of 'Recent Pages' menu code. Most of the fix by neil@parkwayccc.co.uk, b=170522, r=akkana, sr=alecf, a=asa
2002-12-05 21:24:09 +00:00
cmanske%netscape.com
10b47dddd6
Missing file from checkin to fix 'insert HTML' command' b=180303, r=akkana, sr=kin, a=asa
2002-12-05 21:03:44 +00:00
timeless%mozdev.org
e58bc313c3
Bug 175789 <dialog>s don't need dialogOverlay
...
r=cmanske sr=alecf
2002-12-03 13:25:59 +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
d0ace40852
Reduce bloat in composer dialog JS. b=183055, r=akkana, sr=hewitt
2002-12-02 23:05:27 +00:00
cmanske%netscape.com
0953aae2ad
Fixed conflicting insert HTML commands. b=180303, r=akkana, sr=kin
2002-12-02 23:00:54 +00:00
brade%netscape.com
e1c5617be2
remove dead code; cleanup command params for a few commands; standardize QI calls (bug 180745, r=cmanske, sr=smfr)
2002-12-02 22:20:12 +00:00
brade%netscape.com
53257c3f39
documentation; not part of a build
2002-12-02 20:43:24 +00:00
cbiesinger%web.de
61f58706b3
103859 patch by neil@parkwaycc.co.uk r=cmanske sr=alecf controller.QueryInterface(Components.interfaces.nsICommandController) should be in goUpdateComposerMenuItems instead of goUpdateCommandState
2002-12-02 14:22:43 +00:00
cbiesinger%web.de
6a9512f826
171721 patch by neil@parkwaycc.co.uk r=cmanske sr=alecf Mozilla add-ins can move the Composer taskbutton
2002-12-02 14:01:01 +00:00
glazman%netscape.com
b8076d0038
Table of Contents management in Composer (lives under Insert menu); b=170050, r=cmanske, sr=peterv
2002-12-02 13:54:41 +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
cmanske%netscape.com
aa30c4785e
Fixed command disabling/focus setting when loading page into new editor. b=181002, r=brade, sr=kin
2002-11-21 23:53:50 +00:00
cmanske%netscape.com
460f4e38f5
Start controller IDs at 1 for InsertController. b=180814, r=brade, sr=sfraser
2002-11-20 11:36:05 +00:00
cmanske%netscape.com
c0c570c34e
Fixed nsDocShell leak and nsEditingSession init after forced reload of document. b=180146, r=cmanske, sr=sfraser
2002-11-20 06:23:05 +00:00
brade%netscape.com
f9ac0092ae
bug 157111; handle new command (cmd_fontSize); r=cmanske, sr=sfraser
2002-11-20 01:23:40 +00:00
brade%netscape.com
46b4cff8d3
bug 157111; register new commands; r=cmanske, sr=sfraser
2002-11-20 01:20:19 +00:00
brade%netscape.com
8668acc33f
bug 157111; add some new commands; r=cmanske, sr=sfraser
2002-11-20 01:18:48 +00:00
brade%netscape.com
9bacf15b54
bug 157111; add some new commands, cleanup do_QI assignments and some other cleanup; r=cmanske, sr=sfraser
2002-11-20 01:18:23 +00:00
timeless%mozdev.org
324aff4509
Bug 147372 Use .hidden and .collapsed instead of [GS]etAttribute
...
patch by neil@parkwaycc.co.uk r=cmanske sr=alecf
2002-11-19 15:51:56 +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
cmanske%netscape.com
bce42e664d
Missed file from checkin for bug 169029. r=akkana, sr=sfraser
2002-11-16 04:14:12 +00:00
cmanske%netscape.com
349df9d579
Final removal of 'editorShell'. b=169029, r=akkana, sr=sfraser
2002-11-15 15:52:47 +00:00
cmanske%netscape.com
81b7a3c811
Final removal of 'editorShell' and associated files. b=169029, r=akkana, sr=sfraser
2002-11-15 15:42:22 +00:00
cmanske%netscape.com
4e3ba622bb
Final removal of 'editorShell' and associated files. b=169029, r=brade, sr=sfraser
2002-11-15 15:36:44 +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
brade%netscape.com
dc5d534dae
fix compiler warning introduced by bug 170353
2002-11-13 15:45:34 +00:00
cmanske%netscape.com
c1fb747b6c
String change as part of dialog cleanup, b=158881, r=brade, sr=alecf
2002-11-12 23:41:23 +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
cmanske%netscape.com
ca1d8bc561
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:03:27 +00:00
cmanske%netscape.com
d42b2c8c8d
Remove editorShell from Composer app. b=169029, r=akkana, sr=sfraser
2002-11-12 22:52:55 +00:00
cmanske%netscape.com
86b723331b
Remove editorShell from editor dialogs. b=158881, r=brade, sr=alecf
2002-11-12 22:44:04 +00:00
bzbarsky%mit.edu
00e9b45821
ok, that didn't make the AIX compiler happy enough, and I trust it over
...
all our other ones, so...
2002-11-12 22:23:11 +00:00
bzbarsky%mit.edu
bc2dafb595
fix windows linker bustage
2002-11-12 20:35:59 +00:00
bzbarsky%mit.edu
0e1932c1de
Clean up some array stuff in editor; switch to nsCOMArray in a bunch of
...
places. Bug 175564, r=jfrancis, sr=kin
2002-11-12 19:40:11 +00:00
jfrancis%netscape.com
31794c188d
fix for 178264: nsRangeUpdater bugs and enhancements. precursor to 143338 landing. r=brade; sr=kin
2002-11-10 15:11:08 +00:00
bryner%netscape.com
7b5407b246
Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst.
2002-11-09 00:25:25 +00:00
glazman%netscape.com
16d402e795
show tooltip for href (links), src (images) and name (named anchors) in Composer; b=47519, fix by glazman@netscape.com and neil@parkwaycc.co.uk, r=brade, r=glazman for kin's changes, sr=kin
2002-11-08 09:14:00 +00:00
glazman%netscape.com
f2eacb19db
inline styles were not merged after a SetInlineProperty() call; b=178667, r=jfrancis, sr=kin
2002-11-08 08:54:42 +00:00
jfrancis%netscape.com
3a08e05023
64647: implement "Paste without Formatting"; r=akkana; sr=sfraser
2002-11-07 13:04:37 +00:00
jfrancis%netscape.com
387c57412c
fix for 174017: Multiple enters after quoted text does not move cursor; r=fm; sr=kin
2002-11-07 11:38:08 +00:00
jfrancis%netscape.com
ef420ebd06
fix for 169586: Plaintext is always pasted in default font not the one in context. r=brade; sr=kin
2002-11-07 11:29:37 +00:00
jfrancis%netscape.com
71ae31c178
fix for 164060: Drop link into list item makes cursor jump to next item; r=fm; sr=kin
2002-11-07 11:26:26 +00:00
bryner%netscape.com
ec90778ef2
Bug 104371 - shiftKey not set correctly for keypress events, breaking shift+space binding. r=brade, bzbarsky, sr=hyatt.
2002-11-07 03:34:13 +00:00
cmanske%netscape.com
c07d1d6ee3
Fixed busted 'deleteTable' feature - silly spelling error, b=174558, r=brade, sr=kin, a=asa/drivers
2002-11-01 22:20:37 +00:00
kairo%kairo.at
0978ac7de5
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
akkana%netscape.com
82b7aca784
176355: Warning fix, remove unused var. r=dmose, sr=bz, a=dbaron
2002-10-24 03:45:23 +00:00
blizzard%redhat.com
804e01dd5e
Backout unapproved checkin for bug #104371 .
2002-10-23 15:18:13 +00:00
glazman%netscape.com
f7659825e8
Composer's struct toolbar caused regression in mail composition + UI polish ; b=175276, fix by neil@parkwaycc.co.uk, r=glazman, sr=kin, a=asa
2002-10-23 12:09:02 +00:00
hyatt%netscape.com
f0fbe99df7
Fix for 104371, SHIFT not being set correctly in the DOM, i.e., the SHIFT+space
...
keybinding didn't work. r=blizzard,brade sr=blake
2002-10-23 03:15:42 +00:00
jaggernaut%netscape.com
60ebc3a2af
Bug 172716: Fix composer Browse button. r=cmanske, sr=dveditz, a=drivers
2002-10-22 19:48:59 +00:00
caillon%returnzero.com
3aecd9142f
Bug 175304 - Composer cannot open files via 'Open file' or 'Edit Link'.
...
Patch by Kathy Brade <brade@netscape.com>
r=caillon@returnzero.com
sr=bzbarsky@mit.edu
a=asa@mozilla.org
2002-10-21 01:10:06 +00:00
akkana%netscape.com
45b69fcea1
174987: Don't skip the last pass through the loop (was deleting signatures). r=brade sr=kin a=asa
2002-10-18 19:25:32 +00:00
brade%netscape.com
38dbb29f50
fix closing of Composer windows (bug 174440) r=cmanske, sr=hewitt, a=Asa
2002-10-17 12:33:00 +00:00
akkana%netscape.com
485a14b98e
168999: don't uninit the spellchecker twice, and eliminate the non-thread-safe asserts
2002-10-17 04:22:27 +00:00
caillon%returnzero.com
d7e5e89abc
Bug 162393 - Making our content area clicking and link handling more robust.
...
r=bzbarsky sr=jag a=asa
2002-10-17 04:09:20 +00:00
jfrancis%netscape.com
a2a809c1b3
fix for 173818: first char typed in html mail reply lost. r=akk, sr=kin, a=asa
2002-10-17 03:16:34 +00:00
akkana%netscape.com
b44c1af075
173953: Fix plaintext quoting. r=ducarroz sr=bzbarsky
2002-10-17 00:07:28 +00:00
leaf%mozilla.org
aeba91a83f
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
glazman%netscape.com
5cf87d502d
correct version of the file ; b=173319, r=brade, sr=peterv, a=rjesup
2002-10-16 13:19:27 +00:00
glazman%netscape.com
7ec6d23893
Add a tag selector to Composer's status bar. It allows to view the whole hierarchy of the current selection, from the deepest element container up to the body.
...
Each element in the bar is selectable and a context menu allows to select the element, remove the element preserving its contents, changing the element into another one (regardless of DTD), and open the advanced properties dialog for the element.
When "Change tag" is requested, a textbox appears in the status bar. Changes are discarded if Escape key is pressed, and performed if CR/Enter key is pressed.
b=173319, r=brade, sr=peterv, a=rjesup@wgate.com
2002-10-16 08:07:35 +00:00
akkana%netscape.com
72aab3ea47
174391: Make printing independant of editorshell. Fix from brade, r=me, sr=bryner, a=rjesup
2002-10-15 20:31:47 +00:00
dbaron%fas.harvard.edu
c8a13ca27c
Fix leak of transactions. b=174123 r=jfrancis sr=kin a=rjesup
2002-10-14 23:48:05 +00:00
glazman%netscape.com
ef94ee2c0f
Composer was inserting charset information (meta element) after the title of the document; b=145952, r=brade, sr=peterv, a=asa
2002-10-14 20:14:40 +00:00
akkana%netscape.com
7224a79a1a
168999: Make nsEditorSpellCheck an independant object instead of part of editorshell. r=brade sr=kin a=asa
2002-10-11 23:46:57 +00:00
brade%netscape.com
b5ad29fd1d
fix typo (r=akkana, cmanske, sr=kin) bug 171798
2002-10-09 18:06:26 +00:00
mjudge%netscape.com
7447103b43
135774 r=cmanske sr=jag
2002-10-09 02:10:22 +00:00
akkana%netscape.com
cbdab08e32
More 161143: fix an uninitialized variable warning noticed by aleksey@nogin.org
2002-10-09 01:33:31 +00:00
cmanske%netscape.com
b04b6d62f5
More 'editorShell' removal. b=169029, r=brade, sr=kin
2002-10-09 00:26:08 +00:00
timeless%mac.com
2657dc4886
Bug 173258 controller.QueryInterface(Components.interfaces.nsICommandController) should be in goUpdateComposerMenuItems instead of goUpdateCommandState
...
r=cmanske, r=brade, sr=kin
2002-10-08 23:58:58 +00:00
jfrancis%netscape.com
0ef08d01b8
fix for 164054: Place selection at first visible content on editor doc load r=brade sr=kin
2002-10-08 23:08:34 +00:00
jfrancis%netscape.com
aa73f56058
fix for 171243: redo broken
r=brade, sr=kin
2002-10-08 23:06:38 +00:00
jfrancis%netscape.com
ba63289ff8
fix for 169033: deletion should delete nested empty blocks all in one action
r=fm; sr=kin
2002-10-08 22:59:09 +00:00
jfrancis%netscape.com
6f9fc789b7
fix for 164054: Place selection at first visible content on editor doc load
r=brade
sr=kin
2002-10-08 22:53:55 +00:00
akkana%netscape.com
f8e9d29c18
161143: Add new method InsertTextWithQuotes, and call it from Rewrap. r=brade,jfrancis sr=sspitzer
2002-10-08 21:22:27 +00:00
darin%netscape.com
c1f90f69a4
revising my bustage fix
2002-10-08 21:18:41 +00:00
darin%netscape.com
4c16f74595
fixes win32 bustage from akk's last checkin
2002-10-08 21:11:59 +00:00
cmanske%netscape.com
d3666240fb
Restored previous Composer window ID, b=173257, fix by neil@parkway.cc.co.uk, r=cmanske, sr=kin
2002-10-08 20:39:05 +00:00
akkana%netscape.com
45a6f01fac
161143: Add new method InsertTextWithQuotes, and call it from Rewrap. r=brade,jfrancis sr=sspitzer
2002-10-08 20:24:23 +00:00
brade%netscape.com
ce3eb1aa2a
fix typo (bug 122992) sr=kin
2002-10-08 14:01:02 +00:00
cmanske%netscape.com
53953ee690
Fixed broken smileys in Mail Composer. b=70031, r=suresh, sr=kin
2002-10-07 20:13:09 +00:00
brade%netscape.com
fab249e180
recheckin save fix (bug 171798) which was inadvertently backed out (r=cmanske, sr=alecf)
2002-10-07 19:29:19 +00:00
brade%netscape.com
b95c62bc1f
remove unused CIDs (r=mjudge/sr=kin/bug 121648)
2002-10-07 14:21:34 +00:00