Bug 102505
Summary: | Exception names are not correct | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, annevk, rniwa, s.choi, syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 101606, 102506, 102515, 102698 | ||
Bug Blocks: | 101955 |
Erik Arvidsson
The specs for the "name" property of the different exception classes should be of the form NetworkError and not the code (NETWORK_ERR).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
Upon searching for 'NETWORK_ERR' on searchfox.org (wubkat), I could only find following files (in .cpp):
https://searchfox.org/wubkat/search?q=NETWORK_ERR&path=.cpp&case=false®exp=false
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp
Source/WebKit/UIProcess/API/glib/WebKitAuthenticationRequest.cpp
^ Mostly UIProcess and API Test files. I think we don't have do anything here but I will CC - @Anne to confirm and then we can close this.
Anne van Kesteren
Yeah, this has been refactored.