Commit Graph

5740 Commits

Author SHA1 Message Date
Benjamin Smedberg
c1259b2f7c Bug 1377036 tests - fix tests to set correct prefs for infobar tests, r=felipe
MozReview-Commit-ID: FMCP2Vecl3F
2017-06-29 15:33:17 -07:00
Paolo Amadini
e228f9c0f4 Bug 1376986 - Remove ability to customize restriction tokens. r=mak
MozReview-Commit-ID: 3JuLExJwF6z
2017-06-29 01:10:37 +01:00
Carsten "Tomcat" Book
dff92b2a3c merge mozilla-inbound to mozilla-central a=merge 2017-06-29 15:47:04 +02:00
Paolo Amadini
6db1a43ab3 Bug 1374242 - Remove obsolete whitelisting of unhandled rejections. r=Mossop
The whitelisting function thisTestLeaksUncaughtRejectionsAndShouldBeFixed was replaced by expectUncaughtRejection, and existing calls did not take effect anymore.

MozReview-Commit-ID: 3uOxkgWYWEz
2017-06-29 00:13:06 +01:00
Sebastian Hengst
7e5fae0fc9 Backed out changeset 1cd9e27f0fa1 (bug 1351608) 2017-06-29 01:01:15 +02:00
Blake Kaplan
c2b3c2fa66 Bug 1375710 - Remove CPOWs from browser_plainTextLinks.js. r=Gijs
MozReview-Commit-ID: 2LCNKQJNaLY
2017-06-16 16:34:23 -07:00
Blake Kaplan
69e65cc771 Bug 1375710 - Remove CPOWs from browser_visibleFindSelection.js. r=Gijs
Unfortunately, adding the scroll event listener to the message manager global
didn't work in non-e10s mode so I just do the original thing in the non-e10s
case.

MozReview-Commit-ID: 1PEywX0JZ09
2017-06-16 16:29:33 -07:00
Blake Kaplan
e43553be5e Bug 1375710 - Remove CPOWs from browser_e10s_chrome_process. r=Gijs
MozReview-Commit-ID: AKEBf2uKlNW
2017-06-16 16:05:50 -07:00
Blake Kaplan
8713e0535f Bug 1375710 - Remove CPOWs from browser_domFullscreen_fullscreenMode.js. r=Gijs
MozReview-Commit-ID: FCoCrJ8Y9jn
2017-06-16 15:56:11 -07:00
Blake Kaplan
f472d1e336 Bug 1375710 - Remove CPOWs from browser_bug592338.js. r=Gijs
MozReview-Commit-ID: Lo3JgFSP07j
2017-06-16 15:45:11 -07:00
Blake Kaplan
41f5a443f0 Bug 1375710 - Remove a CPOW from browser_bug734076.js. r=Gijs
This was an informative message, removing it does not reduce test coverage.

MozReview-Commit-ID: 7eGzOgxPMF6
2017-06-16 15:37:27 -07:00
Blake Kaplan
a31c0acba3 Bug 1375710 - Remove CPOWs from browser_bug575561.js. r=Gijs
In the case that aLinkIndexOrFunction is a function, it's a pain to use the
message manager. Fortunately, the test only uses that functionality for a page
that's loaded in the parent process anyway.

MozReview-Commit-ID: 6QF4ynH8c0u
2017-06-16 15:34:40 -07:00
Blake Kaplan
6e66ba3d92 Bug 1375710 - Remove CPOWs from browser_tabfocus.js. r=Gijs
This test was already trying to prevent itself from touching CPOWs. The trick
is to stop the event from ever propagating all the way to the shim.

MozReview-Commit-ID: 4oVt7x3J6eI
2017-05-16 18:56:34 -07:00
Brian Grinstead
893ef542cf Bug 1366851 - Flip the sidebar icon depending on if the sidebar is positioned at the start or end of the browser;r=Gijs
MozReview-Commit-ID: Kaobl1Ox2QZ
2017-06-28 10:15:48 -07:00
Carsten "Tomcat" Book
d12431d416 Backed out changeset 2cb9f9ba6b91 (bug 1363059) on a CLOSED TREE for failures in browser_startup_images.js | Loaded image chrome://browser/skin/bookmark-hollow.svg was shown 2017-06-28 16:53:49 +02:00
Johann Hofmann
2ed0d3b8d0 Bug 1363059 - Add a test for images loaded at startup vs. images shown at startup. r=florian,jwatt
This patch enables startupRecorder.js to collect data on
loaded and shown raster and SVG images on startup via events
from native code. It also adds a test that uses this data
to find images that are unnecessarily loaded.

