RESOLVED FIXED 142909
[EFL][GTK] WebKit2's generate-forwarding-headers.pl should fail if clashing headers found
https://bugs.webkit.org/show_bug.cgi?id=142909
Summary [EFL][GTK] WebKit2's generate-forwarding-headers.pl should fail if clashing h...
Csaba Osztrogonác
Reported 2015-03-20 06:06:41 PDT
Long time ago clashing headers caused race conditon, which is absolutely undesirable. Build system must be deterministic. And then http://trac.webkit.org/changeset/79544 introduced a workaround for handling clashing headers, because Qt added a clashing header. But now there is no Qt and no clashing header and I don't think if we should prefer one from clashing headers, but exit with error to force the renaming. Its sideeffect will be to be able to fix bug142907 easier. :)
Attachments
Patch (3.42 KB, patch)
2015-03-20 06:10 PDT, Csaba Osztrogonác
no flags
Patch (3.41 KB, patch)
2015-03-26 04:31 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-03-20 06:10:36 PDT
Csaba Osztrogonác
Comment 2 2015-03-26 04:31:22 PDT
Created attachment 249483 [details] Patch updataed to ToT
Csaba Osztrogonác
Comment 3 2015-03-30 05:25:25 PDT
Comment on attachment 249483 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=249483&action=review > Source/WebKit2/Scripts/generate-forwarding-headers.pl:101 > + # If we found more headers with the same name, exit immediately. > + my @headers = grep($_ =~ "/$headerName\$", @frameworkHeaders); > + if (@headers != 1) { > + print("ERROR: Can't create $headerName forwarding header, because there are more headers with the same name:\n"); > + foreach (@headers) { print " - $_\n" }; > + die(); Ping for review? It is so simple patch, only this part changed, the other parts are only whitespace changes due to indentation.
WebKit Commit Bot
Comment 4 2015-03-30 06:18:42 PDT
Comment on attachment 249483 [details] Patch Clearing flags on attachment: 249483 Committed r182138: <http://trac.webkit.org/changeset/182138>
WebKit Commit Bot
Comment 5 2015-03-30 06:18:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.