Paul Rouget
|
69252e1edd
|
Bug 1007057 - add logs to test in case of orange. r=pbrosset
|
2014-06-12 14:47:36 +08:00 |
|
Paul Rouget
|
3e67e4bd2c
|
Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau
|
2014-06-12 14:47:35 +08:00 |
|
Paul Rouget
|
c7a1e3b298
|
Bug 1022492 - Listen to project-is-running earlier. r=jryans
|
2014-06-09 00:02:00 -04:00 |
|
Ryan VanderMeulen
|
82493ad66d
|
Backed out changeset 88a641ee5cbe (bug 1007057) for frequent test timeouts.
CLOSED TREE
|
2014-06-07 01:16:08 -04:00 |
|
Paul Rouget
|
4f6959f6ee
|
Bug 1021504 - add a very simple template. r=dcamp
|
2014-06-06 12:46:44 +08:00 |
|
Paul Rouget
|
0c0f8639c2
|
Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau
|
2014-06-06 12:01:52 +08:00 |
|
Paul Rouget
|
0bc3de8a0e
|
Bug 1020972 - validate project if icon & name are unknown. r=dcamp
|
2014-06-06 12:01:51 +08:00 |
|
Paul Rouget
|
2ef4dffe43
|
Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau
|
2014-05-30 07:22:16 +02:00 |
|
Paul Rouget
|
5fccfc1683
|
Backed out changeset 2fb11b6f1dfe - fail in test_webappsActor.js
|
2014-05-29 13:40:35 +02:00 |
|
Paul Rouget
|
c7525d8463
|
Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau
|
2014-05-29 12:37:27 +02:00 |
|
Paul Rouget
|
9973f56296
|
Bug 1017029 - [appmgr v2] Validation is not triggered after the manifest file has changed. r=ochameau
|
2014-05-29 11:02:14 +02:00 |
|
Paul Rouget
|
ec23de5fcf
|
Bug 1007218 - Ability to execute App Manager V2 commands from shell. r=ochameau
|
2014-05-27 22:50:27 +02:00 |
|
Paul Rouget
|
5828f84b51
|
Bug 1013872 - [appmgr v2] runtime button doesn't turn blue if not project is selected. r=janx r=ochameau
|
2014-05-22 09:16:13 +02:00 |
|
Paul Rouget
|
ec03bf1200
|
Bug 1011530 - [appmgr v2] Remove the logs from the main UI. r=janx r=ochameau
|
2014-05-22 09:14:54 +02:00 |
|
Paul Rouget
|
840c3b1455
|
Bug 987089 - Land ProjectEditor in browser/devtools. Part 2 - integrate with webide;r=jryans
|
2014-05-21 16:38:21 -05:00 |
|
Ed Morley
|
35c85719ad
|
Backed out changeset b62cad86a3ad (bug 987089)
|
2014-05-21 15:53:27 +01:00 |
|
Paul Rouget
|
b12aab6c39
|
Bug 1010387 - [appmgr v2] write tests and make good use of promises & tasks. r=janx r=jryans
---
browser/devtools/app-manager/app-validator.js | 2 +-
browser/devtools/webide/content/newapp.js | 30 +++-
browser/devtools/webide/content/webide.js | 180 +++++++++++++++--------
browser/devtools/webide/modules/app-manager.js | 27 +++-
browser/devtools/webide/moz.build | 1 +
browser/devtools/webide/test/app.zip | Bin 0 -> 480 bytes
browser/devtools/webide/test/app/index.html | 6 +
browser/devtools/webide/test/app/manifest.webapp | 5 +
browser/devtools/webide/test/chrome.ini | 13 ++
browser/devtools/webide/test/head.js | 81 ++++++++++
browser/devtools/webide/test/hosted_app.manifest | 3 +
browser/devtools/webide/test/templates.json | 14 ++
browser/devtools/webide/test/test_basic.html | 39 +++++
browser/devtools/webide/test/test_import.html | 65 ++++++++
browser/devtools/webide/test/test_newapp.html | 48 ++++++
browser/devtools/webide/test/test_runtime.html | 118 +++++++++++++++
browser/devtools/webide/themes/details.css | 1 -
browser/devtools/webide/themes/newapp.css | 4 -
18 files changed, 558 insertions(+), 79 deletions(-)
create mode 100644 browser/devtools/webide/test/app.zip
create mode 100644 browser/devtools/webide/test/app/index.html
create mode 100644 browser/devtools/webide/test/app/manifest.webapp
create mode 100644 browser/devtools/webide/test/chrome.ini
create mode 100644 browser/devtools/webide/test/head.js
create mode 100644 browser/devtools/webide/test/hosted_app.manifest
create mode 100644 browser/devtools/webide/test/templates.json
create mode 100644 browser/devtools/webide/test/test_basic.html
create mode 100644 browser/devtools/webide/test/test_import.html
create mode 100644 browser/devtools/webide/test/test_newapp.html
create mode 100644 browser/devtools/webide/test/test_runtime.html
|
2014-05-21 09:29:43 +02:00 |
|
Paul Rouget
|
31f724f966
|
Bug 987089 - Land ProjectEditor in browser/devtools. Part 2 - integrate with webide;r=jryans
|
2014-05-20 12:26:19 -05:00 |
|
Paul Rouget
|
95d561b33d
|
Bug 1010712 - [appmgr v2] remove panels animation. r=jryans
|
2014-05-18 03:45:00 +02:00 |
|
Paul Rouget
|
204ecebb32
|
Bug 1010271 - remove active attribute when toolbox iframe gets destroyed. r=jryans
|
2014-05-18 03:05:00 +02:00 |
|
Paul Rouget
|
f6bdf8b626
|
Bug 1010174 - [appmgr v2] update runningApps list on uninstall. r=jryans
|
2014-05-19 10:39:00 +02:00 |
|
Paul Rouget
|
c421d08cf2
|
Bug 1011464 - [appmgr v2] Move locales files in content. r=Pike
|
2014-05-16 09:08:00 -04:00 |
|
Paul Rouget
|
1286cbec19
|
bug 1008951 - fix runtime opening sequence. r=jryans
|
2014-05-12 07:05:00 +02:00 |
|
Paul Rouget
|
e1753af449
|
Bug 999417 - Land the new App Manager UI. r=jryans r=mshal
|
2014-05-12 08:53:00 +02:00 |
|