[Webkit-unassigned] [Bug 179063] Add a FileSystem namespace to FileSystem.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 2 13:56:22 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=179063

--- Comment #9 from Christopher Reid <christopher.reid at am.sony.com> ---
(In reply to Darin Adler from comment #8)
> Comment on attachment 325555 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=325555&action=review
> 
> I’m not thrilled by this change; I don’t really know what specific name
> conflicts this is preventing. But I guess it’s OK.
> 
> > Source/WebCore/ChangeLog:12
> > +        * Modules/encryptedmedia/legacy/WebKitMediaKeySession.cpp:
> 
> The file list in this change log is a mess. For example, it’s not great to
> just leave in all sorts of erroneous "deleted" lines for functions moved
> inside a namespace. The point of the change log generation tool is to start
> the change log for you. It’s not great to just leave all the lines in there
> without looking them over. For a global replace like this, might even want
> to leave out all the function names.

That's good to know, I'll clean up the ChangeLogs and I can take out all the touched function names. 

> > Source/WebCore/Modules/indexeddb/server/IDBServer.cpp:469
> > +    Vector<String> entries = WebCore::FileSystem::listDirectory(directory, ASCIILiteral("*"));
> 
> Do we really need the WebCore prefix here? This code is in a namespace
> nested inside the WebCore namespace. I’m surprised this is required.

It actually looks fine without that WebCore namespace, I'll take it out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171102/52fd2b3d/attachment.html>


More information about the webkit-unassigned mailing list