Commit Graph

5920 Commits

Author SHA1 Message Date
Michael Nares
9cf199a614 Bug 884851 - Replace the mIsAutoComplete boolean with an enum. r=kats 2014-01-21 14:24:52 -05:00
Jim Chen
2b53995aca 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
047c39d1b8 Bug 961749 - Disable tab count animation in editing mode. r=lucasr 2014-01-28 15:19:42 -08:00
Brian Nicholson
7227ec6d0d Bug 963288 - Remove unnecessary synchronization in Tabs. r=rnewman 2014-01-28 11:56:26 -08:00
Margaret Leibovic
6bbb2e3532 Bug 958891 - Make Fennec about:home advertise Firefox Accounts + Sync banner. r=bnicholson 2014-01-17 16:08:44 -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
Ryan VanderMeulen
30f93c18d6 Merge fx-team to m-c. 2014-01-17 14:56:13 -05:00
Margaret Leibovic
d68ce62e76 Bug 959862 - Expand Home.panels API to specify contents of panels. r=lucasr 2014-01-17 09:27:07 -08:00
Margaret Leibovic
c63a04f267 Bug 959880 - Support basic HTML markup in home banner text. r=wesj 2014-01-17 09:27:01 -08:00
Richard Newman
5fd1069e1c Bug 960324 - Use "BrowserID" in Android tokenserver authz header, not "Browser-ID". r=rnewman 2014-01-16 22:24:52 -08:00
Richard Newman
1cc91645b2 Bug 951304 - Follow-up: add missing file from Part 3. r=bustage 2014-01-16 19:50:51 -08:00
Richard Newman
5191051568 Bug 951304 - Part 4: include a stub string for Fennec. r=trivial 2014-01-16 18:53:02 -08:00
Richard Newman
b58dfe9884 Bug 951304 - Part 3: first version of FxAccountUpdateCredentialsActivity. r=rnewman 2014-01-16 18:51:46 -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
Richard Newman
a60fb79516 Bug 956844 - Part 2: rework FxA state machine. r=rnewman 2014-01-16 18:35:08 -08:00
Nick Alexander
1948178e6a Bug 951304 - Part 1: add FxAccountAuthenticator.getFirefoxAccounts. r=rnewman 2014-01-16 18:35:08 -08:00
Nick Alexander
e0478d222e 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
3614852956 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
30d7776b44 Bug 949458 - Give the tab counter view its own rendering layer. r=blassey 2014-01-16 13:03:34 -08:00
Ryan VanderMeulen
127438a7eb Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
Richard Newman
a0ffe10a47 Bug 959627 - Follow-up: fix typo. r=trivial 2014-01-15 18:28:15 -08:00
Mark Finkle
edb235df5f Bug 959627 - BitmapUtils.getDominantColor can be expensive r=margaret 2014-01-15 21:02:07 -05:00
Ryan VanderMeulen
b319e6b8a6 Merge m-c to fx-team. 2014-01-15 20:48:45 -05:00
Ryan VanderMeulen
7d85547904 Backed out changesets 5d245e2369fa and 8f3dad3b3698 (bug 949458) for suspicion of causing bug 960162. 2014-01-15 20:46:00 -05:00
Margaret Leibovic
c247136bd5 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
e10a958048 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
d8e1e333cb Merge mozilla-central and fx-team 2014-01-15 18:04:51 +00:00
Ed Morley
6347a49f1a Merge latest green fx-team changeset and mozilla-central 2014-01-15 16:14:41 +00:00
Nick Alexander
2527cd875e 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
2240d4a318 Bug 955886 - Remove toolbar margin when entering fullscreen without dynamic toolbar. r=wesj 2014-01-10 10:38:26 -08: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
Eugen Sawin
32688e498b Bug 956946 - Align menu top to URL bar. r=bnicholson 2014-01-16 15:47:10 -08:00
Lucas Rocha
311b5a3e1d Bug 958171 - Fix adapter update logic for when HomeConfig changes (r=margaret) 2014-01-15 10:57:25 +00:00
Wesley Johnston
1941a80d90 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
93fa810132 Bug 949458 - Follow-up including API version check. r=me 2014-01-14 16:48:02 -08:00
Brian Nicholson
a616ad3e50 Bug 949458 - Give the tab counter view its own rendering layer. r=blassey 2014-01-14 16:38:46 -08:00
Michael Comella
e268ccffc2 Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-13 15:08:58 -08:00
Margaret Leibovic
f87bd31a38 Bug 926711 - Restore search engine icon in search engine preference dialog. r=wesj 2014-01-14 15:08:13 -08:00
Margaret Leibovic
dd7e8c5d28 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
bd2a66c458 Backed out changeset 7eb8b5723256 (bug 943515) for mass Android test bustage. 2014-01-14 15:38:15 -05:00
Michael Comella
0ab461f70f Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-14 10:28:30 -08:00
Isura Edirisinghe
cbfa31ff24 Bug 944165 - Implement remaining functions in JUnit API. r=mcomella 2014-01-14 10:13:30 -05:00
Richard Newman
5a1904e022 Bug 847021 - Correctly drop bookmarks_type_deleted_index during migration. r=mfinkle 2014-01-13 19:36:35 -08:00
Matt Brubeck
72add555c4 Bug 958243 - Get unregister/registerEventListener calls in sync [r=mfinkle] 2014-01-13 17:58:36 -08:00
Wes Johnston
ef36a8a16c Bug 921112 - Prohibit proguad from erasing JNI MCC methods. r=bnicholson 2014-01-13 15:20:15 -08:00
Wes Johnston
ff4ae6c689 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
7788e81f76 Bug 957992 - Document toolbar high-level architecture (r=margaret) 2014-01-13 15:09:30 +00:00
Mark Finkle
7d8d0b1318 Bug 952878 - LayerRenderer.drawBackground can be expensive during a pageload r=wesj 2014-01-13 09:03:24 -05: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
Chenxia Liu
b5ae8449a7 Bug 942875 - Part 3: Add Home Panels Settings page + tests. r=lucasr 2013-12-16 20:37:16 -08:00
Chenxia Liu
d39b963ddf Bug 942875 - Part 2: String updates. r=lucasr 2014-01-22 10:10:51 -08:00
Chenxia Liu
1eed849e35 Bug 942875 - Part 1: Refactor Search Settings. r=lucasr 2014-01-22 10:10:51 -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
teodora vermesan
9d9b22ad78 Bug 952091 - Robocop: Add test to show Title Bar options. r=gbrown 2013-12-19 14:11:06 +02:00
Margaret Leibovic
8fbc799a9d Bug 958179 - Rename Home.lists API to Home.panels. r=liuche 2014-01-10 12:57:23 -08:00
Margaret Leibovic
fb16880633 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
a87352cc59 Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Lucas Rocha
e67ff25db2 Bug 949172 - Implement backend to load and save HomePager configuration (r=margaret) 2014-01-10 11:16:28 +00:00
Wes Kocher
c5ca8fd03c Merge fx-team to m-c 2014-01-09 16:50:03 -08:00
Sola Ogunsakin
85706e5c48 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
469716494a Bug 957780 - fix Android builds with --disable-webrtc; r=glandium 2014-01-08 16:57:36 -05:00
Joshua Dover
1c1d71ee97 Bug 943515 - Refactor favicon accessors for naming and usage consistency. r=mcomella 2014-01-08 13:42:45 -08:00
Lucas Rocha
fa47bc89d9 Bug 944533 - Move title handling to ToolbarDisplayLayout (r=margaret) 2014-01-09 14:56:41 +00:00
Lucas Rocha
54c2582988 Bug 944533 - Factor out title display prefs into separate class (r=margaret) 2014-01-09 14:55:30 +00:00
Lucas Rocha
350fb19376 Bug 944533 - Remove unused constants from BrowserToolbar (r=margaret) 2014-01-09 14:55:29 +00:00
Lucas Rocha
67c994e4d2 Bug 944533 - Re-define internal API to update toolbar UI state (r=mfinkle) 2014-01-09 14:55:29 +00:00
Lucas Rocha
ed5a3ca3a4 Bug 944533 - Inflate SiteIdentityPopup on show() and add identity setter (r=margaret) 2014-01-09 14:55:29 +00:00
Lucas Rocha
29fcce52f8 Bug 944533 - Make unnecessary public API in BrowserToolbar private (r=margaret) 2014-01-09 14:55:29 +00:00
Lucas Rocha
e6035faa56 Bug 944533 - No need to set progress visibility explicitly in BrowserApp (r=margaret) 2014-01-09 14:55:29 +00:00
Lucas Rocha
0a5fc4ce29 Bug 942862 - Factor out URL display UI into ToolbarDisplayLayout (r=wesj) 2014-01-09 14:55:28 +00:00
Lucas Rocha
627616407b Bug 942862 - Remove unused member of BrowserToolbar (r=wesj) 2014-01-09 14:55:28 +00:00
Carsten "Tomcat" Book
6cedbe4fea 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
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
Carsten "Tomcat" Book
bd9c639027 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
1ac52f6f3e 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
40286a3ebb 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
3e678d204d 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
306ade992f 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
be1a15264c 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
0afffcc7c8 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
82a7e1159c Bug 944533 - Move title handling to ToolbarDisplayLayout (r=margaret) 2014-01-09 10:46:17 +00:00
Lucas Rocha
63fd6e3348 Bug 944533 - Factor out title display prefs into separate class (r=margaret) 2014-01-09 10:46:17 +00:00
Lucas Rocha
c4441bda4e Bug 944533 - Remove unused constants from BrowserToolbar (r=margaret) 2014-01-09 10:46:17 +00:00
Lucas Rocha
1131fc9df6 Bug 944533 - Re-define internal API to update toolbar UI state (r=mfinkle) 2014-01-09 10:46:17 +00:00
Lucas Rocha
ee312dab55 Bug 944533 - Inflate SiteIdentityPopup on show() and add identity setter (r=margaret) 2014-01-09 10:46:17 +00:00
Lucas Rocha
b60ca44d6b Bug 944533 - Make unnecessary public API in BrowserToolbar private (r=margaret) 2014-01-09 10:46:16 +00:00
Lucas Rocha
cccbbebc8e Bug 944533 - No need to set progress visibility explicitly in BrowserApp (r=margaret) 2014-01-09 10:46:16 +00:00
Lucas Rocha
7a668494af Bug 942862 - Factor out URL display UI into ToolbarDisplayLayout (r=wesj) 2014-01-09 10:46:16 +00:00
Lucas Rocha
13feae4f48 Bug 942862 - Remove unused member of BrowserToolbar (r=wesj) 2014-01-09 10:46:16 +00:00
Michael Comella
a778494b25 Bug 956858: Make menu inaccessible during editing mode. r=wesj 2014-01-08 14:11:58 -08:00
Margaret Leibovic
5e8ea346b3 Bug 951054 - Invalidate the current home config when the locale changes. r=lucasr 2014-01-08 13:17:24 -08:00
Veeti Paananen
a312aeb658 Bug 951024 - Provide haptic feedback on text selection. r=wesj 2013-12-17 06:15:56 +02:00
Ryan VanderMeulen
77b29e3365 Merge fx-team to m-c. 2014-01-08 15:28:48 -05:00
Phil Hoffman
fd924741bc 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
697be5c65f Bug 957097 - Turn GeckoActionProvider's max history size into a constant (r=wesj) 2014-01-08 12:18:40 +00:00
Mark Finkle
e906494886 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
99851784f7 Bug 946656: Increase state change timeout duration. r=margaret 2014-01-07 14:39:58 -08:00
Margaret Leibovic
0f0fd043d8 Bug 921557 - (Part 2) Update other deprecated BitmapDrawable constructor usage. r=wesj 2014-01-07 14:12:04 -08:00
Margaret Leibovic
8f6f3e7a0a Bug 921668 - Use correct BitmapDrawable constructor to ensure correct density is set. r=wesj 2014-01-07 14:12:01 -08:00
Ryan VanderMeulen
23c63aae9b Merge fx-team to m-c. 2014-01-07 16:15:43 -05:00
Jim Chen
569c2328e0 Bug 953288 - Limit length of URLs for display; r=lucasr 2014-01-07 12:21:54 -06:00
Ed Morley
f8ad9fed09 Merge latest green inbound changeset and mozilla-central 2014-01-07 16:21:27 +00:00
Nick Alexander
22a8993159 Merge m-c to s-c 2014-01-08 10:06:43 -08:00
Nick Alexander
83481a2b04 Bug 955808 - Follow-up: Fix bustage. r=me 2014-01-07 20:29:18 -08:00
Nick Alexander
9c5c84788c Bug 955808 - Implement Android Firefox Account client that speaks "onepw" protocol. r=rnewman 2014-01-07 18:27:47 -08:00
Nick Alexander
6fe49b17db Bug 956816 - Implement (de)serializing Android BrowserIDKeyPair instances. r=rnewman 2014-01-07 18:27:45 -08:00
Nick Alexander
886bffbacb Bug 956935 - Follow-up: Fix bustage. r=me 2014-01-07 18:07:44 -08:00
Richard Newman
7d4cc77380 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
bf63ad091c Bug 956443 - Include version in Android Sync client records. r=nalexander 2014-01-06 15:07:55 -08:00
Isura Edirisinghe
23a33cf717 Bug 943703 - Moved helper initialization to a separate static function. 2014-01-06 14:50:38 -08:00
Mark Finkle
3e5d7d562b Bug 955870 - Backout unwanted part of patch r=me 2014-01-04 09:51:58 -05:00
Richard Newman
1ede196780 Bug 953993. 2014-01-03 14:48:28 -08:00
Eduard Neculaesi
c1afc93a0e Bug 923238: Cancel update download on notification swype; r=snorp 2014-01-03 18:58:59 +02:00
Geoff Brown
47526642a4 Bug 957185 - Disable robocop testHomeBanner, testPromptGridInput on Android x86 only, for too many failures 2014-01-14 17:20:01 -07:00
Ehsan Akhgari
b6f3a348f0 Bug 956783 - Stop using NULL in Fennec's JNI code; r=jchen 2014-01-06 15:21:27 -05:00
Joshua Dover
0925e712bf Bug 953272 - Add selected attribute for prompts with multichoice. r=wesj 2014-01-14 11:27:02 -08:00
Chris Lord
1f0078633a 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
76884b9aa8 Bug 952789 - Use a Holo progress bar in sync initialization on v11+. r=nalexander 2013-12-22 02:59:43 +02:00
Mark Finkle
ba6c1b4316 Bug 955870 - Cache the array length in IsRecentlyVisitedURI r=blassey 2014-01-02 14:36:06 -05:00
Richard Newman
c260865526 Bug 955805 - Normalize locale codes appropriately for each subsystem. r=mfinkle 2013-12-31 12:35:14 -08:00
Mark Finkle
d7aa154f74 Bug 952894 - Browser search and feed discovery tests r=rnewman 2013-12-28 22:15:09 -05:00
Mark Finkle
6b9c6ba7dc Bug 952894 - Use existing triggers to clear open search engines state r=rnewman 2013-12-28 22:14:13 -05:00
Mark Finkle
5c80000934 Bug 938571 - Add discovery support for second-screen devices (test) r=rnewman 2013-12-27 17:25:45 -05:00
Richard Newman
2a4246c9e1 Bug 952878 - Eliminate shadow layer. r=kats 2013-12-26 00:39:23 -08:00
Richard Newman
315c3ca808 Bug 952799 - GeckoAppShell.getProxyForURI can be expensive during a pageload. r=mfinkle 2013-12-23 11:09:25 -08:00
Wes Kocher
dd72dd2a82 Merge fx-team to m-c 2013-12-20 18:28:28 -08:00
Sriram Ramasubramanian
23bd5a736d Bug 940997: Show submenu indicator for MenuItemActionBar. [r=mfinkle] 2013-12-20 14:51:53 -08:00
Jim Chen
b0775082df 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
d041e15611 merge m-c to elm 2013-12-20 15:05:28 +01:00
Carsten "Tomcat" Book
fdd77494b2 Backed out changeset b84baa03b9d1 (bug 868341) for mochitest -4 and bc testfailures 2013-12-20 12:42:16 +01:00
Tim Taubert
db5adb5385 merge m-c to elm 2013-12-19 15:52:32 +01:00
Carsten "Tomcat" Book
093597e577 merge fx-team to mozilla-central 2013-12-19 10:33:37 +01:00
Wes Kocher
a824197342 Merge inbound to m-c 2013-12-18 20:49:25 -08:00
Nick Alexander
ded0b5ecb1 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
6df95c0a76 Bug 951605 - Fix identified/verified image reversal. r=mfinkle 2013-12-18 11:39:18 -08:00
Richard Newman
fd1ffbf305 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
5d5904e3c9 Bug 940997: Remove icons from main menu. [r=mfinkle] 2013-12-18 18:49:53 -08: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
Ryan VanderMeulen
1c7789af0a Backed out changesets 72a80fc289f2, 30258cd308b5, and c572890f16a2 (bug 910189) for robocop orange. 2013-12-18 20:37:16 -05:00
Tim Taubert
c53a7066fe merge m-c to elm 2013-12-18 17:54:23 +01:00
Margaret Leibovic
423792a23e Bug 950919 - (Part 3) Create utility StringUtils.getQueryParameter. r=mcomella 2013-12-17 22:43:31 -08:00
Margaret Leibovic
8bb6cd1e23 Bug 950919 - (Part 2) Get rid of "aboutHomePage" flag. r=mcomella 2013-12-17 22:43:31 -08:00
Margaret Leibovic
002ef4ddf6 Bug 950919 - (Part 1) Get rid of loadHomePage method. r=mcomella 2013-12-17 22:43:30 -08:00
Richard Newman
84562a5a66 Bug 947261 - Ensure that mActionItemBarPresenter is removed from the menu when cleared. r=sriram 2013-12-17 20:44:14 -08:00
Nick Alexander
0be577d21f Bug 899217 - Part 2: Connect about:accounts to FirefoxAccountsHelper. r=rnewman 2013-12-17 15:14:57 -08:00
Nick Alexander
8eb86798e0 Bug 918012 - Sync with FxAccount and token server. r=rnewman 2013-12-17 15:13:43 -08:00
Margaret Leibovic
5646d022bc Bug 949181 - Update robocop tests to get rid of dependency on HomePager.Page. r=mcomella 2013-12-17 13:34:13 -08:00
Margaret Leibovic
9969523305 Bug 949181 - Get rid of the Page enum in HomePager. r=wesj 2013-12-17 13:34:10 -08:00