mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fix for bug 101984: Empty string in port no. field causes browser to
crash (r=tao)
This commit is contained in:
parent
65cb135526
commit
118632a126
@ -126,7 +126,7 @@ Start_x=307
|
||||
Start_y=78
|
||||
Width=40
|
||||
Height=12
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number)
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number);IsPortnumEmpty
|
||||
|
||||
[Widget 11999]
|
||||
Type=Text
|
||||
@ -163,7 +163,7 @@ Start_x=307
|
||||
Start_y=93
|
||||
Width=40
|
||||
Height=12
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number)
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number);IsPortnumEmpty
|
||||
|
||||
[Widget 15999]
|
||||
Type=Text
|
||||
@ -200,7 +200,7 @@ Start_x=307
|
||||
Start_y=108
|
||||
Width=40
|
||||
Height=12
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number)
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number);IsPortnumEmpty
|
||||
|
||||
[Widget 19999]
|
||||
Type=Text
|
||||
@ -237,7 +237,7 @@ Start_x=307
|
||||
Start_y=123
|
||||
Width=40
|
||||
Height=12
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number)
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number);IsPortnumEmpty
|
||||
|
||||
[Widget 24999]
|
||||
Type=Text
|
||||
@ -274,7 +274,7 @@ Start_x=307
|
||||
Start_y=138
|
||||
Width=40
|
||||
Height=12
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number)
|
||||
onCommand=IsNumeric(You must enter only numeric values for Port Number);IsPortnumEmpty
|
||||
|
||||
[Widget 33999]
|
||||
Type=Text
|
||||
|
Loading…
Reference in New Issue
Block a user