Closed
Bug 52239
Opened 25 years ago
Closed 25 years ago
Incorrectness of the polarity of the API
Categories
(Core Graveyard :: Java APIs to WebShell, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ovk, Assigned: ashuk)
Details
Attachments
(2 files)
|
5.03 KB,
patch
|
Details | Diff | Splinter Review | |
|
100.00 KB,
application/octet-stream
|
Details |
As I was asked by Ed Burns in http://bugzilla.mozilla.org/show_bug.cgi?id=51326
I submit this bug separatly.
Method findNextInPage(boolean forward) has forward parameter, which is not used
and must be removed.
| Assignee | ||
Comment 1•25 years ago
|
||
_Accept
_Ashu
Status: NEW → ASSIGNED
Summary: Incorrectness of the polarity of the API → Incorrectness of the polarity of the API
| Assignee | ||
Comment 2•25 years ago
|
||
| Assignee | ||
Comment 3•25 years ago
|
||
FindNextInPage should not have any 'forward' or 'backward' parameter. This
function should take the context and parameters of the last Find call.
FindNextInPage now does not take any parameters. diff for Fix is attached.
_Ashu
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
Ed, pls verify fix. thanks.
| Assignee | ||
Comment 7•25 years ago
|
||
Fix checked in. Closing Bug
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•