Josh Aas
3e0b2ff011
Add modified files not added in last commit. Part of util code refactoring.
2013-04-16 17:13:25 -05:00
Josh Aas
95b5aaf3f0
Move generic util code from servo-gfx to top-level servo-util.
2013-04-16 17:12:26 -05:00
Jack Moffitt
eb0cf68cfa
Merge pull request #370 from brson/incoming
...
Update rust-azure
2013-04-16 08:22:06 -07:00
Jack Moffitt
62e5b9cba4
Merge pull request #369 from aydinkim/301
...
fix image element to work
2013-04-16 08:19:47 -07:00
aydin.kim
d255126b02
fix image element to work
2013-04-16 15:23:55 +09:00
Brian Anderson
587aff395c
Merge pull request #368 from aydinkim/352
...
added --enable-debug flag to mozjs
2013-04-15 23:19:10 -07:00
Brian Anderson
8560fc659b
Update rust-azure
2013-04-15 23:13:56 -07:00
aydin.kim
a0450e475e
added --enable-debug flag to mozjs
2013-04-16 13:20:21 +09:00
Jack Moffitt
1bfcf7590b
Merge pull request #367 from yichoi/pull-0416
...
submoudle: update latest rust-azure, skia
2013-04-15 16:55:44 -07:00
Young-il Choi
7305fce0ea
submoudle: update latest rust-azure, skia
2013-04-16 08:51:14 +09:00
Brian Anderson
9a12ebf283
Merge pull request #365 from brson/master
...
Update submodules
2013-04-12 15:11:46 -07:00
Brian Anderson
c9d0258a76
Update rust-opengles, rust-stb-image
2013-04-12 14:37:14 -07:00
Patrick Walton
b88632d562
Merge pull request #357 from lordblackfox/master
...
fixes #336
2013-04-12 13:46:47 -07:00
Josh Matthews
375149b833
Merge pull request #362 from bdaehlie/servo361
...
Fix 'make_url' to handle absolute paths properly, allows servo command l...
2013-04-11 19:41:38 -07:00
Josh Aas
7d81db6e29
Fix 'make_url' to handle absolute paths properly, allows servo command line to handle absolute paths.
2013-04-11 21:38:17 -05:00
Josh Aas
ca84c0bdc3
Fix 'make_url' to handle absolute paths properly, allows servo command line to handle absolute paths.
2013-04-11 21:08:09 -05:00
Josh Matthews
a4e6336222
Merge pull request #360 from bdaehlie/servo359
...
remove tabs in src/servo/platform/osmain.rs
2013-04-11 12:48:29 -07:00
Josh Aas
ab256bd61f
remove tabs in src/servo/platform/osmain.rs
2013-04-11 14:28:11 -05:00
Thomas Baquet
8b15f9eced
fixed #336
2013-04-11 13:24:37 +02:00
Patrick Walton
cf9e02e3a0
Add missing platform/mod.rs
2013-04-10 17:57:53 -07:00
Brian Anderson
4b1ab13aef
Accommodate an alternate format license block
2013-04-09 14:09:50 -07:00
Brian Anderson
9e8909cfcb
Update rust-azure
2013-04-09 14:09:27 -07:00
Brian Anderson
21d95c9f77
Update rust-css
2013-04-09 12:30:43 -07:00
Josh Matthews
6218725ffa
Merge pull request #355 from klutzy/configure
...
configure: print rustc version
2013-04-09 07:35:47 -07:00
klutzy
6962c8b2c6
configure: print rustc version
2013-04-09 23:12:16 +09:00
Josh Matthews
76e8c39faf
Merge pull request #354 from yichoi/update-submodule-0409
...
update submodule rust-mozjs according to #339
2013-04-09 06:17:01 -07:00
Young-il Choi
9420fee30b
update submodule rust-mozjs according to #339
2013-04-09 18:19:52 +09:00
Josh Matthews
e08b60517b
Merge pull request #353 from Akinyi/find-python2
...
Do not assume python is an interpreter for Python 2
2013-04-08 14:39:20 -07:00
Marco Schulze
9790e46269
Do not assume python is an interpreter for Python 2
...
On some distributions and configurations, the python command might refer to
python3 instead of python2, breaking the build. Fix this by using the first of
python2, python2.7, or python.
2013-04-08 17:35:06 -03:00
Josh Matthews
ddc30e8568
Merge pull request #350 from vivekgalatage/master
...
Support for https:// protocol for git submodules for servo
2013-04-08 11:10:10 -07:00
Vivek Galatage
bfe5bd87cd
Modifying submodules to use https instead of git for git URL
...
Currently submodules are using the git protocol. Git protocol is blocked
by certain corporate networks which makes it difficult to sync the submodules.
Replacing the git protocol with https in order to sync the submodules.
Fixes #333 .
2013-04-08 23:18:53 +05:30
Josh Matthews
74a9d617bf
Merge pull request #342 from vivekgalatage/master
...
#341 : Add config.tmp to the git ingore list
2013-04-08 07:55:30 -07:00
Vivek Galatage
8516a1d478
Adding config.tmp to the ignore list
...
In case the ../configure script fails or the user cancels it, the temporary file
generated is shown as "untracked file" when running "git status".
Adding it to the ignore file.
Fixes #341
2013-04-08 20:23:19 +05:30
Patrick Walton
5274f11a4c
Nuke the TGA encoder
2013-04-05 18:42:16 -07:00
Patrick Walton
8972f52b2b
Hoist all extern mod
directives to the top level
...
This improves compile time and makes `use` directives look cleaner.
2013-04-05 18:38:40 -07:00
Patrick Walton
a535f22146
Rename one of the two modules called "shaper"
2013-04-05 18:24:46 -07:00
Patrick Walton
bbf1582f8e
Refactor the HarfBuzz shaper to be in line with modern Rust style
2013-04-05 18:03:33 -07:00
Patrick Walton
9cadf19d15
Refactor glyph.rs to modern Rust coding style
2013-04-05 17:40:04 -07:00
Patrick Walton
bd15317eae
Remove some module aliases.
...
These aliases were there for old versions of resolve, and are no longer needed.
2013-04-05 17:16:30 -07:00
Patrick Walton
b2f5ccfd5f
Remove native.rs. It's no longer needed; just use platform::* directly.
2013-04-05 16:58:08 -07:00
Jack Moffitt
c617e7d288
Merge pull request #334 from pcwalton/nuke-cairo
...
Nuke cairo
2013-04-05 16:43:05 -07:00
Jack Moffitt
7c827df8e0
Merge pull request #335 from brson/license
...
Add license headers
2013-04-05 16:31:01 -07:00
Brian Anderson
aa35482e92
Add license headers
2013-04-05 16:16:50 -07:00
Patrick Walton
9822f5d96b
Refactor the Linux font stuff
2013-04-05 16:12:24 -07:00
Patrick Walton
f372c9c5c3
gfx: Refactor the Mac platform goop into platform/
2013-04-05 15:49:11 -07:00
Patrick Walton
e66c9fb7f4
Update submodules
2013-04-05 15:09:01 -07:00
Patrick Walton
b399b157ed
Nuke Cairo
2013-04-05 15:08:15 -07:00
Patrick Walton
ebff681efb
Nuke src/cairo, src/pixman, and src/rust-cairo
2013-04-05 13:32:15 -07:00
Josh Matthews
8f7ac7ba37
Merge pull request #329 from metajack/update-skia-2
...
Update skia dependency.
2013-04-05 09:31:58 -07:00
Jack Moffitt
bba1adc035
Update skia dependency.
2013-04-05 10:30:24 -06:00