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

270 Коммитов

Автор SHA1 Сообщение Дата
Stephen Pohl a7c6a0c75a Bug 1075492: Fix broken ./mach webapprt-test-chrome on OSX (due to v2 signature changes). r=myk 2014-10-01 20:38:50 -04:00
Ted Clancy fd0f97fa14 Bug 1072798 - Fix webapp runtime chrome tests. r=marco 2014-09-26 17:27:03 -04:00
Stephen Pohl 97a0d10975 Mac v2 signing - Bug 1064910 - Update Webapp Runtime to work with the new v2 bundle structure of Firefox on OSX. r=myk 2014-09-29 11:51:43 -07:00
Mike Hommey ed70c5f377 Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
Ted Clancy (:tedders1) 20fb7d9e16 Bug 1000315 - Part 3: Uninstall prompting on Desktop and WebRT. r=myk 2014-06-11 14:23:18 -07:00
Robert Kaiser 10638101c5 Bug 1006615 - Update extensions.blocklist.itemURL and extensions.blocklist.url to new blocklist domain, r=Mossop,jason
--HG--
extra : transplant_source : r%C2%9D%05%B3%87%3F%7D%F1%F01%9D%C4%A8VAE%85%00%FF
2014-08-21 02:22:25 +02:00
Marco Castelluccio 9097206f3c 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
Nathan Froyd e1583db863 Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal 2014-08-01 12:53:05 -04:00
Mike Hommey d9443ec932 Bug 1045783 - Move most OS_LIBS to moz.build and do some related cleanup. r=mshal 2014-08-06 07:25:33 +09:00
Fabrice Desré be9dd03e7c Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Ryan VanderMeulen d153061805 Merge b2g-inbound to m-c. a=merge 2014-07-31 15:54:07 -04:00
Fabrice Desré 0b4550d49b backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me 2014-07-31 12:14:03 -07:00
Fabrice Desré 10ddd66ff9 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Nathan Froyd 12c76f15f7 Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
Mike Hommey 95063176fa Bug 1036894 part 9 - Replace all EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS with EXTRA_LIBS, OS_LIBS or OS_LDFLAGS, appropriately. r=gps
OS_LIBS for libraries that are not part of the gecko tree, EXTRA_LIBS for
libraries, such as NSPR, that are in the tree, but are not handled by
moz.build just yet. Those EXTRA_LIBS may also come from a system library.
However, in cases where the expanded variables are always empty for the
in-tree case, OS_LIBS is used (as for, e.g. MOZ_ZLIB_LIBS). OS_LDFLAGS is
used exclusively for non-library linker flags.

Always pass EXTRA_LIBS before OS_LIBS on linker command lines.

