Jim Chen
44909016ff
Bug 1285572 - Remove Fennec command-line handler; r=snorp
...
The Fennec CLH is now no longer used for any purpose, so it can be
safely removed.
2016-07-20 21:43:34 -04:00
SUN Haitao
bacd8f992e
Bug 1282222 - Make the PersistentNotificationHandler handle 'persistent-notification-close' ;r=kitcambridge
...
MozReview-Commit-ID: 4S4ijAQV2tG
--HG--
extra : transplant_source : %40%9F%F3%B0%9C%E8u%CB%CAv%2AN%144%97%D3%FD%C5nt
2016-06-25 23:58:03 +08:00
SUN Haitao
afa7290190
Bug 1264815 - Add a component to handle 'persisent-notification-click'. r=kcambridge
2016-05-12 09:28:46 +08:00
Carsten "Tomcat" Book
62db018fa7
Backed out changeset d049a47c24c1 (bug 1264815)
2016-05-31 07:05:00 +02:00
SUN Haitao
f2ea042b72
Bug 1264815 - Add a component to handle 'persisent-notification-click'. r=kcambridge
2016-05-12 09:28:46 +08:00
Chun-Min Chang
4c28b98196
Bug 1232105 - device prompt UI for presentation api; r=margaret
...
MozReview-Commit-ID: CdSe449XdwF
--HG--
extra : transplant_source : %C9pI%C1%99%24%F2%2A%BE%A8c%B5%D9%90%BA%24%D3%D0%1CE
2016-04-25 11:34:23 +08:00
Nick Alexander
e90bd4aabb
Bug 1256401 - Part 2: Remove references to b2gdroid. r=fabrice
...
MozReview-Commit-ID: 63yJGdgPbhe
--HG--
extra : rebase_source : 2256e0a12588703a83f4cba06971231ac3c64592
extra : amend_source : 1f35a04191f37225986bd7ff4d0b6b2c34a71b05
extra : histedit_source : 82d351700936c8e1297eeca91ce00f96340e2f2c
2016-03-18 14:41:51 -07:00
Grigory Kruglov
9cc8e72cbc
Bug 1254729 - Remove about:devices from Fennec. r=nalexander
...
MozReview-Commit-ID: 2RC82OrrsnA
--HG--
extra : transplant_source : %C3%06%0B%1D%5E%15%60%C3%3BZS%28EB%8B3s%F3%B7k
2016-03-09 15:37:04 -08:00
Brendan Dahl
2ece6215a9
Bug 1235869 - Remove web runtime from android. r=myk
2016-02-29 10:31:00 +01:00
Joel Maher
de9f8d8859
Bug 1251373 - Remove moz payment API support. r=Margaret
...
MozReview-Commit-ID: IW63XQDyB16
--HG--
extra : rebase_source : 2038809a37a265843e6033392cbe08641dfb3a50
2016-02-25 13:08:50 -08:00
Mark Finkle
fd91e397b8
Bug 1044289 - Update PromptService.js to handle stuff from nsPrompter.js r=margaret
2015-12-30 14:59:45 -05:00
Nick Alexander
3e1c5ea1e5
Bug 1220892 - Part 1: Remove MOZ_ANDROID_NATIVE_ACCOUNTS_UI. r=mcomella
...
--HG--
extra : commitid : 3drJfjq0uyX
extra : rebase_source : 67a2e524b90f78e8f719e1f8efc9a84a6f9a19dd
extra : histedit_source : 68805f753e785e2d935ee221ba5243597ec24f92
2015-11-30 14:32:17 -08:00
Jonathan Almeida [:jonalmeida]
d90d4c18d9
Bug 1170725 - Click-to-play images. r=mfinkle
...
--HG--
extra : transplant_source : %E7%19%F3%EF%A2%A4%09%D2%29G%C7Es%C4%16%CF%03%B0%84%A6
2015-08-15 23:36:37 -07:00
Nick Alexander
cdb092fe66
Bug 1191067 - Add Fennec version of about:accounts. r=antlam,margaret
...
This is a Fennec version of about:accounts, cribbed largely from
Desktop's implementation. This implementation serves two purposes:
One, it allows all fxa-content-server pref handling to remain in
Gecko. Java-side consumers redirect to about:accounts?action=... and
have pref munging and parameter addition (like context=fx_fennec_v1,
etc) handled by about:accounts itself.
Two, it handles network connectivity display and error handling. When
a request is started, we display an animated spinner. We transition
smoothly from the spinner to the iframe display if we can, and if not
we hide any network error and offer to retry. This is more important
in Fennec than it is on Desktop. This approach agrees with Firefox
for iOS.
Some additional notes:
The spinner to iframe transition uses the WebChannel listener to send
LOADED messages to the appropriate XUL <browser> element. It's worth
remembering that Fennec's Gecko is single process, so the <browser> in
question is in the same process. None-the-less, we are close to e10s
safe.
There are four actions: signup/signin/force_reauth, and manage. The
first three try to produce a LOGIN message. The last uses the
fxa-content-server to manage the Account settings. *This is not how
this is arranged on Desktop: Desktop redirects to a new tab, not
wrapped in about:accounts.*
--HG--
extra : commitid : F2waTwe355B
extra : rebase_source : f63c96f676d1300c774d091968ec8d88bb7a86dc
2015-09-18 16:28:14 -04:00
Fabrice Desré
263dcda9c2
Bug 1205139 - Get @mozilla.org/embedcomp/prompt-service;1 to instantiate correctly r=dhylands
2015-09-15 23:09:43 -07:00
Fabrice Desré
c4db83258f
Bug 1201145 - Make android intent & web activities coexist peacefully r=snorp
...
--HG--
rename : mobile/android/components/ActivitiesGlue.js => mobile/android/components/AndroidActivitiesGlue.js
2015-09-04 14:06:49 -07:00
Fabrice Desré
2e46ff4eff
Bug 1181209
- Make changes to Gecko needed for b2gdroid to boot. r=fabrice
...
--HG--
extra : commitid : 9ntMFgbvjmP
extra : rebase_source : e47230e20d81d2207e129ca451c6e9cfe341ba55
2015-08-25 13:42:24 -07:00
Allison Naaktgeboren
f9028b72d5
Bug 1114821 - Remove nightly-only flag for about logins.r=liuche
2015-08-17 23:22:24 -07:00
Margaret Leibovic
e55ee1bc4e
Bug 1183115 - Remove apps AboutRedirector contract from MobileComponents.manifest. r=mcomella
...
--HG--
extra : commitid : HbbXn10lMWT
extra : rebase_source : a228d96294fa6f967669811efa5c07d4b939defc
2015-07-15 17:16:26 -07:00
Allison Naaktgeboren
bf0635a24a
Bug 1136477 - Unify terminology of Passwords/Logins for about:logins (nee about:passwords).1/2.r=margaret
...
--HG--
rename : mobile/android/chrome/content/aboutPasswords.js => mobile/android/chrome/content/aboutLogins.js
rename : mobile/android/chrome/content/aboutPasswords.xhtml => mobile/android/chrome/content/aboutLogins.xhtml
rename : mobile/android/locales/en-US/chrome/aboutPasswords.dtd => mobile/android/locales/en-US/chrome/aboutLogins.dtd
rename : mobile/android/locales/en-US/chrome/aboutPasswords.properties => mobile/android/locales/en-US/chrome/aboutLogins.properties
rename : mobile/android/tests/browser/robocop/testAboutPasswords.java => mobile/android/tests/browser/robocop/testAboutLogins.java
rename : mobile/android/tests/browser/robocop/testAboutPasswords.js => mobile/android/tests/browser/robocop/testAboutLogins.js
rename : mobile/android/themes/core/aboutPasswords.css => mobile/android/themes/core/aboutLogins.css
2015-06-10 18:52:27 -07:00
Dave Townsend
fcf968baa0
Bug 1068186: Update window.sidebar and window.external APIs to support e10s. r=felipe
...
Moves nsSidebar.js to toolkit and makes it just pass messages to chrome for each
API call. MainProcessSingleton listens for those messages and passes the call
along to the search service.
Combines the validation code into the same function and takes the opportunity to
support relative URLs too.
Adds a bunch of tests for these web APIs.
Also fixes:
Bug 518929: Implement window.external APIs in core code
Bug 530847: Remove Fennec's nsISidebar implementation once that code is moved into the core
Bug 517720: Adding a search engine using relative URIs is not supported
--HG--
rename : browser/components/sidebar/nsSidebar.js => toolkit/components/search/nsSidebar.js
extra : rebase_source : 3e9caa49383e78e73e5f111ff09fb063f2cfa7c0
2015-02-02 12:15:26 -08:00
Fernando Jimenez
56324f5e54
Bug 1097928 - Convert MozPaymentProvider to WebIDL. Android. r=wjohnston
2015-01-19 14:50:54 +01:00
Paolo Amadini
e3f6b034bc
Bug 1114617 - Remove nsIDownloadManagerUI from Firefox for Android. r=margaret
2014-12-24 18:10:04 +00:00
Chenxia Liu
dbce887c2a
Bug 1093201 - Part 1: Passwords management UI. r=margaret
2014-12-10 15:43:13 -08:00
Nick Alexander
16a27e624a
Bug 948465 - Part 1: Register resource://android/ pointing to Fennec APK root. r=mfinkle
...
Consumers can access Android assets (and resources) by using
resource://android/assets/FILENAME.
The resource substitution is registered at app-startup time so that the
substitution is in place before any add-on has started up: as documented
at [1], "[an] add-on will not receive xpcom-startup or app-startup
notifications".
[1] https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Receiving_startup_notifications
2014-07-22 21:41:53 -07:00
James Willcox
475ffcfdc8
Bug 964511 - Delay Snippets.js initialization until after startup r=mfinkle
...
--HG--
extra : histedit_source : 4fba71c58717aad098c60bc767090741ef8f4883
2014-07-11 16:15:39 -05:00
Richard Newman
aa3662b743
Bug 1021342 - Eliminate non-synthetic web app code. r=myk,mfinkle
2014-06-10 10:37:38 -07:00
Nick Alexander
2712067761
Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle
2014-05-05 11:27:56 -07:00
Josh Dover
aeeb9d886e
Bug 776027 - Pass web activities to Java. r=wesj
2014-04-25 16:29:00 +02:00
Brad Lassey
924cf7a253
bug 996358 - Add flags to keep tab streaming from going to Beta or Release r=mfinkle
...
--HG--
extra : rebase_source : 8d903784db2a5d15a0ef109ce3143dd1cbb6c4b9
2014-04-14 18:33:11 -07:00
Ehsan Akhgari
b344638c9b
Bug 983920 - Port window.sidebar and window.external to WebIDL; r=bzbarsky
2014-03-28 00:03:03 -04:00
Myk Melez
2ead8b81d8
Bug 985299 - register WebappsUpdateTimer with category manager only if Synthetic APKs enabled; r=mfinkle
...
--HG--
extra : rebase_source : 036a2f62e0cd89cbc1538f06633b50046282cfd3
2014-03-19 10:13:43 -07:00
Myk Melez
cc40c18cc5
Bug 985295 - give WebappsUpdateTimer component a unique contract ID; r=mfinkle
...
--HG--
extra : rebase_source : a70c296dabe2cbb1ca5ef639a004d12f15c66469
2014-03-19 10:09:35 -07:00
Myk Melez
8d75646d24
Bug 985195 - give WebappsUpdateTimer a unique ID; r=mfinkle
...
--HG--
extra : rebase_source : bf637c950996bfeab1f566ac482a4a27560ccb16
2014-03-18 23:05:45 -07:00
Brad Lassey
0a05e93841
bug 928096 - UI for Tab streaming r=mfinkle
2014-03-18 15:05:46 -04:00
Myk Melez
e3e1f9ec39
bug 934760 - implement synthetic APK update flow; r=wesj
2014-02-07 23:50:13 -08:00
Richard Newman
bdf87cafc6
Bug 965064 - Part 1: back out non-native about:accounts. r=nalexander
2014-01-28 16:49:54 -08:00
Nick Alexander
b5e6f7d0ff
Bug 951883 - Part 2: Remove temporary compile time guards. r=me
...
--HG--
extra : rebase_source : 51325eeea8fc1d5b2e7cd84e8977072b030496c8
2013-12-18 15:13:26 -08:00
Nick Alexander
6010d96638
Bug 899217 - Part 1: Register about:accounts code. r=rnewman
...
This is temporary code for our first engineering milestone. I know of
the following issues:
* the page doesn't implement the full interface and spec that the
loaded content expects; it just does enough to work.
* logs are repeated if about:accounts is re-loaded.
2013-12-17 15:14:56 -08:00
Wes Johnston
5ba16c0086
Bug 875750 - Provide a basic color picker for Android. r=mfinkle
2013-12-11 15:51:01 -08:00
Margaret Leibovic
ed490f60e8
Bug 937820 - Create Snippets XPCOM component. r=bnicholson
2013-11-22 16:55:33 -08:00
Margaret Leibovic
10a025e8a0
Bug 897235 - Remove unused AlertsService.js. r=wesj
2013-07-29 15:49:19 -07:00
Wes Johnston
0f805b15bc
Bug 874689 - Move android file picker to a js component. r=mfinkle
2013-05-29 08:08:55 -07:00
Ryan VanderMeulen
41fc78af8d
Backed out changesets 3c08a0d87dc5, b6147b141643, and a38ef60582d9 (bug 874689) for Android build bustage.
...
CLOSED TREE
2013-05-28 21:35:26 -04:00
Wes Johnston
e7d641628c
Bug 874689 - Move android file picker to a js component. r=mfinkle
2013-05-28 16:28:30 -07:00
Nick Alexander
d552b016a9
Bug 857419 - Implement about:healthreport on Android. r=rnewman
2013-05-10 21:30:57 -07:00
Wes Johnston
4da983b4d0
Bug 813756 - Implement payments frontend for Android. r=mfinkle
2013-04-25 15:29:17 -07:00
Margaret Leibovic
2e6ecb9f4f
Bug 861005 - Get rid of Fennec FormAutoComplete component. r=mfinkle
2013-04-12 12:03:43 -07:00
Aaron Moses
5df0ded563
Bug 845375 - Implement the nsIClientAuthDialogs interface for android. r=kats
2013-03-07 18:08:03 +00:00
Wes Johnston
3807195da3
Bug 768035 - Implement SiteSpecificUserAgent for Fennec. r=bnicholson
2013-02-28 14:02:21 -08:00