Sola Ogunsakin
|
e211ca0bad
|
Bug 942889 - Lists - Gallery layout. r=lucasr
|
2014-01-31 08:57:56 -08:00 |
|
Nick Alexander
|
6326e6e3f3
|
Bug 959784 - Show spinner and native error UI as appropriate. r=rnewman
|
2014-01-23 18:32:34 -08:00 |
|
Richard Newman
|
4e0458b5c9
|
Merge s-c.
|
2014-01-23 16:47:46 -08:00 |
|
Nick Alexander
|
a0122f5dd6
|
Bug 956839 - Implement Android native Firefox Account status UI. r=rnewman
|
2014-01-23 13:54:24 -08:00 |
|
Richard Newman
|
57a75bc4b5
|
Merge m-c to s-c.
|
2014-01-21 08:17:45 -08:00 |
|
Nick Alexander
|
d98938b374
|
Merge m-c to s-c
|
2014-01-20 21:33:20 -08:00 |
|
Nick Alexander
|
4d5c12bf34
|
Bug 961184 - Show activity after signing in to account. r=rnewman
Also (partially) implements resending verification codes, but doesn't
yet implement resending after account creation.
|
2014-01-20 21:26:57 -08:00 |
|
Nick Alexander
|
73e4ce9303
|
Bug 951264 - COPPA support for Firefox Accounts on Android. r=rnewman
|
2014-01-20 21:26:53 -08:00 |
|
Nick Alexander
|
e2846cb4f6
|
Bug 951304 - Follow-up: Look better on tablets; improve interstitial. r=rnewman
|
2014-01-20 21:26:17 -08:00 |
|
Mark Finkle
|
d12647614b
|
Bug 953381 - Basic media casting control bar r=wesj
|
2014-01-20 17:26:30 -05:00 |
|
Richard Newman
|
1cc91645b2
|
Bug 951304 - Follow-up: add missing file from Part 3. r=bustage
|
2014-01-16 19:50:51 -08:00 |
|
Nick Alexander
|
5c122344ed
|
Bug 951304 - Part 2: first cut at native UI for Firefox Accounts on Android. r=rnewman
|
2014-01-16 18:35:09 -08:00 |
|
Nathan Froyd
|
e7625abebb
|
Backout aa955afe7507:49f1c6fa27f8 (bug 953381) for robocop orange on this CLOSED TREE
|
2014-01-20 20:06:34 -05:00 |
|
Mark Finkle
|
8c92797a16
|
Bug 953381 - Basic media casting control bar r=wesj
|
2014-01-20 17:26:30 -05:00 |
|
Chenxia Liu
|
b5ae8449a7
|
Bug 942875 - Part 3: Add Home Panels Settings page + tests. r=lucasr
|
2013-12-16 20:37:16 -08:00 |
|
Joshua Dover
|
feda8d865b
|
Bug 960359 - Refactor HomeBanner out of TopSitesPanel and display on default page. r=mleibovic
|
2014-01-29 14:07:05 -08:00 |
|
Brian Nicholson
|
589fbd51c4
|
Bug 917896 - Replace throbber with progress bar. r=lucasr
|
2014-01-17 20:03:59 -08:00 |
|
Ryan VanderMeulen
|
10dcbfef80
|
Backed out changeset a63deedeb4b7 (bug 917896) for robocop failures.
|
2014-01-17 15:24:23 -05:00 |
|
Ryan VanderMeulen
|
9752f3f2a2
|
Merge m-c to fx-team.
|
2014-01-17 15:20:15 -05:00 |
|
Brian Nicholson
|
9eacba08bd
|
Bug 917896 - Replace throbber with progress bar. r=lucasr
--HG--
extra : rebase_source : 3aee6ee1526857fa5eeda22137fac2b34bce1102
|
2014-01-17 10:52:39 -08:00 |
|
Lucas Rocha
|
b6d0bd792b
|
Bug 958185 - Rename Page* terminology to Panel* in the home package (r=margaret)
--HG--
rename : mobile/android/base/home/BookmarksPage.java => mobile/android/base/home/BookmarksPanel.java
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/HistoryPanel.java
rename : mobile/android/base/home/LastTabsPage.java => mobile/android/base/home/LastTabsPanel.java
rename : mobile/android/base/home/ListPage.java => mobile/android/base/home/ListPanel.java
rename : mobile/android/base/home/MostRecentPage.java => mobile/android/base/home/MostRecentPanel.java
rename : mobile/android/base/home/ReadingListPage.java => mobile/android/base/home/ReadingListPanel.java
rename : mobile/android/base/home/TopSitesPage.java => mobile/android/base/home/TopSitesPanel.java
rename : mobile/android/base/resources/drawable/home_page_title_background.xml => mobile/android/base/resources/drawable/home_panel_title_background.xml
rename : mobile/android/base/resources/layout-large-land-v11/home_history_page.xml => mobile/android/base/resources/layout-large-land-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout-xlarge-v11/home_history_page.xml => mobile/android/base/resources/layout-xlarge-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_bookmarks_page.xml => mobile/android/base/resources/layout/home_bookmarks_panel.xml
rename : mobile/android/base/resources/layout/home_history_page.xml => mobile/android/base/resources/layout/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_last_tabs_page.xml => mobile/android/base/resources/layout/home_last_tabs_panel.xml
rename : mobile/android/base/resources/layout/home_most_recent_page.xml => mobile/android/base/resources/layout/home_most_recent_panel.xml
rename : mobile/android/base/resources/layout/home_reading_list_page.xml => mobile/android/base/resources/layout/home_reading_list_panel.xml
rename : mobile/android/base/resources/layout/home_top_sites_page.xml => mobile/android/base/resources/layout/home_top_sites_panel.xml
rename : mobile/android/base/tests/testBookmarksPage.java => mobile/android/base/tests/testBookmarksPanel.java
|
2014-01-10 17:18:07 -08:00 |
|
Lucas Rocha
|
0a5fc4ce29
|
Bug 942862 - Factor out URL display UI into ToolbarDisplayLayout (r=wesj)
|
2014-01-09 14:55:28 +00:00 |
|
Carsten "Tomcat" Book
|
b0993ff466
|
Backed out changeset 486a6b3af95b (bug 942862) for bustage on android and windows builds on a CLOSED TREE
|
2014-01-09 12:40:14 +01:00 |
|
Lucas Rocha
|
7a668494af
|
Bug 942862 - Factor out URL display UI into ToolbarDisplayLayout (r=wesj)
|
2014-01-09 10:46:16 +00:00 |
|
Jim Chen
|
569c2328e0
|
Bug 953288 - Limit length of URLs for display; r=lucasr
|
2014-01-07 12:21:54 -06:00 |
|
Veeti Paananen
|
76884b9aa8
|
Bug 952789 - Use a Holo progress bar in sync initialization on v11+. r=nalexander
|
2013-12-22 02:59:43 +02:00 |
|
Tim Taubert
|
db5adb5385
|
merge m-c to elm
|
2013-12-19 15:52:32 +01:00 |
|
Sriram Ramasubramanian
|
7b69586592
|
Bug 940997: Support showAsAction "ifRoom" in custom menu. [r=mfinkle]
|
2013-12-18 18:49:48 -08:00 |
|
Sriram Ramasubramanian
|
5ddba12a47
|
Bug 940997: Reorganize primary controls in main menu. [r=mfinkle]
|
2013-12-18 18:46:42 -08:00 |
|
Nick Alexander
|
8eb86798e0
|
Bug 918012 - Sync with FxAccount and token server. r=rnewman
|
2013-12-17 15:13:43 -08:00 |
|
Sriram Ramasubramanian
|
e7550d5c34
|
Bug 919777: Change the width to be fill_parent for titles in TwoLinePageRow. [r=lucasr]
|
2013-09-26 15:17:22 -07:00 |
|
Nick Alexander
|
7760713d9e
|
Bug 934646 - Part 3: Declare Android resource directories relative to $SRCDIR. r=glandium,gps,mfinkle
--HG--
rename : mobile/android/base/resources/drawable-mdpi/crash_reporter.png => mobile/android/base/crashreporter/res/drawable-mdpi/crash_reporter.png
rename : mobile/android/base/resources/layout/crash_reporter.xml => mobile/android/base/crashreporter/res/layout/crash_reporter.xml
rename : mobile/android/branding/aurora/content/fennec_72x72.png => mobile/android/branding/aurora/res/drawable-hdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_48x48.png => mobile/android/branding/aurora/res/drawable-mdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_96x96.png => mobile/android/branding/aurora/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_144x144.png => mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_72x72.png => mobile/android/branding/beta/res/drawable-hdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_48x48.png => mobile/android/branding/beta/res/drawable-mdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_96x96.png => mobile/android/branding/beta/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_144x144.png => mobile/android/branding/beta/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_72x72.png => mobile/android/branding/nightly/res/drawable-hdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_48x48.png => mobile/android/branding/nightly/res/drawable-mdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_96x96.png => mobile/android/branding/nightly/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_144x144.png => mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_72x72.png => mobile/android/branding/official/res/drawable-hdpi/icon.png
rename : mobile/android/branding/official/content/fennec_48x48.png => mobile/android/branding/official/res/drawable-mdpi/icon.png
rename : mobile/android/branding/official/content/fennec_96x96.png => mobile/android/branding/official/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_144x144.png => mobile/android/branding/official/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_72x72.png => mobile/android/branding/unofficial/res/drawable-hdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_48x48.png => mobile/android/branding/unofficial/res/drawable-mdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_96x96.png => mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_144x144.png => mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png
extra : rebase_source : f6ec8a38594e70520b10202c735dc019f8c856fd
|
2013-12-11 21:20:07 -08:00 |
|
Wes Johnston
|
5ba16c0086
|
Bug 875750 - Provide a basic color picker for Android. r=mfinkle
|
2013-12-11 15:51:01 -08:00 |
|
Wes Johnston
|
a716331fad
|
Bug 942680 - Place search pane below actionbar. r=lucasr
|
2013-12-04 21:20:19 -08:00 |
|
Wes Johnston
|
b2c9aa30a5
|
Bug 943513 - Update visual style of action modes. r=lucasr
|
2013-12-04 08:35:58 -08:00 |
|
Wes Johnston
|
4eec9e1cc4
|
Bug 768667 - Follow up for review comments. r=sriram
|
2013-11-22 14:13:23 -08:00 |
|
Wes Johnston
|
55fbf738c2
|
Bug 768667 - Provide an action mode for compatibility with old Android versions. r=sriram
|
2013-11-19 11:57:35 -08:00 |
|
Lucas Rocha
|
9d2945d409
|
Bug 938205 - Factor out editing UI into ToolbarEditLayout (r=sriram)
|
2013-11-22 15:34:29 +00:00 |
|
Ryan VanderMeulen
|
d4c203f100
|
Backed out changesets ea5939461476 and eb8ef0e80c9c (bug 938205) for robocop orange.
|
2013-11-22 12:32:19 -05:00 |
|
Lucas Rocha
|
3a5430ba7c
|
Bug 938205 - Factor out editing UI into ToolbarEditLayout (r=sriram)
|
2013-11-22 15:34:29 +00:00 |
|
Lucas Rocha
|
858e7d2ae6
|
Bug 871522 - Factor out EditText handling into ToolbarEditText (r=sriram)
|
2013-11-22 13:47:42 +00:00 |
|
Lucas Rocha
|
6820df2d6b
|
Bug 935628 - Only show right edge in toolbar when necessary (r=sriram)
|
2013-11-22 13:33:15 +00:00 |
|
Lucas Rocha
|
114bc8b06f
|
Bug 935628 - Remove BrowserToolbarBackground from toolbar (r=sriram)
|
2013-11-22 13:33:15 +00:00 |
|
Carsten "Tomcat" Book
|
b35c0e3a73
|
Backed out changeset a829f4d2584a (bug 934646) Android Nightlies Build Bustage
--HG--
rename : mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png => mobile/android/branding/aurora/content/fennec_144x144.png
rename : mobile/android/branding/aurora/res/drawable-mdpi/icon.png => mobile/android/branding/aurora/content/fennec_48x48.png
rename : mobile/android/branding/aurora/res/drawable-hdpi/icon.png => mobile/android/branding/aurora/content/fennec_72x72.png
rename : mobile/android/branding/aurora/res/drawable-xhdpi/icon.png => mobile/android/branding/aurora/content/fennec_96x96.png
rename : mobile/android/branding/beta/res/drawable-xxhdpi/icon.png => mobile/android/branding/beta/content/fennec_144x144.png
rename : mobile/android/branding/beta/res/drawable-mdpi/icon.png => mobile/android/branding/beta/content/fennec_48x48.png
rename : mobile/android/branding/beta/res/drawable-hdpi/icon.png => mobile/android/branding/beta/content/fennec_72x72.png
rename : mobile/android/branding/beta/res/drawable-xhdpi/icon.png => mobile/android/branding/beta/content/fennec_96x96.png
rename : mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png => mobile/android/branding/nightly/content/fennec_144x144.png
rename : mobile/android/branding/nightly/res/drawable-mdpi/icon.png => mobile/android/branding/nightly/content/fennec_48x48.png
rename : mobile/android/branding/nightly/res/drawable-hdpi/icon.png => mobile/android/branding/nightly/content/fennec_72x72.png
rename : mobile/android/branding/nightly/res/drawable-xhdpi/icon.png => mobile/android/branding/nightly/content/fennec_96x96.png
rename : mobile/android/branding/official/res/drawable-xxhdpi/icon.png => mobile/android/branding/official/content/fennec_144x144.png
rename : mobile/android/branding/official/res/drawable-mdpi/icon.png => mobile/android/branding/official/content/fennec_48x48.png
rename : mobile/android/branding/official/res/drawable-hdpi/icon.png => mobile/android/branding/official/content/fennec_72x72.png
rename : mobile/android/branding/official/res/drawable-xhdpi/icon.png => mobile/android/branding/official/content/fennec_96x96.png
rename : mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png => mobile/android/branding/unofficial/content/fennec_144x144.png
rename : mobile/android/branding/unofficial/res/drawable-mdpi/icon.png => mobile/android/branding/unofficial/content/fennec_48x48.png
rename : mobile/android/branding/unofficial/res/drawable-hdpi/icon.png => mobile/android/branding/unofficial/content/fennec_72x72.png
rename : mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png => mobile/android/branding/unofficial/content/fennec_96x96.png
|
2013-11-20 15:16:00 +01:00 |
|
Nick Alexander
|
193f865ba8
|
Bug 934646 - Declare Android resource directories relative to $SRCDIR. r=glandium,gps,mfinkle
--HG--
rename : mobile/android/branding/aurora/content/fennec_72x72.png => mobile/android/branding/aurora/res/drawable-hdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_48x48.png => mobile/android/branding/aurora/res/drawable-mdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_96x96.png => mobile/android/branding/aurora/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_144x144.png => mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_72x72.png => mobile/android/branding/beta/res/drawable-hdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_48x48.png => mobile/android/branding/beta/res/drawable-mdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_96x96.png => mobile/android/branding/beta/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_144x144.png => mobile/android/branding/beta/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_72x72.png => mobile/android/branding/nightly/res/drawable-hdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_48x48.png => mobile/android/branding/nightly/res/drawable-mdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_96x96.png => mobile/android/branding/nightly/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_144x144.png => mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_72x72.png => mobile/android/branding/official/res/drawable-hdpi/icon.png
rename : mobile/android/branding/official/content/fennec_48x48.png => mobile/android/branding/official/res/drawable-mdpi/icon.png
rename : mobile/android/branding/official/content/fennec_96x96.png => mobile/android/branding/official/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_144x144.png => mobile/android/branding/official/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_72x72.png => mobile/android/branding/unofficial/res/drawable-hdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_48x48.png => mobile/android/branding/unofficial/res/drawable-mdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_96x96.png => mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_144x144.png => mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png
|
2013-11-18 09:31:55 -08:00 |
|
Lucas Rocha
|
d4c8df7ab0
|
Bug 937641 - Move toolbar-related classes to the toolbar package (r=sriram)
--HG--
rename : mobile/android/base/AutocompleteHandler.java => mobile/android/base/toolbar/AutocompleteHandler.java
rename : mobile/android/base/BackButton.java => mobile/android/base/toolbar/BackButton.java
rename : mobile/android/base/BrowserToolbar.java => mobile/android/base/toolbar/BrowserToolbar.java
rename : mobile/android/base/BrowserToolbarBackground.java => mobile/android/base/toolbar/BrowserToolbarBackground.java
rename : mobile/android/base/CanvasDelegate.java => mobile/android/base/toolbar/CanvasDelegate.java
rename : mobile/android/base/ForwardButton.java => mobile/android/base/toolbar/ForwardButton.java
rename : mobile/android/base/PageActionLayout.java => mobile/android/base/toolbar/PageActionLayout.java
rename : mobile/android/base/ShapedButton.java => mobile/android/base/toolbar/ShapedButton.java
rename : mobile/android/base/TabCounter.java => mobile/android/base/toolbar/TabCounter.java
|
2013-11-19 15:46:48 +00:00 |
|
Sriram Ramasubramanian
|
9a159ff8ea
|
Bug 937829: Cleanup the layout glitch when only one share icon is shown. [r=mfinkle]
--HG--
extra : rebase_source : c9432f960f8295d27d2756406dd0067d7427d83e
|
2013-11-13 09:34:05 -08:00 |
|
Sriram Ramasubramanian
|
dab31c55e3
|
Bug 937829: QuickShare with more icons. [r=mfinkle]
--HG--
rename : browser/themes/linux/Toolbar-inverted.png => browser/themes/windows/Toolbar-inverted.png
extra : rebase_source : b3bea92b63ce42d7bec2a2da55075e42453b3e56
|
2013-11-13 09:34:00 -08:00 |
|
Ryan VanderMeulen
|
4343609ebb
|
Backed out changesets 5fdcf5a9697f, da1a4740a722, and f16921967806 (bug 935628) for robocop failures.
CLOSED TREE
|
2013-11-11 15:56:27 -05:00 |
|
Lucas Rocha
|
d2cef0903c
|
Bug 936519 - Move general-purpose views to the widget package (r=mfinkle)
--HG--
rename : mobile/android/base/AllCapsTextView.java => mobile/android/base/widget/AllCapsTextView.java
rename : mobile/android/base/AnimatedHeightLayout.java => mobile/android/base/widget/AnimatedHeightLayout.java
rename : mobile/android/base/CheckableLinearLayout.java => mobile/android/base/widget/CheckableLinearLayout.java
rename : mobile/android/base/ClickableWhenDisabledEditText.java => mobile/android/base/widget/ClickableWhenDisabledEditText.java
rename : mobile/android/base/FlowLayout.java => mobile/android/base/widget/FlowLayout.java
|
2013-11-11 18:41:12 +00:00 |
|
Lucas Rocha
|
30e5813e65
|
Bug 935628 - Only show right edge in toolbar when necessary (r=sriram)
|
2013-11-11 18:33:55 +00:00 |
|
Lucas Rocha
|
7e5972dae7
|
Bug 935628 - Remove BrowserToolbarBackground from toolbar (r=sriram)
|
2013-11-11 18:33:49 +00:00 |
|
Lucas Rocha
|
5b154f5287
|
Bug 935534 - Use simpler element form for CustomEditText (r=sriram)
|
2013-11-08 15:07:30 +00:00 |
|
Lucas Rocha
|
868884b663
|
Bug 935534 - Use UrlBar.ImageButton.Unused on Back/Fwd phone buttons (r=sriram)
|
2013-11-08 15:07:29 +00:00 |
|
Michael Comella
|
0acfb1147a
|
Bug 924480 - Part 1: Make search_container focusable before browser_toolbar. r=bnicholson
|
2013-10-17 13:32:57 -07:00 |
|
Ryan VanderMeulen
|
93966faaed
|
Backed out changesets d8fd745a0095 and 30b7ebdf5c99 (bug 924480) for robocop-3 failures.
|
2013-10-18 15:36:21 -04:00 |
|
Michael Comella
|
8819c2b7f6
|
Bug 924480 - Part 1: Make search_container focusable before browser_toolbar. r=bnicholson
|
2013-10-18 09:42:51 -07:00 |
|
Chenxia Liu
|
34dc84ffb3
|
Bug 919230 - Implement empty screen state for bookmarks. r=sriram
|
2013-10-16 09:42:33 -07:00 |
|
Wes Johnston
|
9adecbc7a4
|
Bug 920170 - Allow adding a grid of icons to prompts. r=margaret
|
2013-10-15 08:53:16 -07:00 |
|
Chris Kitching
|
6bd2c30402
|
Bug 923218: Don't show the default favicon until a failure to load a favicon has happened. r=rnewman
|
2013-10-11 15:56:11 -07:00 |
|
Nick Alexander
|
ec1b40bf83
|
Bug 924232 - Part 2: Move preprocessed Gecko*.java.in to widget package. r=mfinkle
--HG--
rename : mobile/android/base/GeckoEditText.java.in => mobile/android/base/widget/GeckoEditText.java.in
rename : mobile/android/base/GeckoImageButton.java.in => mobile/android/base/widget/GeckoImageButton.java.in
rename : mobile/android/base/GeckoImageView.java.in => mobile/android/base/widget/GeckoImageView.java.in
rename : mobile/android/base/GeckoLinearLayout.java.in => mobile/android/base/widget/GeckoLinearLayout.java.in
rename : mobile/android/base/GeckoRelativeLayout.java.in => mobile/android/base/widget/GeckoRelativeLayout.java.in
rename : mobile/android/base/GeckoTextSwitcher.java.in => mobile/android/base/widget/GeckoTextSwitcher.java.in
rename : mobile/android/base/GeckoTextView.java.in => mobile/android/base/widget/GeckoTextView.java.in
rename : mobile/android/base/GeckoView.java.frag => mobile/android/base/widget/GeckoView.java.frag
|
2013-10-10 11:53:14 -07:00 |
|
Margaret Leibovic
|
60b798fb99
|
Bug 917273 - Fix PinSiteDialog to handle pinning user-entered terms. r=wesj
|
2013-10-09 13:06:58 -07:00 |
|
Sriram Ramasubramanian
|
43e2923dca
|
Bug 920317: Banner cuts off TopSitesPage. [r=margaret]
--HG--
rename : b2g/config/emulator-ics/config.json => b2g/config/emulator/config.json
rename : b2g/config/emulator-ics/releng-emulator-ics.tt => b2g/config/emulator/releng-emulator.tt
extra : rebase_source : cdbc79b907ad0d90ff315966e645535ffb4a39b9
|
2013-09-26 15:39:36 -07:00 |
|
Sriram Ramasubramanian
|
b84d49e4a1
|
Bug 910882: Change search suggestions background to a lighter blue. [r=margaret]
--HG--
extra : rebase_source : cd4b8ab06669bc856bded04392d71abc6e8961ac
|
2013-09-24 11:54:16 -07:00 |
|
Chenxia Liu
|
86a04e2e04
|
Bug 919704 - Remove empty screen for "Top Sites". r=sriram
|
2013-09-26 10:47:23 -07:00 |
|
Lucas Rocha
|
a7f0b8f40f
|
Bug 918377 - Misc layout fixes on new tab layout in about:home (r=sriram)
|
2013-09-19 17:19:43 -04:00 |
|
Lucas Rocha
|
9c387d261e
|
Merge m-c to fig
--HG--
rename : mobile/android/base/home/PinBookmarkDialog.java => mobile/android/base/home/PinSiteDialog.java
rename : mobile/android/base/home/TopBookmarksView.java => mobile/android/base/home/TopSitesGridView.java
rename : mobile/android/base/home/MostVisitedPage.java => mobile/android/base/home/TopSitesPage.java
rename : mobile/android/base/home/BookmarkThumbnailView.java => mobile/android/base/home/TopSitesThumbnailView.java
rename : mobile/android/base/resources/color/top_bookmark_item_title.xml => mobile/android/base/resources/color/top_sites_grid_item_title.xml
rename : mobile/android/base/resources/drawable-hdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-hdpi/top_site_add.png
rename : mobile/android/base/resources/drawable-mdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-mdpi/top_site_add.png
rename : mobile/android/base/resources/drawable-xhdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-xhdpi/top_site_add.png
rename : mobile/android/base/resources/drawable/bookmark_thumbnail_bg.xml => mobile/android/base/resources/drawable/top_sites_thumbnail_bg.xml
rename : mobile/android/base/resources/layout/home_most_visited_page.xml => mobile/android/base/resources/layout/home_top_sites_page.xml
rename : mobile/android/base/resources/layout/pin_bookmark_dialog.xml => mobile/android/base/resources/layout/pin_site_dialog.xml
rename : mobile/android/base/resources/menu/top_bookmarks_contextmenu.xml => mobile/android/base/resources/menu/top_sites_contextmenu.xml
extra : amend_source : 459360495389bad89cab14a8bd70f3dacb10d9f5
|
2013-09-19 13:53:14 -04:00 |
|
Sriram Ramasubramanian
|
a3a1cdd9c4
|
Bug 833800: LinearLayout of android doesn't have the third constructor in pre-ICS. [r=margaret]
|
2013-09-18 10:00:37 -04:00 |
|
Sriram Ramasubramanian
|
689741bd5c
|
Bug 917396: Move the grid to "TopSites" page. [r=lucasr]
--HG--
rename : mobile/android/base/home/PinBookmarkDialog.java => mobile/android/base/home/PinSiteDialog.java
rename : mobile/android/base/home/TopBookmarksAdapter.java => mobile/android/base/home/TopSitesGridAdapter.java
rename : mobile/android/base/home/TopBookmarkItemView.java => mobile/android/base/home/TopSitesGridItemView.java
rename : mobile/android/base/home/TopBookmarksView.java => mobile/android/base/home/TopSitesGridView.java
rename : mobile/android/base/home/BookmarkThumbnailView.java => mobile/android/base/home/TopSitesThumbnailView.java
rename : mobile/android/base/resources/color/top_bookmark_item_title.xml => mobile/android/base/resources/color/top_sites_grid_item_title.xml
rename : mobile/android/base/resources/drawable-hdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-hdpi/top_site_add.png
rename : mobile/android/base/resources/drawable-mdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-mdpi/top_site_add.png
rename : mobile/android/base/resources/drawable-xhdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-xhdpi/top_site_add.png
rename : mobile/android/base/resources/drawable/bookmark_thumbnail_bg.xml => mobile/android/base/resources/drawable/top_sites_thumbnail_bg.xml
rename : mobile/android/base/resources/layout/pin_bookmark_dialog.xml => mobile/android/base/resources/layout/pin_site_dialog.xml
rename : mobile/android/base/resources/layout/top_bookmark_item_view.xml => mobile/android/base/resources/layout/top_sites_grid_item_view.xml
rename : mobile/android/base/resources/menu/top_bookmarks_contextmenu.xml => mobile/android/base/resources/menu/top_sites_contextmenu.xml
|
2013-09-17 16:24:48 -04:00 |
|
Sriram Ramasubramanian
|
7fe469beea
|
Bug 833800: Change the pin to be an image. [r=wesj]
|
2013-09-17 13:39:18 -04:00 |
|
Lucas Rocha
|
ed9279760c
|
Bug 917394 - Rearrange about:home tabs as per new design (r=sriram)
--HG--
rename : mobile/android/base/home/MostVisitedPage.java => mobile/android/base/home/TopSitesPage.java
rename : mobile/android/base/resources/layout/home_most_visited_page.xml => mobile/android/base/resources/layout/home_top_sites_page.xml
|
2013-09-17 16:58:12 -04:00 |
|
Margaret Leibovic
|
169ab90146
|
Bug 905262 - Create a JS add-on API for adding content to the promotional banner. r=wesj
|
2013-08-19 17:22:47 -07:00 |
|
Chris Kitching
|
23dcdad6a7
|
Bug 895423 - Use a FaviconView to display the icons for the customise search menu. r=liuche
|
2013-09-14 12:09:14 -07:00 |
|
Lucas Rocha
|
4cad69a4f5
|
Bug 912298 - HomePager's stub and view should not share the same id (r=rnewman)
|
2013-09-06 11:29:29 +01:00 |
|
Chenxia Liu
|
94d8993f37
|
Bug 907852 - Unify position of empty state graphics. r=sriram
|
2013-08-30 13:38:11 -07:00 |
|
Sriram Ramasubramanian
|
1cfe9e17b0
|
bug 862801: New About:home snippets. [r=lucasr]
--HG--
extra : rebase_source : a81ed8090f1e2fdd9ffd02c633db2470ae428413
|
2013-08-08 15:15:13 -07:00 |
|
Shilpan Bhagat
|
bc3f221ede
|
Bug 907592 - Use viewstubs for loading ViewPager. r=lucasr
|
2013-08-21 02:15:37 -07:00 |
|
Max Li
|
59d38e9e89
|
Bug 909153 - Empty reading list hint is inaccessible. r=lucasr
|
2013-08-25 18:37:32 -04:00 |
|
Chenxia Liu
|
723959c56c
|
Bug 906668 - [fig] Reading list text is cut off on small screens. r=sriram
|
2013-08-27 11:31:19 -07:00 |
|
Sriram Ramasubramanian
|
61a819cc5a
|
Bug 905328: Shadow of url-bar should be shown always. [r=lucasr]
|
2013-08-20 12:12:47 -07:00 |
|
Margaret Leibovic
|
b12855a17d
|
merge m-c into fig
--HG--
rename : browser/devtools/styleinspector/css-logic.js => toolkit/devtools/styleinspector/css-logic.js
|
2013-08-16 11:31:14 -07:00 |
|
Chenxia Liu
|
cb593f8feb
|
Bug 891953 - Part 2: Add "Tip" for reading list empty screen. r=sriram
|
2013-08-16 01:41:00 -07:00 |
|
Chenxia Liu
|
86006f24d4
|
Bug 891953 - Part 1: Implement empty screen text and icon for reading list. r=sriram
|
2013-08-16 01:33:04 -07:00 |
|
Michael Comella
|
529116ab49
|
Bug 904122: Dismiss keyboard on search suggestion scroll. r=lucasr
|
2013-08-15 09:33:27 -07:00 |
|
Michael Comella
|
7c7ea435e0
|
Backed out changeset 9760c819e993
|
2013-08-15 09:57:56 -07:00 |
|
Michael Comella
|
d8905fa168
|
Bug 904122: Dismiss keyboard on search suggestion scroll. r=lucasr
|
2013-08-15 09:49:45 -07:00 |
|
Shilpan Bhagat
|
bb42c3fb45
|
Bug 891183: Added custom tab strip in about:home for tablets [r=sriram]
|
2013-08-13 17:08:16 -07:00 |
|
Sriram Ramasubramanian
|
71aa8355cc
|
Bug 888905: Tablet reading list for new about:home. [r=lucasr]
|
2013-08-09 12:32:46 -07:00 |
|
Shilpan Bhagat
|
b9693546df
|
Bug 894077: Layout for history panel for tablets [r=sriram]
|
2013-08-07 00:11:31 -07:00 |
|
Chenxia Liu
|
3917c4d547
|
Bug 903160 - Follow-up: Use ViewStub in home_list_with_title.xml for lazy inflation. r=sriram
|
2013-08-09 17:56:53 -07:00 |
|
Chenxia Liu
|
5306da399e
|
Bug 895867 - Implement empty screen state for 'tabs from last time'. r=lucasr
|
2013-08-09 13:39:13 -07:00 |
|
Sriram Ramasubramanian
|
bbe8dd62c4
|
Merge m-c to fig.
|
2013-08-09 10:49:51 -07:00 |
|
Chenxia Liu
|
b79be6f355
|
Bug 902507 - Follow-up: Move "setEmptyView" to after cursor is loaded for MostRecentPage. r=lucasr
|
2013-08-08 17:34:46 -07:00 |
|
Chenxia Liu
|
f1e21c80c4
|
Backed out changeset c0dc627fa67f
|
2013-08-08 16:13:21 -07:00 |
|
Chenxia Liu
|
650acdf190
|
Bug 902507 - Follow-up: Move "setEmptyView" to after cursor is loaded for MostRecentPage. r=lucasr
|
2013-08-08 15:40:34 -07:00 |
|
Sriram Ramasubramanian
|
895f19b1c1
|
Bug 888905: Tablet bookmarks page for new about:home. [r=lucasr]
|
2013-08-07 09:39:26 -07:00 |
|
Brad Lassey
|
0b54a77b1f
|
bug 880259 - Firefox should use GeckoView r=mfinkle
|
2013-08-02 16:46:07 -04:00 |
|
Chenxia Liu
|
9d5c107c57
|
Bug 895866 - Implement empty screen state for 'history'. r=sriram
|
2013-08-06 17:03:04 -07:00 |
|
Chenxia Liu
|
1d488c20c1
|
Backed out changeset e979b2ee0d42
|
2013-08-06 18:06:33 -07:00 |
|
Chenxia Liu
|
7ba0024434
|
Bug 895866 - Implement empty screen state for 'history'. r=sriram
|
2013-08-06 17:03:04 -07:00 |
|
Margaret Leibovic
|
edbdd9ca7e
|
merge m-c to fig
|
2013-08-04 15:14:01 -07:00 |
|
Wes Johnston
|
41ae7f1c19
|
Bug 896059 - Allow super toasts in webapps. r=mfinkle
|
2013-08-02 11:04:45 -07:00 |
|
Sriram Ramasubramanian
|
01608cd4b2
|
Bug 880525: Search suggestions are mis-aligned. [r=mfinkle]
--HG--
extra : rebase_source : fc009c582cee1e818a91520c91a3ddd087793a6a
|
2013-08-08 14:43:08 -07:00 |
|
Michael Comella
|
40c1c7dedf
|
Bug 899394 - Prevent page from scrolling to top when bookmark is tapped. r=sriram
|
2013-07-31 15:38:38 -07:00 |
|
Shilpan Bhagat
|
db888e24a0
|
Bug 900179: Remove overdraws from child fragments in history panel [r=sriram]
|
2013-07-31 13:35:42 -07:00 |
|
Shilpan Bhagat
|
2637f36508
|
Bug 895837: Implemented tabs on the bottom for history page. r=sriram
--HG--
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/MostRecentPage.java
rename : mobile/android/base/home/VisitedPage.java => mobile/android/base/home/MostVisitedPage.java
|
2013-07-25 17:06:02 -07:00 |
|
Margaret Leibovic
|
a64d2ccf06
|
Backout 1491af6fc2ae
|
2013-07-29 08:40:40 -07:00 |
|
Shilpan Bhagat
|
045f7a1735
|
Bug 895837: Implemented tabs on the bottom for history page [r=lucasr]
--HG--
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/MostRecentPage.java
rename : mobile/android/base/home/VisitedPage.java => mobile/android/base/home/MostVisitedPage.java
|
2013-07-26 09:29:05 -07:00 |
|
Brian Nicholson
|
30d0a5f68b
|
Bug 894045 - Add gamepad support for search suggestions. r=lucasr
|
2013-07-26 11:21:39 -07:00 |
|
Brian Nicholson
|
0cff1e385d
|
No bug - Whitespace fixes for search_engine_row.xml
--HG--
extra : rebase_source : 45bfb0208c4e1f8c57bfc1a5a1f068ce265527ff
|
2013-07-25 16:43:48 -07:00 |
|
Brian Nicholson
|
d6c21b326d
|
Bug 882185 - Restore opt-in search suggestions UI. r=lucasr
|
2013-07-25 11:08:37 -07:00 |
|
Lucas Rocha
|
c0285eccba
|
Bug 887269 - Add "Open all previous tabs" button (r=sriram)
|
2013-07-24 00:33:40 +01:00 |
|
Lucas Rocha
|
3b429dcde0
|
Bug 887269 - Split last tabs/history layouts into separate files (r=sriram)
|
2013-07-24 00:33:40 +01:00 |
|
Sriram Ramasubramanian
|
68d9fa2d00
|
Bug 885884: Add back pin bookmark support to TopBookmarksView. [r=lucasr]
|
2013-07-22 12:49:36 -07:00 |
|
Margaret Leibovic
|
b2c048be2d
|
merge m-c into fig
|
2013-07-22 12:11:05 -07:00 |
|
Sriram Ramasubramanian
|
b0139913a9
|
Bug 880047: Rename old abouthome_* to home_* for consistency. [r=margaret]
--HG--
rename : mobile/android/base/resources/drawable-hdpi/abouthome_thumbnail_add.png => mobile/android/base/resources/drawable-hdpi/top_bookmark_add.png
rename : mobile/android/base/resources/drawable-mdpi/abouthome_thumbnail_add.png => mobile/android/base/resources/drawable-mdpi/top_bookmark_add.png
rename : mobile/android/base/resources/drawable-xhdpi/abouthome_thumbnail_add.png => mobile/android/base/resources/drawable-xhdpi/top_bookmark_add.png
extra : rebase_source : 0605caaec14f08edbb768395b8fed9c97174d849
|
2013-07-18 14:54:14 -07:00 |
|
Sriram Ramasubramanian
|
e0f6f124ac
|
Bug 880047: So long, old about:home. RIP. [r=margaret]
--HG--
extra : rebase_source : e0bfebb52799babc6807471fe91d138c6c6da015
|
2013-07-18 21:42:42 -07:00 |
|
Sriram Ramasubramanian
|
cfb8490a36
|
Bug 880047: Kill LinkTextView in old about:home [r=margaret]
--HG--
extra : rebase_source : 01c1761d615e9f877ee04742bf107cb68dd1fcbc
|
2013-07-18 14:11:49 -07:00 |
|
Sriram Ramasubramanian
|
cb7c300482
|
Bug 880047: Remove TopSitesView from old about:home [r=margaret]
--HG--
extra : rebase_source : f0366c5bc5587d2e8cf51c816acf04f21bdaf767
|
2013-07-18 14:11:46 -07:00 |
|
Mark Capella
|
f9e0cc20f1
|
Bug 880047 - [fig] Kill unused AboutHome code (LastTabsSection), r=margaret
|
2013-07-18 14:58:41 -04:00 |
|
Shilpan Bhagat
|
2b062640ef
|
Bug 853844 - Optimized pageload throbber. r=mfinkle
|
2013-08-06 16:38:00 -07:00 |
|
Mark Capella
|
fa836b51fb
|
Bug 880047 - [fig] Kill unused AboutHome code (AddonsSection), r=margaret
|
2013-07-17 18:39:38 -04:00 |
|
Margaret Leibovic
|
83feb133fa
|
merge m-c into fig
|
2013-07-17 13:50:36 -07:00 |
|
Mark Capella
|
35b345caa1
|
Bug 880047 - [fig] Kill unused AboutHome code (RemoteTabsSection), r=margaret
|
2013-07-16 20:37:37 -04:00 |
|
Lucas Rocha
|
53aa620280
|
Bug 882715 - Implement history/last tabs buttons in VisitedPage (r=bnicholson)
|
2013-07-08 23:05:51 +01:00 |
|
Lucas Rocha
|
832c9f541f
|
Bug 882715 - Pack home pager in a frame layout (r=bnicholson)
|
2013-07-08 23:05:50 +01:00 |
|
Lucas Rocha
|
d67b54d0d3
|
Bug 882715 - Implement history page in new about:home (r=bnicholson)
|
2013-07-08 23:02:02 +01:00 |
|
Sriram Ramasubramanian
|
d0be782334
|
Merge m-c to fig. [r=karma]
|
2013-07-03 17:08:31 -07:00 |
|
Jim Chen
|
65937fa722
|
Bug 895236 - Make URL bar inputType and imeOptions consistent. r=sriram
|
2013-07-19 21:20:47 -04:00 |
|
Nick Alexander
|
74bed7834f
|
Bug 895670 - Remove SetupScreen and associated assets. r=mfinkle
--HG--
extra : rebase_source : 67e551da22e8490138a94cc303c1102ef49599e9
|
2013-07-19 13:59:42 -07:00 |
|
Margaret Leibovic
|
36a072685b
|
Bug 885962 - Polish mixed content blocking UI. r=sriram
|
2013-07-18 20:03:46 -07:00 |
|
Wes Kocher
|
1b748e44a8
|
Backout 111b3d84c479 (bug 885962) for Android bustage on a CLOSED TREE
--HG--
rename : mobile/android/base/resources/drawable-mdpi/lock_identified.png => mobile/android/base/resources/drawable-mdpi/site_security_identified.png
rename : mobile/android/base/resources/drawable-mdpi/lock_verified.png => mobile/android/base/resources/drawable-mdpi/site_security_verified.png
extra : amend_source : aff11fe057de12ee7ec2fff8814a78b415d6554a
|
2013-07-18 21:31:44 -07:00 |
|
Margaret Leibovic
|
51ea29f05d
|
Bug 885962 - Polish mixed content blocking UI. r=sriram
|
2013-07-18 20:03:46 -07:00 |
|
Sriram Ramasubramanian
|
07382a76ff
|
Bug 886504: ClassNotFoundException on Search engine row. [r=lucasr]
|
2013-06-24 13:45:11 -07:00 |
|
Lucas Rocha
|
9178b49346
|
Bug 882715 - Define a background_light pre-defined color (r=sriram)
|
2013-06-25 20:00:38 +01:00 |
|
Sriram Ramasubramanian
|
af104b378c
|
Bug 882365: Add a top bookmarks section grid view. [r=lucasr]
|
2013-06-20 11:45:58 -07:00 |
|
Sriram Ramasubramanian
|
38c3c18e93
|
Bug 883300: Make BookmarksListView a class of its own. [r=margaret]
|
2013-06-14 12:00:59 -07:00 |
|
Sriram Ramasubramanian
|
34326d8944
|
Bug 883300: Add an XML layout for the boomarks page. [r=margaret]
|
2013-06-14 11:58:30 -07:00 |
|
Lucas Rocha
|
484ef34f06
|
Bug 882081 - Restore bookmark indicator in TwoLinePageRow (r=sriram)
|
2013-06-14 17:26:36 +01:00 |
|
Lucas Rocha
|
95939b75d8
|
Bug 881777 - Adjust favicon margins in SearchEngineRow (r=sriram)
|
2013-06-13 16:58:47 +01:00 |
|
Lucas Rocha
|
ff255d6d54
|
Bug 881777 - Use different height for search engine rows (r=sriram)
|
2013-06-13 16:58:39 +01:00 |
|
Margaret Leibovic
|
37a041ef7b
|
Bug 876712 - (Part 3) Remove more unused awesomebar_* files, and rename awesomebar_suggestion_row.xml. r=sriram
--HG--
rename : mobile/android/base/resources/layout/awesomebar_suggestion_item.xml => mobile/android/base/resources/layout/suggestion_item.xml
|
2013-06-12 13:54:31 -07:00 |
|
Margaret Leibovic
|
9f79c4d6f0
|
Bug 876712 - Kill AweseomeBar/AwesomeBarTabs. r=sriram,wesj
|
2013-06-12 13:33:13 -07:00 |
|
Sriram Ramasubramanian
|
fdde02ef7c
|
Bug 889562: Action-mode not showing in Android 4.3 [r=mfinkle]
|
2013-08-01 15:39:21 -07:00 |
|
Chris Kitching
|
6529a6a9af
|
Bug 898151 - Add informational graphic to search engine customisation menu. r=liuche
|
2013-08-05 08:40:09 -07:00 |
|
Lucas Rocha
|
9f7449ac9b
|
Bug 871650 - Restore search suggestions support (r=bnicholson)
|
2013-06-11 18:01:35 +01:00 |
|
Lucas Rocha
|
9136b90b0f
|
Bug 877870 - Initial implementation of new browser search fragment (r=bnicholson)
|
2013-06-11 17:57:45 +01:00 |
|
Lucas Rocha
|
58841a16ee
|
Bug 877870 - Rename bookmark_item_row.xml to home_item_row.xml (r=sriram)
--HG--
rename : mobile/android/base/resources/layout/bookmark_item_row.xml => mobile/android/base/resources/layout/home_item_row.xml
|
2013-06-11 17:57:44 +01:00 |
|
Sriram Ramasubramanian
|
7d3b8d6999
|
Bug 880393: FadedTextView for about:home. [r=mfinkle]
|
2013-06-10 11:17:34 -07:00 |
|
Sriram Ramasubramanian
|
07118340e6
|
Merge m-c to fig
|
2013-06-04 11:12:13 -07:00 |
|