kairo%kairo.at
d3b36dd023
bug 332400 - Correct misuse of ifdefs in the source tree - fix editor/ui (including chrome registration fixes to make composer work in suiterunner), r+sr=Neil
2006-04-21 15:06:11 +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
kairo%kairo.at
726174c0db
bug 325473 - Undo separation of language and region/content packs, part 1: move *-region into en-US.jar, r=jag sr=Neil
2006-04-08 11:01:39 +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
neil%parkwaycc.co.uk
60828e3f05
Clean up usage of preferences b=281445 p=gautheri@noos.fr r+sr=me
2006-04-04 07:59:57 +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
966f272353
Replace old decimal constants with funky newly scriptable nsIDocumentEncoder enums p=gautheri@noos.fr r+sr=me YES-YES-YES!!!=glazou
2006-03-28 16:44:55 +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
neil%parkwaycc.co.uk
b10c50fb7d
Bug 330124 Fix 5 read-only variable warnings p=gautheri@noos.fr r+sr=me
2006-03-21 00:06:03 +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
cvshook%sicking.cc
d272c5519a
Bug 325405: Get rid of _moz-userdefined, part 1. r/sr=bz
2006-02-04 01:46:26 +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
bugzilla%arlen.demon.co.uk
409f5623a2
Bug 319659 XPFE code assumes document.firstChild is the root element
...
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-06 20:38:21 +00:00
bugzilla%arlen.demon.co.uk
c94e8974ee
Bug 311028 Print Preview window is partly overlayed by background and is missing scrollbars
...
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2006-01-04 22:34:34 +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
gavin%gavinsharp.com
e68d7c5bb6
Bug 320117: Syntax Error in chrome://editor/content/EdInsertTOC.js, remove lonely bracket, patch by Ray Booysen <bugzilla.mozilla@rjb.za.net>, r=bienvenu
2005-12-20 00:45:17 +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
scott%scott-macgregor.org
648475df2c
Bug #304720 --> crash in inline spell checker due to a null iterator.
...
original patch reviewed by akkana
sr=neil
2005-11-28 19:51:04 +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
eb9350f619
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +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
timeless%mozdev.org
17f5f5429f
Bug 106386 Correct misspellings in source code
...
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
bsmedberg%covad.net
28ff68a534
From bug 305949 - txmgr tests should use the glue, r=darin
2005-11-18 19:35:01 +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
masayuki%d-toybox.com
94e3cfbe0c
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 21:32:16 +00:00
bsmedberg%covad.net
78f6d0683d
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
mkaply%us.ibm.com
fd87e71b83
#243270
...
r/sr=mkaply, a=mtschrep (OS/2 only)
Patch from Rich Walsh - allow dragging from HTML editor windows
2005-11-09 16:20:25 +00:00
cvshook%sicking.cc
64a0fbd45f
Bug 311827: Make GetAttr return a bool rather then an nsresult.
...
r/sr=bz
2005-10-28 11:25:24 +00:00
mats.palmgren%bredband.net
7980f99519
Make the plaintext editor count the length of the selected text correctly, so it doesn't violate MAXLENGTH. b=299417 r+sr=roc
2005-10-17 00:54:02 +00:00
mats.palmgren%bredband.net
c5eb47073a
Middle-click on scrollbar should not paste. b=70698 r+sr=bzbarsky
2005-10-08 10:08:18 +00:00
smontagu%smontagu.org
f17d278be9
Bug 118629: Set the caret hint when inserting text so that the caret appears on the same line as inserted text not ending with a newline, and on the line following text ending with a newline. Patch by Uri Bernstein <uriber@gmail.com>, r+sr=roc
2005-10-06 08:19:51 +00:00
aaronleventhal%moonset.net
fd97041e21
Bug 193316. Caret not visible in readonly fields (HTML or XUL). r=mrbkap, sr=smfr
2005-10-04 03:14:03 +00:00
smontagu%smontagu.org
3c6dcebbdd
Bug 308023: Bidi: Caret positioned incorrectly after deleting last character of reverse-direction text and then typing. Patch by Uri Bernstein <uriber@gmail.com>, r+sr=roc
2005-09-27 08:35:05 +00:00
mozilla.mano%sent.com
001f97197c
Bug 303781 - Bidi: In RTL text in a textarea, deleting a blank line requires pressing 'Backspace' twice. patch from Uri Bernstein <uriber@gmail.com>, r=smontagu, sr=roc.
2005-09-18 14:13:40 +00:00
bugzilla%arlen.demon.co.uk
f620833ada
Bug 301649 Invalid local image filenames cause forwarded-inline messages to spin indefinitely on send
...
p=me r=daniel/neil.parkwaycc.co.uk sr=bienvenu
2005-09-16 14:48:04 +00:00
bugzilla%arlen.demon.co.uk
a56d97b648
Bug 289444 Give prefs panels titles a unique name - composer patch
...
p=giacomo.magnini@portalis.it r=daniel sr=neil.parkwaycc.co.uk
2005-09-15 10:24:17 +00:00
gerv%gerv.net
35149ea17d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
bzbarsky%mit.edu
818aafcc15
Improve the CSSLoader API: make it clear which methods return results
...
sync and which return async, move the handling of alternates more completely
into the CSSLoader, make it possible for observers to tell whether the load
actually succeeded. Bug 293825, r+sr=peterv
2005-09-12 18:41:15 +00:00
bzbarsky%mit.edu
84999b62be
More use of EmptyString(). Bug 232691, patch by Vidar Braut Haarr
...
<vhaarr+bmo@gmail.com>, r+sr=bzbarsky
2005-09-12 01:28:51 +00:00
peterv%propagandism.org
7069fad3ab
Fix for bug 153998 (COtherDTD should go; composer should handle containment checking itself). r=mrbkap, sr=jst.
2005-09-05 14:18:56 +00:00
brade%comcast.net
3261128e79
Use css style for valign and save almost 4k in file size.
2005-08-24 01:07:14 +00:00
brade%comcast.net
30319c53b0
Update documentation for bug 301490 (not part of build).
2005-08-24 00:17:20 +00:00
bzbarsky%mit.edu
0d6a610963
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
...
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-08-22 22:24:29 +00:00
roc+%cs.cmu.edu
142211a0cb
Bug 300313. DeCOMtaminate linebreaker/wordbreaker, and access them directly as services rather than through a factory. r+sr=roc, patch by Joshua Welderson (thanks Joshua\!)
2005-08-22 03:00:06 +00:00
mkaply%us.ibm.com
b4184bf8d9
#289625
...
r=brade, sr=tor, a=asa
regression - Color picker focus problem
2005-08-19 15:03:23 +00:00
kairo%kairo.at
a4c8b8a75d
bug 298769 - In </chrome/US.jar>, 2 "Error: no element found" - move editor-region locale files back to US.jar (SeaMonkey only), r=bsmedberg sr=Neil a=asa
2005-07-20 11:38:50 +00:00
bzbarsky%mit.edu
9aa3066a02
More uses of EmptyC?String(). Bug 232691, patch by Charles Fenwick
...
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky, a=bsmedberg
2005-07-15 21:41:47 +00:00
scott%scott-macgregor.org
d8ef26f616
Bug #300527 --> Cannot create a composition window when using a windows .zip build
...
because the editor chrome package is not getting registered in Thunderbird
Patch by bsmedber
sr=me
a=bsmedberg
2005-07-15 20:10:09 +00:00
bryner%brianryner.com
a4d5bb719d
Fix crash due to orphaned editor anonymous content (bug 297926). r+sr=bzbarsky, a=bsmedberg
2005-07-13 16:45:58 +00:00
neil%parkwaycc.co.uk
b16e6c35e2
Disable error pages in composer (webpage editor) b=300022 r=biesi sr=darin a=asa
2005-07-09 00:14:48 +00:00
bzbarsky%mit.edu
c6c7c99fe7
Hold an nsWeakPtr ref to presshell like everyone else, not a raw weak ref. Bug
...
299494, r=brade, sr=jst, a=asa
2005-07-08 20:36:47 +00:00
kairo%kairo.at
151efd5586
revert backout, no effect on btek Tp
2005-07-07 11:09:10 +00:00
kairo%kairo.at
25c60d8d55
try backing out various UI changes form rebranding to test for Tp impact (bug 299624)
2005-07-07 10:13:47 +00:00
kairo%kairo.at
fcb3829454
bug 285696 stage 2 - really rebrand suite trunk, r+sr=Neil a=bsmedberg; note that this also changes the executable name to seamonkey.exe/SeaMonkey.app/seamonkey. Also including placeholder artwork replacing all mozilla suite related logos (note that the final SeaMonkey artwork is not ready yet)
2005-07-02 20:35:13 +00:00
darin%meer.net
800a1ddbc1
fixes bug 295544 "Expose more designMode options to web apps" r=brade sr=jst a=bsmedberg
2005-06-24 17:18:27 +00:00
mnyromyr%tprac.de
020388b1b6
Bug 294989: remove some strict warnings; r=sfraser, sr=dmose, a=bsmedberg
2005-06-24 12:09:26 +00:00
jwatt%jwatt.org
dfb5090b0d
Follow up patch for bug 62485. script type="text/ecmascript" is not recognized. r+a=brendan
2005-06-22 00:50:32 +00:00
masayuki%d-toybox.com
f35c148172
Bug 294168 IME transaction of Undo/Redo buffer is broken when selected text is deleted by IME input r=timeless, sr=sfraser, a=chofmann
2005-06-21 03:42:39 +00:00
cbiesinger%web.de
7146d1bf04
fixing bustage from Bug 224678
2005-06-17 18:17:08 +00:00
timeless%mozdev.org
98e2eb3cfa
Bug 224678 nsComposerRegistration.cpp has suspicious code
...
new CIDs
r=brade sr=smfr a=asa
2005-06-17 17:50:27 +00:00
peterv%propagandism.org
fbc8799da6
Another try to fix btek.
2005-06-16 22:57:46 +00:00
peterv%propagandism.org
2e61f5d7aa
Trying to fix btek bustage.
2005-06-16 21:52:44 +00:00
peterv%propagandism.org
4cb41ef640
Trying to fix btek bustage.
2005-06-16 21:20:57 +00:00
peterv%propagandism.org
1d34606d5f
Trying to fix btek bustage.
2005-06-16 19:56:21 +00:00
peterv%propagandism.org
13e87d6df0
Trying to fix btek bustage.
2005-06-16 18:44:01 +00:00
peterv%propagandism.org
ea82f1a8a5
Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa.
2005-06-16 13:10:58 +00:00
peterv%propagandism.org
555cc2a1f9
Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa.
2005-06-16 12:58:13 +00:00
timeless%mozdev.org
fa7b43f831
Bug 224678 nsComposerRegistration.cpp has suspicious code
...
new cid
r=brade sr=smfr a=asa
2005-06-16 01:53:37 +00:00
jst%mozilla.jstenback.com
8d5c773824
Fixing most of bug 287707. Make editor init and teardown do a better job at restoring things to the way they were before editing started. r=brade@comcast.net, sr=bzbarsky@mit.edu, a=brendan@mozilla.org
2005-06-09 22:50:41 +00:00
timeless%mozdev.org
5385d6a126
Bug 292348 NewEmbededPluginStream misspelled
...
patch by pythonesque+bugzilla@gmail.com r=jst sr=jst a=asa
2005-06-08 23:42:15 +00:00
dougt%meer.net
77acfc52b7
Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa.
2005-06-08 16:48:44 +00:00
timeless%mozdev.org
3fc95f8e53
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann
2005-06-03 10:26:28 +00:00