J. Ryan Stinnett
a3ba11bca1
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
Shu-yu Guo
d8faa01cea
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Marco Castelluccio
2982bfa483
Bug 981249 - Test app launch. r=myk
...
--HG--
rename : toolkit/webapps/tests/test_hosted.xul => toolkit/webapps/tests/test_hosted_launch.xul
rename : toolkit/webapps/tests/test_packaged.xul => toolkit/webapps/tests/test_packaged_launch.xul
2014-03-27 12:56:00 +01:00
Carsten "Tomcat" Book
2f4a7008fd
Backed out changeset 6d2ffe8dc046 (bug 981249) for Linux ASAN test failure
2014-03-26 11:43:16 +01:00
Marco Castelluccio
4709051549
Bug 981249 - Test app launch r= myk
...
--HG--
rename : toolkit/webapps/tests/test_hosted.xul => toolkit/webapps/tests/test_hosted_launch.xul
rename : toolkit/webapps/tests/test_packaged.xul => toolkit/webapps/tests/test_packaged_launch.xul
2014-03-24 15:14:00 +01:00
Marco Castelluccio
a4289c0085
Bug 777428 - Make it possible to debug webapps running in desktop webapp runtime. r=past
2013-09-10 20:59:04 -04:00
Marco Castelluccio
58341d44c1
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
9c533e25da
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
b30ebe7513
Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
...
CLOSED TREE
2013-08-01 21:51:12 -04:00
Marco Castelluccio
b36df368eb
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
Kyle Huey
1482122303
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
8297cdabd6
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
bdf47895bb
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Myk Melez
782fce224f
bug 770770: refactor webapp runtime test harness to reduce complexity/special-casing; r=adw
...
--HG--
extra : rebase_source : 183331b565d8c0577c9ba60a89f3c1ea6b11af9a
2012-08-14 15:27:26 -07:00
Marco Castelluccio
3ca19ffd57
bug 770771 - Implement WebappRT test framework on Windows; r=adw
2012-07-13 15:49:40 -07:00
Myk Melez
57348ad64e
bug 771395 - show origin of page in window title when it is different from webapp's origin; r=felipe
2012-07-10 15:07:31 -07:00
Drew Willcoxon
f3a88b80ef
Bug 733631 - Create a unit test infrastructure for the webapp runtime. r=myk,felipc,ctalbert
2012-06-29 15:52:43 -07:00
Felipe Gomes
42a4082334
Bug 759619. Center webapp on screen on first run, and persist size and position values afterwards. r=myk
2012-06-28 22:27:09 -07:00
Myk Melez
9fc44f9ba8
Bug 757678. Set IndexedDB permissions for desktop webapps. r=felipe
2012-06-22 15:19:24 -07:00
Edward Lee
1cac813e53
Bug 738832 - Allow desktop runtime to support webRT installs (mozApps.install API) [r=myk, r=felipe]
...
Use the runtime folder to get a reference to webapprt-stub instead of process folder, which is one level too deep from the runtime. Handle webapps install requests by showing a prompt like the geolocation prompt.
2012-06-21 14:06:24 -07:00
Edward Lee
1d07e0b2be
Bug 762195 - Runtime has window.locationbar.visibility = true, so content can't detect to show navigation [r=myk]
...
Remove "all" flag to have various toolbar visibility default to false.
2012-06-12 18:18:23 -07:00
Myk Melez
10977c4e9d
bug 749029 - set appcache permissions on webapp firstrun so apps can use the appcache to run offline; r=felipe
2012-05-31 13:30:40 -07:00
Edward Lee
78584a19aa
Bug 732631 - Selecting to a open a new window within an app, then exiting the app does not shut down the application [r=myk]
...
Switch browser type to content-primary so the frame loader triggers the right behavior for adding a content shell.
Also fixes Bug 746217 - Cannot open windows even from the same domain
2012-04-26 16:55:25 -07:00
Myk Melez
34b6d6c000
bug 748085 - continue starting up webapp after exception initializing optional registry; r=felipe
2012-04-26 11:39:49 -07:00
Edward Lee
570f3ee78a
Bug 746213 - Support mozApps.getSelf/getInstalled in desktop runtime to allow apps to access receipts [r=felipe, a=desktop-only]
...
Import Webapps.jsm to initialize DOMApplicationRegistry, which handles Webapps:GetSelf, etc. messages.
--HG--
extra : rebase_source : 429c9c48e54e39ff0c403d926c5ac35c49b28c3f
2012-04-20 15:56:06 -07:00
Myk Melez
fd7a6dd8f7
bug 746156 - isolate webapp runtime files into subdirectory of Firefox package; r=bsmedberg, a=akeybl
2012-04-19 00:39:52 -07:00