.. |
crashtests
|
Bug 563859 - Intermittent editor/libeditor/base/crashtests/382527-1.html | timed out waiting for reftest-wait to be removed; r=roc
|
2010-05-27 19:52:14 -04:00 |
tests
|
Bug 567213 - selecting editable text and the clicking on an a focusable element does weird things; r=roc
|
2010-05-22 21:04:10 -04:00 |
ChangeAttributeTxn.cpp
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
ChangeAttributeTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
ChangeCSSInlineStyleTxn.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 |
ChangeCSSInlineStyleTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
CreateElementTxn.cpp
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
CreateElementTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
DeleteElementTxn.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 |
DeleteElementTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
DeleteRangeTxn.cpp
|
Bug 574558 - Part 2: Don't fail if we can't get the selection to adjust it after removing elements; r=roc
|
2010-06-28 14:04:37 -04:00 |
DeleteRangeTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
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
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
EditAggregateTxn.cpp
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
EditAggregateTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
EditTxn.cpp
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
EditTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
IMETextTxn.cpp
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
IMETextTxn.h
|
Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc
|
2010-04-10 16:09:38 -04:00 |
InsertElementTxn.cpp
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
InsertElementTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
InsertTextTxn.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 |
InsertTextTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07: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
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
Makefile.in
|
Bug 336104 - "ASSERTION: no frame, see bug #188946"; r=roc,dbaron
|
2010-05-21 16:36:42 -04:00 |
nsEditor.cpp
|
Bug 589577 - valgrind - Conditional jump or move depends on uninitialised value(s) at (nsEditor::SetFlags(unsigned int)|nsEditor::CanEnableSpellCheck()) at startup and dom mochitest; r,a=roc
|
2010-08-22 20:35:37 -04:00 |
nsEditor.h
|
Bug 581576 hung up or too slow when press Enter key on Gmail editor which has a lot of misspelled words r=ehsan, a2.0=dbaron
|
2010-08-19 20:27:04 +09:00 |
nsEditorCommands.cpp
|
Bug 575336 part 2. Make sure editor flushes layout before caret moves and scrolls that depend on layout information. r=roc,ehsan
|
2010-08-05 14:39:39 -04:00 |
nsEditorCommands.h
|
Support receiving data from Mac OS X services into text and HTML editors. b=525389 r=josh r/sr=smaug
|
2010-01-10 20:45:45 -05:00 |
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 389372 - Contenteditable node is still editable without focus; r=ehsan,masayuki,roc sr=jst a=blocking-2.0:betaN+
|
2010-07-22 12:22:44 -04:00 |
nsEditorEventListener.h
|
Bug 550434 Clicking in an empty contenteditable element that has focus causes the caret to disappear (alternative approach) r=roc
|
2010-06-14 12:11:30 +09:00 |
nsEditorUtils.cpp
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
nsEditorUtils.h
|
Bug 474369 - get rid of nsVoidArray, editor part; r=neil
|
2009-04-22 10:43:15 +02:00 |
nsEditProperty.h
|
|
|
nsEditPropertyAtomList.h
|
Implement the figure element. r=jst+timeless+ehsan (Bug 573356)
|
2010-06-23 10:08:56 -07:00 |
nsEditRules.h
|
Bug 552914 nsEditor::mFlags is never modified by SetFlags() r=smaug
|
2010-04-12 11:35:18 +09:00 |
nsIAbsorbingTransaction.h
|
|
|
nsIEditorSupport.h
|
|
|
nsSelectionState.cpp
|
Bug 582553 - Part 2: Fix nsSelectionState::IsCollapsed as well; r,a=roc
|
2010-08-05 22:13:07 -04:00 |
nsSelectionState.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
nsStyleSheetTxns.cpp
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04: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
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
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
|
Remove nsTransactionFactory and most transaction CIDs. (Bug 489851) r+sr=peterv
|
2009-04-24 15:45:34 -07:00 |
SplitElementTxn.cpp
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
SplitElementTxn.h
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |