Commit graph

5232 commits

Author SHA1 Message Date
Brian Anderson
51a6e835d2 Add ResourceTask 2012-07-27 15:40:24 -07:00
Brian Anderson
c64c17fac3 Remove net::uri in favor of std::net::url 2012-07-27 11:23:36 -07:00
Brian Anderson
a92de77791 Add rust-http-client to the build 2012-07-26 20:16:48 -07:00
Brian Anderson
de70e64827 Add rust-http-client submodule 2012-07-26 20:03:49 -07:00
Patrick Walton
06622a984d Update submodules for tiling work 2012-07-26 18:05:22 -07:00
Patrick Walton
b1423f231b Update for purity fixes 2012-07-26 18:05:22 -07:00
Brian Anderson
71c8b83d2a Update to older harfbuzz that works on os x 2012-07-26 17:57:09 -07:00
Brian Anderson
f9ae85fcbe Revert "Stop building Ragel"
This reverts commit ad047d1f74.
2012-07-26 17:50:08 -07:00
Brian Anderson
7d443f14ab Fix Makefile typos 2012-07-26 16:25:35 -07:00
Brian Anderson
0f1e778653 Merge pull request #29 from eholk/pipes
Pipes
2012-07-26 16:21:56 -07:00
Brian Anderson
ad047d1f74 Stop building Ragel
It's not needed for the distributable harfbuzz source that we're building now.
I haven't removed the submodule because it's an involved process that looks
like it will trip people up.
2012-07-26 16:11:09 -07:00
Eric Holk
7f6e5e5f93 Fix compile error 2012-07-26 16:03:32 -07:00
Eric Holk
8f1f4f479d Use pipes for drawing interface 2012-07-26 16:01:50 -07:00
Eric Holk
41a68d1813 Use pipes for exit messages. 2012-07-26 16:01:50 -07:00
Eric Holk
38968323bd Use pipes for the CSS lexer. 2012-07-26 16:01:50 -07:00
Eric Holk
b10b052639 Use pipe streams for keyboard events.
Termination detection in pipes also allows Servo to close on its own accord (issue #3)
2012-07-26 16:01:50 -07:00
Brian Anderson
e99ab2e08b Update harfbuzz 2012-07-26 16:00:59 -07:00
Eric Holk
10a1e8b109 Get rid of ~strs 2012-07-26 15:53:02 -07:00
Eric Holk
fc4a13adf6 Merge branch 'master' of https://github.com/mozilla/servo 2012-07-26 15:38:56 -07:00
Brian Anderson
c7b503b239 Update rust-mozjs 2012-07-26 15:01:37 -07:00
Eric Holk
b89ace8cf3 Merging 2012-07-26 14:49:26 -07:00
Margaret Meyerhofer
4c1475ddfb fix minor compile errors 2012-07-26 11:06:10 -07:00
Eric Holk
fa0880712f We don't have to copy strings anymore, since we can log slices. 2012-07-25 11:53:00 -07:00
Josh Matthews
4a1c8cc2ec Add primitive binding example for Document (documentElement), and Node (firstChild, nextSibling, tagName). 2012-07-24 19:31:25 -04:00
Patrick Walton
82790f2bb1 Update glut and layers 2012-07-24 14:27:56 -07:00
Brian Anderson
f7a5a50145 Merge pull request #33 from bblum/master
servo/platform/osmain.rs: Change to new task_builder
2012-07-24 13:03:04 -07:00
Ben Blum
fba942c7c6 Change osmain.rs to new task::task_builder interface 2012-07-24 15:14:54 -04:00
Patrick Walton
61394b5d5e Submodule update cocoa 2012-07-21 09:30:10 -07:00
Patrick Walton
1eafbe1b8b Fix rust-cocoa 2012-07-21 09:17:20 -07:00
Patrick Walton
c8661bf92b Update cocoa 2012-07-21 08:03:48 -07:00
Margaret Meyerhofer
8a79be8698 Fixed compile errors in the test suite 2012-07-20 11:56:58 -07:00
Patrick Walton
9196990384 Put images in an ARC to avoid copying. Make test-many-images harder. 2012-07-19 18:25:42 -07:00
Margaret Meyerhofer
4c02e812c0 fixed an import problem in rust-azure 2012-07-19 17:02:57 -07:00
Patrick Walton
e818caf184 Don't draw images a pixel at a time 2012-07-19 15:56:39 -07:00
Patrick Walton
b46aaa509d Decode images in parallel 2012-07-19 15:56:39 -07:00
Margaret Meyerhofer
830a41ad94 Changed color parsing to return an option instead of defaulting to black 2012-07-19 13:13:05 -07:00
Margaret Meyerhofer
ed99449f52 Added width and height parsing 2012-07-19 10:56:59 -07:00
Patrick Walton
0c5aefa88f Update submodule 2012-07-19 10:29:47 -07:00
Margaret Meyerhofer
0551c79ec4 Added traits to adhere to new coherence requirements 2012-07-18 15:57:22 -07:00
Margaret Meyerhofer
6148309ce1 Fixed all strings in the old format 2012-07-18 13:27:23 -07:00
Margaret Meyerhofer
c25cb50d9d Added an import in rust-layers 2012-07-13 15:27:38 -07:00
Patrick Walton
f29d28f197 Update layers and opengles for BGRA 2012-07-13 14:37:12 -07:00
Patrick Walton
c35c5f2bc8 Time other passes of the pipeline 2012-07-12 23:17:04 -07:00
Patrick Walton
016c60e366 Enable optimization by default 2012-07-12 22:55:50 -07:00
Patrick Walton
b7b17dccd1 Update for language changes regarding unique strings 2012-07-12 22:49:01 -07:00
Patrick Walton
5afae787ce Add some timing for compositing 2012-07-12 20:04:00 -07:00
Patrick Walton
127189bdc8 Update rust-layers and rust-opengles and switch to ARGB32 layers 2012-07-12 19:49:30 -07:00
Margaret Meyerhofer
1212f3df65 Fixed deprecated vector syntax 2012-07-12 17:48:53 -07:00
Patrick Walton
12a05daa5d Fix reshaping window callback 2012-07-12 17:28:10 -07:00
Patrick Walton
92ecb9148e Update rust-glut 2012-07-12 16:38:08 -07:00