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
Marco Castelluccio
cfdf919dbd
Bug 876980 - Expose mozAlarms API to installed apps on Firefox desktop. r=nsm,myk
2014-03-21 15:38:33 -07:00
Ehsan Akhgari
da255bec64
Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end
...
Backed out changeset ab12a8416a1d (bug 957431)
Backed out changeset 188d1e255d40 (bug 957431)
2014-03-21 16:04:09 -04:00
Paolo Amadini
3472025670
Bug 984806 - Convert to Promise.jsm in the Webapp Runtime. r=marco
2014-03-21 09:43:34 +01:00
Marco Castelluccio
8e5a80d65c
Bug 983234 - Use a fake stream in the webapprt getUserMedia test. r=myk
2014-03-19 09:00:44 -04:00
Marco Castelluccio
bf286cc436
Bug 976300 - Request position on load and register the mutation observer on DOMContentLoaded. r=myk
2014-03-19 08:48:05 -04:00
Marco Castelluccio
218dad110d
Bug 938304 - navigator.mozPay(): callbacks do not pass through result (desktop fix). r=ferjm
...
--HG--
rename : webapprt/test/chrome/mozpay-success.html => webapprt/test/chrome/mozpay-failure.html
2014-03-17 10:42:15 -04:00
Marco Castelluccio
650cf1244e
Bug 898647 - Backend for app updates. r=myk,fabrice
...
--HG--
rename : browser/modules/webappsUI.jsm => browser/modules/WebappManager.jsm
rename : toolkit/webapps/WebappsInstaller.jsm => toolkit/webapps/NativeApp.jsm
rename : webapprt/WebappsHandler.jsm => webapprt/WebappManager.jsm
2014-03-15 14:37:37 -07:00
Wes Kocher
431137ccf6
Backed out changeset 4ce831d82c1f (bug 898647) for gaia-ui bustage on an already CLOSED TREE
...
--HG--
rename : browser/modules/WebappManager.jsm => browser/modules/webappsUI.jsm
rename : toolkit/webapps/NativeApp.jsm => toolkit/webapps/WebappsInstaller.jsm
rename : webapprt/WebappManager.jsm => webapprt/WebappsHandler.jsm
2014-03-14 14:13:25 -07:00
Marco Castelluccio
9b4317d55f
Bug 898647 - Backend for app updates. r=myk,fabrice
...
--HG--
rename : browser/modules/webappsUI.jsm => browser/modules/WebappManager.jsm
rename : toolkit/webapps/WebappsInstaller.jsm => toolkit/webapps/NativeApp.jsm
rename : webapprt/WebappsHandler.jsm => webapprt/WebappManager.jsm
extra : rebase_source : d009be9de28cb917062d567592f773e9ece4266e
2014-03-14 10:30:53 -07:00
Vaibhav Agarwal
c75ff964a1
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Boris Zbarsky
51c7e3a485
Bug 980965. Stop using DOM constructors as functions in chrome code. r=bholley
2014-03-10 17:38:14 -04:00
Alessio Placitelli
002b65d322
Bug 961804 - Drop support for Blob.mozSlice. r=jst
2014-03-06 08:52:52 -05:00
Ehsan Akhgari
17f4a32d8b
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
Ehsan Akhgari
5ff28bc333
Bug 976886 - Port RCINCLUDE to moz.build; r=mshal
...
--HG--
extra : rebase_source : e8a75bc01c3f57516a1a1307de3d170ea07ca1ac
2014-03-04 17:19:24 -05:00
Marco Castelluccio
7b491bf060
Bug 847518 - window.open(url, "_blank") should open in default browser. r=myk, r=bz
2014-02-27 11:56:48 -05:00
Ehsan Akhgari
a1909fa87d
Bug 975733 - Move some LDFLAGS for building executables on Windows to moz.build; r=mshal
2014-02-26 21:38:29 -05:00
Ehsan Akhgari
ae84232a40
Bug 976885 - Port RCFLAGS to moz.build; r=glandium
2014-02-26 09:12:49 -05:00
Ehsan Akhgari
39fc9361f6
Bug 975740 - Port WIN32_EXE_LDFLAGS to moz.build; r=mshal
2014-02-24 08:30:25 -05:00
Marco Castelluccio
09d14b377f
Bug 971149 - Use the newly introduced registryStarted promise in Startup.jsm. r=myk
2014-02-20 15:35:09 -05:00
Ehsan Akhgari
0d63e8caea
Bug 973391 - Move the LOCAL_INCLUDES in webapprt to moz.build; r=glandium
2014-02-18 01:03:08 -05:00
Donovan Preston
544c5f52c0
Bug 972090 - Add missing strings to the webapprt's overridden copy of appstrings.properties. r=myk
2014-02-13 15:30:45 -08:00
Ehsan Akhgari
b7b6d52aef
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
2014-02-11 09:12:33 -05:00
Olli Pettay
3bff68ce19
Bug 969671 - Warn about use of sync XHR in the main thread, r=sicking/ehsan
...
--HG--
extra : rebase_source : 4af00da28a4e8b6cc1209d9a5e098d9914286deb
2014-02-10 20:35:25 +02:00
Marco Castelluccio
eaa2dd6729
Bug 969654 - Fix payments webapprt regression. r=ferjm
...
DONTBUILD
2014-02-10 08:48:55 -05:00
Ryan VanderMeulen
e648954754
Backed out changeset 00d49079bcbc for landing with the wrong bug #.
2014-02-10 09:00:41 -05:00
Marco Castelluccio
106bbee041
Bug 969564 - Fix payments webapprt regression. r=ferjm
2014-02-10 08:48:55 -05:00
Alfredo Yang
3853c6783a
Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith
2014-02-09 15:34:40 -05:00
Jonathan Watt
dc7188dcc2
Bug 827161, part 2 - Implement HTML 5's ValidityState.badInput and implement the state for HTMLInputElement's number type. r=smaug
2014-01-30 12:54:12 +00:00
Jeroen van der Gun
5758957ce6
Bug 961377 - Extend webapp runtime to support tooltips in webapps like in the normal browser; r=felipe
2014-01-23 10:31:00 +00:00
Fabrice Desré
76b08869b8
Bug 940254 - Make "storage" permission in the database not grant "offline-app" r=gwagner
2014-01-08 17:14:22 -08:00
Ehsan Akhgari
2bc7d53f79
Bug 957431 - Remove support for Attr.ownerElement; r=bzbarsky
2014-01-08 09:28:19 -05:00
Sebastian Hengst
1299ab4f19
Bug 952040 - webapprt: overrides: Use 'received' instead of 'recieved' and remove pairs of whitespaces. r=tabraldes
2014-01-03 11:36:34 +01:00
Boris Zbarsky
c388b489bd
Bug 937461. Make cloneNode/importNode "deep" arg default to false, since the spec changed on us. r=sicking
2013-12-20 14:28:17 -05:00
Gregory Szorc
e396fc159d
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Boris Zbarsky
5b212815ea
Bug 948096. Warn when people use window._content. r=smaug,myk
2013-12-12 16:11:54 -05:00
Randell Jesup
c73f788f82
Bug 853356: backout p1
2013-12-10 01:00:18 -05:00
Phil Ringnalda
b1fd3d5806
Merge m-c to b-i
2013-12-07 08:28:10 -08:00
Alfredo Yang
c4c617f113
Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
2013-12-06 17:38:51 -05:00
Donovan Preston
5ec0880022
Bug 707294 -- Change some strings in the webapprt to say "application" instead of "page". r=myk
...
--HG--
extra : amend_source : d849b7d4fb3e75601facf0a7ba3c44c8b30c2459
2013-12-06 16:17:50 -08:00
Ryan VanderMeulen
4829857b56
Merge m-c to inbound.
2013-12-02 16:58:15 -05:00