Commit Graph

269 Commits

Author SHA1 Message Date
wesj
5e127b321f Bug 1071120 - Fixup wifi telemetry. r=mfinkle 2014-10-02 09:12:07 -07:00
wesj
14127d44a8 Bug 1071120 - "Telemetry for searching from error pages" [r=mark.finkle] 2014-09-25 00:22:00 -07:00
Richard Newman
d60a2280e0 Bug 1075091 - Rename Firefly code to Matchstick. r=wesj
--HG--
rename : mobile/android/modules/FireflyApp.jsm => mobile/android/modules/MatchstickApp.jsm
2014-10-01 10:21:37 -07:00
wesj
ec2a2da566 Bug 1071076 - Handle enter key in search page searches. r=margaret 2014-09-26 11:31:12 -07:00
Brad Lassey
2a10c2164b Bug 1064834 - move common second screen modules to toolkit r=mfinkle
--HG--
rename : mobile/android/modules/RokuApp.jsm => toolkit/modules/secondscreen/RokuApp.jsm
rename : mobile/android/modules/SimpleServiceDiscovery.jsm => toolkit/modules/secondscreen/SimpleServiceDiscovery.jsm
2014-09-12 12:42:28 -04:00
Randall Barker
fb03f1d81f Bug 1048425 - Enable support for tab sharing with Roku device. r=wesj r=mfinkle 2014-09-19 13:50:00 +02:00
Brian Nicholson
6d53c0f2d3 No bug - Fix example comments in Messaging.jsm. DONTBUILD 2014-09-19 15:23:46 -07:00
Randall Barker
2b7acf8ad4 Bug 1066879 - The SSDP implementation can sometimes take too long to discover a device. r=mfinkle, r=wesj 2014-09-18 11:21:00 -04:00
Myk Melez
b43fd485ac back out 5aa9b76448b5 (bug 960584) for bustage (it depends on fix that hasn't yet landed) 2014-09-17 01:14:47 -07:00
Wes Johnston
0dbf84857e Bug 1042199 - Show a search box on error pages. r=margaret 2014-09-16 16:34:52 -07:00
Mark Finkle
32798a9452 Bug 1058384 - Switch to a unique ID when registering targets r=wesj 2014-09-12 20:56:42 -04:00
Mark Finkle
bad779a9d7 Bug 1020564 - Change SSDP 'target' references to 'device' to cut down on confusing concepts r=wesj 2014-09-12 20:55:00 -04:00
Wes Johnston
cbf2ffcd5c Bug 1058150 - Use restricted profiles for guest mode. r=mfinkle 2014-09-09 15:08:37 -07:00
Martyn Haigh
5f4da7ae39 Bug 960584 - notify user of download progress indication when fetching APK; r=myk 2014-09-09 19:43:47 -07:00
David Keeler
7083e45f19 bug 775370 - (part 2/2) use DataStorage as back-end to nsSiteSecurityService r=briansmith 2014-09-04 10:42:31 -07:00
Brian Nicholson
3d04f74b97 Bug 1062622 - Add catch function in Sanitizer.jsm. r=wesj 2014-09-04 10:31:13 -07:00
Brian Nicholson
c4e17bbd52 Bug 1055144 - Change callback-based sendMessageToJava calls to Messaging.sendRequestForResult. r=wesj 2014-09-02 15:53:30 -07:00
Brian Nicholson
3897b56bac Bug 1055144 - Implement sendRequestForResult. r=wesj
sendRequestForResult is a promise-based API for messaging Java. It
replaces the callback version of sendMessageToJava.
2014-09-02 15:53:29 -07:00
Brian Nicholson
6226977167 Bug 1043633 - Change sendMessageToJava to Messaging.sendRequest. r=wesj 2014-09-02 11:59:05 -07:00
Brian Nicholson
939ed88abf Bug 1043633 - Move sendMessageToJava into Messaging namespace. r=wesj 2014-09-02 11:59:04 -07:00
Wes Johnston
25187c3d05 Bug 1055212 - Use Cu.import everywhere we import pageActions.jsm r=margaret 2014-08-25 16:19:32 -07:00
Wes Johnston
6687aa9b29 Bug 1042196 - Provide a wifi button on error pages. r=mfinkle 2014-08-25 16:19:25 -07:00
Ryan VanderMeulen
1d978d9304 Merge m-c to fx-team. a=merge 2014-08-25 16:27:23 -04:00
Wes Johnston
d7f4d93321 Bug 1046885 - Disable installing webapps in guest mode profiles. r=myk 2014-08-25 12:55:18 -07:00
Wes Kocher
63303a6c9b Merge fx-team to m-c a=merge 2014-08-22 16:17:12 -07:00
Wes Johnston
60db093ada Bug 1046537 - Better error handling from chromecast code. r=mfinkle 2014-08-22 11:20:02 -07:00
Nigel Babu
470d8f98a7 Backed out changeset d53b90e407ce (bug 1042196) for bustage on localized builds 2014-08-22 13:36:17 +05:30
Wes Johnston
ee1165ed18 Bug 1042196 - Provide an enable wifi button on error pages. r=mfinkle 2014-08-21 09:45:26 -07:00
Mark Finkle
2928e0ab35 Bug 1054920 - Do not allow casting UI to appear if the video is an unsupported format r=wesj 2014-08-19 19:34:29 -04:00
Wes Kocher
db3ae85941 Backed out changeset 80bf024e03d6 (bug 1054920) for robocop-5 and S4 orange 2014-08-19 18:09:09 -07:00
Mark Finkle
c1c119cf9b Bug 1054920 - Do not allow casting UI to appear if the video is an unsupported format r=wesj 2014-08-19 19:34:29 -04:00
Wes Johnston
2ae39e4f49 Bug 1055338 - Init pageactions on first use. r=mfinkle 2014-08-19 11:48:52 -07:00
Myk Melez
de81eaae31 Bug 1026263 - set orientation default pref on firstrun; r=wesj 2014-08-18 09:59:31 -07:00
Wes Johnston
072c4af638 Bug 732169 - Associate prompts with tabs. r=lucasr 2014-08-14 23:17:04 -07:00
Brian Nicholson
cdfde9b60e No bug - Remove obsolete Promise.defer() from comment. DONTBUILD 2014-08-14 17:11:29 -07:00
Wes Kocher
76e9302a18 Backed out 2 changesets (bug 1052276) for causing various Android failures
Backed out changeset fb6d69690255 (bug 1052276)
Backed out changeset 14a934f9c207 (bug 1052276)
2014-08-14 16:36:59 -07:00
Wes Johnston
ff826334e8 Bug 1052276 - Use Toast.jsm in place of NativeWindow.toast. r=margaret 2014-08-14 13:53:44 -07:00
Wes Johnston
6ea49644cf Bug 1052276 - Move toast code to a jsm module. r=margaret 2014-08-14 13:48:46 -07:00
Wes Johnston
b989727ead Bug 1052288 - Move PageActions to a jsm module. r=bnicholson 2014-08-13 21:38:37 -07:00
Wes Johnston
047c87f394 Bug 1042194 - Add a framework for adding widgets to error pages. r=margaret 2014-08-13 14:53:34 -07:00
Brian Nicholson
4af3037d3a Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 19:37:39 -07:00
Wes Kocher
a891b9fc9e Backed out 2 changesets (bug 967325) for rc4 failures
Backed out changeset 5db7e8e8bd6c (bug 967325)
Backed out changeset bbd7ca6452ff (bug 967325)
2014-08-11 16:31:15 -07:00
Brian Nicholson
32916e2fc3 Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 15:09:37 -07:00
Myk Melez
caa4d0fafa Bug 918309 - Import and use public domain JNI.jsm implementation; r=wesj 2014-08-08 10:04:01 -07:00
Ted Clancy (:tedders1)
1e1c4fc0da Bug 1000315 - Part 5: Uninstall prompting on Android (just a stub for now). r=mfinkle 2014-06-11 14:27:06 -07:00
Brad Lassey
a54661b255 bug 1041700 - use browserWindow and scrollWithPAge media constraints for tab mirroring r=mfinkle 2014-08-02 13:42:08 -04:00
Ed Morley
f1c5b33241 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-01 17:26:43 +01:00
Brad Lassey
11c8ea0f87 bug 1046971 - Add ability to stop mirroring a tab r=mfinkle 2014-07-31 19:42:30 -04:00
Fabrice Desré
cc7dd1764b backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me 2014-07-31 12:14:03 -07:00
Fabrice Desré
154ab0bbdf Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00