Commit Graph

806 Commits

Author SHA1 Message Date
Lewis Cowper
c14bf94d78 Bug 980090 - Fixes link in empty customization palette. r=gijs 2015-02-09 15:44:44 +00:00
Mike de Boer
73b1f9f5e6 Bug 1113896: toggle the Loop panel upon clicking the toolbar button. r=MattN 2015-02-06 15:31:34 +01:00
Tooru Fujisawa
354ec4c525 Bug 1069416 - Part 5: Remove JS_HAS_SYMBOLS from CustomizableUI.jsm. r=Unfocused 2015-01-28 13:06:37 +09:00
Matthew Noorenberghe
48c093338b Bug 1110602 - Don't remove tour tabs from originTabs when switching tabs so they can continue to get notifications. r=Unfocused
--HG--
extra : rebase_source : efc2d7b81fe1df31192bef3360846e9508bcbcc3
2015-01-21 13:21:41 -08:00
Gijs Kruitbosch
f43d49ec92 Bug 1111986 - fix bookmarks toolbar items overflow triggering navbar overflow, r=jaws 2015-01-13 20:51:43 +00:00
Neil Deakin
5f6fe195ec Bug 1088540, fix email link for content processes, r=gijs 2015-01-07 20:52:20 -05:00
Gijs Kruitbosch
d948fa9892 Bug 1101287 - fix browser_934951_zoom_in_toolbar.js to use a mutation observer to wait for a label change, r=adw 2014-12-10 18:18:14 +00:00
abdelrhman
605c00590b Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
Blair McBride
c09e08b790 Backed out changeset be8677c20b9f (bug 1062623) due to colourful tree 2014-12-15 12:37:04 +13:00
Matthew Cook
1f8ab910df Bug 1062623 - Remove CustomizableUI's custom logging code in favour of using Log.jsm, r=Unfocused 2014-12-14 22:53:04 +13:00
Drew Willcoxon
feac183095 Bug 1026342 - Show legacy-Sync-to-Firefox-Accounts migration indicators in the app menu panel. r=markh 2014-12-10 09:33:36 -08:00
Gijs Kruitbosch
f775e9fbc7 Bug 1101482 - fix e10s case for browser_988072_sidebar_events.js, r=intermittentisgone
--HG--
extra : rebase_source : b13a515434002d396f1077f1fc59f43db94f30e8
2014-12-04 17:27:07 -08:00
Florian Quèze
9ee3424788 Bug 1088660 - Improve the search bar UI to support one-off searches - fix tests that failed on fx-team, r=felipe over email. 2014-11-27 12:24:53 +01:00
Florian Quèze
1076501bfb Bug 1088660 - Improve the search bar UI to support one-off searches, r=felipe. 2014-11-18 00:59:11 +01:00
Joel Maher
bcb0dcda8d Bug 1057512 - enable --run-by-dir for browser-chrome e10s. r=dminor 2014-11-19 12:36:34 -05:00
Wes Kocher
08015a7c2d Merge m-c to fx-team a=merge 2014-11-18 18:39:22 -08:00
Jordan Santell
34f97f6d3b Bug 1097156 - Add dev edition theme toggle in toolbox. r=gijs,r=bgrins 2014-11-17 17:35:01 -08:00
Jed Davis
bb4ea7d6bd Bug 1058251 - Make "Save As" work in e10s without "Web Page, complete" mode. r=mconley f=paolo
--HG--
extra : amend_source : 6185bb1dd3e503c46ee2b452b36b64813fd2dc3a
2014-11-18 11:35:47 -08:00
Gijs Kruitbosch
86bd2509a9 Bug 1096763 - fix webide button issues with customize mode, r=Unfocused
This fixes the button to not call createWidget repeatedly when the button is in the palette.

It also fixes an edge case in CustomizableUI where, if you restore defaults, we don't re-add custom widgets to the list of seen widgets, meaning they'll be restored to their default position on next start, even if you move them after restoring to defaults.
2014-11-11 14:51:21 +00:00
Paul Duguet
ac6a835e89 Bug 1088257 - Fix tooltip/label inversion by removing the unnecessary 2 assignments. r=dao 2014-11-14 08:07:00 -05:00
Dão Gottwald
e1923357c3 Bug 1093368 - Customize mode theme picker shouldn't pass the default theme object to LightweightThemeManager.previewTheme. r=jaws 2014-11-08 20:30:00 +01:00
Brian Grinstead
a3effc4df1 Bug 1094509 - Switch to light devedition theme when light devtools theme is applied;r=Gijs 2014-11-07 15:29:25 -08:00
Gijs Kruitbosch
c10716f93f Bug 1094138 - turn off lwt where applicable when clicking devtools button, r=bgrins,jaws
--HG--
extra : rebase_source : f06f4f312b307cec21071958198b02eb815e72d4
2014-11-06 17:50:31 +00:00
Mike de Boer
cabf9851d2 Bug 1073218: remove the soft start mechanism for full Hello rollout. r=abr,Unfocused 2014-11-07 11:56:04 +01:00
Eddy Bruël
73b5faecd0 Bug 1093507 - Fix for permaorange, with comments addressed;r=gijskruitbosch 2014-11-06 14:21:53 +01:00
Mike Conley
cf6162c415 Bug 1085622 - Fix E10S_TESTING_ONLY define so that it only ever applies when E10S_TESTING_ONLY config is true. r=ally,glandium.
We were defining the E10S_TESTING_ONLY build-time define with the value of the E10S_TESTING_ONLY config variable,
regardless of the value of E10S_TESTING_ONLY. Even if E10S_TESTING_ONLY in configure was blank, we'd still define
E10S_TESTING_ONLY, which resulted in E10S_TESTING_ONLY ifdef'd code to be included when we didn't want it to.

