Commit graph

1218 commits

Author SHA1 Message Date
Sasha Koss
a2feaeafb5 Turn on highlight in README 2013-04-04 23:36:18 +07:00
Brian Anderson
b9f82b8d05 Add license 2013-04-03 18:37:29 -07:00
Brian Anderson
2570045bf1 Merge pull request #305 from klutzy/submodule-sync
Sync submodule recursively
2013-03-26 11:26:50 -07:00
Brian Anderson
d6eb5eec7c Merge pull request #308 from astrieanna/master
Specify 64bit-only in README
2013-03-26 11:26:24 -07:00
Josh Matthews
6660ea0278 Add basic binding for HTMLCollection. 2013-03-21 15:05:04 -04:00
Leah Hanson
1bea7e6a42 Specified that OS X also needs to be 64bit. 2013-03-21 12:17:28 -04:00
Leah Hanson
e2c5249c6e Modified README to specify 64bit-only. Fixes #307. 2013-03-21 11:23:27 -04:00
klutzy
14d6babd88 Sync submodule recursively
Submodule may have its own submodules, and the sub-sub-module url may be
changed.
Thus, if `submodule update --recursive` is done without url sync,
sub-sub-module may fail to find appropriate commit.
This patch fixes the problem by `git submodule update` locally
before recursive sync.
2013-03-16 22:19:38 +09:00
Brian Anderson
5f672775b2 Make --local-rust-root configuration flag work correctly
configure will no longer try to find a local rust by default,
but if you pass --local-rust-root it will use it and not build rust
2013-03-15 14:26:36 -07:00
Josh Matthews
ecb4a9981a Fix forward declaration in webIDL that breaks the build. 2013-03-15 13:35:49 -04:00
Josh Matthews
2cfbe2b000 Language changes. 2013-03-13 17:01:47 -04:00
Josh Matthews
134be0dae0 Integrate codegen into the build system. 2013-03-13 11:51:07 -04:00
Josh Matthews
998e3ffded Generate working ClientRectList and ClientRect bindings that can wrap, call methods, and access properties. 2013-03-13 11:50:07 -04:00
Josh Matthews
77388999ef Autogenerate ClientRectList bindings. 2013-03-13 11:42:57 -04:00
Josh Matthews
3f527d8f8f Get a test the prints ClientRect.toString to work. 2013-03-13 11:41:04 -04:00
Josh Matthews
7c435f5dcb Hook up interface and prototype object creation. 2013-03-13 11:41:04 -04:00
Josh Matthews
e333e5d4c3 Fill out the interface creation. 2013-03-13 11:41:04 -04:00
Josh Matthews
236f47b0a9 Add proper values for prototype depth and ID to JIT info. 2013-03-13 11:41:04 -04:00
Josh Matthews
96d9c6402d Generate working constant JSClass data. 2013-03-13 11:41:04 -04:00
Josh Matthews
c79153be7b Get ClientRect bindings building. 2013-03-13 11:41:04 -04:00
Josh Matthews
ebd1ce8055 Initial dump of codegen work. Requires manual running of various python scripts to build servo. 2013-03-13 11:40:16 -04:00
Josh Matthews
30676402f5 Initial dump of unmodified mozilla-central bindings codegen (7b385ab02118) 2013-03-13 11:40:16 -04:00
Josh Matthews
670c1deb2e Rebase. 2013-03-13 11:40:16 -04:00
Josh Matthews
0bc4ae6f36 Merge branch 'master' of https://github.com/mozilla/servo 2013-03-13 11:36:44 -04:00
Josh Matthews
85bd54dc7d Upgrade rust to 0ad3a110be9070b87ecd7e1c71d20a02660d8959. 2013-03-13 11:35:51 -04:00
Josh Matthews
164520ef3c De-mut field, de-DVec, de-assert. 2013-03-13 10:47:43 -04:00
Josh Matthews
e85b3798f2 Language changes. 2013-03-11 15:20:09 -04:00
Brian Anderson
87fc057268 Merge pull request #302 from wanderview/aclocal-fix-doc
Add extra aclocal config required for homebrew
2013-03-08 18:28:44 -08:00
Ben Kelly
cb72a94e1b Add extra aclocal config required for homebrew
On at least some homebrew systems you will encounter the following
error after a new install when running servo's configure:

    servo/src/pixman/configure: line 13682: PKG_PROG_PKG_CONFIG: command not found
    servo/src/pixman/configure: line 13756: syntax error near unexpected token `GTK,'
    servo/src/pixman/configure: line 13756: `   PKG_CHECK_MODULES(GTK, gtk+-2.0 pixman-1)'

This appears to be related to mxcl/homebrew#5117 and mxcl/homebrew#3209.

Add a note to the README.md about how to resolve this issue with some
manual configuration.
2013-03-08 20:29:28 -05:00
Brian Anderson
e1ee6f0d06 Update submodules to fix tests 2013-03-07 18:28:42 -08:00
Brian Anderson
a77fe19eea Merge remote-tracking branch 'oncemoreification/update-readme'
Conflicts:
	README.md
2013-03-01 14:37:12 -08:00
Brian Anderson
df7a1c70a3 Update skia 2013-03-01 14:07:44 -08:00
Patrick Walton
314850d6f4 Merge remote branch 'origin/master' 2013-02-28 18:16:01 -08:00
Patrick Walton
c22753b050 Update submodules for language changes 2013-02-28 18:15:09 -08:00
Patrick Walton
36da30cc85 gfx: Fix Cocoa rendering by removing commented-out font loading code. 2013-02-28 18:13:29 -08:00
Josh Matthews
37488ce044 Reenable DOM bindings. 2013-02-28 19:37:18 -05:00
Patrick Walton
416e870385 Get rendering back to parity with master 2013-02-28 15:38:34 -08:00
Josh Matthews
3e2e55a72c Merge pull request #288 from oncemoreification/modify-configure
Branch for different aclocal dirs
2013-02-26 11:25:28 -08:00
Josh Matthews
cf3917f5b1 Fix crashes from incorrect transmutation and traversal routines. 2013-02-24 23:41:29 -05:00
Patrick Walton
1b030480ab Start work on new DOM representation 2013-02-24 21:30:43 -05:00
Josh Matthews
ce514f2785 Language changes. 2013-02-24 20:56:11 -05:00
Brian Burg
1c3db7cf44 Merge pull request #295 from zpao/libtool
Add libtool to brew install requirements
2013-02-24 08:07:41 -08:00
Paul O’Shannessy
5e54ca0ca1 Add libtool to brew install requirements 2013-02-23 11:26:24 -08:00
Patrick Walton
a64821b151 Update for language changes 2013-02-19 18:42:16 -08:00
Patrick Walton
2483797f48 Update for language changes 2013-02-19 17:56:59 -08:00
oncemoreification
95588f61c7 Branch for different aclocal dirs 2013-02-16 21:05:45 -08:00
oncemoreification
4ab8ebf2c7 Add 'brew install pkg-config' to build steps 2013-02-16 20:48:05 -08:00
Patrick Walton
6a92e84105 Update tests for language changes 2013-02-14 13:00:36 -08:00
Brian Anderson
ef0423d89a Update rust-azure, rust-freetype 2013-02-14 12:15:08 -08:00
Patrick Walton
f1b2463d48 Fix level-of-indirection problem in url 2013-02-14 12:02:20 -08:00