Bug 137250 - [GTK] The remote web inspector shows the HTML content as plain text
Summary: [GTK] The remote web inspector shows the HTML content as plain text
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-09-30 05:39 PDT by Carlos Garcia Campos
Modified: 2014-09-30 06:34 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.95 KB, patch)
2014-09-30 05:45 PDT, Carlos Garcia Campos
gustavo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-09-30 05:39:26 PDT
For some reason the content type we are returning in WebInspectorServer::platformResourceForPath is NULL
Comment 1 Carlos Garcia Campos 2014-09-30 05:45:10 PDT
Created attachment 238921 [details]
Patch

Note that this doesn't fix the remote inspector, now it simply shows nothing, but that's a different bug.
Comment 2 Carlos Garcia Campos 2014-09-30 06:34:02 PDT
Committed r174104: <http://trac.webkit.org/changeset/174104>