Commit Graph

1820 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
80a910c10b Backed out changeset 1bcdb4573884 (bug 1004522) for bustage on a CLOSED TREE 2014-05-12 14:13:17 +02:00
Carsten "Tomcat" Book
a894b15005 Backed out changeset 4b6e7f88a2ed (bug 1004522) 2014-05-12 14:12:56 +02:00
Carsten "Tomcat" Book
794832a22c Backed out changeset d50b5064f930 (bug 1004522) 2014-05-12 14:12:55 +02:00
Carsten "Tomcat" Book
aff4391392 Backed out changeset ae46dc18288d (bug 1004522) 2014-05-12 14:12:53 +02:00
Carsten "Tomcat" Book
4642e1625d Backed out changeset 6081479204a0 (bug 1004522) 2014-05-12 14:12:52 +02:00
Carsten "Tomcat" Book
b748e2c8e6 Backed out changeset 774ba83e548f (bug 1004522) 2014-05-12 14:12:50 +02:00
Carsten "Tomcat" Book
4e245e78d2 Backed out changeset 6cc778964f67 (bug 1004522) 2014-05-12 14:12:47 +02:00
Carsten "Tomcat" Book
eb53a61a86 Backed out changeset 59107353aa68 (bug 1004522) 2014-05-12 14:12:44 +02:00
Carsten "Tomcat" Book
e05ad48a71 Backed out changeset c5a647958511 (bug 1004522) 2014-05-12 14:12:42 +02:00
Carsten "Tomcat" Book
b570e0f798 Backed out changeset a30efac96e5e (bug 1004522) 2014-05-12 14:12:40 +02:00
Carsten "Tomcat" Book
d8d9426986 Backed out changeset e905f03505e3 (bug 1004522) 2014-05-12 14:12:39 +02:00
Carsten "Tomcat" Book
6a710fa66c Backed out changeset 79a84a415709 (bug 1004522) 2014-05-12 14:12:38 +02:00
Carsten "Tomcat" Book
82c9d5c766 Backed out changeset 9804226ea5cc (bug 1004522) 2014-05-12 14:12:36 +02:00
Carsten "Tomcat" Book
c6f09f6ef1 Backed out changeset 31c65c736f32 (bug 1004522) 2014-05-12 14:12:34 +02:00
Aryeh Gregor
37dafacbce Bug 1004522 part 14 - Clean up nsWSRunObject::GetWSPointBefore/After; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
8f4df76be7 Bug 1004522 part 13 - Clean up nsWSRunObject::GetAsciiWSBounds; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
787069fb7a Bug 1004522 part 12 - Clean up nsWSRunObject::DeleteChars; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
c398a99d81 Bug 1004522 part 11 - Convert nsWSRunObject.mNodeArray to nsTArray<nsCOMPtr<Text>>; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
49531e0a96 Bug 1004522 part 10 - Clean up nsWSRunObject::CheckLeading/TrailingNBSP, ConvertToNBSP; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
55d937e932 Bug 1004522 part 9 - Clean up nsWSRunObject::FindRun; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
ebb94c0ccf Bug 1004522 part 8 - Clean up nsWSRunObject::GetCharBefore/After; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
ac1e93621b Bug 1004522 part 7 - Clean up nsWSRunObject::Prior/NextVisibleNode; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
e20f3bff67 Bug 1004522 part 6 - Clean up nsWSRunObject::InsertText; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
23ac26c701 Bug 1004522 part 5 - Clean up nsWSRunObject::PrepareToSplitAcrossBlocks; r=ehsan 2014-05-02 15:15:26 +03:00
Aryeh Gregor
0c5889a95f Bug 1004522 part 4 - Clean up nsWSRunObject::PrepareToDeleteNode; r=ehsan 2014-05-02 15:15:26 +03:00
Aryeh Gregor
1ec5f91a58 Bug 1004522 part 3 - Clean up nsWSRunObject::PrepareToDeleteRange; r=ehsan 2014-05-02 15:15:26 +03:00
Aryeh Gregor
b1430221e5 Bug 1004522 part 2 - Clean up nsWSRunObject::DeleteWSForward; r=ehsan 2014-05-02 15:15:26 +03:00
Aryeh Gregor
9e44202c7a Bug 1004522 part 1 - Clean up nsWSRunObject::PrepareToJoinBlocks; r=ehsan 2014-05-02 15:15:26 +03:00
Neil Rashbrook
e2c0b0860b Bug 1003894 Followup to switch from Text to nsIContent so that we can safely use do_QueryInterface r=ehsan 2014-05-10 21:16:03 +01:00
Ehsan Akhgari
52eb1d3e13 Bug 1007940 - Improve the performance of editor initialization; r=bzbarsky 2014-05-09 17:02:29 -04:00
Benoit Jacob
472e4472e0 Bug 1004098 - Make nsTArray use size_t in its interface (32bitness is fine as an internal detail) - r=froydnj, sr=bsmedberg 2014-05-08 21:03:35 -04:00
Chris Peterson
519ce62fb9 Bug 1006982 - Refactor anchor tag utility functions in nsHTMLEditor.cpp. r=ehsan 2014-05-06 21:29:20 -07:00
Chris Peterson
8d42f6a9d3 Bug 1006982 - Fix -Wuninitialized warning in libeditor. r=ehsan 2014-05-06 21:07:50 -07:00
Aryeh Gregor
947f4fcb3a Bug 1003894 part 5 - Clean up nsWSRunObject::ScrubBlockBoundary; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
7e742b3ebe Bug 1003894 part 4 - Clean up nsWSRunObject::DeleteWSBackward; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
e9e01fda8a Bug 1003894 part 3 - Clean up nsWSRunObject::InsertBreak; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
48bbf8a27c Bug 1003894 part 2 - Clean up nsWSRunObject::CheckTrailingNBSPOfRun; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
b7b3ce0b2c Bug 1003894 part 1 - Change WSPoint.mTextNode to Text; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
8cf8ed9b5d Bug 1003808 part 10 - Clean up nsWSRunObject::GetPrevious/NextWSNode; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
d8a7fc45ab Bug 1003808 part 9 - Clean up nsWSRunObject::GetRuns; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
ea5532693a Bug 1003808 part 8 - Use some more nsINode in nsWSRunObject; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
434783808a Bug 1003808 part 7 - Convert WSFragment members to nsINode; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
9886b7ea25 Bug 1003808 part 6 - Convert nsWSRunObject members to nsINode; r=ehsan 2014-05-02 14:11:26 +03:00
Aryeh Gregor
d48aa32574 Bug 1003808 part 5 - Allow nsEditor::IsEditable to take nsINode*; r=ehsan 2014-04-28 19:03:12 +03:00
Aryeh Gregor
ba48c57163 Bug 1003808 part 4 - Clean up nsAutoTrackDOMPoint; r=ehsan 2014-04-28 18:40:28 +03:00
Aryeh Gregor
8d1b356925 Bug 1003808 part 3 - Clean up nsRangeStore; r=ehsan 2014-04-28 18:34:05 +03:00
Aryeh Gregor
22dae1beb5 Bug 1003808 part 2 - Clean up nsEditorUtils::IsDescendantOf; r=ehsan 2014-04-28 18:34:05 +03:00
Aryeh Gregor
1b1fb53eb9 Bug 1003808 part 1 - Clean up DOMPoint; r=ehsan 2014-04-28 18:34:05 +03:00
Aryeh Gregor
62b85e51b9 Bug 1002429 part 9 - Clean up nsHTMLEditor::RebuildDocumentFromSource; r=ehsan 2014-04-28 14:54:47 +03:00
Aryeh Gregor
7968de819d Bug 1002429 part 8 - Clean up nsHTMLEditor::CreateElementWithDefaults; r=ehsan 2014-04-28 14:54:47 +03:00