RESOLVED CONFIGURATION CHANGED 102505
Exception names are not correct
https://bugs.webkit.org/show_bug.cgi?id=102505
Summary Exception names are not correct
Erik Arvidsson
Reported 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).
Attachments
Ahmad Saleem
Comment 1 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.
Anne van Kesteren
Comment 2 2023-12-19 23:02:48 PST
Yeah, this has been refactored.
Note You need to log in before you can comment on or make changes to this bug.