RESOLVED FIXED 83871
Web Inspector: introduce ParsedURL type, clean up url and displayName mess in Resource and NetworkRequest.
https://bugs.webkit.org/show_bug.cgi?id=83871
Summary Web Inspector: introduce ParsedURL type, clean up url and displayName mess in...
Pavel Feldman
Reported 2012-04-13 02:28:00 PDT
There is a number of random properties created on Resource and NetworkRequest that represent various url fragments. Display name is being based on them and sometimes requires fake Resource instance. This change (officially) introduces WebInspector.ParsedURL as a type that encapsulates this complexity.
Attachments
Patch (30.08 KB, patch)
2012-04-13 02:30 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2012-04-13 02:30:53 PDT
Pavel Feldman
Comment 2 2012-04-13 05:25:47 PDT
Note You need to log in before you can comment on or make changes to this bug.