Comment 22 for bug 308397

Revision history for this message
In , Alexander Sack (asac) wrote :

(In reply to comment #17)
> FYI, here is the piece of the regex that deals with the locale segment:
>
> /(?> # locale raw_string
> (?>
> chrome://(?:.{0,108})\.properties
> # Note: some Linuxes are messed up and report chrome URL instead of
> locale
> )|(?>

Thanks for the insight! So I guess this means that the url i posted in the bug description is properly matched as of now? can you double check that by running your complete regexp against what i posted? Its quite important for us to know, so we can assign a proper prio to this issue in ubuntu.

Thanks again!