« 2005-03-14 Weekly Update | Main | 2005-03-28 Weekly Update »
March 21, 2005
2005-03-21 Weekly Update
Checkins during the past week:- Bug 286980 - cairo config should add to PKG_CONFIG_PATH, not replace
- Bug 163068 - zoom and pan implementation (frontend)
- Bug 267953 - allow text/ecmascript for <svg:script>
- Bug 267657 - clicking on link causes new window to open
- Bug 272630 - make getCTM() behave correctly
- Bug 272885 - disable element rendering if width/height=0
- Bug 277135 - svg style system superreview
- Bug 280391 - SVGSVGElement.getElementById not implemented
- Bug 281741 - implement GetSVGDocument interface for HTMLEmbedElement
Posted by tor at March 21, 2005 11:16 PM
Comments
[Since I missed the initial cairo checkin, posting it here]
What's the reason to include cairo and libpixman into mozilla source tree? Isn't it fat enough already?
Was anything wrong with autoconf checks for installed cairo that used to exist before?
Posted by: rkagan at March 22, 2005 5:39 PM
There's a number of reasons that we include a snapshot of cairo in the mozilla source tree. First, the cairo API is still being designed, and the mozilla code needs a given API set to work with. Second, cairo isn't yet a standard distribution installed library on linux, with even less chance being already installed on other platforms where we use cairo (other unixes, OS-X, and possibly in the future win32).
A system installed cairo can still be used if desired by passing --enable-system-cairo when configuring mozilla.
Posted by: tor at March 24, 2005 6:12 PM