Граф коммитов

28 Коммитов

Автор SHA1 Сообщение Дата
Gijs Kruitbosch cb06df73b2 Bug 1359137 - move webcompat button into toolbar for tests, r=mikedeboer
MozReview-Commit-ID: B4aKXo6Ai6z

--HG--
extra : rebase_source : 2b9305b6c156cc2ed257f4540a521fdd4c20449d
2017-05-31 14:06:57 +01:00
Christoph Kerschbaumer 0944826c8a Bug 1363975 - Have loadOneTab() provide the correct triggeringPrincipal. r=gijs,smaug 2017-05-31 20:59:02 +02:00
Wes Kocher f79e5f62ee Merge m-c to autoland, a=merge UPGRADE_NSS_RELEASE
MozReview-Commit-ID: BKdEYXMvOS8
2017-05-17 15:08:03 -07:00
Geoff Brown cd00c8599a Bug 1348509 - Skip browser_report_site_issue.js on linux non-e10s debug/asan; r=me,test-only 2017-05-17 07:33:10 -06:00
Mark Banner 4fb45e5b8c Bug 1365412 - Clean up various ESLint global definitions in browser/. r=mossop
MozReview-Commit-ID: JqAm9x1XGCM

--HG--
extra : rebase_source : e9215288195f1fe683832db53d87dbe77c697b4c
2017-05-16 22:22:42 +01:00
Florian Quèze 5e3539e504 Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
Mark Banner 2bf9485071 Bug 1362947 - Upgrade eslint-plugin-html to 2.0.3 to pick up --fix support. r=jaws
MozReview-Commit-ID: 5fVG7akPnGM

--HG--
extra : rebase_source : e462e84bf8f2ffd893d1fd6b5ea14bbc093168dd
2017-05-08 10:29:47 +01:00
Sebastian Hengst 95a418ca5b Backed out changeset e0f9c56c15f0 (bug 1362947) for linting failures, e.g. at accessible/tests/mochitest/jsat/doc_content_text.html:15. r=backout 2017-05-11 10:15:55 +02:00
Mark Banner 256aeb441c Bug 1362947 - Upgrade eslint-plugin-html to 2.0.3 to pick up --fix support. r=jaws
MozReview-Commit-ID: 5fVG7akPnGM

--HG--
extra : rebase_source : f1b9eeb1b2048b551ee8c0a596e6395d0031cc4d
2017-05-08 10:29:47 +01:00
Mike Taylor 2fa29fd27e Bug 1362102. Show icon when Report Site Issue button is in CUI palette. r=Gijs
MozReview-Commit-ID: 7zfRqJADJ5V

--HG--
extra : rebase_source : 865d56f06e83464a5e4a266f7af61d250b676971
2017-05-04 22:10:26 -05:00
Florian Queze 37ff4fc7cc Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Sebastian Hengst a07223d699 Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
Florian Queze 95d4d20c17 Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Mike Taylor f4b04844e3 Bug 1329704. Update webcompat reporter icons and provide theme-specific variants. r=Gijs
Thanks to :shorlander for the assets.

MozReview-Commit-ID: 705732RwXNL

--HG--
extra : rebase_source : fd2ab049b5985124c041e2082b77d814ab48fb68
2017-03-09 11:09:04 -06:00
Jared Wein a54eda04ca Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8
Running eslint with --fix didn't fix many of the issues. The majority here had to be fixed by hand but a significant majority of the issues were related to a few files that I was able to use find-and-replace with. I regret not making this in to separate commits of the hand-fixes and the fixes from --fix but I don't recall --fix fixing any of the issues.

MozReview-Commit-ID: ANyg2qfo3Qx

--HG--
extra : rebase_source : 61d2aa91bf9474af3d72a5dea41b25dca442c1b7
2017-03-21 14:29:43 -04:00
Mark Banner bd625e4e9f Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws
MozReview-Commit-ID: LH0CQOPfoe6

--HG--
extra : rebase_source : 83eaf40c5cbb5e25cfb3f3b5afadf4fbf0422c92
2017-03-20 12:36:37 +01:00
Mike Taylor 755fb3362b Bug 1332856. Request a longer timeout (2x) for browser_report_site_issue.js. r=jmaher
This intermittently fails due to a timeout on linux builds only.

MozReview-Commit-ID: 2XWEIhXFAoM

