Bug 102505

Summary: Exception names are not correct
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: 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    

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.