DescriptionThis patch renames lib/domain.js to lib/url.js and the functions getDomain() and suffixes() to getBaseDomain() and domainSuffixes() respectively.
The reason for this change is that I intend to add more URL-related functions in this file. Domains are ultimately parts of URLs; therefore we could have all of it in one lib/url.js file.
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Rename testGetDomain #Patch Set 4 : Add tests for domainSuffixes #
MessagesTotal messages: 6
|