Bug 34682 - [GTK] Implement FrameLoaderClient::hasWebView
Summary: [GTK] Implement FrameLoaderClient::hasWebView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Xan Lopez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-06 13:21 PST by Xan Lopez
Modified: 2010-02-09 00:52 PST (History)
2 users (show)

See Also:


Attachments
haswebview.diff (1.82 KB, patch)
2010-02-06 13:25 PST, Xan Lopez
xan.lopez: commit-queue-
Details | Formatted Diff | Diff
haswebview.diff (1.82 KB, patch)
2010-02-06 13:35 PST, Xan Lopez
gustavo: review+
xan.lopez: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2010-02-06 13:21:53 PST
Used for sanity-check ASSERTS throughout the FrameLoader code.
Comment 1 Xan Lopez 2010-02-06 13:25:20 PST
Created attachment 48293 [details]
haswebview.diff
Comment 2 WebKit Review Bot 2010-02-06 13:30:58 PST
Attachment 48293 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:566:  Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons.  [readability/comparison_to_zero] [5]
Total errors found: 1


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Xan Lopez 2010-02-06 13:35:16 PST
Created attachment 48294 [details]
haswebview.diff

Fixing the style issue pointed by the bot.
Comment 4 Gustavo Noronha (kov) 2010-02-08 10:29:42 PST
Comment on attachment 48294 [details]
haswebview.diff

r=me
Comment 5 Eric Seidel (no email) 2010-02-08 11:21:27 PST
Attachment 48294 [details] was posted by a committer and has review+, assigning to Xan Lopez for commit.
Comment 6 Xan Lopez 2010-02-09 00:52:02 PST
I landed this as r54508, closing.