Ehsan Akhgari
|
07197cbb7a
|
Remove a bogus check added in bug 572618; a=me DONTBUILD
|
2010-11-23 13:09:41 -05:00 |
|
Michael Wu
|
da47d70884
|
Bug 581596 - Add new SetInputMode api, r=roc,masayuki sr=roc a=blocking-fennec
|
2010-11-22 22:48:03 -08:00 |
|
Ehsan Akhgari
|
a09905d6a5
|
Bug 612447 - Part 3: Prevent the HTML editor from dying while we run a document modified handler from a script runner; r=bzbarsky a=blocking-beta8
|
2010-11-19 11:02:24 -05:00 |
|
Ehsan Akhgari
|
bf6b8a80c8
|
Bug 612447 - Part 2: Protect the HTML editor from dying while a mutation event handler is in progress; r=bzbarsky a=blocking-beta8
|
2010-11-18 16:01:12 -05:00 |
|
Ehsan Akhgari
|
d921d70f6f
|
Bug 612447 - Don't Recreate an editor object attached to a document in a frame if that frame is restyled; r=bzbarsky a=blocking-beta8+
|
2010-11-18 16:01:12 -05:00 |
|
Justin Dolske
|
4e13204b40
|
Bug 613403 - Fix existing tests to work with tab-modal prompt changes. r=ehsan, a=testsonly
|
2010-11-19 15:15:27 -08:00 |
|
Ehsan Akhgari
|
4d471b8466
|
Bug 613434 - Rename the browserscope richtext suite in preparation of richtext2 integration; r=roc a=NPOTB
--HG--
rename : editor/libeditor/html/tests/browserscope/lib/browserscope/LICENSE => editor/libeditor/html/tests/browserscope/lib/richtext/LICENSE
rename : editor/libeditor/html/tests/browserscope/lib/browserscope/README => editor/libeditor/html/tests/browserscope/lib/richtext/README
rename : editor/libeditor/html/tests/browserscope/lib/browserscope/README.Mozilla => editor/libeditor/html/tests/browserscope/lib/richtext/README.Mozilla
rename : editor/libeditor/html/tests/browserscope/lib/browserscope/currentStatus.js => editor/libeditor/html/tests/browserscope/lib/richtext/currentStatus.js
rename : editor/libeditor/html/tests/browserscope/lib/browserscope/current_revision => editor/libeditor/html/tests/browserscope/lib/richtext/current_revision
rename : editor/libeditor/html/tests/browserscope/lib/browserscope/richtext/editable.html => editor/libeditor/html/tests/browserscope/lib/richtext/richtext/editable.html
rename : editor/libeditor/html/tests/browserscope/lib/browserscope/richtext/js/range.js => editor/libeditor/html/tests/browserscope/lib/richtext/richtext/js/range.js
rename : editor/libeditor/html/tests/browserscope/lib/browserscope/richtext/richtext.html => editor/libeditor/html/tests/browserscope/lib/richtext/richtext/richtext.html
rename : editor/libeditor/html/tests/browserscope/lib/browserscope/update_from_upstream => editor/libeditor/html/tests/browserscope/lib/richtext/update_from_upstream
rename : editor/libeditor/html/tests/browserscope/test_browserscope.html => editor/libeditor/html/tests/browserscope/test_richtext.html
extra : rebase_source : 04a0818f516856a2868b94481f1d29694db1f0d1
|
2010-11-19 11:02:22 -05:00 |
|
Ehsan Akhgari
|
de09cc12fc
|
Bug 611457 - mochitest-chrome: intermittent "test_bug607584.xul | Test timed out."; r=roc a=orange-fix
--HG--
extra : rebase_source : afbaabdbb9f7335913acb3d27c4eac900f288469
|
2010-11-19 11:02:24 -05:00 |
|
Ehsan Akhgari
|
6dd368d52c
|
Make it easier to run all editor crashtests in one go DONTBUILD a=NPOTB
|
2010-11-18 23:20:23 -05:00 |
|
Ehsan Akhgari
|
db3a9aabba
|
Bug 612625 - intermittent orange: test_bug607584.xul continues executing after we've left the page, mostly showing up in test_bug171813.html; r=roc a=test-fix
|
2010-11-17 18:23:18 -05:00 |
|
Ehsan Akhgari
|
2c680fd98b
|
Bug 612565 - Don't recurse into document modification listeners for editable documents if the modification to the document is made on the bogus BR node; r=roc a=blocking-beta8+
This fixes an unresponsive script dialog error for Etherpad pages (possibly among other websites).
|
2010-11-16 15:43:46 -05:00 |
|
Ehsan Akhgari
|
04410d797d
|
Bug 609632 followup: Make dropping arbitrary image files on editable areas actually work; r=roc a=blocking-beta8+
|
2010-11-16 13:54:31 -05:00 |
|
Ehsan Akhgari
|
6d13ead610
|
Bug 609632 - More embarrassments, shame on me; a=shameful-ehsan
|
2010-11-15 18:13:25 -05:00 |
|
Ehsan Akhgari
|
4c0a7351e5
|
Bug 609632 - Build bustage fix; a=bustage
--HG--
extra : rebase_source : 7ee1c79f086687781405bdcd8567924d674e3711
|
2010-11-15 18:01:45 -05:00 |
|
Ehsan Akhgari
|
46c9a77f82
|
Bug 609632 - Insert image files dropped onto editable areas as data: URI images; r=roc a=blocking-beta8+
--HG--
extra : rebase_source : 7ec1941c8052c352e6304fd8affe89d890b1ae1b
|
2010-11-06 18:49:26 -04:00 |
|
Ehsan Akhgari
|
00d37a174f
|
Bug 611182 - Part 7: Don't notify the edit rules object for document modifications outside of the editable area; r=bzbarsky a=blocking-beta8+
|
2010-11-13 15:12:15 -05: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
|
8571ba00c8
|
Bug 611182 - Part 4: Add some more tests; r=bzbarsky a=blocking-beta8+
|
2010-11-11 16:40:55 -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
|
0450182992
|
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
|
81e5001ae0
|
Bug 611182 - Backspace key does not work without typing something first (test cases); r=bzbarsky a=blocking-beta8+
|
2010-11-11 14:09:09 -05:00 |
|
Ehsan Akhgari
|
bb6861f7b5
|
Bug 601881 - video and audio should never play automatically in editor; r=bzbarsky,cpearce a=bsmedberg
--HG--
rename : content/media/test/test_play_events.html => content/media/test/test_autoplay_contentEditable.html
|
2010-10-14 20:13:29 -04:00 |
|
Ehsan Akhgari
|
0908325de2
|
Bug 551704 - Part 5: Move breakIsVisible to nsIHTMLEditor_MOZILLA_2_0_BRANCH to make sure that nsIHTMLEditor does not change for Gecko 2.0; r=bzbarsky a=blocking-betaN+
This patch should be backed out on trunk when Gecko 2.0 has been branched.
|
2010-11-09 21:00:26 -05:00 |
|
Ehsan Akhgari
|
cea63fedad
|
Bug 551704 - Part 4: Set the selection to the beginning of the document when we're entering the design mode; r=bzbarsky a=blocking-betaN+
|
2010-11-08 18:30:28 -05:00 |
|
Ehsan Akhgari
|
844dd2ffc0
|
Bug 551704 - Part 3: Don't copy invisible BR nodes to the clipboard for editable elements, to make us more compatible with WebKit and Opera; r=bzbarsky a=blocking-betaN+
|
2010-11-06 18:49:26 -04: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 |
|
Ehsan Akhgari
|
e588665b2b
|
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 |
|
Ehsan Akhgari
|
311cff87c3
|
Bug 372345 - [Midas] text cursor overrides CSS mouse cursor styles for some elements; r=bzbarsky a=blocking-final+
--HG--
extra : rebase_source : 502e9561f1a91464b8de502eb44098ab126d3930
|
2010-10-29 12:30:15 -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 |
|
Ms2ger
|
1dc17b150a
|
Bug 605177 - Fix a number of build warnings in editor/; r=ehsan a=bsmedberg
|
2010-11-04 16:44:46 -04:00 |
|
Ehsan Akhgari
|
e810187573
|
Bug 512717 - Don't handle files being dropped in an editable area; r=peterv f=sicking a=bsmedberg
|
2010-11-02 22:57:17 -04:00 |
|
Ehsan Akhgari
|
fe769d8443
|
Bug 607584 - Part 3: HTML test case; r=roc a=test-only
|
2010-10-29 13:01:49 -04:00 |
|
Daniel Glazman
|
0e38cc4a77
|
Bug 607584 - Part 2: XUL test case; r=ehsan a=test-only
|
2010-10-29 12:36:21 -04:00 |
|
Daniel Glazman
|
ac5d79b1f8
|
Bug 607584 - CR in a paragraph with an id attribute creates a second paragraph of same id; r=ehsan a=roc
|
2010-10-29 12:35:27 -04:00 |
|
Ehsan Akhgari
|
26b56e6566
|
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
|
a3d62c2955
|
Bug 603292 - PRUint32 countU < 0 is useless in nsHTMLEditor::AddNewStyleSheetToList; r=roc a=bsmedberg
|
2010-10-12 18:30:41 -04:00 |
|
Ehsan Akhgari
|
c5d807f1c7
|
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
|
22cdd2dc8b
|
Bug 606295 - Don't attempt to remove the edit action listener from nsPlaintextEditor's dtor; r,a=roc
|
2010-10-22 16:51:06 -04:00 |
|
Daniel Glazman
|
7aab5ded6b
|
Bug 605081 - Editor refuses to insert a <keygen> element; r=ehsan a=roc
|
2010-10-21 17:12:49 -04:00 |
|
Mounir Lamouri
|
66067bcb7b
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
|
Neil Rashbrook
|
b4ca74569a
|
Bug 604493 - Composition Window broken on trunk builds due to tracemonkey landing. r=mrbkap, a=beltzner
|
2010-10-15 13:59:00 -04:00 |
|
Ehsan Akhgari
|
1acdecd31f
|
Bug 604332 - Whitelist attribute names beginning with "_" when pasting HTML into an editable field; r,a=roc
|
2010-10-18 13:59:34 -04:00 |
|
Ehsan Akhgari
|
88e3c3e1a4
|
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 |
|
Jesse Ruderman
|
8859573160
|
Bug 419563 - add crashtest
|
2010-10-15 13:44:38 -07:00 |
|
Ehsan Akhgari
|
bd870e5b18
|
Bug 602130 - Always start with a clean transaction manager when re-initialing the editor; r=roc a=blocking-final+
--HG--
extra : rebase_source : ec386404eb6853a66406f1b441cc25f3a3417688
|
2010-10-14 19:53:43 -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
|
52b16445e6
|
Bug 597331 - Reframing a textarea sets the caret position to the end of its contents; r=bzbarsky a=blocking-final+
|
2010-10-13 01:34:05 -04:00 |
|
Ehsan Akhgari
|
16a0dc9a08
|
Bug 601881 - video and audio should never play automatically in editor; r,a=bzbarsky
|
2010-10-06 16:31:09 -04:00 |
|
Ehsan Akhgari
|
543d035d35
|
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
|
d000a22403
|
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 |
|