WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 93110
[Chromium] Add stubs for the find-in-page match rects API
https://bugs.webkit.org/show_bug.cgi?id=93110
Summary
[Chromium] Add stubs for the find-in-page match rects API
Leandro Graciá Gil
Reported
2012-08-03 07:05:28 PDT
The Android port allows tapping on the find-in-page result tickmarks taking the user to the corresponding matches. This functionality requires new methods in the WebFrame API. In order to achieve WebKit API compatibility as soon as possible we're landing first empty stubs of these new methods leaving the implementation to a later bug.
Attachments
Patch
(6.03 KB, patch)
2012-08-03 07:12 PDT
,
Leandro Graciá Gil
no flags
Details
Formatted Diff
Diff
Patch
(5.99 KB, patch)
2012-08-03 10:26 PDT
,
Leandro Graciá Gil
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Leandro Graciá Gil
Comment 1
2012-08-03 07:12:52 PDT
Created
attachment 156365
[details]
Patch
WebKit Review Bot
Comment 2
2012-08-03 07:14:58 PDT
Please wait for approval from
abarth@webkit.org
,
dglazkov@chromium.org
,
fishd@chromium.org
,
jamesr@chromium.org
or
tkent@chromium.org
before submitting, as this patch contains changes to the Chromium public API. See also
https://trac.webkit.org/wiki/ChromiumWebKitAPI
.
Adam Barth
Comment 3
2012-08-03 10:13:49 PDT
Comment on
attachment 156365
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=156365&action=review
Thanks.
> Source/WebKit/chromium/src/WebFrameImpl.cpp:1945 > + // FIXME(leandrogracia): implement this as part of
https://bugs.webkit.org/show_bug.cgi?id=93111
.
FIXME(leandrogracia) -> FIXME WebKit doesn't use user names in FIXME comments. implement -> Implement We try to use English sentence punctuation in comments.
Leandro Graciá Gil
Comment 4
2012-08-03 10:26:10 PDT
Created
attachment 156409
[details]
Patch
Leandro Graciá Gil
Comment 5
2012-08-03 10:26:21 PDT
Comment on
attachment 156365
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=156365&action=review
>> Source/WebKit/chromium/src/WebFrameImpl.cpp:1945 >> + // FIXME(leandrogracia): implement this as part of
https://bugs.webkit.org/show_bug.cgi?id=93111
. > > FIXME(leandrogracia) -> FIXME > > WebKit doesn't use user names in FIXME comments. > > implement -> Implement > > We try to use English sentence punctuation in comments.
Done.
Adam Barth
Comment 6
2012-08-03 10:27:46 PDT
Comment on
attachment 156409
[details]
Patch Thanks.
Leandro Graciá Gil
Comment 7
2012-08-03 10:28:43 PDT
(In reply to
comment #6
)
> (From update of
attachment 156409
[details]
) > Thanks.
Np. Thanks for reviewing.
WebKit Review Bot
Comment 8
2012-08-03 12:46:00 PDT
Comment on
attachment 156409
[details]
Patch Clearing flags on attachment: 156409 Committed
r124640
: <
http://trac.webkit.org/changeset/124640
>
WebKit Review Bot
Comment 9
2012-08-03 12:46:05 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug