Bug 78633 - [BlackBerry] Upstreaming WebSettings code
Summary: [BlackBerry] Upstreaming WebSettings code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nima Ghanavatian
URL:
Keywords:
: 74379 (view as bug list)
Depends on:
Blocks: 73144
  Show dependency treegraph
 
Reported: 2012-02-14 14:36 PST by Nima Ghanavatian
Modified: 2012-02-16 09:11 PST (History)
3 users (show)

See Also:


Attachments
Patch (41.18 KB, patch)
2012-02-14 14:49 PST, Nima Ghanavatian
no flags Details | Formatted Diff | Diff
Patch (41.18 KB, patch)
2012-02-14 16:02 PST, Nima Ghanavatian
no flags Details | Formatted Diff | Diff
Patch (41.09 KB, patch)
2012-02-14 16:26 PST, Nima Ghanavatian
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nima Ghanavatian 2012-02-14 14:36:06 PST
This includes WebSettings.cpp, WebSettings.h and WebSettings_p.h
Comment 1 Nima Ghanavatian 2012-02-14 14:49:59 PST
Created attachment 127049 [details]
Patch
Comment 2 Jacky Jiang 2012-02-14 14:52:46 PST
(In reply to comment #1)
> Created an attachment (id=127049) [details]
> Patch

I already created the bug https://bugs.webkit.org/show_bug.cgi?id=74379 before, you can mark either of  this as dup if you'd like.
Comment 3 Rob Buis 2012-02-14 15:30:08 PST
Comment on attachment 127049 [details]
Patch

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

> Source/WebKit/blackberry/Api/WebSettings.cpp:29
> +#include <wtf/Vector.h>

Are all these needed?

> Source/WebKit/blackberry/Api/WebSettings.cpp:590
> +// Whether to include pattern: in the list of string patterns

period.

> Source/WebKit/blackberry/Api/WebSettings.h:51
> +    WebSettings(const WebSettings&);

More common to put private section at the end.

> Source/WebKit/blackberry/Api/WebSettings_p.h:25
> +#include <wtf/text/StringHash.h>

Needed?

> Source/WebKit/blackberry/Api/WebSettings_p.h:67
> +        WTF::HashMap<WTF::String, PrimitiveValue> primitiveValues;

You do not need WTF prefix on HashMap.
Comment 4 Nima Ghanavatian 2012-02-14 16:02:14 PST
Created attachment 127072 [details]
Patch
Comment 5 Nima Ghanavatian 2012-02-14 16:26:06 PST
Created attachment 127074 [details]
Patch
Comment 6 Rob Buis 2012-02-14 16:29:58 PST
Comment on attachment 127074 [details]
Patch

Looks good.
Comment 7 WebKit Review Bot 2012-02-14 17:48:11 PST
Comment on attachment 127074 [details]
Patch

Clearing flags on attachment: 127074

Committed r107764: <http://trac.webkit.org/changeset/107764>
Comment 8 WebKit Review Bot 2012-02-14 17:48:16 PST
All reviewed patches have been landed.  Closing bug.
Comment 9 Jacky Jiang 2012-02-16 09:11:49 PST
*** Bug 74379 has been marked as a duplicate of this bug. ***