Marco Bonardo
|
2fc2a4e45e
|
Bug 723925 - Telemetry for number and size of annotations.
r=dietrich
|
2012-02-07 16:00:55 +01:00 |
|
Marco Bonardo
|
0b52278b1a
|
Bug 723044 - Don't trigger moz_hosts frecency update when updating frecency on idle.
r=dietrich
|
2012-02-07 15:59:09 +01:00 |
|
Marco Bonardo
|
ccfb935009
|
Bug 724805 - Bug 723126 broke PlacesDBUtils add-ons compatibility.
r=dietrich
|
2012-02-07 15:59:07 +01:00 |
|
Marco Bonardo
|
f73c8b5198
|
Merge central to inbound
|
2012-02-07 14:25:00 +01:00 |
|
Ed Morley
|
375001a8d9
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-07 10:22:34 +00:00 |
|
Marco Bonardo
|
12fc83ba67
|
Bug 691419 follow-up: remove the aero icon from winstripe jar.mn
|
2012-02-07 10:57:51 +01:00 |
|
Marco Bonardo
|
3cb51695d8
|
Bug 722254 - Add an XPCOMUtils method to generate a singleton factory.
Use the new factory in Places js services, to ensure they can't be instanced multiple times.
r=bsmedberg
|
2012-02-07 10:17:42 +01:00 |
|
Marco Bonardo
|
e838bd311b
|
Backout c0077ffef801 (bug 723806) for failures in xpcshell and m-oth tests
|
2012-02-07 10:16:58 +01:00 |
|
Leonard Camacho
|
6974230cf3
|
Bug 691419 - Move the command line background image to the browser/.../devtools directory. r=dao
--HG--
rename : toolkit/themes/pinstripe/global/icons/commandline.png => browser/themes/gnomestripe/devtools/commandline.png
rename : toolkit/themes/pinstripe/global/icons/commandline.png => browser/themes/pinstripe/devtools/commandline.png
rename : toolkit/themes/winstripe/global/icons/commandline.png => browser/themes/winstripe/devtools/commandline.png
|
2012-02-07 09:53:12 +01:00 |
|
Jim Blandy
|
22c0fcc712
|
Bug 723806: Make JavaScript CTypes print function types correctly. r=bholley
This adds new tests, and also fixes existing CTypes tests that relied on
the bug's presence.
|
2012-02-06 21:18:42 -08:00 |
|
Brian R. Bondy
|
28064499af
|
Bug 724283 - Building with NSIS 2.33u restricts installation on all service packs of Windows XP. r=rstrong
|
2012-02-06 15:44:52 -05:00 |
|
Steven Lee
|
53515fa787
|
Bug 714413 - Sensor support for gonk [r=cjones]
|
2012-02-05 18:41:15 -08:00 |
|
David Rajchenbach-Teller
|
13e69bb114
|
Bug 696033 - Add xperf probes (sample startup probes); r=glandium
|
2012-02-05 22:49:37 +00:00 |
|
Dão Gottwald
|
46128d4821
|
Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich
|
2012-02-05 21:22:57 +01:00 |
|
aceman
|
a03887868d
|
Bug 559501 - On about:support, change "Profile Directory" to "Profile Folder" on Windows & Mac; r=gavin.sharp
|
2012-02-05 18:57:46 +00:00 |
|
Ed Morley
|
ad99016d73
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-05 11:10:53 +00:00 |
|
Tim Taubert
|
63e77d6290
|
merge m-c to fx-team
|
2012-02-04 11:31:07 +01:00 |
|
Tim Taubert
|
ce8456e7af
|
merge m-c to fx-team
|
2012-02-04 11:28:09 +01:00 |
|
Ed Morley
|
2b0f37d32f
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-03 16:45:09 +00:00 |
|
Jared Wein
|
a4c920cccf
|
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
|
ef00626976
|
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
|
8730cd7ebd
|
Bug 722532 - Large play button should not be displayed on audio elements. r=dolske
|
2012-02-03 13:29:44 +01:00 |
|
Dão Gottwald
|
be33215b58
|
Bug 720985 - Make some tests stop polluting the global scope
|
2012-02-03 10:13:41 +01:00 |
|
Neil Rashbrook
|
fda00c5f29
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-02-02 22:54:58 +01: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 |
|
Marco Bonardo
|
375ecc8a79
|
Bug 723126 - Telemetry for time needed for idle maintenance.
r=dietrich
|
2012-02-04 15:12:46 +01:00 |
|
Marco Bonardo
|
03cb8e0aaa
|
Bug 723124 - Telemetry for time needed for idle frecency update.
r=dietrich
|
2012-02-04 15:12:42 +01:00 |
|
Tim Taubert
|
eb1372e781
|
Bug 721019 - [Page Thumbnails] Add telemetry probes; r=dietrich
|
2012-02-02 15:50:53 +01:00 |
|
Jared Wein
|
99a897f70e
|
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
|
8be2a077dc
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-02 10:22:32 +00:00 |
|
Tim Taubert
|
67644c2dbd
|
merge m-c to fx-team
|
2012-02-02 10:03:01 +01:00 |
|
Dão Gottwald
|
986d179535
|
Bug 574971 - Remove WindowDraggingElement's redundant 'window' argument. r=enn
|
2012-02-02 09:28:04 +01:00 |
|
Dave Townsend
|
f180c3d0cb
|
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 |
|
Gregory Szorc
|
c55a6ed196
|
Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused
|
2012-01-31 17:22:42 -08:00 |
|
Fabrice Desré
|
020dae920a
|
Bug 708484 - Add camera capture stream provider for gonk (temporary solution) - Part 1 : backend [r=cjones]
|
2012-01-31 16:29:17 -08:00 |
|
Ed Morley
|
d5d841cf5b
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-01-31 10:52:29 +00:00 |
|
Marco Bonardo
|
5b2d5a2b7d
|
Bug 720792 (part 1) - Backout autocomplete delay changes, for compatibility problems.
r=gavin
|
2012-01-31 11:29:20 +01:00 |
|
Ed Morley
|
8564d90ba1
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-01-31 03:06:47 +00:00 |
|
Neil Rashbrook
|
8c5bbda76b
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-01-31 00:27:23 +01:00 |
|
Ed Morley
|
eb00fb62c0
|
Backout 8705f07a49ec (bug 649840) for bustage
|
2012-01-30 23:20:54 +00:00 |
|
Neil Rashbrook
|
1487d8fa74
|
Better test for bug 649840 r=ehsan
|
2012-01-30 22:28:21 +00:00 |
|
Serge Gautherie
|
c9b6df7b04
|
Bug 722019. (Av2) Remove some useless/redundant listbox rules, in gnomestripe and winstripe. r=neil.
|
2012-01-30 19:35:35 +01:00 |
|
stefanh@inbox.com
|
a67ebb9c8d
|
Bug 713446 - White text with text-shadow in selected bottom tabs. r=dao.
|
2012-01-30 18:30:32 +01:00 |
|
Marco Bonardo
|
8475bf216d
|
Backout 3bd7584753ae for test failures
|
2012-01-30 12:49:27 +01:00 |
|
Marco Bonardo
|
63f2e7c2e5
|
Merge central to inbound
|
2012-01-30 11:47:01 +01:00 |
|
Marco Bonardo
|
49a28ea5ce
|
Merge last green PGO from inbound to central
|
2012-01-30 11:32:01 +01:00 |
|
Doug Turner
|
2ae14a97a2
|
Bug 722118 - Android make package fails if --disable-tests. r=blassey
|
2012-01-29 20:42:00 -08:00 |
|
Joe Drew
|
c0db20626c
|
Merge the last PGO-clean changeset of mozilla-inbound into mozilla-central.
|
2012-01-28 21:41:17 -05:00 |
|
Joel Maher
|
a20c848977
|
Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey.
|
2012-01-28 19:19:44 -05:00 |
|
Joe Drew
|
e860474010
|
Merge mozilla-central to mozilla-inbound.
|
2012-01-28 15:48:23 -05:00 |
|