Commit graph

4860 commits

Author SHA1 Message Date
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
Patrick Walton
b24822e939 Add back missing match line 2013-02-14 11:16:17 -08:00
Brian Anderson
364d11c968 Update README.md
Fix link
2013-02-14 11:08:57 -08:00
Patrick Walton
de18b9b198 Update Rust version 2013-02-14 10:04:14 -08:00
Patrick Walton
0458783bc7 Upgrade for language changes 2013-02-13 17:28:07 -08:00
Brian Anderson
a7bfc99356 Merge pull request #259 from atotic/patch-1
Fix missing dependency in brew
2013-02-13 15:43:18 -08:00
Aleksandar Totic
06613f716b Fix missing dependency in brew
Needed automake to get beyond 
./configure: line 409: aclocal: command not found
XCode 4.6, pretty virgin setup
2013-02-13 14:30:48 -08:00
Brian Anderson
68af9bf6b9 Work around compiler bug causing crashes in image cache 2013-02-12 14:09:28 -08:00
Brian Anderson
726bae7fb4 Update rust-stb-image 2013-02-08 16:49:49 -08:00