Commit Graph

18438 Commits

Author SHA1 Message Date
Chenxia Liu
192a118ebc Bug 1225092 - Don't show keyboard on Welcome panel. r=mcomella 2015-11-30 13:57:20 -05:00
Nick Alexander
f8b3ba19ac Bug 1229438 - Part 3: Update build. r=rnewman 2015-12-01 10:56:09 -08:00
Nick Alexander
8a78c06e29 Bug 1229438 - Part 2: Move Fennec services resources. r=rnewman
#!/bin/bash
set -x
pushd mobile/android/base/resources
for i in * ; do
    mkdir -p ../res/$i ;
    hg mv $i/{fxa,sync}* ../res/$i ;
done
popd
hg mv mobile/android/base/res mobile/android/services/src/main/res
2015-12-01 11:08:10 -08:00
Nick Alexander
3bad0db77f Bug 1229438 - Part 1: Move Fennec services code. r=rnewman
#!/bin/bash
mkdir -p mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/background mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/browserid mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/fxa mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/sync mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/tokenserver mobile/android/services/src/main/java/org/mozilla/gecko
hg mv mobile/android/base/reading mobile/android/services/src/main/java/org/mozilla/gecko
2015-12-01 10:56:49 -08:00
Mark Capella
8cc4e7adf5 Bug 1215959 - (GeckoCaret2) Upgrade TextSelection Carets test, r=snorp 2015-12-01 15:25:06 -05:00
Mark Capella
09b32da6ac Bug 1215959 - (GeckoCaret2) Upgrade mobile-side for new AccessibleCaret front-end, r=snorp 2015-12-01 15:25:06 -05:00
Mark Capella
eda494195a Bug 1215959 - (GeckoCaret2) update experimental prefs, r=snorp 2015-12-01 15:25:06 -05:00
Mark Capella
0c8ded1b65 Bug 1215959 - (GeckoCaret2) Update caret resources, r=snorp 2015-12-01 15:25:06 -05:00
Chenxia Liu
c2c91edd04 Bug 1220720 - SUMO URL should not be localized. r=trivial 2015-11-25 11:22:00 -05:00
Carsten "Tomcat" Book
81c50d96fe Merge mozilla-central to fx-team 2015-12-01 15:28:12 +01:00
Carsten "Tomcat" Book
c78dfb0a34 merge mozilla-inbound to mozilla-central a=merge 2015-12-01 15:25:14 +01:00
Carsten "Tomcat" Book
877f6d6f09 Backed out changeset 7c75159bc4a6 (bug 1228317) for android bustage 2015-12-01 14:56:20 +01:00
Sebastian Kaspari
9b5e7c3397 Bug 1125286 - Restricted profiles: Introduce toggle for "Data choices". r=margaret 2015-11-27 16:27:34 +01:00
Sebastian Kaspari
18acbcb919 Bug 1197720 - NativeCrypto (SHA-256): Let caller define number of bytes in 'str' to update from. r=snorp
In Java we will call this method with byte array buffers we use to read from a stream. Java does not
guarantee to completely fill the buffer (and can't at the end of a stream). Passing the number of bytes
to read from the array to NativeCrypto avoids copying bytes between arrays of various lengths.
2015-11-30 15:59:56 +01:00
Carsten "Tomcat" Book
77dfa13ff4 Merge mozilla-central to fx-team 2015-11-30 13:46:30 +01:00
Carsten "Tomcat" Book
d572383d8b merge mozilla-inbound to mozilla-central a=merge 2015-11-30 13:19:02 +01:00
Mark Banner
a2902cbee3 Bug 1228628 - Add a minimal .eslintrc configuration for browser and start linting a few browser files with basic rules. r=Mossop 2015-11-30 11:42:25 +00:00
alex_johnson
82dbfe042b Bug 1216051 - Delegated NativeWindow.toast to Snackbar API. r=sebastian 2015-11-27 09:18:40 -05:00
Sebastian Kaspari
03dd1e3a51 Bug 1226130 - GeckoPreferences: Process PrefHandlers last. r=margaret
A restriction might remove the preference, so we want to remove it first and only
call the PrefsHandler if the preference is still visible.
2015-11-27 14:54:18 +01:00
Sebastian Kaspari
0e011fcba3 Bug 1222390 - (Part 4) Restricted profiles: Add descriptions to restrictions. r=margaret 2015-11-27 14:04:43 +01:00
Sebastian Kaspari
a0915875a0 Bug 1222390 - (Part 3) Restricted profiles: Always hide 'location services' (Stumbler) r=margaret 2015-11-27 13:42:45 +01:00
Sebastian Kaspari
0ffbe9cb23 Bug 1222390 - (Part 2) Restricted profiles: Always hide 'guest browsing'. r=margaret 2015-11-27 13:35:38 +01:00
Sebastian Kaspari
324505cb4f Bug 1222390 - (Part 1) Restricted profiles: Always hide 'master password' setting. r=margaret 2015-11-27 13:25:13 +01:00
Phil Ringnalda
19851ebadb Back out 343223ce6b34 (bug 1228628) for Experiments xpcshell bustage
CLOSED TREE
2015-11-27 20:55:17 -08:00
Kartikaya Gupta
3b89c1d6b6 Bug 1206872 - Enable C++ APZ in Fennec nightly builds. r=mfinkle 2015-11-28 21:35:36 -05:00
Mark Banner
70f59040f6 Bug 1228628 - Add a minimal .eslintrc configuration for browser and start linting a few browser files with basic rules. r=Mossop 2015-11-27 22:37:38 +00:00
Kalpesh Krishna
70c3fd0f45 Bug 1148028 - Remove MOZ_ANDROID_SHARE_OVERLAY. r=vivek,nalexander
Fennec ships the Share Overlay everywhere.
2015-11-27 12:51:02 -08:00
Dave Townsend
67b6efe88d Bug 1228628: Move all eslintignore rules to the top-level of the tree. r=mconley 2015-11-27 09:39:59 -08:00
Nick Alexander
c1ce2b80e7 Bug 1219963 - Try to make test_get_last_visited more robust. r=me
This also logs more of the failure details, logs all
"link-visited" events, and waits for an un-used "link-visited" event
before terminating in the hope of always witnessing all the expected
"link-visited" events.
2015-11-27 10:48:01 -08:00
Sebastian Kaspari
4cbff215dd Bug 1189336 - (Part 4) Migrate old restrictions if needed. r=ally 2015-11-17 15:28:40 +01:00
Sebastian Kaspari
47479974fd Bug 1189336 - (Part 3) Move from a list of disallowed things to a list of restrictable features. r=ally 2015-11-11 18:17:19 +01:00
Sebastian Kaspari
4a2458d1c3 Bug 1189336 - (Part 2) Rename Restriction class to Restrictable. r=ally
This is the first step to move from a list of DISALLOW_* things to a list of
features that can be enabled or disabled for a profile. At a later stage we
will check whether a "restrictable" feature is allowed or not.
2015-11-11 16:39:28 +01:00
Sebastian Kaspari
d8cfe26d6c Bug 1189336 - (Part 1) Rename RestrictedProfiles to Restrictions. r=ally
RestrictedProfiles: The name of the class can be confusing because it handles
guest profiles and restricted profiles. We might even query it from a normal
profile.
2015-11-11 12:29:07 +01:00
Carsten "Tomcat" Book
cddf0f77ca Merge mozilla-central to fx-team 2015-11-27 11:28:17 +01:00
Nick Alexander
615f080743 Bug 1228430 - Move build.gradle out of mobile/android/base. r=me
DONTBUILD NPOTB
2015-11-26 13:02:00 -08:00
Carsten "Tomcat" Book
2be210d5f5 Merge mozilla-central to b2g-inbound 2015-11-26 16:56:39 +01:00
Carsten "Tomcat" Book
d229b39c6e merge mozilla-inbound to mozilla-central a=merge 2015-11-26 16:54:27 +01:00
sgiles
b641f1b5c5 Bug 1224604 - Handle Hover events when TalkBack is enabled. r=kats 2015-11-25 15:25:11 +00:00
Alexandre Poirot
8d7f0946d5 Bug 1226157 - Ship nsIWorkerDebugger* idl on b2g. r=fabrice 2015-11-25 07:54:26 -08:00
Kartikaya Gupta
47a6d6b913 Bug 1226660 - Increase the fling-stop-on-tap threshold so that more taps go to content rather than stopping flings. r=snorp 2015-11-25 09:49:57 -05:00
Wes Kocher
43a9d51b08 Merge m-c to fx-team, a=merge 2015-11-24 16:56:56 -08:00
Wes Kocher
4de84f26a7 Merge fx-team to central, a=merge 2015-11-24 16:33:15 -08:00
Wes Kocher
a3b0090c64 Merge inbound to m-c a=merge 2015-11-24 13:54:06 -08:00
Kartikaya Gupta
69081a8d2d Bug 1227636 - Put back missing scrollbar styles. r=mfinkle 2015-11-24 14:23:53 -05:00
Mark Finkle
8cfec05d23 Bug 1226292 - Add telemetry for Find in Page r=liuche 2015-11-24 00:21:16 -05:00
Jim Chen
64872fbb85 Bug 1221270 - Schedule and perform GMP updates in AddonUpdateService; r=snorp
This patch moves the GMP update process from browser.js startup to
AddonUpdateService. It also uses the Gecko:ScheduleRun event in
GeckoService to schedule headless runs in order to perform updates
periodically.
2015-11-23 23:31:49 -05:00
Jim Chen
71b77b9a88 Bug 1221270 - Let AddonUpdateService use AddonManagerPrivate to check for updates; r=mfinkle
The Android-specific AddonUpdateService has a bit of redundant code
because AddonManagerPrivate has a backgroundUpdateCheck method that does
a lot of the same thing. This patch makes AddonUpdateService call that
method so there's less code and more consistency.

This requires flipping the "extensions.update.enabled" pref, which was
disabled in bug 528588 for showing the XUL addon update dialog. I don't
think this is relevant anymore in native Fennec and with the later
rewrite of AddonManager, so I'm fairly certain it's okay to flip that
pref.

The patch also disables the AddonManager update timer because we have
our own update timer on Android.
2015-11-23 23:31:49 -05:00
Jim Chen
f1718cc6df Bug 1221270 - Add GeckoService event to schedule updates via alarm manager; r=snorp
This patch adds a "Gecko:ScheduleRun" event that lets JS code schedule
an intent to be sent periodically. Right now there's a single intent
handler for "update-addons"; the handler doesn't do anything explicit
because updates are already checked automatically on Gecko launch.
2015-11-23 23:31:49 -05:00
Jim Chen
80593ca4e1 Bug 1221270 - Turn GeckoService into an IntentService; r=snorp
We want GeckoService to handle intents from the system, e.g. an intent
from the alarm manager.
2015-11-23 23:31:48 -05:00
Michael Comella
6e7dd4157a Bug 1227351 - Remove unused homepage current tab string. r=margaret
I forgot to remove this as part of bug 1224214.
2015-11-23 16:33:07 -08:00