[Desktop-packages] [Bug 605513]

2022-10-17 Thread Autonag-nomail-bot
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in

[Desktop-packages] [Bug 605513]

2022-10-17 Thread Release-mgmt-account-bot
The severity field for this bug is relatively low, S3. However, the bug has 10 duplicates. :mstriemer, could you consider increasing the bug severity? For more information, please visit [auto_nag documentation](https://wiki.mozilla.org/Release_Management/autonag#severity_underestimated.py). --

[Desktop-packages] [Bug 605513] Re: Get uncaught exception when populating a form in FireFox 3.6

2022-10-12 Thread Bug Watch Updater
** Changed in: firefox Importance: Medium => Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/605513 Title: Get uncaught exception when populating a form in FireFox 3.6

[Desktop-packages] [Bug 605513] Re: Get uncaught exception when populating a form in FireFox 3.6

2018-05-31 Thread Bug Watch Updater
** Changed in: firefox Status: Unknown => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/605513 Title: Get uncaught exception when populating a form in FireFox 3.6

[Desktop-packages] [Bug 605513] Re: Get uncaught exception when populating a form in FireFox 3.6

2018-05-24 Thread Bug Watch Updater
** Changed in: firefox Status: Confirmed => Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/605513 Title: Get uncaught exception when populating a form in FireFox 3.6

[Desktop-packages] [Bug 605513]

2013-02-10 Thread M-wada
I checked with never-defined property of existent wrapped object. Requested following by test extesion where CurrentServer is [xpconnect wrapped nsIMsgIncomingServer], CurrentServer.ABCDEFGHIJKLMN=true; and following exceptin was caught by try/catch(e). Try to change never-existent property

[Desktop-packages] [Bug 605513]

2013-02-10 Thread M-wada
http://mxr.mozilla.org/comm-central/source/mozilla/js/xpconnect/src/XPCWrappedNativeJSOps.cpp#481 481 XPC_WN_OnlyIWrite_SetPropertyStub(JSContext *cx, JSHandleObject obj, JSHandleId id, JSBool strict, 484 return XPC_WN_OnlyIWrite_AddPropertyStub(cx, obj, id, vp);

[Desktop-packages] [Bug 605513]

2013-02-05 Thread M-wada
Phenomenon of bug 831664 was as follows. var Folder=window.GetFirstSelectedMsgFolder(); var data=Folder.server.isGmailServer; = data is undefined var t=[];for(var xx in Folder.server){t[t.length]=xx+=+Folder.server[xx];} = isGmailServer is not returned by enumerator If

[Desktop-packages] [Bug 605513]

2013-01-21 Thread M-wada
As I wrote in bug 831664, I also observed same exception by atempting to change two properties of an nsIMsgIncomingServer of Thundebird when the property value is undefined. nsIMsgIncomingServer.trashFolderName (string) == undefined nsIMsgIncomingServer.isGMailServer (boolean == undefined

[Desktop-packages] [Bug 605513]

2013-01-21 Thread M-wada
During test for bug 831664, funny phenomenon was observed. (0) A customized ToolBar button does following. (a) Write data of some wrapped objects and text messages to Error Console: - incomingServer.isGMailServer/trasfFolderName and some other attributes. - some properties of some other

[Desktop-packages] [Bug 605513]

2012-12-01 Thread 0-lat-0
I found this error was created by an errant URL in a call to xhrGet. By correcting the URL the error was resolved. In Chrome, the error was better identified in the response showing the errant URL. In my case, I'd embedded an undefined value in the URL request by mistake like this:

[Desktop-packages] [Bug 605513]

2012-08-22 Thread Alice0775
*** Bug 784225 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/605513 Title: Get uncaught exception when populating a form in FireFox

[Desktop-packages] [Bug 605513]

2012-04-14 Thread Alex Mayorga Adame
*** Bug 595121 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/605513 Title: Get uncaught exception when populating a form in FireFox

[Desktop-packages] [Bug 605513]

2012-03-12 Thread peepo
OS X Cannot modify properties of a WrappedNative [Break On This Error] Filtered chrome url chrome://global/content/bindings/autocomplete.xml autocomplete.xml (line 864) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in

[Desktop-packages] [Bug 605513]

2012-02-09 Thread Tmptgr
http://www.dayenu.com/interesting/ffpopupbug.htm gave me 3 errors on load and the mentioned error on submit with autocomplete popup open. I'd copy my errors but my Error Console got flooded with onBeforeItemRemoved errors when i pasted that URI. Firefox 10.0 (because the About screen doesn't say

[Desktop-packages] [Bug 605513]

2012-02-09 Thread Owen Leibman
I only see the expected error on 10.0; no load errors and no onBeforeItemRemoved (which is definitely not part of the test page). The error line number is now changed from 859 to 862. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 605513]

2011-11-03 Thread Owen Leibman
Confirming this 3 1/2 year old bug (with only one notation in the last year) is still happening in FF7.0.1. I have put up a test page to demonstrate it: http://www.dayenu.com/interesting/ffpopupbug.htm The specific error message written to the log now is: Error: uncaught exception: [Exception...