Bug 34682

Summary: [GTK] Implement FrameLoaderClient::hasWebView
Product: WebKit Reporter: Xan Lopez <xan.lopez>
Component: WebKitGTKAssignee: Xan Lopez <xan.lopez>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
haswebview.diff
xan.lopez: commit-queue-
haswebview.diff gustavo: review+, xan.lopez: commit-queue-

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.