You cannot post messages because this group is only available as an archive.
|
How to get html's original source code
|
| |
Hi I wrote a gecko embedded browser. I load the following page ______________________________ ...I want to get the original code of the page (like this one, not with the script executed). I tried to get it into onStateChange of the nsIWebProgressListener interface's implementation with (nsIWebNavigation)->GetDocumen t(getter_AddRefs(myDomDoc));... more »
|
|
problems of porting firefox to arm11-linux-eabi platform
|
| |
hi, i am porting firefox to a arm11-linux-eabi platform. i started with iceweasel source code iceweasel_2.0.0.6+2.0.0.8.orig .tar.gz. with arm-eabi patches from openembedded and build-configuration as follows CC="/opt/crosstool-wimap31/bin /arm-linux-gcc -mfpu=vfp -mfloat- abi=softfp" \ CXX="/opt/crosstool-wimap31/bi n/arm-linux-g++ -mfpu=vfp -mfloat-... more »
|
|
Original HTML loaded by Mozilla Firefox
|
| |
Hi, I am trying to get the original HTML that is loaded by Mozilla Firefox. I can get the serialized HTML from the top HTML dom node but that is not the original HTML. This means that the following code does NOT quite do the trick although it gets close. nsCOMPtr<nsIDOMSerializer> pSerializer = do_CreateInstance(NS_XMLSERIAL IZER_CONTRACTID, &rv);... more »
|
|
Get the right Thread - c++
|
| |
Hello, im interesseting in following topic: "dll injection to firefox" But i dont know, which is teh right thread. is it .dev.apps? greetz, supersass1
|
|
NTLM Cache Clearing
|
| |
I'm writing an intranet application using NTLM Authentication. I've been able to log out IE users via document.execCommand("ClearAut henticationCache"); which was added to IE in IE6 SP1. I was wondering if there was a Javascript method (or any other method!) of clearing the authentication cache or a general... more »
|
|
Dynamic fields and refreshing throught innerHTML
|
| |
Hi, I've got simple script which adds to pointed DIV another DIV which contains 1 combobox (select) and textbox (input) - it's a AddNewRow() function. Every field has got unique ID (acording with script below). There is also getNewDig(int) function, which change value of appropriate input field (checks value of select field and put it to input e.g. if in Pr_1 value has... more »
|
|
nsIDOMHTMLDocument
|
| |
HI I embedded gecko into C++. When I get the document using nsIDOMDocument and nsIDOMHTMLDocument, I don't get the original one, but a DOM changed by some scripts (I load a page with a "body onload" which starts a script who changes the page. How can I get the original document. In other words , where can I get the document before any script is... more »
|
|
firefox crashes in my private build on fedora 5
|
| |
Hi, I build firefox 1.5 on fedora 5. But sometimes, it crashes with the following error: Can you please tell me if anyone have seen the same error and how to fix it? *** glibc detected *** ./firefox-objdir/dist/bin/fire fox-bin: corrupted double-l inked list: 0x09968c60 *** ======= Backtrace: =========... more »
|
|
New "INCOMPLETE" resolution in Bugzilla
|
| |
...To add more data to the discussion, I went through 26 other Bugzillas from the biggest free software projects (as listed on [link]) to see what they do. The results are very interesting. In general, the larger your project, the more likely you are to have modified statuses and resolutions on your Bugzilla. And, even though... more »
|
|
|