Letractively / abot

Automatically exported from code.google.com/p/abot
Apache License 2.0
0 stars 0 forks source link

Add javascript links parser #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Same as summary

Original issue reported on code.google.com by sjdir...@gmail.com on 13 Apr 2013 at 2:33

GoogleCodeExporter commented 8 years ago
http://stackoverflow.com/questions/1307800/view-generated-source-after-ajax-java
script-in-c-sharp

Original comment by sjdir...@gmail.com on 14 Apr 2013 at 3:27

GoogleCodeExporter commented 8 years ago
http://donchevp.blogspot.com/2008/10/c-web-browser-control-load-string-in.html

Original comment by sjdir...@gmail.com on 14 Apr 2013 at 3:31

GoogleCodeExporter commented 8 years ago
WebBrowser.Navigate "about:" & strPage

Original comment by sjdir...@gmail.com on 14 Apr 2013 at 3:32

GoogleCodeExporter commented 8 years ago
http://stackoverflow.com/questions/4467219/c-sharp-webcontrol-how-to-load-a-html
-on-the-fly

Original comment by sjdir...@gmail.com on 14 Apr 2013 at 3:33

GoogleCodeExporter commented 8 years ago

Original comment by sjdir...@gmail.com on 27 Apr 2013 at 7:27

GoogleCodeExporter commented 8 years ago
http://www.codeproject.com/Articles/28094/Working-With-Microsoft-mshtml-dll-and-
SHDocVw-dll

mshtml.dll >> AxShDowVw.dll >> WebBrowser

Original comment by sjdir...@gmail.com on 15 Jun 2013 at 9:40

GoogleCodeExporter commented 8 years ago
Its a terrible control.... and it will greatly slow things down.  What about 
using something like awesomium its still slow but at least based on chrome and 
more robust?

Original comment by ilushk...@gmail.com on 19 Jul 2013 at 2:30

GoogleCodeExporter commented 8 years ago
I have done very little research on this feature. I have heard the
WebBrowser class is dog slow so I was going to look at what it uses
internally (mshtml.dll >> AxShDowVw.dll) which i hear are much faster. I
don't think should be the default IHyperlinkParser. However, it would be
nice to have IsJavascriptLinkParsingEnabled config value that if true would
also parse links that are generated by javascript.

Original comment by sjdir...@gmail.com on 19 Jul 2013 at 7:20

GoogleCodeExporter commented 8 years ago

Original comment by sjdir...@gmail.com on 3 Sep 2013 at 1:48

GoogleCodeExporter commented 8 years ago

Original comment by sjdir...@gmail.com on 20 Jan 2014 at 3:44

GoogleCodeExporter commented 8 years ago

Original comment by sjdir...@gmail.com on 20 Jan 2014 at 3:50