Commit Graph

133 Commits

Author SHA1 Message Date
Kelly Davis
db7e998138 Bug 1051148 - Part 2: Patch that turns off the WebSpeech API implementation using flags. r=gps 2015-06-09 22:54:00 -04:00
Kelly Davis
ff0f4006fd Bug 1172925 - Part 1 of 1: Patch re-enables pocketsphinx, sphinxbase, and models on Windows B2G builds. r=gps 2015-06-09 22:42:00 +02:00
Muhsin A. Steiman
983ef0cf3b Bug 1149279 - Remove unused build config variable NSS_NO_LIBPKIX. r=gps 2015-06-03 11:24:00 -04:00
Ryan VanderMeulen
362875e830 Backed out changesets b2fb4270e0a6 and 2a0493fb37db (bug 1051148) for introducing new rooting hazards.
CLOSED TREE IGNORE IDL
2015-06-03 13:14:59 -04:00
Ryan VanderMeulen
b116cf394d Bug 1051146 - Disable Pocketsphinx building on Windows due to bustage. r=gps 2015-06-03 10:09:00 -04:00
Kelly Davis
90cbae5a2e Bug 1051148 - Part 2: Patch that turns off the WebSpeech API implementation using flags. r=smaug, r=gps 2015-06-02 05:42:00 -04:00
Kelly Davis
ccb0984c60 Bug 1051146 - Part 1: Introduce the B2G specific build flags, initially enabled. r=smaug 2015-05-21 07:33:00 -04:00
Botond Ballo
97b012ab7c Bug 1119980 - Enable warnings-as-errors in Lollipop-based B2G builds. r=glandium 2015-05-22 03:51:06 -04:00
Phil Ringnalda
f3d4dd7e09 Back out 3 changesets (bug 1119980) for emulator-l bustage
CLOSED TREE

Backed out changeset 12ce98475c6e (bug 1119980)
Backed out changeset bdb8d05f8870 (bug 1119980)
Backed out changeset a68a18840492 (bug 1119980)
2015-05-25 18:48:51 -07:00
Botond Ballo
c994a2d17f Bug 1119980 - Enable warnings-as-errors in Lollipop-based B2G builds. r=glandium 2015-05-22 03:51:06 -04:00
ffxbld
67bc96e5a4 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-05-11 15:06:43 -04:00
Doug Turner
9ed5f2a720 Bug 1038811 - Push Notifications - Move old push to simplepush. r=nsm. sr=jst 2015-04-10 20:19:28 -07:00
ffxbld
78dfbf6c8b Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-03-30 11:44:20 -07:00
ffxbld
c75707c7de Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-02-23 10:22:56 -05:00
Yusuke Yamamoto
71e01eaa6b Bug 839120 - Support SafeBrowsing in b2g r=gpascutto 2015-02-12 23:58:15 -08:00
Botond Ballo
9f002fa2dc Bug 1119980 - Disable warnings-as-errors for Lollipop-based B2G builds. r=glandium
--HG--
extra : rebase_source : c2ae4e68665ee7e3ad202a7ebef571f41db91cb1
2015-01-16 19:21:54 -05:00
Rail Aliiev
155c6652dd Bug 1116781 - bump B2G version. r=hwine, a=merge 2015-01-12 15:53:39 -05:00
ffxbld
9c0589f4eb Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-01-12 15:33:37 -05:00
Trevor Saunders
608dfe0cb9 Bug 1077549 - Only support gcc 4.6+. r=glandium 2015-01-08 20:21:37 -05:00
Botond Ballo
a19173bbee Bug 1073003 - Enable warnings-as-errors on B2G (for gcc >= 4.4). r=glandium
--HG--
extra : rebase_source : 07c51a7d15aaa6c5d1f8447961d511aa6136092c
2014-12-17 14:09:54 -05:00
Terrence Cole
e98a1760b2 Bug 1107349 - Always build in enerational GC support; r=jonco 2014-12-04 09:45:05 -08:00
ffxbld
e3413f5d4f Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-11-28 10:54:49 -05:00
Ben Hearsum
f307340eaa Backout bad version bumps IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-11-28 10:51:29 -05:00
ffxbld
d253b33d7e Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-11-28 10:39:09 -05:00
ffxbld
85ae6fdacd Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-11-28 10:33:05 -05:00
Terrence Cole
2a07984d71 Bug 1083464 - Use a more standard mechanism to export GC symbols to embedders. r=ted,r=jorendorff 2014-10-27 13:29:44 -07:00
ffxbld
be274d1f29 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-10-13 13:39:31 -04:00
Mike Hommey
608d70771a Bug 1077212 - Move MOZ_FOLD_LIBS to configure. r=mshal
Setting MOZ_FOLD_LIBS should stop being an opt-in for individual applications,
which also makes them responsible for doing the right thing, which happens not
to be the case for B2G Desktop Linux builds.

