Commit Graph

6530 Commits

Author SHA1 Message Date
Emilio Cobos Álvarez
ee6f0e369a Bug 1439875: Flag chevron.svg as intermittently shown on windows. r=johannh
MozReview-Commit-ID: 7gJvF00WDgR
2018-03-14 20:47:46 +01:00
Emilio Cobos Álvarez
4c02d64bf9 Bug 1439875: Update browser_windowopen_flicker.js. r=florian
To avoid hacking around the empty window, and handle the activation issue seen
on Windows / OSX.

MozReview-Commit-ID: oK3T8FKd5n
2018-03-14 20:47:44 +01:00
Emilio Cobos Álvarez
743acd8183 Bug 1439875: Update browser_windowopen_reflows.js to not wait for a resize that no longer exists. r=florian
MozReview-Commit-ID: Jln9ejZh2b6
2018-03-14 20:47:41 +01:00
Gijs Kruitbosch
0ca6e1b639 Bug 1358815 - remove sync reflow from find bar initialization, r=jaws
This removes the sync reflow from almost all cases. The only case where we keep it is when a keypress
caught in content triggers a sync message to the parent process. We should clean this up in bug 1371523.

I've tried to fix the tests, but a lot of them seem to be disabled anyway...

MozReview-Commit-ID: 9k36p7q8MKy
2018-03-12 14:01:44 +00:00
Brindusan Cristian
a6e62d8ce3 Backed out 2 changesets (bug 1358815) for bc failures on browser_pdfjs_main.js CLOSED TREE
Backed out changeset 880736d97de3 (bug 1358815)
Backed out changeset a2a0a0990e1a (bug 1358815)
2018-03-15 21:23:12 +02:00
Gijs Kruitbosch
54e2568278 Bug 1358815 - remove sync reflow from find bar initialization, r=jaws
This removes the sync reflow from almost all cases. The only case where we keep it is when a keypress
caught in content triggers a sync message to the parent process. We should clean this up in bug 1371523.

I've tried to fix the tests, but a lot of them seem to be disabled anyway...

MozReview-Commit-ID: 9k36p7q8MKy
2018-03-12 14:01:44 +00:00
Noemi Erli
f31b8ec798 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-03-15 19:44:05 +02:00
Gijs Kruitbosch
a517127654 Bug 1443870 - update tests for lack of content-process blocklist, r=florian
MozReview-Commit-ID: 4PyUDd6BNsM
2018-03-14 20:02:11 +00:00
Margareta Eliza Balazs
71e26c30ef Merge inbound to mozilla-central. a=merge 2018-03-13 01:10:10 +02:00
Sebastian Hengst
1d14fd1eb9 Backed out changeset 42afef8cda32 (bug 1443866) for failing browser-chrome's browser/base/content/test/webrtc/browser_devices_get_user_media_multi_process.js 2018-03-12 19:59:02 +02:00
manikishan
02874947cf Bug 1431050 - Replace NS_ASSERT with conditional exceptions/console.assert and remove the debug.js module. r=mak
console.assert keeps the same semantics as NS_ASSERT in that it doesn't throw an exception,
but a lot of the places code was using it in a way that would be better served by throwing
an exception when the condition is false.

