Daniel Holbert
f775d27eaf
Bug 723809: Fix signed/unsigned build warning in TestTArray.cpp. r=jlebar
2012-02-03 01:18:58 -08:00
Daniel Holbert
b4df9659f9
Bug 723754: Fix C++ style comment in header that gets included by .c files. r=karlt
2012-02-03 01:18:53 -08:00
Dão Gottwald
6a95aff71b
Bug 720985 - Make some tests stop polluting the global scope
2012-02-03 10:13:41 +01:00
Dão Gottwald
c579a46b74
Bug 720985 - Report a failure when a test leaks a global variable. r=gavin
2012-02-03 10:10:52 +01:00
Tim Taubert
808287e33d
Backed out changeset 2b7cea9aa6a3 (bug 722479)
2012-02-02 23:19:45 +01:00
Neil Rashbrook
0a1cf802b8
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
2012-02-02 22:54:58 +01:00
Olli Pettay
08dfac99be
Bug 716014 - Use CompartmentGC more often, r=billm,mccr8
2012-02-02 22:34:53 +02:00
Philipp von Weitershausen
9c36e6d2b7
Bug 723372 - B2G telephony: audio should be turned on during dialing + ringing. r=bent DONTBUILD because NPOTB
2012-02-02 11:12:32 -08:00
Philipp von Weitershausen
867f2a013f
Bug 723356 - Make console
output show up in logcat. r=gal
2012-02-02 11:11:42 -08:00
Josh Matthews
cd53ef5e0a
Bug 722840 - Add private browsing attribute to docshells. r=bz
2012-02-02 14:03:46 -05:00
Ed Morley
d71860b91c
Backout 001b3e1ec98f (bug 721772),
2012-02-04 18:02:07 +00:00
Robert Longson
33ef1581a6
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
David Bolter
448814777c
Bug 721772 - Call ISimpleDOM telemetry accumulation only once; r=tbsaunde
2012-02-04 17:45:04 +00: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
Kyle Huey
46ce194b09
Bug 723029 - Crash in mozilla::storage::Service::UpdateQutoaInformationForFile @ `anonymous namespace''::xOpen.
...
r=taras
2012-02-04 16:19:44 +01:00
Ms2ger
608bc37868
Bug 705429 - Remove dead code: txNamespaceMap::lookupNamespace(const nsAString&); r=peterv
2012-02-04 15:02:06 +00:00
Ms2ger
97c2a4d652
Bug 705430 - Remove dead code: txXPathNodeUtils::getDocument; r=peterv
2012-02-04 15:02:06 +00:00
Marco Bonardo
39552c2602
Bug 723126 - Telemetry for time needed for idle maintenance.
...
r=dietrich
2012-02-04 15:12:46 +01:00
Marco Bonardo
a38fe49873
Bug 723124 - Telemetry for time needed for idle frecency update.
...
r=dietrich
2012-02-04 15:12:42 +01:00
Marco Bonardo
799c050c61
Backout f66ffefbb697 (bug 715402) for m-oth proprty leaks
2012-02-04 15:12:21 +01:00
Robert Longson
e7583c378e
Bug 616892 - Make more updates honour suspendRedraw. r=roc
2012-02-04 13:58:46 +00:00
Masatoshi Kimura
0b5ecd0592
Bug 722962 - Avoid a race condition; r=jonas
2012-02-04 13:11:09 +00:00
Aryeh Gregor
a4b1dc9d86
Bug 723637 - Fix two reftests from bug 505115; r=roc
2012-02-02 14:13:13 -05:00
Philipp von Weitershausen
91dc535ce8
Bug 716709 - RIL: call state on SGS2 has extra uint32. r=qDot
2012-02-02 10:41:07 -08:00
Philipp von Weitershausen
ca578f8c1a
Bug 720747 - Completely silence RIL worker by default. r=qDot
2012-02-02 10:41:07 -08:00
Armen Zambrano Gasparnian
b80e45e273
Bug 719567. expand talos.json to support pageloader.xpi. r=jmaher
2012-02-02 11:03:47 -05:00
Tim Taubert
0b6f16bc03
Bug 722479 - browser/components/thumbnails/test/ tests leak chrome://global/content/mozilla.xhtml; r=dao
2012-02-02 15:51:37 +01:00
Tim Taubert
e2a2510fec
Bug 721019 - [Page Thumbnails] Add telemetry probes; r=dietrich
2012-02-02 15:50:53 +01:00
Jonathan Kew
b6a6512827
bug 723472 - don't trigger an OOM abort on a zero-size allocation. r=cjones
2012-02-02 14:34:22 +00:00
Jared Wein
c218dddebb
Bug 723090 - Add telemetry probe for the opening time of the site identity popup. r=dietrich
2012-02-02 12:06:42 +01:00
Ed Morley
9b8aaafa74
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-02 10:22:32 +00:00
Tim Taubert
456b0bba2b
merge m-c to fx-team
2012-02-02 10:03:01 +01:00
Dão Gottwald
b2b298b551
Bug 720985 - Make some tests stop polluting the global scope
2012-02-02 09:56:35 +01:00
Dão Gottwald
eca2c3b177
Bug 574971 - Remove WindowDraggingElement's redundant 'window' argument. r=enn
2012-02-02 09:28:04 +01:00
Gregory Szorc
4c0bec7036
Bug 723323 - Add extensions.getWithPerformance.url pref; r=Unfocused
...
This is a follow-up from bug 716736.
2012-02-01 19:52:45 -08:00
Doug Turner
ffca4e270f
Bug 721006 - Crash when setting a very large document.title. r=mfinkle
2012-02-01 22:44:18 -05:00
Luke Wagner
9cc13cfe8f
Bug 688069 - fix String.prototype.{replace,match,search,split} for transparently wrapped RegExp arguments (r=cdleary)
...
--HG--
extra : rebase_source : 52e43bfbd134f8afcff15b354fcb777d9b0e71ba
2012-02-01 13:36:48 -08:00
Gavin Sharp
0ccc9e38e5
Bug 723207: fix SimpleTest.info when called as just info(), r=jmaher
...
--HG--
extra : transplant_source : %02%AC%FC%98%E8%23%FE%9A%3D%BC%DEck%16%9FP%CE%95%B3%AF
2012-02-01 10:11:53 -08:00
Christian Sonne
06d48797ca
Bug 388079 - Deleting multiple cookies deletes wrong ones and/or not all selected. r=ttaubert
2012-02-01 16:49:32 +01:00
Tim Taubert
a0e9304588
Bug 716538 - [New Tab Page] Set to enabled by default on Nightly; r=jaws
2012-02-01 11:46:40 +01:00
Tim Taubert
c60b7bbc68
Bug 707862 - Reset childCount on SHEntry when all children have been removed; r=smaug
2012-02-01 11:45:53 +01:00
Chris Lord
d3facdaf33
Bug 722325 - Revert bug 720987 for transformed frames. r=roc
...
The fix checked in for bug 720987 caused a major rendering regression with
native fennec. Revert it for transformed frames until the correct fix is found.
2012-02-01 08:50:24 +00:00
Brad Lassey
45d2b7e0cf
bug 721741 - Add support for Flash on Android 4.0+, follow up to use reflection and not require ICS SDK r=dougt
2012-02-01 01:29:09 -05:00
Tim Taubert
36e10603d3
Bug 720697 - Provide internal API to get canvas image data as nsIInputStream; r=khuey
2012-02-01 01:13:44 +01:00
Dave Townsend
5908b09675
Bug 635610 - Show the discovery pane's content earlier in the loading process. r=Unfocused, ui-r=limi
2012-02-01 14:21:16 +13:00
Diogo Golovanevsky Monteiro
c79ee76e21
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
6102e37a35
Bug 563318: Switch to MSVC 2010 on trunk. r=ted
2012-01-31 11:38:24 -05:00
Kyle Huey
787f8ba1fe
Bug 563318: Work around what appears to be a compiler bug. r=bz
2012-02-01 13:49:31 -05:00
Olli Pettay
cdb5d5b24a
Bug 723157 - Call forgetSkippable more often, r=mccr8
...
--HG--
extra : rebase_source : fdbca61ec4ef1d5898539f24248dd19f2767103e
2012-02-01 19:44:03 +02:00
Olli Pettay
98d9305fe1
Bug 723064 - Many debug xpcshell-tests show leaks of 1 each of Mutex, ReentrantMonitor, nsTArray_base, nsThread, nsTimerImpl, r=mccr8
...
--HG--
extra : rebase_source : 7ec508569cf5a64cea12fb5f085f4feb1f9234bd
2012-02-01 19:41:17 +02:00