Aryeh Gregor
|
459846f603
|
Bug 858918 part 2 - Don't insert block content outside of inline editing hosts; r=ehsan
|
2014-10-22 15:45:30 +03:00 |
Yuki Sekiguchi
|
80b974c056
|
Bug 664104 - Part 3: Remove expected failure about ruby editing. r=wchen
|
2014-06-20 17:08:31 -07:00 |
Ms2ger
|
4b96745752
|
Bug 924160 - Part b: Use mochitest manifests for the expected failures in dom/imptests; r=gps
|
2014-01-20 08:58:24 +01:00 |
Ehsan Akhgari
|
2909676a03
|
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
|
2013-12-17 09:12:33 -05:00 |
Ms2ger
|
fe5d5ddd33
|
Bug 885878 - Update testharness.js; r=jgraham
|
2013-11-28 15:07:56 +01:00 |
Masatoshi Kimura
|
ab2dd4c4b2
|
Bug 922931 - Display a placeholder for broken images if the alt attribute is unset even in no-quirks mode. r=bz
|
2013-10-06 05:25:49 +09:00 |
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
Ms2ger
|
bbd7b55f9f
|
Bug 860123 - Make mochitests expect the new behavior. r=ehsan
|
2013-09-03 15:00:27 -04:00 |
Masayuki Nakano
|
89c7bcdad0
|
Bug 857820 part.2 Drop <blink> support from editor r=ehsan
|
2013-04-14 19:11:07 +09:00 |
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
Kyle Machulis
|
43628a7867
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
Kyle Machulis
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
Ms2ger
|
a01f04340f
|
Bug 784841 - Part 18j: Convert dom/imptests with parseFailures.py output; rs=gps
|
2013-02-25 12:47:19 -08:00 |
Alexandre Poirot
|
2118fd0622
|
Bug 821695 - Do not load videocontrols.xml if the audio/video tag does not need it. r=roc
--HG--
extra : rebase_source : 567194ec6ee1862af1d7988aa9a0c3b50f07788a
|
2013-02-01 08:47:55 -05:00 |
Jet Villegas
|
f2fcf1748d
|
Bug 812638: Add new known font size test failures. r=ehsan
|
2013-02-06 16:48:37 -08:00 |
Ms2ger
|
53e642872f
|
Bug 742191 - Part b: Update testharness.js and friends; r=Aryeh
|
2012-10-14 09:46:57 +02:00 |
Ms2ger
|
fecd660b2f
|
Bug 742191 - Part a: Regenerate expected failures; r=Aryeh
|
2012-10-14 09:46:53 +02:00 |
Aryeh Gregor
|
b9ed7e8ba3
|
Bug 787432 - Don't strip existing empty wrappers when inserting text; r=ehsan
|
2012-09-27 14:39:39 +02:00 |
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
Aryeh Gregor
|
8782e85213
|
Bug 291789 part 3 - Try not to ever delete across table boundaries; r=ehsan
|
2012-07-27 17:03:28 +03:00 |
Nathan Froyd
|
bfff055672
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
Aryeh Gregor
|
4b464cdfe8
|
Bug 760052 - execCommand() should abort and return false for disabled commands; r=ehsan
|
2012-06-21 15:05:24 +03:00 |
Ms2ger
|
b9ba89999a
|
Bug 763169 - Part a: Update resources from upstream and update test names in the expected failures for Selection tests; r=jhammel
|
2012-06-17 09:51:22 +02:00 |
Aryeh Gregor
|
3095187fe9
|
Bug 761993 - Revert broken execCommand("insertparagraph") support; r=ehsan
|
2012-06-06 20:34:10 +03:00 |
Aryeh Gregor
|
18b6bfc148
|
Bug 757371 part 4 - Do not insert style tags if the style is already applied; r=ehsan
|
2012-05-23 10:49:29 +03:00 |
Aryeh Gregor
|
0d9f5e832b
|
Bug 757371 part 3 - Reuse existing style elements more aggressively; r=ehsan
|
2012-05-29 10:12:51 +03:00 |
Aryeh Gregor
|
4cad3af933
|
Bug 757371 part 2 - Improve correctness of nsHTMLCSSUtils::IsCSSEquivalentToHTMLInlineStyleSet; r=ehsan
|
2012-05-28 14:20:27 +03:00 |
Aryeh Gregor
|
1d13f6ca68
|
Bug 748310 - Return false for invalid createLink/insertImage values instead of throwing; r=ehsan
|
2012-05-22 12:37:17 +03:00 |
Aryeh Gregor
|
6f4ed9a285
|
Bug 748307 part 5 - Support insertText, forwardDelete, insertParagraph per spec; r=ehsan
|
2012-05-22 12:37:17 +03:00 |
Aryeh Gregor
|
e8bb3212b3
|
Bug 742240 - Handle unsupported commands per spec in execCommand/queryCommand*; r=ehsan
|
2012-04-15 15:57:20 +03:00 |
Aryeh Gregor
|
cc44c815c7
|
Bug 590640 part 7 - Preserve type-in state when performing block commands; r=ehsan
|
2012-05-06 10:53:11 +03:00 |
Aryeh Gregor
|
50071307e5
|
Bug 590640 part 6 - Don't create empty style tags unless we're about to insert text in them; r=ehsan
|
2012-05-10 15:00:14 +03:00 |
Aryeh Gregor
|
9684492a4a
|
Bug 590640 part 5 - Delete empty wrappers when we delete the selection; r=ehsan
|
2012-05-10 17:54:33 +03:00 |
Aryeh Gregor
|
14e6b7e0df
|
Bug 751842 part 6 - Import editing spec tests; r=Ms2ger
|
2012-05-07 08:54:55 +03:00 |