Paul Adenot
09253a29d5
Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium
2012-11-30 14:17:54 +01:00
Ed Morley
8220f134fc
Backout 76c4e4fbd8bd (bug 816576) for startup crashes
2012-11-30 10:44:42 +00:00
Paul Adenot
9b71b76d2b
Bug 816576 - Link libsoundtouch statically instead of dynamically. r=glandium
2012-11-30 10:56:28 +01:00
Gregory Szorc
79779d041c
Bug 815219 - Part 2: Remove MOZ_MAKE_FLAGS from most in-tree mozconfigs; r=ted
...
It was only used to define -jN to control build parallelism. This is
now set automatically as of part 1 of this patch series and therefore
isn't needed.
2012-11-27 14:01:24 -08:00
Seth Fowler
c42d3467d8
Bug 812241 - Remove disabled test warnings. r=khuey
2012-11-20 16:13:04 -08:00
Richard Newman
377a2921a2
Bug 718066 - Build-time disable FHR on all platforms apart from B2G. r=gps
2012-11-19 19:09:45 -08:00
Gregory Szorc
ed77007664
Bug 808219 - Firefox Health Reporter service; r=rnewman
2012-11-13 20:22:09 -08:00
Gregory Szorc
9d46d35ef0
Bug 718067 - Part 1: Create skeletons for services/{metrics,healthreport}; r=rnewman
...
services/metrics will hold generic metrics code. services/healthreport
report will build on top of that to provide the Firefox Health Report
feature. All functionality will land in subsequent patches.
2012-11-05 12:49:58 -08:00
Alex Keybl
649cc92616
Merging in version bump NO BUG
2012-11-19 12:03:27 -08:00
Olli Pettay
f3ed372614
Bug 749448 - Remove XTF, r=bz
2012-11-15 14:27:13 +02:00
Ehsan Akhgari
d738606e5d
Backout bug 646027 (and the mess caused by files copied elsewhere) in order to fix bug 653688
...
--HG--
extra : rebase_source : de0bc7200da9431f8fae343c085e64d35d976595
2012-11-13 11:58:27 -08:00
Mike Hommey
8bb9300037
Bug 809798 - Don't use BOTH_MANIFESTS. r=pike
2012-11-13 08:17:14 +01:00
Brian Smith
6a43df62c6
Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
2012-11-10 20:49:29 -08:00
Brian Smith
b78a4cfb46
backout cset b36d5c933092 due to orange
2012-11-10 19:09:07 -08:00
Brian Smith
741fc10ba2
Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
...
--HG--
extra : rebase_source : 822ef336a5cdeb7d6693dbe46844a26465600854
2012-11-10 18:18:14 -08:00
Mounir Lamouri
48da08cd0c
Bug 556145 - Use opacity instead of GrayText for ::-moz-placeholder UA's style. r=bz,davidb
2012-11-09 10:30:54 +00:00
Mounir Lamouri
e021a7f583
Bug 737786 - 2/5 - Use a pseudo-element instead of a pseudo-class for placeholder styling. r=bz
2012-11-09 10:24:23 +00:00
Paul Adenot
9dbfcb81b2
Bug 779997 - Import SoundTouch Library in the tree. r=khuey,rstrong
2012-08-26 22:36:44 -07:00
Paul Adenot
0c5720f386
Backed out changeset 98f9d1044e54 because r= bit is missing in commit message.
2012-11-07 10:30:49 +01:00
Paul Adenot
9352d73358
Bug 779997 - Import SoundTouch Library in the tree. r=
2012-08-26 22:36:44 -07:00
Neil Rashbrook
94fc0147cc
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg r=msucan
2012-11-03 10:59:29 +00:00
Ryan VanderMeulen
f7e7922b7f
Backout 06b998c1100d (bug 664695) due to mochitest-other orange.
2012-11-02 17:12:22 -04:00
Neil Rashbrook
e3101f4764
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg
2012-11-02 20:07:50 +00:00
Kyle Huey
45adfbf2c8
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
e6e6deb486
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Jet Villegas
677bf3dda3
Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert
2012-10-30 16:57:36 +01:00
Kyle Huey
7457de64ad
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Jim Mathies
cc10f75d87
Bug 798821 - On Windows, restrict enabling of W3C touch interfaces to devices that support touch input. Also convert touch pref to 3-state value. r=bsmedberg
2012-10-25 09:57:51 -05:00
Jonathan Kew
81533006a2
bug 801418 - use perl to avoid sed cmd-line errors generated by MOZ_POST_STAGING_COMMAND during 'make package' for mobile. r=mwu
2012-10-17 09:48:14 +01:00
Dão Gottwald
65e7938e9c
Bug 800157 - Make User Agent overrides affect navigator.userAgent in addition to the HTTP header. r=bz
...
--HG--
extra : rebase_source : dd856c03a45e9d95866fb5a95e568ae3cce67521
2012-10-12 00:56:13 +02:00
Gregory Szorc
c63b8b5035
Bug 800154 - Refactor how services/ integrates with build system; r=glandium
...
We now have MOZ_SERVICES_COMMON and MOZ_SERVICES_CRYPTO to control
inclusion of services/common and services/crypto, respectively.
2012-10-11 10:34:09 -07:00
Gian-Carlo Pascutto
3cdc718d84
Bug 799228 - Clean up shellVersion and shellName and their users. r=blassey
2012-10-10 17:10:39 +02:00
Jared Wein
c486eacad9
Bug 798217 - Remove unused nsIAlertService preferences in b2g/android-mobile/xul-mobile/. r=mfinkle r=cjones
...
--HG--
extra : rebase_source : 2739bfd70b4e37c5273b887b8142d2c96d32e6c8
2012-10-08 18:38:57 -07:00
Alex Keybl
7716671921
Merging in version bump NO BUG
2012-10-08 11:01:15 -07:00
Mike Hommey
2c91fc714b
Bug 794393 - Remove package-xulrunner rules. r=blassey,r=romaxa,r=mwu
2012-10-04 08:20:09 +02:00
Gervase Markham
26fd7ec193
Bug 793469 - add MPL 2 headers to files which lack them.
2012-10-02 14:03:36 +01:00
Julian Muenster
1d6de614d7
Bug 791163 - Add addon-options-displayed/addon-options-hidden as constants on AddonManager. r=Unfocused
2012-09-27 07:42:00 +12:00
Josh Matthews
a0b3faca52
Bug 770778 - Make TCPSocket e10s-friendly. r=bent
2012-09-24 14:53:49 -04:00
Patrick McManus
0f871afc27
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
2012-09-14 16:27:46 -04:00
Brian Nicholson
7d5ec00b36
Bug 781689 - Fix broken JS code for about:neterror checks. r=mfinkle
2012-09-24 13:16:50 -07:00
Graeme McCutcheon
1159bc1db9
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-09-18 12:46:06 +01:00
Tim Taubert
0589c1c5f2
merge m-c to fx-team
2012-09-18 11:27:53 +02:00
Blair McBride
b4cbc12b4c
Bug 781689 - Remove usage of nsIDOMWindowUtils.goOnline() in mobile's netError.xhtml. r=mfinkle,f=bnicholson
2012-09-18 17:02:33 +12:00
Ed Morley
51dcc7dff7
Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks
2012-09-17 16:54:09 +01:00
Patrick McManus
cd31dfef08
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
2012-09-14 16:27:46 -04:00
Jan Varga
4da19af939
Bug 791232 - Remove calls to clearOfflineApps() any remaining integration of localStorage with offline apps after Bug 776416. r=sicking
2012-09-14 22:23:44 +02:00
Ehsan Akhgari
7fec58b75e
Bug 741059 - Part 3: Update the callers to nsIFaviconService::SetAndLoadFaviconForPage; r=jdm
2012-09-06 00:33:24 -04:00
Ed Morley
2ee5369324
Backout 3182f9d08c2d (bug 347307), 2a30593cca79 (bug 507578), b87b27f5a417 (bug 769764) for m-oth permaorange in browser_463205.js
2012-09-13 22:42:29 +01:00