Commit Graph

13301 Commits

Author SHA1 Message Date
Richard Newman
a67c1a56b2 Bug 1014338 - Follow-up: correct comment. r=comment-only DONTBUILD 2014-05-27 17:46:40 -07:00
Brad Lassey
73f70065a1 bug 995777 - browser.properties: rename getUserMedia.videoDevice.prompt to reflect new string r=mfinkle 2014-04-18 15:01:56 -04:00
Wes Johnston
3c271e0240 Bug 1016348 - Treat prompt service boolean returns as real booleans. r=margaret 2014-05-27 14:43:43 -07:00
Wes Johnston
9022b0a6a7 Bug 1014161 - Allow GeckoApp to handle activity results. r=rnewman 2014-05-27 14:18:07 -07:00
Francesco Lodolo (:flod)
1f252a2480 Bug 1015549 - [mobile] Update filter.py to ignore new keys in region.properties. r=rnewman 2014-05-27 05:51:00 -04:00
Jim Chen
e5dcdeb8d9 Bug 1014136 - Handle delete keys in key listener to catch all key events. r=wesj 2014-05-21 11:30:00 -04:00
Wes Johnston
b2abaec5dc Bug 971957 - Use titles given by nsIFilePicker on Android. r=mfinkle 2014-05-27 14:06:42 -07:00
Wes Johnston
3b4481b739 Bug 1013419 - Close the share dialog after sharing. r=bnicholson 2014-05-27 14:06:39 -07:00
Chenxia Liu
5b2f086639 Bug 979443 - Part 2: Updated docs. r=rnewman 2014-05-27 14:04:49 -07:00
Chenxia Liu
0268f7d55d Bug 979443 - Part 1: Telemetry for home banner. r=rnewman 2014-05-27 14:04:47 -07:00
Jim Chen
da98473f88 Bug 1014233 - Discard autocomplete result if we are not expecting a result. r=wesj 2014-05-21 14:58:00 -04:00
Jakub Miara
48c4f1ade1 Bug 1002537 - Use ReentrantReaderWriterLock in FaviconCache. r=rnewman,ckitching 2014-05-27 11:24:09 -07:00
Margaret Leibovic
5868983c87 Bug 701725 - Create "undo close tab" super toast. r=bnicholson 2014-05-01 16:46:46 -07:00
Mark Finkle
ec99f04435 Bug 1013532 - Prep casting code to enable casting and Roku on Nightly r=wesj 2014-05-27 09:12:53 -04:00
Lucas Rocha
470941e98f Bug 1010764 - Use same placeholder image on all tabs (r=mfinkle) 2014-05-27 11:23:17 +01:00
Nick Alexander
d81ec38bc0 Bug 1015974 - Prophylactically stop Sync icon animation on creation. r=rnewman
It appears that Android 4.4.2 is a special snow-flake that starts the
animation on creation: http://stackoverflow.com/q/21699985.  This patch
works around that special behaviour.

Don't you love when you need to update your comment -- gleaned from
working code and documentation -- to account for Android inexplicably
changing behaviour?
2014-05-26 18:12:07 -07:00
Nick Alexander
0b0a815aa7 Bug 1014150 - Sync clients and tabs when refreshing Remote Tabs and when Sending Tab to Device. r=rnewman
Both collections impact the state of your remote tabs, so we should
update both when we want your tabs.
2014-05-26 10:06:11 -07:00
Carsten "Tomcat" Book
1fcce63254 merge fx-team to mozilla-central 2014-05-26 14:59:21 +02:00
Gokul Caushik
5afdfeff98 Bug 972723 - Fixed race condition and added a comment in this bug. r=wesj 2014-05-22 18:28:00 +02:00
Vikneshwar
961344eb7e Bug 1010096 - Added logic to display addons alphabetical in about:addons. r=margaret 2014-05-23 14:02:00 +02:00
Margaret Leibovic
d6d8f88657 Bug 1014708 - Back out testFindInPage changes from bug 958111 and disable testFindInPage. r=gbrown 2014-05-23 18:33:48 -07:00
Margaret Leibovic
4a7d3f41a4 Bug 1014708 - Disable zoom for find in page. r=mfinkle 2014-05-23 18:33:45 -07:00
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