Граф коммитов

31 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 33a7e408ce Bug 1357323 - Remove the gonk code that was referenced by the build system. r=gps
--HG--
extra : rebase_source : 1d30ebcbdbcf596c944e1eec981f85db341485e5
2017-04-18 17:46:39 +09:00
Mike Hommey 34e619d1c1 Bug 1357323 - Remove support for gonk in the build system. r=gps
Everything depending on the widget being gonk can go away, as well as
everything depending on MOZ_AUDIO_CHANNEL_MANAGER, which was only
defined on gonk builds under b2g/ (which goes away in bug 1357326).

--HG--
extra : rebase_source : 9f0aeeb7eea8417fa4e06d662d566d67ecaf2a24
2017-04-18 16:56:09 +09:00
Florian Queze 37ff4fc7cc Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Sebastian Hengst a07223d699 Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
Florian Queze 95d4d20c17 Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Joel Maher f297f17181 Bug 1339232 - annotate more dom/* moz.build files with BUG_COMPONENT. r=overholt
MozReview-Commit-ID: 2HbPxGkrVfv
2017-03-01 08:20:25 -05:00
Mark Banner 16e6d381ac Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps
MozReview-Commit-ID: 62Hp5ISxowJ

--HG--
extra : rebase_source : daa8efb3409031fea553f4fd0c9d0746e38dc308
extra : histedit_source : b4c23aacf678ba0d0ac9c09191a7c494ead11a08
2017-01-18 10:30:39 +00:00
Ehsan Akhgari 130dc996d0 Bug 1312101 - Part 1: Remove permission assertions through the message manager; r=baku
Since AddProcessChecker is going away, there's no point in these
permission checks any more.
2016-11-16 14:51:04 -05:00
Michelangelo De Simone 100a708778 Bug 1307525 - Remove MOZ_B2G_RIL-protected code. r=jst
MozReview-Commit-ID: 6llGI50d37q

--HG--
extra : rebase_source : 07940fb5b6bf8b88748b9098cb14e0d668a8c9ef
2016-11-07 13:16:07 -08: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
Shu-yu Guo 64db2267cf Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Nicholas Nethercote f44287005f Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.

--HG--
extra : rebase_source : 82e3387abfbd5f1471e953961d301d3d97ed2973
2015-08-27 20:44:53 -07:00
Nick Robson 40e1ba271a Bug 904479 - Added createPromiseWithId() that returns id of resolver r=kanru,nsm
--HG--
extra : rebase_source : 2aae82958670d0154a3cf08bd0e2a80d529e36f3
2015-08-19 14:53:22 -07:00
Krzysztof Mioduszewski 8cd7bf322d Bug 1174683 - [Secure Element] Fix TypeError in UiccConnector.unregisterListener. r=allstars.chh 2015-06-15 03:58:00 -04:00
Siddartha Pothapragada bdb426b07d Bug 1118102 - Fix error handling by rejecting the promise request with specific SE errors instead of 'Generic Error'. r=allstars.chh r=khuey a=kwierso
--HG--
extra : amend_source : 6eca4fc1927356a6470ee33e70d7d52131969538
2015-06-09 11:18:51 -07:00
Krzysztof Mioduszewski 95309090d2 Bug 1156710 - [Secure Element] Allow SE access without full ACE checks if certified apps debug is enabled. r=allstars.chh 2015-05-19 02:32:00 -04:00
Carsten "Tomcat" Book 09631fba2e merge mozilla-inbound to mozilla-central a=merge 2015-05-18 13:43:01 +02:00
Bevis Tseng 6b0a6cd597 Bug 1162464 - Part 3: Refactor UiccConnector due to interface change. r=allstars.chh 2015-05-08 11:31:11 +08:00
Krzysztof Mioduszewski ff99cc50ee Bug 1119152 - Part 2: [SecureElement] SEReader.isSEPresent. r=smaug, allstarschh 2015-04-28 11:33:36 +02:00
Krzysztof Mioduszewski 51b625cce0 Bug 1119152 - Part 1: [SecureElement] Consolidate variable naming. r=smaug, allstarschh 2015-04-28 11:51:49 +02:00
Garner Lee 1bd29c68d9 Bug 884594 - Part 4: Initial integration with ACE. r=allstars.chh 2015-05-07 17:22:00 -04:00
Garner Lee 7bc6d6e3c4 Bug 884594 - Part 3 - Build support for ACE components. r=allstars.chh 2015-05-07 17:21:00 -04:00
Garner Lee 473d5e12ba Bug 884594 - Part 2.2: New SEUtils.js tests. r=allstars.chh 2015-05-13 10:39:00 -04:00
Garner Lee 678b572d0f Bug 884594 - Part 2.1: GPAccessRulesManager and nsIAccessRulesManager.idl. Add utils to SEUtils.jsm. r=allstars.chh 2015-05-07 17:20:00 -04:00
Garner Lee 0e3b1068eb Bug 884594 - Part 1: ACEService and nsIAccessControlEnforcer.idl. r=allstars.chh 2015-05-07 17:17:00 -04:00
Krzysztof Mioduszewski 049ea5ac20 Bug 1149177 - [Secure Element] UiccConnector using nsIIccService. r=allstars.chh 2015-03-31 01:40:00 -04:00
Krzysztof Mioduszewski d0cf1485e0 Bug 879861 - Part 5: Build support for SecureElement feature. r=gps 2015-02-11 10:09:00 -05:00
Krzysztof Mioduszewski 4cdd3b24c7 Bug 879861 - Part 4: Adding SEUtils.jsm. r=allstars.chh 2015-02-11 03:58:00 -05:00
Siddartha Pothapragada faf396adc3 Bug 879861 - Part 3a: SecureElement UiccConnector implementation. r=allstars.chh 2015-02-11 03:55:00 -05:00
Krzysztof Mioduszewski 28ae677dbe Bug 879861 - Part 3: SecureElement Parent process implementation. r=allstars.chh 2015-02-11 03:49:00 -05:00
Siddartha Pothapragada b40d61e6af Bug 879861 - Part 2: SecureElement DOM Implementation. r=allstars.chh, r=smaug 2015-02-11 03:44:00 -05:00