Commit Graph

18 Commits

Author SHA1 Message Date
Alessio Placitelli
97b854f648 Bug 1303333 - Implement the probe to count URI loads triggered by search. r=mak, data-review=rweiss
MozReview-Commit-ID: 3toynbrFeLP
2016-10-28 23:13:00 +02:00
Mark Banner
c0170c9aa4 Bug 1311315 - General small fixes for no-undef eslint issues in browser/. r=jaws
Drop linting of the .eslintrc.js config files.
Fix some minor errors in the code (missing let/const, undefined vars).
Let eslint know that some files get their globals from other places (typically via xul script tags).

MozReview-Commit-ID: CwxuwPtRUr6
2016-10-18 12:34:35 +01:00
Dave Townsend
17d8a23b3f Bug 1257246: Update browser for eslint 2. r=felipe
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.

MozReview-Commit-ID: DEskVIjiKDM
2016-04-05 11:33:33 -07:00
Blair McBride
96fd46f6a4 Bug 1098071 - Move uitour.js library out of test directory. r=MattN 2015-01-06 19:13:46 +13:00
Matthew Noorenberghe
0076fb922d Bug 1105523 - UITour: Provide a way for some Hello targets to have their info panel arrow on the side r=Unfocused 2014-12-09 16:08:08 -08:00
Felipe Gomes
67e01a56fa Bug 1101790 - FHRProvider for UITour, records treatment tag data. r=bsmedberg 2014-11-20 18:21:29 -02:00
Gijs Kruitbosch
23c9dc72d7 Bug 989947 - test UITour interaction with modal popup, r=MattN 2014-11-13 00:04:43 +00:00
Tomasz Kołodziejski
10288449f2 Bug 1073238 - Split UITour.jsm into chrome and content parts that communicate via messages. r=MattN 2014-10-24 17:19:00 +02:00
Neil Deakin
374fd6ad36 Bug 1026310, use proper check for popup visibility, r=MattN 2014-07-22 11:17:26 -04:00
Mark Hammond
a013a23d10 Bug 998934 - add a showFirefoxAccounts command to the UITour. r=Unfocused 2014-06-12 15:10:23 +10:00
Ehsan Akhgari
536412b3bb Trial fix for bug 986760: focus the test runner window and also request a longer timeout 2014-03-29 21:32:20 -04:00
Paolo Amadini
ce091fb087 Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak 2014-03-26 18:15:00 +01:00
Matthew Noorenberghe
d5be83e720 Bug 982620 - UITour: Test that the menu panel is closed after tearing down. r=Gijs
[Australis]
2014-03-15 11:21:43 -07:00
Gijs Kruitbosch
dd23c91caa Bug 970321 - Australis' UITour: make menu panel not break if tour tab is opened in new window, r=Unfocused 2014-02-20 22:42:33 +00:00
Matthew Noorenberghe
51cb4aca60 Bug 949659 - UITour: Hide annotations anchored in the menu panel when it closes. r=Unfocused
[Australis]
2014-02-05 01:02:40 -08:00
Matthew Noorenberghe
9b4928dd2a Bug 967370 - UITour: Remove duplication in browser chrome tests. r=Unfocused
[Australis]
2014-02-05 00:31:41 -08:00
Gijs Kruitbosch
585f535b6c Bug 956202 - split off UITour checking functions, r=Unfocused 2014-01-09 21:53:22 +00:00
Matthew Noorenberghe
f52fdc7d84 Bug 936187 - [Australis] UITour: Make the menu panel work except the z-order of annotations. r=Unfocused 2013-12-10 23:35:11 -08:00