Commit Graph

794 Commits

Author SHA1 Message Date
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
Shane Caraveo
9172f8ec7d Bug 1014332 share button CUI widget, r=jaws 2014-10-09 12:02:13 -07:00
Jared Wein
c6eba8f119 Bug 1079430 - Land the new Loop strings for Firefox 35. r=Standard8 2014-10-09 11:45:04 -04:00
Gijs Kruitbosch
0a65f75dc6 Bug 1059934 - lwt panel height shouldn't persist, r=jaws 2014-10-06 10:43:30 +01:00
Mihaela Velimiroviciu
3fff924bbf Bug 987185 - Add test for the functionality of the Sync button when user is signed into an account. r=Gijs, r=markh 2014-10-03 10:59:07 +03:00
Gijs Kruitbosch
c443eb10ba Bug 1070888 - set position and flip attribute so lightweight themes panel in customize mode opens correctly, r=jaws
--HG--
extra : rebase_source : 9a34be6c24641103c7c0b70573322b2defe0c90d
2014-10-05 09:12:09 +01:00
Gijs Kruitbosch
7059786fc3 Bug 1073240 - update Firefox's default theme icon, hide menu on non-default themes, r=jaws
--HG--
extra : rebase_source : 3651f3e80cf537c365a6ab4a0659221fb6d50d4b
2014-10-05 09:12:06 +01:00
Mihaela Velimiroviciu
60d3c11f4c Bug 973641 - Add test for the functionality of addon button in Australis. r=Gijs 2014-10-02 09:19:55 +03:00
mferretti@mozilla.com
3f4826af83 Bug 994280 - Improve badged button for Australis. r=enn
- moved badged button XBL from browser to toolkit
 - made the XBL applied by CSS class instead of button's type
 - added australis look & feel to badged button
 - fixed OS X badge position
2014-10-02 11:52:50 +01:00
Gijs Kruitbosch
a88057ff3d Bug 1074498 - some of the panic button panel's labels don't wrap, r=jaws 2014-09-29 23:47:31 +01:00
Mihaela Velimiroviciu
960a22c6b3 Bug 947914 - Add test for the functionality of Panel Menu buttons in Australis. r=Gijs 2014-09-30 10:12:43 +03:00
Carsten "Tomcat" Book
1f82b2fb58 merge fx-team to mozilla-central a=merge 2014-09-30 15:10:47 +02:00
Gavin Sharp
f154ce92c9 Bug 1031019: add "Apps" toolbar button that points to Marketplace, r=jared/Gijs
--HG--
extra : rebase_source : 32c104884c9a6116efd3911d8145b61b8aa5711b
2014-09-19 12:36:11 -07:00