Commit Graph

5923 Commits

Author SHA1 Message Date
Lucas Rocha
f6b030941a Bug 959777 - Factor out PanelConfig validation to be used in all constructors (r=margaret) 2014-01-21 16:32:23 +00:00
Lucas Rocha
5f0311c925 Bug 959777 - Move JSON parsing logic into PanelConfig (r=margaret) 2014-01-21 16:32:23 +00:00
Ryan VanderMeulen
4c5b114317 Merge m-c to fx-team. 2014-01-21 15:22:15 -05:00
Michael Nares
cff4b9729e Bug 884851 - Replace the mIsAutoComplete boolean with an enum. r=kats 2014-01-21 14:24:52 -05:00
Jim Chen
29cc16d495 Bug 958706 - Add ThrowException and HandleUncaughtException methods to AndroidBridge; r=blassey
ThrowException throws a new exception with the appropriate message, meant for native JNI methods that return to Java code (i.e. methods in AndroidJNI.cpp).

HandleUncaughtException will be called by the generated JNI stubs that C++ code uses. HandleUncaughtException calls the new GeckoAppShell.handleUncaughtException method, which behaves exactly like the normal uncaught exception handler (annotates the crash report and crashes). GeckoAppShell.handleUncaughtException has the noThrow annotation that will be seen by the generated code; as a result, its generated stub will not call HandleUncaughtException and result in a loop.
2014-01-17 23:32:24 -06:00
Brian Nicholson
bf1d97bbc9 Bug 961749 - Disable tab count animation in editing mode. r=lucasr 2014-01-28 15:19:42 -08:00
Brian Nicholson
9bc4959df9 Bug 963288 - Remove unnecessary synchronization in Tabs. r=rnewman 2014-01-28 11:56:26 -08:00
Margaret Leibovic
4a237045ae Bug 958891 - Make Fennec about:home advertise Firefox Accounts + Sync banner. r=bnicholson 2014-01-17 16:08:44 -08:00
Ryan VanderMeulen
9043c4f03b Backed out changeset a63deedeb4b7 (bug 917896) for robocop failures. 2014-01-17 15:24:23 -05:00
Ryan VanderMeulen
f879f82630 Merge m-c to fx-team. 2014-01-17 15:20:15 -05:00
Ryan VanderMeulen
5276fa28f6 Merge fx-team to m-c. 2014-01-17 14:56:13 -05:00
Margaret Leibovic
f32e4a29ee Bug 959862 - Expand Home.panels API to specify contents of panels. r=lucasr 2014-01-17 09:27:07 -08:00
Margaret Leibovic
8052f94368 Bug 959880 - Support basic HTML markup in home banner text. r=wesj 2014-01-17 09:27:01 -08:00
Richard Newman
a9a844e88e Bug 960324 - Use "BrowserID" in Android tokenserver authz header, not "Browser-ID". r=rnewman 2014-01-16 22:24:52 -08:00
Richard Newman
37f31ffcd1 Bug 951304 - Follow-up: add missing file from Part 3. r=bustage 2014-01-16 19:50:51 -08:00
Richard Newman
ca96dd711e Bug 951304 - Part 4: include a stub string for Fennec. r=trivial 2014-01-16 18:53:02 -08:00
Richard Newman
65a5e1b20b Bug 951304 - Part 3: first version of FxAccountUpdateCredentialsActivity. r=rnewman 2014-01-16 18:51:46 -08:00
Nick Alexander
084dc693bf Bug 951304 - Part 2: first cut at native UI for Firefox Accounts on Android. r=rnewman 2014-01-16 18:35:09 -08:00
Richard Newman
0b7eb17cf0 Bug 956844 - Part 2: rework FxA state machine. r=rnewman 2014-01-16 18:35:08 -08:00
Nick Alexander
436e46bf46 Bug 951304 - Part 1: add FxAccountAuthenticator.getFirefoxAccounts. r=rnewman 2014-01-16 18:35:08 -08:00
Nick Alexander
8d080742f8 Bug 956844 - Part 1: update Android FxSyncAdapter to use new onepw protocol login flow. r=rnewman 2014-01-16 18:35:08 -08:00
Kartikaya Gupta
08cbae02b2 Bug 936008 - Avoid NPE when getting a zoom constraints update before the LayerView is fully initialized. r=wesj 2014-01-16 16:14:08 -05:00
Brian Nicholson
1638d8ee6c Bug 949458 - Give the tab counter view its own rendering layer. r=blassey 2014-01-16 13:03:34 -08:00
Ryan VanderMeulen
208917083a Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
Richard Newman
09b17e3a0a Bug 959627 - Follow-up: fix typo. r=trivial 2014-01-15 18:28:15 -08:00
Mark Finkle
ab234784a4 Bug 959627 - BitmapUtils.getDominantColor can be expensive r=margaret 2014-01-15 21:02:07 -05:00
Ryan VanderMeulen
1831f4d5bd Merge m-c to fx-team. 2014-01-15 20:48:45 -05:00
Ryan VanderMeulen
4cd53d5a1c Backed out changesets 5d245e2369fa and 8f3dad3b3698 (bug 949458) for suspicion of causing bug 960162. 2014-01-15 20:46:00 -05:00
Margaret Leibovic
ad59df0afb Bug 959772 - Create a generic PanelType and corresponding *Panel class for third-party panels. r=lucasr
--HG--
rename : mobile/android/base/home/ListPanel.java => mobile/android/base/home/DynamicPanel.java
2014-01-15 11:49:26 -08:00
Margaret Leibovic
5d8a79a8fd Bug 958175 - Get rid of PanelConfig constructors that don't take an id. r=lucasr 2014-01-15 11:49:19 -08:00
Ed Morley
bed1d48fc2 Merge mozilla-central and fx-team 2014-01-15 18:04:51 +00:00
Ed Morley
dd9a768fb4 Merge latest green fx-team changeset and mozilla-central 2014-01-15 16:14:41 +00:00
Nick Alexander
c0ce94d60e Bug 957872 - Remove SyncAdapters for all but the main Fennec ContentProvider. r=nalexander
--HG--
rename : mobile/android/base/resources/xml/fxaccount_bookmarks_syncadapter.xml => mobile/android/base/resources/xml/fxaccount_syncadapter.xml
2014-01-15 10:18:18 -08:00
Joshua Dover
be010616a1 Bug 955886 - Remove toolbar margin when entering fullscreen without dynamic toolbar. r=wesj 2014-01-10 10:38:26 -08:00
Brian Nicholson
05cd5a6036 Bug 917896 - Replace throbber with progress bar. r=lucasr
--HG--
extra : rebase_source : 3aee6ee1526857fa5eeda22137fac2b34bce1102
2014-01-17 10:52:39 -08:00
Eugen Sawin
b2ab04b2a3 Bug 956946 - Align menu top to URL bar. r=bnicholson 2014-01-16 15:47:10 -08:00
Lucas Rocha
cc016ef7e5 Bug 958171 - Fix adapter update logic for when HomeConfig changes (r=margaret) 2014-01-15 10:57:25 +00:00
Wesley Johnston
a6d7835949 Bug 957131 - Synced bookmarks appear in guest mode but not in default profile. r=rnewman 2014-01-14 21:45:59 -08:00
Brian Nicholson
bd8f6c2f03 Bug 949458 - Follow-up including API version check. r=me 2014-01-14 16:48:02 -08:00
Brian Nicholson
2eb87485f6 Bug 949458 - Give the tab counter view its own rendering layer. r=blassey 2014-01-14 16:38:46 -08:00
Michael Comella
b8573348bc Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-13 15:08:58 -08:00
Margaret Leibovic
8f090c29a5 Bug 926711 - Restore search engine icon in search engine preference dialog. r=wesj 2014-01-14 15:08:13 -08:00
Margaret Leibovic
70f97b7271 Bug 958192 - Use gecko messages to request current set of available panels from JS. r=lucasr 2014-01-14 15:08:10 -08:00
Ryan VanderMeulen
4af34477af Backed out changeset 7eb8b5723256 (bug 943515) for mass Android test bustage. 2014-01-14 15:38:15 -05:00
Michael Comella
4acf0d4dae Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-14 10:28:30 -08:00
Isura Edirisinghe
5d357879dc Bug 944165 - Implement remaining functions in JUnit API. r=mcomella 2014-01-14 10:13:30 -05:00
Richard Newman
b3811e6d06 Bug 847021 - Correctly drop bookmarks_type_deleted_index during migration. r=mfinkle 2014-01-13 19:36:35 -08:00
Matt Brubeck
c28423b0a3 Bug 958243 - Get unregister/registerEventListener calls in sync [r=mfinkle] 2014-01-13 17:58:36 -08:00
Wes Johnston
d4973b96bd Bug 921112 - Prohibit proguad from erasing JNI MCC methods. r=bnicholson 2014-01-13 15:20:15 -08:00
Wes Johnston
e171aa5dfd Bug 949613 - Hide the titlebar if it was showing when an action mode started. r=lucasr 2014-01-13 15:20:13 -08:00
Lucas Rocha
4031e21552 Bug 957992 - Document toolbar high-level architecture (r=margaret) 2014-01-13 15:09:30 +00:00
Mark Finkle
91337d4b5f Bug 952878 - LayerRenderer.drawBackground can be expensive during a pageload r=wesj 2014-01-13 09:03:24 -05:00
Lucas Rocha
14c8882d88 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
Chenxia Liu
4c541a1c01 Bug 942875 - Part 3: Add Home Panels Settings page + tests. r=lucasr 2013-12-16 20:37:16 -08:00
Chenxia Liu
dc97247c36 Bug 942875 - Part 2: String updates. r=lucasr 2014-01-22 10:10:51 -08:00
Chenxia Liu
7944986e4c Bug 942875 - Part 1: Refactor Search Settings. r=lucasr 2014-01-22 10:10:51 -08:00
Joshua Dover
f5d2b6efd3 Bug 960359 - Refactor HomeBanner out of TopSitesPanel and display on default page. r=mleibovic 2014-01-29 14:07:05 -08:00
teodora vermesan
17142620fc Bug 952091 - Robocop: Add test to show Title Bar options. r=gbrown 2013-12-19 14:11:06 +02:00
Margaret Leibovic
dfcc8bfa7a Bug 958179 - Rename Home.lists API to Home.panels. r=liuche 2014-01-10 12:57:23 -08:00
Margaret Leibovic
975b65d9bd Bug 958189 - Rename ListManager to PanelManager. r=liuche
--HG--
rename : mobile/android/base/home/ListManager.java => mobile/android/base/home/PanelManager.java
2014-01-10 12:57:20 -08:00
Ryan VanderMeulen
3b526ca45c Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Lucas Rocha
b65aacb8a2 Bug 949172 - Implement backend to load and save HomePager configuration (r=margaret) 2014-01-10 11:16:28 +00:00
Wes Kocher
73c32aa1d4 Merge fx-team to m-c 2014-01-09 16:50:03 -08:00
Sola Ogunsakin
5a37df4c73 Bug 950610 - Add "Share" and "Add to Home Screen" to pinned sites context menus. r=liuche
-refactor import statement
-change log severity level to warn
-change log messages
-refactoring of duplicate code will come in another bug fix
2014-01-08 17:23:13 -08:00
Mike Shal
b835ce2f8a Bug 957780 - fix Android builds with --disable-webrtc; r=glandium 2014-01-08 16:57:36 -05:00
Joshua Dover
d826b1c700 Bug 943515 - Refactor favicon accessors for naming and usage consistency. r=mcomella 2014-01-08 13:42:45 -08:00
Lucas Rocha
05f3f806bf Bug 944533 - Move title handling to ToolbarDisplayLayout (r=margaret) 2014-01-09 14:56:41 +00:00
Lucas Rocha
ea83aa267c Bug 944533 - Factor out title display prefs into separate class (r=margaret) 2014-01-09 14:55:30 +00:00
Lucas Rocha
b82dc7be5c Bug 944533 - Remove unused constants from BrowserToolbar (r=margaret) 2014-01-09 14:55:29 +00:00
Lucas Rocha
faf73b0750 Bug 944533 - Re-define internal API to update toolbar UI state (r=mfinkle) 2014-01-09 14:55:29 +00:00
Lucas Rocha
e82a035948 Bug 944533 - Inflate SiteIdentityPopup on show() and add identity setter (r=margaret) 2014-01-09 14:55:29 +00:00
Lucas Rocha
5f47daa1b3 Bug 944533 - Make unnecessary public API in BrowserToolbar private (r=margaret) 2014-01-09 14:55:29 +00:00
Lucas Rocha
c8d40b3509 Bug 944533 - No need to set progress visibility explicitly in BrowserApp (r=margaret) 2014-01-09 14:55:29 +00:00
Lucas Rocha
b0e043b8a6 Bug 942862 - Factor out URL display UI into ToolbarDisplayLayout (r=wesj) 2014-01-09 14:55:28 +00:00
Lucas Rocha
a5a2a79ff4 Bug 942862 - Remove unused member of BrowserToolbar (r=wesj) 2014-01-09 14:55:28 +00:00
Carsten "Tomcat" Book
1d5f92a33c Backed out changeset 779f90afa8d6 (bug 942862) for bustage on android and windows builds on a CLOSED TREE 2014-01-09 12:40:23 +01:00
Carsten "Tomcat" Book
99487c0316 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
Carsten "Tomcat" Book
5ff9a9e5c3 Backed out changeset 874bcd13b8b4 (bug 944533) for bustage on android and windows builds on a CLOSED TREE 2014-01-09 12:40:05 +01:00
Carsten "Tomcat" Book
3c3bace57e Backed out changeset 95c0731132ae (bug 944533) for bustage on android and windows builds on a CLOSED TREE 2014-01-09 12:39:57 +01:00
Carsten "Tomcat" Book
a32b8712c8 Backed out changeset 1a32a3b9dd20 (bug 944533) for bustage on android and windows builds on a CLOSED TREE 2014-01-09 12:39:48 +01:00
Carsten "Tomcat" Book
7fd82c487a Backed out changeset fa0a7a730324 (bug 944533) for bustage on android and windows builds on a CLOSED TREE 2014-01-09 12:39:40 +01:00
Carsten "Tomcat" Book
0345f6da19 Backed out changeset cd18587bd2b5 (bug 944533) for bustage on android and windows builds on a CLOSED TREE 2014-01-09 12:39:30 +01:00
Carsten "Tomcat" Book
7bf8caf069 Backed out changeset 1260d241f84f (bug 944533) for bustage on android and windows builds on a CLOSED TREE 2014-01-09 12:39:22 +01:00
Carsten "Tomcat" Book
ca472c652c Backed out changeset 125b24bb78d9 (bug 944533) for bustage on android and windows builds on a CLOSED TREE 2014-01-09 12:39:08 +01:00
Lucas Rocha
ea0bc1fe60 Bug 944533 - Move title handling to ToolbarDisplayLayout (r=margaret) 2014-01-09 10:46:17 +00:00
Lucas Rocha
14710d7f99 Bug 944533 - Factor out title display prefs into separate class (r=margaret) 2014-01-09 10:46:17 +00:00
Lucas Rocha
b3a5f2a08a Bug 944533 - Remove unused constants from BrowserToolbar (r=margaret) 2014-01-09 10:46:17 +00:00
Lucas Rocha
0c39beda00 Bug 944533 - Re-define internal API to update toolbar UI state (r=mfinkle) 2014-01-09 10:46:17 +00:00
Lucas Rocha
61edc18548 Bug 944533 - Inflate SiteIdentityPopup on show() and add identity setter (r=margaret) 2014-01-09 10:46:17 +00:00
Lucas Rocha
6623e9a798 Bug 944533 - Make unnecessary public API in BrowserToolbar private (r=margaret) 2014-01-09 10:46:16 +00:00
Lucas Rocha
84cae01587 Bug 944533 - No need to set progress visibility explicitly in BrowserApp (r=margaret) 2014-01-09 10:46:16 +00:00
Lucas Rocha
dd10102bd5 Bug 942862 - Factor out URL display UI into ToolbarDisplayLayout (r=wesj) 2014-01-09 10:46:16 +00:00
Lucas Rocha
ef980d406c Bug 942862 - Remove unused member of BrowserToolbar (r=wesj) 2014-01-09 10:46:16 +00:00
Michael Comella
8714413a23 Bug 956858: Make menu inaccessible during editing mode. r=wesj 2014-01-08 14:11:58 -08:00
Margaret Leibovic
f50f23af29 Bug 951054 - Invalidate the current home config when the locale changes. r=lucasr 2014-01-08 13:17:24 -08:00
Veeti Paananen
b1dbfec0f5 Bug 951024 - Provide haptic feedback on text selection. r=wesj 2013-12-17 06:15:56 +02:00
Ryan VanderMeulen
15e6514f7a Merge fx-team to m-c. 2014-01-08 15:28:48 -05:00
Phil Hoffman
ea325132a1 Bug 948087 - Add the LOGTAG to the log message produced by UITestContext.dumpLog() and update calls to this method to use the updated method declaration. r=mcomella 2014-01-07 13:57:36 -05:00
Lucas Rocha
607d4b8833 Bug 957097 - Turn GeckoActionProvider's max history size into a constant (r=wesj) 2014-01-08 12:18:40 +00:00
Mark Finkle
a4891217e9 Bug 957037 - Pull in Android's ProxySelectorImpl code so we can bypass creating Uri objects r=blassey 2014-01-07 18:46:44 -05:00
Michael Comella
39d22047ea Bug 946656: Increase state change timeout duration. r=margaret 2014-01-07 14:39:58 -08:00
Margaret Leibovic
44fc6c5d5d Bug 921557 - (Part 2) Update other deprecated BitmapDrawable constructor usage. r=wesj 2014-01-07 14:12:04 -08:00
Margaret Leibovic
cfc70b6eeb Bug 921668 - Use correct BitmapDrawable constructor to ensure correct density is set. r=wesj 2014-01-07 14:12:01 -08:00
Ryan VanderMeulen
242e2dadbb Merge fx-team to m-c. 2014-01-07 16:15:43 -05:00
Jim Chen
0ab7d87cdc Bug 953288 - Limit length of URLs for display; r=lucasr 2014-01-07 12:21:54 -06:00
Ed Morley
d701d7f69c Merge latest green inbound changeset and mozilla-central 2014-01-07 16:21:27 +00:00
Nick Alexander
f9f82f48c0 Merge m-c to s-c 2014-01-08 10:06:43 -08:00
Nick Alexander
5400cefddd Bug 955808 - Follow-up: Fix bustage. r=me 2014-01-07 20:29:18 -08:00
Nick Alexander
a1851de7a1 Bug 955808 - Implement Android Firefox Account client that speaks "onepw" protocol. r=rnewman 2014-01-07 18:27:47 -08:00
Nick Alexander
f6fa542334 Bug 956816 - Implement (de)serializing Android BrowserIDKeyPair instances. r=rnewman 2014-01-07 18:27:45 -08:00
Nick Alexander
39b8f0d06d Bug 956935 - Follow-up: Fix bustage. r=me 2014-01-07 18:07:44 -08:00
Richard Newman
665342ca43 Bug 956935 - Include supported Sync protocol versions in Android client records. r=nalexander
--HG--
extra : amend_source : 67f9f5156f6e7a39a056cd5ef145a4fd10ec0b74
2014-01-07 15:24:36 -08:00
Richard Newman
9e6ed1c053 Bug 956443 - Include version in Android Sync client records. r=nalexander 2014-01-06 15:07:55 -08:00
Isura Edirisinghe
abf7c4a446 Bug 943703 - Moved helper initialization to a separate static function. 2014-01-06 14:50:38 -08:00
Mark Finkle
f7676c2602 Bug 955870 - Backout unwanted part of patch r=me 2014-01-04 09:51:58 -05:00
Richard Newman
f9c055f709 Bug 953993. 2014-01-03 14:48:28 -08:00
Eduard Neculaesi
59210b2053 Bug 923238: Cancel update download on notification swype; r=snorp 2014-01-03 18:58:59 +02:00
Geoff Brown
287331f730 Bug 957185 - Disable robocop testHomeBanner, testPromptGridInput on Android x86 only, for too many failures 2014-01-14 17:20:01 -07:00
Ehsan Akhgari
39d03b8f1f Bug 956783 - Stop using NULL in Fennec's JNI code; r=jchen 2014-01-06 15:21:27 -05:00
Joshua Dover
ab8f7ebf5b Bug 953272 - Add selected attribute for prompts with multichoice. r=wesj 2014-01-14 11:27:02 -08:00
Chris Lord
a3bb58847f Bug 956420 - Fix fixed margins on shorter-than-the-viewport pages. r=kats
If a page is shorter than the screen, but taller than the screen with margins,
and has a fixed position top or bottom bar, it would be offset incorrectly
when scrolling downwards.
2014-01-15 16:58:48 +00:00
Veeti Paananen
6ebee522b7 Bug 952789 - Use a Holo progress bar in sync initialization on v11+. r=nalexander 2013-12-22 02:59:43 +02:00
Mark Finkle
282a52f345 Bug 955870 - Cache the array length in IsRecentlyVisitedURI r=blassey 2014-01-02 14:36:06 -05:00
Richard Newman
f845da579f Bug 955805 - Normalize locale codes appropriately for each subsystem. r=mfinkle 2013-12-31 12:35:14 -08:00
Mark Finkle
00fda0d4c6 Bug 952894 - Browser search and feed discovery tests r=rnewman 2013-12-28 22:15:09 -05:00
Mark Finkle
a8e9fc1ac5 Bug 952894 - Use existing triggers to clear open search engines state r=rnewman 2013-12-28 22:14:13 -05:00
Mark Finkle
05f13e7e4d Bug 938571 - Add discovery support for second-screen devices (test) r=rnewman 2013-12-27 17:25:45 -05:00
Richard Newman
b68ffec728 Bug 952878 - Eliminate shadow layer. r=kats 2013-12-26 00:39:23 -08:00
Richard Newman
5fa00edc9a Bug 952799 - GeckoAppShell.getProxyForURI can be expensive during a pageload. r=mfinkle 2013-12-23 11:09:25 -08:00
Wes Kocher
18ed09c2b6 Merge fx-team to m-c 2013-12-20 18:28:28 -08:00
Sriram Ramasubramanian
b3add4b9fa Bug 940997: Show submenu indicator for MenuItemActionBar. [r=mfinkle] 2013-12-20 14:51:53 -08:00
Jim Chen
49c78526b9 Bug 945521 - Make sure button text type is consistent with keyboard text type; r=mcomella 2013-12-20 17:48:59 -05:00
Tim Taubert
c5ecbf72a9 merge m-c to elm 2013-12-20 15:05:28 +01:00
Carsten "Tomcat" Book
6ceb4f321c Backed out changeset b84baa03b9d1 (bug 868341) for mochitest -4 and bc testfailures 2013-12-20 12:42:16 +01:00
Tim Taubert
6f4002d450 merge m-c to elm 2013-12-19 15:52:32 +01:00
Carsten "Tomcat" Book
6a472c1e07 merge fx-team to mozilla-central 2013-12-19 10:33:37 +01:00
Wes Kocher
6663a52d4e Merge inbound to m-c 2013-12-18 20:49:25 -08:00
Nick Alexander
5d7fd5cc1a Bug 951883 - Part 1: Revert name of BrowserProvider. r=me
--HG--
extra : rebase_source : 554a609e6b114e1ac490a4d0136cb1b9d74e68fa
2013-12-18 14:45:38 -08:00
Margaret Leibovic
4f20cd182e Bug 951605 - Fix identified/verified image reversal. r=mfinkle 2013-12-18 11:39:18 -08:00
Richard Newman
e0b5b56a2a Bug 938153 - Selectively display the globe favicon placeholder when favicon fetches take long enough to be noticeable. r=mfinkle 2013-12-18 11:37:41 -08:00
Sriram Ramasubramanian
8b3fda806f Bug 940997: Remove icons from main menu. [r=mfinkle] 2013-12-18 18:49:53 -08:00
Sriram Ramasubramanian
b0328b8593 Bug 940997: Support showAsAction "ifRoom" in custom menu. [r=mfinkle] 2013-12-18 18:49:48 -08:00
Sriram Ramasubramanian
1f4ec5b8c5 Bug 940997: Reorganize primary controls in main menu. [r=mfinkle] 2013-12-18 18:46:42 -08:00
Ryan VanderMeulen
0b03e10a16 Backed out changesets 72a80fc289f2, 30258cd308b5, and c572890f16a2 (bug 910189) for robocop orange. 2013-12-18 20:37:16 -05:00
Tim Taubert
46e29d4462 merge m-c to elm 2013-12-18 17:54:23 +01:00
Margaret Leibovic
a00d4bce91 Bug 950919 - (Part 3) Create utility StringUtils.getQueryParameter. r=mcomella 2013-12-17 22:43:31 -08:00
Margaret Leibovic
94973fe557 Bug 950919 - (Part 2) Get rid of "aboutHomePage" flag. r=mcomella 2013-12-17 22:43:31 -08:00
Margaret Leibovic
e2f5fb08bb Bug 950919 - (Part 1) Get rid of loadHomePage method. r=mcomella 2013-12-17 22:43:30 -08:00
Richard Newman
ce246a72ad Bug 947261 - Ensure that mActionItemBarPresenter is removed from the menu when cleared. r=sriram 2013-12-17 20:44:14 -08:00
Nick Alexander
67e9c675c0 Bug 899217 - Part 2: Connect about:accounts to FirefoxAccountsHelper. r=rnewman 2013-12-17 15:14:57 -08:00