Bug 47138 - Add MIMEType accessor to WKFrame
Summary: Add MIMEType accessor to WKFrame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-10-04 19:09 PDT by Sam Weinig
Modified: 2010-10-05 09:47 PDT (History)
1 user (show)

See Also:


Attachments
Patch (74.38 KB, patch)
2010-10-04 19:11 PDT, Sam Weinig
mrowe: review+
abarth: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2010-10-04 19:09:11 PDT
Add MIMEType accessor to WKFrame
Comment 1 Sam Weinig 2010-10-04 19:11:21 PDT
Created attachment 69730 [details]
Patch
Comment 2 Sam Weinig 2010-10-04 19:12:43 PDT
<rdar://problem/8347683>
Comment 3 WebKit Review Bot 2010-10-04 19:13:50 PDT
Attachment 69730 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKitTools/TestWebKitAPI/Tests/WebKit2/FrameMIMETypeHTML.cpp:26:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebKitTools/TestWebKitAPI/Tests/WebKit2/FrameMIMETypeHTML.cpp:28:  Alphabetical sorting problem.  [build/include_order] [4]
WebKitTools/TestWebKitAPI/Tests/WebKit2/FrameMIMETypeHTML.cpp:31:  Alphabetical sorting problem.  [build/include_order] [4]
WebKitTools/TestWebKitAPI/Tests/WebKit2/FrameMIMETypePNG.cpp:26:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebKitTools/TestWebKitAPI/Tests/WebKit2/FrameMIMETypePNG.cpp:28:  Alphabetical sorting problem.  [build/include_order] [4]
WebKitTools/TestWebKitAPI/Tests/WebKit2/FrameMIMETypePNG.cpp:31:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 6 in 16 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Mark Rowe (bdash) 2010-10-04 21:33:18 PDT
Comment on attachment 69730 [details]
Patch

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

> WebKit2/WebKit2.xcodeproj/project.pbxproj:1990
> +			developmentRegion = English;

Please don’t land this.  You’re not otherwise modifying this project file.

r=me
Comment 5 Sam Weinig 2010-10-05 09:47:55 PDT
Landed in r69116.