WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109443
Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
https://bugs.webkit.org/show_bug.cgi?id=109443
Summary
Web Inspector: [Extensions API] expose ExtensionServerClient to tests so test...
Andrey Kosyakov
Reported
2013-02-11 08:39:12 PST
We currently have a separate message channel for evals in front-end context invoked from extension tests. This has negative impact on tests stability, as the message delivery order is not guaranteed for two different ports -- the extension output interleaving with front-end output (i.e. from console.log()) is a common source of flakiness. The proposed fix is to expose extensionServer to test code, so we can re-use the existing port and make sure test output is well serialized WRT extension commands.
Attachments
Patch
(6.60 KB, patch)
2013-02-11 08:42 PST
,
Andrey Kosyakov
vsevik
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andrey Kosyakov
Comment 1
2013-02-11 08:42:50 PST
Created
attachment 187580
[details]
Patch
Andrey Kosyakov
Comment 2
2013-02-11 10:02:59 PST
Committed
r142485
: <
http://trac.webkit.org/changeset/142485
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug