Closed Bug 989212 Opened 11 years ago Closed 11 years ago

Rename nsEventStates to mozilla::EventStates

Categories

(Core :: DOM: Events, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla31

People

(Reporter: masayuki, Assigned: masayuki)

References

Details

Attachments

(1 file)

No description provided.
Attached patch PatchSplinter Review
It might be better to define NS_EVENT_STATE_* as constant in mozilla:: namespace. But it should be worked in another bug if it's necessary.
Attachment #8399865 - Flags: review?(bugs)
And the patch makes all cpp files which use EventState class or NS_EVENT_STATE_* include the header.
Comment on attachment 8399865 [details] [diff] [review] Patch Update IID of Element and nsIDocument and Link +EventStateManager::SetContentState(nsIContent *aContent, EventStates aState) While you're here, want to move * to be next to nsIContent, not aContent. + EventStates eventState = + GetContentState(isXULCheckboxRadio ? aFrame->GetParent() : aFrame, aWidgetType); Indentation for aWidgetType is odd
Attachment #8399865 - Flags: review?(bugs) → review+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: