Matt Brubeck
|
69f0e81495
|
Bug 723480 - Mouse events in XUL Fennec broken by bug 721484 [r=blassey]
|
2012-02-03 07:44:45 -08:00 |
|
Tim Taubert
|
afc94a754a
|
Bug 723852 - Use a runnable for canvas.mozFetchAsStream(); r=khuey
|
2012-02-03 15:23:18 +01:00 |
|
Reuben Morais
|
9b2b24178f
|
Bug 722100 - Use dblclick instead of hard-coded logic/constants in Tab View; r=ttaubert
|
2012-02-03 14:10:30 +01:00 |
|
Jared Wein
|
e5e73cd6b0
|
Bug 722548 - Large play button for HTML5 <video> controls is not centered vertically. r=dao
|
2012-02-03 13:37:55 +01:00 |
|
Jared Wein
|
67774cb05d
|
Bug 723515 - Add telemetry probe for the opening time of the Firefox app menu. r=ttaubert
|
2012-02-03 13:32:11 +01:00 |
|
Jared Wein
|
58b72802b5
|
Bug 722532 - Large play button should not be displayed on audio elements. r=dolske
|
2012-02-03 13:29:44 +01:00 |
|
Jonathan Kew
|
4956afc425
|
backout 5ca407ff5564 (bug 672507) for M-oth (a11y) orange
|
2012-02-03 10:18:03 +00:00 |
|
teramako
|
f2a599d067
|
Bug 722663 - open a new tab from Panorama view should reference gWindow.BROWSER_NEW_TAB_URL; r=dietrich
|
2012-02-03 10:41:09 +01:00 |
|
Rafael Ávila de Espíndola
|
a6de2ba5ee
|
Bug 723501 - Mark MemoryReporter_* final. r=justin.lebar.
--HG--
extra : rebase_source : 7c1066ab8353c8d4766b060491cbbd4adfa44ce0
|
2012-02-03 10:22:01 +01:00 |
|
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 |
|