Commit graph

3647 commits

Author SHA1 Message Date
Jack Moffitt
7234635aa5 Remove old borrow check workarounds and appease the new borrow checker. 2013-05-10 15:41:20 -06:00
Jack Moffitt
4d0c20246a Change FuzzyEq to ApproxEq. 2013-05-10 15:41:20 -06:00
Jack Moffitt
ea1f9e02b0 Remove unused mut. 2013-05-10 15:41:20 -06:00
Jack Moffitt
11467e21bb Work around broken TaskBuilder. 2013-05-10 15:41:20 -06:00
Jack Moffitt
5324cabbf8 Appease the new borrow checker. 2013-05-10 15:40:58 -06:00
Jack Moffitt
3c291678ad Remove modes in servo-gfx. 2013-05-10 15:29:13 -06:00
Jack Moffitt
19c0fc6465 Change Quot back to Div. 2013-05-10 15:29:13 -06:00
Jack Moffitt
3d745fc43b Remove unused mut in servo-util. 2013-05-10 15:29:13 -06:00
Jack Moffitt
077b481894 Merge pull request #430 from ILyoan/rm_warning
Remove various warnings
2013-05-10 14:26:48 -07:00
Young-il Choi
b7182ee4a0 submodule: update rust-stb-image 2013-05-10 16:27:24 +09:00
Young-il Choi
104e973f41 submodule: update rust-opengles 2013-05-10 16:27:24 +09:00
Young-il Choi
bb02f1c71d submodule: update rust-netsurfcss 2013-05-10 16:27:24 +09:00
Young-il Choi
f388455f4a submodule: update rust-mozjs 2013-05-10 16:27:24 +09:00
Young-il Choi
25a21abf1c submodule: update rust-layers 2013-05-10 16:27:24 +09:00
Young-il Choi
11537c9e22 submodule: update rust-http-client 2013-05-10 16:27:24 +09:00
Young-il Choi
7b2e6deb65 submodule: update rust-harfbuzz 2013-05-10 16:27:24 +09:00
Young-il Choi
b3f4ab8989 submodule: update rust-glut 2013-05-10 16:27:24 +09:00
Young-il Choi
a393297bc9 submodule: update rust-geom 2013-05-10 16:27:24 +09:00
Young-il Choi
55d6853fe2 submodule: update rust-css 2013-05-10 16:27:24 +09:00
Young-il Choi
d74832b7b6 submodule: update rust-core-foundation 2013-05-10 16:27:24 +09:00
Young-il Choi
198cdb7f26 submodule: update rust-azure 2013-05-10 16:27:24 +09:00
ILyoan
32d45bccc3 Remove unused code 2013-05-10 12:01:15 +09:00
ILyoan
17523bd978 Remove warnings from servo-gfx 2013-05-10 12:01:15 +09:00
Brian Anderson
45d6991805 Merge pull request #432 from metajack/more-deps
Add in some missing dependencies.
2013-05-09 16:28:46 -07:00
Jack Moffitt
2bfa6dc5ba Add in some missing dependencies.
Fixes #423.
2013-05-09 16:25:20 -06:00
Jack Moffitt
cdc99a8572 Merge pull request #431 from pcwalton/refactor-compositor
Refactor compositor
2013-05-09 15:15:21 -07:00
Patrick Walton
4eb305e568 servo: Address review comments 2013-05-09 15:01:21 -07:00
Patrick Walton
7c40535dd8 Add missing compositing/mod.rs 2013-05-09 14:06:35 -07:00
Patrick Walton
932070b9e7 Split the network stuff out of servo-gfx into servo-net 2013-05-09 14:06:03 -07:00
Patrick Walton
7267f806a7 servo: Warning police. 2013-05-09 11:47:31 -07:00
Patrick Walton
0a6b537c5f servo: Remove the type parameter from the compositor, rename OSMain, and refactor engine a bit 2013-05-09 11:42:24 -07:00
yichoi
6f7a1782f9 Merge pull request #429 from recrack/add_license
add license
2013-05-09 01:02:23 -07:00
Youngmin Yoo
d412c62003 modify add license 2013-05-09 16:59:44 +09:00
yichoi
21994a41ce Merge pull request #427 from recrack/incorrect_license
Incorrect license
2013-05-09 00:45:48 -07:00
Young-il Choi
7100c1f1a2 submodule: update rust-opengles 2013-05-09 16:04:13 +09:00
yichoi
0290fcc869 Merge pull request #428 from recrack/update_path
update: check.mk tidy path
2013-05-08 22:49:49 -07:00
Youngmin Yoo
a7bd528484 update: check.mk tidy path 2013-05-09 14:00:51 +09:00
Youngmin Yoo
0be783bd46 change license 2013-05-09 13:53:14 +09:00
Youngmin Yoo
1bbbf81d5b make check: incorrect license 2013-05-09 13:46:51 +09:00
Jack Moffitt
0c2e218419 Merge pull request #426 from recrack/rename_cleanup
update: servo for rust language change
2013-05-08 21:40:04 -07:00
Youngmin Yoo
7c6e90ed89 update: servo for rust language change 2013-05-09 10:50:57 +09:00
Patrick Walton
7e933b7464 Separate out windowing from compositing 2013-05-08 17:55:10 -07:00
Jack Moffitt
93e7eb798c Merge pull request #419 from pcwalton/render-box-refactor
layout: Refactor the RenderBox type to save memory and improve the coding style of box.rs
2013-05-08 16:26:08 -07:00
Patrick Walton
fdde75eb47 Rename "osmain" to "compositing" 2013-05-08 15:30:28 -07:00
Patrick Walton
b17e68ee04 layout: Refactor the RenderBox type to save memory and improve the coding style of box.rs 2013-05-08 15:20:13 -07:00
Jack Moffitt
5e05028e42 Merge pull request #422 from jdm/event
Add Event bindings and support for WebIDL dictionaries
2013-05-08 13:39:24 -07:00
Josh Matthews
c9f46e6167 Remove unused mutable warning spam from generated code. 2013-05-08 15:43:33 -04:00
Josh Matthews
af2db0cf68 Add codegen support for dictionaries, and implement Event bindings as a side-effect. Add a stub EventTarget to allow the build to complete. 2013-05-08 14:17:50 -04:00
Young-il Choi
597f7bdc6d submodule: update rust-opengles 2013-05-08 19:37:13 +09:00
Jack Moffitt
49edf85f5d Merge pull request #418 from brson/wip
Add 'backup-rust' and 'restore-rust' build targets
2013-05-07 20:04:30 -07:00