Commit Graph

64 Commits

Author SHA1 Message Date
Tooru Fujisawa
20ede08892 Bug 1217423 - Remove for-each from webapprt/. r=paolo, f=marco 2015-10-19 05:43:18 +09:00
J. Ryan Stinnett
7ef2fd1082 Bug 1203159 - Remove DevTools support from webapprt. r=myk
To enable resource://devtools, all DevTools files are consolidated at the app
level.  This means they are no longer available for sharing between multiple XUL
apps, such as browser and webapprt.  We'll need to devise a new method to bring
this support back to webapprt if desired.
2015-10-21 12:22:57 -05:00
Carsten "Tomcat" Book
66b1d84fe2 Merge mozilla-central to mozilla-inbound 2015-09-22 12:49:44 +02:00
Jan-Ivar Bruaroey
7810914636 Bug 1206982 - getUserMedia s/PermissionDeniedError/SecurityError/. r=jesup 2015-09-21 20:57:12 -04:00
J. Ryan Stinnett
1fcbd86174 Bug 912121 - Rewrite require / import to match source tree. rs=devtools
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location.  Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
Shu-yu Guo
45211869c8 Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Myk Melez
3d8affa2f1 Bug 1135261 - return new window from window.open in desktop runtime; r=marco,smaug,junior,wesj 2015-08-13 19:00:02 -07:00
Alexandre Poirot
f4f13f77c6 Bug 1192863 - Use client/main.js instead of dbg-server.jsm. r=jryans 2015-08-13 10:57:14 -07:00
Alexandre Poirot
deecac5595 Bug 1190452 - Always import toolkit/devtools/server/main.js as CommonJS module. r=jryans 2015-08-10 05:38:56 -07:00
Carsten "Tomcat" Book
d382c43cbc Backed out changeset 35c6e7e9c205 (bug 1135261) for test failures in gij in bookmark_edit_test.js on a CLOSED TREE 2015-07-22 08:13:08 +02:00
Myk Melez
6ea4c43577 Bug 1135261 - return new window from window.open in desktop runtime; r=marco,smaug,junior,wesj 2015-07-21 19:15:38 -07:00
Myk Melez
7176774d9d Bug 1185764 - stop asserting that obsolete traceActor set; r=marco 2015-07-21 02:55:01 -07:00
Ryan VanderMeulen
ced0ea44b5 Merge inbound to m-c. a=merge 2015-07-01 16:37:26 -04:00
Myk Melez
088b76773d Bug 1179045 - stop checking for obsolete tablist properties; r=marco 2015-07-01 08:44:36 -07:00
Myk Melez
fb313d2fa9 Bug 1080088 - disable broken mozPay implementation in desktop runtime; r=marco 2015-07-01 08:44:36 -07:00
Marco Castelluccio
50aeb21eb5 Bug 1179059 - Remove "storage" permission check because it doesn't exist anymore. r=myk 2015-06-30 17:50:00 -04:00
Myk Melez
c4dcb24922 bug 1125394 - launch runtime executable stub from test app bundle on Mac; r=jmaher,marco 2015-05-06 16:27:33 -07:00
Marco Castelluccio
dd0a861341 Bug 1116765 - Fix browser_noperm.js test to consider indexedDB an always allowed permission. r=myk 2014-12-31 07:05:00 +01:00
Marco Castelluccio
ddd643bb1a Bug 1116771 - Fix browser_getUserMedia permission denied error message. r=myk 2014-12-31 07:40:00 +01:00
Marco Castelluccio
5a01945d19 Bug 1073790 - Use "storage" perm instead of "indexedDB-unlimited". r=myk 2015-01-06 11:19:00 +01:00
Vaibhav Agrawal
9dfdde7f11 Bug 1089037 - Removing invalid mochitests and moving webapprt-content tests to a seperate "webapprtContent" folder in object directory. r=jmaher, marco 2014-11-13 12:30:00 +01:00
Jan-Ivar Bruaroey
b2e446deec Bug 1033885 - return MediaStreamError instead of error strings, to spec. r=bz, r=jesup 2014-10-27 15:42:56 -04:00
Marco Castelluccio
ba53a2f88d Bug 1006394 - Test installing apps from the webapp runtime. r=myk 2014-10-09 22:21:00 -04:00
Ted Clancy
6314aedc0a Bug 1072798 - Fix webapp runtime chrome tests. r=marco 2014-09-26 17:27:03 -04:00
Marco Castelluccio
29b6632367 Bug 911636 - Webapp Runtime migration to Downloads.jsm. r=myk, r=paolo
--HG--
rename : toolkit/mozapps/downloads/content/download.xml => webapprt/content/downloads/download.xml
rename : toolkit/mozapps/downloads/content/downloads.css => webapprt/content/downloads/downloads.css
rename : toolkit/mozapps/downloads/content/downloads.xul => webapprt/content/downloads/downloads.xul
rename : toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd => webapprt/locales/en-US/webapprt/downloads/downloads.dtd
rename : toolkit/themes/linux/mozapps/downloads/downloadIcon.png => webapprt/themes/linux/downloads/downloadIcon.png
rename : toolkit/themes/linux/mozapps/downloads/downloads.css => webapprt/themes/linux/downloads/downloads.css
rename : toolkit/themes/osx/mozapps/downloads/buttons.png => webapprt/themes/osx/downloads/buttons.png
rename : toolkit/themes/osx/mozapps/downloads/downloadIcon.png => webapprt/themes/osx/downloads/downloadIcon.png
rename : toolkit/themes/osx/mozapps/downloads/downloads.css => webapprt/themes/osx/downloads/downloads.css
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons-aero.png => webapprt/themes/windows/downloads/downloadButtons-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons.png => webapprt/themes/windows/downloads/downloadButtons.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon-aero.png => webapprt/themes/windows/downloads/downloadIcon-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon.png => webapprt/themes/windows/downloads/downloadIcon.png
rename : toolkit/themes/windows/mozapps/downloads/downloads-aero.css => webapprt/themes/windows/downloads/downloads-aero.css
rename : toolkit/themes/windows/mozapps/downloads/downloads.css => webapprt/themes/windows/downloads/downloads.css
2014-08-19 08:50:00 -04:00
Marco Castelluccio
df7f59f7ef Bug 1033065 - Wait app to be uninstalled before starting the following test. r=myk 2014-07-09 13:01:50 +02:00
Marco Castelluccio
7268eb7a11 Bug 1022372. Listen for "load" instead of "DOMContentLoaded" in webapprt chrome tests. r=myk 2014-06-10 10:49:48 +02:00
Marco Castelluccio
8361129a35 Bug 965414 - Test downloads in the webapp runtime. r=myk 2014-04-27 12:22:00 -04:00
Marco Castelluccio
0f3a097677 Bug 999653 - Don't manually set allAppsLaunchable but use SpecialPowers.setAllAppsLaunchable. r=fabrice 2014-04-24 04:06:00 +02:00
Marco Castelluccio
ab4002cda1 Bug 985015 - Don't test if GCLI is a global actor (because it is now just a tab actor). r=past 2014-03-26 11:21:08 -07:00
Marco Castelluccio
200d30fc59 Bug 876980 - Expose mozAlarms API to installed apps on Firefox desktop. r=nsm,myk 2014-03-21 15:38:33 -07:00
Marco Castelluccio
62c22bd87b Bug 983234 - Use a fake stream in the webapprt getUserMedia test. r=myk 2014-03-19 09:00:44 -04:00
Marco Castelluccio
5d3e672f3b Bug 976300 - Request position on load and register the mutation observer on DOMContentLoaded. r=myk 2014-03-19 08:48:05 -04:00
Marco Castelluccio
004d69222c Bug 938304 - navigator.mozPay(): callbacks do not pass through result (desktop fix). r=ferjm
--HG--
rename : webapprt/test/chrome/mozpay-success.html => webapprt/test/chrome/mozpay-failure.html
2014-03-17 10:42:15 -04:00
Vaibhav Agarwal
292a923c8e Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher 2014-03-13 10:40:10 -04:00
Marco Castelluccio
0c48df7ac8 Bug 847518 - window.open(url, "_blank") should open in default browser. r=myk, r=bz 2014-02-27 11:56:48 -05:00
Fabrice Desré
3246bf9c2c Bug 940254 - Make "storage" permission in the database not grant "offline-app" r=gwagner 2014-01-08 17:14:22 -08:00
Marco Castelluccio
5a4a2f1db1 Bug 774521 - Desktop Web Runtime UI implementation for mozGetUserMedia (Camera API). r=myk 2013-10-11 11:06:21 -04:00
Marco Castelluccio
4778ce1568 Bug 924549 - Add MOCHITEST_WEBAPPRT_CHROME_MANIFESTS to specify webapprt chrome tests and convert all the webapprt mochitests to use manifests. r=gps 2013-10-09 09:16:18 -04:00
Marco Castelluccio
1a86920ec8 Bug 921690 - Test mozPay in the webapp runtime. r=ferjm 2013-10-08 08:26:26 -04:00
Marco Castelluccio
f052ef55a8 Bug 777428 - Make it possible to debug webapps running in desktop webapp runtime. r=past 2013-09-10 20:59:04 -04:00
Mike Hommey
05b3f24e0e Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Marco Castelluccio
c434034889 Bug 903055 - Test geolocation permission. r=myk 2013-08-27 15:03:42 -04:00
Marco Castelluccio
b856cfb4bb Bug 892837 - Tests for desktop webrt permissions. r=myk 2013-08-16 15:17:52 -04:00
Marco Castelluccio
5dae6441b0 Bug 892837 - Support permissions in desktop webrt. r=myk
--HG--
rename : webapprt/content/mochitest.js => webapprt/content/mochitest-shared.js
2013-08-16 15:17:52 -04:00
Marco Castelluccio
2bb65fbf3a Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice 2013-08-01 17:00:39 -07:00
Ryan VanderMeulen
712b9e0d53 Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
CLOSED TREE
2013-08-01 21:51:12 -04:00
Marco Castelluccio
15584bed99 Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice 2013-08-01 17:00:39 -07:00
Marco Castelluccio
ee36b48e03 Bug 894979 - Serve tests from different origins. r=myk 2013-07-18 10:20:55 -04:00
Marco Castelluccio
00297b95f0 Bug 894162 - webapprt-test-chrome|content tests hang after opening WebappRT Test Shim. r=myk 2013-07-17 10:01:04 -04:00