Side navigation
#4270 closed bug (fixed)
Opened February 27, 2009 11:15PM UTC
Closed November 09, 2009 11:08AM UTC
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.
Sorry, this patch only removes rightContext. Will follow up with a patch removing leftContext and lastIndex.