benjamin%smedbergs.us
|
3fb4912f5d
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 14:22:04 +00:00 |
cbiesinger%web.de
|
1a7ca53774
|
Bug 375878 remove users of Recycle()
patch by taras glek r+sr=biesi
|
2007-03-30 22:44:22 +00:00 |
dbaron%dbaron.org
|
260b595874
|
When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc
|
2007-03-20 00:58:20 +00:00 |
benjamin%smedbergs.us
|
601a860f84
|
Bug 347664 - move editor from a standalone component to be part of gklayout, r+sr=roc
|
2007-02-24 20:07:06 +00:00 |
uriber%gmail.com
|
78d5b8fabb
|
Fix typo from bug 348854, causing backspace to sometimes delete the wrong character. bug=369959 r=brettw sr=bryner
|
2007-02-17 15:47:58 +00:00 |
sharparrow1%yahoo.com
|
c78720aa24
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
Olli.Pettay%helsinki.fi
|
4b3f356119
|
Bug 358415, Crash [@ nsHTMLCSSUtils::GetCSSInlinePropertyBase] when inputing title of new blog entry on blogger.com before page is entirely loaded up, r+sr=jst
|
2007-01-16 17:04:16 +00:00 |
bzbarsky%mit.edu
|
821f6c70bc
|
Implement the proposed Web Apps 1.0 API for changing the selected style sheet
set, querying the available sets, etc. Bug 200930, r=sicking, sr=dbaron
|
2007-01-11 19:32:31 +00:00 |
martijn.martijn%gmail.com
|
ecbeae08bb
|
Bug 363960 � Crash when clicking on the image inside a designMode-enabled IFRAME [@ nsHTMLEditor::SetShadowPosition], r+sr=jst
|
2007-01-10 22:44:29 +00:00 |
mats.palmgren%bredband.net
|
57cc88bce4
|
Make NS_LIKELY/NS_UNLIKELY accept pointers etc and always return 0 or 1. b=340244 r+sr=darin
|
2006-11-18 00:48:56 +00:00 |
cvshook%sicking.cc
|
290fff915b
|
Bug 359121: Fix regression in editor from previous range checkins. nSDetach wasn't the same as Detach after all. r/sr=jst
|
2006-11-02 02:14:57 +00:00 |
daniel%glazman.org
|
ec60f94745
|
changing 'paragraph mode' discards attributes; b=358368, r/sr=neil@httl.net
|
2006-10-30 14:55:04 +00:00 |
cvshook%sicking.cc
|
eb5e6c8608
|
bug 358073: Kill useless/redundant functions on nsIDOMNSRange. r/sr=jst
|
2006-10-25 21:53:03 +00:00 |
scott%scott-macgregor.org
|
4913c7a83a
|
Bug #356327 --> Pasted windows clipboard images don't show up in the compose
window. Close the file stream before we insert the image into the document.
r=glazman
|
2006-10-17 15:05:00 +00:00 |
scott%scott-macgregor.org
|
7baa338735
|
Bug #223909 --> add editor support for pasting images from the clipboard into an HTML editor instance.
r/moa=glazman
|
2006-10-11 20:30:06 +00:00 |
daniel%glazman.org
|
2622ed3398
|
Merging two paragraphs using delete or backspace left an unwanted BR element; b=322207; r=neil@httml.net, sr=bzbarsky@mit.edu
|
2006-09-13 08:27:04 +00:00 |
sayrer%gmail.com
|
c249dc7837
|
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
|
2006-09-08 04:35:17 +00:00 |
bugzilla%arlen.demon.co.uk
|
fb34fa5ddf
|
Bug 132257 Inserting a link to a [network][image] file into a message inserts the physical file!
p=me/ducarroz r=daniel/neil sr=bienvenu
|
2006-09-07 22:09:52 +00:00 |
martijn.martijn%gmail.com
|
c2fee37cda
|
Backing out the patch for bug 287707, since it is causing smoketest blocker bug 351057
|
2006-09-01 19:51:05 +00:00 |
martijn.martijn%gmail.com
|
70166789c6
|
Bug 287707 - After page had designmode on, there are still several issues, r=daniel, sr=peterv
|
2006-09-01 09:32:57 +00:00 |
wr%rosenauer.org
|
c6a988ec15
|
Bug 349726 - fixed crash in nsHTMLCSSUtils::GetDefaultViewCSS, r=timeless, sr=neil
|
2006-08-24 05:09:35 +00:00 |
gavin%gavinsharp.com
|
447c96aa16
|
Bug 348854: Fix merge error from checkin for bug 345587, patch by Ryan VanderMeulen <ryanvm@gmail.com>, r=brettw, sr=bryner
|
2006-08-21 23:33:28 +00:00 |
uriber%gmail.com
|
0873327099
|
Moved mCaretBidiLevel and its accessors from nsPresShell to nsFrameSelection. Also added sBidiKeyboard as a static service to nsContentUtils. bug=346891 r+sr=roc
|
2006-08-08 05:14:52 +00:00 |
brettw%gmail.com
|
c5646d5a35
|
Bug 345587 r=bryner sr=sicking Spellchecker hangs when replacing word
|
2006-08-08 00:22:52 +00:00 |
cvshook%sicking.cc
|
c7936e48f6
|
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
|
2006-07-19 04:36:36 +00:00 |
mats.palmgren%bredband.net
|
dbecee5263
|
Fix crash when destroying an editor that was never Init()'ed. b=325386 r=timeless sr=roc
|
2006-06-17 00:17:26 +00:00 |
Olli.Pettay%helsinki.fi
|
8fcfad6885
|
Bug 338129, r=glazman, sr=neil
|
2006-06-15 07:31:01 +00:00 |
roc+%cs.cmu.edu
|
8c3f0278d7
|
Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky
|
2006-06-15 03:20:19 +00:00 |
timeless%mozdev.org
|
007521e644
|
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
|
efb85d8a38
|
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
|
36f352636c
|
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
|
2006-05-05 06:52:21 +00:00 |
mrbkap%gmail.com
|
27e45479f5
|
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 |
roc+%cs.cmu.edu
|
d23fe29f4c
|
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
|
7818597745
|
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 |
mrbkap%gmail.com
|
de491a25e9
|
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
|
cad423fb91
|
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
|
6b8ba2d393
|
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
|
ace2980bab
|
Fix issues rebuilding <body> attributes from source b=331894 r=glazou sr=mscott
|
2006-03-28 16:36:40 +00:00 |
martijn.martijn%gmail.com
|
b0212ebc23
|
Bug 309599 - crash in nsIHTMLEditor::insertHTML, r=brade, sr=jst
|
2006-03-24 01:52:07 +00:00 |
uriber%gmail.com
|
4c05ba4736
|
In nsTextEditRules::CheckBidiLevelForDeletion(), use nsSelection::GetPrevNextBidiLevels to determine bidi levels. bug=330460 r=smontagu sr=roc
|
2006-03-23 08:20:29 +00:00 |
bzbarsky%mit.edu
|
7409f92dda
|
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 |
bzbarsky%mit.edu
|
789f477cbf
|
Don't walk off the root element when looking for backgrounds. Bug 328331, r+sr=jst
|
2006-02-24 04:54:10 +00:00 |
bzbarsky%mit.edu
|
3e367467ea
|
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
|
a898e666b8
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
mrbkap%gmail.com
|
6981d6c20c
|
Remove the obsolete concept of "DTD verification". bug 323958, r+sr=jst
|
2006-01-30 23:45:19 +00:00 |
cvshook%sicking.cc
|
d400d4d6ab
|
Fix build bustage
|
2005-12-28 22:55:54 +00:00 |
cvshook%sicking.cc
|
031a1befce
|
Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
r/sr=bz
|
2005-12-28 21:52:39 +00:00 |
peterv%propagandism.org
|
4c9fd18e34
|
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 |
neil%parkwaycc.co.uk
|
84f60698b6
|
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
|
7a5af690c6
|
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 |