Commit graph

51438 commits

Author SHA1 Message Date
Niko Matsakis
f19d3b506f latest changes to mozjs 2012-05-17 16:10:16 -07:00
Brian Anderson
6b29b101aa Update mozjs 2012-05-17 16:07:16 -07:00
Niko Matsakis
845e2277a7 use latest harfbuzz 2012-05-17 15:44:35 -07:00
Niko Matsakis
7ca571148b wip: integrate js 2012-05-17 15:44:35 -07:00
Niko Matsakis
6d27ee5e0e integrate spidermonkey (it doesn't do anything yet) 2012-05-17 15:44:35 -07:00
Niko Matsakis
0571f51881 add some comments 2012-05-17 15:44:35 -07:00
Patrick Walton
1cbc5e9dfe Stub text support 2012-05-17 14:59:46 -07:00
Patrick Walton
dccee997e8 Implement toy inline layout 2012-05-17 14:14:37 -07:00
Brian Anderson
1cab10d8ba HarfBuzz bindings, y'all 2012-05-11 16:32:46 -07:00
Brian Anderson
783f702ccf Fix broken test 2012-05-11 16:28:14 -07:00
Brian Anderson
aabeb5a5ae Upgrade rust-mozjs 2012-05-11 14:48:32 -07:00
Brian Anderson
7983f13bee Start building harfbuzz 2012-05-11 13:50:59 -07:00
Brian Anderson
28e417ef87 Build ragel 2012-05-11 13:50:59 -07:00
Brian Anderson
402c309607 Update ragel 2012-05-11 13:50:59 -07:00
Brian Anderson
2755384221 Add harfbuzz and ragel submodules 2012-05-11 13:50:59 -07:00
Patrick Walton
cbfbec4dbd Move block layout to a separate file 2012-05-10 16:39:35 -07:00
Brian Anderson
0d018c7091 Fix check-rust-mozjs build deps 2012-05-10 16:20:44 -07:00
Brian Anderson
d3f2613308 Require autoconf 2.13 2012-05-10 16:17:08 -07:00
Brian Anderson
8244b89be7 Clean up the naming of some build rules 2012-05-10 16:17:08 -07:00
Brian Anderson
b052dae230 Require running autogen.sh 2012-05-10 16:17:08 -07:00
Patrick Walton
210434a9b8 Separate intrinsic sizes from block layout 2012-05-10 16:13:32 -07:00
Patrick Walton
4938e1733c Assert that self.has_aux() in rcu before returning aux 2012-05-10 15:15:19 -07:00
Patrick Walton
48034368b5 Stub CSS computed style construction 2012-05-10 15:14:11 -07:00
Patrick Walton
624d77b2ff Move the box builder to a separate module 2012-05-10 14:03:41 -07:00
Patrick Walton
6340a4a0bd Stub inline layout computation; move reflow to impls 2012-05-10 12:30:07 -07:00
Brian Anderson
1e686a16d9 Build spidermonkey and bindings 2012-05-07 16:43:03 -07:00
Brian Anderson
12a679df46 Fix mac breakage 2012-05-05 17:41:23 -07:00
Brian Anderson
6f3ca032f8 Add build instructions to README.md 2012-05-05 16:51:26 -07:00
Brian Anderson
7a8305dc16 Render to PNG file when using -o flag 2012-05-05 16:32:20 -07:00
Brian Anderson
e0149a6043 Add command line parsing 2012-05-05 16:00:25 -07:00
Brian Anderson
d550defdf3 Fix build problems in rust-azure 2012-05-05 15:37:20 -07:00
Brian Anderson
43f644971a Use $(MAKE) for starting sub-builds 2012-05-05 15:30:56 -07:00
Brian Anderson
b98eee0e46 Support out of tree builds 2012-05-05 15:26:33 -07:00
Brian Anderson
45b43e52e1 Why does the rust-azure submodule keep reverting to an older rev? 2012-05-05 14:25:05 -07:00
Brian Anderson
572d505037 Add a PNG graphics sink 2012-05-04 23:13:28 -07:00
Brian Anderson
e57e2bc801 Abstract a graphics sink to shield the renderer from the osmain thread 2012-05-04 20:09:33 -07:00
Brian Anderson
8ea3faac03 Rename int_to_au to px_to_au, etc. 2012-05-04 19:17:35 -07:00
Niko Matsakis
879a5c031e better debugging 2012-05-04 17:07:31 -07:00
Niko Matsakis
78a5cd763c get it so that content actually has height and displays 2012-05-04 17:04:05 -07:00
Niko Matsakis
3c5b1928a0 a dumb test file 2012-05-04 16:55:23 -07:00
Niko Matsakis
275185ab26 separate into tasks that actually parse 2012-05-04 16:55:07 -07:00
Niko Matsakis
480d36137e simplify html parser to use spawn, not spawn_listener 2012-05-04 13:34:54 -07:00
Niko Matsakis
bbc936dec4 separate tree rd/wr ifaces, make them based on an ops object
the ops object is needed to make it so that dom node mutations
go through the RCU store
2012-05-04 13:21:25 -07:00
Patrick Walton
39462a50a4 Run the parser in a separate task 2012-05-04 11:08:52 -07:00
Niko Matsakis
3415a7e429 rewrite test to be more concise but also more in depth 2012-05-04 09:07:10 -07:00
Brian Anderson
6a7aa49c04 Free color patterns 2012-05-04 02:40:32 -07:00
Brian Anderson
018bce1b6c Cleanup 2012-05-04 02:26:46 -07:00
Brian Anderson
c567034442 More impressive demo 2012-05-04 00:32:20 -07:00
Brian Anderson
f025074f4e Trivial comment fix 2012-05-04 00:14:52 -07:00
Brian Anderson
663ffdc5a9 Modernize servo.rs 2012-05-04 00:14:00 -07:00