I am facing same issue as in http://code.google.com/p/chromium/issues/detail?id=104664
I am using the latest chrome version 23.0.127 and on a iMac LION OS
Followed the steps as in "https://developers.google.com/native-client/devguide/tutorial"
Enabled native client in chrome flags, but couldnt disable caching.
After doing make, the nexe files are produced
started the python server using python httpd.py
Was able to see the home page listing all the examples on localhost.
But when I run any example, the functionalities dont work, its showing error in chrome console as "Cannot call method 'post message' "
Even samples on the internet are not working , pls check this "http://4.nacl-gallery.appspot.com/index_test.html" its similar to the examples I am trying in my local mac machine
Please help me find out where I am going wrong.
Thanks