Opened 14 years ago
Closed 13 years ago
#4270 closed bug (fixed)
Remove the use of nonstandard properties leftContext and rightContext
Reported by: | metaweta | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Removes the dependence on the nonstandard RegExp properties leftContext and rightContext. Also removes the dependence on lastIndex, which can't be exposed in Caja because it is static shared state, which leaks information across gadget boundaries.
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
OK, patch corrected. The attached patch now does what the original description says.
Changed 14 years ago by
Attachment: | sizzle.diff added |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sorry, this patch only removes rightContext. Will follow up with a patch removing leftContext and lastIndex.