Comment on attachment 370177 mozilla-geoclue-for-location-3.patch
I would have thought that bug 454490 would have landed by now. :-( And, i would have thought that i would have reviewed this bug already.
Generally looks okay. How do I install geoclue on my ubuntu 9.04 box?
separate out the build related stuff so that Ted can review it independently.
white space is off. no tabs please.
extra blank line after the return: + return; + if (!(fields & GEOCLUE_POSITION_FIELDS_LATITUDE && fields & GEOCLUE_POSITION_FIELDS_LONGITUDE))
local variables shouldn't be prefixed with "a". That convention is for in/inout vars
If a location from geoclue doesn't have an accuracy, should the value given to the web really be 0?
Also, i am unfamiliar with the geoclue api. I am making assumptions about your usage being correct. What is the best API documentation for geoclue?
Comment on attachment 370177 geoclue- for-location- 3.patch
mozilla-
I would have thought that bug 454490 would have landed by now. :-( And, i would have thought that i would have reviewed this bug already.
Generally looks okay. How do I install geoclue on my ubuntu 9.04 box?
separate out the build related stuff so that Ted can review it independently.
white space is off. no tabs please.
extra blank line after the return: POSITION_ FIELDS_ LATITUDE && fields & GEOCLUE_ POSITION_ FIELDS_ LONGITUDE) )
+ return;
+ if (!(fields & GEOCLUE_
local variables shouldn't be prefixed with "a". That convention is for in/inout vars
If a location from geoclue doesn't have an accuracy, should the value given to the web really be 0?
Also, i am unfamiliar with the geoclue api. I am making assumptions about your usage being correct. What is the best API documentation for geoclue?