Bug 76923 - [Refactoring] In CodeGeneratorGObject.pm, merge GeneratePrivateHeader() into WriteData()
Summary: [Refactoring] In CodeGeneratorGObject.pm, merge GeneratePrivateHeader() into ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 76836
  Show dependency treegraph
 
Reported: 2012-01-24 10:22 PST by Kentaro Hara
Modified: 2012-01-24 13:44 PST (History)
5 users (show)

See Also:


Attachments
Patch (5.94 KB, patch)
2012-01-24 10:48 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-01-24 10:22:26 PST
This is one of steps to stop rebuilding .h/.cpp files generated by unchanged IDLs (bug 76836).

In CodeGeneratorGObject.pm, we can merge GeneratePrivateHeader() into WriteData(), so that all code to output .h/.cpp is managed by WriteData(), just like other CodeGenerator*.pm does.
Comment 1 Kentaro Hara 2012-01-24 10:48:07 PST
Created attachment 123768 [details]
Patch
Comment 2 WebKit Review Bot 2012-01-24 13:44:00 PST
Comment on attachment 123768 [details]
Patch

Clearing flags on attachment: 123768

Committed r105803: <http://trac.webkit.org/changeset/105803>
Comment 3 WebKit Review Bot 2012-01-24 13:44:05 PST
All reviewed patches have been landed.  Closing bug.