1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-08-02 04:00:32 +01:00
Commit graph

1489 commits

Author SHA1 Message Date
Jack Moffitt
3c0e4c3f8b Update dependencies. 2013-04-18 15:10:05 -06:00
Jack Moffitt
d64d987e1d Merge remote-tracking branch 'pcwalton/refactor-gfx'
Conflicts:
	src/servo-gfx/font.rs
	src/servo-gfx/font_context.rs
	src/servo-gfx/font_list.rs
	src/servo-gfx/freetype_impl/font_context.rs
	src/servo-gfx/image/encode/tga.rs
	src/servo-gfx/native.rs
	src/servo-gfx/platform/linux/font.rs
	src/servo-gfx/platform/linux/font_list.rs
	src/servo-gfx/platform/macos/font.rs
	src/servo-gfx/quartz/font_context.rs
	src/servo-gfx/quartz/font_list.rs
	src/servo-gfx/servo_gfx.rc
	src/servo-gfx/text/glyph.rs
	src/servo-gfx/text/mod.rs
	src/servo-gfx/text/shaper.rs
	src/servo-gfx/text/shaping/harfbuzz.rs
	src/servo-gfx/text/text_run.rs
2013-04-18 13:53:41 -06:00
Patrick Walton
e633702572 Merge pull request from metajack/refactor-gfx
Fix refactored code on linux.
2013-04-18 10:24:31 -07:00
Jack Moffitt
c3f3e71c1c Fix refactored code on linux. 2013-04-18 10:34:47 -06:00
Jack Moffitt
c3c9baf1c9 Merge pull request from JamieKnight/patch-1
Removed reference to cairo from servo-gfx/font.rs
2013-04-17 12:47:54 -07:00
Jamie Knight
b07b8ff2bf removed reference to cairo 2013-04-17 21:44:35 +02:00
Jack Moffitt
5242291b88 Merge pull request from bdaehlie/servo-util-refactor
Servo util refactor
2013-04-16 16:39:04 -07:00
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 from brson/incoming
Update rust-azure
2013-04-16 08:22:06 -07:00
Jack Moffitt
62e5b9cba4 Merge pull request 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 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 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 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 from lordblackfox/master
fixes 
2013-04-12 13:46:47 -07:00
Josh Matthews
375149b833 Merge pull request 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 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 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 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 from yichoi/update-submodule-0409
update submodule rust-mozjs according to 
2013-04-09 06:17:01 -07:00
Young-il Choi
9420fee30b update submodule rust-mozjs according to 2013-04-09 18:19:52 +09:00
Josh Matthews
e08b60517b Merge pull request 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 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 .
2013-04-08 23:18:53 +05:30
Josh Matthews
74a9d617bf Merge pull request from vivekgalatage/master
: 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 
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 from pcwalton/nuke-cairo
Nuke cairo
2013-04-05 16:43:05 -07:00
Jack Moffitt
7c827df8e0 Merge pull request 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