Commit Graph

9030 Commits

Author SHA1 Message Date
Dave Townsend
3a30dbe4a5 Bug 1093161: Fix load flags for new loads when transitioning from non-remote to remote processes. r=ttaubert 2014-11-06 11:04:59 -08:00
Joel Maher
d61a879878 Bug 1092587 - TypeError: Promise.defer is not a function, causing browser chrome failures. r=Yoric 2014-11-05 09:47:00 -05:00
Tomasz KoƂodziejski
6d25ef2447 Bug 1058116 - Pass referrer and isPrivate to openURIInFrame instead of nullptr as aOpener. r=mconley, r=smaug, r=Margaret, r=ally 2014-11-06 09:41:00 -05: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
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
Shane Caraveo
c5b2445649 bug 1090563 fix shared iframe use in loop, r=jaws 2014-11-05 16:21:01 -08: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
Dave Townsend
46cadf46c1 Bug 1094312: Disable browser_bug553455 for high intermittent failures. 2014-11-05 10:05:57 -08: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
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
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
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
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
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
Ryan VanderMeulen
fb3d3a225e Bug 1080801 - Typo fix to reopen the CLOSED TREE. 2014-11-04 12:47:09 -05: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
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
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
Gijs Kruitbosch
fde51be3f6 Bug 1080801 - update message for browser_bug462673.js, rs=comments-only
DONTBUILD because only changing comments
2014-11-04 01:23:36 +00:00
Gijs Kruitbosch
0bce5db917 Bug 1080801 - update e10s skipping for browser/base tests, step 1 of N: zoom, r=ally
--HG--
extra : rebase_source : e82dcb90635c56664451cab8dede42a5fedd81ed
2014-11-03 15:08:43 +00:00
Gijs Kruitbosch
af6f8f2586 Bug 1080801 - enable tests relying on DOMLinkAdded, r=ally
--HG--
extra : rebase_source : 20f0ff291610a2394aa4e50b3d4fe63b8a633077
2014-11-03 17:36:25 +00:00
Gijs Kruitbosch
4e1470f58e Bug 1080801 - update comments for sessionHistory tests, rs=comments-only
DONTBUILD because comments only change.

--HG--
extra : rebase_source : f7db64a3a2c349d696a75b85dee21b58c3a4e8f9
2014-11-04 00:14:29 +00:00
Gijs Kruitbosch
2132505742 Bug 1080801 - update bug links for swapFrameLoaders e10s test enabling, rs=comment-only
DONTBUILD because comments-only

--HG--
extra : rebase_source : c0dd8aac64373f6f4660bfdb93dce82686b67d7e
2014-11-03 18:06:30 +00:00
Gijs Kruitbosch
2dd6bd5c87 Bug 1080801 - clean up e10s-disabled tests - about:home, rs=comment-only
DONTBUILD because comments-only
2014-11-03 16:18:07 +00:00
Carsten "Tomcat" Book
f1af7abc6d Backed out changeset c9cf7f0d8a21 (bug 1026568) for bc2 test failures 2014-11-03 10:31:39 +01:00
Blake Winton
03e13c3287 Bug 1026568 - Add placeholder text to the newtab page. r=adw, ui-r=clarkbw 2014-10-31 16:00:34 -04:00
Brian Grinstead
7c56390125 Bug 1053434 - Listen for lightweight theme changes and call relevant listeners for devedition theme;r=Gijs 2014-11-02 21:27:18 -08:00
Akshendra Pratap
ccc28f9eaa Bug 515196 - Added padding to toolbar autohide. r=dao 2014-11-01 21:01:18 +01:00
Georg Fritzsche
e9686e7bbe Bug 1089670 - Record searches in Telemetry. r=bwinton 2014-10-31 21:47:13 +01:00
Ryan VanderMeulen
e7353cb4a6 Merge fx-team to m-c. a=merge 2014-10-31 16:16:38 -04:00
Carsten "Tomcat" Book
3b9f02f4e3 Merge mozilla-central to mozilla-inbound 2014-10-31 14:23:10 +01:00
Carsten "Tomcat" Book
9f46b54ba7 Backed out changeset c0f433bceae7 (bug 1053434) for frequent windows 7 debug memory leaks 2014-10-31 08:03:57 +01:00
Carsten "Tomcat" Book
a3f909e240 Backed out changeset 780d8f101fe0 (bug 1079563) 2014-10-31 06:20:36 +01:00
Mark Hammond
edad7e5061 Bug 1079563 (part 2) - allow white-listed sites to request troubleshooting info. r=MattN 2014-10-31 11:29:54 +11:00