Commit Graph

4934 Commits

Author SHA1 Message Date
Mark Banner
3e1c0214c1 Bug 1245937 - Disable browser_chat_window.js for test failures frallout from bug 1154277. rs=orange-fix CLOSED TREE 2016-02-04 19:04:22 +00:00
Mike de Boer
24f7966c48 Bug 1154277: Part 3 - implement test changes to work in e10s mode as well. r=mixedpuppy,Standard8 2016-02-04 13:42:10 +01:00
Mike de Boer
13cea25f52 Bug 1154277: Part 2 - support running Social API documents to run in a remote browser, i.e. the content process. f=mixedpuppy, r=Standard8 2016-02-04 12:50:06 +01:00
Felipe Gomes
50239a64b2 Bug 1212647 - Re-enable browser_search_favicon.js for e10s, as it appears to be working fine. rs=me
MozReview-Commit-ID: EI2CizDWK4m
2016-02-16 13:28:40 -02:00
Felipe Gomes
1ab3777adc Bug 1094761 - Fix browser_contextSearchTabPosition.js to not hit the network. r=Florian
MozReview-Commit-ID: 9VrFlhmWaXv
2016-02-16 13:28:40 -02:00
Birunthan Mohanathas
c29873e1b8 Bug 1242907 - Fix broken about:crashes due to typo in ContentCrashHandlers.jsm. r=mconley 2016-02-03 18:21:27 +02:00
Blake Kaplan
9be8b700be Bug 1212019 - Fix an intermittent orange with promises. r=felipe 2016-02-02 13:44:11 -08:00
Carsten "Tomcat" Book
48ba6dff7e merge mozilla-inbound to mozilla-central a=merge 2016-02-02 11:50:53 +01:00
Mark Goodwin
3170d79216 Bug 1241455 Send TLS Error Reports for subresources r=past, Gijs, mcmanus
This patch makes use of the security reporter component (which hasn't landed yet
 - see blockers) to allow automatic TLS error reports to be sent directly from
nsHttpChannel.cpp rather than sending them from browser.js. This allows failed
connections for subresources to be reported.

Some of the report sending from browser.js was retained to allow reports to be
sent at the time a user enables reporting. This has been modified to also make
use of the component.

Since the patient is on the table, I've also taken the opportunity to
remove the retry and status bits from aboutCertError.xhtml and
aboutNetError.xhtml - which removes a bunch of code and simplifies things a bit.

