Matthew Noorenberghe
|
12bafb4cf7
|
Bug 294260 - Backout toolkit/components/startup/tests portion of bug 692625 to relocate tests/browser
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
rename : toolkit/components/startup/tests/beforeunload.html => toolkit/components/startup/tests/browser/beforeunload.html
extra : rebase_source : b42154117d2793da6e91ed1e4c3ce14f3f04fc3f
|
2012-01-18 11:24:06 -08:00 |
|
Andrzej Skalski
|
85b2291568
|
Bug 717506 - telemetry for xforms use, r=surkov, tbsaunde
|
2012-02-08 16:21:21 +09:00 |
|
Marco Bonardo
|
a1a8faaa6e
|
Bug 723924 - Telemetry for time needed for a single frecency update.
r=dietrich
|
2012-02-07 16:01:07 +01:00 |
|
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
|
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 |
|
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 |
|
Gavin Sharp
|
3ca6d13e3c
|
Bug 724145: add telemetry for whether keyword.URL is user-set, r=jaws
|
2012-02-06 17:39:07 -08:00 |
|
Nicholas Nethercote
|
ddd936d488
|
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
|
c7879a2b31
|
Bug 722969 - Don't use innerHTML when generating about:memory. r=jlebar.
|
2012-01-31 20:05:14 -08:00 |
|
Brian R. Bondy
|
5f2746cb5f
|
Bug 715489 - MozillaMaintenance service is missing a description in Service Manager. r=rstrong
|
2012-02-06 13:32:51 -05:00 |
|
David Rajchenbach-Teller
|
13e69bb114
|
Bug 696033 - Add xperf probes (sample startup probes); r=glandium
|
2012-02-05 22:49:37 +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 |
|
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 |
|
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 |
|
Ehsan Akhgari
|
440851ce36
|
Backout changeset 8b6e498d5933 (bug 649840) because it landed without reviews
|
2012-01-31 12:07:56 -05: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 |
|
Marco Bonardo
|
8475bf216d
|
Backout 3bd7584753ae for test failures
|
2012-01-30 12:49:27 +01:00 |
|
Nathan Froyd
|
8b979593a8
|
Bug 720456 - include more startup-relevant information in telemetry pings; r=taras
|
2012-01-23 13:01:44 -08:00 |
|
Nicholas Nethercote
|
878244b727
|
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
|
95bedd209b
|
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
|
54e454122c
|
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
|
8e520a8e46
|
Bug 715953 - add telemetry for recent background timers; r=bz
|
2012-01-18 09:35:05 -08:00 |
|
Nathan Froyd
|
46448872e4
|
Bug 718214 - provide mozilla::Telemetry::CanRecord; r=taras
|
2012-01-18 09:08:18 -08:00 |
|
Karun Dambiec
|
d4cbdb1337
|
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
|
9a3bd2cbef
|
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
|
562951790c
|
Bug 717659 - add telemetry for reflows in background tabs. r=bz
|
2012-02-03 12:27:42 +01:00 |
|
Gian-Carlo Pascutto
|
9efa6dd185
|
Bug 673470 - Optimize input buffer size. Cache active tables. r=dcamp
|
2012-02-03 08:32:32 +01:00 |
|
Gian-Carlo Pascutto
|
c6b4c2801b
|
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
|
2011-12-06 19:03:05 +01:00 |
|
Matt Brubeck
|
41d849e98d
|
Merge mozilla-central to inbound
|
2012-02-02 20:49:06 -08:00 |
|
Neil Rashbrook
|
fda00c5f29
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-02-02 22:54:58 +01:00 |
|
Gian-Carlo Pascutto
|
1aac28d69e
|
Backout 44a0dc4fb9ff (Bug 673470) for Talos regression.
|
2012-02-01 20:10:02 +01:00 |
|
Nathan Froyd
|
81b9c9d41c
|
Bug 707320 - Backout Bug 707320. r=taras
|
2012-02-02 18:14:19 +01:00 |
|
Paolo Amadini
|
5e5c776bac
|
Bug 722242 - Avoid thread contention on idle maintenance. r=mak
|
2012-02-02 11:33:33 +01:00 |
|
Gian-Carlo Pascutto
|
340ce0675c
|
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
|
a2170ade48
|
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
|
df5e69d443
|
Backout 0e6b1dfaa99c (bug 720208) for M1 orange
|
2012-02-01 12:58:07 +00:00 |
|