KawaiiBASIC / classilla

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

Use HTML parser to parse WML [.aspx pages don't work with mobile user agent] #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This works with Classilla 9.2.3 and 9.3.0 with a 9.3.x user agent:

http://www.peachpit.com/articles/article.aspx?p=420902&seqNum=2

It does not work with the Nokia user agent, instead trying to download it to 
disk.

Original issue reported on code.google.com by classi...@floodgap.com on 3 Mar 2012 at 10:07

GoogleCodeExporter commented 9 years ago
It's wml. But the wml it generates can be parsed in HTML. I think we should do 
that.

Original comment by classi...@floodgap.com on 4 Mar 2012 at 4:32

GoogleCodeExporter commented 9 years ago
Added low-level tweak to nsHttpChannel::ProcessNormal(). Listed site now works. 
Checking for regressions, but there shouldn't be any, as we've never enabled 
WAP/WML before.

Original comment by classi...@floodgap.com on 5 Mar 2012 at 12:11

GoogleCodeExporter commented 9 years ago
It doesn't work if we use the back button. We probably have to tweak the cache 
channel also.

Original comment by classi...@floodgap.com on 5 Mar 2012 at 1:12

GoogleCodeExporter commented 9 years ago
Actually, we had to tweak the cached response headers. Now it all works 
properly.

Original comment by classi...@floodgap.com on 8 Oct 2012 at 7:03

GoogleCodeExporter commented 9 years ago

Original comment by classi...@floodgap.com on 19 Oct 2012 at 4:49