Commit Graph

26081 Commits

Author SHA1 Message Date
Patrick Brosset
aa41f7bb39 Bug 985597 - Filter useless highlighter updates & and use requestAnimationFrame for updates; r=miker 2014-11-06 13:04:28 +01:00
Patrick Brosset
2235c1fc3d Bug 985597 - Use the AnonymousContent Document API for the highlighters; r=miker r=Gijs
--HG--
rename : browser/themes/shared/devtools/highlighter.inc.css => browser/themes/shared/devtools/highlighter.css
2014-11-06 13:04:23 +01:00
Gijs Kruitbosch
d15b4c194e Bug 1080801 - Adjust comments for failing tests in e10s-mode, rs=comments-only 2014-11-06 12:04:49 +00:00
Gijs Kruitbosch
93cf1f9f74 Bug 1094429 - fix strict warning in sanitize.js, r=gavin
--HG--
extra : rebase_source : 4e970dad314c815f535fa388c0d8ab77356ea6ff
2014-11-06 11:53:34 +00:00
Mahdi Dibaiee
f3ac30c02c Bug 684096 - "The webconsole should display column numbers in addition to line numbers". c=mdibaiee 2014-11-05 05:43:00 +01:00
Brian Grinstead
fc947c1dc2 Bug 1094538 - Remove gap between selected tab and side of browser caused by padding on TabsToolbar;r=MattN 2014-11-05 17:52:30 -08:00
Shane Caraveo
6af95d33c0 bug 1053973 fix opengraph builder for e10s, r=markh 2014-11-05 17:26:36 -08:00
Shane Caraveo
bd00812817 Bug 915547 fix activation in e10s windows, r=markh 2014-11-05 17:22:27 -08:00
Jordan Santell
9b3a8b64fa Bug 1093866 - Search bar in customize menu should use default styling in DevEdition;r=dao
--HG--
extra : amend_source : 4acc8142ffe86e91224e1d21cd23365d0c798354
2014-11-05 16:50:26 -08:00
Matthew Noorenberghe
906240dc9c Bug 1093500 - Cleanup Loop registration by pulling push URLs from the push handler. r=pkerr
--HG--
extra : rebase_source : 40639702a655b5e20eb7e00473c2f8c7676500dc
2014-11-05 13:58:52 -08:00
Matthew Noorenberghe
93910d7feb 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 : 561016578d5a23c769090faf6c735b3060d4e741
2014-11-05 13:56:17 -08:00
Shane Caraveo
c5b2445649 bug 1090563 fix shared iframe use in loop, r=jaws 2014-11-05 16:21:01 -08:00
Victor Porof
be0670c340 Bug 1074205 - Enable devtools/netmonitor tests with e10s, r=ejpbruel 2014-11-05 16:52:56 -05:00
Victor Porof
5be0882642 Bug 1091612 - [e10s] browser_net_resend.js disabled because actors for the new request channels don't correspond to the ones sent in network event updates, r=ejpbruel 2014-11-05 16:52:53 -05:00
Victor Porof
9d583c0c0f Bug 1091603 - [e10s] browser_net_filter-01.js disabled because nsIXMLHttpRequest doesn't correctly determine whether or not a request is XHR in e10s, r=ejpbruel 2014-11-05 16:52:50 -05:00
Victor Porof
075c2a91aa Bug 1091596 - [e10s] browser_net_copy_as_curl.js disabled because waitForClipboard doesn't seem to work properly on e10s, r=ejpbruel 2014-11-05 16:52:46 -05:00
Victor Porof
21b87ba21f Bug 1058898 - Enable profiler tests for e10s, r=ejpbruel 2014-11-05 16:52:44 -05:00
Wes Kocher
f5726dd7a9 Merge m-c to fx-team a=merge to open this CLOSED TREE 2014-11-05 15:17:35 -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
Gijs Kruitbosch
7febb73e8e Bug 690307 - add more tests for the localhost + spaces case, r=mak 2014-11-05 19:08:45 +00:00
Jared Wein
cba4f7b673 Bug 1093793 - desktop call recipient declining incoming call leaves link-clicker's camera on. r=dmose 2014-11-05 13:47:52 -05: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