Forbid EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS in Makefiles.
2014-07-23 13:31:02 +09:00
Mike Hommey 5fab42fcaf Bug 1036894 part 8 - Move most in-tree library linkage information to moz.build, as USE_LIBS. r=gps 2014-07-23 13:30:52 +09:00
Myk Melez 3274c04222 Bug 1040996 - disable Flash in the desktop runtime; r=marco 2014-07-19 13:42:10 -07:00
Vikneshwar f655b94198 Bug 1037741 - Remove import of the unused FileUtils.jsm from WebappRT.jsm. r=marco 2014-07-12 12:21:00 -04:00
Marco Castelluccio 34a2ae9360 Bug 1036117 - Make WebappRT users wait for the configuration to be loaded. r=myk 2014-07-15 01:35:43 +02:00
Marco Castelluccio c3d2a07772 Bug 1034836 - Lazily load some modules in Startup.jsm. r=myk 2014-07-12 02:15:35 +02:00
Marco Castelluccio 6870ca0f3f Bug 1036717 - Test webapp runtime update service. r=myk
--HG--
rename : toolkit/webapps/tests/test_custom_origin.xul => toolkit/webapps/tests/test_hosted_checkforupdates_from_webapp_runtime.xul
rename : toolkit/webapps/tests/test_custom_origin.xul => toolkit/webapps/tests/test_packaged_checkforupdates_from_webapp_runtime.xul
2014-07-12 02:09:50 +02:00
Marco Castelluccio 0c223e94ec Bug 906114 - Wait local installation before sending messages to content. r=myk 2014-07-11 13:25:46 +02:00
Marco Castelluccio f22a14d921 Bug 1035182 - Pass the correct categories parameter during apps installation from the webapp runtime. r=myk 2014-07-09 15:15:07 +02:00
Marco Castelluccio c2d60766c0 Bug 1033065 - Wait app to be uninstalled before starting the following test. r=myk 2014-07-09 13:01:50 +02:00
Marco Castelluccio 416979553c Bug 1029674 - Fix installation of apps with custom origin. r=myk,keeler
--HG--
rename : toolkit/webapps/tests/test_packaged_launch.xul => toolkit/webapps/tests/test_custom_origin.xul
2014-07-04 15:23:16 +02:00
Myk Melez e489aa6107 Bug 1033643 - notify webapps-registry-ready while becoming webapp; r=marco 2014-07-03 17:29:39 -07:00
Myk Melez b28c7892a9 Bug 1033059 - await confirmInstall before calling startup > addInstalledApp; r=marco 2014-07-03 15:02:48 -07:00
Myk Melez b176027f63 Bug 1033038 - identify harness window as a browserTestHarness; r=marco 2014-07-03 15:02:15 -07:00
Birunthan Mohanathas 51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Eddy Bruel fd8a3e341e Bug 1014141 - Fix a regression in the remote debugger;r=mar.castellucio;r=past 2014-06-18 15:26:53 +02:00
Marco Castelluccio ef4b133d1f Bug 1022372. Listen for "load" instead of "DOMContentLoaded" in webapprt chrome tests. r=myk 2014-06-10 10:49:48 +02:00
Jonathan Watt db7080c070 Bug 1016931 - Provide better messages to users for range underflow/overflow of HTML number, date and time inputs. r=smaug 2014-06-02 14:53:56 +01:00
Robert Kaiser 5e38e1fe02 back out bug 1006615 (blocklist domain change) as data collection systems aren't completely ready yet 2014-05-21 23:36:58 +02:00
Landry Breuil 0cf3815f32 Bug 1012447: allow building webapprt against gtk3 r=glandium 2014-05-21 13:50:03 +02:00
Landry Breuil 735ac54d6f Bug 1012447: rename webapprt/gtk2 to webapprt/gtk r=myk
--HG--
rename : webapprt/gtk2/Makefile.in => webapprt/gtk/Makefile.in
rename : webapprt/gtk2/moz.build => webapprt/gtk/moz.build
rename : webapprt/gtk2/webapprt.cpp => webapprt/gtk/webapprt.cpp
2014-05-21 13:49:57 +02:00
Robert Kaiser b2da98ed85 Bug 1006615 - Update extensions.blocklist.itemURL and extensions.blocklist.url to new blocklist domain, r=Mossop,jason 2014-05-07 12:11:56 +02:00
Marco Castelluccio 6aee238150 Bug 965414 - Test downloads in the webapp runtime. r=myk 2014-04-27 12:22:00 -04:00
Aryeh Gregor abe09769dd Bug 957430 - Stop pretending Attr.specified is deprecated; r=ehsan 2014-04-25 13:29:56 +03:00
Marco Castelluccio dea9c853b9 Bug 999653 - Don't manually set allAppsLaunchable but use SpecialPowers.setAllAppsLaunchable. r=fabrice 2014-04-24 04:06:00 +02:00
Marco Castelluccio eda095ac69 Bug 774144 - Webapp uninstallation on Windows through mozapps uninstall function. r=tabraldes 2014-04-17 16:43:03 -04:00
Ryan VanderMeulen 71c6ebf573 Backed out changeset 7dbcb63aa3e3 (bug 774144) for frequent Android mochitest-4 failures.
CLOSED TREE
2014-04-13 23:46:31 -04:00
Marco Castelluccio 47eeb485f3 Bug 994834 - Remove app package on uninstall. r=felipe 2014-04-13 15:41:07 -04:00
Marco Castelluccio ce617b860a Bug 906223 - Add currently running app to the registry if it isn't already there. r=fabrice
--HG--
rename : toolkit/webapps/tests/test_hosted_launch.xul => toolkit/webapps/tests/test_hosted_launch_no_registry.xul
rename : toolkit/webapps/tests/test_packaged_launch.xul => toolkit/webapps/tests/test_packaged_launch_no_registry.xul
2014-04-13 14:42:39 -04:00
Marco Castelluccio 199f8df743 Bug 774144 - Webapp uninstallation on Windows through mozapps uninstall function. r=tabraldes 2014-04-13 14:18:02 -04:00
Matthew Gregan 69f11197c5 Bug 927245 - Remove deprecated Audio Data API implementation. r=cajbir,smaug 2014-04-03 10:53:39 +13:00
Masatoshi Kimura e65d66c52e Bug 980134 - Hide DataContainerEvent from content. r=smaug 2014-03-31 06:28:00 +09:00
Wes Kocher 7846a4d1f4 Merge fx-team to m-c 2014-03-28 16:48:17 -07:00
Marco Castelluccio 6fbf34c178 Bug 988027 - Add geo.wifi.uri pref to the webapp runtime (Use the Mozilla Location Service). r=dougt 2014-03-28 10:44:04 -04:00
Marco Castelluccio c343e632b8 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
Marco Castelluccio 620647f1c0 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