Bug 66670 - Web Inspector: bind registerDomainDispatcher to domain names.
Summary: Web Inspector: bind registerDomainDispatcher to domain names.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on: 66655
Blocks:
  Show dependency treegraph
 
Reported: 2011-08-22 06:25 PDT by Ilya Tikhonovsky
Modified: 2011-08-22 08:36 PDT (History)
10 users (show)

See Also:


Attachments
[patch] initial version (10.59 KB, patch)
2011-08-22 06:37 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2011-08-22 06:25:40 PDT
jscompiler can't be used for validating domain events dispatchers because it is too generic.
I'd like to introduce named versions per each domain.
Comment 1 Ilya Tikhonovsky 2011-08-22 06:27:05 PDT
jscompiler can't be used for validating domain events dispatchers because registerDomainDispatcher is too generic.
I'd like to introduce named versions per each domain.
Comment 2 Ilya Tikhonovsky 2011-08-22 06:37:22 PDT
Created attachment 104672 [details]
[patch] initial version
Comment 3 Ilya Tikhonovsky 2011-08-22 08:36:39 PDT
Comment on attachment 104672 [details]
[patch] initial version

Clearing flags on attachment: 104672

Committed r93510: <http://trac.webkit.org/changeset/93510>
Comment 4 Ilya Tikhonovsky 2011-08-22 08:36:46 PDT
All reviewed patches have been landed.  Closing bug.