Bug 41886 - Shorten access control failure explanation messages
Summary: Shorten access control failure explanation messages
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 12:04 PDT by Alexey Proskuryakov
Modified: 2010-07-08 13:39 PDT (History)
0 users

See Also:


Attachments
proposed patch (38.12 KB, patch)
2010-07-08 12:18 PDT, Alexey Proskuryakov
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-07-08 12:04:54 PDT
There is some mismatch between "header" and "header field", but perhaps neither is needed.
Comment 1 Alexey Proskuryakov 2010-07-08 12:18:23 PDT
Created attachment 60925 [details]
proposed patch
Comment 2 David Levin 2010-07-08 12:28:49 PDT
Comment on attachment 60925 [details]
proposed patch

> Index: WebCore/ChangeLog
> +        Removed "response header field" parts from error text - it's long, but  doesn't add much

My OCD tendency compels me to mention that there is an extra space after "but".
Comment 3 Alexey Proskuryakov 2010-07-08 13:39:01 PDT
> My OCD tendency compels me to mention that there is an extra space after "but".

And I hoped to use commit-queue for this :)

Committed <http://trac.webkit.org/changeset/62828>.