mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1008116 Show the Loop button by default and update the tooltip and panel text. r=mhammond
This commit is contained in:
parent
67a025b67e
commit
e8639257e3
@ -643,7 +643,11 @@
|
||||
aria-label="&navbarCmd.label;"
|
||||
fullscreentoolbar="true" mode="icons" customizable="true"
|
||||
iconsize="small"
|
||||
#ifdef MOZ_LOOP
|
||||
defaultset="urlbar-container,search-container,webrtc-status-button,bookmarks-menu-button,downloads-button,home-button,loop-call-button,social-share-button,social-toolbar-item"
|
||||
#else
|
||||
defaultset="urlbar-container,search-container,webrtc-status-button,bookmarks-menu-button,downloads-button,home-button,social-share-button,social-toolbar-item"
|
||||
#endif
|
||||
customizationtarget="nav-bar-customization-target"
|
||||
overflowable="true"
|
||||
overflowbutton="nav-bar-overflow-button"
|
||||
@ -777,13 +781,12 @@
|
||||
</toolbarbutton>
|
||||
|
||||
#ifdef MOZ_LOOP
|
||||
<!-- XXX Bug 1008116 will do the initial L10n for these -->
|
||||
<!-- XXX Bug 1013989 will provide a label for the button -->
|
||||
<toolbarbutton id="loop-call-button"
|
||||
class="toolbarbutton-1 chromeclass-toolbar-additional"
|
||||
persist="class"
|
||||
removable="true"
|
||||
label="Loop"
|
||||
tooltiptext="Start a conversation"
|
||||
tooltiptext="&loopCallButton.tooltip;"
|
||||
oncommand="LoopUI.openCallPanel(event);"
|
||||
cui-areatype="toolbar"
|
||||
overflows="false"
|
||||
|
@ -200,6 +200,9 @@ let CustomizableUIInternal = {
|
||||
"bookmarks-menu-button",
|
||||
"downloads-button",
|
||||
"home-button",
|
||||
#ifdef MOZ_LOOP
|
||||
"loop-call-button",
|
||||
#endif
|
||||
"social-share-button",
|
||||
],
|
||||
defaultCollapsed: false,
|
||||
|
@ -706,6 +706,8 @@ just addresses the organization to follow, e.g. "This site is run by " -->
|
||||
<!ENTITY webrtcIndicatorButton.label "Camera / Microphone Access">
|
||||
<!ENTITY webrtcIndicatorButton.tooltip "Display sites you are currently sharing your camera or microphone with">
|
||||
|
||||
<!ENTITY loopCallButton.tooltip "Invite someone to talk">
|
||||
|
||||
<!ENTITY mixedContentBlocked.moreinfo "Most websites will still work properly even when this content is blocked.">
|
||||
|
||||
<!ENTITY pointerLock.notification.message "Press ESC at any time to show it again.">
|
||||
|
@ -1,4 +1,4 @@
|
||||
get_link_to_share=Get a link to share with a friend to Video Chat.
|
||||
get_link_to_share=Get a link and invite someone to talk
|
||||
get_a_call_url=Get a call url
|
||||
new_url=New url
|
||||
unable_retrieve_url=Sorry, we were unable to retrieve a call url.
|
||||
|
Loading…
Reference in New Issue
Block a user