saddem019 / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

Chrome 39 release (CEF branch 2171) #146

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Latest available is 3.2171.1902.
Includes Chrome 39.0.2171.36.

Original issue reported on code.google.com by czarek.t...@gmail.com on 25 Nov 2014 at 2:49

GoogleCodeExporter commented 8 years ago
Compiles and runs fine. See revision 3a4a855c68d6 and revision a9b5b6863982.

It was necessary to fix cef_logging.h due to conflicting macros with our own 
logging library. See CEF topic for reference: 
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12356

I've noticed an issue with mouse context menu being placed at wrong 
coordinates. Will have to report that to CEF.

There seem also to be issue with cookies. Error in debug.log:

    [1125/161429:ERROR:cache_util_win.cc(20)] Unable to move the cache: 5
    [1125/161429:ERROR:cache_util.cc(132)] Unable to move cache folder C:\phpdesktop\phpdesktop-chrome-cef2171\Release\webcache 
         to C:\phpdesktop\phpdesktop-chrome-cef2171\Release\old_webcache_000
    [1125/161429:ERROR:cache_creator.cc(132)] Unable to create cache 

Original comment by czarek.t...@gmail.com on 25 Nov 2014 at 3:20

GoogleCodeExporter commented 8 years ago
Cookies issue reported on CEF Forum: 
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12357

Original comment by czarek.t...@gmail.com on 25 Nov 2014 at 4:08

GoogleCodeExporter commented 8 years ago
Mouse cursor progress indicator does not appear any more when loading web 
pages. This is an issue in Google Chrome as well since Chrome 33 (branch 1750).

Original comment by czarek.t...@gmail.com on 25 Nov 2014 at 4:48

GoogleCodeExporter commented 8 years ago
Mouse context menu misplaced issue reported on CEF FOrum: 
http://magpcss.org/ceforum/viewtopic.php?f=6&t=12360

Fixed invalid behavior when closing popup windows. See revision dfc497867624.

Original comment by czarek.t...@gmail.com on 25 Nov 2014 at 6:49

GoogleCodeExporter commented 8 years ago
PHPDesktop Chrome 39.0 Release Candidate is available on the DownloadChrome 
wiki page.

Original comment by czarek.t...@gmail.com on 25 Nov 2014 at 7:05

GoogleCodeExporter commented 8 years ago
Cookies issue was fixed in revision dfc497867624. However it required removing 
a call to PostQuitMessage which may cause issues if Mongoose web server hangs 
during shutdown.

Original comment by czarek.t...@gmail.com on 25 Nov 2014 at 7:17

GoogleCodeExporter commented 8 years ago
Symanted detects false/positive "WS.Reputation.1" on virustotal.com:
https://www.virustotal.com/en/file/16db3a2ff56a708d08e51a109f1c16edb6d9807209be9
aa25b1faecf68303fe7/analysis/1416942827/

See http://community.norton.com/forums/clarification-wsreputation1-detection

Original comment by czarek.t...@gmail.com on 25 Nov 2014 at 7:20

GoogleCodeExporter commented 8 years ago
WS.Reputation.1 is caused by cef.pak file. Issue reported on CEF Forum:
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12362

Original comment by czarek.t...@gmail.com on 25 Nov 2014 at 9:01

GoogleCodeExporter commented 8 years ago
Packing the same binaries using 7z removed the false/positive by Symantec.

Original comment by czarek.t...@gmail.com on 25 Nov 2014 at 10:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Mouse wheel scrolls twice as fast in CEF branch 2171. Issue reported to the 
CEF: https://code.google.com/p/chromiumembedded/issues/detail?id=1481

Original comment by czarek.t...@gmail.com on 20 Jan 2015 at 10:42

GoogleCodeExporter commented 8 years ago
A temporary fix for mouse wheel scrolling issue can be found in CEF Issue 1481 
comment #13: 
https://code.google.com/p/chromiumembedded/issues/detail?id=1481#c13

Original comment by czarek.t...@gmail.com on 13 Feb 2015 at 12:11

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/phpdesktop/issues/146

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 3:33