MozReview-Commit-ID: DEF5HSfYO36
2018-02-03 11:32:25 +05:30
Trisha
b22a028640 Bug 1443866 - Use TestUtils.waitForCondition in browser_devices_get_user_media_multi_process.js. r=johannh, Trisha 2018-03-12 21:28:10 +08:00
Andreea Pavel
816981a5af Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-03-09 21:35:33 +02:00
Andreea Pavel
cce81a7740 Merge mozilla-inbound to mozilla-central. a=merge on a CLOSED TREE 2018-03-09 21:33:50 +02:00
Kris Maglione
50e184c485 Bug 1315887: Temporarilly disable browser_ext_locationBarExternalLoad for surge in intermittents. r=me
MozReview-Commit-ID: 9Vb5nQ9lwpq
2018-03-09 08:21:36 -08:00
Dão Gottwald
acbba514e2 Bug 1443404 - Fix browser_urlbarFocusedCmdK.js intermittent failure. r=Gijs
MozReview-Commit-ID: AA31YY6nUPc
2018-03-09 11:24:06 +01:00
Dorel Luca
b6bf33a37c Merge mozilla-central to mozilla-inbound. a=merge 2018-03-09 12:01:54 +02:00
Kris Maglione
96ee075269 Bug 1443964: Follow-up: Attempt 3 to fix intermittent timing issues, this time with rr chaos mode.
MozReview-Commit-ID: 8BJq7VT8PPJ
2018-03-08 20:37:10 -08:00
Kris Maglione
80e4b2599b Bug 1443964: Follow-up: Another attempt at fixing intermittent timing issue after removal of sync messaging from shims. r=bustage
MozReview-Commit-ID: 2WUsb7DIqk7
2018-03-08 19:01:48 -08:00
Tooru Fujisawa
e16d7532ff Bug 1442167 - Use text that will not be fixed to URL when testing non-URL case. r=Gijs 2018-03-09 10:53:36 +09:00
Kris Maglione
f27c007eda Bug 1443983: Follow-up: Add preferredRemoteType to addTab call to fix another unexpected intermittent. r=bustage
MozReview-Commit-ID: Fh5p3pC2Ofq
2018-03-08 17:34:11 -08:00
Kris Maglione
fa0e64c231 Bug 1443983: Follow-up: Force initial about:blank browser to non-remote. r=me
It looks like something about the removal of interpositions causes the inital
browser to sometimes load remotely, which breaks the assumptions of the test.

MozReview-Commit-ID: 9rmPem1VplE
2018-03-08 16:16:21 -08:00
kanika
b885e85171 Bug 1443828 Replace promiseWaitForCondition with TestUtils.waitForCondition in browser_devices_get_user_media.js r=prathiksha
MozReview-Commit-ID: KyYHBCf4s10
2018-03-08 23:15:15 +05:30
Johann Hofmann
4efad2b1a0 Bug 1442294 - Downgrade global streaming indicator when a higher priority device has been disabled. r=florian
MozReview-Commit-ID: 6GxXNsB6xYy
2018-03-08 14:08:21 +01:00
Gurzau Raul
144ebf62af Backed out changeset 1f9f56aeb495 (bug 1297630) for bc failures on content/test/about/browser_aboutNetError.js and en-us failures on functional/security/test_ssl_disabled_error_page.py on a CLOSED TREE 2018-03-16 18:28:39 +02:00
Johann Hofmann
d9ea03891b Bug 1297630 - Test certificate errors in iframes. r=Gijs
This amends the browser_aboutCertError test file to cover error pages
in iframes in addition to top-level pages. I figured that instead of
re-writing all assertions in a separate test it would be smarter to
do the same assertions we apply to the top-level error pages on frames
as well.

I did not update the checkWrongSystemTimeWarning test, which is currently disabled.

MozReview-Commit-ID: 90fS0emPaSN
2018-03-15 12:57:11 +01:00
Sebastian Hengst
00e73f99f1 merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-03-13 02:11:18 +02:00
Michal Novotny
29256020e8 Bug 1430088 - Disable browser_all_files_referenced.js test on win32 due to frequent OOM crashes after landing bug 1373708. r=florian 2018-03-12 13:02:37 +01:00
layely
3d04504429 Bug 1387976 - Add missing test file for persisting tab-muted state across restarts of the browser. r=jaws 2018-03-12 15:57:45 -04:00
layely
ce309ae7e9 Bug 1387976 - Persist tab-muted state across restarts of the browser. r=jaws 2018-03-12 15:43:53 -04:00
Kris Maglione
0e8508c8ff Bug 1443964: Part 1 - Fix most tests that rely on add-on shims. r=mconley
browser_google_behavior.js is the only remaining exception.