Enforcing MOZ_FOLD_LIBS to be set on the relevant platforms in configure ensures
everything is setup up correctly, and also allows to stop caring about supporting
now hypothetical e.g. MSVC builds without MOZ_FOLD_LIBS (which require to pass
DLLFLAGS down to the nspr build system to make nspr built against mozglue which
would now be unnecessary)
2014-10-04 10:33:46 +09:00
Steve Fink
211f0b5bee Bug 1020751 - Enable GGC on B2G, r=terrence 2014-06-04 20:37:44 -07:00
Terrence Cole
29dc9aff5e Bug 914402 - Remove the defunct conservative stack scanner; r=sfink
--HG--
extra : rebase_source : c261ef7492694e9724c78edc7bc0dac7aa4357ba
2014-09-09 15:08:23 -07:00
Rail Aliiev
3587926397 Bug 1029851 - Tracking bug for 02-sep-2014 migration work. Bump B2G version. r=hwine IGNORE BROKEN CHANGESETS CLOSED TREE a=release ba=release 2014-09-02 13:21:28 -04:00
ffxbld
02d1667716 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-09-02 12:54:33 -04:00
Mark Banner
df1783f479 Bug 763180 - NS_XRE_ENABLE_EXTENSION_MANAGER flag does nothing - remove it. r=glandium 2014-08-26 08:50:07 +01:00
David Keeler
843f8bbee8 bug 1030963 - remove non-standard window.crypto functions/properties r=jst r=briansmith r=glandium 2014-08-14 09:38:42 -07:00
Thinker K.F. Li
aed1ff9a75 Bug 977026 - Part 2: B2G loader. r=khuey, r=cyu
--HG--
rename : ipc/app/MozillaRuntimeMain.cpp => ipc/contentproc/plugin-container.cpp
2014-07-30 03:24:00 -04:00
Mike Hommey
f39ef3e627 Backout changesets 7ff3cd713466, f8ec5977a454 and c7c37390b46b (bug 977026) for b2g bustage on a CLOSED TREE. 2014-07-29 14:50:41 +09:00
Thinker K.F. Li
fbe3632a77 Bug 977026 - part 2: B2G loader. r=khuey,cyu
--HG--
rename : ipc/app/MozillaRuntimeMain.cpp => ipc/contentproc/plugin-container.cpp
2014-07-25 20:52:00 +02:00
ffxbld
ba070e96be Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-07-21 14:19:15 -07:00
Jon Coppeard
c92aaa300f Bug 941804 - Reduce chunk size to 256K for B2G r=terrence 2014-07-15 09:42:47 +01:00
Mark Banner
daf2fe32a4 Bug 1032017 Remove MOZ_SERVICES_FXACCOUNTS flags as it is no longer necessary. Also fixes test_hawkrequest.js failures in m-c. r=glandium 2014-07-08 07:37:57 +01:00
Nathan Froyd
73c46cc8da Bug 1028328 - set NSS_DISABLE_DBM in b2g's confvars.sh; r=glandium 2014-06-20 11:38:28 -04:00
ffxbld
ac6e435d7a Version bump. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release 2014-06-09 11:53:45 -07:00
ffxbld
d5e7d47bda Version bump. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release 2014-06-09 11:50:02 -07:00
Steve Fink
536660961f Bug 941796 - Enable exact rooting by default on b2g, r=nbp
--HG--
extra : rebase_source : cb434277679a505c6539fc03fcbd354233a8f01a
2014-06-02 09:41:09 -07:00
Jonathan Kew
ed3e3f2d2d bug 998844 - part 1 - add configure option to support for bundled fonts (enabled on b2g desktop products). r=gps 2014-05-29 13:00:49 +01:00
Marco Castelluccio
98f16ffbdc Bug 972201 - Remove the MOZ_B2G_CERTDATA hack. r=briansmith 2014-05-18 15:42:42 +02:00
ffxbld
8714c49598 Version bump. CLOSED TREE NO BUG a=release 2014-04-28 14:18:37 -04:00
Aki Sasaki
39a1cb3334 bug 991391 - b2g version 1.5->2.0. r=rail 2014-04-17 14:58:07 -07:00
Fernando Jiménez
7d20b5a7ba Bug 976002 - Build time flag to enable/disable FxA. r=fabrice, r=gps 2014-03-17 09:58:16 -07:00
Rail Aliiev
83ab49a94c Bug 962187 - Tracking bug for 17-mar-2014 migration work. Bump b2g version. r=aki CLOSED TREE 2014-03-17 18:42:09 -04:00