I've not fixed any of the affected images yet, there's a
fairly comprehensive whitelist that I want to gradually
decrease by opening bugs in the respective components.

MozReview-Commit-ID: 9KqQvKLtZhu
2017-06-15 00:11:48 +02:00
Carsten "Tomcat" Book
2ac538b0f1 Merge mozilla-central to autoland 2017-06-28 13:47:29 +02:00
Carsten "Tomcat" Book
2d174eeab7 merge mozilla-inbound to mozilla-central a=merge 2017-06-28 13:23:29 +02:00
Ryan VanderMeulen
1bf7a3102d Merge m-c to autoland. a=merge 2017-06-27 20:07:08 -04:00
Ryan VanderMeulen
72cc2193ea Backed out 3 changesets (bug 1364896) for causing bug 1376466.
Backed out changeset 5c870a786e94 (bug 1364896)
Backed out changeset 134d9ee1e545 (bug 1364896)
Backed out changeset 8f52f28a9eaa (bug 1364896)
2017-06-27 14:32:07 -04:00
gasolin
26497b51d2 Bug 1369287 - shipping compact new tab page view by default;r=Gijs
MozReview-Commit-ID: FTEicOcGqtv
2017-06-27 11:13:15 -07:00
Carsten "Tomcat" Book
372571d466 merge mozilla-inbound to mozilla-central a=merge 2017-06-27 10:56:41 +02:00
Ryan VanderMeulen
c8e068836e Merge m-c to inbound. a=merge 2017-06-27 20:06:39 -04:00
Johann Hofmann
cba92e4ddd Bug 1364896 - Part 3 - Add a test for contextmenu touchmode. r=dao,jmaher
This also adds a utility function for synthesizing native touch
events to Eventutils.js.

I did not add a test for searchbar because of intermittent issues
with showing the contextmenu (that are not reproducible manually).
I believe this is rather related to searchbar functionality than
my patches.

MozReview-Commit-ID: Dqm92Saosxz
2017-06-23 11:48:35 +02:00
Sebastian Hengst
c66088f5ac Backed out changeset d2f4da0ae681 (bug 1363059) for failing own test browser_startup_images.js, at least on Windows 7 VM debug with e10s. r=backout 2017-06-26 20:59:37 +02:00
Carsten "Tomcat" Book
e2e8f8b28b Merge mozilla-central to autoland 2017-06-26 13:43:00 +02:00
Christoph Kerschbaumer
efcd021236 Bug 1375023 - Have switchToTabHavingURI() provide the correct triggeringPrincipal. r=gijs,aswan 2017-06-25 14:03:06 +02:00
Johann Hofmann
878e0941e5 Bug 1363059 - Add a test for images loaded at startup vs. images shown at startup. r=florian,jwatt
This patch enables startupRecorder.js to collect data on
loaded and shown raster and SVG images on startup via events
from native code. It also adds a test that uses this data
to find images that are unnecessarily loaded.

I've not fixed any of the affected images yet, there's a
fairly comprehensive whitelist that I want to gradually
decrease by opening bugs in the respective components.

MozReview-Commit-ID: 9KqQvKLtZhu
2017-06-15 00:11:48 +02:00
Carsten "Tomcat" Book
41a5dcac12 Merge mozilla-central to mozilla-inbound 2017-06-23 11:44:21 +02:00
Florian Quèze
c0468168f5 Bug 1368456 - remove Promise.jsm imports in tests, r=mconley. 2017-06-23 11:25:52 +02:00
Florian Quèze
99698f3c7d Bug 1368456 - blacklist Promise.jsm before first paint, r=mconley. 2017-06-23 11:25:34 +02:00
Phil Ringnalda
1915142fcd Merge m-c to autoland
MozReview-Commit-ID: 8Is0wexk66X
2017-06-22 20:45:50 -07:00
Phil Ringnalda
4cb0288799 Backed out 2 changesets (bug 1357641) for OS X near-permaorange in browser_permissionsPromptDeny.js
Backed out changeset ad8486907154 (bug 1357641)
Backed out changeset 3eb9c03bd0cd (bug 1357641)

