Bug 76868

Summary: Web Inspector: CodeGeneratorInspector.py: put TypeBuilder namespace into separate sources
Product: WebKit Reporter: Peter Rybin <prybin>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, prybin, rakuco, rik, timothy, vestbo, vsevik, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 72861    
Attachments:
Description Flags
Patch
none
Patch
none
Patch yurys: review+

Description Peter Rybin 2012-01-23 15:21:14 PST
Introduce InspectorTypeBuilder.h and InspectorTypeBuilder.cpp so that both InspectorFrontend and InspectorBackendDispatcher could use it.
Comment 1 Peter Rybin 2012-01-23 15:29:58 PST
Created attachment 123635 [details]
Patch
Comment 2 Gyuyoung Kim 2012-01-23 16:12:23 PST
Comment on attachment 123635 [details]
Patch

Attachment 123635 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/11275115
Comment 3 Peter Rybin 2012-01-23 17:21:00 PST
Created attachment 123668 [details]
Patch
Comment 4 Peter Rybin 2012-01-24 08:19:31 PST
Created attachment 123738 [details]
Patch
Comment 5 Vsevolod Vlasov 2012-01-24 09:48:29 PST
Committed r105743: <http://trac.webkit.org/changeset/105743>