Closed
Bug 343542
Opened 19 years ago
Closed 18 years ago
rename "getFoo" methods in mozView protocol to "foo"
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: hwaara, Assigned: jaas)
Details
Attachments
(2 files)
13.52 KB,
patch
|
mark
:
review+
|
Details | Diff | Splinter Review |
4.75 KB,
patch
|
mark
:
review+
|
Details | Diff | Splinter Review |
in the mozView protocol we have:
- (NSWindow*)getNativeWindow;
- (NSMenu*)getContextMenu;
these could be renamed to more obj-c-style nativeWindow and contextMenu
Attachment #231115 -
Flags: review?(mark)
Attachment #231116 -
Flags: review?(mark)
Updated•18 years ago
|
Attachment #231116 -
Flags: review?(mark) → review+
Updated•18 years ago
|
Attachment #231115 -
Flags: review?(mark) → review+
landed on trunk
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•