We now only ever define E10S_TESTING_ONLY iff NIGHTLY_BUILD is defined, and we do it globally.

This also fixes a busted E10S_TESTING_ONLY ifdef that didn't have an endif.

--HG--
extra : amend_source : 9c8fe8db110765272fa666a5c118d388f87c23d7
2014-11-04 11:16:47 -05:00
Matteo Ferretti
dd1a03ce40 Bug 1080406 - "Add an optional badge to the hamburger menu when updates are available". r=gijskruitbosch+bugs c=jwalker 2014-11-02 02:09:00 +01:00
Mihaela Velimiroviciu
743afc816b Bug 1087303 - Add test for the functionality of remaining Panel Menu buttons in Australis (fullscreen, preferences). r=Gijs 2014-10-29 15:19:01 +02:00
Victor Porof
b9ee1103fc Bug 1067337 - Provide an icon for the toolbar to activate/deactivate the devtools panel. r=paul, r=gijs 2014-10-27 12:26:07 -04:00
Carsten "Tomcat" Book
740aa05af6 Merge mozilla-central to fx-team 2014-10-31 14:28:54 +01:00
Alex Bardas
0fae4de9ba Bug 1089591 - Customize mode should be customizable after reset. r=Gijs r=mconley 2014-10-30 10:28:00 +01:00
Ryan VanderMeulen
d18b779a40 Merge m-c to inbound. a=merge
--HG--
rename : dom/tv/test/file_app.sjs => dom/tv/test/mochitest/file_app.sjs
rename : dom/tv/test/file_app.template.webapp => dom/tv/test/mochitest/file_app.template.webapp
rename : dom/tv/test/file_tv_non_permitted_app.html => dom/tv/test/mochitest/file_tv_non_permitted_app.html
rename : dom/tv/test/mochitest.ini => dom/tv/test/mochitest/mochitest.ini
rename : dom/tv/test/test_tv_non_permitted_app.html => dom/tv/test/mochitest/test_tv_non_permitted_app.html
extra : rebase_source : 43e1262bc9912ae6b97ec9302a1bc149e51c8e1e
2014-10-30 16:19:07 -04:00
Gijs Kruitbosch
1bf9a1665f Disable intermittently-failing browser_947914_button_copy.js on e10s - fixes in bug 1091561 2014-10-30 15:45:56 +00:00
Gijs Kruitbosch
ef800c4363 Disable cut and paste tests on e10s due to intermittent failures, see bug 1091561 for re-enabling them. 2014-10-30 12:07:21 +00:00
Paul Rouget
225e1e77f9 Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws 2014-10-30 09:08:05 +01:00
Jason Orendorff
26dfad38c3 Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp.
--HG--
extra : rebase_source : 5780eed342b1780570650d140c7f14f966b7f1e1
2014-07-01 21:01:21 -05:00
Carsten "Tomcat" Book
2dbb1215e3 Backed out changeset e6c622c61207 (bug 1089591) bc1 e10s test failure 2014-10-29 14:19:24 +01:00
Alex Bardas
4fe36ffb41 Bug 1089591 - Customize mode should be customizable after reset. r=Gijs r=mconley 2014-10-28 16:39:00 +01:00
Gijs Kruitbosch
42aec483e6 Bug 1080787 - enable customizableui tests under e10s, r=mconley
--HG--
extra : rebase_source : 35a2ba8d87a1710916242d0d0eb75d1d1ab145e4
2014-10-22 14:04:16 +01:00
Justin Dolske
458b6364b7 Bug 1089421 - Forget button should call more attention to it closing all tabs/windows. r=gijs, ui-r=phlsa 2014-10-27 11:47:39 -07:00
Gijs Kruitbosch
f6e34269b0 Bug 1074520 - use CSS instead of hacks to make the forget button panel lay out correctly, r=jaws 2014-10-22 12:39:04 +01:00
Alexandre Poirot
08a19c7095 Bug 1085628 - Fix browser_880164_customization_context_menus.js against smaller toolbars by synthesizing context menu event on first pixel instead of last one. r=Gijs 2014-10-21 08:57:02 -07:00
Gijs Kruitbosch
fca64d6688 Bug 1074520 - set node width in addition to height to avoid empty lines due to different wrapping, r=jaws 2014-10-20 16:27:53 +01:00
Jared Wein
59a936d08d Bug 1084092 - Update the loop-call-button tooltiptext entity name to be consistent with the label entity name. r=MattN DONTBUILD 2014-10-18 08:40:48 -04:00
Jared Wein
8eba0d02bd Backed out changeset d65025901ac3 (bug 1084092) 2014-10-18 08:48:04 -04:00
Jared Wein
3244303665 Bug 1084092 - Clean up some of the changes from bug 1013989. r=MattN
--HG--
extra : rebase_source : 01fdf0e5cc10fc03c3af2aa4318c0564cbf7b9b6
2014-10-18 08:40:48 -04:00
Mike de Boer
b001a72174 Bug 1013989: change the label of the Loop button to Hello. r=MattN 2014-10-15 20:14:42 +02:00
Ruth
dfb65a6c18 Bug 1062014 - Add node existence check to CustomizeMode's onDragEnd. r=mconley. 2014-10-14 20:07:05 -04:00
Brian Grinstead
14019a1d6e Bug 1082108 - Add a button to disable the devedition theme from Customize Mode;r=Gijs 2014-10-14 13:29:30 -05:00
Gijs Kruitbosch
093a48eb3d Bug 1079869 - fix closing forget panel by adding a closemenu=none attribute, r=jaws
--HG--
extra : rebase_source : 7321b30522e5f0addb8a7d48ae30c8be908b331b
2014-10-10 09:09:17 +01:00