Граф коммитов

18194 Коммитов

Автор SHA1 Сообщение Дата
Gavin Sharp 31cb36d54a Bug 724145: add telemetry for whether keyword.URL is user-set, r=jaws 2012-02-06 17:39:07 -08:00
Nicholas Nethercote a7a02724d9 Bug 689583 - Add names for memory multi-reporters. r=jlebar.
--HG--
extra : rebase_source : adb3fb2cbbb8a07b60edd48c7dc9a3a4a4763b79
2012-02-06 17:02:59 -08:00
Nicholas Nethercote 21341c1ce3 Bug 722969 - Don't use innerHTML when generating about:memory. r=jlebar. 2012-01-31 20:05:14 -08:00
Jed Davis 29b732d7b9 Bug 716110 - Split -new-instance flag out of existing -no-remote flag. r=bsmedberg 2012-01-20 01:12:00 -05:00
Brian R. Bondy f76c2ac32c Bug 715489 - MozillaMaintenance service is missing a description in Service Manager. r=rstrong 2012-02-06 13:32:51 -05:00
Jim Straus bdae6c6aa6 Bug 712378: Add an interface to control lights, and use it for the screen backlight on Gonk. r=cjones 2012-02-01 22:09:00 -08:00
Steven Lee fc5497ad46 Bug 714413 - Sensor support for gonk [r=cjones] 2012-02-05 18:41:15 -08:00
David Rajchenbach-Teller b67df65c58 Bug 696033 - Add xperf probes (sample startup probes); r=glandium 2012-02-05 22:49:37 +00:00
Dão Gottwald e8ed468174 Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich 2012-02-05 21:22:57 +01:00
aceman e65b5c3a69 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 09c7f8d939 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-05 11:10:53 +00:00
Tim Taubert 342936f777 merge m-c to fx-team 2012-02-04 11:31:07 +01:00
Tim Taubert d7ecd7fbae merge m-c to fx-team 2012-02-04 11:28:09 +01:00
Ed Morley 9a074c26b8 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-03 16:45:09 +00:00
Jared Wein 2f3c82e161 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 f55eb88810 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 54ed8a39a5 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 cfde506604 Bug 720985 - Make some tests stop polluting the global scope 2012-02-03 10:13:41 +01:00
Neil Rashbrook 042ef6c6bb Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie. 2012-02-02 22:54:58 +01:00
Panagiotis Koutsourakis 01607a9182 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 57548c7a8a Bug 723126 - Telemetry for time needed for idle maintenance.
r=dietrich
2012-02-04 15:12:46 +01:00
Marco Bonardo 7877e021cf Bug 723124 - Telemetry for time needed for idle frecency update.
r=dietrich
2012-02-04 15:12:42 +01:00
Tim Taubert 2ae6798151 Bug 721019 - [Page Thumbnails] Add telemetry probes; r=dietrich 2012-02-02 15:50:53 +01:00
Jared Wein cace8b7e96 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 402dba286b Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-02 10:22:32 +00:00
Tim Taubert 51bc5cfcf9 merge m-c to fx-team 2012-02-02 10:03:01 +01:00
Dão Gottwald b6ab5c23b9 Bug 574971 - Remove WindowDraggingElement's redundant 'window' argument. r=enn 2012-02-02 09:28:04 +01:00
Dave Townsend b09c9d0875 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 efc099febd Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused 2012-01-31 17:22:42 -08:00
Fabrice Desré 492a3102b2 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 ec49962d27 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-01-31 10:52:29 +00:00
Marco Bonardo bde052085f Bug 720792 (part 1) - Backout autocomplete delay changes, for compatibility problems.
r=gavin
2012-01-31 11:29:20 +01:00
Ed Morley 5f72c39148 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-01-31 03:06:47 +00:00
Neil Rashbrook 38ed6896ea Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie. 2012-01-31 00:27:23 +01:00
Ed Morley 239cdacbb3 Backout 8705f07a49ec (bug 649840) for bustage 2012-01-30 23:20:54 +00:00
Neil Rashbrook 525b344ff9 Better test for bug 649840 r=ehsan 2012-01-30 22:28:21 +00:00
Serge Gautherie 3e30790b98 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 73cdba396e Bug 713446 - White text with text-shadow in selected bottom tabs. r=dao. 2012-01-30 18:30:32 +01:00
Marco Bonardo 5cec0f5fda Backout 3bd7584753ae for test failures 2012-01-30 12:49:27 +01:00
Marco Bonardo 3bc111843a Merge central to inbound 2012-01-30 11:47:01 +01:00
Marco Bonardo bb5bdc6bf1 Merge last green PGO from inbound to central 2012-01-30 11:32:01 +01:00
Doug Turner 06dab1dfb7 Bug 722118 - Android make package fails if --disable-tests. r=blassey 2012-01-29 20:42:00 -08:00
Joe Drew ff8df08c75 Merge the last PGO-clean changeset of mozilla-inbound into mozilla-central. 2012-01-28 21:41:17 -05:00
Joel Maher 631cca9413 Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey. 2012-01-28 19:19:44 -05:00
Joe Drew b59de70db9 Merge mozilla-central to mozilla-inbound. 2012-01-28 15:48:23 -05:00
stefanh@inbox.com 9246e483b6 Bug 425916 - Improve look of mac treerows when in editing mode. r=mstange+dao. 2012-01-28 14:34:05 +01:00
aceman 89b7ff8dc6 Bug 593443 - Add some new prefs to the about:support whitelist. r=Mossop 2012-01-28 11:56:14 +00:00
aceman e7807f3d83 Bug 559500 - On about:support, "Open Containing Folder" is misleading. r=gavin 2012-01-28 11:55:35 +00:00
Tim Taubert af665e3984 merge m-c to fx-team 2012-01-28 09:10:04 +01:00
Jared Wein fa69a5d96e Bug 721626 - Video controls' fullscreen button exits fullscreen when in a fullscreen document. r=gavin 2012-01-27 17:03:22 -08:00