Bug 69875 - [Qt][WK2] Move qweberror* out of API/qt
Summary: [Qt][WK2] Move qweberror* out of API/qt
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jesus Sanchez-Palencia
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-10-11 15:39 PDT by Jesus Sanchez-Palencia
Modified: 2011-10-12 08:26 PDT (History)
5 users (show)

See Also:


Attachments
Patch (15.48 KB, patch)
2011-10-11 15:42 PDT, Jesus Sanchez-Palencia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus Sanchez-Palencia 2011-10-11 15:39:00 PDT
Since QWebError is not exposed on our API by any means, we should move it outside API/qt in order to keep our API folder (layer) aligned.
Comment 1 Jesus Sanchez-Palencia 2011-10-11 15:42:50 PDT
Created attachment 110593 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2011-10-11 15:43:56 PDT
What if we are going to use this as private api for implementing a browser etc? Or you are sure that is not needed? just wondering.
Comment 3 Jesus Sanchez-Palencia 2011-10-11 15:50:57 PDT
(In reply to comment #2)
> What if we are going to use this as private api for implementing a browser etc? Or you are sure that is not needed? just wondering.

Then it can be used in the same fashion of QtWebPageProxy, can't it?

What motivated me is the fact that we are keeping this in our "API layer" but not exposing it or not even planning to do so.
Comment 4 Andreas Kling 2011-10-12 07:55:46 PDT
Comment on attachment 110593 [details]
Patch

Right-o!
Comment 5 WebKit Review Bot 2011-10-12 08:26:15 PDT
Comment on attachment 110593 [details]
Patch

Clearing flags on attachment: 110593

Committed r97263: <http://trac.webkit.org/changeset/97263>
Comment 6 WebKit Review Bot 2011-10-12 08:26:19 PDT
All reviewed patches have been landed.  Closing bug.