MozReview-Commit-ID: DuESQH4FecO
2017-06-22 20:44:50 -07:00
Carsten "Tomcat" Book
7a783cae34 Backed out changeset 7e137dfb0bff (bug 1363059) for failures like browser_startup_images.js | Loaded image chrome://browser/skin/sidebars.svg was shown 2017-06-22 15:35:50 +02:00
Thomas Wisniewski
34f9b157fc Bug 448486 - Have ctrl/shift+enter on urlbar canonize search suggestions, and ignore autofill results. r=mak 2017-06-27 16:17:59 -04:00
Fischer.json
5ede4ba7c7 Bug 1357641 - Part 2: Add the browser_onboarding_notification.js test, r=mossop
MozReview-Commit-ID: 8kEDXaQ0zqK
2017-06-16 17:44:06 +08:00
Gijs Kruitbosch
1b926a256d Bug 1352120 - move the bookmarks star into the url bar, r=mak
MozReview-Commit-ID: Ka5Wn2hrb1P
2017-06-23 17:35:59 +01:00
Fischer.json
6deeb32c11 Bug 1357641 - Part 2: Add the browser_onboarding_notification.js test, r=mossop
MozReview-Commit-ID: 8kEDXaQ0zqK
2017-06-16 17:44:06 +08:00
Carsten "Tomcat" Book
b068575ec8 Merge mozilla-central to autoland 2017-06-22 14:11:46 +02:00
Florian Quèze
166b62b012 Bug 1374282 - ban Task.jsm during startup, r=Mossop, a=sheriffduty 2017-06-22 12:51:43 +02:00
Florian Quèze
c30094cdf7 Bug 1374282 - script generated patch to remove generators from add_task in browser/ and toolkit/, r=Mossop. 2017-06-22 12:51:43 +02:00
Bob Owen
a0725cb2f7 Bug 1374997 Part 2: Add check to ensure we switch back to original tab after print preview. r=Gijs 2017-06-21 15:03:31 +01:00
Johann Hofmann
72afa1960d Bug 1363059 - Add a test for images loaded at startup vs. images shown at startup. r=florian,jwatt
This patch enables startupRecorder.js to collect data on
loaded and shown raster and SVG images on startup via events
from native code. It also adds a test that uses this data
to find images that are unnecessarily loaded.

I've not fixed any of the affected images yet, there's a
fairly comprehensive whitelist that I want to gradually
decrease by opening bugs in the respective components.

MozReview-Commit-ID: 9KqQvKLtZhu
2017-06-15 00:11:48 +02:00
Marco Bonardo
4d3d745967 Bug 1263378 - Intermittent leaks from browser_bug461710.js. r=standard8
MozReview-Commit-ID: FQQkGaiE0xZ
2017-06-21 13:30:13 +02:00
Carsten "Tomcat" Book
204ff0996c Backed out changeset a6d7647024de (bug 1369729) for reflow issues 2017-06-23 15:48:54 +02:00
Gijs Kruitbosch
f6870bdce2 Bug 1369729 - use descriptionheightworkaround for sync panel, r=Paolo
MozReview-Commit-ID: LQg6NEgCqz2
2017-06-19 16:06:01 +01:00
Johann Hofmann
ebca4eacd8 Bug 1363059 - Add a test for images loaded at startup vs. images shown at startup. r=florian,jwatt
This patch enables startupRecorder.js to collect data on
loaded and shown raster and SVG images on startup via events
from native code. It also adds a test that uses this data
to find images that are unnecessarily loaded.

I've not fixed any of the affected images yet, there's a
fairly comprehensive whitelist that I want to gradually
decrease by opening bugs in the respective components.

MozReview-Commit-ID: 9KqQvKLtZhu
2017-06-15 00:11:48 +02:00
Sebastian Hengst
61567aa246 Backed out changeset 4938ab2adfe9 (bug 1365133) 2017-06-30 02:02:55 +02:00
Evan Tseng
fbf9b42469 Bug 1365133 - Update tests - Part 2. r=jaws
MozReview-Commit-ID: GoOXdJ4RfY9
2017-06-20 15:11:46 +08:00
Gijs Kruitbosch
3d4e2037bc Bug 1373016 - switch from a tip panel to a permanent message for empty overflow panels in customize mode for photon, r=jaws
MozReview-Commit-ID: GhQoSgPXL9q
2017-06-28 16:55:44 +01:00