Closed
Bug 132106
Opened 24 years ago
Closed 24 years ago
Put code into PEmbed for using XUL prefs dialog
Categories
(Core Graveyard :: Embedding: Mac, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: ccarlen, Assigned: ccarlen)
Details
(Keywords: topembed)
Attachments
(1 file)
|
13.54 KB,
patch
|
beard
:
review+
beard
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
For demo purposes and to test embedding jar packaging, we need the ability to
use the XUL prefs dialog in PPEmbed. This was split off from bug 128924. This
bug contains just the code and resource changes to PPEmbed.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
Pink, Beard - can you r=/sr=?
| Assignee | ||
Comment 3•24 years ago
|
||
Changing component, now that we have one :-)
Component: Embedding: APIs → Embedding: Mac
Comment 4•24 years ago
|
||
Comment on attachment 75027 [details] [diff] [review]
patch
I like it. r=beard
Attachment #75027 -
Flags: review+
Comment 5•24 years ago
|
||
Comment on attachment 75027 [details] [diff] [review]
patch
+ case PP_PowerPlant::cmd_About:
+ outEnabled = false;
+ break;
+
did you mean to turn off the about menu item?
r=pink
| Assignee | ||
Comment 6•24 years ago
|
||
> did you mean to turn off the about menu item?
Yes. I don't have time to make an about box for it (and would feel pretty silly
asking for a= on that). But, right now, with it enabled, it brings up the wrong
dialog which causes the app to hang. Disabling it at least avoids this.
Patrick - you're a super-reviewer now, right? If so, can I take your r= as an sr=?
Comment 7•24 years ago
|
||
Comment on attachment 75027 [details] [diff] [review]
patch
sr=beard
Attachment #75027 -
Flags: superreview+
Comment 8•24 years ago
|
||
Comment on attachment 75027 [details] [diff] [review]
patch
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #75027 -
Flags: approval+
| Assignee | ||
Comment 9•24 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•