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

206 Коммитов

Автор SHA1 Сообщение Дата
Margaret Leibovic e76ac1bda3 Bug 1209352 - Update FAQ page URL. r=liuche
--HG--
extra : commitid : ZSIh9D7uhB
extra : rebase_source : 330c77cd7f306ebd33111eaf9d1350cb83276441
2015-10-06 17:36:13 -04:00
Martyn Haigh 0b49f3d776 Bug 1205335 - Allow homepage to be set by distributions. r=nalexander
--HG--
extra : commitid : 2iVaLDVp6m5
extra : rebase_source : b2b8ec9d34109d0df56ea92c66fe8df4f4490eb0
2015-10-08 16:35:32 +01:00
Allison Naaktgeboren 4bff588846 Bug 1201325 - remove nightly only flag from savedsearch feature.r=? 2015-10-07 09:49:19 -07:00
Margaret Leibovic 1322b83ce8 Bug 1185163 - Create tri-state tracking protection pref (for Nightly only). r=liuche
--HG--
extra : commitid : CZ8A8aeMz9K
extra : rebase_source : e59be369b9f4d99d87063eaf781282a700d58252
2015-07-17 16:36:03 -07:00
Mark Finkle ad0deb94be Bug 1210283 - Add more UI Telemetry probes for managing Home Panels r=liuche 2015-10-03 00:37:48 -04:00
Martyn Haigh 2548ffccf4 Bug 1206055 - No feedback notification is displayed after tapping a link with "Open multiple links" pref enabled on Gingerbread; r=mcomella
--HG--
extra : commitid : DrCzR31imra
extra : rebase_source : fd38fad87841b26de69b98ed0d17428470e3b820
extra : amend_source : c769a72b3d9d1713d2449f77620d5b85e672acb4
2015-09-25 17:26:53 +01:00
Margaret Leibovic a30e83f0cf Bug 1209032 - Put "set a home page" pref behind a Nightly flag. r=mhaigh
--HG--
extra : commitid : KS0KRQnJvpx
extra : rebase_source : a19c46d1add60c88cf342a67741600f13d7ddcf9
2015-09-28 14:19:16 -04:00
Jonathan Almeida [:jonalmeida] 8fa6f2131d Bug 1195063 - Create a UI Settings option for changing the image threshold image size for click-to-play images r=mfinkle
--HG--
extra : transplant_source : e%5D%C7%BDC9%5DU%8B%0B%0As%DD%1B%00%8D%B9%2CG%F5
2015-08-19 17:08:15 -07:00
Martyn Haigh cd5d26a334 Backed out changeset dd6c9d2f07da
--HG--
extra : commitid : CdSZnPbw8YA
2015-09-23 17:32:24 +01:00
Martyn Haigh edcfb518d4 Bug 1207201 - Fix tab selection bugs; f?rnewman
Rather than just add suport for a new homepage, I think it's wise that we add support for android preferences from distro files.

I've added support from within the preferences.json file, an example file would look like this:

{
  "Global": {
    "id": "sample",
    "version": 1.0,
    "about": "Sample Distribution"
  },
  "Preferences": {
    "privacy.donottrackheader.enabled": true
  },
  "LocalizablePreferences": {
    "browser.search.defaultenginename": "Bugzilla@Mozilla"
  },
  "AndroidPreferences": {
    "homepage": "http://www.mozilla.com"
  }
}

--HG--
extra : commitid : INGL1YVHSdf
extra : rebase_source : 8b0ebc5a94e653c86254232ca6c752f09602a4b7
extra : amend_source : b5627935333b0f1dbae8a9e76c427eef21c962ca
2015-09-23 17:21:08 +01:00
Allison Naaktgeboren 98127aeb6e Bug 1200367 - saved searches should have an opt-out pref in settings.r=liuche 2015-09-22 13:39:48 -07:00
Chenxia Liu e5ab251e9c Bug 1199859 - Add Import option for Firstrun. r=mfinkle
--HG--
extra : commitid : I2Vv12eXGJK
extra : rebase_source : 290e684a14f268b4fd18023817fe1dbcbf70736d
2015-04-16 14:49:40 -07:00
Nick Alexander 811d17425f Bug 1205706 - Part 2: Add entrypoint parameter to selected Firefox Account activities. r=sebastian
This list is not meant to be exhaustive.  There are many ways to get
to the Get Started activity; not all of them are interesting.  We're
just trying to capture the significant entrypoints, like firstrun and
preferences.

--HG--
extra : commitid : 6NI5PTknABt
extra : rebase_source : bb376e316cf3c68388506e1805ce33b749db324f
2015-09-17 16:22:26 -04:00
Nick Alexander 143545ece4 Bug 1204937 - Part 1: Redirect native account UI launches through action intent filters. r=sebastian
This patch stops referring to package/class objects to identify
Android components directly and instead launches through action intent
filters.  The intent filters are scoped to the package, but not marked
as private or as requiring a permission.  A malicious package could
inject itself into an account flow, but I don't think there's much
advantage: the only time a secret is passed between activities is when
the native sign up (CreateAccount) and sign in (SignIn) activities
link between themselves, and in this instance I didn't route through
the action intent filters.  (This is entirely native -- there's no web
analog -- so I didn't use the indirection.)

--HG--
extra : commitid : 5kItROluc9m
extra : rebase_source : e02f324ab9a5cc4d807d37fa575e649631dee5d6
2015-09-15 14:18:46 -04:00
Martyn Haigh d3b9b2fd8f Bug 1201181 - Add "Set a Homepage" item in Settings > Customize > Home; r=mfinkle
--HG--
extra : commitid : JWKQqTwemxR
2015-09-14 14:36:38 +01:00
Martyn Haigh eb5f28c49a Bug 1195721 - Set a home page; r=mfinkle
--HG--
extra : commitid : 7DqD1cuSyVt
extra : rebase_source : 2790a548b80b445ead955a0cea4a7b8898d87dd2
2015-09-14 14:21:14 +01:00
Kartikaya Gupta e0d941d847 Bug 1201539 - Remove Fennec front-end code to deal with reflow-on-zoom. r=mfinkle
--HG--
extra : commitid : 7eqzwMt4jee
2015-09-04 11:49:48 -04:00
Sebastian Kaspari aaaa54f2e5 Bug 1197721 - Restricted profiles: Hide "Display" menu items in non-"split pane" settings list too. r=mhaigh
--HG--
extra : commitid : 6Uk60s2GQJz
extra : rebase_source : 31af607f861c23bfe521f7cc60347f8516b15414
extra : amend_source : 1c5b0a819d99e0ed70b8392f28e4d5a59f4109b4
2015-08-28 13:31:45 +02:00
Sebastian Kaspari 7c1b0dd9ea Bug 1200151 - Restricted profiles: Hide developer tools based on restriction. r=ally
--HG--
extra : commitid : J22yazD1MKd
extra : rebase_source : 3ba75b27cac6c5d0625517371bc11a831b4b88af
2015-08-31 13:52:32 +02:00
Chenxia Liu 212d0d8df8 Bug 1186037 - Import bookmarks and history from stock browser (Samsung S4, Android 4.4.2) doesn't work. r=mhaigh
--HG--
extra : commitid : LCpaq08yMFJ
extra : rebase_source : b3990d5c8e18678f7193aa757a2f07312d2d28a7
2015-08-13 11:45:23 -07:00
Chenxia Liu 59e6183cef Bug 1194896 - Add telemetry notification for interacting with data policy notification. r=mcomella
--HG--
extra : commitid : 3uEr70eDpEX
extra : rebase_source : 2775881071eb0f0feabd9a762c3757939b5bc239
2015-08-14 16:00:56 -07:00
dominique vincent e32719478d Bug 1192075 - Change copy in Settings for Zoomed View/ magnifying glass preference. r=mcomella
--HG--
extra : source : e32341309d701cb6fb360accd3afe937be10ba20
2015-08-20 13:44:18 -07:00
Wes Kocher a7cefecb3e Backed out changeset e32341309d70 (bug 1992075) for landing with the wrong bug number
--HG--
extra : amend_source : be5b170b5b8030a856b2873846bc6f0c447f93f3
2015-08-20 13:50:27 -07:00
dominique vincent df8503e81a Bug 1992075 - Change copy in Settings for Zoomed View/ magnifying glass preference. r=mcomella 2015-08-20 13:44:18 -07:00
Allison Naaktgeboren f9028b72d5 Bug 1114821 - Remove nightly-only flag for about logins.r=liuche 2015-08-17 23:22:24 -07:00
Martyn Haigh 53ce93df5b Bug 1194199 - Enable Tab Queue on Aurora; r=sebastian
--HG--
extra : commitid : 6Mq9RV2pavm
extra : rebase_source : 6815d5fe0a0a0667c3b869c7c8bd7d901e43fe7b
2015-08-13 14:31:10 +01:00
Sebastian Kaspari 339bd01012 Bug 1183069 - Copy removed fields from android.provider.Browser to LegacyBrowserProvider. r=rnewman
--HG--
extra : commitid : 7qIFuCxppoX
extra : rebase_source : 89dc929577cfe329436a90f1cb51a3209a1983d7
extra : amend_source : be84917784335f86412bb873d11a162bdaa673fa
2015-08-03 17:04:27 +02:00
Mark Capella a425371327 Bug 1189971 - Add primary UI preference to disable magnifying glass, r=blassey 2015-08-05 21:19:59 -04:00
Sebastian Kaspari 44c14baf93 Bug 1125977 - Restricted profiles: Hide setting to set master password. r=ally
--HG--
extra : commitid : 20fbuH5Hyzs
extra : rebase_source : bafc4e8840ae8f53ee36be0937530459a6e71ae0
2015-07-31 10:19:46 +02:00
Sebastian Kaspari 83eed0f628 Bug 1125979 - Restricted profiles: Hide Settings > Privacy > Clear private data. r=ally
--HG--
extra : commitid : 2nl5bcmBIo6
extra : rebase_source : 4a040a7deb330f901a97f8eef7c86d46fc29ce38
2015-07-31 10:18:59 +02:00
Sebastian Kaspari 58e78a3578 Bug 1125975 - Restricted profiles: Hide display settings. r=margaret
--HG--
extra : commitid : 97BeGRE6Zj3
extra : rebase_source : de8a3119fb6519d9addb35b1164f76aa963575ad
2015-07-31 09:45:40 +02:00
Sebastian Kaspari 208eda38c4 Bug 1125309 - Restricted profiles: Hide all Location Services features and related UI. r=margaret
--HG--
extra : commitid : 42c8GrRQAla
extra : amend_source : b3babc754a9bce1d26fcde235ed2d88aae431d1d
2015-07-30 20:18:03 +02:00
Sebastian Kaspari 2b86ebbaeb Bug 1125290 - Hide private browsing support and all related UI. r=margaret
--HG--
extra : commitid : 2LWSL6EAKjQ
extra : amend_source : fef3505c7afebef412827a3bbc99ca92166d97da
2015-07-30 19:55:18 +02:00
Sebastian Kaspari fd4e2c2e8c Bug 1125315 - Restricted profiles: Hide setting "Customize > Home". r=ally
--HG--
extra : commitid : DYDNNfg9MCz
extra : amend_source : c0bf203ca0e6f01fc1bf2081bddd933e736bc88e
2015-07-30 19:52:54 +02:00
Sebastian Kaspari f5fdc72920 Bug 1125288 - Restricted profiles: Hide all developer tools and related UI. r=margaret
--HG--
extra : commitid : 3IGiZUnPlf4
extra : amend_source : 2b8f787cd6b45a941097f8e183561039c8e8a61c
2015-07-30 19:48:38 +02:00
Sebastian Kaspari d7f1de6d04 Bug 1187260 - Simplify RestrictedProfiles class. r=ally
This patch transforms RestrictedProfiles to delegate isAllowed() and
canLoadUrl() calls to an object implementing the RestrictionConfiguration
interface.

DefaultConfiguration, GuestProfileConfiguration and
RestrictedProfileConfiguration are implementing RestrictionConfiguration
and will take care of handling the restrictions for the different types
of profiles.

--HG--
extra : commitid : LQ2YsdyG6oR
extra : rebase_source : 015f7f02c6e7fded16d3811a71f0ae23547e5f71
2015-07-24 19:47:31 +02:00
Karim Benhmida 15adba3488 Bug 1178503 - Remove nightly-only flag for QR code input. r=liuche
--HG--
extra : commitid : EMVHezunff4
extra : rebase_source : 69b9c0e6631f09239426dfc483922d7069ab53f2
2015-07-21 13:23:57 -07:00
Sebastian Kaspari 549bd2bd55 Bug 1183559 - Hide "Import from Android" feature on devices running Android M+. r=rnewman
This patch assumes that Android M is going to be API level 23 (very likely) and additionally
checks for Android M Preview builds (Build.VERSION.RELEASE set to "M").

--HG--
extra : commitid : Bt1sQw4h4rC
extra : rebase_source : f2d4c0c062b41c67db9a6819665734621c0b2229
2015-07-24 14:04:30 +02:00
Karim Benhmida bd94cd295f Bug 1178500 - Remove nightly-only flag for voice input. r=liuche
--HG--
extra : transplant_source : %40%8F%98Z%E4z%26%B3z%25%F2%3B%D7%0Ah%E6%B5Z%B7%D0
2015-07-21 13:16:46 -07:00
Sebastian Kaspari bc93298683 Bug 1184683 - GeckoPreferences: Pass current context to RestrictedProfiles instead of relying on GeckoAppShell. r=ally
--HG--
extra : commitid : F7fZLb8kJ05
extra : rebase_source : c7e207292f41b2b5b532241727aebf38e467253d
2015-07-20 11:55:32 +02:00
Martyn Haigh 4afff5f6f8 Bug 1175970 - Tell users about tracking protection the first time they open a new private tab r=margaret
--HG--
extra : commitid : E4VV10gQZGi
2015-07-15 11:23:37 +01:00
J. Ryan Stinnett 037d573caf Bug 1180996 - Remote debugging via WiFi for Android. r=margaret 2015-07-09 10:36:29 -05:00
Nick Rosbrook 4d33ca0eeb Bug 1156546 - Remove "Developer Tools" preference category when in Guest Mode. r=liuche
--HG--
extra : commitid : 8AwHKacUBzG
extra : rebase_source : 84ff40f12d05a171a6a95fc76cb693469cdbd772
2015-07-07 11:55:18 -07:00
Martyn Haigh a54e9b36c4 Bug 1175969 - Update tracking protection settings item to only be about private browsing r=margaret
--HG--
extra : rebase_source : 2b1a2980bf7d65a6fd1b0b58aad2e848b74bee12
2015-07-02 17:44:57 +01:00
Sergej Kravcenko 0e9f7c71b6 Bug 1171157 - Use nested conditionals in GeckoPreferences. r=rnewman 2015-07-01 05:00:14 +03:00
Karim Benhmida ba45639acc Bug 602818 - Integrate QR code scanner into Fennec. r=liuche
--HG--
rename : mobile/android/base/util/VoiceRecognizerUtils.java => mobile/android/base/util/InputOptionsUtils.java
extra : commitid : HyeUL1YR3Sm
extra : rebase_source : 8f746b9eb776f2e7e28b42975d59f54614760094
extra : histedit_source : a39383a6526b57230c283f4167bf6b550f8a5df7
2015-06-19 13:20:31 -07:00
Karim Benhmida 664bab157c Bug 1153904 - Add item in Settings for Voice input. r=liuche
--HG--
extra : commitid : 7bSNSn6infw
extra : rebase_source : a2981d2d2f408ff834dbed37451e0721db39e574
extra : histedit_source : 335d1dba180cc0dc56cd47435d6829f823471891
2015-06-26 13:20:44 -07:00
Allison Naaktgeboren dd5bb481cf Bug 1065004 - Provide an option to always open tabs in Private Browsing, amendment.r=liuche 2015-06-02 14:37:20 -07:00
Allison Naaktgeboren 6e1d5e3eed Bug 1065004 - Provide an option to always open external tabs in Private Browsing.r=margaret 2015-05-26 15:26:33 -07:00
Michael Comella 4262ab276d Bug 1152314 - Duplicate action bar configuration in code. r=liuche
This is necessary because the configuration breaks on some devices if it's
just set in XML - see the code comments for more details.

--HG--
extra : source : 20612adf39a75abc22de568a5aa2a04d8349e0e2
2015-04-14 17:42:45 -07:00