[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [platform-swt-dev] Mozilla flag
|
- From: "Christopher Deckers" <chrriis@xxxxxxxxx>
- Date: Wed, 9 Apr 2008 22:03:47 +0200
- Delivered-to: platform-swt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0A8xuUidGxEHeVhpYGMs6aasu3q187/VW1e3OkBsP1A=; b=vZ1EBu7uL3NaRfhs5cFZ1tlNpg8qV4DcnKQSSyCc6YOgP/sB7zy9WNs5GL7tD4OqXSg012NK90lcSLaOk76BLQaAmntyC+hD/ndrzvXmXL9+/1I04Qdwn2iYWOqOyMz4WC6XdRPg2GoWryXOxjHwK0WNB9DGGpA87RzKUBlGjas=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eUpa2sC3dPLeyWBqizFAgqerYepCGXN2gS+R8wzrbyvkr7Cp9dlb1eTh11ROmpp7AgKaG0lsCEb9aCr4/YiSATzql6n8UPOgVn3T65c7j4a1EzOfVTRaRiP90jea4jNj5F/uMd7SlXofqIzwoYuItYOgzcIu4IGQrWFrn7Azt1I=
Hi Grant,
Thanks a lot for the clarifications. Indeed, the way it currently
behaves makes perfect sense.
The problem we have is to differentiate the various types of browsers,
but since we are mostly interested in Windows and Linux, my question
was about Mozilla and non-Mozilla.
We pilot the browser with Javascript so we need to know the rendering.
We can achieve this distinction with a mix of SWT.getPlatform() and
browser.getStyle().
It would be good, especially if we decide to support more platforms,
to have a clear way to know the rendering, something like
"Browser.getBrowserType()" which would return SWT.IE, SWT.MOZILLA,
SWT.SAFARI, etc. I am thinking of opening an enhancement request, does
it make sense? Any suggestions?
Cheers,
-Christopher