Bug 70948 - Remove Element::boundsInWindowSpace
Summary: Remove Element::boundsInWindowSpace
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 11:33 PDT by Anders Carlsson
Modified: 2011-11-02 10:35 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.28 KB, patch)
2011-10-26 11:33 PDT, Anders Carlsson
morrita: review-
gustavo.noronha: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-10-26 11:33:10 PDT
Remove Element::boundsInWindowSpace
Comment 1 Anders Carlsson 2011-10-26 11:33:36 PDT
Created attachment 112568 [details]
Patch
Comment 2 Collabora GTK+ EWS bot 2011-10-26 15:40:27 PDT
Comment on attachment 112568 [details]
Patch

Attachment 112568 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/10223135
Comment 3 Darin Adler 2011-10-26 16:31:12 PDT
Comment on attachment 112568 [details]
Patch

GTK failure:

../../Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp: In member function ‘WebCore::IntRect WebKit::InjectedBundleNodeHandle::elementBounds() const’:
../../Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:112:49: error: ‘class WebCore::Element’ has no member named ‘boundsInWindowSpace’
Comment 4 Anders Carlsson 2011-10-26 16:46:27 PDT
(In reply to comment #3)
> (From update of attachment 112568 [details])
> GTK failure:
> 
> ../../Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp: In member function ‘WebCore::IntRect WebKit::InjectedBundleNodeHandle::elementBounds() const’:
> ../../Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:112:49: error: ‘class WebCore::Element’ has no member named ‘boundsInWindowSpace’

Yeah, we need to make elementBounds() return the bounds relative to the root view.
Comment 5 Daniel Bates 2011-10-26 19:17:56 PDT
Comment on attachment 112568 [details]
Patch

Attachment 112568 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/10214867
Comment 6 Hajime Morrita 2011-11-02 10:35:09 PDT
Comment on attachment 112568 [details]
Patch

r- for now to clear the queue.