Yoshi Huang
2e408d4ba7
Bug 1165272 - Part 1: remove getAppCodebasePrincipal. r=bholley
2015-08-17 17:03:19 +08:00
Bobby Holley
8f42e826dc
Backed out 3 changesets (bug 1165272) for b2g sanity blocker.
2015-08-25 11:16:21 -07:00
Yoshi Huang
f41381bebf
Bug 1165272 - Part 1: Remove getAppCodebasePrincipal. r=bholley
2015-08-24 01:31:00 -04:00
Birunthan Mohanathas
47ed3a3675
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Andrew McCreight
c979f253c0
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
2015-05-03 15:32:37 -04:00
Kan-Ru Chen (陳侃如)
8dba892982
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
2015-02-05 16:47:32 -05:00
Ryan VanderMeulen
d8c6df0517
Backed out changeset ab7fbaca9fdd (bug 1114890) for being the likely cause of bug 1124046.
2015-02-05 14:35:35 -05:00
Kan-Ru Chen (陳侃如)
d1351de810
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
2015-02-05 17:18:22 +08:00
Bill McCloskey
5ba8672d8d
Bug 1124933 - Include crash reason when intentionally crashing content process (r=bent)
2015-02-03 09:09:27 -08:00
Kershaw Chang
58eea83016
Bug 1020172 - Patch 4: Replace ManagedPBrowserParent in AppProcessChecker - v2. r=khuey
2014-10-24 02:30:00 +02:00
Wes Kocher
a7b71b864a
Backed out 4 changesets (bug 1020172) for causing bug 1089542 a=backout
...
Backed out changeset 176ca4363517 (bug 1020172)
Backed out changeset 90714be8e689 (bug 1020172)
Backed out changeset 9d8c09e711f5 (bug 1020172)
Backed out changeset f895938013ff (bug 1020172)
2014-10-27 16:56:45 -07:00
Kershaw Chang
ed777d7cbc
Bug 1020172 - Part 4: Replace ManagedPBrowserParent in AppProcessChecker. r=khuey
2014-10-24 02:30:00 -04:00
Nathan Froyd
b2b2d28887
Bug 1003306 - part 2 - use services::GetPermissionManager everywhere that's appropriate; r=ehsan
2014-04-29 13:27:26 -04:00
Alessio Placitelli
1f55275fb4
Bug 529877 - Remove stray printfs in e10s dom/ipc code. r=cjones
2014-04-13 14:18:02 -04:00
Ms2ger
120aad7fd6
Backed out changeset ec23d10b47eb for build failures on B2G.
2014-04-12 12:09:37 +02:00
Alessio Placitelli
ebe60f449b
Bug 529877 - Remove stray printfs in e10s dom/ipc code; r=cjones
2014-04-12 10:55:49 +02:00
Fabrice Desré
c1daa445bf
Bug 982491 - Group apps in activities chains in the same process r=cervantes,gene
2014-03-25 21:56:35 -07:00
Reuben Morais
a8bbb6b48f
Bug 951785 - For browser content, unless explicitly denied for the app, consider permissions for the requesting origin, not the requesting app. r=sicking
...
--HG--
extra : rebase_source : 83d71d004f193c597f19a3cead1682698579d3d5
2014-02-21 16:56:19 -03:00
Reuben Morais
dd3330c6f0
Bug 955906 - Use app origin instead of manifest URL to get the app principal. r=sicking
2014-01-29 17:03:50 -05:00
Andrea Marchesini
9a790173af
Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice
2013-12-05 23:12:23 +00:00
Ryan VanderMeulen
927d6da72d
Backed out changeset 9fb6d1811696 (bug 942639) for B2G mochitest-3 timeouts.
2013-12-05 11:36:01 -05:00
Andrea Marchesini
3737a3061f
Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice
2013-12-05 13:50:11 +00:00
Andrea Marchesini
10414989a9
Bug 935494 - AssertAppPrincipal doesn't compile when MOZ_CHILD_PERMISSIONS is not defined, r=bz
2013-11-06 17:16:56 +00:00
Reuben Morais
4d3f928a88
Bug 904298 - Implement mozilla::{AssertAppPrincipal,CheckPermission}. r=sicking
2013-11-05 08:14:46 -02:00
Reuben Morais
1d7e2bb45e
Backed out 2 changesets (bug 904298) DONTBUILD
2013-11-05 01:20:09 -02:00
Reuben Morais
15f4ff4688
Bug 904298 - Bustage fix.
2013-11-05 01:03:39 -02:00
Reuben Morais
673e9f52f8
Bug 904298 - Implement mozilla::{AssertAppPrincipal,CheckPermission}. r=sicking
2013-11-05 00:19:26 -02:00
Fabrice Desré
3749574c01
Bug 918658 - Don't pretend that mozIApplication inherits from mozIDOMApplication r=bent
2013-10-08 15:52:26 -07:00
Ehsan Akhgari
9890a8c148
Bug 919505 - Minimize the #includes in dom/ipc; r=jst
2013-09-23 17:30:40 -04:00
Tom Schuster
f1efce9fdf
Bug 900707 - Ifdef some child permission checks that right now only work with B2G. r=sicking,felipe
2013-08-22 15:52:07 -04:00
David Zbarsky
8161e27f6d
Bug 879475 - Make PBrowser manually keep track of its manager r=jlebar
2013-07-10 13:07:51 -04:00
Reuben Morais
f4f59f5ad7
Bug 882911 - Add nsIProcessChecker.checkAppHasStatus. r=smaug
2013-06-29 03:52:16 -07:00
Andrea Marchesini
45b85ca21d
Bug 829030 - Accessing the desktop notification API in the browser and approving permission errors out - API does not work, r=sicking
2013-01-14 11:08:55 +01:00
Gene Lian
0c82742df4
Bug 821671 - Check alarm API parameters in the parent (part 1, provide .AssertAppProcess() with different types). r=sicking
2012-12-22 19:53:38 +08:00