Robert Longson
|
ab7333bf97
|
Bug 616892 - Follow up mark suspend-02.svg test random on windows for now (tracked by bug 724281)
|
2012-02-04 17:59:54 +00:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
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 |
|
Robert Longson
|
dc84569d62
|
Bug 616892 - Make more updates honour suspendRedraw. r=roc
|
2012-02-04 13:58:46 +00:00 |
|
Aryeh Gregor
|
320d776065
|
Bug 723637 - Fix two reftests from bug 505115; r=roc
|
2012-02-02 14:13:13 -05:00 |
|
Florian Maier
|
82e0377361
|
Bug 680436. Don't clamp shrink-to-fit values. r=roc
|
2012-01-30 06:52:57 +01:00 |
|
Edwin Flores
|
e20fcb14ba
|
Bug 719288 - Fill and stroke SVG text with one Draw call r=roc
|
2012-02-04 13:11:09 +00:00 |
|
Ms2ger
|
1fe69f24b8
|
Bug 723680 - Back out for Windows failures.
|
2012-02-04 10:54:01 +01:00 |
|
Aryeh Gregor
|
a3ef9bbc48
|
Bug 723680 - Fix known failing test from bug 505115
|
2012-02-02 15:50:08 -05:00 |
|
Boris Zbarsky
|
b5877864ea
|
Bug 716628. Implement support for 'turn' unit in CSS. r=dbaron
|
2012-02-04 00:01:23 -05:00 |
|
Nathan Froyd
|
562951790c
|
Bug 717659 - add telemetry for reflows in background tabs. r=bz
|
2012-02-03 12:27:42 +01:00 |
|
Jim Mathies
|
5a62d70df3
|
Bug 683059 - Fix for Crash [@ nsObjectFrame::IsOpaque] with applet and changing style onunload. r=josh
|
2012-02-02 16:55:25 -06:00 |
|
Boris Zbarsky
|
ad5fde345e
|
Bug 723446. Be a little more careful changing declarations on keyframe rules. r=dbaron
|
2012-02-02 11:59:39 -05:00 |
|
Jonathan Kew
|
72cdfcf8c3
|
bug 721315 - fix nsUserFontSet::UpdateRules to detach faces from families that are being replaced. r=jdaggett
|
2012-02-02 11:24:22 +00:00 |
|
Ed Morley
|
a2cee55542
|
Merge mozilla-central to mozilla-inbound
|
2012-02-02 10:54:45 +00:00 |
|
Ed Morley
|
8be2a077dc
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-02 10:22:32 +00:00 |
|
Jonathan Watt
|
baa7ef5264
|
Bug 714839 - Make nsCSSFrameConstructor inherit nsFrameManager. r=bz.
--HG--
extra : rebase_source : 23c36617c5088884b7e1ecea48e6c09aa8757690
|
2012-02-02 10:06:46 +00:00 |
|
Tim Taubert
|
67644c2dbd
|
merge m-c to fx-team
|
2012-02-02 10:03:01 +01:00 |
|
Diogo Golovanevsky Monteiro
|
fdeabf7c08
|
Bug 713383 - Directly viewed images should be printed with a transparent background on the body. r=dao
|
2012-01-31 17:58:19 +01:00 |
|
Kyle Huey
|
90437008ab
|
Bug 563318: Work around what appears to be a compiler bug. r=bz
|
2012-02-01 13:49:31 -05:00 |
|
Ms2ger
|
fbc1bcf68b
|
Bug 722406 - Part a: Introduce nsISelection::CollapseNative; r=smaug
|
2012-02-01 11:54:22 +01:00 |
|
Ed Morley
|
348060a7c3
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-01 10:55:34 +00:00 |
|
Josh Aas
|
b0e5e866d9
|
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
|
2012-01-31 16:55:54 -05:00 |
|
Ed Morley
|
8c8d5812df
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-01-31 16:45:40 +00:00 |
|
Tim Taubert
|
b07eb6fddb
|
merge m-c to fx-team
|
2012-01-31 14:45:13 +01:00 |
|
Jared Wein
|
1c062f7770
|
Bug 710373 - Pressing the vertical slider down arrow should move three lines instead of one. r=roc
|
2012-01-31 12:04:35 +01:00 |
|
Simon Montagu
|
bcbbe9a509
|
Remove unnecessary test for next sibling. Bug 722137, r=roc
|
2012-01-30 11:05:28 -08:00 |
|
Simon Montagu
|
f90e5dabf3
|
test for bug 722137, r=roc
|
2012-01-30 10:59:34 -08:00 |
|
Mats Palmgren
|
5a665a0956
|
Bug 706889 - Apply font-inflation to checkboxes and radio buttons. r=dbaron
|
2012-01-30 18:48:46 +01:00 |
|
Mats Palmgren
|
0d832e174e
|
Bug 706889 - reftest.
|
2012-01-30 18:48:46 +01:00 |
|
Bas Schouten
|
f249bf7924
|
Bug 712630: Mark some tests random when D2D is used. r=roc
|
2012-01-31 06:16:59 +01:00 |
|
Robert O'Callahan
|
01d0e1b487
|
Bug 721627. Don't return nsRefPtr/nsCOMPtr from nsDisplayImage methods. nsDisplayImage::GetImage is unused anyway. r=mats
|
2012-01-30 18:16:54 +13:00 |
|
Ed Morley
|
5ff5a6b689
|
Merge mozilla-central to mozilla-inbound
|
2012-01-31 21:20:50 +00:00 |
|
Jonathan Watt
|
4d02e1236e
|
Bug 722206 - Change layout/reftests/bidi/718236-x.html to work around sub-pixel failures on Windows 7 reftest-no-accel on Try. r=smontagu.
|
2012-01-31 18:59:45 +00:00 |
|
Ed Morley
|
388e7e6979
|
Backout b87113ff33ff (bug 721741) for Android build failures
|
2012-01-31 16:19:00 +00:00 |
|
Kan-Ru Chen
|
faa9dbdd99
|
Bug 709585 - Part 4, Dummy PowerManager DOM code. r=sicking
--HG--
extra : rebase_source : 57ff9f770d39551bf72f421166acbe21dc38ac23
|
2012-01-19 22:24:00 -05:00 |
|
Kan-Ru Chen
|
c5f795e4f8
|
Bug 709585 - Part 3, Plug mozPower into navigator object. r=sicking
--HG--
extra : rebase_source : 8382e9c044feca9b2e511e022a3bb4fe64ca0d4b
|
2012-01-19 22:24:00 -05:00 |
|
James Willcox
|
fd3a41a585
|
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
|
2012-01-31 09:40:58 -05:00 |
|
Jonathan Watt
|
e4df3973a0
|
Bug 722322 - Have the "1" and "2" keys switch between images in reftest-analyzer.xhtml. r=ehsan.
|
2012-01-31 13:18:09 +00:00 |
|
Daniel Holbert
|
e579af5a86
|
Bug 722510: Remove unused argument from nsBlockFrame::DrainOverflowLines. r=roc
|
2012-01-30 15:35:03 -08:00 |
|
Scott Johnson
|
d896cba482
|
Backout 648e5e5b9dd3 for bustage on windows.
|
2012-01-30 18:49:33 -06:00 |
|
Scott Johnson
|
71fdb90d5d
|
Backout 656500fc5e79 for windows bustage.
|
2012-01-30 18:48:33 -06:00 |
|
Kan-Ru Chen
|
c3d70d243a
|
Bug 709585 - Part 4/6, Dummy PowerManager DOM code. r=sicking
--HG--
extra : rebase_source : f83eef1e296a6c006032a7e30e26bd7ca32b4490
|
2012-01-30 17:02:49 -06:00 |
|
Kan-Ru Chen
|
b7447a1204
|
Bug 709585 - Part 3/6, Plug mozPower into navigator object. r=sicking
--HG--
extra : rebase_source : ec26dca3f0adf92da1940a42e80b6dc4398bf12b
|
2012-01-30 17:02:46 -06:00 |
|
Scott Johnson
|
f1c74e3e8a
|
Bug 706198 - Disable font inflation on sites optimized for mobile to avoid strangely inflated text. [r=mbrubeck,dbaron]
--HG--
extra : rebase_source : 60d764b0a76ae87515a3e669ba76adc61926c862
|
2012-01-30 16:52:11 -06:00 |
|
Robert Longson
|
6d028c1044
|
Bug 722003 - Fix crash calling getClientRects on non-rendered foreignObject. r=roc
|
2012-01-29 08:56:20 +00:00 |
|
Mats Palmgren
|
5b436fdeea
|
Bug 722117 - "ASSERTION: CalcDifference() returned bigger hint than MaxDifference()" with blink. r=roc
|
2012-01-29 09:48:20 +01:00 |
|
Jonathan Kew
|
7f3403a89e
|
bug 722014 - backout changeset c8ea6b7164bc (test from bug 698652) due to intermittent reftest oranges on OS X and WinXP.
|
2012-01-28 16:10:02 +00:00 |
|
David Zbarsky
|
452eb69c4e
|
Bug 682611 - Part 3: Remove ns(I)RangeUtils; r=smaug
|
2012-01-28 16:42:14 +01:00 |
|
Robert Longson
|
8e2da6f3bf
|
Bug 649114 - Text-anchor middle is not computed correctly for element scaled to 0. r=jwatt
|
2012-01-28 13:58:17 +00:00 |
|
Jonathan Watt
|
e194684af6
|
Bug 716527 - Prevent nsSVGForeignObjectFrame::PaintSVG from dereference null aDirtyRect. r=roc
|
2012-01-28 10:42:59 +00:00 |
|