Graeme McCutcheon
|
3a9d858e22
|
Bug 471319 - Don't make incorrect assumptions about the bogus node after undo/redo. r=ehsan
|
2012-01-04 15:15:09 +00:00 |
|
Fabien Cazenave
|
67ba2ac03b
|
Bug 684187 - Use dom::Element instead of nsIDOMElement for nsEditor::mRootElement; r=ehsan
|
2011-12-03 22:50:15 +01:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Masayuki Nakano
|
27777a6f2a
|
Bug 669028 part.9 editor should use mozilla::LookAndFeel rather than nsILookAndFeel r=ehsan
|
2011-09-09 11:27:12 +09:00 |
|
Graeme McCutcheon
|
8ded7124eb
|
Bug 318065 - Don't notify editor observers until bogus node state is reset. r=ehsan
|
2011-08-16 13:55:23 +01:00 |
|
Graeme McCutcheon
|
1e5935a446
|
Bug 483651 - Trailing <br> node not removed when it should be; r=ehsan
|
2011-08-12 15:53:10 -04:00 |
|
Simon Montagu
|
ae37ce037d
|
Undefine caret bidi level during reflow instead of on text entry. Bug 664087, r=roc
|
2011-07-05 08:42:32 +03:00 |
|
Masayuki Nakano
|
db1e5b26fa
|
Bug 664437 editor should use mozilla::Preferences r=ehsan
|
2011-06-17 09:59:29 +09:00 |
|
Craig Topper
|
4e38ca20a7
|
Bug 658143 - Part 1: Changes nsCOMPtr<nsFrameSelection> to nsRefPtr. r=roc
|
2011-05-18 20:10:49 -07:00 |
|
Ms2ger
|
48b02e4f5a
|
Bug 657160 - Remove NS_NewTextEditRules; r=ehsan
|
2011-05-15 12:16:45 +02:00 |
|
Masayuki Nakano
|
9a56e9598d
|
Bug 655918 Clean up the composition string when whole characters of it are refused due to maxlength r=ehsan
|
2011-05-11 13:52:45 +09:00 |
|
Ehsan Akhgari
|
9cd1d8318f
|
Bug 611182 - Part 6: Actually allow the bogus node to be deleted from the document, and check if the parent is modifiable when inserting an element to prevent a bogus node being inserted under a contenteditable="false" element; r=bzbarsky a=blocking-beta8+
This fixes a failure in layout/reftests/bugs/579985-1.html, and is tested by it.
|
2010-11-12 10:38:14 -05:00 |
|
Ehsan Akhgari
|
8376c423de
|
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 |
|
Ehsan Akhgari
|
472326895e
|
Bug 551704 - Part 2: Don't replace newline characters with BR nodes in preformatted editable fields; r=roc a=blocking-betaN+
|
2010-11-06 18:49:26 -04:00 |
|
Ms2ger
|
859896ba2e
|
Bug 606717 - Comparison between signed and unsigned integers in nsTextEditRules::CollapseSelectionToTrailingBRIfNeeded; r=ehsan a=bsmedberg
|
2010-11-04 16:45:39 -04:00 |
|
Ehsan Akhgari
|
e75e09ff61
|
Bug 603556 - pasting into text that is longer than maxlength of text control fails; r=roc a=blocking-final+
|
2010-10-12 18:30:41 -04:00 |
|
Ehsan Akhgari
|
fc135a2458
|
Bug 600570 - textarea: cut and paste broken, pastes more than cut, leaves selectionEnd with wrong value; r=bzbarsky a=blocking-betaN+
|
2010-10-06 18:42:21 -04:00 |
|
Ehsan Akhgari
|
133d6d5182
|
Bug 597519 - Attempting to add characters to a textarea filled to its maxlength with a trailing newline results in the caret to jump to the previous line; r=roc a=blocking-final+
|
2010-09-24 15:10:53 -04:00 |
|
Ehsan Akhgari
|
8c8c515368
|
Bug 590554 - maxlength in textarea does not prevent newline characters from being inserted; r,a=roc
--HG--
extra : rebase_source : 7156090a56ed7818db3539dbc8e6f9f7ae86d6e5
|
2010-08-27 01:36:09 -04:00 |
|
Ehsan Akhgari
|
88f276e98a
|
Bug 240933 - Part 7: Collapse the selection in textarea's to the trailing BR if needed after every edit operation; r,a=roc
--HG--
extra : rebase_source : def2e0da4f32e9e50231b250075c45766bb00819
|
2010-09-01 18:06:52 -04:00 |
|
Ehsan Akhgari
|
b5f720a55c
|
Bug 240933 - Part 6: Put the selection on the moz BR element if the user presses Enter at the end of a textarea; r=roc a=dbaron
--HG--
extra : rebase_source : 179199c5e641282fdcc382dccbe2d31ad0cbe057
|
2010-07-19 16:19:27 -04:00 |
|
Ehsan Akhgari
|
2a998fd974
|
Bug 240933 - Part 4: Remove the code responsible for handling non-preformatted text in WillInsertText; r=roc a=dbaron
--HG--
extra : rebase_source : 67bddca61bbf4f2d20fd8e105234c3667459aa20
|
2010-07-16 17:34:59 -04:00 |
|
Ehsan Akhgari
|
4085a00c0c
|
Bug 240933 - Part 1: Do not split multiline text into textframes separated by BR elements; r=roc a=dbaron
--HG--
extra : rebase_source : bcaf760ad9d2e939a5d99f21cd8727ef71faea92
|
2010-07-11 16:26:26 -04:00 |
|
Ehsan Akhgari
|
7b654288bf
|
Back out bug 240933 and bug 590554 because of reftest failure on Win7 and also bug 593211
|
2010-09-02 19:54:23 -04:00 |
|
Ehsan Akhgari
|
9367068a32
|
Bug 590554 - maxlength in textarea does not prevent newline characters from being inserted; r,a=roc
--HG--
extra : rebase_source : bc351ffd6cd3a346b57808f338e4367e2c731947
|
2010-08-27 01:36:09 -04:00 |
|
Ehsan Akhgari
|
ddbe740048
|
Bug 240933 - Part 7: Collapse the selection in textarea's to the trailing BR if needed after every edit operation; r,a=roc
--HG--
extra : rebase_source : a13c6c277ddb545614eb8c93131112bc793c1348
|
2010-09-01 18:06:52 -04:00 |
|
Ehsan Akhgari
|
b41230b0ae
|
Bug 240933 - Part 6: Put the selection on the moz BR element if the user presses Enter at the end of a textarea; r=roc a=dbaron
--HG--
extra : rebase_source : d992d0950cd15c24d68f976d6e628eb349de5150
|
2010-07-19 16:19:27 -04:00 |
|
Ehsan Akhgari
|
1bb782fa37
|
Bug 240933 - Part 4: Remove the code responsible for handling non-preformatted text in WillInsertText; r=roc a=dbaron
--HG--
extra : rebase_source : cb4457edb5716727801fad0152eff55d3f4d9b09
|
2010-07-16 17:34:59 -04:00 |
|
Ehsan Akhgari
|
b2d7d2f956
|
Bug 240933 - Part 1: Do not split multiline text into textframes separated by BR elements; r=roc a=dbaron
--HG--
extra : rebase_source : 45cbd49946c1577786a5bd141384d92f9daf27c4
|
2010-07-11 16:26:26 -04:00 |
|
Ehsan Akhgari
|
25f6280420
|
Bug 580151 - Part 1: Move the increment up in case the call to nsIEditor::GetSelection fails and we bail out early; r=roc
--HG--
extra : rebase_source : 249cf74c6a1700b230d946793819ff6611ebbb99
|
2010-07-20 09:04:14 -04:00 |
|
Daniel Holbert
|
3048e2abb0
|
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 |
|
Ehsan Akhgari
|
24b20624da
|
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
|
efa76e8106
|
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
|
e93945101f
|
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
|
ed95bc25f5
|
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
|
181e117cff
|
Bug 569523 - GetStartNodeAndOffset should take an nsIDOMNode** parameter, instead of nsCOMPtr<nsIDOMNode>*; r=roc
|
2010-06-10 22:46:51 -04:00 |
|
Josh Matthews
|
98ebf9fb31
|
Bug 566414 - Signed/unsigned comparison warnings in editor; r=ehsan
|
2010-05-17 15:30:15 -04:00 |
|
Jonas Sicking
|
6f9aebb70a
|
Bug 429175: Make sure to only set aNotify to true when we should. r=peterv
|
2010-05-03 06:23:36 -07:00 |
|
Masayuki Nakano
|
7d05909d39
|
Bug 552914 nsEditor::mFlags is never modified by SetFlags() r=smaug
|
2010-04-12 11:35:18 +09:00 |
|
Ehsan Akhgari
|
05b0ede6fb
|
Bug 221820 - Part 1: Call EnsureEditorInitialized from all places where editor needs to exist; r=bzbarsky
|
2010-02-01 23:00:12 -05:00 |
|
Craig Topper
|
9eccdbd4d7
|
Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc
|
2010-04-10 16:09:38 -04:00 |
|
Ehsan Akhgari
|
a7ebcd12b9
|
Back out the editor lazy inititialization patches (bug 221820) to try to solve the orange in bug 557689
|
2010-04-06 21:08:58 -04:00 |
|
Ehsan Akhgari
|
0170b6dede
|
Bug 221820 - Part 1: Call EnsureEditorInitialized from all places where editor needs to exist; r=bzbarsky
--HG--
extra : rebase_source : 91df07eb7a6a52c35d8f4d52212663045450b95a
|
2010-02-01 23:00:12 -05:00 |
|
Ehsan Akhgari
|
50f48242c4
|
Backed out changeset 70b1ccb14325
|
2010-02-18 18:52:12 -05:00 |
|
Ehsan Akhgari
|
8b4d5890e9
|
Bug 221820 - Part 1: Call EnsureEditorInitialized from all places where editor needs to exist; r=bzbarsky
--HG--
extra : rebase_source : 117d5f34a90941543a994107351eb0e34ae7308f
|
2010-02-01 23:00:12 -05:00 |
|
Ehsan Akhgari
|
1000016308
|
Bug 542912 - Refactor the newline handling behavior in nsTextEditRules; r=bzbarsky sr=roc
--HG--
extra : rebase_source : 92fb4649c72293253317cc5eb6fc0f10d8aa6dfb
|
2010-02-01 13:12:31 -05:00 |
|
Oleg Romashin
|
0a396e82ab
|
b=536560; Freeze and OOM kill happens in gfxPangoFontGroup::CreateGlyphRunsItemizing, on password input field, r=neil
|
2009-12-26 10:36:11 +02:00 |
|
Brad Lassey
|
c7d187e05b
|
bug 527674 - number of askterisks doesn't match the number of password charecters when user hits delete r=neil
|
2009-11-25 12:50:35 -05:00 |
|
Brad Lassey
|
926e622d2a
|
bug 530367 - passwords from password manager flash in clear text r=neil
|
2009-11-25 12:41:23 -05:00 |
|