[Webkit-unassigned] [Bug 99007] [WebKit IDL] remove all module from idl files.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 01:21:41 PDT 2012


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





--- Comment #1 from Takashi Sakamoto <tasak at google.com>  2012-10-11 01:22:21 PST ---
Created an attachment (id=168167)
 --> (https://bugs.webkit.org/attachment.cgi?id=168167&action=review)
A list of IDL files to be fixed.

This file is created by running "find . -name \*.idl" under third_party/WebKit directory.
And removed windows idl files, i.e. idl files under ./Source/WebKit/win/Interfaces/.

$ find . -name \*.idl | grep -v "./Source/WebKit/win/Interfaces" > IDLFiles.txt
$ wc -l IDLFiles.txt
641 IDLFiles.txt

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list