Closed
Bug 1133617
Opened 8 years ago
Closed 8 years ago
[Reftest Analyzer] Skip filling log into the textarea for log loaded from url or param
Categories
(Testing :: Reftest, defect)
Testing
Reftest
Tracking
(firefox38 fixed)
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
Details
Attachments
(1 file)
1.40 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
Currently, for log loaded from url (with param 'logurl') or param (with param 'log'), the analyzer first fills the textarea#logentry with the log content, then calls log_pasted to process. This step is unnecessary, and may cause performance problem if there are addons which tries to interact with the textarea.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8565223 -
Flags: review?(dbaron)
Comment 2•8 years ago
|
||
Comment on attachment 8565223 [details] [diff] [review] patch Don't you need to move show_phase("loading") into both branches of the if/else so that you don't hide the input and textarea for direct use of reftest-analyzer? (I think it's fine to have it before creating the XMLHttpRequest in the logurl case, though.) r=dbaron with that
Attachment #8565223 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/77accbb4e3f9
Comment 4•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/77accbb4e3f9
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox38:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Assignee | ||
Comment 5•8 years ago
|
||
It is a tool for test, but not really something in the testsuite I think.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•