Граф коммитов

82 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio be4a914c53 Bug 780530 - Notification after webapp uninstallation. r=mhommey 2012-08-18 08:25:48 -04:00
Myk Melez c45d593ca6 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
Mike Hommey 6218340e95 Bug 776325 - Set nsXREAppData::name instead of using g_set_prgname is Linux webapprt. r=karlt 2012-08-09 16:34:26 +02:00
Marco Castelluccio 5271271248 Bug 774142. Support webapp uninstallation on Linux through mozApps.uninstall function. r=felipe 2012-08-08 18:04:48 -07:00
William Chen 16c1d45b7e Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones 2012-07-30 10:58:26 -04:00
Myk Melez 5e9898d8e0 bug 772299 - <browser> widget's addProgressListener method should pass through aNotifyMask argument; r=gavin 2012-08-07 13:55:38 -07:00
Ryan VanderMeulen 1d2cfc69dd Backout 4e54a6eb43d2 (bug 780686) and f10e4ac36ed2 (bug 772299) due to mochitest-other permaorange on a CLOSED TREE. 2012-08-07 20:32:09 -04:00
Marco Castelluccio 8616731bef Bug 761806 - Support webapp uninstallation on Linux. r=myk 2012-08-07 16:20:10 -07:00
John Schoenick 71cc2053ee Bug 778858 - Enable OOP plugins in webapprt by default. r=myk 2012-08-07 15:15:18 -07:00
Myk Melez 88dff33f44 bug 772299 - <browser> widget's addProgressListener method should pass through aNotifyMask argument; r=gavin
--HG--
extra : rebase_source : 10c623c2adcb771312bb85896dbe7d4d9fc4d83c
2012-08-07 13:55:38 -07:00
Mike Hommey 9033126795 Bug 770426 - Replace double colon rules with dependency chains for preprocessing rules. r=khuey 2012-07-23 07:42:22 +02:00
Mike Hommey 70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Aryeh Gregor d0ad5a7d0c Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Myk Melez 068326ec6d Bug 773784 - Update error messages to say FF 16 when launching an app with no version of FF installed. r=felipc 2012-07-20 20:19:38 -04:00
Felipe Gomes ffeebb6bf4 Bug 759502. Include URL of active window in URL field of webapp runtime crash reporter. r=gavin 2012-07-19 18:02:48 -07:00
Etienne Segonzac 9853213945 Bug 774216. Can't launch apps on B2G since it's seen as XP_UNIX by WebappOSUtils. r=felipe 2012-07-16 11:22:16 -07:00
Marco Castelluccio 50e2e1387f Bug 770772 - Implement WebappRT test framework on Linux. r=adw 2012-07-14 19:16:58 -04:00
Marco Castelluccio 488c2ec749 bug 770771 - Implement WebappRT test framework on Windows; r=adw 2012-07-13 15:49:40 -07:00
Marco Castelluccio 400344b1e5 Bug 768768 - Launch app from shell, close, then launch it from terminal results in no icon showing up in task bar in ubuntu; r=karlt
--HG--
extra : rebase_source : f44a483b2f927576cf87c858120826c007d6504f
2012-07-13 11:27:49 -07:00
Myk Melez d3b00e8155 bug 755554 - enable only flash in the desktop webapp runtime; r=felipe 2012-07-12 14:02:30 -07:00
Myk Melez 8657465f8e bug 773411 - when running tests, freeze WebappRT config object after calling confirmInstall(); r=adw 2012-07-12 13:59:45 -07:00
Myk Melez 0299f30dac 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
Blair McBride d9d7fd7dfe Bug 771817 - Add-on compatibility dialog appears when launching app using different version from that previously run. r=gavin 2012-07-11 02:05:58 +12:00
Nathan Froyd bfff055672 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Bill Walker 04f7a809db Bug 768927: Revised Web Runtime error messages for Mac and Win for consistency; r=myk 2012-07-05 10:59:27 -07:00
Marco Castelluccio 8c7ce7c3a6 Bug 763365 - Launching an installed web application with no supported version of Firefox installed for web apps results in a not so useful error message to the user. r=myk 2012-07-05 21:08:01 -04:00
Felipe Gomes 034f824db7 Bug 769955. Change the window name to 'default' as nsXULWindow uses the window name to search for the icon to display. r=myk 2012-07-05 15:02:21 -07:00
Drew Willcoxon 9858334554 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 d47c4920d4 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
Chris Pearce 7b06b56597 Bug 760102 - Enable fullscreen API for web apps. r=vingtetun 2012-06-28 20:55:33 +12:00
Felipe Gomes 1924dc127f Bug 767672. Enable smooth scrolling on webapp runtime. r=myk 2012-06-27 17:14:58 -07:00
Blair McBride 420956a208 Bug 767965 - Web App Runtime should disable installation of distribution extensions. r=gavin 2012-06-26 14:30:45 +12:00
Myk Melez 5a8796c6dc Bug 757678. Set IndexedDB permissions for desktop webapps. r=felipe 2012-06-22 15:19:24 -07:00
Edward Lee 7d8bfd4cc0 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
Benjamin Smedberg 7b269a47ba Bug 755724 Part C - Move ScopedAppData into the XPCOM glue, r=glandium
--HG--
rename : toolkit/xre/nsAppData.cpp => toolkit/xre/CreateAppData.cpp
rename : toolkit/xre/nsAppData.cpp => xpcom/glue/AppData.cpp
extra : rebase_source : 6223397345e77b00f14d93a1f188c042fc5f89ea
2012-06-08 08:41:30 -04:00
Jeff Walden 3b720a666b Bug 763000 - Remove MOZ_Assert. r=Ms2ger, r=terrence, r=ted 2012-06-07 14:41:11 -07:00
Myk Melez 012dd97dc1 bug 745980 followup - define MOZILLA_OFFICIAL in webapp runtime Makefile so Crash Reporter gets enabled in official builds; r=felipe
--HG--
extra : rebase_source : 19aa82a6a5120fa96883a263927f824f702da34a
2012-06-14 13:27:36 -07:00
Myk Melez a0c6ff211b bug 763780 - remove unnecessary application flags from webapp runtime's components.manifest; r=bsmedberg
--HG--
extra : rebase_source : bd6e1e20c9311fe514583dbff4e2ad955ac12a01
2012-06-14 13:25:53 -07:00
Myk Melez 5ff1b65c9b bug 763778 - use PREF_JS_EXPORTS to preprocess/install webapp runtime's default prefs file; r=bsmedberg
--HG--
extra : rebase_source : a654027913cfe4f5f08cfa73990bff6c10cbce14
2012-06-14 13:21:06 -07:00
Tim Abraldes 7cc38ec4f7 bug 763491. Change string to say "Firefox version 15" instead of "Firefox version 14," since WebappRT will first be released in version 15. r=myk 2012-06-13 12:47:31 -07:00
Marco Castelluccio 8e2fa0f09c Bug 763358. Avoid early gtk initialization on webapprt that can happen when invoked from the command line. r=karlt 2012-06-13 14:25:52 -03:00
Myk Melez 7387da85fd bug 755557 - support blocklisting flash versions; r=Unfocused 2012-06-13 08:50:15 -07:00
Edward Lee d33a09fd44 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
Felipe Gomes 63e2928adb Bug 761516. Rename webapprt/linux to webapprt/gtk2 as we are building for all gtk2 platforms. r=marco
--HG--
rename : webapprt/linux/Makefile.in => webapprt/gtk2/Makefile.in
rename : webapprt/linux/webapprt.cpp => webapprt/gtk2/webapprt.cpp
2012-06-12 17:47:40 -03:00
Myk Melez 8810dcea5e bug 764127 - some return values in Windows runtime stub are wrong type or wrongly interpreted; r=felipe 2012-06-12 13:35:32 -07:00
Marco Castelluccio 65a3e6d735 Bug 760747 - Wrong check in Mac and Windows webapp runtimes; r=myk 2012-06-12 13:01:01 -07:00
Myk Melez 14f62ec30c bug 752666 - provide explicit mechanism to specify URL load target in webapp runtime; r=felipe 2012-06-11 12:22:08 -07:00
Landry Breuil d2a3c4e79a Bug 761516 - Build linux webapprt on all gtk2 platforms, not only linux. r=jst 2012-06-11 20:50:18 +02:00
Chris Coulson ac2f197aa5 Bug 762641. Make the class name part of WM_CLASS unique to each webapp. r=karlt@mozbugz.karlt.net, jst@mozilla.com 2012-06-08 12:27:44 -07:00
Marco Castelluccio 8308275278 Bug 761496. Cannot launch multiple native webapps on Linux. r=felipe 2012-06-06 19:14:43 -03:00