Hi, > From: Crosswalk-dev [mailto:[email protected] > project.org] On Behalf Of Raphael Kubo da Costa > Sent: Thursday, September 10, 2015 5:41 PM > To: [email protected] > Subject: [Crosswalk-dev] PSA: Master is now tracking Chromium 45 > > Hi, everyone, > > I'm glad to announce that our master branch (Crosswalk 16) is finally tracking > Chromium 45. This was supposed to have happened much earlier, but the > whole rebasing effort took a lot longer due to several circumstances. > > Please bear with us, as the first few days after moving to a new Chromium > milestone are always a bit rocky and we sometimes need to fix a few > regressions that show up. > > Happy hacking!
Crosswalk Project (checked android/canary/16.45.407.0/) now supports the following features which was enabled by default by Chromium 45, as per the Chrome samples: - Arrow functions (ES6): https://googlechrome.github.io/samples/arrows-es6/index.html - CSS Multi-column (new implementation): https://googlechrome.github.io/samples/multi-column-css/index.html - Client.postMessage and ServiceWorkerMessageEvent: https://googlechrome.github.io/samples/service-worker/post-message/index.html - ES6 Array methods: https://googlechrome.github.io/samples/array-methods-es6/index.html - ES6 TypedArray methods: https://googlechrome.github.io/samples/typedarray-methods-es6/index.html - Object.assign(): https://googlechrome.github.io/samples/object-assign-es6/index.html - Subresource Integrity: https://googlechrome.github.io/samples/subresource-integrity/index.html - Touch.rotationAngle: https://rbyers.github.io/paint.html Please note that service worker related features work only as hosted application because they shall be over https. Still Crosswalk Project supports non-persistent notifications while Chromium supports persistent notifications. This makes " NotificationOptions.vibrate" sample fails. Any interesting on this please watch XWALK-3654. - NotificationOptions.vibrate: https://googlechrome.github.io/samples/vibration/notifications.html Moreover, Crosswalk Project also re-implemented the Presentation API following W3C spec, see XWALK-4646. Thanks, Zhiqiang _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
