Bill McCloskey
10b55ebc8c
Bug 978610 - [e10s] Make window.close() work (r=felipe)
2014-03-18 07:58:02 -07:00
Phil Ringnalda
ce1c96e4f6
Merge f-t to m-c
2014-03-16 21:48:47 -07:00
Gavin Sharp
4e3e73d138
Backed out changeset 15516aebd58d (bug 477948)
2014-03-16 16:02:43 -07:00
Philipp Sackl
5bc193ebb8
Bug 979938 - Delay the display of the tab close button to avoid visual noise. r=Dao
2014-03-06 08:31:00 -05:00
Matthew Noorenberghe
26008d759d
Bug 971108 - UITour: Update the doorhanger menu style with a footer background and primary button style. r=Unfocused
...
--HG--
extra : rebase_source : fbbfc8c7a6c08f224aea0a8e786bc96f120da67b
2014-03-15 14:21:20 -07:00
Wes Kocher
aa951ea934
Merge m-c to fx-team
2014-03-14 23:19:44 -07:00
Chris Karlof
f92e71f266
Bug 976633 - Clicking Cancel on merge warning should not initiate Firefox Account creation. r=markh
2014-03-14 17:59:26 -07:00
Matthew Noorenberghe
cfd1489482
Bug 983761 - Add support for CSSGroupingRules in LightweightThemeListener. r=Gijs
2014-03-14 16:24:57 -07:00
Ehsan Akhgari
f3275b307b
Bug 857427 - Fix even more problems spotted by ttaubert
2014-03-14 15:17:20 -04:00
Ehsan Akhgari
a92869c0cc
Bug 857427 - Fix more problems spotted by ttaubert
2014-03-14 15:03:15 -04:00
Bill McCloskey
183cb20358
Bug 917681 - [e10s] Make context menu work for selected text (r=felipe)
2014-03-14 11:47:46 -07:00
Bill McCloskey
482b2b1730
Bug 938359 - [e10s] Support middle-click scroll (r=felipe)
2014-03-14 11:45:53 -07:00
Ehsan Akhgari
d9d2411dd0
Bug 857427 - Wait for focus before initiating a right click on the test page
...
--HG--
extra : rebase_source : 7f55838ed7cf08fdd2350886d852c7a507e8f5f5
2014-03-14 14:00:43 -04:00
Ehsan Akhgari
9e0a43a2cc
Debugging patch for bug 857427
...
--HG--
extra : rebase_source : 74ceaa5d816577b1f995fb18f88e5e465a66d337
2014-03-14 14:00:29 -04:00
Ehsan Akhgari
8e244f2f34
Bug 857427 - Perform the same cleanups done on browser_save_link-perwindowpb.js on browser_save_private_link_perwindowpb.js too
2014-03-16 10:18:01 -04:00
Ehsan Akhgari
9cb4612aa2
Bug 857427 - Re-enable browser_save_private_link_perwindowpb.js on Linux
2014-03-16 10:17:48 -04:00
Carsten "Tomcat" Book
329f44908d
merge fx-team to mozilla-central
2014-03-14 12:35:23 +01:00
Bill McCloskey
fd05f3eb04
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Shane Caraveo
646d77701d
Bug 915835 fix leak in socialmarks event listeners, r=markh
2014-03-13 17:23:34 -07:00
John Gruen
1b2a9cfa29
Bug 983414 - fix sync success copy and formatting. r=markh
2014-03-13 17:01:23 -07:00
Zachary Carter
4e1bd92b84
Bug 972061 - Update style of Sync intro and manage pages r=ttaubert
...
From ff216e4d7d2c5957c09ba03028b0fec76303ab30 Mon Sep 17 00:00:00 2001
---
.../base/content/aboutaccounts/aboutaccounts.css | 36 --
.../base/content/aboutaccounts/aboutaccounts.xhtml | 8 +-
.../aboutaccounts/images/graphic_sync_intro.png | Bin 5566 -> 9304 bytes
.../aboutaccounts/images/graphic_sync_intro@2x.png | Bin 10764 -> 19655 bytes
browser/base/content/aboutaccounts/main.css | 380 ++++-----------------
5 files changed, 76 insertions(+), 348 deletions(-)
2014-02-12 18:36:07 -08:00
Michael Ratcliffe
0612d9e455
Bug 663778 - Tests: Charsets to utf-8 r=jwalker
2014-03-12 14:00:13 +00:00
Michael Ratcliffe
d94ab2e2cf
Bug 663778 - Box Model Highlighter r=jwalker
2014-03-13 21:36:48 +00:00
Ryan VanderMeulen
c9d4ba6f8d
Merge m-c to fx-team.
2014-03-13 15:37:02 -04:00
Ryan VanderMeulen
4510c7d862
Backed out 6 changesets (bug 663778) for browser_dbg_listtabs-02.js leaks on a CLOSED TREE.
...
Backed out changeset cbd200206f9b (bug 663778)
Backed out changeset b0b74401e614 (bug 663778)
Backed out changeset df5255cffbfa (bug 663778)
Backed out changeset e6d0dd124356 (bug 663778)
Backed out changeset 134f77474941 (bug 663778)
Backed out changeset 456609873c5f (bug 663778)
2014-03-13 13:56:22 -04:00
Florian Quèze
59464c85ad
Bug 976544 - Intermittent | browser_get_user_media.js | Unexpected Exception: TypeError: PopupNotifications.panel.firstChild is null - fourth attempt, r=Gijs.
...
--HG--
rename : browser/base/content/test/general/browser_get_user_media.js => browser/base/content/test/general/browser_devices_get_user_media.js
2014-03-13 13:45:34 +01:00
Gavin Sharp
a55a3e4884
Bug 982241: make the UI observe weave:service:setup-complete so that it gets updated correctly when re-signing in after an auth error, r=ttaubert
...
Changes:
* start observing weave:service:setup-complete to update the UI after all logins (re-auth, initial sign-in)
* stop observing FxAccountsCommon.ONLOGIN_NOTIFICATION, since the state we depend on to update the UI never changes interestingly as a result of it firing
--HG--
extra : rebase_source : 8632d597557b7a25ebc31dd53ad5680ac5a72583
2014-03-12 18:53:35 -07:00
Gavin Sharp
b8f5d339cb
Bug 982893: give up on not trying to initialize Weave.Status on window open, since we were failing at it anyways, r=markh
...
Changes:
* don't try to avoid loading Weave.Status modules on window open
* access the authManager via Weave.Status instead of Weave.Service, since Weave.Status will already be initialized in almost all cases.
--HG--
extra : rebase_source : a328609e5c5c461fb92b050b8d34816f08f01d8a
2014-03-13 09:52:52 -07:00
Michael Ratcliffe
509524d3ce
Bug 663778 - Tests: Charsets to utf-8 r=jwalker
2014-03-12 14:00:13 +00:00
Michael Ratcliffe
7809cf00b0
Bug 663778 - Box Model Highlighter r=jwalker
2014-03-13 13:54:02 +00:00
Vaibhav Agarwal
c75ff964a1
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Carsten "Tomcat" Book
210cd1a4c5
merge fx-team to mozilla-central
2014-03-13 12:52:51 +01:00
Wes Kocher
750ae8d03a
Merge m-c to m-i
2014-03-12 21:21:07 -07:00
Ehsan Akhgari
eb2de91c47
Bug 931904 - Ignore selections coming from the autocomplete code in urlbarBindings; r=gavin
2014-03-12 21:44:05 -04:00
Tim Taubert
38576f0990
Bug 970769 - MenuBar flickers when I click History/Tools menu in the first time r=markh
2014-03-12 18:14:05 -07:00
Matteo Ferretti
fe678daa9a
Bug 959640 - "Have a default icon for add-on SDK widgets in Australis' customization view" r=gijs
...
--HG--
extra : rebase_source : f435e4b8901fd8100fc78c39d74d0e8b250a0fa5
2014-03-12 08:36:00 +01:00
Tim Taubert
d79e22b13c
Backed out changeset 92f37b7106a4 (bug 970769) on a CLOSED TREE r=bustage
2014-03-12 16:33:59 -07:00
Tim Taubert
87ec6caa2b
Bug 970769 - MenuBar flickers when I click History/Tools menu in the first time r=markh
2014-03-12 15:35:46 -07:00
Mike de Boer
1772df0a95
[Australis] Bug 477948: Keyhole back/ forward button for Linux. r=jaws
2014-03-13 16:33:51 +01:00
Darrin Henein
6d53e370e9
Bug 969592 - Restyle Australis' Bookmarks Menu Popups, r=mak
2014-03-07 13:31:00 +00:00
Marco Bonardo
237c22d306
Bug 960047 - Reset Sync promobox count for bookmark/add-on/passwords panels. r=gavin
2014-03-12 23:30:41 +01:00
Blake Winton
d46c9d224d
Bug 971116 - Implement new Australis UITour highlight effect. ui-r=madhava, r=Unfocused
2014-03-13 09:29:24 -04:00
Carsten "Tomcat" Book
9259b7757c
merge fx-team to mozilla-central
2014-03-12 12:19:49 +01:00
Shane Caraveo
34245313a7
bug 894806 [Australis] refactor and remove social.provider, r=markh
2014-03-11 19:25:45 -07:00
Bill McCloskey
96f886f1cf
Bug 666804 - [e10s] Support NetworkPrioritizer (r=felipe)
2014-03-11 20:13:48 -07:00
Bill McCloskey
0245244bfd
Bug 652510 - [e10s] Make the Page Style menu work (r=ttaubert)
2014-03-11 20:13:45 -07:00
Bill McCloskey
f03d9fc63e
Bug 980766 - [e10s] Send document content type to remote-browser.xml (r=felipe)
2014-03-11 20:13:41 -07:00
Gavin Sharp
623533edcd
Bug 966342: Tools menu shows "Sync now" to unverified users in some cases, r=markh
...
Changes include:
- have gSyncUI._needsSetup check Weave.Service.identity._signedInUser (if already set) and return true if the user is not verified
- make the menuitem hiding/showing code in gSyncUI.updateUI a bit easier to follow
--HG--
extra : rebase_source : b5a99354e13db798ea3d0380391db1993bf36408
2014-03-10 17:24:07 -07:00
Gijs Kruitbosch
7d0e2ba924
Bug 981548 - bookmark star animation disables click on bookmarks widget during transition, r=mak
...
--HG--
extra : rebase_source : a4f5f1ba45da12269eae0ca05cc366b14cdec906
2014-03-10 21:28:06 +00:00
Chris Karlof
a51705c845
Bug 981140 - Make the FxA signup uri pref and path explicitly reference signup. r=markh
2014-03-11 15:58:27 -07:00
Ryan VanderMeulen
bc4584e4b8
Merge m-c to fx-team.
2014-03-11 13:23:55 -07:00
Ryan VanderMeulen
83ea4e27c8
Merge fx-team to m-c.
2014-03-08 01:12:53 -08:00
Blair McBride
4b7cf61154
Bug 980155 - [Australis] Initialization of overflowable toolbars breaks when adding them dynamically. r=Gijs r=jaws
2014-03-07 05:19:00 -05:00
Mark Hammond
ce4ad5b71b
Bug 956605 - have about:accounts do the right thing based on user logged in states. r=ckarlof
2014-03-10 18:33:00 -07:00
Mark Hammond
42fd902243
Bug 980182 - more about:accounts tests. r=ttaubert
2014-03-10 18:33:00 -07:00
Tim Taubert
afa1491838
Bug 980839 - Panel UI doesn't prompt for reauth when restarting after password change r=markh
2014-03-10 17:38:41 -07:00
Shane Caraveo
f300289705
Bug 980115 [Australis] social buttons make other buttons squished, r=Gijs
2014-03-10 17:28:42 -07:00
Shane Caraveo
fbc7bb72e0
Bug 960198 [Australis] make sidebars available from a customizable widget, r=Gijs
2014-03-10 17:22:00 -07:00
Mike de Boer
70b6556f1a
Bug 960517: [Australis] Windows 8 style toolbars. r=jaws
...
--HG--
extra : rebase_source : f61096157953fa2d310facce3dce9f4cd1af5087
2014-03-10 18:21:02 +01:00
Justin Dolske
e20a830eef
Bug 980879 - [Australis] Navigation buttons in urlbar overlapping search bar when resizing a window when on verified identity site. r=Gijs
2014-03-07 19:15:53 -05:00
Florian Quèze
0dc1f18f36
Bug 976544 - Intermittent | browser_get_user_media.js | Unexpected Exception: TypeError: PopupNotifications.panel.firstChild is null - third attempt, r=Gijs.
2014-03-07 18:31:30 +01:00
Tim Taubert
8cf5dd5be5
Bug 976683 - Tools menu copy should match customize menu for reauth, and should direct user to FxA reauth page r=markh
2014-03-06 20:42:54 +01:00
Mark Hammond
1e5bb502af
Bug 969528 - only show the 'login needed' UI state when in a LOGIN_FAILED_LOGIN_REJECTED state. r=ttaubert
2014-03-07 15:41:33 +11:00
Matthew Noorenberghe
5c3853fa98
Bug 887397 - Make the window click and drag target larger above background tabs. r=Gijs
2014-03-06 15:32:17 -05:00
Gijs Kruitbosch
81932ae2fe
Bug 971956 - fix styling of items in widget overflow list, r=mconley
...
--HG--
extra : rebase_source : 972f12d649e973b820b2bd679728c435bf1908ad
2014-03-05 16:58:27 -05:00
Gijs Kruitbosch
ae9fce8bc5
Bug 980130 - bookmarks button breaks after reset in Australis customize mode, r=jaws
...
--HG--
extra : rebase_source : 9bc03af491b69d3e31191d69cb3007ce5132bcf2
2014-03-06 11:58:12 -05:00
Mike de Boer
bfa06e0e36
[Australis] Bug 909349: re-introduce a hover and active state for toolbar buttons on OSX. r=mconley
2014-03-06 11:29:12 -05:00
Tim Taubert
abcc49eaf4
Bug 970382 - Add about:accounts to the list of chrome UIs with a special identity mode r=gavin
2014-03-06 03:56:20 +01:00
Blair McBride
f5122b2661
Bug 966933 - [Australis] UITour: Add a UI tour link in the Help menu. r=Gijs
2014-03-06 14:41:43 +13:00
Dão Gottwald
e61c5b4ea5
Bug 941430 - Increase the tab max width. r=MattN
2014-03-06 00:09:17 +01:00
Gijs Kruitbosch
fe71b0960a
Bug 979456 - fix extra padding in bookmarks toolbar on Australis, r=mconley
2014-03-05 15:39:52 -05:00
Valentin Tsatskin
0975471de9
Bug 970746 - Context menu should include option to for search link text on search engine. r=bmcbride
2014-02-10 18:53:00 -05:00
Blake Winton
2883c31f40
Bug 963999 - Make the background a more similar shade of grey. r=dao, ui-r=phlsa.
2014-01-30 11:16:00 -05:00
Gijs Kruitbosch
c7cedad799
Bug 972286 - switch to attributes instead of classes for overflowedItem and for the Australis panel subview anchor, r=MattN
...
--HG--
extra : rebase_source : 5645e31d32f2707ba1ccb4e30854a570bfea7232
2014-03-04 14:38:33 -05:00
Ryan VanderMeulen
4ffa54b553
Merge m-c to fx-team.
2014-03-04 17:24:28 -05:00
Ryan VanderMeulen
ef8c288996
Merge inbound to m-c.
2014-03-04 17:12:58 -05:00
Ryan VanderMeulen
ecbd9541a1
Bug 970052 - Disable browser_URLBarSetURI.js on debug Linux and OSX due to frequent timeouts.
2014-03-04 13:38:18 -05:00
Mike Conley
ea09fc2f9e
Bug 979031 - [Australis] Don't animate the opening of the about:customizing tab. r=dao.
2014-03-04 10:24:00 -05:00
Gijs Kruitbosch
841ca84b48
Bug 979232 - adjust Australis' bookmarks animation for rtl, r=dao
...
--HG--
extra : rebase_source : f4608fdc5cc362ed4cff7f37e1f428c203ab0cfe
2014-03-04 09:18:25 -05:00
Phillip Sackl
252167347d
Bug 979326 - [Australis] Tweak the timing of the customize mode transition. r=mconley.
2014-03-04 11:24:01 -05:00
Florian Quèze
8c77ec6ab5
Bug 976544 - Intermittent | browser_get_user_media.js | Unexpected Exception: TypeError: PopupNotifications.panel.firstChild is null - second attempt, r=Gijs.
2014-03-04 22:58:51 +01:00
Blake Winton
7394053bb1
Bug 972405 - Make the bookmarks panel look like all the other sub-panels. ui-r=shorlander, r=dao
2014-03-04 09:51:34 -05:00
Georg Fritzsche
1b6330e46c
Bug 976769 - Stop layering the plugin overlay topmost. r=bsmedberg
2014-02-27 17:53:56 +01:00
Georg Fritzsche
711af5f264
Bug 977543 - CTP overlay is not displayed for iframes/embedded videos. r=jaws
2014-02-28 12:24:13 +01:00
Georg Fritzsche
6b687dd749
Bug 978045 - Move plugin tests in browser/base/content/tests/general to browser/base/content/tests/plugins. r=jaws
...
--HG--
rename : browser/base/content/test/general/blockNoPlugins.xml => browser/base/content/test/plugins/blockNoPlugins.xml
rename : browser/base/content/test/general/blockPluginHard.xml => browser/base/content/test/plugins/blockPluginHard.xml
rename : browser/base/content/test/general/blockPluginVulnerableNoUpdate.xml => browser/base/content/test/plugins/blockPluginVulnerableNoUpdate.xml
rename : browser/base/content/test/general/blockPluginVulnerableUpdatable.xml => browser/base/content/test/plugins/blockPluginVulnerableUpdatable.xml
rename : browser/base/content/test/general/browser_CTP_context_menu.js => browser/base/content/test/plugins/browser_CTP_context_menu.js
rename : browser/base/content/test/general/browser_CTP_crashreporting.js => browser/base/content/test/plugins/browser_CTP_crashreporting.js
rename : browser/base/content/test/general/browser_CTP_data_urls.js => browser/base/content/test/plugins/browser_CTP_data_urls.js
rename : browser/base/content/test/general/browser_CTP_drag_drop.js => browser/base/content/test/plugins/browser_CTP_drag_drop.js
rename : browser/base/content/test/general/browser_CTP_hide_overlay.js => browser/base/content/test/plugins/browser_CTP_hide_overlay.js
rename : browser/base/content/test/general/browser_CTP_multi_allow.js => browser/base/content/test/plugins/browser_CTP_multi_allow.js
rename : browser/base/content/test/general/browser_CTP_nonplugins.js => browser/base/content/test/plugins/browser_CTP_nonplugins.js
rename : browser/base/content/test/general/browser_CTP_notificationBar.js => browser/base/content/test/plugins/browser_CTP_notificationBar.js
rename : browser/base/content/test/general/browser_CTP_outsideScrollArea.js => browser/base/content/test/plugins/browser_CTP_outsideScrollArea.js
rename : browser/base/content/test/general/browser_CTP_resize.js => browser/base/content/test/plugins/browser_CTP_resize.js
rename : browser/base/content/test/general/browser_bug743421.js => browser/base/content/test/plugins/browser_bug743421.js
rename : browser/base/content/test/general/browser_bug744745.js => browser/base/content/test/plugins/browser_bug744745.js
rename : browser/base/content/test/general/browser_bug752516.js => browser/base/content/test/plugins/browser_bug752516.js
rename : browser/base/content/test/general/browser_bug787619.js => browser/base/content/test/plugins/browser_bug787619.js
rename : browser/base/content/test/general/browser_bug797677.js => browser/base/content/test/plugins/browser_bug797677.js
rename : browser/base/content/test/general/browser_bug812562.js => browser/base/content/test/plugins/browser_bug812562.js
rename : browser/base/content/test/general/browser_bug818118.js => browser/base/content/test/plugins/browser_bug818118.js
rename : browser/base/content/test/general/browser_bug820497.js => browser/base/content/test/plugins/browser_bug820497.js
rename : browser/base/content/test/general/browser_clearplugindata.html => browser/base/content/test/plugins/browser_clearplugindata.html
rename : browser/base/content/test/general/browser_clearplugindata.js => browser/base/content/test/plugins/browser_clearplugindata.js
rename : browser/base/content/test/general/browser_clearplugindata_noage.html => browser/base/content/test/plugins/browser_clearplugindata_noage.html
rename : browser/base/content/test/general/browser_pageInfo_plugins.js => browser/base/content/test/plugins/browser_pageInfo_plugins.js
rename : browser/base/content/test/general/browser_pluginCrashCommentAndURL.js => browser/base/content/test/plugins/browser_pluginCrashCommentAndURL.js
rename : browser/base/content/test/general/browser_pluginnotification.js => browser/base/content/test/plugins/browser_pluginnotification.js
rename : browser/base/content/test/general/browser_pluginplaypreview.js => browser/base/content/test/plugins/browser_pluginplaypreview.js
rename : browser/base/content/test/general/browser_pluginplaypreview2.js => browser/base/content/test/plugins/browser_pluginplaypreview2.js
rename : browser/base/content/test/general/browser_plugins_added_dynamically.js => browser/base/content/test/plugins/browser_plugins_added_dynamically.js
rename : browser/base/content/test/general/plugin_add_dynamically.html => browser/base/content/test/plugins/plugin_add_dynamically.html
rename : browser/base/content/test/general/plugin_alternate_content.html => browser/base/content/test/plugins/plugin_alternate_content.html
rename : browser/base/content/test/general/plugin_big.html => browser/base/content/test/plugins/plugin_big.html
rename : browser/base/content/test/general/plugin_both.html => browser/base/content/test/plugins/plugin_both.html
rename : browser/base/content/test/general/plugin_both2.html => browser/base/content/test/plugins/plugin_both2.html
rename : browser/base/content/test/general/plugin_bug744745.html => browser/base/content/test/plugins/plugin_bug744745.html
rename : browser/base/content/test/general/plugin_bug749455.html => browser/base/content/test/plugins/plugin_bug749455.html
rename : browser/base/content/test/general/plugin_bug752516.html => browser/base/content/test/plugins/plugin_bug752516.html
rename : browser/base/content/test/general/plugin_bug787619.html => browser/base/content/test/plugins/plugin_bug787619.html
rename : browser/base/content/test/general/plugin_bug797677.html => browser/base/content/test/plugins/plugin_bug797677.html
rename : browser/base/content/test/general/plugin_bug820497.html => browser/base/content/test/plugins/plugin_bug820497.html
rename : browser/base/content/test/general/plugin_clickToPlayAllow.html => browser/base/content/test/plugins/plugin_clickToPlayAllow.html
rename : browser/base/content/test/general/plugin_clickToPlayDeny.html => browser/base/content/test/plugins/plugin_clickToPlayDeny.html
rename : browser/base/content/test/general/pluginCrashCommentAndURL.html => browser/base/content/test/plugins/plugin_crashCommentAndURL.html
rename : browser/base/content/test/general/plugin_data_url.html => browser/base/content/test/plugins/plugin_data_url.html
rename : browser/base/content/test/general/plugin_hidden_to_visible.html => browser/base/content/test/plugins/plugin_hidden_to_visible.html
rename : browser/base/content/test/general/plugin_outsideScrollArea.html => browser/base/content/test/plugins/plugin_outsideScrollArea.html
rename : browser/base/content/test/general/plugin_overlayed.html => browser/base/content/test/plugins/plugin_overlayed.html
rename : browser/base/content/test/general/plugin_positioned.html => browser/base/content/test/plugins/plugin_positioned.html
rename : browser/base/content/test/general/plugin_small.html => browser/base/content/test/plugins/plugin_small.html
rename : browser/base/content/test/general/plugin_syncRemoved.html => browser/base/content/test/plugins/plugin_syncRemoved.html
rename : browser/base/content/test/general/plugin_test.html => browser/base/content/test/plugins/plugin_test.html
rename : browser/base/content/test/general/plugin_test2.html => browser/base/content/test/plugins/plugin_test2.html
rename : browser/base/content/test/general/plugin_test3.html => browser/base/content/test/plugins/plugin_test3.html
rename : browser/base/content/test/general/plugin_two_types.html => browser/base/content/test/plugins/plugin_two_types.html
rename : browser/base/content/test/general/plugin_unknown.html => browser/base/content/test/plugins/plugin_unknown.html
2014-03-03 17:10:51 +01:00
Gijs Kruitbosch
41e5cb7a93
Bug 975719 - unbreak custom toolbars in Australis, r=jaws
...
--HG--
extra : rebase_source : cb801a739c7706cc26f4ccccabe0708d1b577850
2014-03-03 16:18:28 -05:00
Ed Morley
30446e5cc4
Merge latest green inbound changeset and mozilla-central
2014-03-03 14:44:44 +00:00
Steven MacLeod
79e8443f28
Bug 971765 - Reorder Sync datatype options to match marketing. r=ttaubert
2014-03-02 20:57:47 -05:00
Marco Bonardo
00f42c475c
Bug 974406 - Bookmarking UI doesn't work correctly to HSTS pages. r=gavin
2014-03-01 14:37:23 +01:00
Bill McCloskey
a5edff77b9
Bug 976621 - [e10s] Don't allow tabs to be dragged between e10s and non-e10s windows (r=felipe)
2014-02-28 17:00:21 -08:00
Bill McCloskey
0351870a89
Bug 976772 - [e10s] Make sure context menu appears at the right place, even in a subframe (r=felipe)
2014-02-28 16:58:52 -08:00
Ryan VanderMeulen
659fc9449a
Merge m-c to fx-team.
2014-02-28 10:17:27 -05:00
Mike de Boer
d98ecb3db7
Bug 326743: update tests to know about the Find Clipboard on OSX. r=Unfocused
2014-02-28 16:07:39 +01:00
Mike de Boer
14423c38c9
Bug 326743: use cmd-e to set find-in-page search term to currently selected text. r=Unfocused
2014-02-28 16:07:34 +01:00
Neil Deakin
ec32974b10
Bug 968039, Remove the first reflow flag when the popup is laid out but not open, force the uitour to generate frames so that its size is computed properly, r=bz,mattn
2014-02-28 08:18:22 -05:00
Gijs Kruitbosch
582581c0a2
Backed out changeset 48432355c9fb (bug 973932) because it shouldn't have landed yet
2014-02-28 10:46:28 +00:00
Gijs Kruitbosch
4a12bfccf7
Bug 973932 - CustomizeMode isn't resetting the currentset attribute on the addon-bar, r?mconley
2014-02-28 10:38:26 +00:00
Gijs Kruitbosch
dad01b9ccd
Bug 973932 - Australis' CustomizeMode isn't resetting the currentset attribute on the addon-bar, r=mconley
2014-02-27 13:12:18 +00:00
Wes Kocher
1793a448b8
Merge inbound to m-c
2014-02-27 16:52:51 -08:00
Marina Samuel
f3e0c69f6e
Bug 975111: Add 'Relaunch in Windows 8 Touch' button to the menu bar. r=mconley
2014-02-27 11:01:04 -08:00