Commit Graph

172 Commits

Author SHA1 Message Date
Jared Wein
e6276ea7f5 Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
MozReview-Commit-ID: RCSDEvvk2I
2016-08-16 15:44:15 -04:00
Phil Ringnalda
f223579a3b Bug 1277107 - Skip browser_UITour_heartbeat.js on Windows where it fails constantly 2016-08-07 15:40:06 -07:00
Jared Wein
fd84c776c7 Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
MozReview-Commit-ID: EMjJ3yWt9Wt

--HG--
extra : rebase_source : 2b8327e5a7cf0bfd190d696ad5fe475f13faa3cc
2016-08-04 03:28:58 -04:00
Jared Wein
169d66a3ed Bug 1292035 - Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh
MozReview-Commit-ID: 2XVoU05YvES

--HG--
extra : rebase_source : e7ed2d094c21b59dd59476b8930b75da2e6d6980
2016-08-04 03:20:25 -04:00
Mark Banner
c8531f414d Bug 1287827 - Part 3. browser/ cleanups to remove old permissions, uitour and test code related to Loop. r=dmose 2016-07-30 08:48:31 +01:00
Mark Banner
b5f9f1309f Backed out changeset e9e43e8256e1 (bug 1287827) for breaking tests 2016-07-29 18:17:17 +01:00
Mark Banner
59109f0ef2 Bug 1287827 - Part 3. browser/ cleanups to remove old permissions, uitour and test code related to Loop. r=dmose 2016-07-29 12:00:27 +01:00
Pushpankar
c6670d980f Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao
--HG--
extra : rebase_source : 72d50e73baf595840a2aade57ae782e4c40d4c27
2016-07-16 10:20:04 +02:00
Jared Wein
d219d1bd02 Bug 1270395 - Simplify the markup and padding rules for the UI Tour panel. r=Gijs
MozReview-Commit-ID: GW5aht56XNv

--HG--
extra : rebase_source : 4f68656a9c0d66e6b523f720e283edd8890589cc
2016-07-12 17:39:50 -04:00
Michael Kaply
81750bc647 Bug 1276054 - Uplift pocket changes from partner. r=gijs
--HG--
extra : rebase_source : 3a8e112fe65af8c9fd6c9e255dd8a6594266ebb1
extra : amend_source : 441e8723b08372f3f497fb4df703f3606501a66e
2016-07-05 09:34:30 -05:00
Alessio Placitelli
b460cfd546 Bug 1233986 - Add test coverage. r=gfritzsche
MozReview-Commit-ID: 1Mi2ogNvy2o
2016-06-27 00:27:00 +02:00
Fischer.json
8166e86959 Bug 1229927 - Allow showHeartbeat to change the icon. r=MattN
MozReview-Commit-ID: 9by6Z0rN5IT

--HG--
extra : transplant_source : %85L%A4%93%15%08py6%BF%CF%5E%28CS%93%BE%A5%9E%D8
2016-06-07 15:57:24 +08:00
Carsten "Tomcat" Book
aa5cdbd0b4 Backed out changeset 8f48d2f1fa58 (bug 1233986)
--HG--
extra : rebase_source : 5005fdaf6c671120997b70837572713ef5042905
2016-06-27 13:19:09 +02:00
Alessio Placitelli
4c8bdc2f7f Bug 1233986 - Add test coverage. r=gfritzsche
MozReview-Commit-ID: 1Mi2ogNvy2o
2016-06-27 00:27:00 +02:00
Gijs Kruitbosch
65234fb791 Bug 1126559 - don't allow resetting when that is not possible, r=MattN
MozReview-Commit-ID: F0m70XKQtT7

--HG--
extra : rebase_source : 6c9ba72a2585a49afb432af6474b9ef970fc9349
2016-05-18 15:25:00 +01:00
Hector Zhao
595c6f2f19 Bug 1268369 - Expose distribution.id as part of the appinfo configuration. r=Gijs
MozReview-Commit-ID: 4q7FVNgZtiK

--HG--
extra : transplant_source : %8E%89%14%D0%EB%A9l%C3%C5%98%EFk%84k%06%FC%21%B9%3D%5C
2016-04-28 15:23:55 +08:00
Blair McBride
0c76e7b388 Bug 1263804 - Remove last references to Metrics.jsm. r=gijs
--HG--
extra : transplant_source : %BF%BD3%8D%90o%EDi%7C%0C%5D%A5%14%CAYs%5B%D7%12%1E
2016-04-18 23:09:13 +12:00
Alessio Placitelli
d8f23fae58 Bug 1262368 - Fix browser_UITour_heartbeat.js to work on e10s. r=MattN
MozReview-Commit-ID: 6DtCPx9wa1r
2016-04-08 23:50:00 +02:00
Dave Townsend
4bf4f02ce7 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

