Bug 1287653 - Strip EOL whitespace from /widget/nsIGfxInfo.idl.

MozReview-Commit-ID: 5NVe9zfyE3J
This commit is contained in:
Jeff Gilbert 2016-07-28 19:43:33 -07:00
Родитель 9a6dade559
Коммит d75c500c1e
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -18,7 +18,7 @@ interface nsIGfxInfo : nsISupports
readonly attribute DOMString DWriteVersion;
readonly attribute DOMString cleartypeParameters;
// XXX: Switch to a list of devices, rather than explicitly numbering them.
// XXX: Switch to a list of devices, rather than explicitly numbering them.
/**
* The name of the display adapter.
@ -28,11 +28,11 @@ interface nsIGfxInfo : nsISupports
readonly attribute DOMString adapterDriver;
readonly attribute DOMString adapterDriver2;
/* These types are inspired by DXGI_ADAPTER_DESC */
readonly attribute DOMString adapterVendorID;
readonly attribute DOMString adapterVendorID2;
readonly attribute DOMString adapterDeviceID;
readonly attribute DOMString adapterDeviceID2;
@ -44,10 +44,10 @@ interface nsIGfxInfo : nsISupports
*/
readonly attribute DOMString adapterRAM;
readonly attribute DOMString adapterRAM2;
readonly attribute DOMString adapterDriverVersion;
readonly attribute DOMString adapterDriverVersion2;
readonly attribute DOMString adapterDriverDate;
readonly attribute DOMString adapterDriverDate2;
@ -144,7 +144,7 @@ interface nsIGfxInfo : nsISupports
/*
* Ask about a feature, return the minimum driver version required for it if its status is
* FEATURE_BLOCKED_DRIVER_VERSION, otherwise return an empty string.
* FEATURE_BLOCKED_DRIVER_VERSION, otherwise return an empty string.
*/
DOMString getFeatureSuggestedDriverVersion(in long aFeature);