Граф коммитов

53 Коммитов

Автор SHA1 Сообщение Дата
Wes Johnston 644d78a6d2 Bug 1013419 - Close the share dialog after sharing. r=bnicholson 2014-05-27 14:06:39 -07:00
Alexandru Chiriac 23ed7307c2 Bug 943908 - Show tooltip when long-pressing action bar items. r=wesj 2014-05-19 15:01:02 -07:00
Wes Johnston 644fa771f8 Bug 997406 - Take into account padding when deciding whether to show Share icon. r=liuche 2014-04-17 09:44:51 -07:00
Wes Johnston e9da61ad85 Bug 942270 - Fix gingerbread issues with quickshare. r=bnicholson 2014-03-26 10:18:02 -07:00
Wes Johnston 6c857c9797 Bug 942270 - Use tabs for prompts with multiple contexts. r=bnicholson,margaret 2014-03-26 10:18:02 -07:00
Wes Johnston d241751058 Bug 942270 - Gingerbread compatibility of GeckoActionView. r=margaret 2014-03-26 10:18:02 -07:00
Richard Newman 1a78edd401 Bug 975838 - Part 1: add methods to log or throw if called on the wrong thread, pepper GeckoMenu with thread affinities. r=wesj 2014-03-17 19:39:40 -07:00
Richard Newman 7622c24693 Backed out changeset 1e8fa32e8abd (bug 975838) 2014-03-17 22:42:34 -07:00
Richard Newman fa4b306be0 Bug 975838 - Part 1: add methods to log or throw if called on the wrong thread, pepper GeckoMenu with thread affinities. r=wesj 2014-03-17 19:39:40 -07:00
Wes Johnston 1da084a933 Bug 942270 - Add intents to PromptListItems. r=bnicholson 2014-03-14 14:41:10 -07:00
Brian Nicholson b68aab6fba Bug 976033 - Make menu item drawable mutable. r=wesj 2014-02-24 21:05:49 -08:00
Brian Nicholson 94d5dd7b85 Bug 963249 - Override MenuItemsAdapter#areAllItemsEnabled to always be true. r=wesj 2014-02-24 12:45:44 -08:00
Wes Johnston d7107c7d6f backout 95849d209a1f (Bug 975525) for crashes. r=backout 2014-02-24 08:44:56 -08:00
Richard Newman b9b60e39bd Bug 975774 - Part 24: clean up imports in menu/. r=trivial 2014-02-22 19:53:01 -08:00
Wes Johnston 08ad809725 Bug 975525 - Refresh action mode buttons when activities are uninstalled. r=mfinkle 2014-02-21 13:56:40 -08:00
Brian Nicholson ccfd8fb240 Bug 965453 - Remove arrow from secondary submenu items. r=wesj 2014-02-20 21:27:04 -08:00
Sriram Ramasubramanian 23bd5a736d Bug 940997: Show submenu indicator for MenuItemActionBar. [r=mfinkle] 2013-12-20 14:51:53 -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
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
Wes Johnston 7782286b89 Bug 947281 - Fix calcuations for how many actionbar items to show. r=sriram,margaret 2013-12-17 09:41:55 -08:00
Lucas Rocha a617427eca Bug 945375 - Unconditionally return mSubmenu in GeckoMenuItem.getSubMenu() (r=rnewman) 2013-12-05 11:16:45 +00:00
Wes Johnston b2c9aa30a5 Bug 943513 - Update visual style of action modes. r=lucasr 2013-12-04 08:35:58 -08:00
Richard Newman f61459c71b Bug 936756 - Switch locales via pref, not via system locale setting. r=mfinkle,sriram (relanded as one patch) 2013-12-03 15:05:43 -08:00
Mark Finkle 117c145ba8 Backout 9ebed437d78f, 606c4b4ab77f, 686b4b5a5be3, c46514ce6886, 9cbe6533c480 due to critical breakage in bug 945723 2013-12-03 10:15:26 -05:00
Richard Newman 8023eda4a9 Bug 936756 - Part 3: rebuild menus and action items on locale change. r=sriram 2013-12-01 21:53:17 -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
Ryan VanderMeulen fb27786b35 Backed out changesets 26df3bab1ab9 and 3c9dbe653a4e (bug 768667) for Android test bustage.
--HG--
rename : mobile/android/base/resources/drawable-hdpi/ic_menu_share.png => mobile/android/base/resources/drawable-hdpi-v11/ic_menu_share.png
rename : mobile/android/base/resources/drawable-mdpi/ic_menu_share.png => mobile/android/base/resources/drawable-mdpi-v11/ic_menu_share.png
rename : mobile/android/base/resources/drawable-xhdpi/ic_menu_share.png => mobile/android/base/resources/drawable-xhdpi-v11/ic_menu_share.png
2013-11-19 17:33:27 -05:00
Wes Johnston 9747791d38 Bug 768667 - Provide an action mode for compatibility with old Android versions. r=sriram 2013-11-19 11:57:35 -08:00
Sriram Ramasubramanian f596a10091 Bug 937829: Make QuickShare aware of the history to choose the icons. [r=mfinkle]
--HG--
extra : rebase_source : 9a6d15dc3e4355c9063a4d49cae02259cf3d4cb3
2013-11-13 09:34:09 -08: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
Shilpan Bhagat 89ca5fbb0b Bug 734877 - Updates to pageaction based on the new design. r=wesj 2013-07-15 17:19:05 -07:00
Ed Morley 663d9e00bd Backed out changeset 72b0a69fde77 (bug 734877) 2013-07-16 11:59:51 +01:00
Shilpan Bhagat 2e4888cd23 Bug 734877: Implement a page actions api. r=wesj 2013-07-15 17:19:05 -07:00
Sriram Ramasubramanian 478097524e Bug 848909: A submenu of submenus. [r=mfinkle] 2013-03-07 11:52:57 -08:00
Sriram Ramasubramanian 38eab0aeca Bug 857816: menu.remove() should remove a submenu's menu item too. [r=mfinkle] 2013-04-03 15:29:21 -07:00
Brian Nicholson 9d6a30665a Bug 888497 - Fix focus order of browser toolbar. r=sriram 2013-07-03 17:42:47 -07:00
Brian Nicholson 853f2c991d Backout c1e84483fc87 for Android bustage 2013-07-03 17:05:58 -07:00
Brian Nicholson 220e5bc32f Bug 888497 - Fix focus order of browser toolbar. r=sriram 2013-07-03 15:38:19 -07:00
Sriram Ramasubramanian dd1b6d573a Bug 884566: Don't show default activity until some activity is choosen for first time in QuickShare. [r=mfinkle]
--HG--
extra : rebase_source : 4ede125667edcbed18559f3346ee559f5d5cb7bc
2013-06-24 15:49:16 -07:00
Sriram Ramasubramanian 37ae47fd21 Bug 881507: NoSuchMethodError on MenuItem. [r=mfinkle] 2013-06-11 10:47:30 -07:00
Sriram Ramasubramanian c63d00cd5e Bug 878929: Fix robocop testShareLink to pass in the ListView. [r=mfinkle]
--HG--
extra : rebase_source : be564d2726e31a5c1b6bd19575fe23db6f7e11bf
2013-06-07 10:50:43 -07:00
Sriram Ramasubramanian 2a35c9cd96 Bug 878929: Optimize custom menu's list view. [r=mfinkle] [r=wesj]
--HG--
extra : rebase_source : 58caf961c4d7a0521224508b44a605c466968543
2013-06-05 15:28:02 -07:00
Sriram Ramasubramanian 453940d813 Bug 876938: MenuItem should handle closing the menu of share action. [r=wesj]
--HG--
extra : rebase_source : ca005ac974e3efbf858edac3fd360a3cfddc21b9
2013-05-29 21:54:57 -07:00
Sriram Ramasubramanian 84ab0aba58 Bug 869123: Optimize action-provider by using it only when needed. [r=mfinkle]
--HG--
extra : rebase_source : 88637ae2c299e34a25a3d7fe424bc637635cbec5
2013-06-04 14:08:31 -07:00
Sriram Ramasubramanian a0b9679d98 Bug 869123: Quick share action for android menu. [r=wesj]
--HG--
extra : rebase_source : bf6885fb80770efef32d91bd984871db67b78f2b
2013-05-15 10:55:06 -07:00
Phil Ringnalda 58fc837293 Back out e9593bf12a59:f9c1d3eb3ce6 (bug 869123) for very frequent robocop1 testAllPagesTab failures
CLOSED TREE
2013-05-30 00:02:29 -07:00
Sriram Ramasubramanian b5d2f39b0b Bug 869123: Quick share action for android menu. [r=wesj] 2013-05-15 10:55:06 -07:00