Closed Bug 444618 Opened 16 years ago Closed 16 years ago

Need support for Windows balloon tips

Categories

(Mozilla Labs :: Prism, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: matthew.gertner, Assigned: matthew.gertner)

References

Details

Attachments

(1 file)

Now that we have tray icon support on Windows, we should have a way to do proper balloon tips instead of the quirky Mozilla toaster alerts.
modify nsIAlertsService for windows?
Blocks: 444082
Can't because tray icon support is required. We can deal with this when we fold
the binary components into the platform.
(Shhhhhh... I snuck in the change to the version number as well.)
Attachment #328947 - Flags: review?(mark.finkle)
Comment on attachment 328947 [details] [diff] [review]
Implement balloon tips

>Index: runtime/components/public/nsIApplicationIcon.idl
>===================================================================
>+  
>+  /**
>+   * Display a popup balloon over the icon. Displays a normal alert (using nsIAlertsService) on

     * Display a specialized notification over the icon. Displays a normal alert (using nsIAlertsService) on

>+   * platforms that don't support balloon tips.

     * platforms that don't support specialized tips.

>+   */
>+  void showBalloonTip(in AString title,
>+                      in AString text,
>+                      in PRUint32 timeout,
>+                      [optional] in boolean textClickable,
>+                      [optional] in nsIObserver alertListener);
> };

How about "showNotificationTip" ? Balloon is so MS Windows
Attachment #328947 - Flags: review?(mark.finkle) → review+
Okay I changed it to showNotification.
ending        confvars.sh
Sending        runtime/Makefile.in
Sending        runtime/components/public/nsIApplicationIcon.idl
Sending        runtime/components/src/mac/Makefile.in
Sending        runtime/components/src/mac/nsDockTile.mm
Sending        runtime/components/src/windows/nsNotificationArea.cpp
Sending        runtime/components/src/windows/nsNotificationArea.h
Transmitting file data .......
Committed revision 16985.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: