Closed Bug 1279860 Opened 8 years ago Closed 8 years ago

Rename nsFormSubmission to mozilla::dom::HTMLFormSubmission

Categories

(Core :: DOM: Core & HTML, defect)

49 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla50
Tracking Status
firefox50 --- fixed

People

(Reporter: baku, Assigned: baku)

Details

Attachments

(4 files, 2 obsolete files)

Attached patch formSubmission1.patch (obsolete) — Splinter Review
Before finishing my work on HTML Form Submission + Directory API, I want to cleanup the code.
Attachment #8762456 - Flags: review?(bugs)
Attached patch part 1Splinter Review
Attachment #8762456 - Attachment is obsolete: true
Attachment #8762456 - Flags: review?(bugs)
Attachment #8762458 - Flags: review?(bugs)
Attachment #8762458 - Flags: review?(bugs) → review+
Attached patch part 2 (obsolete) — Splinter Review
This patch seems huge, but actually I did:

1. nsFSMultipartFormData -> FSMultipartFormData
2. GetSubmissionFromForm -> static GetFromForm in HTMLFormSubmission
3. nsEncodingFormSubmission -> EncodingFormSubmission
4. nsFSURLEncoded -> FSURLEncoded
5. nsFSTextPlain -> FSTextPlain

All the classes are marked as final and virtual keyword removed (except for  EncodingFormSubmission of course).

No real code has been modified.
Attachment #8762461 - Flags: review?(bugs)
Attachment #8762458 - Attachment description: formSubmission1.patch → part 1
Why are we moving code inside HTMLFormSubmission.cpp?
Comment on attachment 8762461 [details] [diff] [review]
part 2

makes review hard when renaming and code moves happen at the same time. And I see no reason for code moves.
Attachment #8762461 - Flags: review?(bugs) → review-
Attachment #8762461 - Flags: review-
Attachment #8762461 - Attachment is obsolete: true
Attachment #8762922 - Flags: review?(bugs)
Attachment #8762925 - Flags: review?(bugs)
Comment on attachment 8762920 [details] [diff] [review]
part 2 - static methods vs anonymous namespace

FYI, Mozilla coding style recommends using static methods and not anonymous namespace. But up to you.
Attachment #8762920 - Flags: review?(bugs) → review+
Attachment #8762922 - Flags: review?(bugs) → review+
Attachment #8762925 - Flags: review?(bugs) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cdb0aacd70a3
part 1 - Renaming nsFormSubmission to mozilla::dom::HTMLFormSubmission, r=smaug
https://hg.mozilla.org/integration/mozilla-inbound/rev/b8f1b4803048
part 2 - Anonymous namespaces in HTMLFormSubmission, r=smaug
https://hg.mozilla.org/integration/mozilla-inbound/rev/6b367f51b366
part 3 - HTMLFormSubmission::GetFromForm, r=smaug
https://hg.mozilla.org/integration/mozilla-inbound/rev/62d2c8acb073
part 4 - Renaming FSMultipartFormData and other HTMLFormSubmission classes, r=smaug
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: