gecko/content
Ehsan Akhgari d50878a182 Bug 612128 - Prevent the editor from modifying nodes which are not under an editing host; r=roc,bzbarsky
This patch ensures that the NODE_IS_EDITABLE flag is only set on nodes living
under an editing host.  Things like text controls which used to have that flag
previously will not have it any more.  The flag would be set on their anonymous
div node instead.  Note that if text controls actually fall under an editing
host, they will get the NODE_IS_EDITABLE flag.

This patch also makes nsHTMLEditor::IsEditable return sane results (text nodes
are always considered to be editable).
2010-11-16 15:45:49 -05:00
..
base Bug 612128 - Prevent the editor from modifying nodes which are not under an editing host; r=roc,bzbarsky 2010-11-16 15:45:49 -05:00
canvas Bug 736123 - short-term fix: blacklist adreno using the global GLContext to get renderer info - r=bgirard 2012-05-08 15:55:52 -04:00
events Bug 749018 - Make OOP <iframe mozbrowser> pass current browser frame tests. r=smaug,cjones 2012-05-08 09:20:35 -07:00
html Bug 612128 - Prevent the editor from modifying nodes which are not under an editing host; r=roc,bzbarsky 2010-11-16 15:45:49 -05:00
mathml/content Bug 740063 - Add nsINode::AsDOMNode(), r=jst 2012-04-25 16:47:30 +03:00
media Bug 752784: protect against media not having a track of the required type r=roc 2012-05-09 01:53:49 -04:00
smil Bug 751286 - eventPhase NONE constant, r=sicking 2012-05-03 13:59:51 +03:00
svg Bug 413960, part 2 - Stop sending out unnecessary COORD_CONTEXT_CHANGED/TRANSFORM_CHANGED notifications from nsSVGOuterSVGFrame. r=longsonr. 2012-05-03 17:05:53 +01:00
test Bug 745498 - Add testcases for DOM4 exception types. r=sicking 2012-04-26 09:42:26 -07:00
xbl Bug 745478 - Pass JSObjects to nsXBLProtoImplMember::InstallMember; r=jst 2012-05-05 11:00:06 +02:00
xml Bug 740063 - Add nsINode::AsDOMNode(), r=jst 2012-04-25 16:47:30 +03:00
xslt Bug 749883 - Remove unused txDOM.h; r=sicking 2012-05-05 11:00:06 +02:00
xtf Bug 738654 - Part b: RemoveChildAt can't fail; r=sicking 2012-03-29 23:09:07 +02:00
xul Bug 749367 - script type=texttemplate content parsed as JavaScript (+E4X), r=jst, f=ms2ger, mbrubeck, jdm 2012-05-09 07:24:24 -07:00
Makefile.in