Gregory Szorc
7d09ff18e0
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
2013-03-17 18:01:25 -07:00
Phil Ringnalda
e096df5da5
Back out 7f12ca5e6d0a (bug 750303) on suspicion of breaking l10n builds
2013-03-10 20:03:28 -07:00
Joey Armstrong
8276d50444
bug 750303: mkdir_deps - target specific enhancement
2013-03-04 14:34:02 -05:00
Gregory Szorc
a315fb7278
Bug 784841 - Part 18λ: Convert /webapprt; r=glandium
2013-02-25 13:20:01 -08:00
Makoto Kato
d53fd4d9d0
Bug 834645 - move -STACK parameter to config.mk. r=ted
2013-02-14 15:22:00 +09:00
Jim Mathies
4c568e6d6c
Bug 817076 - Update webapprt build config to use DIST_SUBDIR vs. FINAL_TARGET. r=glandium
2012-12-05 16:36:36 -06:00
Ms2ger
c03fb0d978
Bug 816221 - Don't preprocess files in webapprt; r=gps
2012-12-02 09:52:44 +01:00
Mike Hommey
1b3f4cf9af
Bug 798233 - Don't search firefox executable in $exe/../../dist/bin. r=marco
2012-11-16 17:12:00 +01:00
Kyle Huey
0469a02b25
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
a78b5b38c7
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
9a3674d80a
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
4144129728
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681
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
Brian R. Bondy
ebe6419085
Bug 801853. r=rstrong
2012-10-25 22:07:04 -04:00
Fabrice Desré
64ffd22065
Bug 777204 - Webapps.jsm broadcasts information to all content processes [r=gwagner]
2012-09-18 10:34:55 -07:00
Ms2ger
77b4e3219c
Bug 787971 - Fix warnings about function pointers in gtk2 webapprt; r=glandium
2012-09-06 09:25:05 +02:00
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