Siddartha Pothapragada
cdd726b5be
Bug 879861 - Part 1a: Add new permission 'secureelement-manage'. r=ehsan
2015-02-11 03:35:00 -05:00
Ryan VanderMeulen
817924eff7
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-02-10 16:03:15 -05:00
Ted Clancy
b8d4e5cde4
Bug 1000305 - Part 2 - imported patch bug-1000305-fix-part2. r=mcmanus
...
--HG--
extra : rebase_source : 980af8e81cc0358a04073d3cc98d90c3a98c5228
2015-02-09 08:39:07 -05:00
Fabrice Desré
19cab88561
Bug 1130900 - langpacks making testing noisy r=ferjm
2015-02-10 00:46:07 -08:00
Chris Peterson
c0f4d0ffab
Bug 1129325 - Remove nonstandard let blocks from dom. r=mrbkap
2015-01-24 23:38:46 -08:00
Ted Clancy
611876b197
Bug 1000305 - Part 1 - Add a getIcon() method. r=fabrice r=ehsan
...
--HG--
extra : rebase_source : 59392a01a983bf1dbbdfad5c06d3e3e4a5facf8a
2014-12-18 17:40:41 -05:00
Chris Peterson
04fbc4fc93
Bug 1093721 - Avoid ReferenceError when trying to instantiate Components.classes['@mozilla.org/app-migrator;1']. r=qdot
2015-02-08 13:48:29 -08:00
Christoph Kerschbaumer
3bac202eaa
Bug 1087728: Make JS callers of ios.newChannel call ios.newChannel2 in dom/apps (r=fabrice)
2015-02-05 12:53:56 -08:00
Markus Nilsson
582d543ca6
Bug 1084505 - Fix explicit permission lookup for trusted hosted apps r=fabrice
2015-01-31 11:10:50 -08:00
Fabrice Desré
5a7f0e9914
Bug 1128065 - Add missing requestsync-manager permission to the permission table. r=me
2015-01-30 15:27:09 -08:00
Fabrice Desré
8708349f7d
Bug 1126047 - Imported apps that specify an origin are not correctly installed r=marco
2015-01-28 17:24:38 -08:00
KuoE0
21f03cea78
Bug 1123622 - add trusted attribute to complete the permission table of tv. r=fabrice
2015-01-22 22:25:00 +01:00
Jan Varga
c16c534391
Bug 1123637 - Remove all code relevant to quota prompts; r=bent,ehsan
2015-01-22 09:40:42 +01:00
Fabrice Desré
93d13ccd07
Bug 1113779 - UserCustomizations.jsm spams desktop mochitest test logs r=mccr8
2015-01-16 14:16:03 -08:00
Kyle Machulis
760d66ab7c
Bug 1107674 - Change settings:wallpaper.image permission from PROMPT to ALLOW for privileged apps; r=fabrice
2015-01-15 14:56:11 -08:00
Carsten "Tomcat" Book
48c2670453
Merge mozilla-central to mozilla-inbound
2015-01-13 15:29:02 +01:00
Fabrice Desré
ca929c002b
Bug 1108096 - Langpack support for b2g/gaia r=ferjm,sicking
2015-01-10 15:00:27 -08:00
Carsten "Tomcat" Book
1ebfec775a
Backed out changeset df960e299bcd (bug 1108096) for m1 test failures
2015-01-12 09:02:13 +01:00
Fabrice Desré
6bebe8f1e3
Bug 1108096 - Langpack support for b2g/gaia r=ferjm,sicking
2015-01-10 15:00:27 -08:00
Markus Nilsson
230976ca26
Bug 1090820 - OTA update check never clears status. r=fabrice
2015-01-09 13:32:47 -08:00
Fernando Jimenez Moreno
e7366b0d51
Bug 1101029 - Overlay iframe on top of front-most app. r=roc, sicking
2015-01-09 09:55:18 +01:00
Eric Rahm
0e1662021b
Bug 1111135 - Part 1: Add audio-capture:3gpp perimission. r=fabrice
2015-01-05 17:54:22 -08:00
Wes Kocher
2877ff1543
Backed out 2 changesets (bug 1111135) for build bustage on a CLOSED TREE
...
Backed out changeset 0c6d384d9d65 (bug 1111135)
Backed out changeset 1ba35d7572b7 (bug 1111135)
2015-01-05 15:32:08 -08:00
Eric Rahm
7f29c8a32e
Bug 1111135 - Part 1: Add audio-capture:3gpp perimission. r=fabrice.
2015-01-05 15:15:06 -08:00
Shih-Chiang Chien
7bbad82370
Bug 1080474 - Part 2 - expose device information via PresentationDeviceInfoManager API. r=khuey r=fabrice.
2014-11-14 13:55:24 -08:00
Sean Lin
a44fcc4603
Bug 1078115 - Make the transaction of app update atomic. r=fabrice
2014-12-18 18:13:31 +08:00
Fabrice Desré
9115e3adf6
Bug 1113391 - Followup to bug 923897 r=me
2014-12-18 15:16:49 -08:00
Chih-Kai (Patrick) Wang
f3034a9b45
Bug 970307: Part 3: Reinitialize modules after fork. r=fabrice
2014-12-18 17:01:33 +08:00
Antonio M. Amaya
c06a53c8a1
Bug 1110119 - At first boot time, check that the app being preinstalled doesn't already exist by manifestURL. r=fabrice
2014-12-11 08:00:00 -05:00
Fabrice Desré
d9365a9da5
Bug 923897 - Extensibility support for b2g r=ferjm,bholley
2014-12-16 15:32:28 -08:00
Ehsan Akhgari
309b4049b4
Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted
...
We are white-listing the existing set of tests that use setTimeout
like this. Hopefully these tests will be investigated and fixed
in the future, so that we can narrow down the white-list.
This check is only turned on for mochitest-plain for now.
2014-12-11 13:34:40 -05:00
Nathan Froyd
4005f10b55
Bug 1109826 - part 0a - uncomment preprocessing directives in ImportExport.jsm; r=fabrice
...
Apparently, these directives should have been uncommented prior to landing.
2014-12-10 14:50:27 -05:00
Yoshi Huang
2abdba3c59
Bug 1082475 - B2G NFC: move 'nfc' permission to privilege. r=smaug, pauljt, dimi
2014-11-26 12:16:18 +08:00
Yoshi Huang
b8f4b31669
Bug 1048676 - Part 1: WebIDL and DOM change. r=smaug, dimi
...
From 28e46b34f04d20d5f10c14a85e77ec1ac98aad9e Mon Sep 17 00:00:00 2001
---
dom/apps/PermissionsTable.jsm | 9 +++++++--
dom/nfc/nsNfc.js | 9 +++++----
dom/webidl/MozNFC.webidl | 8 ++------
dom/webidl/MozNFCPeer.webidl | 2 +-
dom/webidl/MozNFCPeerEvent.webidl | 2 +-
dom/webidl/MozNFCTagEvent.webidl | 2 +-
6 files changed, 17 insertions(+), 15 deletions(-)
2014-11-06 11:12:38 +08:00
Jan Varga
bcb1bd0f3c
Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan
...
--HG--
rename : dom/indexedDB/test/unit/bug1056939.zip => dom/indexedDB/test/unit/bug1056939_profile.zip
2014-11-28 09:44:12 +01:00
Ryan VanderMeulen
240fa20d5e
Backed out changesets 9beb53e53951, 4420bb4e5e7c, de1da65301a8, and cd9c2aaf1343 (bug 970307) for causing frequent B2G debug mochitest-11 crashes.
2014-11-24 17:18:27 -05:00
Carsten "Tomcat" Book
0e2f2f08b2
Merge mozilla-central to b2g-inbound
2014-11-24 14:18:59 +01:00
Patrick Wang (Chih-Kai Wang)
d8d3fc7bd9
Bug 970307: Part 3: Reinitialize modules after fork. r=fabrice
2014-11-24 15:22:31 +08:00
Antonio M. Amaya
ee8a28aba6
Bug 1096971 - Update the minimanifest etag and hash correctly on resume. r=fabrice
2014-11-21 10:45:00 +01:00
Antonio M. Amaya
fc41d44de9
Bug 1096971 - Don't propagate an error when the package downloaded was the same we had. r=fabrice
2014-11-17 02:01:00 +01:00
Kan-Ru Chen (陳侃如)
4c7c294030
Bug 1044736 - Part 6. Widget should only require embed-widgets permission. r=fabrice
...
As discussed on dev-webapi[1] the app that wants to use widgets only
need the "embed-widgets" permission to use <iframe mozbrowser mozwidget>
If the app also wants to implement a browser, it could request the
"browser" separately. A <iframe mozbrowser mozwidget> will have
restricted mozbrowser API defined on the prototype if the embedder has
the "brower" permission; they will always throw when used.
[1]: https://groups.google.com/d/msg/mozilla.dev.webapi/uQweGWtVKRA/Bj1jZq3LN-0J
--HG--
rename : dom/apps/tests/test_widget.html => dom/apps/tests/test_widget_browser.html
2014-11-21 18:56:28 +08:00
Kan-Ru Chen (陳侃如)
1e4eeb0955
Bug 1044736 - Part 5. Extract tests functions to file_test_widget.js. r=fabrice
2014-11-21 18:56:28 +08:00
Wes Kocher
feba834f0a
Backed out changeset 61fc517d0336 (bug 1044736)
2014-11-17 22:44:01 -08:00
Wes Kocher
b65c8ddcbc
Backed out changeset b1a6ecfca674 (bug 1044736)
2014-11-17 22:43:57 -08:00
Wes Kocher
7afae461b0
Backed out changeset d045286cff6e (original backout of 8 changesets) for not working right a=backout
...
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-17 22:19:49 -08:00
Wes Kocher
534fb833b6
Backed out 8 changesets (bug 1044736) for breaking the statusbar on b2g a=backout
...
Backed out changeset b1a6ecfca674 (bug 1044736)
Backed out changeset 61fc517d0336 (bug 1044736)
Backed out changeset 59a47fafaccf (bug 1044736)
Backed out changeset b3ff4ce20e67 (bug 1044736)
Backed out changeset e4f1f09f150f (bug 1044736)
Backed out changeset 8ecfc1f41ddc (bug 1044736)
Backed out changeset c7c9170ab299 (bug 1044736)
Backed out changeset 78aacc35b4e7 (bug 1044736)
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-17 20:34:00 -08:00
Zoran Jovanovic
5a006a1822
Bug 1066013 - Initialize appCache path r=fabrice
2014-11-12 11:36:36 -08:00
Antonio M. Amaya
a039485f76
Bug 1022791 - Keep previous values for PROMPT permissions on system updates. r=fabrice
2014-11-03 02:24:00 -05:00
Kan-Ru Chen (陳侃如)
e3650fe425
Bug 1044736 - Part 6. Widget should only require embed-widgets permission. r=fabrice
...
As discussed on dev-webapi[1] the app that wants to use widgets only
need the "embed-widgets" permission to use <iframe mozbrowser mozwidget>
If the app also wants to implement a browser, it could request the
"browser" separately. A <iframe mozbrowser mozwidget> will have
restricted mozbrowser API defined on the prototype if the embedder has
the "brower" permission; they will always throw when used.
[1]: https://groups.google.com/d/msg/mozilla.dev.webapi/uQweGWtVKRA/Bj1jZq3LN-0J
--HG--
rename : dom/apps/tests/test_widget.html => dom/apps/tests/test_widget_browser.html
2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
533b505fab
Bug 1044736 - Part 5. Extract tests functions to file_test_widget.js. r=fabrice
2014-11-12 19:27:32 +08:00
Carsten "Tomcat" Book
1586f0ae9e
Backed out changeset a3604ab2b3ca (bug 1044736)
2014-11-12 08:39:33 +01:00
Carsten "Tomcat" Book
5b59672c71
Backed out changeset 920775ddfb85 (bug 1044736)
2014-11-12 08:39:32 +01:00
Carsten "Tomcat" Book
660a0f2c9b
Backed out changeset 6ccbc46c33db (bug 1044736)
...
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-12 08:39:28 +01:00
Chris Fitzer
c75546e3bd
Bug 1094090 - Explicitly declare trusted app doesn't have homescreen-webapps-manage permission in PermissionsTable.jsm r=fabrice
2014-11-11 23:22:22 -08:00
Kan-Ru Chen (陳侃如)
5cb36a6471
Backed out 8 changesets (bug 1044736) r=bustage
...
Backed out changeset 920775ddfb85 (bug 1044736)
Backed out changeset a3604ab2b3ca (bug 1044736)
Backed out changeset fb6a60700803 (bug 1044736)
Backed out changeset 7037d2b40d39 (bug 1044736)
Backed out changeset 1b55f80e1ca6 (bug 1044736)
Backed out changeset f55ff90f2b6f (bug 1044736)
Backed out changeset 8505276285fa (bug 1044736)
Backed out changeset e81aa95ac8d3 (bug 1044736)
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-12 15:10:27 +08:00
Kan-Ru Chen (陳侃如)
1d20d5e1bb
Bug 1044736 - Part 6. Widget should only require embed-widgets permission. r=fabrice
...
As discussed on dev-webapi[1] the app that wants to use widgets only
need the "embed-widgets" permission to use <iframe mozbrowser mozwidget>
If the app also wants to implement a browser, it could request the
"browser" separately. A <iframe mozbrowser mozwidget> will have
restricted mozbrowser API defined on the prototype if the embedder has
the "brower" permission; they will always throw when used.
[1]: https://groups.google.com/d/msg/mozilla.dev.webapi/uQweGWtVKRA/Bj1jZq3LN-0J
--HG--
rename : dom/apps/tests/test_widget.html => dom/apps/tests/test_widget_browser.html
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
8b1fe2d8ed
Bug 1044736 - Part 5. Extract tests functions to file_test_widget.js. r=fabrice
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
084ab7eb10
Bug 1059662 - Disallow OOP app to embed in-proc apps. r=fabrice
...
Some mochitest that use embed-apps in an oop context is disabled.
--HG--
extra : rebase_source : 72de2cdae86eb8d55e642529cd4aae0af97e4e96
2014-11-11 10:25:36 +08:00
Antonio M. Amaya
00ea6b601f
Bug 1092152 - Don't calculate the downloaded file hash if we didn't download it. r=fabrice
2014-10-31 10:36:00 -04:00
Markus Nilsson
d514bdabf1
Bug 1084501 - Set proper permissions for pre-installed trusted apps. r=fabrice
...
When trusted hosted apps were installed from a preloaded
offline cache their permissions were not correctly set
due to information on 'kind' of application being missing
on pre-install.
---
dom/apps/Webapps.jsm | 2 ++
1 file changed, 2 insertions(+)
2014-11-03 11:08:06 -08:00
Ted Clancy
6f227709cb
Bug 1000313 - Adding homescreen-webapps-manage permission. r=sicking
2014-11-02 14:04:08 -05:00
Gina Yeh
a349e38686
Bug 989198, Patch 4: Dispatch both chrome event and key event for hardward keys, and add new permission, r=fabrice.
2014-11-03 15:05:43 +08:00
Sean Lin
ca9b977c67
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
...
--HG--
rename : dom/datastore/tests/file_app.sjs => dom/tv/test/file_app.sjs
2014-08-21 17:15:18 +08:00
Fabrice Desré
432bfe31b9
Bug 1083454 - Aborting marionette tests is causing bootup failure r=gwagner
2014-10-27 17:40:13 -07:00
Alexandre Poirot
e91c1cda7b
Bug 1019714 - Forbid overloading apps not being pushed via devtools. r=jryans, r=fabrice
2014-10-27 11:17:40 -04:00
Ben Francis
6753b03bac
Bug 1075716 - Support app manifests served with the application/manifest+json MIME type r=fabrice
2014-10-25 20:46:27 -07:00
Carsten "Tomcat" Book
a82f5632d1
Merge mozilla-central to fx-team
2014-10-24 16:12:00 +02:00
Carsten "Tomcat" Book
5a2f713d1a
merge b2g-inbound to mozilla-central a=merge
2014-10-24 15:59:31 +02:00
Fabrice Desré
c06071e0b2
Bug 1072090 - Add a way to enable and disable an app. r=myk,sicking
2014-10-23 16:40:08 -07:00
Wes Kocher
f1e72c526f
Backed out changeset 556dc4f97e08 (bug 1072090) for m-oth orange
2014-10-23 18:21:11 -07:00
Fabrice Desré
3899d97039
Bug 1072090 - Add a way to enable and disable an app. r=myk,sicking
2014-10-23 16:40:08 -07:00
Vaibhav Agrawal
cb2a1c8330
Bug 1083347 - Remove androidx86.json. r=gbrown
2014-10-22 11:51:00 -04:00
Benjamin Bouvier
baee6805f1
Bug 997973: Call typed array and arraybuffer constructors with new in the tree; r=bz
2014-10-24 11:26:20 +02:00
Ryan VanderMeulen
77e8bee35e
Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231.
...
Backed out changeset a7c972407578 (bug 1082963)
Backed out changeset 94d1b30bde00 (bug 989198)
Backed out changeset 01e064ceb505 (bug 989198)
Backed out changeset f5a538109e36 (bug 989198)
Backed out changeset 3ff227d79d74 (bug 989198)
Backed out changeset 186743fc6f6d (bug 989198)
CLOSED TREE
2014-10-16 12:57:18 -04:00
Ben Turner
b141ba940e
Bug 1035454, part 4 - Don't send 'Webapps:UnregisterForMessages' at xpcom-shutdown, r=fabrice.
2014-10-15 20:04:33 -07:00
Fabrice Desré
f46b32e993
Bug 982874 - Import / export API for apps : Part 2: dom/webapps implementation r=marco,sicking
2014-10-14 22:55:14 -07:00
Wes Kocher
5b358466f8
Merge m-c to b2g-inbound a=merge
2014-10-14 17:36:36 -07:00
Zoran Jovanovic
3322f49403
Bug 1077529 - Update Trusted Hosted Apps r=fabrice
...
Verify manifest of trusted hosted app on update instead
of just overwriting it.
---
dom/apps/TrustedHostedAppsUtils.jsm | 8 ++++----
dom/apps/Webapps.jsm | 26 +++++++++++++++++++++-----
2 files changed, 25 insertions(+), 9 deletions(-)
2014-10-14 12:28:16 -07:00
Gina Yeh
3fc589c3db
Bug 989198, Patch 4: Dispatch both chrome event and key event for hardward keys, and add new permission, r=fabrice.
...
---
b2g/chrome/content/shell.js | 13 ++++++++-----
dom/apps/PermissionsTable.jsm | 6 ++++++
testing/mochitest/manifest.webapp | 3 ++-
3 files changed, 16 insertions(+), 6 deletions(-)
2014-10-14 15:09:36 +08:00
Junior Hsu
58d311657b
Bug 1074086 - Save widgetPages in UpdateAppHandlers and remove redundant saving. r=fabrice
2014-10-07 18:23:00 +02:00
Bobby Holley
f198ed50f1
Bug 1065185 - Create content arrays rather than chrome arrays in DOM Apps. r=me
2014-10-03 10:05:51 +02:00
Alexandre Lissy
4dbef68b38
Bug 993011 - Update eisting Gaia apps fields. r=fabrice
...
When performing an update, whether OTA or FOTA, some already existing
Gaia apps field may have changed. This happened in the past with bug
989876 where we lacked a proper updateTime value, and this may bite us
later. So we update all field, except some that we now must not be
changing.
2014-10-01 08:37:00 +02:00
Fabrice Desré
0b7968227d
Bug 1070932 - Updates error handling code can fail r=marco
2014-09-26 10:23:21 -07:00
Evelyn Hung
917d3d8046
Bug 997564 - Implement Engineering Mode Web API. sr=sicking r=fabrice
2014-09-21 09:06:00 +02:00
Ryan VanderMeulen
36c25772d1
Merge fx-team to m-c. a=merge
2014-09-24 15:58:32 -04:00
Kyle Machulis
817596be6b
Bug 1058180 - Only create app migrator when absolutely needed; r=fabrice
2014-09-23 13:22:54 -07:00
Kyle Machulis
dc3d53c3d7
Backing out 6d28e030fd7b (bug 1058180) due to causing crashes on desktop on a CLOSED TREE
2014-09-22 16:01:50 -07:00
Kyle Machulis
f449615bb4
Bug 1058180 - Only create app migrator when absolutely needed; r=fabrice
2014-09-22 14:45:39 -07:00
Vlatko Markovic
8f88d4d1e3
Bug 1011393 - Add support for 'csp' entries in Manifest Helper. r=fabrice
2014-09-22 13:48:45 -07:00
Vlatko Markovic
6a02a4a80c
Bug 1059198 - Permission table update for Trusted Hosted Apps. r=sicking
2014-09-22 07:59:00 -07:00
Vlatko Markovic
5d6a560637
Bug 1059216 - Verification of Trusted Hosted Apps manifest signature, part 2. r=sicking
2014-09-22 07:59:00 -07:00
Vlatko Markovic
2e30280054
Bug 1059216 - Verification of Trusted Hosted Apps manifest signature, part 1. r=dkeeler,rlb
2014-09-22 07:58:59 -07:00
Markus Nilsson
72dafd4f92
Bug 1059202 - Unit test - CSP and CA verfication for Trusted Hosted Apps r=sicking
2014-09-19 14:58:38 -07:00
Zoran Jovanovic
2ea2ab768c
Bug 1059202 - CSP and CA verfication for Trusted Hosted Apps r=fabrice,sicking,rlb
2014-09-19 14:58:34 -07:00
Fabrice Desrï¿©
5511905b64
Bug 902165 - System JS : ERROR resource://gre/modules/BrowserElementParent.jsm:219 ReferenceError: DOMApplicationRegistry is not defined in green B2G mochitest-3 runs r=bent
2014-09-24 16:14:54 +10:00
Fabrice Desré
f7d1cba01a
Bug 1059194 - Trusted Hosted Apps, part 3: Basic app install tests r=myk
2014-09-16 13:14:02 -07:00
Vlatko Markovic
6f2a9765c1
Bug 1059194 - Trusted Hosted Apps, part 2: CSP infrastructure changes. r=sicking
2014-09-16 13:14:02 -07:00
Vlatko Markovic
e67f54dd25
Bug 1059194 - Trusted Hosted Apps, part 1: App installation & Run. r=fabrice
2014-09-16 13:14:02 -07:00
Fabrice Desré
40daa016e2
Bug 988973 - Remove the deprecated-hwvideo
permission, r=fabrice
2014-09-15 17:12:47 -04:00
Fabrice Desré
119040e108
Bug 1063852 - Use webidl sequence for the receipts property. r=marco,bholley
2014-09-05 16:55:30 -07:00