Closed
Bug 337528
Opened 19 years ago
Closed 19 years ago
Make cached prototypes work with splitwindows
Categories
(Core :: JavaScript Engine, defect, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
mozilla1.9alpha1
People
(Reporter: mrbkap, Assigned: mrbkap)
Details
Attachments
(2 files)
12.31 KB,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
873 bytes,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
The cached prototype stuff (or whatever we ended up calling it!) doesn't work with splitwindows. We need to fix that.
Assignee | ||
Updated•19 years ago
|
Priority: -- → P2
Target Milestone: --- → mozilla1.9alpha
Assignee | ||
Comment 1•19 years ago
|
||
Note: This bug will also turn JSCLASS_IS_ANONYMOUS back on for the call class.
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: PC → All
Assignee | ||
Comment 2•19 years ago
|
||
For easier testing of splitwindow/innerObject-outerObject stuff, I've implemented this splitwindow-like thing in the JS shell.
Attachment #221757 -
Flags: review?(brendan)
Assignee | ||
Comment 3•19 years ago
|
||
The answer is that cx->classObjects loses. Using hidden properties is the way to go. I'll try to patch this tomorrow.
Comment 5•19 years ago
|
||
This is fallout from bug 304376, right? Could we have a dependency chain if so?
Assignee | ||
Comment 6•19 years ago
|
||
I think this bug was fixed by other checkins, please reopen if this isn't the case.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Comment 7•19 years ago
|
||
Comment on attachment 221757 [details] [diff] [review]
Shell testing code
split_ instead of complex_
setup_complex => split_setup
Break multiline conditions after ||
rs=me in any event.
/be
Attachment #221757 -
Flags: review?(brendan) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•