Commit Graph

881 Commits

Author SHA1 Message Date
Mike Conley
862100b2d8 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.
2014-11-04 11:16:47 -05:00
Matteo Ferretti
365b7f8865 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
97d562b70f 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
e742ccd679 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
27d84956ce Merge mozilla-central to fx-team 2014-10-31 14:28:54 +01:00
Alex Bardas
6e5e3ec29b Bug 1089591 - Customize mode should be customizable after reset. r=Gijs r=mconley 2014-10-30 10:28:00 +01:00
Ryan VanderMeulen
8b7ea3b6a3 Merge m-c to inbound. a=merge 2014-10-30 16:19:07 -04:00
Gijs Kruitbosch
7c83861447 Disable intermittently-failing browser_947914_button_copy.js on e10s - fixes in bug 1091561 2014-10-30 15:45:56 +00:00
Gijs Kruitbosch
a00db0ebc8 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
f0956e54a5 Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws 2014-10-30 09:08:05 +01:00
Jason Orendorff
bcc9db0b2c Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp. 2014-07-01 21:01:21 -05:00
Carsten "Tomcat" Book
0c745b3d07 Backed out changeset e6c622c61207 (bug 1089591) bc1 e10s test failure 2014-10-29 14:19:24 +01:00
Alex Bardas
651700c1aa Bug 1089591 - Customize mode should be customizable after reset. r=Gijs r=mconley 2014-10-28 16:39:00 +01:00
Gijs Kruitbosch
460d1d9768 Bug 1080787 - enable customizableui tests under e10s, r=mconley 2014-10-22 14:04:16 +01:00
Justin Dolske
8d838a3cca 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
85ca8cb369 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
24d67b55fa 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
114cb487a6 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
29236cd39a 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
8b07da6616 Backed out changeset d65025901ac3 (bug 1084092) 2014-10-18 08:48:04 -04:00
Jared Wein
5a53b03d4d Bug 1084092 - Clean up some of the changes from bug 1013989. r=MattN 2014-10-18 08:40:48 -04:00
Mike de Boer
961b35a251 Bug 1013989: change the label of the Loop button to Hello. r=MattN 2014-10-15 20:14:42 +02:00
Ruth
4ab1b75c34 Bug 1062014 - Add node existence check to CustomizeMode's onDragEnd. r=mconley. 2014-10-14 20:07:05 -04:00
Brian Grinstead
d6e77adb1b 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
c9f5c5a1f0 Bug 1079869 - fix closing forget panel by adding a closemenu=none attribute, r=jaws 2014-10-10 09:09:17 +01:00
Shane Caraveo
512011b264 Bug 1014332 share button CUI widget, r=jaws 2014-10-09 12:02:13 -07:00
Jared Wein
951441027e Bug 1079430 - Land the new Loop strings for Firefox 35. r=Standard8 2014-10-09 11:45:04 -04:00
Gijs Kruitbosch
6425a95479 Bug 1059934 - lwt panel height shouldn't persist, r=jaws 2014-10-06 10:43:30 +01:00
Mihaela Velimiroviciu
b04a9eedf5 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
0af10bf09d Bug 1070888 - set position and flip attribute so lightweight themes panel in customize mode opens correctly, r=jaws 2014-10-05 09:12:09 +01:00
Gijs Kruitbosch
2ec57456ba Bug 1073240 - update Firefox's default theme icon, hide menu on non-default themes, r=jaws 2014-10-05 09:12:06 +01:00
Mihaela Velimiroviciu
eafe2d9599 Bug 973641 - Add test for the functionality of addon button in Australis. r=Gijs 2014-10-02 09:19:55 +03:00
7a5279c09e 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
54009638b8 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
29355f63fa 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
bf64baf8a1 merge fx-team to mozilla-central a=merge 2014-09-30 15:10:47 +02:00
Gavin Sharp
f65f7c6689 Bug 1031019: add "Apps" toolbar button that points to Marketplace, r=jared/Gijs 2014-09-19 12:36:11 -07:00
Gijs Kruitbosch
632712859a Bug 1069300 - add a privacy/forget/panic button, r=jaws 2014-09-24 17:22:05 +01:00
Dão Gottwald
eceaa0ef55 Bug 1060623 - Theme switcher in customize mode should only show the five most recently used lightweight themes. r=jaws 2014-09-17 21:41:35 +02:00
Jim Mathies
9278ba98a4 Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
Shu-yu Guo
40c62f33a5 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Gijs Kruitbosch
b0d2e6dbaa Bug 1066394 - fix intermittent load events in browser_967000_button_sync.js, r=markh 2014-09-12 11:42:14 +01:00
Alex Bardas
cfc4522578 Bug 1053939 - pass entry point to fxa content server when opening about:accounts + tests. r=markh 2014-09-10 13:39:00 +02:00
Felipe Gomes
f5dab1ee25 Bug 1063848 - Disable e10s in safe mode. r=bsmedberg,ally. 2014-09-10 15:53:55 -03:00
Gijs Kruitbosch
bed7210220 Bug 989338 - save non-placement stuff from previously saved placements, r=Unfocused 2014-09-04 11:24:04 +02:00
Alex Bardas
a2005e566b Bug 979041 - Wrap an area (area_tabstrip) synchronously before the transition and use requestAnimationFrame. r=mconley 2014-09-04 11:13:26 -04:00
Bill McCloskey
3fc52acc1d Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Mihaela Velimiroviciu
da1072b1cd Bug 1058573 - Add automated test for showing the toolbars dropdown in customization mode (even if the only toolbar available is the bookmarks toolbar). r=jaws 2014-08-28 11:39:49 +03:00
Jared Wein
cf6dbf76f6 Bug 1007336 - Set lightweight themes in customization mode. r=gijs 2014-08-21 15:57:41 -04:00
Ed Morley
5d8cd79ac8 Backed out changeset 6aee7a646f7e (bug 1014332) 2014-08-21 12:27:19 +01:00