Rex Lee
8054139b8e
Bug 1357026
- Open about:accounts with pre-filled email account from UITour. r=Gijs,MattN
...
MozReview-Commit-ID: JWFuEufGRYB
--HG--
extra : rebase_source : bf030da006a89269e6bca246a0d24fa0f3d6458b
2017-06-16 15:20:34 +08:00
gasolin
fe23e74717
Bug 1371144 - Add the library button as a UITour target. r=MattN
...
MozReview-Commit-ID: BSGMbdlujrC
--HG--
extra : rebase_source : ebb55cc2f6b13d801b03a9a3d86a0f79f6fe77b9
2017-06-09 16:35:21 +08:00
Mike Cooper
3d6a5d153b
Bug 1366005 - Remove UITour.showHeartbeat. r=MattN
...
MozReview-Commit-ID: 7VCJsJK9Bph
--HG--
extra : rebase_source : 006794e29814e091e145a0925d98919f850dfe57
extra : source : eb7038119e3a6f58f89bd75d40386cca41b9bbb9
2017-05-18 10:53:38 -07:00
Fischer.json
49a442f2dd
Bug 1335454 - Add the ability to open the "Data Choices" options section through UITour, r=jaws
...
This patch does:
- Update UITour.jsm to make websites able to open to the old Prefernces advanced pane > dataChoicesTab by calling `Mozilla.UITour.openPreferences("privacy-reports")`.
- Update the comments of `Mozilla.UITour.openPreferences` to explain the old and new Preference to api users.
MozReview-Commit-ID: IdNDKiqfxKo
--HG--
extra : rebase_source : 520d3df019f37f8f6f581774b0b315a958d5246f
2017-04-23 16:27:26 +08:00
Ryan VanderMeulen
914a8f22a9
Backed out changesets 7662d766f166 and fc2c82d8ba22 (bug 1366005) for browser_all_files_referenced.js failures on a CLOSED TREE.
2017-05-26 13:31:52 -04:00
Mike Cooper
0bbe471ef7
Bug 1366005 - Remove UITour.showHeartbeat r=MattN
...
MozReview-Commit-ID: 7VCJsJK9Bph
--HG--
extra : rebase_source : 700dab9d26b56abf769980e31b68f784b7150415
extra : source : eb7038119e3a6f58f89bd75d40386cca41b9bbb9
2017-05-18 10:53:38 -07:00
Phil Ringnalda
6645d0c44d
Backed out changeset 764076f746f1 (bug 1335454) for failures in browser_openPreferences.js on ASan
...
MozReview-Commit-ID: HVR1L82G9i1
2017-05-25 08:35:27 -07:00
Fischer.json
fe0aa6f6a1
Bug 1335454 - Add the ability to open the "Data Choices" options section through UITour, r=jaws
...
This patch does:
- Update UITour.jsm to make websites able to open to the old Prefernces advanced pane > dataChoicesTab by calling `Mozilla.UITour.openPreferences("privacy-reports")`.
- Update the comments of `Mozilla.UITour.openPreferences` to explain the old and new Preference to api users.
MozReview-Commit-ID: IdNDKiqfxKo
--HG--
extra : rebase_source : a48e0029486b3dacd8ca0b095fd3b88c0b823532
2017-04-23 16:27:26 +08:00
Chris AtLee
2dd73df1e4
Bug 1363853: Remove LWT footers r=Gijs
...
MozReview-Commit-ID: 90sm2IcUmxf
--HG--
extra : rebase_source : 4be48d509c685763b2e5a94bd228bb9c56a6074a
2017-05-24 09:21:51 -04:00
Matthew Noorenberghe
b384d62bfc
Bug 1310150 - Document UITour-exposed data and methods using jsdoc. r=Gijs
...
MozReview-Commit-ID: Eh5FYP4oaS1
--HG--
extra : rebase_source : 5f790c254669eadcf4791e4e71d21717ca58a83c
2017-03-31 15:38:24 -07:00
Mark Banner
561b6cfb0c
Bug 1344027 - Fix most of the remaining ESLint no-undef issues in browser/components. r=jaws
...
MozReview-Commit-ID: DUnxVITvZgh
--HG--
extra : rebase_source : abe5adf3b024a45c2804d048f078c6a59a936242
2017-03-03 09:29:14 +00:00
Jared Wein
43bac26d30
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
--HG--
extra : rebase_source : 014c0b04d8538dc5f15bc6dd4ed6bd220c55c5d4
2017-01-17 09:48:17 -06:00
Jared Wein
ecab54a7c9
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72
2016-12-29 18:34:54 -05:00
Wes Kocher
0dfb7c2b5c
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
7255df4e9a
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
2016-12-29 15:20:47 -05:00
Gijs Kruitbosch
e022c25cf8
Bug 1322726 - add UITour API to support opening about:newtab in the current tab, r=MattN
...
When running the tests by dir, I noticed the tracking protection test requires extra
files to work, but don't list those, so I fixed that.
MozReview-Commit-ID: FUi8XQImvbI
--HG--
extra : rebase_source : 22cda58541764b624b9d75fbe0fd76275203aa18
2016-12-15 14:30:36 +00:00
Dave Townsend
0a2c8f9b78
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
--HG--
extra : rebase_source : 78fe71a1d673a1c698520a9c82c6f35959614f8f
2016-11-10 14:48:04 -08: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
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
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
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
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
Matthew Noorenberghe
72963b0294
Bug 1196102 - Heartbeat: Support prompts with a button instead of rating stars. r=bgrins
...
--HG--
extra : commitid : 7j2LYTqd47n
extra : rebase_source : d423ae516a7ea47393629674550aa278dce994f4
2015-08-21 16:48:59 -07:00
Matthew Noorenberghe
7be0da2ef5
Bug 1196102 - Clean up unused Heartbeat UITour arguments and indentation. r=bgrins
...
--HG--
extra : commitid : ybSbStxpg9
extra : rebase_source : 882cf62a33e645d55d1080de2debeca9decaae0d
2015-08-19 00:26:18 -07:00
Matthew Noorenberghe
c5e7720606
Bug 1177169 - Add the ability to open preferences via UITour. r=Gijs
...
--HG--
extra : commitid : BIWcTekUTjK
extra : rebase_source : b6ad4013be9b3bb371f18bfb2de1b24776938e7f
2015-07-09 11:31:10 -04:00
Jared Wein
9c5419f522
Bug 1180801 - Replace setDefaultBrowser and isDefaultBrowser with getConfiguration/setConfiguration options. r=MattN
2015-07-07 18:19:33 -04:00
Jared Wein
254b611226
Bug 1175293 - Allow UITour to check and set Firefox as the default browser. r=gijs
...
--HG--
extra : rebase_source : 554a02a735f6b0eba3b8b50a5fb9e3b40fa825d4
2015-07-06 10:41:14 -04:00
Jared Wein
5ac5ee9fcf
Bug 1134501 - UITour: Force page into Reader View automatically whenever the ReaderView/ReadingList tour page is loaded. r=gijs
2015-04-15 23:45:50 -04:00
Phil Ringnalda
1c5973f626
Back out 364bc6209cc5 (bug 1134501) for jetpack bustage
2015-04-15 22:08:20 -07:00
Jared Wein
2a59eeb639
Bug 1134501 - UITour: Force page into Reader View automatically whenever the ReaderView/ReadingList tour page is loaded. r=gijs
2015-04-15 23:45:50 -04:00
Gijs Kruitbosch
817049f58a
Bug 1134501 - add way for UITour'd page to force-show the reader mode button, r=margaret
...
--HG--
extra : rebase_source : fce241271556dab4253c8ba4d45b0937eeda2d41
2015-04-13 20:12:57 +01:00
Alessio Placitelli
51289db4b5
Bug 1137481 - Adjust the Heartbeat UI and add a Learn More link. r=MattN
2015-02-27 08:37:00 -05:00
Alessio Placitelli
2dc7992b16
Bug 1111027 - Implement the heartbeat UI as a UITour function. r=MattN
2015-01-27 23:58:21 -08:00
Alessio Placitelli
69e0586eb1
Bug 1122563 - UITour-lib.js should be require()-able; r=MattN
2015-01-19 10:03:00 +01:00
Matthew Noorenberghe
963c6f8518
Bug 1122830 - Remove pinned tab APIs from UITour. r=Unfocused
...
--HG--
extra : rebase_source : 1dd00c39323451e7212d65a283043450d51f0213
2015-01-21 10:33:25 -08:00
Blair McBride
e5e50e6761
Bug 1098071 - Move uitour.js library out of test directory. r=MattN
...
--HG--
rename : browser/modules/test/uitour.js => browser/components/uitour/UITour-lib.js
rename : browser/modules/UITour.jsm => browser/components/uitour/UITour.jsm
rename : browser/base/content/content-UITour.js => browser/components/uitour/content-UITour.js
rename : browser/modules/test/browser_UITour.js => browser/components/uitour/test/browser_UITour.js
rename : browser/modules/test/browser_UITour2.js => browser/components/uitour/test/browser_UITour2.js
rename : browser/modules/test/browser_UITour3.js => browser/components/uitour/test/browser_UITour3.js
rename : browser/modules/test/browser_UITour_annotation_size_attributes.js => browser/components/uitour/test/browser_UITour_annotation_size_attributes.js
rename : browser/modules/test/browser_UITour_availableTargets.js => browser/components/uitour/test/browser_UITour_availableTargets.js
rename : browser/modules/test/browser_UITour_detach_tab.js => browser/components/uitour/test/browser_UITour_detach_tab.js
rename : browser/modules/test/browser_UITour_loop.js => browser/components/uitour/test/browser_UITour_loop.js
rename : browser/modules/test/browser_UITour_modalDialog.js => browser/components/uitour/test/browser_UITour_modalDialog.js
rename : browser/modules/test/browser_UITour_observe.js => browser/components/uitour/test/browser_UITour_observe.js
rename : browser/modules/test/browser_UITour_panel_close_annotation.js => browser/components/uitour/test/browser_UITour_panel_close_annotation.js
rename : browser/modules/test/browser_UITour_registerPageID.js => browser/components/uitour/test/browser_UITour_registerPageID.js
rename : browser/modules/test/browser_UITour_resetProfile.js => browser/components/uitour/test/browser_UITour_resetProfile.js
rename : browser/modules/test/browser_UITour_sync.js => browser/components/uitour/test/browser_UITour_sync.js
rename : browser/modules/test/head.js => browser/components/uitour/test/head.js
rename : browser/modules/test/image.png => browser/components/uitour/test/image.png
rename : browser/modules/test/uitour.html => browser/components/uitour/test/uitour.html
2015-01-06 19:13:46 +13:00