Closed
Bug 780857
Opened 13 years ago
Closed 13 years ago
Enable the dom.experimental forms by default in B2G
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(blocking-basecamp:-)
RESOLVED
FIXED
blocking-basecamp | - |
People
(Reporter: mounir, Assigned: raphc)
References
Details
Attachments
(1 file, 2 obsolete files)
1.94 KB,
patch
|
raphc
:
review+
|
Details | Diff | Splinter Review |
Follow-up from bug 780080, we should enable that pref to 'number' and soon 'date' will be enabled in B2G.
You will have to update b2g/chrome/content/forms.js and remove the special cases.
Reporter | ||
Updated•13 years ago
|
blocking-basecamp: --- → ?
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #650014 -
Flags: review?(mounir)
Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 650014 [details] [diff] [review]
patch
Review of attachment 650014 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Please attach a patch ready to be pushed (with author info and commit message).
::: b2g/app/b2g.js
@@ +472,5 @@
>
> // Disable window.showModalDialog
> pref("dom.disable_window_showModalDialog", true);
>
> +// Enable implemented new html forms
implemented or experimental? ;)
Attachment #650014 -
Flags: review?(mounir) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #650014 -
Attachment is obsolete: true
Attachment #650017 -
Flags: review+
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Mounir Lamouri (:mounir) from comment #2)
> Comment on attachment 650014 [details] [diff] [review]
> patch
>
> Review of attachment 650014 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> r=me
>
> Please attach a patch ready to be pushed (with author info and commit
> message).
I added r=you, was there anything else missing? (author/commit message??)
>
> ::: b2g/app/b2g.js
> @@ +472,5 @@
> >
> > // Disable window.showModalDialog
> > pref("dom.disable_window_showModalDialog", true);
> >
> > +// Enable implemented new html forms
>
> implemented or experimental? ;)
I was using implemented to note that not all experimental forms were ready yet. Doesn't really mater either way. They should be soon :)
Reporter | ||
Comment 5•13 years ago
|
||
Raphael, I think you will have to update your patch. It's likely bitrotted by the landing of bug 780080.
Assignee | ||
Comment 6•13 years ago
|
||
Attachment #650017 -
Attachment is obsolete: true
Attachment #650266 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 7•13 years ago
|
||
Keywords: checkin-needed
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
blocking-basecamp: ? → -
You need to log in
before you can comment on or make changes to this bug.
Description
•