Commit Graph

61 Commits

Author SHA1 Message Date
Justin Dolske
d1e334365e Bug 1085330 - UITour: Highlight positioning breaks when icon target moves into "more tools" overflow panel. r=Unfocused 2014-10-28 14:37:46 -07:00
Tomasz Kołodziejski
1b9c50100d Bug 1073238 - Split UITour.jsm into chrome and content parts that communicate via messages. r=MattN 2014-10-24 17:19:00 +02:00
Matthew Noorenberghe
2fc18f4ce6 Bug 1081772 - Add back a way to test UITour on origins not whitelisted by default. r=Unfocused 2014-10-16 00:12:09 -07:00
Ryan VanderMeulen
aa28d3eb31 Merge inbound to m-c. a=merge
CLOSED TREE
2014-10-15 14:31:16 -04:00
Blair McBride
1b1bee23f5 Bug 1068284 - UI Tour: Add ability to highlight search provider in search menu. r=MattN
--HG--
extra : transplant_source : %AA%DA%ED%B6%24F%92%F0%D3k%F6%D34%2054%C4%23%D8%F0
2014-10-15 13:48:49 +13:00
Justin Dolske
ea46ae6a5d Bug 1071238 - UI Tour: add ability to put a widget in the toolbar. r=mattn 2014-10-06 15:49:30 -07:00
Justin Dolske
60a36be7d2 Bug 1072036 - UI Tour: Add ability to highlight new privacy button. r=mattn 2014-09-26 13:45:43 -07:00
Alex Bardas
332c4fb2c9 Bug 1070138 - Send only version number and release channel in appinfo. r=gavin 2014-09-22 12:04:00 +02:00
Justin Dolske
4230e802f2 Bug 1068290 - "UI Tour: Add ability to highlight New Private Window icon in chrome". r=MattN 2014-09-23 16:36:00 +02:00
Mark Hammond
d62e1dc202 Bug 1050080 - add default permissions for uitour and addon installations, and remove PermissionsUtils. r=MattN 2014-09-23 16:33:35 +10:00
Alex Bardas
cc17d5b170 Bug 1063698 - Add action to UITour.jsm for opening the Reset Firefox dialog. r=Unfocused 2014-09-17 14:58:00 +02:00
Alex Bardas
84af797cbe Bug 1065525 - Determine user's Firefox version from UITour. r=MattN 2014-09-17 23:05:00 +02:00
Jon Morton
1700296f02 Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
2014-10-14 13:15:21 -07:00
Alex Bardas
603011765d Bug 1053939 - pass entry point to fxa content server when opening about:accounts + tests. r=markh 2014-09-10 13:39:00 +02:00
Blair McBride
01b0cae4f5 Bug 1045927 - UI Tour: Add ability to highlight Loop icon in browser chrome. r=MattN 2014-08-13 15:27:40 +12:00
Jared Wein
c84078a029 Bug 1035586 - allow snippets in about:home to highlight sync in the firefox menu. r=Unfocused 2014-07-29 10:26:37 -04:00
Neil Deakin
e9a4f0f8d4 Bug 1026310, set the open state only once the opening transition is finished, rename the internal popup states to be clearer, fix UITour.jsm to check the showing state, r=MattN,neil 2014-07-14 13:39:04 -04:00
Birunthan Mohanathas
51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Mark Hammond
5adb5a7c3a Bug 998934 - add a showFirefoxAccounts command to the UITour. r=Unfocused 2014-06-12 15:10:23 +10:00
Tim Taubert
a0b62bf180 merge m-c to fx-team 2014-05-29 08:47:51 +02:00
Blair McBride
0997611d2c Bug 1014460 - Extend the retention period of UITour.seenPageIDs. r=ttaubert 2014-05-29 16:38:24 +12:00
Bobby Holley
ecac8f5e13 Bug 1015380 - Fix up UITour.jsm. r=gijs 2014-05-28 11:14:27 -07:00
Blair McBride
12a36b9844 Bug 1012526 - UITour.jsm only registers with UITelemetry when it's lazily imported on-demand. r=mconley 2014-05-21 12:25:50 +12:00
Matthew Noorenberghe
17ec0b7b1e Bug 988305 - UITour: getTarget should catch exceptions from a target's query function. r=Unfocused 2014-03-27 23:14:20 -07:00
Matthew Noorenberghe
51b8d80d79 Bug 988144 - UITour: Highlight effects don't occur if a highlight is moved to a different target with the same effect. r=Unfocused 2014-03-26 03:00:18 -07:00
Matthew Noorenberghe
62c90de6fb Bug 941862 - UITour: Support a callback to notify when the menu panel opens while the menu button is an info panel target. r=Unfocused 2014-03-25 01:25:53 -07:00
Blake Winton
e5caf23e91 Bug 983653 - UITour: Make the highlight effect a circle on the bookmarks combo button. ui-r=shorlander, r=MattN 2014-03-15 18:29:38 -07:00
Matthew Noorenberghe
26008d759d Bug 971108 - UITour: Update the doorhanger menu style with a footer background and primary button style. r=Unfocused
--HG--
extra : rebase_source : fbbfc8c7a6c08f224aea0a8e786bc96f120da67b
2014-03-15 14:21:20 -07:00
Gijs Kruitbosch
0e82704c1c Bug 982620 - Australis' UITour doesn't hide the menu panel on teardown, causing recreatePopup to break later hideMenu calls, r=MattN 2014-03-15 00:52:15 +01:00
Blake Winton
d46c9d224d Bug 971116 - Implement new Australis UITour highlight effect. ui-r=madhava, r=Unfocused 2014-03-13 09:29:24 -04:00
Matthew Noorenberghe
8a5c9b915b Bug 935823 - UITour: Add a close button to info panels. r=Unfocused 2014-03-07 13:00:18 -05:00
Matthew Noorenberghe
3b94717cc8 Bug 970788 - UITour: Remove the incorrect size attributes on annotation panels on Linux to workaround Ubuntu glitches. r=Gijs 2014-03-06 18:59:00 +13:00
Blair McBride
f5122b2661 Bug 966933 - [Australis] UITour: Add a UI tour link in the Help menu. r=Gijs 2014-03-06 14:41:43 +13:00
Drew Willcoxon
1f4df34ed0 Bug 936195 - Australis UITour: Give webpage a way to query what UI targets are available. r=unfocused 2014-03-03 17:39:35 -08:00
Blair McBride
8b81ea1fd3 Bug 974086 - [australis-measuring] UITour.seenPageIDs should persist across sessions. r=MattN sr=taras 2014-02-27 22:25:44 +13:00
Matthew Noorenberghe
f793e1cd91 Bug 974804 - UITour: Calling recreatePopup on the menu panel before it's ready leads to a computed width of 0 for the panel scroller. r=adw 2014-02-21 14:42:40 -08:00
Gijs Kruitbosch
40602a57e9 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
045941a17c Bug 966072 - [Linux] UITour highlight panel appears below the menu panel. r=Enn,Unfocused
[Australis]
2014-02-07 13:36:09 -08:00
Matthew Noorenberghe
76c3d439ff Bug 967391 - UITour: When opening a menu panel sub-view, annotations in the initial view should be hidden. r=Unfocused
[Australis]
2014-02-06 21:43:28 -08:00
Blair McBride
73e828c70b Bug 952568 - [australis-measuring] Determine if Australis Update experience tab is/was active. r=mconley,MattN 2014-02-07 16:19:12 +13:00
Matthew Noorenberghe
5e29ac501d 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
93d96074fa Bug 943765 - UITour: Make highlights circles if the height and width of the target are similar. r=Unfocused
[Australis]
2014-02-05 01:02:32 -08:00
Matthew Noorenberghe
17bcbf3ddb Bug 958679 - UITour: Add the Accounts button within the Australis menu panel to the list of targets. r=Unfocused 2014-01-30 22:25:00 -08:00
Blair McBride
70b754dd3e Bug 958673 - [Australis] UITour: Style doorhanger menu for Australis Update Tour. r=MattN 2014-01-31 15:25:45 +13:00
Matthew Noorenberghe
5df636a63b Bug 958300 - [Australis] UITour: Add ability to query whether Sync is enabled. r=mhammond,Unfocused 2014-01-17 12:21:33 +01:00
Blair McBride
97236f2f4c Bug 935815 - [Australis] UITour: Allow adding a button with an action to the info panel. r=MattN 2014-01-06 12:27:25 +13:00
Matthew Noorenberghe
4ea705f5f8 Bug 937415 - UITour: Add ability to highlight the selected tab's icon in Australis. r=Unfocused 2014-01-13 16:28:18 +01:00
Carsten "Tomcat" Book
2ce082378f Backed out australis changeset 5a8d6a009942 (bug 935815) for frequent oranges on a CLOSED TREE 2014-01-07 09:35:50 +01:00
Blair McBride
e94658b269 Bug 935815 - [Australis] UITour: Allow adding a button with an action to the info panel. r=MattN 2014-01-06 12:27:25 +13:00
Matthew Noorenberghe
25fd0f7394 Bug 949380 - [Australis] Add @hidden=true initially to UITour panels. r=Unfocused 2013-12-13 23:54:04 +13:00