Opened 14 years ago
Last modified 6 years ago
#6921 new bug
Naming of BUrl, BHttp* inconsistent with the rest of the API
Reported by: | axeld | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Network Kit | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
All other similar cases in the Haiku API are named uppercase only, ie. BGLView, BUSBRoster, etc.
BUrl* classes should be renamed to BURL*, BHttp* to BHTTP*, etc.
Change History (5)
comment:1 by , 10 years ago
Component: | - General → Kits/Network Kit |
---|---|
Owner: | changed from | to
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Patches submitted at:
https://review.haiku-os.org/c/haiku/+/1310
https://review.haiku-os.org/c/haiku/+/1314
https://review.haiku-os.org/c/haiku/+/1316
These change however, break WebKit, and as such, all references to BUrl* or BHttp* classes within WebPositive need to be updated to fix WebPositive for the Builds.
comment:5 by , 6 years ago
I have now squashed all the patches into a single patch at: https://review.haiku-os.org/c/haiku/+/1310
Hi, I want to work on this.