Simon Sapin
622bc5705c
Add PropertyDeclaration, refactor property parsing to use a Mako template.
2013-08-22 15:37:49 +01:00
Junyoung Cho
672d7f1c31
Update linebox's height which is changed by vertical-align.
2013-08-22 20:06:48 +09:00
Junyoung Cho
127c7b9066
Add a test case for vertical_align and line-height
2013-08-22 19:17:53 +09:00
Junyoung Cho
3b3f3f8b8a
Implement 'vertical-align' and fix 'line-height'.
2013-08-22 19:15:38 +09:00
aydin.kim
05d5edafe0
fix Mac build
2013-08-22 19:02:20 +09:00
aydin.kim
3adfb0e025
add rust-glut for android
2013-08-22 15:26:12 +09:00
aydin.kim
cb4437a61d
add native submodules for android
2013-08-22 15:26:11 +09:00
aydin.kim
86ca99b4b1
update submodules
2013-08-22 15:26:11 +09:00
aydin.kim
401c3afece
fix compile err (internal compiler err on ARM)
2013-08-22 15:26:11 +09:00
aydin.kim
da2ccb048e
fix dom bindings for android(and 32bit system) build
2013-08-22 15:26:11 +09:00
Yongjin Kim
730c10e6aa
hybrid window system - glut for android and glfw for others
2013-08-22 15:26:11 +09:00
Yongjin Kim
0fd7c651cb
add some android port materials into gfx
2013-08-22 15:26:11 +09:00
aydin.kim
6cfc3a8546
add android main
2013-08-22 15:26:11 +09:00
Yongjin Kim
3230f4c2e3
support android build
2013-08-22 15:26:08 +09:00
bors-servo
0c50d4374f
auto merge of #758 : eschweic/servo/comp-clean-up, r=metajack
...
Reorder layer tree construction, implement layer occlusion, and general clean up.
2013-08-21 20:15:36 -07:00
eschweic
81da3b980e
Implement compositor layer occlusion; clean up
2013-08-21 20:06:52 -07:00
eschweic
a07ff5d1b5
Correct draw order for frame tree layers
2013-08-21 19:49:38 -07:00
bors-servo
48f9e9aaa5
auto merge of #756 : kmcallister/servo/frametreeiterator, r=metajack
...
The bug is mozilla/rust#8675.
Fixes #752 .
2013-08-21 16:18:39 -07:00
Keegan McAllister
0e1f6e19d6
Drop 'ref' to work around a Rust bug
...
The bug is mozilla/rust#8675.
Fixes #752 .
2013-08-21 16:15:17 -07:00
bors-servo
11911b901f
auto merge of #753 : metajack/servo/inline-block, r=eric93
...
r? @eric93
2013-08-21 14:24:47 -07:00
Jack Moffitt
7675623b34
Handle splitting inlines with interior blocks correctly.
2013-08-21 14:22:42 -06:00
Jack Moffitt
0831fe35b2
Handle flow trees with block children of inlines.
2013-08-21 14:22:42 -06:00
bors-servo
dc7fa85329
auto merge of #755 : kmcallister/servo/zip_copies, r=metajack
...
This doesn't actually include the Rust version update (to `6791021`) because the feature for which I wanted it (debug info) doesn't work, and there's no point making everyone rebuild until it does.
2013-08-21 13:15:50 -07:00
Keegan McAllister
02662f882e
Keep pace with some Rust changes
...
This doesn't actually include the Rust version update (to 6791021) because the
feature for which I wanted it (debug info) doesn't work, and there's no point
making everyone rebuild until it does.
2013-08-21 11:46:12 -07:00
bors-servo
d0e47f427e
auto merge of #726 : metajack/servo/dlist, r=jdm
...
r? @jdm
2013-08-21 09:12:41 -07:00
Jack Moffitt
645c5cc747
Merge pull request #754 from saneyuki/readme
...
Update Readme for png module.
2013-08-21 09:00:44 -07:00
Tetsuharu OHZEKI
a888ffdea9
Modify Readme for png module.
2013-08-21 22:52:51 +09:00
bors-servo
d67baca1ee
auto merge of #750 : kmcallister/servo/glfw, r=metajack
2013-08-20 15:12:41 -07:00
Keegan McAllister
57d0f43221
Update for glfw-rs bugfix
2013-08-20 14:43:09 -07:00
bors-servo
02e7899fb4
auto merge of #749 : metajack/servo/pliu6-master, r=metajack,me
...
Most work done by @pliu6
Supercedes #737
2013-08-20 14:03:42 -07:00
Peng Liu
bcf67d9d7f
Pull libpng in tree to avoid the configuration issue related to libpng.
...
Most work done by @pliu6
2013-08-20 14:43:08 -06:00
bors-servo
83fba3d9a4
auto merge of #729 : eschweic/servo/manage-buffers, r=metajack
...
Prevents unnecessary copying of buffers, and implements buffer recycling.
2013-08-20 13:39:48 -07:00
eschweic
594246891d
Change quadtree iterators
2013-08-20 13:28:02 -07:00
eschweic
d92cbe6a51
Add buffer_map.rs; implement LayerBuffer recycling
2013-08-20 13:15:06 -07:00
eschweic
02ae7bdd34
Stop copying buffers when sending them to quadtrees
2013-08-20 13:03:22 -07:00
bors-servo
abccd82eba
auto merge of #721 : eric93/servo/parallel-layout-ownedtree, r=metajack
...
Don't store flows and boxes in DOM nodes and display lists.
2013-08-20 12:03:52 -07:00
Eric Atkinson
5e3ff91a2d
Fix nits; warning police
2013-08-20 11:47:50 -07:00
Eric Atkinson
9b08fd8d18
Switch flow tree to owned pointers
2013-08-20 11:29:39 -07:00
Eric Atkinson
eb58e4f5d1
Remove extraneous references to flow tree objects.
2013-08-20 11:29:39 -07:00
bors-servo
e4bfad144e
auto merge of #748 : eschweic/servo/iframes, r=pcwalton
...
Fixes tests and replaces #702 .
2013-08-20 10:54:58 -07:00
eschweic
c1638f8e27
Fix quatree test; warning police
2013-08-20 09:53:20 -07:00
bors-servo
488972e817
auto merge of #723 : recrack/servo/add_cm, r=metajack
...
Related to https://github.com/mozilla-servo/rust-css/pull/28
2013-08-20 08:28:20 -07:00
Youngmin Yoo
71832e6d03
Update submodule(rust-css, rust-netsurfcss)
2013-08-20 13:44:39 +09:00
Youngmin Yoo
fbf058c500
Add CSSUnit testcase
2013-08-20 13:44:39 +09:00
Youngmin Yoo
cf5b308962
Update CSSUnit
2013-08-20 13:44:34 +09:00
Youngmin Yoo
75884b8259
Rename geomerty argument`s name
2013-08-20 13:42:00 +09:00
bors-servo
e86b8e144c
auto merge of #689 : sammykim/servo/Border-Color, r=metajack
2013-08-19 18:43:10 -07:00
bors-servo
f2d4814cd1
auto merge of #738 : recrack/servo/ref-test, r=metajack
2013-08-19 18:19:08 -07:00
Youngmin Yoo
001f3cd7b5
Update Rust language for 'make check-ref'
2013-08-20 10:03:09 +09:00
Sangeun Kim
858cd0717e
Update submodules
2013-08-20 10:01:39 +09:00