Boolean Chart Redesign

Max Kanat-Alexander mkanat at bugzilla.org
Mon Jul 19 09:00:42 UTC 2010


On 07/18/2010 07:58 PM, Justin Wood (Callek) wrote:
> My only request on the UI-Side is that the boolean chart can be
> expanded-out with JS rather than GET/POST requests to add a row/column/etc.

	Oh yeah, there's a bug for that:

	https://bugzilla.mozilla.org/show_bug.cgi?id=41652

> p.s. I'd also LOVE if backend could support POST for at least the
> boolean chart to help avoid this "query-string-too-long" bug. [the UI
> could possibly even try and catch this issue, and POST instead of GET
> just in case] ;-)

	Aaaactually, I think we do already, as of 3.6. :-) But there is still
an efficiency issue with the length of URLs in other areas--cookie
headers, in particular. I think it might be good to shorten the URL
variables (instead of having long URL variables and short internal
variable names, like we used to, which seems a bit backwards. :-) )

	-Max
-- 
http://www.everythingsolved.com/
Competent, Friendly Bugzilla and Perl Services. Everything Else, too.



More information about the developers mailing list