Commit Graph

26064 Commits

Author SHA1 Message Date
Eddy Bruël
c8a0c2acf8 Bug 1090929 - Enable the pretty-print tests;r=mratcliffe 2014-11-06 10:27:45 +01:00
Eddy Bruël
62fc2f138d Bug 1090929 - Enable the break-on-dom-tests;r=mratcliffe 2014-11-06 10:18:10 +01:00
Bill McCloskey
a4186ac75a Bug 1091970 - [e10s] Cache object tag in add-on shims for remote objects (r=mrbkap) 2014-11-04 17:40:08 -08:00
Wes Kocher
7ee03f70cc Bug 1094312 - Disabling browser_bug553455.js made browser_bug585558.js permafail a=permafail CLOSED TREE 2014-11-05 13:05:26 -08:00
Dave Townsend
46cadf46c1 Bug 1094312: Disable browser_bug553455 for high intermittent failures. 2014-11-05 10:05:57 -08:00
Gijs Kruitbosch
1be87a6e14 Bug 1090609 - don't disable open in tabs when there's only one item there, r=mak 2014-11-03 10:44:47 +00:00
Gijs Kruitbosch
c261255d96 Bug 1080801 - update more test disabling comments, rs=comments-only
DONTBUILD because only comments change

--HG--
extra : rebase_source : d07e98fd864e9dd9f52797dc9c1cd0ed5753f625
2014-11-05 16:18:39 +00:00
Mike Conley
3ad9de5f1e Bug 1085622 - Follow-up: failed to ifdef an extra call to gRemoteTabsUI.init(). r=trivial. 2014-11-05 10:22:24 -05:00
Mark Banner
902be81689 Bug 1094128 Convert the Loop Standalone controller app view to be based on the Flux style. r=nperriault 2014-11-05 14:59:40 +00:00
Mark Banner
75c663bad5 Bug 1093475 When a Loop call URL is deleted/blocked, use the proper session. r=mikedeboer 2014-11-05 13:59:46 +00:00
Nicolas Perriault
2c390faa97 Bug 1093620 - Using a single root store for Loop rooms. r=Standard8
--HG--
rename : browser/components/loop/content/shared/js/localRoomStore.js => browser/components/loop/content/shared/js/activeRoomStore.js
rename : browser/components/loop/content/shared/js/roomListStore.js => browser/components/loop/content/shared/js/roomStore.js
rename : browser/components/loop/test/shared/localRoomStore_test.js => browser/components/loop/test/shared/activeRoomStore_test.js
rename : browser/components/loop/test/shared/roomListStore_test.js => browser/components/loop/test/shared/roomStore_test.js
2014-11-05 13:59:46 +00:00
Gijs Kruitbosch
0859e1e56f Bug 690307 - make trimURL not generate URLs that parse back into search queries, r=mak
--HG--
extra : rebase_source : ef509eef3a3427288ba204b32046c4565f3c5cc2
2014-11-01 22:57:56 +00:00
Jordan Santell
5c8b20b408 Bug 1078539 - Add a doorhanger widget for the developer edition notification to browser console, developer tools, webide and responsive design mode. r=jryans 2014-10-22 17:18:31 -07:00
Carsten "Tomcat" Book
d049eeaaff Backed out changeset 4206d18e42c0 (bug 684096) for test bustage 2014-11-05 12:34:42 +01:00
Gijs Kruitbosch
e043c1645d Bug 1093997 / bug 1080801 - re-disable browser_urlbarSearchSingleWordNotification.js for intermittently failing in e10s, rs=test-disabling 2014-11-05 11:22:45 +00:00
Gijs Kruitbosch
e5c662e577 Bug 1069757 - re-enable browser_urlbarCopying.js in e10s mode, r=markh 2014-11-05 00:04:27 +00:00
Gijs Kruitbosch
8717cfcb2b Bug 1080801 - re-enable the working urlbar tests, rs=gavin 2014-11-05 00:33:02 +00:00
Gijs Kruitbosch
871c08649f Bug 1080801 - re-enable test waiting for bug 930863 which is already fixed, r=ally 2014-11-04 22:56:46 +00:00
Sebastian Zartner
faf6332bbf Bug 1068381 - Use an icon for the prettyprint button instead of a label. r=bgrins 2014-10-31 10:57:00 +01:00
Paul Rouget
2370e9d5d3 Bug 1063206 - better toolbox button for webide. r=jryans 2014-11-04 08:54:00 +01:00
Mahdi Dibaiee
e3f7986ae4 Bug 684096 - "The webconsole should display column numbers in addition to line numbers". r=past 2014-11-04 08:36:00 +01:00
Wes Kocher
86d13896ae Merge m-c to fx-team a=merge 2014-11-04 20:40:56 -08:00
Wes Kocher
c2dec16d4a Merge fx-team to m-c a=merge 2014-11-04 19:53:20 -08:00
Ryan VanderMeulen
fb3d3a225e Bug 1080801 - Typo fix to reopen the CLOSED TREE. 2014-11-04 12:47:09 -05:00
Brian Grinstead
86854b83a5 Bug 1093374 - Use -moz-appearance: none on TabToolbar to preserve custom background with tab overflow and tabs outside titlebar on OSX;r=dao 2014-11-04 08:52:01 -08: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
Dave Townsend
8073b76b55 Bug 1084558: Switch the web installer interfaces to use browsers instead of DOM windows. r=Unfocused 2014-11-04 19:20:52 -08:00
Wes Kocher
8872f8c5bb Backed out changeset ec34b5a1552c (bug 1091260) for bc1 orange 2014-11-04 19:06:45 -08:00
Matthew Noorenberghe
bfa438165b No bug - Stop pre-processing aboutWelcomeBack.xhtml. r=me 2014-11-04 17:59:31 -08:00
Matthew Noorenberghe
7126ef3bf7 Bug 1091260 - Badge the Browser Toolbox dock icon on OS X to differentiate it from the main process. r=jryans,fitzgen
--HG--
extra : rebase_source : 3ea5114858053c862564a1efea2004406e0863d9
2014-11-04 16:44:41 -08:00
Drew Willcoxon
4aa289b3f3 Bug 1020156 - Forward URL parameters from about:accounts to the remotely hosted page. r=markh 2014-11-04 17:18:56 -08:00
Gijs Kruitbosch
769f5a80cb Bug 1080801 - update urlbar test comments, rs=comment-only 2014-11-05 00:29:38 +00:00
Gavin Sharp
1584516293 Bug 1092808: fix issue with polaris pref observer being registered too early (causing polaris prefs to be reset on restart), r=dolske
--HG--
extra : rebase_source : 5c87b94f621f3bc3c91c9fd918e58de6676c7eb2
2014-11-03 14:42:10 -08:00
Gavin Sharp
0c2bbd629e Bug 1091901: fix tracking protection UI icon for hidpi, r=gijs
--HG--
extra : rebase_source : d8c1e94fa80a3bed1f9ecb0edb93166b04dc2112
2014-11-02 13:44:38 -08:00
Gavin Sharp
4631f534fb Bug 1086958: move new notification bar implementation of the default browser prompt behind a pref, revert to old modal dialog implementation, r=dao
--HG--
extra : rebase_source : 85d09b7b6e25d84aa3ba5615aba7f09f1c2f6394
2014-11-02 16:08:58 -08:00
Gijs Kruitbosch
714140e316 Bug 1080801 - update more test comments for disabled tests, rs=comments-only
DONTBUILD because comments-only

