Ryan VanderMeulen
9e879e02d8
Merge fx-team to m-c. a=merge
2014-10-02 13:00:31 -04:00
Carsten "Tomcat" Book
1df657fab5
Backed out changeset f20d3ef82554 (bug 1045053) for Android rc* test failures
2014-10-02 10:29:48 +02:00
Carsten "Tomcat" Book
c99eef57b5
Backed out changeset 4782b099ef93 (bug 1045053)
2014-10-02 10:29:20 +02:00
Carsten "Tomcat" Book
2b1ad4f716
Backed out changeset 9ac001517068 (bug 1045053)
2014-10-02 10:29:18 +02:00
Mats Palmgren
8c6bc566c1
Bug 649849 - part 1b, Remove the default -moz-appearance:none for <select> in Fennec theme. r=wjohnston@mozilla.com
2014-10-02 13:05:16 +00:00
Nick Alexander
c385643c3b
Bug 1038354 - Exit editing mode before quick-switching to tab. r=lucasr
2014-10-01 23:24:04 -07:00
Nick Alexander
42a7aaca3d
Bug 1065306 - Part 4: Write localized res/raw-*/browsersearch.json. r=mshal
2014-10-01 23:23:29 -07:00
Nick Alexander
51efb8319d
Bug 1065306 - Part 2: Extract generated_file_template. r=mshal
...
This was essentially mechanical: s/$/$$/; s/suggestedsites/$(1)/; move
libs realchrome:: and GARBAGE rules into template.
I feel like there should be a more direct form of $$($(1)), but I can't
think of it.
2014-10-01 23:23:27 -07:00
Nick Alexander
d6551c5725
Bug 1065306 - Part 1: s/suggestedsites-json/suggestedsites/. r=mshal
...
This is a mechanical change. In future, we will probably want to
generate files not named like res/raw/file.json. I'm not going to
handle res/not-raw right now; but I am going to handle not-file.json.
This smoothes that path.
2014-10-01 23:23:26 -07:00
Phil Ringnalda
c53c423bb1
Back out 0740fc10483c (bug 1072469) for robo* bustage
...
CLOSED TREE
2014-10-01 21:30:05 -07:00
Richard Newman
983183f081
Bug 1045053 - Part 2: tests for OS locale handling. r=bnicholson
2014-10-01 18:38:43 -07:00
Richard Newman
0b7a53e19d
Bug 1045053 - Part 1: set intl.accept_languages from Android OS/app locale. r=bnicholson
2014-10-01 18:09:42 -07:00
Richard Newman
bb81b1f4e4
Bug 1045053 - Part 0: add descriptive comments for locale handling. r=me
2014-10-01 18:09:42 -07:00
Michael Comella
d3eb8fda30
Bug 1072469: Change new tablet toolbar height to 60dp and menu buttons to 56x60dp. r=lucasr
2014-10-01 14:27:13 -07:00
Nick Alexander
2f8dff9004
Bug 1068366 - Update "Hidden devices" footer visual style in Remote Tabs home panel. r=trivial
...
The background colour was already correct. This updates the text color
to match the mock, and adds a background selector that styles the footer
correctly when it is tapped.
2014-10-01 11:45:05 -07:00
Nick Alexander
eb657582bf
Bug 1068365 - Part 2: Correct remote clients expanded/collapsed icons. r=antlam
2014-10-01 11:45:04 -07:00
Nick Alexander
535406cd17
Bug 1068365 - Part 1: Make collapsed remote clients look grayed out. r=rnewman
...
There are two major ways to achieve this. One is to painstakingly
update UI elements every time we fetch a group. I've done that. The
other is to maintain expanded and collapsed layouts. I went quite far
down that path; doing it is less pleasant than I expected for the
following reasons:
1) we have to update the view graphics depending on the client device
type anyway;
2) Android's view recycling does not track the expanded/collapsed state,
so we either manage the expanded states and have multiple group
types (see modern versions of SimpleExpandableListAdapter) or we
duplicate the work we're doing here;
3) our expanded and collapsed layouts are so similar that duplicating
them is worse than futzing with them in this manner.
2014-10-01 11:45:03 -07:00
Nick Alexander
8d4997a599
Bug 1068051 - Post: Remove unnecessary style. r=trivial
...
This layout is not used by the Share Overlay system. It is used only by
the Sync Send Tab Activity, which lives in android-sync. Mixing the
styles in this way ties the repositories together in a way we don't
want.
2014-10-01 11:45:02 -07:00
Nick Alexander
f07cb7ba52
Bug 1068051 - Add high-res device drawables. r=trivial
2014-10-01 11:45:01 -07:00
Chenxia Liu
d1779ddb00
Bug 1074570 - Dismiss start pane on touch. r=rnewman
2014-10-01 10:26:17 -07:00
Richard Newman
d60a2280e0
Bug 1075091 - Rename Firefly code to Matchstick. r=wesj
...
--HG--
rename : mobile/android/modules/FireflyApp.jsm => mobile/android/modules/MatchstickApp.jsm
2014-10-01 10:21:37 -07:00
Wes Johnston
524bb4dded
Bug 1064669 - Initialize MediaPlayers in delayed startup. r=mfinkle
2014-09-19 16:55:18 -07:00
Martyn Haigh
0bb450f71d
Bug 1066905 - Merge TabRow and TabsLayoutItemView (r=lucasr)
2014-10-01 15:59:47 +01:00
Lucas Rocha
03a3f869d0
Bug 1070029 - Use FadedTextView in TabStripItemView (r=mcomella)
2014-10-01 15:22:50 +01:00
Carsten "Tomcat" Book
7f62cdde51
Merge m-c to fx-team
2014-10-01 15:37:54 +02:00
Carsten "Tomcat" Book
c474a3418d
merge fx-team to mozilla-central a=merge
2014-10-01 14:59:31 +02:00
Mark Capella
7da2dcd236
Bug 1068489 - Robocop: Provide error message where device screen may be sleeping, r=nalexander
2014-09-30 18:52:48 -04:00
Michael Comella
b7e0e55223
Bug 1072466 - Part 3: Fix reload button padding in new tablet browser toolbar. r=lucasr
2014-09-30 12:08:40 -07:00
wesj
b8f74a8350
Bug 1054035 - "Block about urls in guest mode" [r=mark.finkle]
2014-09-25 16:20:00 -07:00
wesj
64ba68023d
Bug 1071116 - Force min file size to be greater than zero. r=bnicholson
2014-09-29 13:40:00 -07:00
Wes Johnston
894158235f
Bug 1074189 - Lazily create GeckoNetworkManager r=mfinkle
2014-09-29 13:51:00 -07:00
Wes Johnston
d04312842e
Bug 1070099 - "apk file downloaded in Firefox cannot be opened from Android download manager" [r=margaret.leibovic]
2014-09-29 14:31:00 -07:00
wesj
47119791d1
Bug 1070797
- Set a default mimetype for downloads. r=margaret
2014-09-30 09:07:27 -07:00
Mark Finkle
68d7d2b7de
Bug 1072732 - Make sure we use 'userRequested' in the JSON message r=wesj
2014-09-30 11:39:08 -04:00
Carsten "Tomcat" Book
1f82b2fb58
merge fx-team to mozilla-central a=merge
2014-09-30 15:10:47 +02:00
Eugen Sawin
14a7672910
Bug 1051654 - Delete APK after update. r=snorp
2014-09-29 22:15:45 +02:00
Margaret Leibovic
555152bf1f
Bug 1065891 - (Part 2.6) Migrate search activity default pref on app update. r=bnicholson
2014-09-29 20:56:21 -07:00
Margaret Leibovic
69a390f044
Bug 1065891 - (Part 2.5) Add test to make sure search plugin XML file ends up where we expect it to. r=bnicholson
2014-09-29 20:56:20 -07:00
Margaret Leibovic
aad5f309b7
Bug 1065891 - (Part 2) Update the search activity default engine when the gecko default search engine changes. r=bnicholson
2014-09-29 20:56:20 -07:00
Margaret Leibovic
7bcb44c968
Bug 1065891 - (Part 1) Remove search engine pref from search activity settings screen. r=liuche
2014-09-29 20:56:20 -07:00
Mark Finkle
c5a73a9a0a
Bug 1074413 - Add null check for Tab when handling potentially stale messages in JavaPanZoomController r=kats
2014-09-29 23:39:34 -04:00
Mark Finkle
7f9363ec23
Bug 1071738 - Formatting cleanup in FormAssistPopup.java r=bnicholson
2014-09-29 15:07:09 -04:00
Mark Finkle
57495bc136
Bug 1071738 - Limit form autofill dropdown to a maximum of five rows r=bnicholson
2014-09-29 15:07:06 -04:00
Ryan VanderMeulen
87aa42169a
Backed out changesets ba4b4066c0fe and 1372b8919331 (bug 1071738) for Android crashes.
...
CLOSED TREE
2014-09-29 16:57:09 -04:00
wesj
03d83df18a
Bug 1072376 - Only set lock screen flags if we're showing on the lockscreen. r=lucasr
2014-09-29 13:14:39 -07:00
Mark Finkle
5eeddf01a2
Bug 1071738 - Formatting cleanup in FormAssistPopup.java r=bnicholson
2014-09-29 15:07:09 -04:00
Mark Finkle
e26df52232
Bug 1071738 - Limit form autofill dropdown to a maximum of five rows r=bnicholson
2014-09-29 15:07:06 -04:00
Michael Comella
fef23c8190
Bug 1073449 - Correct favicon size. r=lucasr
2014-09-29 11:35:11 -07:00
Nick Alexander
67c57e95cd
Bug 1072954 - Iterate entire list in RemoteClientsDialogFragment onClick. r=trivial
2014-09-29 11:27:11 -07:00
Michael Comella
09269da38f
Bug 1071226 - Part 2: Update text color in private browsing and tab strip. r=lucasr
2014-09-29 09:51:46 -07:00