Marco Bonardo
|
6949bab780
|
Backout c0077ffef801 (bug 723806) for failures in xpcshell and m-oth tests
|
2012-02-07 10:16:58 +01:00 |
Leonard Camacho
|
63e3f3dfa9
|
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
|
3118d18f1f
|
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
|
f30045a025
|
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 |
Panagiotis Astithas
|
451613f37b
|
Bug 697762 - Land the debugger in m-c - sr changes; r=msucan,rcampbell; sr=dtownsend
|
2012-01-23 10:29:15 +02:00 |
Panagiotis Astithas
|
466766b392
|
Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend
|
2012-02-07 13:22:30 -04: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 |
Jared Wein
|
74dfdcafba
|
Bug 714277 - Customization palette has only three columns in a new profile on Windows. r=dao
|
2012-01-27 17:03:09 -08:00 |
Jared Wein
|
e233433369
|
Bug 681548 - Media controls visual refresh. r=dao
|
2012-01-27 17:02:42 -08:00 |
Matt Brubeck
|
0267c33d7e
|
Merge last green changeset from inbound to mozilla-central
|
2012-01-27 08:29:23 -08:00 |
Tim Taubert
|
d44a6755ce
|
merge m-c to fx-team
|
2012-01-27 11:21:18 +01:00 |
Jared Wein
|
e7ca7ed16f
|
Bug 666306 - Added a large play button when the video is not autoplay and with controls enabled. r=dolske
--HG--
rename : toolkit/themes/pinstripe/global/icons/tabprompts-bgtexture.png => toolkit/themes/pinstripe/global/media/clicktoplay-bgtexture.png
rename : toolkit/themes/winstripe/global/icons/tabprompts-bgtexture.png => toolkit/themes/winstripe/global/media/clicktoplay-bgtexture.png
|
2012-01-26 17:41:35 -08:00 |
Marco Bonardo
|
66293aecf8
|
Merge mozilla-central to mozilla-inbound
|
2012-01-26 19:34:35 +01:00 |
Tim Taubert
|
9bc30e8e21
|
Backed out changeset 95143a881557 (bug 455553)
|
2012-01-26 18:27:45 +01:00 |
Marco Bonardo
|
3d4cb751bb
|
Merge last green PGO from inbound to central
|
2012-01-26 12:58:39 +01:00 |
Tim Taubert
|
83ad56e6c2
|
merge fx-team to m-c
|
2012-01-26 08:45:50 +01:00 |
Tim Taubert
|
bb216b8b33
|
merge fx-team to m-c
|
2012-01-26 08:36:07 +01:00 |
Brad Lassey
|
3847a5e3f0
|
backout f583132674d5 due to failing tests
|
2012-01-26 01:42:38 -05:00 |
Tim Taubert
|
4141a3ad8a
|
Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich
|
2012-01-25 23:44:27 +01:00 |
Mark Reid
|
334848960d
|
Bug 720785: report update channel in telemetry ping, r=gavin
|
2012-01-25 12:12:26 -08:00 |
Justin Lebar
|
b7d3578b7b
|
Bug 720444 - Add amount of free physical memory and free space in the page file to Windows crash reports. r=ted
--HG--
extra : rebase_source : 62470172fbcb49f7a1d19c45a1a6bf5dbf46fb4c
|
2012-01-25 15:05:05 -05:00 |
Michael Wu
|
0b3bfb7cd1
|
Bug 712973 - Use InputReader from libui in gonk widget backend, r=cjones
|
2012-01-25 11:00:34 -08:00 |
Bill McCloskey
|
a01aa6f6de
|
Bug 706227 - Add way for JS_GC API users to give detailed reason for invocation (r=mccr8)
|
2012-01-25 10:59:55 -08:00 |
Gavin Sharp
|
17edf8c520
|
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 |
Brad Lassey
|
03c3867afb
|
bug 714168 - make reftest-remote seems to fail on tablets because nsLocalFileUnix throws exceptions when setting file permissions on a FAT file system r=mossop,unfocussed
|
2012-01-25 03:24:52 -05:00 |
Marco Bonardo
|
47ebfdd343
|
Backout 691af0af89da (bug 720501) for test failures
|
2012-01-26 02:21:44 +01:00 |
Ali Juma
|
caefbbf560
|
Bug 717951 - Allow AppendAppNotesToCrashReport to be called from off the main thread in the chrome process. r=ted
|
2012-01-25 09:43:52 -05:00 |
Ms2ger
|
52604a336b
|
Merge m-c to m-i.
|
2012-01-25 11:06:40 +01:00 |
Ms2ger
|
e2fe92c52b
|
Bug 718504 - Remove some GetChildAt callers; r=smaug
|
2012-01-25 08:50:07 +01:00 |
Ms2ger
|
24a609fbdc
|
Bug 720124 - Remove dead code from HTMLContentSink: AddComment; r=hsivonen
|
2012-01-25 08:50:04 +01:00 |
Ms2ger
|
3626c6d61f
|
Bug 720124 - Remove dead code from HTMLContentSink: AddProcessingInstruction; r=hsivonen
|
2012-01-25 08:50:04 +01:00 |
Ms2ger
|
9b94aa1eca
|
Bug 720124 - Remove dead code from HTMLContentSink: IsFormOnStack; r=hsivonen
|
2012-01-25 08:50:04 +01:00 |
Ms2ger
|
092deb11f1
|
Bug 720124 - Remove dead code from HTMLContentSink: AddDocTypeDecl; r=hsivonen
|
2012-01-25 08:50:02 +01:00 |
Dão Gottwald
|
54a842367a
|
No bug - fix some browser chrome tests that pollute the global scope
|
2012-01-24 23:08:42 +01:00 |
Matt Brubeck
|
eafa83dbb2
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2012-01-24 10:34:46 -08:00 |
Marco Bonardo
|
dfe9be8634
|
Merge last green PGO from inbound to central
|
2012-01-24 13:27:20 +01:00 |
Simon Montagu
|
8e5535c367
|
Rename BrowserSetForcedDetector and remove unnecessary parameter. Bug 720310, r=gavin
|
2012-01-24 11:52:05 +02:00 |
Simon Montagu
|
b4b0d9b6fd
|
Remove unused forcedDetector property. Bug 713825, r=bz
|
2012-01-24 11:52:05 +02:00 |
Simon Montagu
|
debdfabb4a
|
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
|
2012-01-24 11:52:05 +02:00 |
Simon Montagu
|
3856794e9e
|
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
|
2012-01-24 11:52:04 +02:00 |
Nicholas Nethercote
|
fb2f58d5b0
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
--HG--
extra : rebase_source : a65039a407daab45360a5b375b53cbf1bc05b7f6
|
2012-01-25 00:52:51 -08:00 |
Jonathan Kew
|
ffb5f5d93d
|
backout changeset 26509d4e545d (bug 715953) due to debug orange.
|
2012-01-26 13:13:14 +00:00 |
Serge Gautherie
|
28a285a384
|
Bug 718545. (Av1) browser_keyevents_during_autoscrolling.js: Use EventUtils sendChar() and sendKey(), instead of synthesizeKey(). r=enndeakin.
|
2012-01-24 07:05:14 +01:00 |
Nathan Froyd
|
6cc10da11a
|
Bug 720456 - include more startup-relevant information in telemetry pings; r=taras
|
2012-01-23 13:01:44 -08:00 |
Nicholas Nethercote
|
762e1fe530
|
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
|
b433c17681
|
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
|
da7b71eb00
|
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 |
Chris Pearce
|
222143f334
|
Bug 715469 - Make video full-screen button use background image, so it doesn't fire a load event. r=gavin
|
2012-01-30 20:04:44 +13:00 |
Ed Morley
|
53637e4fbb
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2012-01-23 19:19:06 +00:00 |
Tim Taubert
|
a6cc9bf5ed
|
merge m-c to fx-team
|
2012-01-23 14:27:47 +01:00 |
Asaf Romano
|
a4a846ef61
|
Reland Part 1 of Bug 710259 - Add a module for reading property list (plist) files (and add support for lazy-getters values in Dict.jsm). r=mak, sr=mossap for the new module. r=sid0 for the changes to Dict.jsm
|
2012-01-23 14:05:01 +02:00 |
John Daggett
|
c64d8cb830
|
Bug 706340. Add gfxinfo to telemetry metadata. r=taras
|
2012-01-23 15:58:34 +09:00 |
Brian R. Bondy
|
711f8f3fd0
|
Bug 715910 - Use localized group account name for Users. r=rstrong
|
2012-01-22 20:52:03 -05:00 |
Robert Strong
|
b3455cb454
|
Bug 720016 - warning when compiling the maintenance service - swprintf takes a count parameter. r=bbondy
|
2012-01-22 15:55:22 -08:00 |
Ed Morley
|
8ea098b8bc
|
Backout 5ad0ee32f855 (bug 710259) for build failures on all platforms
|
2012-01-22 22:08:18 +00:00 |
Asaf Romano
|
b0f1e1b164
|
merge
|
2012-01-22 23:51:13 +02:00 |
Asaf Romano
|
7f7b1c4849
|
Part 1 of Bug 710259 - Add a module for reading property list (plist) files (and add support for lazy-getters values in Dict.jsm). r=mak, sr=mossap for the new module. r=sid0 for the changes to Dict.jsm
|
2012-01-22 23:49:20 +02:00 |