Closed
Bug 413985
Opened 17 years ago
Closed 17 years ago
Space key for pause/resume doesn't work (never did)
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
VERIFIED
FIXED
mozilla1.9beta3
People
(Reporter: zeniko, Assigned: zeniko)
References
Details
Attachments
(2 files)
|
2.61 KB,
patch
|
sdwilsh
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
|
7.06 KB,
patch
|
Details | Diff | Splinter Review |
| Assignee | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Comment on attachment 299197 [details] [diff] [review]
three one-line fixes
ug, I missed this one too :(
We are going to need a test for this to land as well (per toolkit policy). Are you up for that?
Attachment #299197 -
Flags: review?(sdwilsh)
Attachment #299197 -
Flags: review+
Attachment #299197 -
Flags: approval1.9?
| Assignee | ||
Comment 3•17 years ago
|
||
That looks like an awful lot of code is needed to test this 3 line change (for which tests should already exist in the first place). :-( Anyway, I currently haven't got a build environment, so I couldn't test the tests even if I felt like writing them. Sorry.
Comment 4•17 years ago
|
||
Comment on attachment 299197 [details] [diff] [review]
three one-line fixes
a=beltzner for 1.9
Attachment #299197 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 5•17 years ago
|
||
Thanks! Working on a test for this now (download tests are hard :( )
Checking in toolkit/mozapps/downloads/content/downloads.js;
new revision: 1.134; previous revision: 1.133
Checking in toolkit/mozapps/downloads/content/downloads.xul;
new revision: 1.46; previous revision: 1.45
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: in-testsuite?
Flags: in-litmus?
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M11
Comment 6•17 years ago
|
||
Test. This was a royal pain in the rear... (see bug 414171)
Comment 7•17 years ago
|
||
Note, this test cannot land until bug 411521 is resolved.
Whiteboard: [needs 411521 to land before landing test]
Comment 8•17 years ago
|
||
https://litmus.mozilla.org/show_test.cgi?id=4552 (for pause case)
https://litmus.mozilla.org/show_test.cgi?id=4577 (for resume case)
I know that these two testcases share some overlap, since in order to resume you must have paused, but looking at how large each is by itself, combining them would be too much.
Flags: in-litmus? → in-litmus+
Comment 9•17 years ago
|
||
Verified FIXED using:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008012704 Minefield/3.0b3pre
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3pre) Gecko/2008012704 Minefield/3.0b3pre
-and-
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b3pre) Gecko/2008012703 Minefield/3.0b3pre
Status: RESOLVED → VERIFIED
Comment 10•17 years ago
|
||
Stephen - I hope you didn't write those! I flagged this as ? because we'll have automated tests landing for this soon (you can get rid of the manual ones)
Comment 11•17 years ago
|
||
setting dependency for my own sanity to know when to land the tests.
Depends on: 411521
Comment 12•17 years ago
|
||
Checking in toolkit/mozapps/downloads/tests/browser/Makefile.in;
new revision: 1.9; previous revision: 1.8
Checking in toolkit/mozapps/downloads/tests/browser/browser_bug_413985.js;
initial revision: 1.1
Flags: in-testsuite? → in-testsuite+
Whiteboard: [needs 411521 to land before landing test]
| Assignee | ||
Comment 13•17 years ago
|
||
Thanks for the test, Shawn!
Comment 14•17 years ago
|
||
i disabled two of these tests since at least one of them has been randomly failing on qm-centos5-01.
Checking in Makefile.in;
/cvsroot/mozilla/toolkit/components/places/tests/browser/Makefile.in,v <-- Makefile.in
new revision: 1.2; previous revision: 1.1
done
Flags: in-testsuite+ → in-testsuite?
Comment 15•17 years ago
|
||
Files improperly named - commented in right bug.
Flags: in-testsuite? → in-testsuite+
Comment 16•17 years ago
|
||
(In reply to comment #15)
> Files improperly named - commented in right bug.
Which bug would that be? browser_bug413985-httprefresh.js seems to fail randomly too.
Comment 17•17 years ago
|
||
Should we disable browser_bug413985-httprefresh.js too?
I see orange on qm-centos5-01 and apprently there was no related check-in.
Comment 18•17 years ago
|
||
Bug 416066. It might be best to disable them all for the time being, as they are all structured the same. The fun part is going to be how to write them so that they are sane (the C++ code uses nsITimers, making testing difficult on the tinderboxen)
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•