Daniel Holbert
|
31c8318893
|
Bug 581166, part 2: Avoid passing null argument to RemoveEditActionListener in ~nsPlainTextEditor, to quiet 2 NS_ENSURE_TRUE warnings at shutdown time. r=ehsan a=bsmedberg
|
2010-07-26 12:11:09 -07:00 |
|
Daniel Holbert
|
70ea3959c5
|
Bug 581166, part 1: Quiet a spammy NS_ENSURE_TRUE() in nsTextEditRules::WillDeleteSelection that fires on every tab-switch. r=ehsan a=bsmedberg
|
2010-07-26 12:11:08 -07:00 |
|
Olli Pettay
|
6059821942
|
Bug 566466 - speed up createElement(), r=jst, peterv
|
2010-07-23 12:49:57 +03:00 |
|
Masayuki Nakano
|
1773ea498d
|
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 |
|
Masayuki Nakano
|
e75f1ffb27
|
backout the previous my check-ins
|
2010-07-22 11:11:34 +09:00 |
|
Masayuki Nakano
|
a6e67f7876
|
Bug 389372 Contenteditable node is still editable without focus r=ehsan+roc, sr=jst
|
2010-07-22 08:46:52 +09:00 |
|
Craig Topper
|
4caec055d0
|
Bug 577438 Part 1: Add previous sibling to nsIMutationObserver::ContentRemoved. r=sicking
|
2010-07-21 15:05:17 -07:00 |
|
Boris Zbarsky
|
e3b2e5a289
|
Bug 578696 part 9. Stop holding strong refs when calling ContentAppended. r=sicking
|
2010-07-21 11:33:32 -04:00 |
|
Zack Weinberg
|
2f4426c2f1
|
Bug 569719 part 2: Move headers for the former nsCSSLoader and nsCSSDeclaration into mozilla/css/. r=dbaron
--HG--
rename : layout/style/nsCSSDeclaration.cpp => layout/style/Declaration.cpp
rename : layout/style/nsCSSDeclaration.h => layout/style/Declaration.h
rename : layout/style/nsCSSLoader.cpp => layout/style/Loader.cpp
rename : layout/style/nsCSSLoader.h => layout/style/Loader.h
|
2010-06-28 15:49:35 -07:00 |
|
Ehsan Akhgari
|
7b9a212475
|
Bug 289384 - Part 4: Attempt to collapse the selection to end if deleting it fails; r=roc
|
2010-07-12 00:23:25 -04:00 |
|
Ehsan Akhgari
|
a68bc2f8bf
|
Bug 289384 - Part 3: SelectAll in HTML editor shouldn't attempt to select input/textareas' contents directly; r=roc
|
2010-07-12 00:20:20 -04:00 |
|
Ehsan Akhgari
|
4f7cbe2bd4
|
Bug 289384 - Part 2: Fix an assertion; r=roc
|
2010-07-11 19:54:28 -04:00 |
|
Ehsan Akhgari
|
28c6c438ba
|
Bug 289384 - Midas Editor: Shortcut command + left/right should go to beginning/end of line; r=masayuki,bzbarsky
|
2010-07-11 17:48:46 -04:00 |
|
Ehsan Akhgari
|
599142a072
|
Backout bug 289384 because of crashtest assertion failures
|
2010-07-11 17:43:27 -04:00 |
|
Ehsan Akhgari
|
14ee2c56e6
|
Bug 575187 - Warning for NS_ENSURE_TRUE failure spammed on every charater typed/deleted in any text field; r=roc
--HG--
extra : rebase_source : b045bf78c06d1daab4e61d09a7152f955fae7445
|
2010-06-29 14:14:54 -04:00 |
|
Ehsan Akhgari
|
c0351272c1
|
Bug 490879 - Pasting images into rich text editors creates temporary moz-screenshot.jpg; r+sr=roc
--HG--
extra : rebase_source : e8a5e10ed3067548366574d64406c33bee3b455e
|
2009-05-15 13:14:16 +04:30 |
|
Ehsan Akhgari
|
ba2d2c2bde
|
Bug 572637 - Paste image into Compose window broken with Shredder; r=bzbarsky
--HG--
extra : rebase_source : 30d81359c13d31a4693c8140ec6ed2b450759a99
|
2010-06-25 22:22:12 -04:00 |
|
Ehsan Akhgari
|
921c7faf01
|
Bug 289384 - Midas Editor: Shortcut command + left/right should go to beginning/end of line; r=masayuki,bzbarsky
--HG--
extra : rebase_source : d533ad700d2e3e5d50dc0f03b57b14723e12c7eb
|
2010-06-25 14:58:25 -04:00 |
|
Saint Wesonga
|
4bd9280674
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-05 11:42:18 +02:00 |
|
Dão Gottwald
|
b2124655df
|
Backed out changeset 59ace8d80ce8
|
2010-07-04 22:01:13 +02:00 |
|
Saint Wesonga
|
8952503f91
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-04 21:39:17 +02:00 |
|
Timothy Nikkel
|
1259443af7
|
Bug 563878. Part 5. Rename nsIFrame::GetWindow(Offset) to GetNearestWidget. r=mats
|
2010-07-02 14:11:04 -05:00 |
|
Jesse Ruderman
|
3aa2e3fa71
|
Add bug numbers for all remaining asserts() annotations in crashtests and reftests
|
2010-07-01 19:33:56 -07:00 |
|
Masayuki Nakano
|
59216e9a06
|
Bug 564412 Remove non-scriptable internal methods from nsIEditorIMESupport r=ehsan, sr=smaug
|
2010-06-30 13:05:12 +09:00 |
|
Ehsan Akhgari
|
31ffd7b6db
|
Bug 575187 - Warning for NS_ENSURE_TRUE failure spammed on every charater typed/deleted in any text field; r=roc
|
2010-06-28 19:15:27 -04:00 |
|
Dão Gottwald
|
0978149cf3
|
Backed out changeset db6f8068e9a5
|
2010-06-29 17:49:21 +02:00 |
|
Saint Wesonga
|
c81affe35c
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedgerg
|
2010-06-29 17:14:36 +02:00 |
|
Ehsan Akhgari
|
64b13b0d85
|
Bug 574558 - Part 4: test case; r=roc
|
2010-06-28 14:04:37 -04:00 |
|
Ehsan Akhgari
|
5ae8a4993e
|
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 |
|
Ehsan Akhgari
|
0df9d481ab
|
Bug 572642 - Part 2: tests; r=roc
|
2010-06-23 14:40:08 -04:00 |
|
Ehsan Akhgari
|
41f7cf6284
|
Bug 572642 - Part 1: Allow comments, and disallow styles when pasting CF_HTML content; r=roc
|
2010-06-23 14:40:08 -04:00 |
|
Ms2ger
|
96299b3d2f
|
Implement the figure element. r=jst+timeless+ehsan (Bug 573356)
|
2010-06-23 10:08:56 -07:00 |
|
Ivan Enderlin ext:(%2C%20Mounir%20Lamouri%20%3Cmounir.lamouri%40gmail.com%3E%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
|
11aa72f2d4
|
Implement the mark element. r=jonas+timeless (Bug 485377)
|
2010-06-23 10:08:56 -07:00 |
|
Masayuki Nakano
|
5223ceee7f
|
Bug 569988 adding test r=ehsan
|
2010-06-23 15:15:21 +09:00 |
|
Ehsan Akhgari
|
48c1ee09b0
|
Bug 572598 - Part 6: Don't try to split a node which can't contain a list when inserting one; r=roc
|
2010-06-21 11:02:14 -04:00 |
|
Ehsan Akhgari
|
43489359da
|
Bug 572598 - Part 5: Remove a bogus NS_ENSURE_TRUE check, and add a couple more; r=roc
|
2010-06-21 11:02:14 -04:00 |
|
Ehsan Akhgari
|
040e4e59d1
|
Bug 572598 - Part 4: Don't attempt to check empty selections, after all, they're empty; r=roc
|
2010-06-18 17:43:31 -04:00 |
|
Ehsan Akhgari
|
2186dda269
|
Bug 572598 - Part 3: Improve error checking in nsEditor::GetStartNodeAndOffset; r=roc
|
2010-06-18 17:01:08 -04:00 |
|
Ehsan Akhgari
|
f9048ca529
|
Bug 572598 - Part 2: Make sure not to exceed the editor's root element when promoting ranges; r=roc
|
2010-06-18 16:53:16 -04:00 |
|
Ehsan Akhgari
|
2505962a3f
|
Bug 572598 - Part 1: Don't attempt to inject nodes for type-in state where the container can't accept child nodes; r=roc
|
2010-06-18 01:37:20 -04:00 |
|
Ms2ger
|
1142c863e4
|
Bug 573377 - Sort nsEditPropertyAtomList.h; r=ehsan
|
2010-06-21 11:00:43 -04:00 |
|
Masayuki Nakano
|
dd6cdab247
|
Bug 572969 [SeaMonkey][OSX] Mochitest-3 test_(htmleditor|texteditor)_keyevent_handling.html has 96 (perma)failures r=ehsan
|
2010-06-20 13:29:44 +09:00 |
|
Mounir Lamouri
|
cb6351e8e1
|
Bug 562008 - HTML5 section DOM elements should be of type HTMLElement; r=mrbkap,sicking,timeless,ehsan sr=jst
|
2010-06-19 11:44:43 -07:00 |
|
Masayuki Nakano
|
020e814d67
|
Bug 545775 part.6 makes caret visible r=ehsan
|
2010-06-19 19:39:39 +09:00 |
|
Ehsan Akhgari
|
a98243d830
|
Bug 572618 - Make debugging the editor easier - Part 4: multiline version of part 1; r=roc
|
2010-06-17 16:44:35 -04:00 |
|
Ehsan Akhgari
|
9f32e5a757
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
|
Ehsan Akhgari
|
af303aaed5
|
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 |
|
Ehsan Akhgari
|
f2cdabf2ec
|
Bug 572618 - Make debugging the editor easier - Part 1: Replace all if(NS_FAILED) checks with NS_ENSURE_SUCCESS; r=roc
|
2010-06-17 15:27:24 -04:00 |
|
Ehsan Akhgari
|
dcde5ea552
|
Bug 558983 - Holding Ctrl-Backspace from the middle of a sentence causes a crash. [@ nsEditor::CreateTxnForDeleteCharacter]; r=roc
|
2010-06-16 12:33:13 -04:00 |
|
Jesse Ruderman
|
73e0f6b5f2
|
Add some crashtests and reftests
--HG--
extra : rebase_source : a167ccf140387fa50e3668422b5a74bea0527255
|
2010-06-17 13:21:24 -07:00 |
|