Bug 93124

Summary: [BlackBerry] InspectorOverlay class duplicated in WebCore
Product: WebKit Reporter: Konrad Piascik <kpiascik>
Component: WebKit BlackBerryAssignee: Konrad Piascik <kpiascik>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, mifenton, rakuco, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 90880    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Konrad Piascik 2012-08-03 07:54:47 PDT
https://bugs.webkit.org/show_bug.cgi?id=90880 refactored DOMNodeHighligher to include a new class WebCore::InspectorOverlay.  A WebCore::InspectorOverlay class already exists in Source/WebKit/BlackBerry/WebCoreSupport/InspectorOverlay.h

This bug will change the namespace of the class to BlackBerry::WebKit from WebCore to resolve this conflict.
Comment 1 Konrad Piascik 2012-08-03 08:47:33 PDT
Created attachment 156389 [details]
Patch
Comment 2 Rob Buis 2012-08-03 08:49:33 PDT
Comment on attachment 156389 [details]
Patch

LGTM.
Comment 3 Antonio Gomes 2012-08-03 09:25:59 PDT
Comment on attachment 156389 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=156389&action=review

> Source/WebKit/blackberry/WebCoreSupport/InspectorOverlay.cpp:32
> -namespace WebCore {
> +namespace BlackBerry {
> +namespace WebKit {
>  

I think it should be in WebKitSupport instead, no?
Comment 4 Konrad Piascik 2012-08-03 10:31:02 PDT
(In reply to comment #3)
> (From update of attachment 156389 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=156389&action=review
> 
> > Source/WebKit/blackberry/WebCoreSupport/InspectorOverlay.cpp:32
> > -namespace WebCore {
> > +namespace BlackBerry {
> > +namespace WebKit {
> >  
> 
> I think it should be in WebKitSupport instead, no?

Is it OK to have the move as a separate commit?
Comment 5 WebKit Review Bot 2012-08-03 12:36:34 PDT
Comment on attachment 156389 [details]
Patch

Clearing flags on attachment: 156389

Committed r124639: <http://trac.webkit.org/changeset/124639>
Comment 6 WebKit Review Bot 2012-08-03 12:36:38 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Konrad Piascik 2012-08-03 12:58:56 PDT
Reopening to attach new patch.
Comment 8 Konrad Piascik 2012-08-03 12:58:58 PDT
Created attachment 156441 [details]
Patch
Comment 9 Konrad Piascik 2012-08-03 12:59:47 PDT
Comment on attachment 156441 [details]
Patch

forgot cmake changes
Comment 10 Konrad Piascik 2012-08-07 11:12:11 PDT
Created attachment 156959 [details]
Patch
Comment 11 Rob Buis 2012-08-07 11:16:50 PDT
Comment on attachment 156959 [details]
Patch

LGTM.
Comment 12 WebKit Review Bot 2012-08-07 12:09:49 PDT
Comment on attachment 156959 [details]
Patch

Clearing flags on attachment: 156959

Committed r124905: <http://trac.webkit.org/changeset/124905>
Comment 13 WebKit Review Bot 2012-08-07 12:09:55 PDT
All reviewed patches have been landed.  Closing bug.