Commit Graph

13275 Commits

Author SHA1 Message Date
Wes Kocher
2b880fefae Merge m-c to fx-team 2014-05-23 17:43:08 -07:00
Wes Kocher
f11dd077df merge inbound to m-c 2014-05-23 17:19:27 -07:00
Wes Kocher
4ecf639fcc Merge fx-team to m-c 2014-05-23 17:04:56 -07:00
Wes Kocher
0d5aa27aa5 Backed out changeset 52632d896ef7 (bug 985614) for m-oth bustage 2014-05-23 12:13:54 -07:00
Nick Alexander
9d31ffcc50 Bug 998700 - Animate sync icon during refresh of Remote Tabs panel. r=lucasr
It turns out that animation-list can be combined with rotate to avoid
shipping extra bitmaps, and twelve frames is smooth enough.  This patch
takes that approach.

The trickiest part is exposing the icon drawable in a reasonable way to
the inner PanelView.
2014-05-23 11:43:39 -07:00
Nick Alexander
eeec36e24a Bug 1009327 - Add "manual connect" to Android about:devices page. r=mfinkle 2014-05-23 11:43:39 -07:00
Nick Alexander
4d8e6b362d Bug 997288 - Add select tab button to "New [private] tab opened" toasts. r=wesj 2014-05-23 11:43:38 -07:00
Carsten "Tomcat" Book
ef87b38291 merge fx-team to mozilla-central 2014-05-23 15:49:37 +02:00
Martyn Haigh
df8d388255 Bug 985614 - trigger onsuccess for package install from marketplace r=myk 2014-05-23 12:39:37 +01:00
Brian Nicholson
ace0e0be6e Bug 997447 - Replace uses of EditText with FloatingHintEditText. r=lucasr 2014-05-23 09:50:18 -07:00
Brian Nicholson
11b3e03e79 Bug 997447 - Add FloatingHintEditText widget. r=lucasr 2014-05-23 09:50:17 -07:00
Lucas Rocha
d879c7b93f Bug 1010261 - Change SuggestedSites to account for enabled/disabled state (r=mfinkle) 2014-05-23 14:27:53 +01:00
Lucas Rocha
9dd54db6a7 Bug 1010261 - Add preferences UI for disabling suggested sites (r=liuche) 2014-05-23 14:27:52 +01:00
Lucas Rocha
710f3633d1 Bug 1011620 - Generate suggestedsites.json from region.properties (r=nalexander) 2014-05-23 13:29:18 +01:00
Kartikaya Gupta
d9ff5bb377 Bug 1014034 - Use the root bounds to get the page size rather than scrollWidth/height which seem to not always work. r=Cwiiis 2014-05-23 09:42:46 -04:00
Kartikaya Gupta
d84288f389 Bug 1014054 - Use the right screen size when computing the displayport margins. r=Cwiiis 2014-05-23 09:42:38 -04:00
Michael Comella
826495431f Bug 1009315 - Part 2: Refactor top sites probe names to be generic. r=liuche 2014-05-15 12:13:39 -07:00
Michael Comella
ba7e2d881e Bug 1009315 - Part 1: Sort TelemetryContract items. r=liuche 2014-05-15 12:09:25 -07:00
Wes Kocher
d7647deae8 Merge m-c to inbound 2014-05-22 17:55:00 -07:00
Myk Melez
2d7efa8359 Bug 1007770 - use the app (i.e. "rocket ship") icon in the update notification; r=blassey, ibarlow 2014-05-22 17:35:21 -07:00
Wes Kocher
b1359c893a Merge inbound to m-c 2014-05-22 17:30:30 -07:00
Carsten "Tomcat" Book
85977e31bc Merge mozilla-central to mozilla-inbound 2014-05-22 15:44:47 +02:00
Wes Kocher
cbe8cc2496 Merge m-c to fx-team 2014-05-21 20:40:01 -07:00
Wes Kocher
a4147f61f7 Merge fx-team to m-c 2014-05-21 20:29:05 -07:00
Ryan VanderMeulen
92b31ba943 Merge m-c to fx-team. 2014-05-21 16:21:31 -04:00
Ryan VanderMeulen
dbea0bcf88 Merge inbound to m-c. 2014-05-21 15:49:59 -04:00
Wes Johnston
269242d574 Bug 1001129 - Allow setting a default selected item in grid views. r=mfinkle 2014-05-21 12:16:26 -07:00
Wes Johnston
54a31b0676 Bug 1009560 - Download images to share on a background thread. r=mcomella 2014-05-21 12:15:16 -07:00
Chenxia Liu
aa5d8a094d Bug 1013601 - Part 2: Change callers to use uptimeMillis(). r=rnewman 2014-05-21 11:31:59 -07:00
Kartikaya Gupta
ecf6425d2b Bug 1001438 - Switch Fennec to using margins-based displayport as well. r=Cwiiis 2014-05-21 12:06:03 -04:00
Kartikaya Gupta
608ac02123 Bug 1001438 - Remove setCriticalDisplayPortForElement and have the getter function automatically compute it. r=tn 2014-05-21 12:06:02 -04:00
Kartikaya Gupta
6d3bcc64e9 Bug 1001438 - Change layers.low-precision-resolution to be a float pref instead of a divide-by-1000 int pref. r=Cwiiis 2014-05-21 12:06:02 -04:00
Lucas Rocha
698e358aeb Bug 1013870 - Implement isValidFragment() in GeckoPreferences (r=liuche) 2014-05-21 15:55:54 +01:00
Lucas Rocha
dc49049361 Backout cb54921d1abc for bug 1013870, busted build 2014-05-21 15:22:55 +01:00
Lucas Rocha
f411a6f46a Bug 1013870 - Implement isValidFragment() in GeckoPreferences (r=liuche) 2014-05-21 14:51:49 +01:00
Ryan VanderMeulen
f33ebb0000 Merge m-c to fx-team. 2014-05-21 08:56:33 -04:00
Carsten "Tomcat" Book
d0b0dc9883 merge fx-team to mozilla-central 2014-05-21 13:57:43 +02:00
J. Ryan Stinnett
69eb4e430d Bug 1010750 - Part 2: Repair dbg-browser-actors on Fennec. r=margaret, r=past
--HG--
rename : mobile/android/chrome/content/dbg-browser-actors.js => mobile/android/modules/dbg-browser-actors.js
2014-05-19 09:23:00 -04:00
James Hugman
617f0cb45d Bug 995803 - fix crash in java.lang.IllegalStateException: Already registered Webapps. r=mfinkle 2014-05-19 08:36:00 +02:00
Alexandru Chiriac
b592b604b4 Bug 997049 - Fixed "Switch to tab" functionality for Reading List entries. r=margaret 2014-05-20 15:55:46 -07:00
Chenxia Liu
9da21146c5 Bug 913457 - Part 2: Handle unpinning of removed sites. r=lucasr 2014-05-20 14:02:58 -07:00
Chenxia Liu
d38607299e Bug 913457 - Part 1: Add "Remove" to Top Sites grid items. r=sola 2014-05-20 14:02:58 -07:00
Chenxia Liu
1096e1c890 Bug 913457 - Part 0: Cleanup - Remove unused Activity var. r=lucsar 2014-05-20 14:02:57 -07:00
Jim Chen
57bb73df1c Bug 1012722 - Switch most BrowserApp event listeners to native; r=mfinkle 2014-05-20 16:09:55 -04:00
Jim Chen
173209cfba Bug 1012722 - Switch most GeckoApp event listeners to native; r=mfinkle 2014-05-20 16:09:54 -04:00
Richard Newman
1db2ec401d Bug 1004529 - Don't fetch display metrics when calling Resource.updateConfiguration. r=nalexander 2014-05-20 12:25:21 -07:00
Jim Chen
d72c3334b9 Bug 994472 - Emulate previous backspace behavior; r=wesj 2014-05-20 12:39:51 -04:00
Jim Chen
8482e994b3 Bug 994472 - Use text spans to implement autocompletion; r=wesj 2014-05-20 12:39:50 -04:00
Carsten "Tomcat" Book
fd2f1f60b2 Merge mozilla-central to fx-team 2014-05-20 16:17:08 +02:00
Biraj Karmakar
a73a63035b Bug 1011782 : Updated the privacy policy url in Fennec . r=nalexander 2014-05-17 05:46:42 +05:30