Commit Graph

1805 Commits

Author SHA1 Message Date
Olli.Pettay%helsinki.fi
b9c2cdd0a8 Bug 336381, Crash [@ nsRange::InsertNode] involving ranges in detached nodes, r=sicking,glazman,sr=bz 2006-05-15 19:35:12 +00:00
timeless%mozdev.org
8f7341d7e8 Bug 336984 Useless null check of aNewLeftNode in nsEditor::SplitNode
r=neil sr=neil
2006-05-11 13:25:30 +00:00
timeless%mozdev.org
e0725bc241 Bug 334298 GetCSSFloatValue uses f uninitialized in a case that doesn't happen
r=glazou sr=neil
2006-05-06 21:53:37 +00:00
timeless%mozdev.org
bb97bc429d Bug 334300 nsHTMLEditor::InsertAsPlaintextQuotation uses quotesInPre uninitialized in a case that doesn't happen
r=neil sr=neil
2006-05-06 21:46:55 +00:00
cvshook%sicking.cc
d3ec0aa5c5 Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
bzbarsky%mit.edu
b1ee2830dd Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
2006-05-01 05:25:52 +00:00
mrbkap%gmail.com
f03e3f47ba Backing out these changes since they were strictly unnecessary and they cause other problems. 2006-04-27 22:34:07 +00:00
mrbkap%gmail.com
177391dbad Be paranoid about the given indices and never return a null DOM from the paste (in success conditions). bug 335609, r+sr=jst 2006-04-27 00:20:27 +00:00
mrbkap%gmail.com
6c8f801dcc Don't bother hiding the caret anymore. bug 334608, r=brade sr=roc 2006-04-26 19:56:58 +00:00
roc+%cs.cmu.edu
4667a9b409 Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc 2006-04-26 01:57:22 +00:00
mrbkap%gmail.com
4f82ca73c0 Fix the relationship between nsHTMLEditor::CreateDOMFragmentFromPaste and nsHTMLEditor::InsertHTMLWithContexet to avoid duplicate calculations. bug 333063, r=neil sr=jst 2006-04-25 20:13:46 +00:00
sharparrow1%yahoo.com
67d4723e36 Bug 334416: Misc view usage cleanups. r+sr=roc. 2006-04-18 06:05:24 +00:00
mrbkap%gmail.com
e27b36efcc Draw the caret in the normal path of frame painting instead of doing it directly to the current view. bug 287813, r+sr=roc 2006-04-17 23:16:46 +00:00
masayuki%d-toybox.com
6fb048961a Bug 327003 Don't commit the IME composition string when Mozilla is deactivated r=roc+masaki.katakai+timeless sr=roc 2006-04-11 16:37:58 +00:00
mrbkap%gmail.com
84a85a393c Remove obsolete and wacky support for the <sound> element, which not even IE supports. bug 333057, r=sicking sr=jst 2006-04-10 20:49:02 +00:00
uriber%gmail.com
4ad7a7f650 Bug 331846: Can't indent/outdent RTL blocks in Composer and Design Mode. r=timeless sr=bzbarsky 2006-04-10 17:37:44 +00:00
mrbkap%gmail.com
6038f53eaa Allow pasting single cells from excel into an HTML editor. bug 228920, r=neil sr=jst 2006-04-06 22:48:55 +00:00
dbaron%dbaron.org
b1335d688b Fix backspace/delete on non-BMP characters for plaintext editor. b=237585 r=smontagu sr=roc 2006-04-04 00:57:55 +00:00
gerv%gerv.net
a54a4e6372 Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:10 +00:00
neil%parkwaycc.co.uk
00c6a7988b Fix issues rebuilding <body> attributes from source b=331894 r=glazou sr=mscott 2006-03-28 16:36:40 +00:00
Olli.Pettay%helsinki.fi
ee372ff167 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2006-03-25 22:03:49 +00:00
martijn.martijn%gmail.com
73959f4bc2 Bug 309599 - crash in nsIHTMLEditor::insertHTML, r=brade, sr=jst 2006-03-24 01:52:07 +00:00
uriber%gmail.com
ba0d30b880 In nsTextEditRules::CheckBidiLevelForDeletion(), use nsSelection::GetPrevNextBidiLevels to determine bidi levels. bug=330460 r=smontagu sr=roc 2006-03-23 08:20:29 +00:00
martijn.martijn%gmail.com
821df10a37 Bug 327623 - nsHTMLEditor::SelectElement crashes if passed null argument, patch by Tony Goold, r=timeless, sr=neil 2006-03-16 12:41:57 +00:00
bzbarsky%mit.edu
6e8df6adb8 nsIDocumentEncoder should be IDL-ized. Bug 305710, patch by jpl24
<jlurz24@gmail.com>, r=sicking, sr=bzbarsky
2006-03-14 17:12:41 +00:00
Olli.Pettay%helsinki.fi
f79ea0115b Bug 234455, Centralize event dispatch r=jst, sr=bz 2006-03-07 17:08:51 +00:00
smontagu%smontagu.org
68fd2fbdfe Add a user option to allow delete and backspace to delete immediately even if the character to be deleted is visually distant from the caret location. Bug 328834, r=uriber@gmail.com, sr=roc 2006-03-07 06:03:37 +00:00
smontagu%smontagu.org
598b829047 Correcting a comment, bug 329079, r/rs=daniel@glazman.org 2006-03-02 10:39:16 +00:00
bzbarsky%mit.edu
eba05eced8 Don't walk off the root element when looking for backgrounds. Bug 328331, r+sr=jst 2006-02-24 04:54:10 +00:00
timeless%mozdev.org
1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
uriber%gmail.com
2985e93c64 White-space fixes I promised to do for Bug 327107 but forgot 2006-02-21 17:35:22 +00:00
uriber%gmail.com
6330aca26a Bug 327107: After using backspace[delete] to remove a single LTR character in RTL text, the next press on backspace[delete] has no effect. r=smontagu sr=roc 2006-02-21 17:30:16 +00:00
bzbarsky%mit.edu
542b79dc49 Remove the random <server> tag silliness. Bug 321877, patch by Martijn Wargers
<martijn.martijn@gmail.com>, r=mrbkap, sr=jst
2006-02-12 22:05:33 +00:00
cbiesinger%web.de
c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
mrbkap%gmail.com
c4f20f9306 Remove the obsolete concept of "DTD verification". bug 323958, r+sr=jst 2006-01-30 23:45:19 +00:00
bryner%brianryner.com
ecc0706743 Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin. 2006-01-24 19:22:02 +00:00
cvshook%sicking.cc
23c3e06ad5 Fix build bustage 2005-12-28 22:55:54 +00:00
cvshook%sicking.cc
79b8f5fc24 Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
r/sr=bz
2005-12-28 21:52:39 +00:00
peterv%propagandism.org
f669a54d09 Fix for bug 299343 (Can't copy and paste into the beginning of a line). r/sr=jst. 2005-12-22 15:05:41 +00:00
timeless%mozdev.org
f675dea5f2 Bug 253481 xul:textbox attribute to specify what happens to pasted line breaks
patch by ted.mielczarek@gmail.com r=brade/neil sr=jag
2005-12-20 20:12:54 +00:00
neil%parkwaycc.co.uk
8943c9e329 Remove plaintext editor's outdated event listener removal code that caused dangling event listener crash (regression from bug 303713) b=319732 r+sr=dbaron 2005-12-11 09:26:29 +00:00
neil%parkwaycc.co.uk
16be705a3d Bug 303713 Allow content to type into textfields using key events r+sr=jst 2005-12-09 11:23:54 +00:00
brettw%gmail.com
b9193728c5 Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky 2005-12-05 18:07:33 +00:00
neil%parkwaycc.co.uk
2abff0c576 Bug 294793 Rebuilding a document from source should clear body attributes if the provided source has no body tag, plus we can now make the cached compose window always rebuild the document r=brade sr=dmose 2005-11-30 11:01:37 +00:00
jst%mozilla.jstenback.com
8f1863159b Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
masayuki%d-toybox.com
837c203ca4 Bug 317782 A character is deleted on HTML Editor when running IME reconvertion with non-selected text / Bug 296686 When insert a space with EGBRIDGE(TSM(IME) of Japanese), a next character of caret is deleted / Removing nsHTMLEditor::SetCompositionString and nsHTMLEditor::GetReconversionString, Because bug 66290 has been duplicated these method in nsPlaintextEditor r=timeless, sr=sfraser 2005-11-26 22:10:03 +00:00
timeless%mozdev.org
9b0852aaf7 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
db820cf720 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
masayuki%d-toybox.com
7e718780b3 Bug 55751 Mnemonic doesn't work when IME is on / Bug 113187 Cannot use shortcut of single key(e.g., space key, "/", "'", "F", "N", "B", "P" and "T") if IME is active r+sr=roc 2005-11-14 23:55:24 +00:00
masayuki%d-toybox.com
3767450b23 backing out previous patch b=55751 2005-11-14 22:33:39 +00:00