Bug 116439
Summary: | prepareChangelog sometimes produces useless entries | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bdakin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dean Jackson
The prepareChangelog tool sometimes puts in entries like this:
* page/Page.cpp:
(WebCore::Page::setThrottled):
(WebCore):
That last bit indicates there was a change to something in the file outside of a method. Nearly everyone leaves these blank, in which case they are useless. At least Darin and I are often giving review comments to remove them. It's time the tool stopped producing them!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 113221 ***