..
crashtests
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
tests
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
ChangeAttributeTxn.cpp
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
ChangeAttributeTxn.h
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
ChangeCSSInlineStyleTxn.cpp
Bug 605177 - Fix a number of build warnings in editor/; r=ehsan a=bsmedberg
2010-11-04 16:44:46 -04:00
ChangeCSSInlineStyleTxn.h
CreateElementTxn.cpp
Bug 677101, part c - Reduce nsIDOMText.h inclusions; r=volkmar
2011-08-11 15:29:58 +02:00
CreateElementTxn.h
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
DeleteElementTxn.cpp
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
DeleteElementTxn.h
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
DeleteRangeTxn.cpp
Bug 605177 - Fix a number of build warnings in editor/; r=ehsan a=bsmedberg
2010-11-04 16:44:46 -04:00
DeleteRangeTxn.h
DeleteTextTxn.cpp
Bug 572618 - Make debugging the editor easier - Part 2: Replace all if(!foo) return NS_ERROR_bar checks with NS_ENSURE_TRUE(foo, NS_ERROR_bar); r=roc
2010-06-17 15:41:16 -04:00
DeleteTextTxn.h
EditAggregateTxn.cpp
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
EditAggregateTxn.h
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
EditTxn.cpp
Fix for bug 584048 (Clean up cycle collection code) - remove NS_IMPL_CYCLE_COLLECTING_ADDREF_AMBIGUOUS/NS_IMPL_CYCLE_COLLECTING_RELEASE_AMBIGUOUS. r=bent.
2011-03-06 12:11:31 +01:00
EditTxn.h
IMETextTxn.cpp
Bug 407127 - Part 2: Refactor the editor so that it only touches mSelConWeak in GetSelectionController, to make removing it for HTML editors easier; r=roc
2011-03-11 00:40:30 -05:00
IMETextTxn.h
Bug 407127 - Part 2: Refactor the editor so that it only touches mSelConWeak in GetSelectionController, to make removing it for HTML editors easier; r=roc
2011-03-11 00:40:30 -05:00
InsertElementTxn.cpp
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
InsertElementTxn.h
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
InsertTextTxn.cpp
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
InsertTextTxn.h
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
JoinElementTxn.cpp
Bug 572618 - Make debugging the editor easier - Part 2: Replace all if(!foo) return NS_ERROR_bar checks with NS_ENSURE_TRUE(foo, NS_ERROR_bar); r=roc
2010-06-17 15:41:16 -04:00
JoinElementTxn.h
Makefile.in
Bug 591780 - Part 1: Backend support for adding and removing spell checker dictionaries at runtime; r=ehsan
2011-09-13 14:58:54 -04:00
nsEditor.cpp
Bug 98160 - Add support for platform native text switching keyboard shortcuts in bidi UI on Windows; r=roc
2011-09-15 10:54:50 -04:00
nsEditor.h
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
nsEditorCommands.cpp
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
nsEditorCommands.h
nsEditorController.cpp
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-05 11:42:18 +02:00
nsEditorController.h
nsEditorEventListener.cpp
Bug 98160 - Add support for platform native text switching keyboard shortcuts in bidi UI on Windows; r=roc
2011-09-15 10:54:50 -04:00
nsEditorEventListener.h
Bug 98160 - Add support for platform native text switching keyboard shortcuts in bidi UI on Windows; r=roc
2011-09-15 10:54:50 -04:00
nsEditorUtils.cpp
Bug 605177 - Fix a number of build warnings in editor/; r=ehsan a=bsmedberg
2010-11-04 16:44:46 -04:00
nsEditorUtils.h
nsEditProperty.h
nsEditPropertyAtomList.h
Bug 617528 Part 2 - Core implementation r=smaug
2011-08-08 19:31:32 +02:00
nsEditRules.h
Bug 611182 - Part 3: Handle dynamic changes to the editable documents and create/remove the bogus node if needed; r=bzbarsky a=blocking-beta8+
2010-11-11 16:40:52 -05:00
nsIAbsorbingTransaction.h
nsIEditorSupport.h
nsSelectionState.cpp
Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith
2011-07-25 21:57:58 -07:00
nsSelectionState.h
nsStyleSheetTxns.cpp
Bug 655756 - Remove final XP_MAC remnants; r=josh
2011-05-10 20:24:48 +02:00
nsStyleSheetTxns.h
Remove nsICSSStyleSheet and replace all uses with nsCSSStyleSheet. (Bug 239008) r=dbaron
2010-05-11 13:41:47 -07:00
PlaceholderTxn.cpp
Bug 572618 - Make debugging the editor easier - Part 2: Replace all if(!foo) return NS_ERROR_bar checks with NS_ENSURE_TRUE(foo, NS_ERROR_bar); r=roc
2010-06-17 15:41:16 -04:00
PlaceholderTxn.h
SetDocTitleTxn.cpp
Bug 572618 - Make debugging the editor easier - Part 2: Replace all if(!foo) return NS_ERROR_bar checks with NS_ENSURE_TRUE(foo, NS_ERROR_bar); r=roc
2010-06-17 15:41:16 -04:00
SetDocTitleTxn.h
SplitElementTxn.cpp
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00
SplitElementTxn.h
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
2011-02-19 17:18:37 -05:00