Closed
Bug 604238
Opened 14 years ago
Closed 14 years ago
Fix iframe Console API/Observer logging
Categories
(DevTools :: General, defect)
Tracking
(blocking2.0 betaN+)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: ddahl, Assigned: ddahl)
Details
Our iFrame testing has revealed that the lazy console integration patch has broken iframe network and console API logging.
I am breaking this out here into its own bug to isolate this work. We should also look at and implement tests for normal <frames> as well.
The checks that were disabled were in: toolkit/components/console/hudservice/tests/browser/browser_webconsole_bug_593003_iframe_wrong_hud.js
Assignee | ||
Updated•14 years ago
|
Summary: iframe Console API/Observer logging → Fix iframe Console API/Observer logging
Comment 1•14 years ago
|
||
Nominating this as a blocker. We need both the lazy console (which is already a blocker) and iframe support.
Assignee: nobody → ddahl
blocking2.0: --- → ?
Comment 2•14 years ago
|
||
I'm not sure I understand - is this bug covering an issue introduced by the unlanded patches for bug 568629/bug 587734? If so, why can't we fix it before they land?
blocking2.0: ? → betaN+
Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> I'm not sure I understand - is this bug covering an issue introduced by the
> unlanded patches for bug 568629/bug 587734? If so, why can't we fix it before
> they land?
We could fix it before they land, but between compartments and other things going on, I just want to get the lazy console landed and not delay it any more.
Comment 4•14 years ago
|
||
I think this is no longer relevant now, right? AFAIK the bugs in comment 2 didn't break this.
blocking2.0: betaN+ → beta9+
Assignee | ||
Comment 5•14 years ago
|
||
(In reply to comment #4)
> I think this is no longer relevant now, right? AFAIK the bugs in comment 2
> didn't break this.
correct. all of the iframe tests are activated and passing
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 6•14 years ago
|
||
Note: this was fixed by the split up tests bug 581069
As per today's meeting, beta 9 will be a time-based release. Marking these all betaN+. Please move it back to beta9+ if you believe it MUST be in the next beta (ie: trunk is in an unshippable state without this)
blocking2.0: beta9+ → betaN+
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•