mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +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
|
Start_y=78
|
||||||
Width=40
|
Width=40
|
||||||
Height=12
|
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]
|
[Widget 11999]
|
||||||
Type=Text
|
Type=Text
|
||||||
@ -163,7 +163,7 @@ Start_x=307
|
|||||||
Start_y=93
|
Start_y=93
|
||||||
Width=40
|
Width=40
|
||||||
Height=12
|
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]
|
[Widget 15999]
|
||||||
Type=Text
|
Type=Text
|
||||||
@ -200,7 +200,7 @@ Start_x=307
|
|||||||
Start_y=108
|
Start_y=108
|
||||||
Width=40
|
Width=40
|
||||||
Height=12
|
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]
|
[Widget 19999]
|
||||||
Type=Text
|
Type=Text
|
||||||
@ -237,7 +237,7 @@ Start_x=307
|
|||||||
Start_y=123
|
Start_y=123
|
||||||
Width=40
|
Width=40
|
||||||
Height=12
|
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]
|
[Widget 24999]
|
||||||
Type=Text
|
Type=Text
|
||||||
@ -274,7 +274,7 @@ Start_x=307
|
|||||||
Start_y=138
|
Start_y=138
|
||||||
Width=40
|
Width=40
|
||||||
Height=12
|
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]
|
[Widget 33999]
|
||||||
Type=Text
|
Type=Text
|
||||||
|
Loading…
Reference in New Issue
Block a user