Commit Graph

759 Commits

Author SHA1 Message Date
Ed Morley
768d590d41 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-18 15:05:47 +01:00
Lucas Rocha
4e4c94ea80 Bug 1054343 - Draw toolbar shadow instead of using a view (r=mcomella) 2014-08-18 10:40:10 +01:00
Lucas Rocha
5d07979045 Bug 1054323 - Use correct background selector on tabs panel's menu button (r=margaret) 2014-08-18 10:40:09 +01:00
Lucas Rocha
f83ff4947b Bug 1054319 - Consolidate UrlBar.ImageButton default width in style (r=margaret) 2014-08-18 10:40:09 +01:00
Lucas Rocha
a3bb1a6f7c Bug 1054264 - Fix slight overlap between translage edge and cancel button (r=margaret) 2014-08-18 10:40:08 +01:00
Lucas Rocha
1a05596f99 Bug 1054264 - Show pressed state on edit mode's cancel button (r=margaret) 2014-08-18 10:40:08 +01:00
Lucas Rocha
2737536e3e Bug 1010740 - Change appearance of input entry in toolbar (r=mcomella) 2014-08-18 10:40:07 +01:00
Lucas Rocha
be133a1607 Bug 1010741 - Change text appearance in toolbar (r=mcomella)
--HG--
rename : mobile/android/base/resources/values-v16/styles.xml => mobile/android/base/resources/values-large-v16/styles.xml
2014-08-18 10:40:06 +01:00
Ed Morley
372619d8fd Backed out changeset efe3c7a0091c (bug 1016613) for causing bug 1054623 again 2014-08-18 08:19:39 +01:00
Ryan VanderMeulen
10a75ac158 Backed out 11 changesets (bug 1010740, bug 1054264, bug 1010739, bug 1042804, bug 1019035, bug 1010741, bug 1053884, bug 1054268) for frequent robocop failures.
Backed out changeset 31d4832196f6 (bug 1054268)
Backed out changeset 9e0e63359e77 (bug 1054264)
Backed out changeset 5083e681191a (bug 1054264)
Backed out changeset 7844cf23c521 (bug 1053884)
Backed out changeset dd1a8ebbfae3 (bug 1042804)
Backed out changeset e56bbc8b5bd0 (bug 1019035)
Backed out changeset 6908f8780c29 (bug 1010740)
Backed out changeset aaa50f34df6d (bug 1010740)
Backed out changeset 8474627f88d5 (bug 1010739)
Backed out changeset cbb72f0aa532 (bug 1010741)
Backed out changeset 54179c9a121a (bug 1010741)
2014-08-15 15:12:45 -04:00
Lucas Rocha
01cf8d0857 Bug 1054264 - Fix slight overlap between translage edge and cancel button (r=margaret) 2014-08-15 18:23:20 +01:00
Lucas Rocha
b5f0736766 Bug 1054264 - Show pressed state on edit mode's cancel button (r=margaret) 2014-08-15 18:23:19 +01:00
Lucas Rocha
df5efb61fc Bug 1010740 - Change appearance of input entry in toolbar (r=mcomella) 2014-08-15 18:23:18 +01:00
Lucas Rocha
bb8bc13498 Bug 1010741 - Change text appearance in toolbar (r=mcomella)
--HG--
rename : mobile/android/base/resources/values-v16/styles.xml => mobile/android/base/resources/values-large-v16/styles.xml
2014-08-15 18:23:16 +01:00
Ethan Pransky
74490c15d4 Bug 1016613 - Replace RemoteTabsPanel view with ViewStub in tabs_panel.xml and create new layout file to inflate the ViewStub when user clicks on 3rd button in TabsPanel. r=mcomella
This was done in order to save on resources and not create the RemoteTabsPanel until needed
2014-08-13 10:39:32 -07:00
Margaret Leibovic
531b13b0a1 Bug 917970 - Use correct text size for mixed content blocking notification. r=lucasr 2014-08-14 11:39:38 -07:00
Ed Morley
10aae40c12 Backed out changeset 70cda3c55557 (bug 1016613) for robocop failures; CLOSED TREE 2014-08-14 16:56:58 +01:00
Ethan Pransky
134a9bbee4 Bug 1016613 - Replace RemoteTabsPanel view with ViewStub in tabs_panel.xml and created new layout file to inflate the ViewStub when user clicks on 3rd button in TabsPanel. r=mcomella
This was done in order to save on resources and not create the RemoteTabsPanel until needed
2014-08-13 10:39:32 -07:00
Margaret Leibovic
7fcfb56b13 Bug 1048941 - Make all empty view images 90x90dp. r=lucasr 2014-08-11 09:55:43 -07:00
Margaret Leibovic
d26e029806 Bug 1046579 - Don't scale empty view images. r=lucasr 2014-08-07 09:05:28 -07:00
Lucas Rocha
b69ffd0488 Bug 1046212 - Rename tabspanel package to simply tabs (r=mcomella)
--HG--
rename : mobile/android/base/tabspanel/PrivateTabsPanel.java => mobile/android/base/tabs/PrivateTabsPanel.java
rename : mobile/android/base/tabspanel/RemoteTabsContainerPanel.java => mobile/android/base/tabs/RemoteTabsContainerPanel.java
rename : mobile/android/base/tabspanel/RemoteTabsList.java => mobile/android/base/tabs/RemoteTabsList.java
rename : mobile/android/base/tabspanel/RemoteTabsPanel.java => mobile/android/base/tabs/RemoteTabsPanel.java
rename : mobile/android/base/tabspanel/RemoteTabsSetupPanel.java => mobile/android/base/tabs/RemoteTabsSetupPanel.java
rename : mobile/android/base/tabspanel/RemoteTabsVerificationPanel.java => mobile/android/base/tabs/RemoteTabsVerificationPanel.java
rename : mobile/android/base/tabspanel/TabsPanel.java => mobile/android/base/tabs/TabsPanel.java
rename : mobile/android/base/tabspanel/TabsTray.java => mobile/android/base/tabs/TabsTray.java
2014-08-06 15:59:41 +01:00
Rahul Parsani
528ec00383 Bug 1040444 - [Lint] datetime_picker lint and performance warnings. r=wesj 2014-08-05 14:06:00 -04:00
Wes Johnston
1a6ecfda8b Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
Michael Comella
57292cc98d Bug 1039738 - Correct private tabs list appearance. r=bnicholson 2014-07-16 16:35:49 -07:00
Michael Comella
77316ddc0b Bug 1021356 - Part 2: Empty private tabs panel visual refinements for tablet. r=lucasr 2014-07-15 11:22:58 -07:00
Michael Comella
6816af9af8 Bug 1021356 - Empty private tabs panel visual refinements. 2014-07-14 14:59:49 -07:00
Chenxia Liu
facb3c7516 Bug 1028705 - Move new tab button back to the right. r=lucasr 2014-07-11 09:59:58 -07:00
Michael Comella
ad790b4b4d Backed out changeset e01dbdf8a218 (bug 1016613) for causing bug 1034607
--HG--
extra : transplant_source : %D4%F9qhE%3A%91%92-B%DD%17%7D%B6%CAc%1C%D2%28%B0
2014-07-09 16:26:49 -07:00
Michael Comella
dafea79094 Bug 1024778 - Inflate RemoteTabs*Panel in constructor. r=lucasr 2014-07-03 13:13:02 -07:00
Ethan Pransky
e075c4a96c Bug 1016613 - Replaced RemoteTabsPanel view with ViewStub in tabs_panel.xml and created new layout file to inflate the ViewStub when user clicks on 3rd button in TabsPanel. r=mcomella 2014-06-28 17:44:00 +02:00
Michael Comella
ad4d3dfb38 Bug 1029989 - Update empty private tabs page entity name. r=wesj 2014-06-30 12:49:20 -07:00
Margaret Leibovic
943fb5aa9a Bug 1026715 - Add "Open all" item to recent tabs lists. r=lucasr 2014-06-23 14:13:05 -07:00
Margaret Leibovic
8315c8b7f8 Bug 1004850 - (Part 4) Update RecentTabsAdapter to be a MultiTypeCursorAdapter. r=lucasr 2014-06-22 16:26:49 -04:00
Margaret Leibovic
b5484b5435 Bug 1004850 - (Part 3) Create RecentTabsPanel from existing LastTabsPanel. r=lucasr
--HG--
rename : mobile/android/base/home/LastTabsPanel.java => mobile/android/base/home/RecentTabsPanel.java
rename : mobile/android/base/resources/layout/home_last_tabs_panel.xml => mobile/android/base/resources/layout/home_recent_tabs_panel.xml
2014-06-22 16:26:49 -04:00
Margaret Leibovic
fd3de6d19e Bug 1004850 - (Part 2) Rename MostRecentPanel to HistoryPanel. r=lucasr
--HG--
rename : mobile/android/base/home/MostRecentPanel.java => mobile/android/base/home/HistoryPanel.java
rename : mobile/android/base/resources/layout/home_most_recent_panel.xml => mobile/android/base/resources/layout/home_history_panel.xml
2014-06-22 16:26:48 -04:00
Margaret Leibovic
57027544e4 Bug 1004850 - (Part 1) Replace HistoryPanel with MostRecentPanel. r=lucasr 2014-06-22 16:26:48 -04:00
Nick Alexander
3dea37b470 Bug 1022749 - Show custom server URLs in setup activities. r=rnewman
========

