Module: tools Branch: master Commit: 572f0fd317598cfe93dd2eb153c88ca52faa76fd URL: https://source.winehq.org/git/tools.git/?a=commit;h=572f0fd317598cfe93dd2eb1...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Mar 24 16:37:41 2022 +0100
testbot/cgi: Group related CGI framework methods together.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/ObjectModel/CGI/CollectionBlock.pm | 668 +++++++++++---------- .../lib/ObjectModel/CGI/CollectionBlockForPage.pm | 87 ++- testbot/lib/ObjectModel/CGI/CollectionPage.pm | 152 +++-- testbot/lib/ObjectModel/CGI/FormPage.pm | 331 +++++----- testbot/lib/ObjectModel/CGI/ItemPage.pm | 136 +++-- testbot/lib/ObjectModel/CGI/Page.pm | 156 ++--- testbot/lib/WineTestBot/CGI/PageBase.pm | 355 +++++------ 7 files changed, 1024 insertions(+), 861 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=572f0fd317598cfe93dd...