Closed Bug 108174 Opened 23 years ago Closed 23 years ago

--disable-bidi build bustage, caused by jkeiser's patch

Categories

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

x86
Linux
defect
Not set
blocker

Tracking

()

VERIFIED FIXED

People

(Reporter: kairo, Assigned: john)

Details

Attachments

(1 file, 1 obsolete file)

The checkin of the patch to bug 34297 caused Linux --disable-bidi build to fail with the following lines: nsFormSubmitter.cpp: In function `nsresult nsFormSubmitter::OnSubmit (nsIForm *, nsIPresContext *, nsIContent *)': nsFormSubmitter.cpp:212: `ctrlsModAtSubmit' undeclared (first use this function) nsFormSubmitter.cpp:212: (Each undeclared identifier is reported only once for each function it appears in.) nsFormSubmitter.cpp:212: `textDirAtSubmit' undeclared (first use this function) gmake[5]: *** [nsFormSubmitter.o] Error 1 gmake[5]: Leaving directory `/home/dark/DISK/mozilla/content/html/content/src' gmake[4]: *** [install] Error 2 Those lines are pasted from R.K.Aa's comment in 34297, he mentioned it also happens after clobbering. I got the same bustage from current trunk, after the checkin (I pulled at 2001-11-02, I guess that was 5am PST - if I can convert CET to PST correctly). Assingning to jkeiser as it was his patch.
CC twalker (smoketester) and reviewers of the patch too (jst, rods).
$ grep -n bidiOptions mozilla/content/html/content/src/* nsFormSubmitter.cpp:145: PRUint32 bidiOptions; nsFormSubmitter.cpp:146: aPresContext->GetBidi(&bidiOptions); nsFormSubmitter.cpp:147: PRUint8 ctrlsModAtSubmit = GET_BIDI_OPTION_CONTROLSTEXTMODE(bidiOptions); nsFormSubmitter.cpp:148: PRUint8 textDirAtSubmit = GET_BIDI_OPTION_DIRECTION(bidiOptions);
Attached patch Fixes that file (obsolete) (deleted) — Splinter Review
Attached patch Updated Patch (deleted) — Splinter Review
Attachment #56248 - Attachment is obsolete: true
attachment 56250 [details] [diff] [review] is good: it builds and runs with --disable-bidi (Also tested on bidi pages, for the fun of it.) jkeiser had to go offline. He requested that i ask for an r, sr, and someone to check this in.
QA Contact: vladimire
Summary: --disable-bidi build bustage, caused by jkeiser's patch
R.K.Aa, you probably shouldn't use today's builds, you just deleted the summary due to bug 108175
Summary: --disable-bidi build bustage, caused by jkeiser's patch
QA vanished too
QA Contact: vladimire
Status: NEW → ASSIGNED
Comment on attachment 56250 [details] [diff] [review] Updated Patch sr=jst
Attachment #56250 - Flags: superreview+
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
someone please verify this, I have no idea what this is.
I've been building this since it was marked fixed, and it still is working OK. Verifying.
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: