Closed
Bug 199200
Opened 22 years ago
Closed 22 years ago
Make Networking Tests XP friendly by using the eventqueueservice
Categories
(Core :: Networking, enhancement)
Core
Networking
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
10.73 KB,
patch
|
darin.moz
:
review+
hjtoi-bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
files:
grabpage.cpp
TestStreamConv.cpp
TestCallbacks.cpp
TestOverlappedIO.cpp (doesn't build in the post darin socket transport world)
TestProtocols.cpp
TestSocketIO.cpp
TestSocketInput.cpp
TestUpload.cpp
Attachment #118463 -
Flags: superreview?(heikki)
Attachment #118463 -
Flags: review?(darin)
Comment 2•22 years ago
|
||
Comment on attachment 118463 [details] [diff] [review]
use eventqueueservice xp
>Index: mozilla/netwerk/streamconv/test/TestStreamConv.cpp
>+ gEventQ->GetEvent(&gEvent);
WaitForEvent is probably better.
>Index: mozilla/netwerk/test/TestCallbacks.cpp
>+ gEventQ->GetEvent(&gEvent);
ditto.
>Index: mozilla/netwerk/test/TestSocketInput.cpp
>- rv = eventQ->GetEvent(&gEvent);
ditto.
r=darin
Attachment #118463 -
Flags: review?(darin) → review+
Updated•22 years ago
|
Attachment #118463 -
Flags: superreview?(heikki) → superreview+
Comment 3•22 years ago
|
||
this patch was checked in by timeless on 2003/04/04 and 04/08/2003 15:01.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•