Closed
Bug 1132295
Opened 10 years ago
Closed 10 years ago
Remove support for RegExp.prototype.unicode until Unicode regular expressions are supported
Categories
(Core :: JavaScript: Standard Library, defect)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: Waldo, Assigned: Waldo)
Details
Attachments
(1 file)
3.12 KB,
patch
|
till
:
review+
|
Details | Diff | Splinter Review |
People like to use the presence of a property to feature-test for what that property exposes, fairly often. Adding a unicode getter that always returns false is true in a spec sense, but bad in a feature-testing sense. We should remove it until we actually support Unicode regular expressions.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8563158 -
Flags: review?(till)
Comment 2•10 years ago
|
||
Comment on attachment 8563158 [details] [diff] [review]
Patch
Review of attachment 8563158 [details] [diff] [review]:
-----------------------------------------------------------------
I agree. My bad for not vetoing it.
Attachment #8563158 -
Flags: review?(till) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•