Ms2ger
|
53c2bafa8a
|
Bug 657210 - Address review comment
|
2011-05-23 18:54:57 +02:00 |
|
Ms2ger
|
95946ba581
|
Bug 657210 - Outparamdel nsEditor::GetPresShell; r=ehsan
|
2011-05-22 14:43:13 +02:00 |
|
Ed Morley
|
97cc9c4eea
|
Bug 655756 - Remove final XP_MAC remnants; r=josh
|
2011-05-10 20:24:48 +02:00 |
|
Ehsan Akhgari
|
2b93d069f5
|
Bug 650083 - nsEditor.cpp:1147: warning: unused variable 'rv'; r=roc
|
2011-04-14 23:45:24 -04:00 |
|
Ehsan Akhgari
|
09eee51632
|
Bug 617539 - Remove nsIEditor_MOZILLA_2_0_BRANCH; r=roc
|
2011-04-11 16:00:32 -04:00 |
|
Peter Van der Beken
|
75ba54d84d
|
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 |
|
Ehsan Akhgari
|
29ecf466fa
|
Bug 646194 - Fix the bound checking when deleting previous words to prevent crashes when the caret is at the beginning of an editable area; r=roc
|
2011-04-06 11:28:08 -07:00 |
|
Ehsan Akhgari
|
c82a3bc6df
|
Bug 641466 - Correct the array bounds checking so that the last surrogate pair in a textbox can be deleted correctly; r=roc
|
2011-03-16 15:34:29 -04:00 |
|
Ehsan Akhgari
|
841f13f519
|
Bug 639695 - Reconnect the HTML editor to the new presentation of a contenteditable document when it changes; r=roc
This fixes things such as the caret not showing up after the presshell for a
document containing a contenteditable element is recreated.
|
2011-03-11 18:45:20 -05:00 |
|
Ehsan Akhgari
|
a2c435fafa
|
Bug 407127 - Part 6: Remove the presshell argument to nsIEditor::Init as it's no longer necessary; r=roc
|
2011-03-11 00:40:31 -05:00 |
|
Ehsan Akhgari
|
54176ab085
|
Bug 407127 - Part 5: Fix the editor to not rely on cached presshells and selection controllers, because they may not always be valid; r=roc
|
2011-03-11 00:40:31 -05:00 |
|
Ehsan Akhgari
|
a991a93821
|
Bug 407127 - Part 4: Avoid using the presshell needlessly because it may not always be available; r=roc
|
2011-03-11 00:40:30 -05:00 |
|
Ehsan Akhgari
|
aa6ee6b6f9
|
Bug 407127 - Part 3: Get the selection controller for HTML editors from the presshell, instead of holding on to a presshell reference masked as a selection controller; r=roc
|
2011-03-11 00:40:30 -05:00 |
|
Ehsan Akhgari
|
eabc4ca754
|
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 |
|
Ehsan Akhgari
|
318a97fcfd
|
Bug 407127 - Part 1: Refactor the editor so that it only touches mPresShellWeak in GetPresShell, to make removing it easier; r=roc
|
2011-03-11 00:40:30 -05:00 |
|
Ehsan Akhgari
|
76716122b8
|
Bug 636465 - Reset the spellchecking override status when detaching an editor object from the content node; r,a=roc
|
2011-03-01 15:04:42 -08:00 |
|
Neil Rashbrook
|
9626543cf1
|
Bug 635420 - Clicking on content within Normal tab of Composer and stops switching to other tabs; r=ehsan a=bsmedberg
|
2011-02-28 13:04:05 -08:00 |
|
Kyle Huey
|
02e3532e3a
|
Bug 636107 - Part 2: Maintain better hygiene by not passing uninitialized pointer values around; r=ehsan a=blocking-final+
|
2011-02-23 07:20:58 -05:00 |
|
Ehsan Akhgari
|
e4231d6333
|
Bug 636074 - Part 1: Forget the transaction pointer when creating transaction objects in order to pass it to the caller instead of swapping it with random values; r=roc a=blocking-final+
|
2011-02-23 14:22:07 -08:00 |
|
Kyle Huey
|
c4c65578ef
|
Bug 633709: Convert bogus assert into a warning. r+a=ehsan
--HG--
extra : rebase_source : 5928d5a4309bd98e0cf4cd3041f36ba64d992706
|
2011-02-19 17:49:23 -05:00 |
|
Kyle Huey
|
5e7713edd1
|
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
--HG--
extra : rebase_source : c44055ca4378a8213e3b60b61b16df8dd9758a88
|
2011-02-19 17:18:37 -05:00 |
|
Ehsan Akhgari
|
dec474d494
|
Bug 336091 - Initialize the out parameters of nsEditor::GetStartNodeAndOffset correctly; r,a=roc
--HG--
extra : rebase_source : 7ae5b960263f2412c21b0cbcebf6f95a4ddb2e73
|
2011-02-09 14:07:56 -05:00 |
|
Ehsan Akhgari
|
71ee52288f
|
Bug 629172 - Fix the regression in switching the text input direction using Cmd/Ctrl+Shift+X; r=roc a=blocking-final+
--HG--
extra : rebase_source : 57471865db00c1efa07bb746df42de8278027b36
|
2011-01-27 00:26:33 -05:00 |
|
Ehsan Akhgari
|
68bc6b06e9
|
Bug 623193 - Fennec crash [@ nsEditor::InsertTextIntoTextNodeImpl ]; r,a=roc
|
2011-01-09 20:14:58 -05:00 |
|
Ehsan Akhgari
|
5dece71b0e
|
Bug 527935 - Fire the input event for text controls with the correct trusted-ness status; r=roc a=blocking-final+
|
2010-12-07 01:30:05 -05:00 |
|
Ehsan Akhgari
|
70883a0724
|
Bug 611798 - Do not pretent that we need the presshell to exist in order to turn off update view batching when the editor operations finish, because we don't; r=bzbarsky a=blocking-final+
This patch should fix all of the possible cases where a browser window stops painting when the presshell dies in the middle of an editor operation.
|
2010-12-10 17:14:26 -05:00 |
|
Michael Wu
|
146f71b464
|
Bug 581596 - Add new SetInputMode api, r=roc,masayuki sr=roc a=blocking-fennec
|
2010-11-22 22:48:03 -08:00 |
|
Ehsan Akhgari
|
630ed7a4a6
|
Bug 611182 - Part 2: Correct the definition of EndOfDocument for the HTML editor in order to fix some tests which have been relying on the bogus node existing in non-empty editable documents; r=bzbarsky a=blocking-beta8+
|
2010-11-11 16:40:55 -05:00 |
|
Ehsan Akhgari
|
e070529337
|
Bug 551704 - Part 1: Don't initialize the selection needlessly if the editable area is not focused; r=roc a=blocking-betaN+
|
2010-11-06 18:49:26 -04:00 |
|
Ms2ger
|
83a3dc5087
|
Bug 605177 - Fix a number of build warnings in editor/; r=ehsan a=bsmedberg
|
2010-11-04 16:44:46 -04:00 |
|
Ehsan Akhgari
|
03166cf845
|
Bug 542317 - Caret missing when an iframe is put into design mode when it already has focus; r=roc a=blocking-final+
|
2010-10-29 12:30:52 -04:00 |
|
Ehsan Akhgari
|
7883671dc5
|
Bug 605138 - Scripts from topix.net apparently causing page to scroll down when opening; r=roc a=blocking-final+
|
2010-10-21 16:56:20 -04:00 |
|
Ehsan Akhgari
|
bb3084c79c
|
Bug 604532 - Copying from the location bar doesn't copy the entire URL if some text has been appended to it; r=roc a=blocking-final+
|
2010-10-18 13:58:55 -04:00 |
|
Ehsan Akhgari
|
9a646f54ab
|
Bug 602948 - ASSERTION: null node passed to nsHTMLEditUtils::IsMozBR and nsEditor::Tag when entering text in input controls focused by code or tabbing into them; r,a=roc
--HG--
extra : rebase_source : 2ab9b687f8cf6afbd464841f1c3cfbc0f38adeaa
|
2010-10-11 12:35:40 -04:00 |
|
Mats Palmgren
|
9ce097ba76
|
Update the caret after creating a new frame, if the node has focus. b=536421 r=ehsan a=blocking2.0:final
|
2010-10-11 00:07:01 +02:00 |
|
Ehsan Akhgari
|
64c2f9d4e6
|
Bug 586662 - Part 2: Always scroll asynchronously after a keypress to make sure that we don't reframe too soon; r=roc a=blocking-betaN+
|
2010-09-21 20:40:44 -04:00 |
|
Ehsan Akhgari
|
4c0cb03e9a
|
Bug 586662 - Part 1: back out bug 393723 to fix some assertions, and add a test case for the fix in that bug; r=roc a=blocking-betaN+
|
2010-09-21 18:49:25 -04:00 |
|
Brad Lassey
|
de9be1f7e8
|
Bug 580388 - Keep nsTextStateManager observers during frame reconstruction; r=masayuki a=blocking-fennec
|
2010-09-23 23:34:28 -04:00 |
|
Ehsan Akhgari
|
216a0f0f67
|
Bug 240933 - Part 13: Consider text frame continuations containing only newlines editable; r,a=roc
--HG--
extra : rebase_source : e9f3001867e7992513484b92993a5d6a222273f6
|
2010-08-13 18:58:26 -04:00 |
|
Ehsan Akhgari
|
4575d0e493
|
Bug 240933 - Part 12: Avoid injecting textnodes as children of br nodes; r,a=roc
--HG--
extra : rebase_source : 5b6a4d870c1f95da0d2a1233d1648096ae599174
|
2010-08-13 18:58:24 -04:00 |
|
Ehsan Akhgari
|
c91a568174
|
Bug 240933 - Part 10: Only hide/show the caret once when placeholder transactions finish; r=roc a=dbaron
--HG--
extra : rebase_source : dd5c5498ee3cbd115f806ec1e03b3df1d14e4351
|
2010-07-21 16:08:52 -04:00 |
|
Ehsan Akhgari
|
49b28a59ba
|
Bug 240933 - Part 8: Avoid creating multiple textnodes when adding text to textareas; r=roc a=dbaron
--HG--
extra : rebase_source : 9799daa7662dacdf3f4d0f7b8ecdaba2b9005221
|
2010-07-19 16:47:52 -04:00 |
|
Ehsan Akhgari
|
2047265f9f
|
Bug 592592 - Non-breaking spaces inserted when multiple spaces are typed, even in pre-wrap-styled text r,a=roc
|
2010-09-02 20:36:42 -04:00 |
|
Ehsan Akhgari
|
c6263bc52c
|
Back out bug 592592, bug 588999, bug 591706 and bug 592586 because of test failures
|
2010-09-07 19:23:29 -04:00 |
|
Ehsan Akhgari
|
06807f1e53
|
Bug 592592 - Non-breaking spaces inserted when multiple spaces are typed, even in pre-wrap-styled text r,a=roc
|
2010-09-02 20:36:42 -04:00 |
|
Ehsan Akhgari
|
d84bc18024
|
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
|
bb65502039
|
Bug 240933 - Part 13: Consider text frame continuations containing only newlines editable; r,a=roc
--HG--
extra : rebase_source : b66535705ec25cd4dca7378424b78cc3bef94e46
|
2010-08-13 18:58:26 -04:00 |
|
Ehsan Akhgari
|
3a2d80139f
|
Bug 240933 - Part 12: Avoid injecting textnodes as children of br nodes; r,a=roc
--HG--
extra : rebase_source : 8e6451d2e1414a61e15a9ffaf94470e02d2d0b72
|
2010-08-13 18:58:24 -04:00 |
|
Ehsan Akhgari
|
06dfe9b126
|
Bug 240933 - Part 10: Only hide/show the caret once when placeholder transactions finish; r=roc a=dbaron
--HG--
extra : rebase_source : 21823fb610b02859893f1461e8adaf38f5d61e94
|
2010-07-21 16:08:52 -04:00 |
|
Ehsan Akhgari
|
57f8ffa5cb
|
Bug 240933 - Part 8: Avoid creating multiple textnodes when adding text to textareas; r=roc a=dbaron
--HG--
extra : rebase_source : 7ca0900e7c97215684b523e249a9b5cef7cbdaac
|
2010-07-19 16:47:52 -04:00 |
|