The mochitests have been modified to cope with the fact that the UI does not
update with report sending / report failures - instead, success and failure are
determined by examining the response seen from the server from within the test.
2016-02-01 11:18:50 +00:00
Gijs Kruitbosch
f103412b8d Bug 1226781 - add a regression test for going back from pages that cause about:neterror to be shown, r=mconley 2016-01-26 16:20:51 +00:00
Kris Maglione
0eedc58ba7 Bug 1238311: Part 2 - Persist tab mutedInfo in sessionstore. r=ehsan 2016-01-26 17:05:42 -08:00
Kris Maglione
3b4ee39435 Bug 1238311: Part 1 - Add "mutedinfo" tab attribute, and related getters. r=ehsan 2016-01-29 18:14:31 -08:00
Drew Willcoxon
9b134824c4 Bug 1233672 - Properly encode/decode moz-action URIs. r=mak 2016-01-29 14:02:15 -08:00
Shane Caraveo
2585a832b2 Bug 1037483 replace microdata with microformats in share, r=dietrich 2016-01-29 10:58:45 -08:00
Carsten "Tomcat" Book
520d8fd46b Merge mozilla-central to fx-team 2016-01-28 12:37:17 +01:00
Carsten "Tomcat" Book
808c59c646 merge mozilla-inbound to mozilla-central a=merge 2016-01-28 12:13:37 +01:00
Alessio Placitelli
2843847b66 Bug 1236580 - Fix the tests and update the documentation. r=gfritzsche 2016-01-27 07:09:00 +01:00
Blair McBride
d8cb9d2df4 Bug 1235056 - Enable additional logging for intermittent browser_pluginCrashCommentAndURL.js r=mossop 2016-01-27 13:56:59 +13:00
Olivier Yiptong
3981bd73b9 Bug 1240169 - aboutNewTabService relies on AboutRedirector for default URL resolution r=mconley 2016-01-27 13:50:18 -05:00
Carsten "Tomcat" Book
4d0557758c merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
Mike Conley
2e457e73b0 Bug 1233497 - Make browser_bug710878.js avoid CPOW usage in utilityOverlay.js. r=felipe 2016-01-05 13:53:27 -05:00
Mike Conley
289adcf218 Bug 1233497 - Disable tests that use fillInPageTooltip for e10s. r=Enn 2016-01-05 13:52:38 -05:00
Wes Kocher
4b4c7a9c50 Backed out 2 changesets (bug 1037483) for many ESLint failures
Backed out changeset de364648e24c (bug 1037483)
Backed out changeset c697940b6f5c (bug 1037483)
2016-01-26 11:26:23 -08:00
Wes Kocher
6a56f56f81 Backed out 2 changesets (bug 1226781) for e10s bc7 failures in browser_invalid_uri_back_forward_manipulation.js
Backed out changeset 3ae6880a94e4 (bug 1226781)
Backed out changeset 627ac298f230 (bug 1226781)
2016-01-26 11:09:04 -08:00
Shane Caraveo
a4f6957de8 Bug 1037483 replace microdata with microformats in share, r=dietrich 2016-01-26 10:53:00 -08:00
Gijs Kruitbosch
b306de7703 Bug 1226781 - add a regression test for going back from pages that cause about:neterror to be shown, r=mconley 2016-01-26 16:20:51 +00:00
Florian Quèze
91399bcf51 Bug 1239985 - make the browser_devices_get_user_media_about_url.js test pass with e10s, r=felipe. 2016-01-26 17:50:55 +01:00
Gijs Kruitbosch
4ba0ba7fb2 Bug 1199601 - r=mak
MozReview-Commit-ID: DR7HEJa6SMH
2015-10-14 15:59:37 +01:00
Neil Deakin
500d3c4860 Bug 1240014, re-enable dragdrop tests on Mac, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
b2aec17456 Bug 1240014, remove unused code in test/newtab/head.js and enable tests in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
90f598c3f2 Bug 1240014, enable test browser_newtab_background_captures in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
b309851236 Bug 1240014, enable test browser_newtab_bug735987 in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
74ac7e21c0 Bug 1240014, enable test browser_newtab_drag_drop_ext in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
f663f22ad4 Bug 1240014, enable test browser_newtab_bug1194895 in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
f6bdff06c2 Bug 1240014, enable test browser_newtab_external_resource in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
ed2dcc9cbc Bug 1240014, enable test browser_newtab_reflow_load in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
dc6feaac5e Bug 1240014, enable test browser_newtab_drop_preview in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
c9ae5e31d8 Bug 1240014, enable test browser_newtab_drag_drop in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
3902d8d6b8 Bug 1240014, enable test browser_newtab_search in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
014ea2a397 Bug 1240014, enable test browser_newtab_enhanced in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
87c8a5a56a Bug 1240014, enable test browser_newtab_bug725996 in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
933d95beee Bug 1240014, enable test browser_newtab_perwindow_private_browsing in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
059856d1ec Bug 1240014, enable test browser_newtab_reportLinkAction in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
b089733add Bug 1240014, enable test browser_newtab_undo in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
e3ff059066 Bug 1240014, enable test browser_newtab_bug734043 in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
c86d286237 Bug 1240014, enable test browser_newtab_update in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
842503f4d1 Bug 1240014, enable test browser_newtab_bug722273 in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
1fd3b16a94 Bug 1240014, enable test browser_newtab_bug1145428 in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
4f4be43c81 Bug 1240014, enable test browser_newtab_bug1178586 in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
3b74fc7ba9 Bug 1240014, enable test browser_newtab_bug876313 in e10s, r=adw 2016-01-26 08:16:10 -05:00