Neil Deakin
|
96524d644a
|
Bug 499008, part 7, merge html drag type constants into one place, r=ehsan
|
2012-02-17 09:17:00 -05:00 |
|
Neil Deakin
|
1cef45a876
|
Bug 499008, part 6, editor drag drop tests, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
|
Neil Deakin
|
13c593e55b
|
Bug 499008, part 5, merge the text and html implementations of InsertFromDrop, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
|
Neil Deakin
|
1d18d254ce
|
Bug 499008, part 4, convert editor drop handling to use datatransfers instead of the drag service, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
|
Neil Deakin
|
bb01abe388
|
Bug 499008, part 2, move editor dragstart handling to ContentAreaDragDrop, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
|
Neil Deakin
|
a8a864c0d2
|
Bug 499008, part 1, remove spurious event checks drop editor drag handling, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
|
Rafael Ávila de Espíndola
|
73a3c4a6bb
|
Bug 727221 - mark LastDictionary and nsElementDeletionObserver final. r=ehsan.
|
2012-02-16 09:39:57 -05:00 |
|
Daniel Holbert
|
93fb646e10
|
Bug 458167 patch 6: s/it's/its/ in comments within editor. r=ehsan
|
2012-02-15 01:18:24 -08:00 |
|
Masayuki Nakano
|
9b28752e68
|
Bug 622247 Remove hack for bug 23558 and bug 271815, and add tests for them r=ehsan
|
2012-02-15 10:38:07 +09:00 |
|
Ms2ger
|
f54d391b08
|
Bug 724270 - Part b: Use nsINode in GenerateCSSDeclarationsFromHTMLStyle / GetCSSEquivalentToHTMLInlineStyleSet and callers; r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
18f112a4be
|
Bug 724270 - Part a: Add an nsINode overload of GetCSSInlinePropertyBase; r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
475fcb9de7
|
Bug 724269 - Add nsHTMLCSSUtils::IsCSSEditableProperty(nsIContent*); r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
7ab6e1f800
|
Bug 724268 - Simplify nsHTMLCSSUtils::GetDefaultViewCSS; r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
41192c3c93
|
Bug 724266 - Add dom::Element* nsHTMLCSSUtils::GetElementContainerOrSelf(nsINode* aNode); r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ms2ger
|
5d74feca40
|
Bug 724264 - Consolidate code that checks whether an element has a non-_moz_dirty attribute; r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ms2ger
|
e6b28a4721
|
Bug 724261 - Use nsINode in nsHTMLEditRules::RelativeChangeIndentationOfElementNode; r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ms2ger
|
bba65685cd
|
Bug 723232 - nsHTMLEditRules::RelativeChangeIndentationOfElementNode removes divs with any one attribute; r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ms2ger
|
39e696988a
|
Bug 724260 - Add nsHTMLEditRules::IsInListItem(nsINode* aNode); r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ms2ger
|
fba04e638e
|
Bug 724259 - Add nsHTMLEditor::IsNodeInActiveEditor(nsINode* aNode); r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ms2ger
|
c777a141fc
|
Bug 723252 - Various nsHTMLEditor cleanup; r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ehsan Akhgari
|
f21147d2e5
|
Bug 725069 - Part 2: Only accept text and element nodes for the editability check; r=roc
|
2012-02-08 18:09:51 -05:00 |
|
Ehsan Akhgari
|
4b271d2d17
|
Bug 725069 - Never mark the comment nodes as editable; r=roc
|
2012-02-07 18:39:05 -05:00 |
|
Neil Deakin
|
6125e0566b
|
Bug 707382, merge nsIDOMDataTransfer and nsIDOMNSDataTransfer, r=jonas
|
2012-02-07 13:02:32 -05:00 |
|
Panagiotis Koutsourakis
|
583eb38038
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Ms2ger
|
c81e3a7323
|
Bug 720974 - Remove IsMozEditorBogusNode(nsIDOMNode*); r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
6bf3cc7619
|
Bug 722419 - Part b: BeginningOfDocument / GetFirstEditableNode; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
d94e3b888f
|
Bug 722419 - Part a: Introduce another version of GetNextNode; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
971334e6c2
|
Bug 722418 - Various nsEditor cleanup; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
b0989a6827
|
Bug 722416 - Outparamdel nsHTMLCSSUtils::GetElementContainerOrSelf; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
39879c152d
|
Bug 722415 - Cleanup nsHTMLEditor::GetHTMLBackgroundColorState; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
0eaa39270a
|
Bug 722412 - Cleanup nsPlaintextEditor::SetDocumentCharacterSet; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
bee22468f5
|
Bug 722411 - Cleanup nsPlaintextEditor::GetAndInitDocEncoder; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
dc5437040b
|
Bug 721493 - Cleanup nsHTMLEditor's HasAttr / HasAttrVal; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
b5bb334d50
|
Bug 721483 - Clean up RemoveElementIfNoStyleOrIdOrClass / HasStyleOrIdOrClass; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
c839dd85b8
|
Bug 721460 - Don't use GetIsCSSEnabled internally; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
0a50e3126f
|
Bug 722406 - Part b: Cleanup nsHTMLEditor::SetCaretInTableCell; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
853c6e26ed
|
Bug 720982 - Part b: Remove nsHTMLEditor::InsertBR; r=ehsan
|
2012-02-01 11:54:21 +01:00 |
|
Ms2ger
|
2e6a1cac96
|
Bug 720982 - Part a: Remove nsHTMLEditor::CreateBRImpl; r=ehsan
|
2012-02-01 11:54:21 +01:00 |
|
David Zbarsky
|
9784c231a7
|
Bug 682611 - Part 3: Remove ns(I)RangeUtils; r=smaug
|
2012-01-28 16:42:14 +01:00 |
|
Matthew Schranz
|
75edd6c796
|
Bug 698384 - Make document.createNodeIterator's 2nd and 3rd parameters optional. r=smaug
|
2012-01-25 13:47:50 +01:00 |
|
Ms2ger
|
b8529ac65e
|
Bug 718170 - Part c: Use nsINode in IsEmptyCell; r=ehsan
|
2012-01-25 08:50:06 +01:00 |
|
Ms2ger
|
4bcb2cb24d
|
Bug 718170 - Part b: Use nsINode in IsVisTextNode; r=ehsan
|
2012-01-25 08:50:05 +01:00 |
|
Ms2ger
|
b930898e9f
|
Bug 718170 - Part a: Use nsINode in IsEmptyNodeImpl; r=ehsan
|
2012-01-25 08:50:05 +01:00 |
|
Boris Zbarsky
|
d4ccac259c
|
Bug 713427. Don't assume things about lazy frame construction bits that just aren't true when doing IsVisible() testing. r=tnikkel
|
2012-01-18 16:10:06 -05:00 |
|
Justin Wood
|
d3b96540be
|
Merge last green PGO from inbound to mozilla-central
|
2012-01-16 22:27:53 -05:00 |
|
Tim Taubert
|
dc0feeb24e
|
merge m-c to fx-team
|
2012-01-16 11:20:19 +01:00 |
|
Justin Wood
|
09b3d2e3d1
|
Merge m-c tip to m-i
|
2012-01-15 05:29:24 -05:00 |
|
Ms2ger
|
cee1d31b2e
|
Bug 717370 - Cleanup range-using and nearby code in editor; r=smaug+ehsan
|
2012-01-15 09:13:12 +01:00 |
|
Jared Wein
|
843a61d98d
|
Bug 198964 - Enable smooth scrolling by default. r=gavin
|
2012-01-13 16:26:34 -08:00 |
|
Ehsan Akhgari
|
01f4b77395
|
Test case for bug 639736; r=roc
|
2012-01-16 16:07:46 -05:00 |
|