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 |
|
Ehsan Akhgari
|
7ed714fe6f
|
Bug 718316 - Try to fix the intermittent orange introduced after the landing of bug 598482 by flushing before capturing the screenshot; r=bzbarsky
|
2012-01-16 14:41:54 -05:00 |
|
Masayuki Nakano
|
a620faaa8d
|
Bug 717560 input events during composition should be fired after auto batch is gone r=ehsan
|
2012-01-13 15:19:22 +09:00 |
|
Masayuki Nakano
|
7de3aa99c7
|
Bug 717147 part.2 Don't do autocomplete during composition r=dolske
|
2012-01-13 15:19:22 +09:00 |
|
Masayuki Nakano
|
9c5493c45d
|
Bug 717147 input events which are fired after compositionupdate should be trusted events r=ehsan
|
2012-01-13 15:19:22 +09:00 |
|
Jignesh Kakadiya
|
2e98c58679
|
Bug 716215 - nsHTMLEditor::IsEmptyNodeImpl checks if the parent is a form widget instead of the child. r=Ms2ger; sr=ehsan
|
2012-01-11 09:23:09 +01:00 |
|
Ms2ger
|
03f1927241
|
Bug 716207 - Part b: Cleanup nsTextEditRules::RemoveRedundantTrailingBR; r=ehsan
|
2012-01-11 09:23:07 +01:00 |
|
Ms2ger
|
b36f3f9abc
|
Bug 716207 - Part a: Cleanup nsTextEditRules::DidUndo; r=ehsan
|
2012-01-11 09:23:07 +01:00 |
|
Ms2ger
|
b94044b1c3
|
Bug 715110 - Don't use getPreventDefault in editor; r=ehsan
|
2012-01-11 09:23:07 +01:00 |
|
Ms2ger
|
fe537b0860
|
Bug 716630 - Kill editor's warnings; r=ehsan
|
2012-01-11 09:22:16 +01:00 |
|
Ehsan Akhgari
|
3053c2dd3a
|
Bug 716456 - Make sure to pass a correct ancestor to GetPreviousContent; r=bzbarsky
|
2012-01-10 15:35:04 -05:00 |
|
David Zbarsky
|
785e84c27d
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
David Zbarsky
|
3484fe1ebe
|
Bug 682611 - Part 1: Merge nsIDOMRange and nsIDOMNSRange; r=Ms2ger r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
Markus Stange
|
464140fc29
|
Bug 598482 part 15 - Rename view update batches to refresh disable batches and only use them in the two places that can enter reflow (where synchronous painting is permitted). r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
d13d62c3a3
|
Bug 598482 part 7 - Remove NS_VMREFRESH_* flags. NS_VMREFRESH_NO_SYNC is now the unchangable default. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
99c74550c0
|
Bug 598482 part 6 - Remove nsIPlaintextEditor::eEditorUseAsyncUpdatesMask because it doesn't have any effect anymore. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Boris Zbarsky
|
3345982494
|
Bug 716031. Fix editor test to not assume simply doing a timeout will flush layout. r=ehsan pending
|
2012-01-14 22:54:48 -05:00 |
|
Ehsan Akhgari
|
1505a73948
|
Bug 716593 - test_bug596001.html calls SimpleTest.finish needlessly; r=roc
|
2012-01-09 17:07:17 -05:00 |
|
Marco Bonardo
|
314dacb861
|
Merge last green PGO from mozilla-inbound to mozilla-central
|
2012-01-06 13:22:51 +01:00 |
|
Neil Rashbrook
|
e7ecf3a5d5
|
Bug 714164 Restore some global window commands that were removed as part of bug 669026 because they appeared to be unused r=ehsan sr=roc
|
2012-01-05 21:33:41 +00:00 |
|
Kyle Huey
|
0c030b4208
|
Bug 709400: Make all methods on nsIInlineSpellChecker scriptable so that it can be overriden from JS. r=ehsan
|
2012-01-05 11:26:14 -05:00 |
|
Graeme McCutcheon
|
0532ae7b27
|
Bug 471319 - Don't make incorrect assumptions about the bogus node after undo/redo. r=ehsan
|
2012-01-04 15:15:09 +00:00 |
|
Ms2ger
|
1bc518a27a
|
Bug 714258 - Remove unused variable rv in nsEditorController::RegisterEditorCommands; r=ehsan
|
2012-01-02 19:05:19 +01:00 |
|
Ehsan Akhgari
|
e15d512033
|
Bug 714256 - Remove locking from the transaction manager; r=roc
|
2012-01-01 17:35:11 -05:00 |
|