File tree Expand file tree Collapse file tree 7 files changed +24
-4
lines changed Expand file tree Collapse file tree 7 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ // Copyright (c) 2018 PHP Desktop, see the Authors file.
2+ // All rights reserved. Licensed under BSD 3-clause license.
3+ // Project website: https://github.com/cztomczak/phpdesktop
4+
15#include " app.h"
26#include " include/wrapper/cef_helpers.h"
37
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2018 PHP Desktop, see the Authors file.
2+ // All rights reserved. Licensed under BSD 3-clause license.
3+ // Project website: https://github.com/cztomczak/phpdesktop
4+
15#include " include/cef_app.h"
26
37// Implement application-level callbacks for the browser process
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2018 PHP Desktop, see the Authors file.
2+ // All rights reserved. Licensed under BSD 3-clause license.
3+ // Project website: https://github.com/cztomczak/phpdesktop
4+
15#include " client_handler.h"
26#include " include/cef_app.h"
37
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2018 PHP Desktop, see the Authors file.
2+ // All rights reserved. Licensed under BSD 3-clause license.
3+ // Project website: https://github.com/cztomczak/phpdesktop
4+
15#include " include/cef_client.h"
26
37class ClientHandler : public CefClient ,
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2018 PHP Desktop, see the Authors file.
2+ // All rights reserved. Licensed under BSD 3-clause license.
3+ // Project website: https://github.com/cztomczak/phpdesktop
4+
15#include " app.h"
26#include " client_handler.h"
37
Original file line number Diff line number Diff line change 11// Forked from Mongoose MIT licensed revision 04fc209.
22// Bug fixes and minor changes were made for PHP Desktop.
3- // Copyright (c) 2012-2014 PHP Desktop.
4- // Copyright (c) 2004-2013 Sergey Lyubka.
3+ // Copyright (c) 2012 PHP Desktop.
4+ // Copyright (c) 2004 Sergey Lyubka.
55//
66// Permission is hereby granted, free of charge, to any person obtaining a copy
77// of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11// Forked from Mongoose MIT licensed revision 04fc209.
22// Bug fixes and minor changes were made for PHP Desktop.
3- // Copyright (c) 2012-2014 PHP Desktop.
4- // Copyright (c) 2004-2013 Sergey Lyubka.
3+ // Copyright (c) 2012 PHP Desktop.
4+ // Copyright (c) 2004 Sergey Lyubka.
55//
66// Permission is hereby granted, free of charge, to any person obtaining a copy
77// of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments