Richard Newman
a57a5b5c9a
Bug 1019981 - Part 2: disable locale switching on API level 11 and 12. r=nalexander
2014-06-04 19:21:33 -07:00
Richard Newman
8ed5c36169
Bug 1019981 - Part 1: remove Language section from preferences if locale switching is disabled. r=nalexander
2014-06-04 19:21:33 -07:00
Margaret Leibovic
877c2ac1bb
Bug 1017912 - Restore tab in correct position when undoing close tab. r=bnicholson
2014-06-04 19:10:25 -07:00
Margaret Leibovic
8ef8ca2a41
Bug 1018661 - Use session store data instead of current browser data for undo close tab toast. r=bnicholson
2014-06-04 19:10:05 -07:00
Nick Alexander
7b560b6fda
Bug 788688 - Allow setting client's device name in FxAccountStatusActivity. r=rnewman
...
========
8c7b253142
Author: Nick Alexander <nalexander@mozilla.com>
Date: Tue Jun 3 15:48:40 2014 -0700
Bug 788688 - Review comment: Include timestamp in setClientName.
========
b53b9092c2
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 16:05:25 2014 -0700
Bug 788688 - Post: PII client data to ease debugging.
========
fd59f3c984
Author: Nick Alexander <nalexander@mozilla.com>
Date: Wed Jun 4 15:01:12 2014 -0700
Bug 788688 - Part 4: Work around Android DialogPreference caching bug.
========
87d10bc16a
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 14:44:24 2014 -0700
Bug 788688 - Part 3: Add "Device name" pref to Status activity.
In the edge case where what the user has entered (empty text) and what
is persisted (default client name) differ, Android does not update the
contents of the dialog's EditText correctly. Removing and re-creating
all preferences is the only way I found to work around this; that's in
the next commit.
========
7af72f6c2f
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 16:05:59 2014 -0700
Bug 788688 - Part 2: Upload clients and tabs records when client name changes.
========
0e99eae1b5
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 15:28:36 2014 -0700
Bug 788688 - Part 1: Add setClientName with timestamp to ClientsDataDelegate.
========
1999e263db
Author: Nick Alexander <nalexander@mozilla.com>
Date: Thu May 29 14:10:40 2014 -0700
Bug 788688 - Pre: Clean some imports.
2014-06-04 16:37:25 -07:00
Brad Lassey
861125107b
bug 1016747 - add android protocol handler to proxy input streams to Gecko r=snorp
2014-06-04 15:28:04 -04:00
Brad Lassey
551b30bb4c
bug 1019836 - Support narrow char strings in android bridge r=snorp
2014-06-04 15:04:12 -04:00
Mark Finkle
0bc45a992a
Bug 1016785
- Use more filtering to tell DIAL devices apart r=wesj
2014-06-04 15:25:09 -04:00
Mark Finkle
909a1747e2
Bug 1016785
- Add more structured filtering to SSDP r=wesj
2014-06-04 15:25:07 -04:00
Mark Finkle
8a220c33ff
Bug 1016785
- Switch to use UUID instead of LOCATION to identify incoming services r=wesj
2014-06-04 15:25:04 -04:00
Chenxia Liu
715cd6cda5
Bug 1018433 - Add telemetry for "undo close tab". r=mfinkle
2014-06-04 10:37:32 -07:00
Nick Alexander
d21ef76e4f
Bug 1019218 - Update org.mozilla.gecko.R when resources are changed in Eclipse. r=rnewman
...
DONTBUILD NPOTB
This is particularly important when changing strings.xml.in or changing
the set of Android identifiers; without this, the Fennec code
referencing R is not updated. This can either lead to compilation
failures, or missing resources at run-time, leading to strange crashes
on start-up.
2014-06-04 09:55:57 -07:00
Jim Chen
820bafdf74
Bug 1017651 - Reshow cursor once autocomplete text is gone; r=wesj
2014-06-04 12:19:19 -04:00
Martyn Haigh
e9d35dcc24
Bug 985614- Trigger onsuccess for package install from marketplace. r=myk
2014-06-03 05:13:00 -04:00
Martyn Haigh
7ff4704ab2
Bug 957067 - Stop verifying manifestUrl in installApk. r=wesj
2014-06-03 09:19:00 -04:00
Jeremy Poulin
21428535f7
Bug 1016622
: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
...
--HG--
rename : netwerk/base/public/nsINetworkSeer.idl => netwerk/base/public/nsINetworkPredictor.idl
rename : netwerk/base/public/nsINetworkSeerVerifier.idl => netwerk/base/public/nsINetworkPredictorVerifier.idl
rename : netwerk/base/src/Seer.cpp => netwerk/base/src/Predictor.cpp
rename : netwerk/base/src/Seer.h => netwerk/base/src/Predictor.h
rename : netwerk/test/unit/test_seer.js => netwerk/test/unit/test_predictor.js
2014-06-03 13:37:46 -07:00
Ryan VanderMeulen
39c94cfe0c
Merge inbound to m-c.
2014-06-03 15:21:43 -04:00
Andrea Marchesini
095068b4df
Bug 957086 - patch 2 - DataStoreService in C++, r=ehsan, r=bz, r=janv
2014-06-03 15:36:46 +01:00
Andrea Marchesini
45e09e0b0d
Bug 957086 - patch 1 - nsIDataStore instead DataStore.jsm, r=ehsan
...
--HG--
rename : dom/datastore/DataStoreImpl.jsm => dom/datastore/DataStoreImpl.js
2014-06-03 15:36:46 +01:00
Geoff Brown
919a965709
Bug 986172 - Enable robocop testDoorHanger on Android 2.3; r=me
2014-06-03 08:19:38 -06:00
Shashank Sabniveesu
25b1193e4a
Bug 1018089 - Close the SQLiteBridge Cursor in getVersion(). r=gcp
2014-06-03 03:01:00 -04:00
Michael Comella
3f1ad62347
Bug 1019158
- Don't send null methods into UITelemetry. r=rnewman
2014-06-02 17:32:39 -07:00
Alex Deaconu
b068d56cad
Bug 1011714 - Clean up removal of Reading List items. r=liuche
2014-06-02 10:22:28 +03:00
Wes Johnston
9a35d78ebe
Bug 1015421 - Don't queue up ButtonToasts. r=margaret
2014-06-02 14:47:02 -07:00
Ryan VanderMeulen
c02cfa9af1
Merge m-c to fx-team.
2014-06-02 17:22:45 -04:00
Ryan VanderMeulen
2190bd2057
Merge mozilla-inbound to m-c.
2014-06-02 17:20:08 -04:00
Richard Newman
87675f02e4
Bug 1017778 - Telemetry probe for home provider database errors. r=margaret
2014-06-02 14:17:36 -07:00
Michael Comella
94efb3bdf9
Bug 997477 - Part 3: Remove guards around urlBarTranslatingEdge in appropriate configs.
2014-06-02 11:16:49 -07:00
Michael Comella
3e6db651df
Bug 997477 - Part 2: Add tablet editing mode cancel button.
2014-06-02 11:16:49 -07:00
Michael Comella
b61f3019eb
Bug 997477 - Part 1: Factor out show/stopEditingAnimationListeners.
2014-06-02 11:16:49 -07:00
Kartikaya Gupta
0c6293c666
Bug 1018980 - Kill some dead code in Fennec from the pre-OMTC days. r=snorp
2014-06-02 11:13:09 -04:00
Ehsan Akhgari
4b8e9c1f5c
Backed out 3 changesets (bug 957086) for causing bug 1018406
...
Backed out changeset f8b6dab2f985 (bug 957086)
Backed out changeset b69bcaa24ab5 (bug 957086)
Backed out changeset 3b45335d4694 (bug 957086)
--HG--
rename : dom/datastore/DataStoreImpl.js => dom/datastore/DataStoreImpl.jsm
2014-06-02 10:19:19 -04:00
Massimo Gervasini
db36dc5445
Bug 1003623 - Fennec should use a real MOZ_MOZILLA_API_KEY (currently it is not set). r=bhearum
2014-06-02 10:49:31 -04:00
Michael Comella
8b46d73b7c
Bug 1009315 - Part 4: Fix testUITelemetry. r=liuche
2014-05-30 16:53:35 -07:00
Michael Comella
1b32ac3932
Bug 1009315 - Part 3: Replace TelemetryContract interfaces with enums. r=liuche
2014-05-30 16:53:28 -07:00
Margaret Leibovic
04fd4811cb
Bug 1017047 - Properly restore private/desktopMode state of tab when undo-ing close tab. r=bnicholson
2014-05-30 16:04:59 -07:00
Richard Newman
e8f6ddb43f
Bug 1006947 - Part 1: enable WAL on the Java side of SQLiteBridge. r=gcp
2014-05-30 12:29:04 -07:00
Michael Comella
eb4c1bcd28
Bug 1014999 - Add remote tabs setup/verification panels for tablet. r=lucasr
2014-05-30 12:13:25 -07:00
Wes Johnston
bd67e9eb95
Bug 985867 - Fix touch/click ordering on about:addons page. r=mfinkle
2014-05-30 09:55:52 -07:00
Michael Comella
d6222f0d5c
Bug 1017276 - Do not close editing mode during animation. r=lucasr
2014-05-30 09:43:48 -07:00
Michael Comella
507dfa727f
Bug 1015450 - Prevent toolbar from going into an inconsistent state when tapped when entering editing mode. r=lucasr
2014-05-30 09:42:41 -07:00
Carsten "Tomcat" Book
215901a534
merge fx-team to mozilla-central
2014-05-30 14:28:16 +02:00
Margaret Leibovic
8d57130c60
Bug 1017129 - Polish undo close tab button toast appearance. r=nalexander
2014-05-29 18:15:20 -07:00
Margaret Leibovic
5455473ed7
Bug 1017633 - Update "Clear history" dialog button and add telemetry. r=mfinkle
2014-05-29 18:15:18 -07:00
Margaret Leibovic
167a073a75
backout a8aeb5b375fb for causing bug 1017554
2014-05-29 14:08:42 -07:00
Myk Melez
dc5f91d8f6
Bug 1011093 - wordsmith webapp update notifications to reduce fear factor; r=blassey, f=ibarlow
...
--HG--
extra : rebase_source : c3af39a2d274d4fab1218ae8760761ad019591bb
2014-05-29 13:31:54 -07:00
Lucas Rocha
6899d83b0c
Bug 1017574 - Force suggested sites refresh on locale changes (r=mfinkle)
2014-05-29 21:30:32 +01:00
Andrea Marchesini
21d0e1aef4
Bug 957086 - patch 2 - DataStoreService in C++, r=ehsan, r=bz, r=janv
2014-05-30 07:59:27 +01:00
Andrea Marchesini
86a526b1e5
Bug 957086 - patch 1 - nsIDataStore instead DataStore.jsm, r=ehsan
...
--HG--
rename : dom/datastore/DataStoreImpl.jsm => dom/datastore/DataStoreImpl.js
2014-05-30 07:59:00 +01:00
Jim Chen
8f2e39c9e7
Bug 1014244 - Make backspacing work with single-character compositions. r=wesj
2014-05-21 15:00:00 -04:00