Replacing PHP with equivalent Python CGI scripts
<rdar://problem/75912102>
Created attachment 424435 [details] Patch
Comment on attachment 424435 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=424435&action=review > LayoutTests/http/tests/contentextensions/resources/save_ping.py:8 > +class SavePing: Had to do a hack-y way of sending variables to this class when including it for save_ping.py, save-ping.py, and save-ping-and-redirect-to-save-ping.py.
Comment on attachment 424435 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=424435&action=review >> LayoutTests/http/tests/contentextensions/resources/save_ping.py:8 >> +class SavePing: > > Had to do a hack-y way of sending variables to this class when including it for save_ping.py, save-ping.py, and save-ping-and-redirect-to-save-ping.py. I'm a unclear as to why SavePing is a class and not a function, it seems like function is the more natural choice here.
Created attachment 424603 [details] Patch
Created attachment 424638 [details] Patch
To be clear, r+ on this change, Chris and I were talking on Slack, I neglected to actually publicize my r+.
Committed r275204: <https://commits.webkit.org/r275204> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424638 [details].