--HG--
extra : rebase_source : 0e1ebd5d62a426c501b665240109a6a7e4c48a52
2017-02-16 16:23:44 -06:00
Mike Taylor f3194e0818 Bug 1332856. Update comments to be accurate. r=miketaylr DONTBUILD
MozReview-Commit-ID: D17it74mhAp

--HG--
extra : rebase_source : 6350567030ee1ada5a960ecb147da0679d74ad8c
2017-02-16 16:23:04 -06:00
Mike Taylor a97efa0390 Bug 1333439. Add BUG_COMPONENT to webcompat-reporter moz.build. r=jmaher
MozReview-Commit-ID: 6UMrkwJmW5h

--HG--
extra : rebase_source : 91fe468c197e4ece06dda1589bf0b28c19e612b2
2017-02-07 12:21:11 -06:00
Mark Banner e5c2479848 Bug 1336070 - Enable eslint no-undef for browser/, apart from components/ and base/content/. r=mossop
MozReview-Commit-ID: CJtpm8zlLxa

--HG--
extra : rebase_source : c6a834d5aaba0f84f5e147333085883de1a118e8
2017-02-02 09:08:42 +00:00
Jared Wein 6b12a26602 Bug 1333517 - Add soft-hyphens to Report Site Issue label to prevent hyphenation mid-word in English. r=miketaylr
MozReview-Commit-ID: EGrHRa6rtxf

--HG--
extra : rebase_source : 559d43571cbfba7a07bdcb68117e24611068dcd9
2017-01-30 14:13:14 -05:00
Mike Taylor 87b13ce00d Bug 1329226. Part 2 - Make it possible for Report Site Issue button to be localized. r=Pike
MozReview-Commit-ID: JcCOsGWAHcz

--HG--
extra : rebase_source : 2c934bb4a5f8ae09cd5c9141ebb4a865241ee97a
2017-01-24 16:37:25 -06:00
Mike Taylor 68c7a9ca0a Bug 1329226. Part 1 - Move webcompat-reporter l10n files to locales dir. r=Pike
MozReview-Commit-ID: JH7SlxeNTOF

--HG--
rename : browser/extensions/webcompat-reporter/locale/en-US/webcompat.properties => browser/extensions/webcompat-reporter/locales/en-US/webcompat.properties
rename : browser/extensions/webcompat-reporter/locale/jar.mn => browser/extensions/webcompat-reporter/locales/jar.mn
rename : browser/extensions/webcompat-reporter/locale/moz.build => browser/extensions/webcompat-reporter/locales/moz.build
extra : rebase_source : 6494483371c9de36855b7162590131102aaf6a5c
2017-01-24 16:35:49 -06:00
Mike Taylor 8660be2ede Bug 1324062. Part 1 - Add a "Report Site Issue" button to the panel menu for NIGHTLY_BUILDs. r=Gijs
MozReview-Commit-ID: 74T8uRuqpyf

--HG--
extra : rebase_source : a047d01a70df5f0689c251698fc00c3f89a236ae
2017-01-17 14:27:03 -06:00
Wes Kocher 333d007681 Backed out 3 changesets (bug 1324062) for frequent Win7VM bc2 failures a=backout
Backed out changeset d01f82be01f1 (bug 1324062)
Backed out changeset 054cfcf60c75 (bug 1324062)
Backed out changeset 1658b20cb69c (bug 1324062)

MozReview-Commit-ID: LTl7fJ8zrp9
2017-01-20 11:53:36 -08:00
Mike Taylor 85464e788f Bug 1324062. Part 1 - Add a "Report Site Issue" button to the panel menu for NIGHTLY_BUILDs. r=Gijs
MozReview-Commit-ID: 74T8uRuqpyf

--HG--
extra : rebase_source : a047d01a70df5f0689c251698fc00c3f89a236ae
2017-01-17 14:27:03 -06:00
Phil Ringnalda e8e3e64e68 Backed out 2 changesets (bug 1324062) for unexpected file access errors in webcompat-reporter@mozilla.org.xpi on Win7 PGO xperf
Backed out changeset 1df935d51464 (bug 1324062)
Backed out changeset 028db619f166 (bug 1324062)
2017-01-12 07:34:18 -08:00
Mike Taylor ed942c578e Bug 1324062. Part 1 - Add a "Report Site Issue" button to the panel menu for NIGHTLY_BUILDs. r=Gijs
MozReview-Commit-ID: 74T8uRuqpyf

--HG--
extra : rebase_source : ae70816913cbd1510db02a47d7834248396ba78c
2016-12-28 13:31:22 -06:00