Marco Bonardo
|
b7c136e7dc
|
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
|
914ed1aeaf
|
Backout c0077ffef801 (bug 723806) for failures in xpcshell and m-oth tests
|
2012-02-07 10:16:58 +01:00 |
|
Jim Blandy
|
b376fcf426
|
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 |
|
Gavin Sharp
|
5705cce97d
|
Bug 724145: add telemetry for whether keyword.URL is user-set, r=jaws
|
2012-02-06 17:39:07 -08:00 |
|
Nicholas Nethercote
|
610b65aebb
|
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
|
4bd01c2e8a
|
Bug 722969 - Don't use innerHTML when generating about:memory. r=jlebar.
|
2012-01-31 20:05:14 -08:00 |
|
Brian R. Bondy
|
d3c51f21c1
|
Bug 715489 - MozillaMaintenance service is missing a description in Service Manager. r=rstrong
|
2012-02-06 13:32:51 -05:00 |
|
David Rajchenbach-Teller
|
10a61d376a
|
Bug 696033 - Add xperf probes (sample startup probes); r=glandium
|
2012-02-05 22:49:37 +00:00 |
|
Ed Morley
|
abd2c4311d
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-05 11:10:53 +00:00 |
|
Tim Taubert
|
5f79e14963
|
merge m-c to fx-team
|
2012-02-04 11:31:07 +01:00 |
|
Tim Taubert
|
013824d68d
|
merge m-c to fx-team
|
2012-02-04 11:28:09 +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 |
|
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 |
|
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 |
|
Tim Taubert
|
e2a2510fec
|
Bug 721019 - [Page Thumbnails] Add telemetry probes; r=dietrich
|
2012-02-02 15:50:53 +01: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 |
|
Ehsan Akhgari
|
25e8c06950
|
Backout changeset 8b6e498d5933 (bug 649840) because it landed without reviews
|
2012-01-31 12:07:56 -05:00 |
|
Ed Morley
|
08314b3ec8
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-01-31 10:52:29 +00:00 |
|
Marco Bonardo
|
d2fced45f5
|
Bug 720792 (part 1) - Backout autocomplete delay changes, for compatibility problems.
r=gavin
|
2012-01-31 11:29:20 +01:00 |
|
Ed Morley
|
987beafe67
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-01-31 03:06:47 +00:00 |
|
Neil Rashbrook
|
366e19724f
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-01-31 00:27:23 +01:00 |
|
Ed Morley
|
d1b367f3d5
|
Backout 8705f07a49ec (bug 649840) for bustage
|
2012-01-30 23:20:54 +00:00 |
|
Neil Rashbrook
|
8f27b20bd2
|
Better test for bug 649840 r=ehsan
|
2012-01-30 22:28:21 +00:00 |
|
Marco Bonardo
|
70e5f12159
|
Backout 3bd7584753ae for test failures
|
2012-01-30 12:49:27 +01:00 |
|
Nathan Froyd
|
100b1c34e0
|
Bug 720456 - include more startup-relevant information in telemetry pings; r=taras
|
2012-01-23 13:01:44 -08:00 |
|
Nicholas Nethercote
|
e25ce1b96f
|
Bug 698930 (part 3) - Clearly identify in aboutMemory.js which user-controlled strings have been sanitized. r=jlebar.
|
2012-01-29 14:05:12 -08:00 |
|
Nicholas Nethercote
|
bec9f29e80
|
Bug 698930 (part 2) - Some minor cleanups to aboutMemory.js. r=jlebar.
--HG--
extra : rebase_source : cfefdf4ff845a85a66f594e8ee583bf8d20f6338
|
2012-01-29 14:04:34 -08:00 |
|
Nicholas Nethercote
|
7d733f3d91
|
Bug 698930 (part 1) - Always show negative numbers in about:memory, and highlight them. r=jlebar.
--HG--
extra : rebase_source : f2f0c985b8cc7d20d08b20c79f173b58409358d0
|
2012-01-29 14:04:33 -08:00 |
|
Nathan Froyd
|
c054d45eec
|
Bug 715953 - add telemetry for recent background timers; r=bz
|
2012-01-18 09:35:05 -08:00 |
|
Nathan Froyd
|
43d7327463
|
Bug 718214 - provide mozilla::Telemetry::CanRecord; r=taras
|
2012-01-18 09:08:18 -08:00 |
|
Karun Dambiec
|
1bf9c15cdd
|
Bug 721495 - Passwordmgr tests: Use EventUtils sendChar() and sendKey(), instead of calling synthesizeKey() directly, r=zpao
|
2012-01-26 14:13:00 -08:00 |
|
Gavin Sharp
|
ef14e8ebe7
|
Bug 717105 followup: substract process lifetime from timeStamps so that the values are actually useful, r=taras
|
2012-01-27 12:37:28 -08:00 |
|
Nathan Froyd
|
440b15b488
|
Bug 717659 - add telemetry for reflows in background tabs. r=bz
|
2012-02-03 12:27:42 +01:00 |
|
Gian-Carlo Pascutto
|
890676374e
|
Bug 673470 - Optimize input buffer size. Cache active tables. r=dcamp
|
2012-02-03 08:32:32 +01:00 |
|
Gian-Carlo Pascutto
|
f6fbcf288f
|
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
|
2011-12-06 19:03:05 +01:00 |
|
Matt Brubeck
|
15a57a260d
|
Merge mozilla-central to inbound
|
2012-02-02 20:49:06 -08:00 |
|
Neil Rashbrook
|
0a1cf802b8
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-02-02 22:54:58 +01:00 |
|
Gian-Carlo Pascutto
|
f18313c7e1
|
Backout 44a0dc4fb9ff (Bug 673470) for Talos regression.
|
2012-02-01 20:10:02 +01:00 |
|
Nathan Froyd
|
6eabf9235f
|
Bug 707320 - Backout Bug 707320. r=taras
|
2012-02-02 18:14:19 +01:00 |
|
Paolo Amadini
|
203662be90
|
Bug 722242 - Avoid thread contention on idle maintenance. r=mak
|
2012-02-02 11:33:33 +01:00 |
|
Gian-Carlo Pascutto
|
49058a9dcc
|
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
|
2011-12-06 19:03:05 +01:00 |
|
Rafael Ávila de Espíndola
|
48768f790a
|
Bug 721812 - WaitForConnectionClosed can create a TOPIC_PLACES_CONNECTION_CLOSED spinner too late. r=mak.
|
2012-02-01 17:29:30 +01:00 |
|
Ed Morley
|
14dbcc2bc2
|
Backout 0e6b1dfaa99c (bug 720208) for M1 orange
|
2012-02-01 12:58:07 +00:00 |
|
Nicholas Nethercote
|
fd1e522f38
|
Bug 719335 - Allow arbitrary collapsing/expanding of sub-trees in about:memory. r=jlebar.
--HG--
extra : rebase_source : fc26877e0c181a77c2ec15967ab33b75d1f96606
|
2012-01-26 14:02:49 -08:00 |
|
Rafael Ávila de Espíndola
|
d06be30381
|
Bug 719438 - PDBU_maintenanceOnIdle can try use the places database after it is closed. r=mak.
|
2012-01-26 16:19:14 -05:00 |
|
Josh Matthews
|
93c8f69e6f
|
Bug 674353 - Avoid using null pointer when trying to autocomplete. r=mak
|
2012-01-26 14:15:58 -05:00 |
|
Nicholas Nethercote
|
dd32d38d63
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
--HG--
extra : rebase_source : a65039a407daab45360a5b375b53cbf1bc05b7f6
|
2012-01-25 00:52:51 -08:00 |
|
Jonathan Kew
|
ea331a277f
|
backout changeset 26509d4e545d (bug 715953) due to debug orange.
|
2012-01-26 13:13:14 +00:00 |
|
Nathan Froyd
|
5c19931b0f
|
Bug 715953 - add telemetry for recent background timers; r=bz
|
2012-01-18 09:35:05 -08:00 |
|