--HG--
extra : rebase_source : 2112abac16ed3047753e9b6355697388b3a1e9e9
2014-11-04 15:24:00 +00:00
Alexandre Poirot
7e096caac9 Bug 1092451 - Ensure waiting for frames button update before resolving toolbox.open. r=past 2014-11-03 13:52:00 -05:00
Gijs Kruitbosch
d0b91ed9f6 Bug 1062096 - browser_aboutHome should use a fake search engine instead of google to test FHR reporting, r=adw 2014-10-30 13:09:54 +00:00
Gijs Kruitbosch
2349425c53 Bug 1080801 - about:newtab session history stuff works in e10s now so enable the test, r=Mossop 2014-11-04 16:00:29 +00:00
Gijs Kruitbosch
e5058b878c Bug 1080801 - re-enable popupnotification tests that actually work in e10s, r=mconley 2014-11-04 15:33:34 +00:00
Gijs Kruitbosch
4fede59757 Bug 1080801 - adjust more comments in browser/base/content/test/general/browser.ini, rs=comments-only
DONTBUILD because only comments are changed

--HG--
extra : rebase_source : 477f0d9660bf5a81b3caceba27a0a2c956b451f5
2014-11-04 19:11:53 +00:00
Mark Banner
58d2f737a2 Bug 1093056 Scrollbars shouldn't be shown in the room list by default. r=nperriault 2014-11-04 13:43:37 +00:00
Gijs Kruitbosch
a54c70bab3 Bug 1080801 - update comments for notification-related tests, rs=comments-only
DONTBUILD because comments-only change.

--HG--
extra : rebase_source : 31a1f72d65d77b9fd3fca975cdb458b98791d4b2
2014-11-04 13:19:33 +00:00
Gijs Kruitbosch
81a418c391 Bug 1080801 - lump context-menu abusing m-bc tests together, rs=comment-only
DONTBUILD because comments-only

--HG--
extra : rebase_source : cb329f0e5fdc95d8cf3e72749de424432c33b9ae
2014-11-04 11:05:29 +00:00
Mark Banner
e5ba22eb02 Bug 1074688 - Part 1 Rename the existing EmptyRoomView to be DesktopRoomView, and clean it up, in preparation for the Loop room view implementation. r=nperriault 2014-11-04 10:12:40 +00:00
J. Ryan Stinnett
f93d3699b0 Bug 1091586 - Rename Manage Add-ons to Extra Components. r=paul 2014-11-03 15:16:00 +01: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
Blake Winton
500b1e5094 Bug 1026568 - Add placeholder text to the newtab page. r=adw, ui-r=clarkbw 2014-10-31 16:00:34 -04:00
Monica Chew
3241a66db3 Bug 1089774: Followup to fix test (r=gavin) 2014-11-03 22:01:05 -08:00
Monica Chew
203a0c437b Bug 1089774: Restart when an e10s user enables tracking protection (r=gavin) 2014-11-03 15:21:47 -08:00