Closed
Bug 68169
Opened 25 years ago
Closed 25 years ago
Embedding sample needs to use new nsIWebBrowserFind API
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ccarlen, Assigned: ccarlen)
Details
(Whiteboard: mozilla 0.8)
Attachments
(1 file)
9.61 KB,
patch
|
Details | Diff | Splinter Review |
The nsIWebBrowserFind API and impl made it into mozilla0.8. However, none of the
embedding samples are using it. This makes the Mac embedding sample use it.
Assignee | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 2•25 years ago
|
||
In addition to the patch, I need to remove the old find impl from the Mac embed
project. This code was only used by that sample.
Comment 3•25 years ago
|
||
r=valeski
Updated•25 years ago
|
Whiteboard: mozilla 0.8
Comment 4•25 years ago
|
||
r= suffices for sample code, unless it's about to become real in-process code
tied to super-reviewed parts of the tree. Provided this stuff is all not in the
build, go ahead and check in, I say.
/be
Comment 5•25 years ago
|
||
r=sfraser
Comment 6•25 years ago
|
||
a=asa for checkin to 0.8
Assignee | ||
Comment 7•25 years ago
|
||
New code checked in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
QA Contact: mdunn → depstein
Comment 9•24 years ago
|
||
in CBrowserShell.cpp, verified code changes to both forms of
CBrowserShell:Find(). Also, CanFIndNext() and FindNext(). EnsureFinder() &
GetFindParams() were removed. DoFindDialog() was added.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•