--HG--
extra : rebase_source : 07ba1d14655f5d761624b105ef025ec88323d4d5
extra : histedit_source : 9e5ab54ce1b1a5ee1f0fb143f8d1450522455e3b
2016-04-05 11:33:33 -07:00
Mike de Boer
2f92671a5a Bug 1244991: re-enable browser_backgroundTab.js UITour test and to make sure it doesn't fail on slower hardware, wait for the visibilitychange event explicitly since it may occur later than the tab open and switch. r=MattN 2016-04-01 10:57:46 +02:00
Gijs Kruitbosch
68d9d86efc Bug 1256746 - fix browser_UITour_detach_tab.js to work in e10s, r=MattN
MozReview-Commit-ID: 9qQB1GvDv9s

--HG--
extra : rebase_source : 042deda601ae4a51bf6e5b9f1e0b2eb695b6274a
2016-03-15 18:04:35 +00:00
Gijs Kruitbosch
cc35fdfce9 Bug 1256625 - enable function parameters to gContentAPI wrappers to fix UITour tests in e10s mode, r=MattN
MozReview-Commit-ID: 6A4X8bmgaun

--HG--
extra : rebase_source : 5e5005a1385e8ecc13a2e0c4e2ec5ff61b7e776b
2016-03-15 11:47:49 +00:00
Dave Townsend
60ecd69bb8 Bug 1257246: Fix some failures in html tests. r=gijs
We aren't intending to write to window.status here.

MozReview-Commit-ID: 7BRfgsO9NDr

--HG--
extra : rebase_source : 80bab7028668edd2f699b7ebe5b1ca1f6fb5e0a8
2016-03-16 12:32:00 -07:00
Mark Banner
f5745d257d Bug 1251902 - Stop the 'Hello' and 'Share this page' buttons blinking when the panel is being opened. r=mixedpuppy
--HG--
extra : commitid : 6srJUWTAvvi
2016-03-08 19:45:35 +00:00
Mark Hammond
452154b074 Bug 1253120 followup2 - comment-only changes to clarify how UITour-lib validates URL params. r=me 2016-03-07 10:07:13 +11:00
Mark Hammond
5547a3b18e Bug 1253120 followup - update comments in UITour-lib.js to reflect changes made in this bug. r=me 2016-03-05 12:43:00 +11:00
Gijs Kruitbosch
67fb95f5f4 No bug, enable browser_UITour_modalDialog.js, rs=green-on-try
MozReview-Commit-ID: J5J6rVVb04P

--HG--
extra : rebase_source : a33da512801541199fafa48f80caa8fe7722915a
2016-03-03 14:44:04 +00:00
Mark Hammond
7dad2424a4 Bug 1253120 - drop the restriction on param values passed to showFirefoxAccounts. r=MattN 2016-03-03 15:41:26 +11:00
Mark Hammond
d09fbf36ce Bug 1244929 - Allow UITour's showFirefoxAccounts command to accept additional URL params. r=MattN 2016-02-24 12:38:30 +11:00
Mark Banner
aba10ad9c4 Bug 1247255 - Update the UITour to use Loop's new API for opening the panel. r=MattN
--HG--
extra : commitid : 1naOApaQtM8
2016-02-23 16:09:45 +00:00
Matthew Noorenberghe
f24015ad32 Bug 1248849 - UITour: showInfoPromise: Add panel event listener before having content call showInfo. r=felipe
MozReview-Commit-ID: Cv5gkmfrTsI
2016-02-22 16:33:42 -08:00
Matthew Noorenberghe
2655b73c19 Bug 1245107 - browser_closeTab.js: wait for the tab to close. r=jaws
The UITour content API call uses sendAsyncMessage so we can't assume a synchronous close.

MozReview-Commit-ID: JXm2ztcLwW5

--HG--
extra : rebase_source : 0a7c3cdcd8e66eb33c56b143fe96b4f5dfd3bfc5
2016-02-18 12:40:47 -08:00
Dave Townsend
e496a11771 Bug 1245649: Turn on no-extra-semi. r=markh
--HG--
extra : commitid : HReQFPDOA6x
extra : rebase_source : 303a92f511c3c9dd2d26135975d4dc7c85e823b3
2016-02-03 17:27:36 -08:00
Vladan Djeric
8d5951e924 Bug 1193535 - Store Heartbeat Scores in Unified Telemetry. r=MattN
--HG--
extra : commitid : 9Duh1Mw8t9X
extra : rebase_source : f47ea8590484c8c81409da9ba550d0a5fad51b04
2016-02-03 15:25:53 -08:00
Matthew Noorenberghe
f828c6e872 No bug - Disable browser_UITour3.js on e10s for intermittent 10.6 failures. r=bustage
--HG--
extra : commitid : 2mZ5LsdPg81
2016-02-01 20:25:38 -08:00
Matthew Noorenberghe
c5fee18ec7 Bug 1244991 - Disable intermittent browser_backgroundTab.js on e10s. r=bustage
--HG--
extra : commitid : LLgmBT900EB
extra : amend_source : 5c0a1c6a713c82f1ec7c4728bd16fc9c7a421946
2016-02-01 20:19:51 -08:00
Matthew Noorenberghe
b85692a51d Bug 1244899 - Replace tabs with spaces in UITour-lib.js. r=me
--HG--
extra : commitid : 6VZ845EisFA
extra : rebase_source : c738a6a8cef5edc6655f08d9fa630ab2a3844166
2016-02-01 14:55:29 -08:00
Matthew Noorenberghe
cec5ad7159 Bug 1244899 - Run dos2unix on UITour. r=me
--HG--
extra : commitid : 5VJJygNMmAr
extra : rebase_source : 7bb93d4549c584486312ec628acb34d7e8ab8fa5
2016-02-01 14:55:20 -08:00
Matthew Noorenberghe
6e8610b85a Bug 1244899 - Update e10s bug number in UITour browser.ini. r=me
--HG--
extra : commitid : Ay7JXRF8ykx
extra : rebase_source : 3b61ca92a618de1a504c0686008297e7270e8660
2016-02-01 14:55:08 -08:00
Matthew Noorenberghe
94f2904a84 Bug 1073247 - Fix Illegal yield expression in browser_UITour_availableTargets.js. r=bustage
--HG--
extra : commitid : 2mQWpkbJ7AS
extra : rebase_source : 71d08389350b525134a03a6c0c88a9975ac6a7f6
2016-02-01 14:54:37 -08:00
Matthew Noorenberghe
dfe144c1de Bug 1073247 - UITour: Proxy gContentAPI method calls to the content process via ContentTask and fix tests for e10s. r=felipe
This gets us to 414 / 917 checks passing with e10s compared to non-e10s on my OS X machine.

--HG--
extra : commitid : 7VfxOGTGyvL
extra : rebase_source : 2fa3f0947ae80ff851b48206ac81cbadfa3c6b29
2016-02-01 14:29:11 -08:00
Jared Wein
d07d8912ea Bug 1240892 - Disable default-app hash storage. r=dolske 2016-01-22 10:12:00 +01:00
Florian Quèze
7b9e1ca1f7 Bug 1243295 - TypeError: searchbar.inputChanged is not a function from UITour.jsm, r=MattN.
--HG--
extra : commitid : 8rMXH1tfT6V
2016-01-27 12:50:16 +01:00
Matthew Noorenberghe
4406d7d2df Bug 1243289 - UITour: Remove never used UrlbarCapture code. r=Gijs
--HG--
extra : commitid : Dr5J0prCZPN
2016-01-27 11:56:32 -08:00
Paolo Amadini
5d6adcf3b8 Bug 1231757 - Notification on first activation of Tracking Protection in normal mode. r=past
--HG--
extra : commitid : AoAhzfhqUSd
extra : rebase_source : 041cd0e64748692d5cb13cc470bc8c1c06f38095
2016-01-22 13:02:50 +00:00
Jared Wein
8bcdb781ff Bug 1242125 - Fix eslint errors in /browser/components/uitour. r=mattn
--HG--
extra : commitid : 9YOFmXUhUj9
2016-01-23 19:46:10 -05:00
Paolo Amadini
23cd69eeb5 Bug 1233771 - Add a UITour API to close the current tab and return to the previous page. r=MattN
--HG--
extra : commitid : LF13b9fyGHJ
extra : rebase_source : bcef2702932a71b2c008da4355eb20d83049a567
extra : amend_source : 71c3d06f74f8e41098d011b9bad96ef7a76cb6cc
2016-01-14 14:52:49 +00:00
Till Schneidereit
5dec54d943 Bug 1101817 - Part 1: Remove usages of WeakMap.prototype.clear from Gecko. r=yzen,mak,yoric,gijs,jlongster
--HG--
extra : rebase_source : ef9f83be96af75ee25f8e9fb90ce2b84ab3689bd
2016-01-04 13:06:50 +01:00
Paolo Amadini
a34896b82e Bug 1236229 - The showInfo API in UITour.jsm should accept JavaScript callbacks rather than callback IDs. r=MattN
--HG--
extra : commitid : KrQccNb7qO4
extra : rebase_source : 7fa489d00a4781cb6fd2fab15bd2c4006d673386
2016-01-05 14:04:49 +00:00
Shu-yu Guo
1768759efb Bug 1220564 - Update chrome code uses of genexprs and legacy comprehensions. (r=billm) 2016-01-06 16:02:16 -08:00