Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix write past buffer length for proxy toString operation. | Josh Matthews | 2013-04-23 | 1 | -1/+1 | |
| | | ||||||
* | | Hide most unused variable warnings in generated bindings. | Josh Matthews | 2013-04-23 | 1 | -8/+8 | |
| | | ||||||
* | | Generate DOMParser bindings. | Josh Matthews | 2013-04-23 | 18 | -143/+410 | |
| | | ||||||
* | | Remove unneeded unsafe blocks. | Jack Moffitt | 2013-04-22 | 7 | -243/+222 | |
| | | ||||||
* | | Add unused_unsafe attribute to generated bindings. | Jack Moffitt | 2013-04-22 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #387 from Douglasj/master | Brian Anderson | 2013-04-20 | 1 | -1/+1 | |
|\ | | | | | Includes unused_variable in Codegen | |||||
| * | Allow unused_variable in Codegen output. | Douglas Johnson | 2013-04-20 | 1 | -1/+1 | |
| | | | | | | | | Issue #386 | |||||
* | | Update for language changes. | Luqman Aden | 2013-04-20 | 9 | -18/+18 | |
|/ | ||||||
* | Merge pull request #372 from bdaehlie/servo-util-refactor | Jack Moffitt | 2013-04-16 | 8 | -10/+12 | |
|\ | | | | | Servo util refactor | |||||
| * | Add modified files not added in last commit. Part of util code refactoring. | Josh Aas | 2013-04-16 | 8 | -10/+12 | |
| | | ||||||
* | | fix image element to work | aydin.kim | 2013-04-16 | 1 | -53/+44 | |
|/ | ||||||
* | remove tabs in src/servo/platform/osmain.rs | Josh Aas | 2013-04-11 | 1 | -19/+19 | |
| | ||||||
* | Merge pull request #334 from pcwalton/nuke-cairo | Jack Moffitt | 2013-04-05 | 1 | -1/+0 | |
|\ | | | | | Nuke cairo | |||||
| * | Nuke Cairo | Patrick Walton | 2013-04-05 | 1 | -1/+0 | |
| | | ||||||
* | | Add license headers | Brian Anderson | 2013-04-05 | 49 | -0/+196 | |
|/ | ||||||
* | Fix bindings by storing correct vector type. | Josh Matthews | 2013-04-04 | 1 | -1/+1 | |
| | ||||||
* | Fix fail on virtually any page. | Josh Matthews | 2013-04-04 | 1 | -0/+1 | |
| | ||||||
* | Missed a FIXME. | Jack Moffitt | 2013-04-04 | 1 | -1/+1 | |
| | ||||||
* | Update to Rust 0.6. | Jack Moffitt | 2013-04-04 | 37 | -577/+532 | |
| | ||||||
* | Add basic binding for HTMLCollection. | Josh Matthews | 2013-03-21 | 12 | -92/+260 | |
| | ||||||
* | Fix forward declaration in webIDL that breaks the build. | Josh Matthews | 2013-03-15 | 1 | -75/+0 | |
| | ||||||
* | Language changes. | Josh Matthews | 2013-03-13 | 12 | -110/+116 | |
| | ||||||
* | Integrate codegen into the build system. | Josh Matthews | 2013-03-13 | 10 | -129/+151 | |
| | ||||||
* | Generate working ClientRectList and ClientRect bindings that can wrap, call ↵ | Josh Matthews | 2013-03-13 | 14 | -144/+804 | |
| | | | | methods, and access properties. | |||||
* | Autogenerate ClientRectList bindings. | Josh Matthews | 2013-03-13 | 13 | -78/+1688 | |
| | ||||||
* | Get a test the prints ClientRect.toString to work. | Josh Matthews | 2013-03-13 | 3 | -17/+68 | |
| | ||||||
* | Hook up interface and prototype object creation. | Josh Matthews | 2013-03-13 | 1 | -13/+158 | |
| | ||||||
* | Fill out the interface creation. | Josh Matthews | 2013-03-13 | 2 | -15/+103 | |
| | ||||||
* | Add proper values for prototype depth and ID to JIT info. | Josh Matthews | 2013-03-13 | 1 | -2/+2 | |
| | ||||||
* | Generate working constant JSClass data. | Josh Matthews | 2013-03-13 | 3 | -44/+916 | |
| | ||||||
* | Get ClientRect bindings building. | Josh Matthews | 2013-03-13 | 5 | -25/+78 | |
| | ||||||
* | Initial dump of codegen work. Requires manual running of various python ↵ | Josh Matthews | 2013-03-13 | 18 | -4/+5917 | |
| | | | | scripts to build servo. | |||||
* | Initial dump of unmodified mozilla-central bindings codegen (7b385ab02118) | Josh Matthews | 2013-03-13 | 92 | -0/+18913 | |
| | ||||||
* | Rebase. | Josh Matthews | 2013-03-13 | 2 | -1/+1 | |
| | ||||||
* | De-mut field, de-DVec, de-assert. | Josh Matthews | 2013-03-13 | 24 | -173/+176 | |
| | ||||||
* | Language changes. | Josh Matthews | 2013-03-11 | 30 | -394/+453 | |
| | ||||||
* | Reenable DOM bindings. | Josh Matthews | 2013-02-28 | 3 | -163/+104 | |
| | ||||||
* | Get rendering back to parity with master | Patrick Walton | 2013-02-28 | 4 | -5/+6 | |
| | ||||||
* | Fix crashes from incorrect transmutation and traversal routines. | Josh Matthews | 2013-02-24 | 1 | -21/+21 | |
| | ||||||
* | Start work on new DOM representation | Patrick Walton | 2013-02-24 | 22 | -1078/+994 | |
| | ||||||
* | Language changes. | Josh Matthews | 2013-02-24 | 19 | -117/+138 | |
| | ||||||
* | Update for language changes | Patrick Walton | 2013-02-19 | 33 | -209/+232 | |
| | ||||||
* | Update tests for language changes | Patrick Walton | 2013-02-14 | 1 | -7/+9 | |
| | ||||||
* | Upgrade for language changes | Patrick Walton | 2013-02-13 | 28 | -391/+462 | |
| | ||||||
* | Rust upgrade. | Josh Matthews | 2013-01-28 | 10 | -323/+363 | |
| | ||||||
* | Fix tests | Brian Anderson | 2013-01-22 | 4 | -158/+25 | |
| | ||||||
* | Upgrade Rust compiler | Brian Anderson | 2013-01-20 | 21 | -87/+129 | |
| | | | | Some work to do yet on Mac | |||||
* | Fix warnings | Brian Anderson | 2013-01-04 | 2 | -2/+3 | |
| | ||||||
* | Update for language changes. | Josh Matthews | 2012-12-23 | 11 | -79/+82 | |
| | ||||||
* | Update for language changes; stop crashing | Patrick Walton | 2012-12-14 | 7 | -17/+19 | |
| |