Michelangelo De Simone
144c0a5d23
Bug 1309719 - Remove DOM/telephony and related code. r=ehsan+251051
...
MozReview-Commit-ID: Gv3vnyH4Csi
--HG--
extra : rebase_source : 6267f92bc9104bace982297474dc978a06dff5ba
2016-10-12 15:19:09 -07:00
Michelangelo De Simone
2c9eba2c9a
Bug 1312591 - Remove DOM/resourcestats and related code. r=jst
...
MozReview-Commit-ID: 8WOXOvtxjxt
--HG--
extra : rebase_source : 692d4e964bd7103ba83e883400e7012951f1b184
2016-10-24 16:35:04 -07:00
David Keeler
b3a0669843
bug 1227638 - deterministically load EV information r=Cykesiopka,mgoodwin
...
Previously PSM would load EV information on-demand (i.e. just before verifying a
certificate). This simplifies this operation, removes a dubious optimization
(loading the EV information on another thread while opening a network
connection), and relocates the loading operation to when we are likely to have
good disk locality (i.e. when we've just loaded the built-in roots module).
This also removes the now-unused MOZ_NO_EV_CERTS build flag.
MozReview-Commit-ID: 8Rnl4ozF95V
--HG--
extra : rebase_source : 5b2e76079c256f7e3c55b1d4ec0d9f654fec44f6
2016-09-30 18:08:08 -07:00
Michelangelo De Simone
8641036d15
Bug 1310859 - Remove DOM/nfc and related code. r=jst
...
MozReview-Commit-ID: FiS7uGytipN
--HG--
extra : rebase_source : cd9be62d334568b4abd850398467bce4c4eb1544
2016-10-18 15:16:56 -07:00
Michelangelo De Simone
fa73b226b5
Bug 1311885 - Remove DOM/wappush and related code. r=Ehsan
...
MozReview-Commit-ID: B5sh4ztBXWb
--HG--
extra : rebase_source : 0a8f6d4965ce0c5b4a87102ea441523cbc50f1de
2016-10-20 17:19:25 -07:00
Michelangelo De Simone
07411b2cc6
Bug 1310027 - Remove DOM/mobilemessage and related code. r=Ehsan
...
MozReview-Commit-ID: ENmSuOCdTnA
--HG--
extra : rebase_source : a178eee07034fb2aa1415b64bec1946230fd1c5e
2016-10-17 17:26:51 -07:00
Ehsan Akhgari
d5d66e16c9
Bug 1311214 - Remove b2g OMX encoder/decoder; r=cpearce
2016-10-19 17:44:31 -04:00
Ehsan Akhgari
e3186e29a7
Bug 1310910 - Remove ChromeNotifications; r=baku
...
This partially backs out bug 967475.
2016-10-18 09:41:56 -04:00
Ehsan Akhgari
ea467855d3
Bug 1310721 - Remove support for the b2g PAC generator; r=mcmanus
...
This effectively backs out bug 1115495.
2016-10-17 14:10:45 -04:00
Ehsan Akhgari
c1d2c29601
Bug 1310094 - Part 2: Remove UserCustomizations.jsm; r=myk
2016-10-17 14:08:30 -04:00
Carsten "Tomcat" Book
d6850a3a86
merge mozilla-inbound to mozilla-central a=merge
2016-10-17 11:19:02 +02:00
Ralph Giles
b6f0cf80ab
Bug 1306438
- Update builders to rust 1.12.0 stable; r=mshal
...
Update builders to repacks of the upstream stable builds.
2016-10-15 22:16:13 +00:00
Michelangelo De Simone
42dd1f7367
Bug 1309723 - Remove DOM/voicemail and related code. r=Ehsan
...
MozReview-Commit-ID: JDSqQnYD6xL
--HG--
extra : rebase_source : 43008cd2eaf97d77d32a6faa9fb4854e3d1f29a8
2016-10-13 15:11:41 -07:00
Sebastian Hengst
2bd34f750f
Bug 1306137 - remove b2g camera code: Remove MOZ_B2G_CAMERA. r=aosmond
...
MozReview-Commit-ID: D207i9boeTJ
--HG--
extra : rebase_source : 390031b8a74ba145008328129079dcb0dee5a6c1
2016-09-28 21:10:32 +02:00
Ehsan Akhgari
75d4b96af8
Bug 1306800 - Remove support for app theming; r=myk,baku
2016-10-13 13:23:03 -04:00
Ehsan Akhgari
9de6bbbaec
Bug 1261019 - Part 3: Remove Navigator.mozApps and code depending on it; r=myk,jryans,fabrice,mcmanus,peterv
2016-10-13 13:18:41 -04:00
Michelangelo De Simone
6b31140392
Bug 1309030 - Remove DOM/identity and related code. r=Ehsan
...
MozReview-Commit-ID: 2v2ZCSoX4Mz
--HG--
extra : rebase_source : 72cbccd1f59758e290294bfcca56523372978120
2016-10-10 13:55:16 -07:00
Sebastian Hengst
cdcc9e20da
Bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: main part. r=ted,Mossop
...
MozReview-Commit-ID: 1lCt0xTMV5O
2016-10-08 11:14:49 +02:00
Tom Schuster
774a8bf34d
Bug 1302163 - Change code to use SprintfLiteral instead of snprintf. r=ehsan
2016-10-04 17:57:51 +02:00
Kartikaya Gupta
5a688fe072
Bug 1304263
- On Windows, fire the eMouseLongTap event as soon as APZ detects the long-press. r=TYLin
...
On Windows, the contextmenu event is fired when the finger is lifted after a
long-press. However, there are various bits of code, such as the AccessibleCaret
or potential fixes for bug 1147335, which would benefit from knowing when the
long-press gesture was detected. By moving eMouseLongTap event up we can satisfy
that need. An alternative approach considered was to fire the eMouseLongTap
before the contextmenu on all platforms unconditionally, but that makes it harder
to implement platform-specific text selection behaviour the way we want. In
particular we would have to add an extra message or notification for non-Windows
platforms that initiated text selection if the contextmenu event was not
consumed.
MozReview-Commit-ID: 2lmwxmmGrVD
2016-10-04 09:31:15 -04:00
Tom Tromey
7bc8491bea
Bug 1067547 - unify ScopedLogging implementations and use in nsEmbedFunctions; r=bsmedberg
...
MozReview-Commit-ID: 6hDZDaBsNFM
--HG--
extra : rebase_source : 9422c235ebdffd84e06137bb2c63ce106cb39f0b
2016-09-26 11:06:38 -06:00
James Cheng
48efb9caad
Bug 1300654 Part1-Remove MOZ_EME from code base. r=cpearce,smaug
...
MozReview-Commit-ID: JboGO0w4tcE
--HG--
extra : rebase_source : abfe53f30081f74fc39c900cab48d08c7574bfec
2016-09-08 18:06:20 +08:00
Nicholas Hurley
57433e2050
Bug 1296280 (part 3) - Set HPACK receive buffer size appropriately for the platform r=mcmanus
...
MozReview-Commit-ID: DfckEZfEd10
--HG--
extra : rebase_source : 1c6915382842c35261b8800d73719cd41deb0b8d
2016-09-06 12:48:41 -07:00
Alexandre Lissy
c4f436615b
Bug 1303959 - Bump gaia and platform_build for Aries KK and Nexus 5 L r=me
...
MozReview-Commit-ID: IlaCQlIAZI9
--HG--
extra : rebase_source : 7b101a04d7f90e7f98a0c719ee5df280203ec6b6
2016-09-20 10:52:48 +02:00
Ehsan Akhgari
124c120ce9
Bug 1300884 follow-up: Remove the last import of AlarmService.jsm a=merge
...
--HG--
extra : source : 14593086470494abab1401eba9304defa715170e
2016-09-07 18:38:10 -04:00
Ehsan Akhgari
f49dc48eda
Bug 1300884 follow-up: Remove files from package manifests too, landed on a CLOSED TREE
2016-09-07 13:58:46 -04:00
Ehsan Akhgari
1348bcfdce
Bug 1300884 - Remove the alarms API; r=fabrice
2016-09-07 13:26:04 -04:00
Ralph Giles
186cacb131
Bug 1296403 - Update tooltool rustc to 1.11.0. r=mshal
...
Repacks of upstream builds of rust 1.11.0 stable with std libraries
for the appropriate targets. Remove the separate rust-std package
references since the new repacks include the necessary targets.
Also update clang and hazard builds to the latest toolchain.
MozReview-Commit-ID: K7oBxQZnLPu
--HG--
extra : rebase_source : 9f339ff52e9e2f6c28d4bb7a734b9f0eae43a47a
2016-09-06 13:09:56 -07:00
enrico
bf88866633
Bug 1299497
- Build fails with "unsupported reloc 43" errors. r=gerard-majax
...
MozReview-Commit-ID: 5pnYVpR8qNJ
--HG--
extra : rebase_source : ce3e6ea0494960983e403ddbdeaacca275d1e815
2016-09-01 23:36:44 +02:00
Ralph Giles
56626fcd38
Bug 1299971 - Update tooltool cargo. r=mshal
...
Update tooltool cargo packages to the 2016 August 31 nightly
build. These have source-redirection support needed by the
stylo project but not available in stable cargo yet.
Repacks of the upstream build cargo 0.13.0-nightly (e713e7f 2016-08-31).
MozReview-Commit-ID: 7Ejckg9dPZy
--HG--
extra : rebase_source : bae84e6336feb259954c093dc377e6504e973682
2016-09-01 16:20:50 -07:00
Gabriele Svelto
fe73634c76
Bug 1296579 - Remove the SimplePush API r=kitcambridge,baku
2016-09-01 20:17:03 +02:00
Jared Wein
97e69eb233
Bug 336290 - remove --enable-safe-browsing from configure since its used everywhere. r=gcp
...
MozReview-Commit-ID: Duwu5vZOhtF
--HG--
extra : rebase_source : 564542010fd854c92978defba889b18a73f398f9
2016-08-31 19:28:29 -04:00
Justin Wood
cdc6681943
Bug 1274059 - Remove HgtoolVCS - Part 2, remove actual classes and docs for hgtool. r=nthomas
...
MozReview-Commit-ID: FtzqzpuZkLc
--HG--
extra : rebase_source : 88e9fc66f3d866685192b9ac7123fdc36c9b639c
2016-08-19 09:09:08 -04:00
Jon Coppeard
06cdc7f7de
Bug 1296639 - Remove decommit threshold prefs r=terrence
...
--HG--
extra : rebase_source : d68e3174508537fcded310973113410dfd03613e
2016-08-24 10:13:50 +01:00
Fernando Jimenez
16126fcd4e
Bug 1252570 - Remove mozPay. r=ehsan,mfinkle,fabrice
...
MozReview-Commit-ID: C50fvuNJoGq
2016-08-22 10:42:22 +02:00
Fernando Jimenez
93ab0022ac
Bug 1252573 - Remove MobileID API. r=sicking,fabrice
...
MozReview-Commit-ID: 7hPqwROYN2H
2016-08-22 10:31:59 +02:00
Alexandre Lissy
1f45b8a760
Bug 1296318 - Update gaia to 90240f7a2e66ae8873e1f1b0e5f1d80a98c2c2db r=fabrice
...
MozReview-Commit-ID: KZJmc3vwGnn
--HG--
extra : rebase_source : ee943abafca7761d76de0a91c34142686ea61e26
2016-08-18 17:18:07 +02:00
Wes Kocher
66098b3d43
Merge m-c to autoland, a=merge
2016-08-17 17:25:57 -07:00
Wes Kocher
07f8858bf6
Merge inbound to central, a=merge
2016-08-17 16:38:41 -07:00
Alexandre Lissy
a9ecd3e3df
Bug 1295900 - Switch git-repo off git.mozilla.org r=garndt
...
MozReview-Commit-ID: Lu6oo0XDTYU
--HG--
extra : rebase_source : 31b899167f8a57396f12033ba39d6ec4cbed82e5
2016-08-17 10:16:54 +02:00
Mike Hommey
bafa8ffb78
Bug 1295480 - Move MOZ_WEBSPEECH_MODELS to python configure. r=chmanchester
2016-08-17 11:02:01 +09:00
Mike Hommey
c504a71a5b
Bug 1295480 - Move --enable-webspeechtestbackend to python configure. r=chmanchester
2016-08-17 11:01:56 +09:00
Mike Hommey
ff6286a8e2
Bug 1295480 - Move --disable-webspeech to python configure. r=chmanchester
2016-08-17 11:01:52 +09:00
Mike Hommey
d891dd2ea2
Bug 1295480 - Move MOZ_WEBSPEECH_POCKETSPHINX to python configure. r=chmanchester
2016-08-17 11:01:48 +09:00
Mike Hommey
86c8b781d4
Bug 1295480 - Move --enable-dbm to python configure. r=chmanchester
2016-08-17 11:01:44 +09:00
Mike Hommey
9cbe9243c6
Bug 1295480 - Move --enable-websms-backend to python configure. r=chmanchester
2016-08-17 11:01:35 +09:00
Towkir Ahmed
63867da04a
Bug 1284887 - Replaced references to mxr.mozilla.org in the codebase with dxr.mozilla.org r=dolske
...
a=release to get around a hook that's catching these comment-only idl changes
--HG--
extra : rebase_source : a7353680777fd2eeea24c9993f9937bbbcfb9e4f
2016-08-15 17:28:05 -07:00
Mike Hommey
19822434f3
Bug 1294585 - Remove --with-google-oauth-api-keyfile from mozconfigs. r=mikedeboer
...
The flag has not had an effect since bug 1213984
, and the file given as
argument is not even on the build slaves anymore.
2016-08-16 08:32:48 +09:00
Wes Kocher
d602abb016
Merge inbound to central, a=merge
2016-08-15 14:20:38 -07:00
Jared Wein
797f4c4fe4
Bug 1233198
- Remove preprocessing from toolkit/content/widgets/videocontrols.xml. r=Gijs
...
MozReview-Commit-ID: LXAxCTf4OEg
--HG--
extra : rebase_source : 068f9c8d4fdef276115cd5a9fcd25aca8b381c68
2016-08-13 19:04:09 -04:00