MozReview-Commit-ID: GA15P7f0KBv
2018-03-07 14:35:16 -08:00
Prathiksha
872d37cca3 Bug 1435160 - Format notification popup description message in a helper function. r=johannh
MozReview-Commit-ID: Bwy2WrbXjUf
2018-02-28 02:01:55 +05:30
Gijs Kruitbosch
c0f35d187a Bug 1433133 - remove old about:newtab code, r=florian
MozReview-Commit-ID: Itlmi3E2KrG
2018-03-06 17:37:31 +00:00
Paolo Amadini
16faec8950 Bug 851471 - Decommission nsIDownloadManager. r=mak
MozReview-Commit-ID: HfqdrdJcLrh
2018-03-06 13:16:07 +00:00
Cosmin Sabou
46877dab55 Backed out 3 changesets (bug 1387976) because of merge conflicts on AsyncTabSwitcher.jsm.
Backed out changeset d91b6a40b32a (bug 1387976)
Backed out changeset b708ab55bc72 (bug 1387976)
Backed out changeset 7958b0ccbe0b (bug 1387976)
2018-03-06 06:25:54 +02:00
layely
8dd362c0de Bug 1387976 - Persist tab-muted state across restarts of the browser. r=jaws 2018-03-05 01:22:23 +00:00
Paolo Amadini
5b379bb7d6 Bug 1438815 - The main menu stays open after the install of a sideloaded add-on. r=Gijs
MozReview-Commit-ID: K1Y4JkkQ68c
2018-03-05 15:33:14 +00:00
Xidorn Quan
4dc8bfddae Bug 1442559 part 3 - Detect whitelist item which doesn't have any condition. r=Gijs
MozReview-Commit-ID: GavZUKl9y1r
2018-03-03 11:56:55 +11:00
Xidorn Quan
35ade24fe8 Bug 1442559 part 2 - Use a separate whitelist for prop names. r=Gijs
MozReview-Commit-ID: LT50Q5xFydH
2018-03-03 11:55:42 +11:00
Xidorn Quan
0366f3bef3 Bug 1442559 part 1 - Make it clearer what whitelist item filters the error. r=Gijs
MozReview-Commit-ID: 2VFgHRdvd5m
2018-03-03 11:54:24 +11:00
Andreea Pavel
1b8721cb42 Backed out 3 changesets (bug 1442559) for eslint failure at /builds/worker/checkouts/gecko/browser/base/content/test/static/browser_parsable_css.js:474 on a CLOSED TREE
Backed out changeset d540c55c96c5 (bug 1442559)
Backed out changeset 6371120b7c1c (bug 1442559)
Backed out changeset b2bf42743feb (bug 1442559)
2018-03-05 01:30:36 +02:00
Xidorn Quan
1b0e47eca2 Bug 1442559 part 3 - Detect whitelist item which doesn't have any condition. r=Gijs
MozReview-Commit-ID: GavZUKl9y1r
2018-03-03 11:56:55 +11:00
Xidorn Quan
950131bd2f Bug 1442559 part 2 - Use a separate whitelist for prop names. r=Gijs
MozReview-Commit-ID: LT50Q5xFydH
2018-03-03 11:55:42 +11:00
Xidorn Quan
ffda36b324 Bug 1442559 part 1 - Make it clearer what whitelist item filters the error. r=Gijs
MozReview-Commit-ID: 2VFgHRdvd5m
2018-03-03 11:54:24 +11:00
Gabriel Luong
d0bd585896 Bug 1442314 - Fix the gradient syntax in border-image of --separator-border-image in toolbars.css. r=bgrins 2018-03-03 12:22:23 -05:00
Dão Gottwald
e15710e39d Backed out changeset 0d138609abfd (bug 1344749)
MozReview-Commit-ID: 2Mx1CpM0uyH
2018-03-03 15:04:51 +01:00
Brindusan Cristian
f288620315 Merge inbound to mozilla-central. a=merge 2018-03-03 11:40:49 +02:00
Mike Cooper
8fa569ae7b Bug 1436113 - Part 1: Move browser/extensions/shield-recipe-client to toolkit/components/normandy r=Gijs
MozReview-Commit-ID: LidgzhI4Z7h
2018-02-28 14:55:47 -08:00
shindli
cfd4da7011 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-03-03 01:17:14 +02:00
Gabriel Luong
46389f1502 Bug 1441860 - Fix the reference to the --rule-flex-toggle-color variable in rules.css. r=bgrins 2018-03-02 16:31:48 -05:00