martijn.martijn%gmail.com
626d368d8c
Bug 287707 - After page had designmode on, there are still several issues, r=neil, sr=jst
2006-10-25 01:11:55 +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
pkasting%google.com
e5a0f6e2fe
Bug 348497: Crash enabling designMode
...
r+sr=bzbarsky
2006-08-16 02:41:47 +00:00
mrbkap%gmail.com
65c64d57ac
Don't get confused by subframes which finish loading while we're set up on a document that's been document.written. bug 337040, r=jst/brade sr=jst
2006-07-31 23:05:37 +00:00
brettw%gmail.com
6258d16baa
Bug 335607 r=bryner,sr=mscott
...
dquote> Make dictionary selection persistent
2006-05-12 23:15:17 +00:00
timeless%mozdev.org
64818410ec
Bug 331023 Cleanup of IDL files; fixing type inconsistencies
...
r=neil sr=bz
2006-05-07 01:33:38 +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
brettw%gmail.com
97c9c6513a
Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky
2005-12-05 18:07:33 +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
timeless%mozdev.org
3db428f6ac
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
cvshook%sicking.cc
9c1b72f7f8
Bug 311827: Make GetAttr return a bool rather then an nsresult.
...
r/sr=bz
2005-10-28 11:25:24 +00:00
darin%meer.net
4aa2e73cf3
fixes bug 295544 "Expose more designMode options to web apps" r=brade sr=jst a=bsmedberg
2005-06-24 17:18:27 +00:00
jwatt%jwatt.org
c63fc078e3
Follow up patch for bug 62485. script type="text/ecmascript" is not recognized. r+a=brendan
2005-06-22 00:50:32 +00:00
cbiesinger%web.de
a6c25dbef5
fixing bustage from Bug 224678
2005-06-17 18:17:08 +00:00
timeless%mozdev.org
1fe6f3e2c8
Bug 224678 nsComposerRegistration.cpp has suspicious code
...
new CIDs
r=brade sr=smfr a=asa
2005-06-17 17:50:27 +00:00
jst%mozilla.jstenback.com
302ea88f0f
Fixing bug 285873. Make midas independent of the pref editor.CR_creates_new_p and make the default behaviour in midas match IE (such that hitting return in a p tag splits the p instead of inserting a br. r=brade@comcast.net, sr=bzbarsky@mit.edu, a=chofmann@mozilla.org
2005-06-02 03:11:35 +00:00
jst%mozilla.jstenback.com
5685890daf
Fixing bug 283897. Make midas state survive document.open/write/close. Regression from bug 283897. r=brade@comcast.net, sr=bzbarsky@mit.edu
2005-04-06 02:22:45 +00:00
scott%scott-macgregor.org
92aae97882
Bug #285138 --> Spellchecker doesn't skip quoted text in plain text editor anymore.
...
Regression caused by the inline spell check landing.
r=glazman
sr=bienvenu
2005-04-05 20:53:07 +00:00
mats.palmgren%bredband.net
78343a58c1
Fix a few -moz-outline* problems and drop the prefix.
...
Change WARNING to ERROR in nsComputedDOMStyle.cpp and add a few more.
b=281972 r+sr=dbaron
2005-03-27 11:36:08 +00:00
jst%mozilla.jstenback.com
069908d0d2
Fixing bug 285741. Only ever re-enable scripts n' plugins etc for midas. r=brade@comcast.net, sr=bzbarsky@mit.edu
2005-03-22 04:33:17 +00:00
scott%scott-macgregor.org
c139093c5f
Bug #282278 --> Don't spell check message headers when forwarding as inline
...
r=glazman
sr=bienvenu
2005-03-15 21:04:21 +00:00
jst%mozilla.jstenback.com
d1eee00bc1
Initialize uninitialized member, just in case...
2005-03-03 00:04:04 +00:00
jst%mozilla.jstenback.com
8fcbfd6777
Fixing bug 284364. Turn on plugins again if they were enabled before we started editing a document. r+sr=bzbarsky@mit.edu
2005-03-02 20:17:28 +00:00
jst%mozilla.jstenback.com
76e0723cdc
Fixing more of bug 283612. Make it possible to re-initialize the editor again, even when not used through midas. Regression from bug 209020. r=brade@comcast.net, sr=bzbarsky@mit.edu
2005-02-25 18:16:20 +00:00
neil%parkwaycc.co.uk
003772fd36
Another instance with the same issue as the previous patch
2005-02-25 16:17:16 +00:00
neil%parkwaycc.co.uk
11a95889b2
QueryInterface -> GetInterface fix for editor smoketest bustage b=283612 r+sr=bz
2005-02-25 16:01:18 +00:00
timeless%mozdev.org
5ae2d75807
Bug 283149 Move from nsIScriptGlobalObject to nsIDocShell for disabling JS
...
r=brade sr=jst
2005-02-24 22:52:03 +00:00
jst%mozilla.jstenback.com
846d1fda2c
Fixing bug 209020. Make midas (document eiditing mode) not partially persist when leaving a page, and make it possible to turn off designMode dynamically in a page. r=brade@comcast.net, sr=bzbarsky@mit.edu
2005-02-23 21:27:20 +00:00
bzbarsky%mit.edu
6b5147dd71
Remove the parentURIContentListener attribute on docshell; people not using
...
nsIWebBrowser can getInterface the docshells nsIURIContentListener and set its
parent. Bug 283108, r=biesi, sr=darin
2005-02-22 19:56:11 +00:00
bzbarsky%mit.edu
ea86762fe5
Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch
...
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-18 16:33:02 +00:00
bryner%brianryner.com
f5257db823
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
scott%scott-macgregor.org
6fcaaf5e1f
Bug #278312 --> editor changes to support inline spell checking. Includes the interface for the inline spell checker
...
and editor hooks to call out to an inline spell checker component.
moa/r=glazman
sr=bienvenu
2005-02-01 21:12:53 +00:00
bryner%brianryner.com
56a6d2bc54
Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.
2005-01-31 23:47:26 +00:00
bsmedberg%covad.net
81a0de68d5
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
2004-12-15 04:07:01 +00:00
bzbarsky%mit.edu
e766f067db
:empty should not match nodes that have whitespace children. Introduce a
...
:-moz-only-whitespace pseudo-class to do what :empty used to do (so we can use
it in quirk.css and the like). Bug 157395, patch by Justin Wood
<116057@bacon.qcc.mass.edu>, r+sr=bzbarsky
2004-12-03 04:25:21 +00:00
bryner%brianryner.com
1435145ce6
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
bsmedberg%covad.net
3055933c27
Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil
2004-10-29 19:28:38 +00:00
bzbarsky%mit.edu
c88621ae6f
Make sure to flush out frame construction before trying to access frames (which
...
is what accessing the presshell of an iframe effectively does). Bug 262998
redux, r+sr=jst
2004-10-07 23:20:17 +00:00
peterv%propagandism.org
93852793b1
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-16 12:39:49 +00:00
bryner%brianryner.com
efcc221ee4
Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc.
2004-08-20 20:34:37 +00:00
scott%scott-macgregor.org
b33e863edd
Bug #253054 --> Editor should use a chrome package known to exist (like itself) instead of
...
using "navigator" as the chrome package for asking the locale.
Fixes problems with the spell checker not working for new thunderbird profiles where there is no navigator package.
r=brade
2004-08-18 18:24:48 +00:00
bryner%brianryner.com
cc807b07b1
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
2004-07-31 23:15:21 +00:00
bryner%brianryner.com
88f80381e3
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
2004-07-29 19:41:39 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
roc+%cs.cmu.edu
b8ecbc84da
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
gerv%gerv.net
6f486a3c92
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
darin%meer.net
25d84ac621
fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst
2004-04-15 23:30:05 +00:00
darin%meer.net
8c818ed6c3
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
ere%atp.fi
b1ae7188b5
Fix for bug 212767: Crash when initializing Midas (setting designMode and others)
...
r=brade
sr=dbaron
a=chofmann
2004-02-11 15:40:34 +00:00