cf613656fe
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1022749 - Part 2: Show custom server URLs in status activity.

========

91268a261f
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1022749 - Part 1: Show custom server URLs in setup activities.
2014-06-09 17:31:58 -07:00
Nick Alexander
fd0bc71e4a Bug 993136 - Fix TestSyncConfiguration. r=mcomella
========

306fb330a9
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 15:29:55 2014 -0700

    Bug 993136 - Fix TestSyncConfiguration.
2014-06-21 15:42:31 -07:00
Hathibelagal A
bc2a0aa8c3 Bug 1027831 - Switch from deprecated FILL_PARENT to MATCH_PARENT in Java and XML. r=bnicholson 2014-06-20 09:21:31 -07:00
Brian Nicholson
ca2bc12a80 Bug 1027139 - Fix ArrowPopup positioning for anchors on right side of screen. r=margaret 2014-06-19 14:30:17 -07:00
Brian Nicholson
2aeed4707c Bug 1024127 - Popup cleanup. r=margaret 2014-06-19 14:30:16 -07:00
Ed Morley
901a1e2acc Merge mozilla-central and fx-team 2014-06-19 17:20:10 +01:00
Margaret Leibovic
7bcb3e58e5 Bug 817716 - (Part 2) Add 3-dot menu for tabs tray on tablets. r=bnicholson 2014-06-19 08:37:33 -04:00
Margaret Leibovic
433d690fda Bug 817716 - (Part 1) Add 3-dot menu to tabs panel, including a "close all tabs" option. r=bnicholson 2014-06-19 08:37:32 -04:00
Birunthan Mohanathas
51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Michael Comella
d97cb4e5b7 Bug 1002303 - Part 2: Show a description page when there are no private tabs. r=lucasr 2014-06-16 14:35:17 -07:00
Michael Comella
9d3f31e609 Bug 1002303 - Part 1: Rename RemoteTabs* styles to be used with all tabs panels. r=lucasr 2014-06-16 14:35:10 -07:00
Margaret Leibovic
b4d097de90 Bug 1023914 - Turn empty view image padding into margin. r=lucasr 2014-06-13 16:25:08 -07:00
Michael Comella
d42f58d906 Bug 1007442 - Part 2: Make remote tabs panel buttons more consistent across devices. r=lucasr 2014-06-11 14:31:20 -07:00
Michael Comella
94a7c6f659 Bug 1007442 - Part 1: Add scrolling to remote tabs tray where applicable. r=bnicholson 2014-06-11 14:31:10 -07:00