Summary: | [Chromium] Add stubs for the find-in-page match rects API | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Leandro Graciá Gil <leandrogracia> | ||||||
Component: | WebKit API | Assignee: | Leandro Graciá Gil <leandrogracia> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | abarth, dglazkov, fishd, jamesr, tkent+wkapi, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 91648, 93111 | ||||||||
Attachments: |
|
Description
Leandro Graciá Gil
2012-08-03 07:05:28 PDT
Created attachment 156365 [details]
Patch
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. 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. Created attachment 156409 [details]
Patch
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. Comment on attachment 156409 [details]
Patch
Thanks.
(In reply to comment #6) > (From update of attachment 156409 [details]) > Thanks. Np. Thanks for reviewing. Comment on attachment 156409 [details] Patch Clearing flags on attachment: 156409 Committed r124640: <http://trac.webkit.org/changeset/124640> All reviewed patches have been landed. Closing bug. |