Bug 102505 - Exception names are not correct
Summary: Exception names are not correct
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 101606 102506 102515 102698
Blocks: 101955
  Show dependency treegraph
 
Reported: 2012-11-16 07:17 PST by Erik Arvidsson
Modified: 2023-12-19 23:02 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2012-11-16 07:17:00 PST
The specs for the "name" property of the different exception classes should be of the form NetworkError and not the code (NETWORK_ERR).
Comment 1 Ahmad Saleem 2023-12-19 16:28:15 PST
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&regexp=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.
Comment 2 Anne van Kesteren 2023-12-19 23:02:48 PST
Yeah, this has been refactored.