aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix write past buffer length for proxy toString operation.Josh Matthews2013-04-231-1/+1
| |
* | Hide most unused variable warnings in generated bindings.Josh Matthews2013-04-231-8/+8
| |
* | Generate DOMParser bindings.Josh Matthews2013-04-2318-143/+410
| |
* | Remove unneeded unsafe blocks.Jack Moffitt2013-04-227-243/+222
| |
* | Add unused_unsafe attribute to generated bindings.Jack Moffitt2013-04-221-1/+1
|/
* Merge pull request #387 from Douglasj/masterBrian Anderson2013-04-201-1/+1
|\ | | | | Includes unused_variable in Codegen
| * Allow unused_variable in Codegen output.Douglas Johnson2013-04-201-1/+1
| | | | | | | | Issue #386
* | Update for language changes.Luqman Aden2013-04-209-18/+18
|/
* Merge pull request #372 from bdaehlie/servo-util-refactorJack Moffitt2013-04-168-10/+12
|\ | | | | Servo util refactor
| * Add modified files not added in last commit. Part of util code refactoring.Josh Aas2013-04-168-10/+12
| |
* | fix image element to workaydin.kim2013-04-161-53/+44
|/
* remove tabs in src/servo/platform/osmain.rsJosh Aas2013-04-111-19/+19
|
* Merge pull request #334 from pcwalton/nuke-cairoJack Moffitt2013-04-051-1/+0
|\ | | | | Nuke cairo
| * Nuke CairoPatrick Walton2013-04-051-1/+0
| |
* | Add license headersBrian Anderson2013-04-0549-0/+196
|/
* Fix bindings by storing correct vector type.Josh Matthews2013-04-041-1/+1
|
* Fix fail on virtually any page.Josh Matthews2013-04-041-0/+1
|
* Missed a FIXME.Jack Moffitt2013-04-041-1/+1
|
* Update to Rust 0.6.Jack Moffitt2013-04-0437-577/+532
|
* Add basic binding for HTMLCollection.Josh Matthews2013-03-2112-92/+260
|
* Fix forward declaration in webIDL that breaks the build.Josh Matthews2013-03-151-75/+0
|
* Language changes.Josh Matthews2013-03-1312-110/+116
|
* Integrate codegen into the build system.Josh Matthews2013-03-1310-129/+151
|
* Generate working ClientRectList and ClientRect bindings that can wrap, call ↵Josh Matthews2013-03-1314-144/+804
| | | | methods, and access properties.
* Autogenerate ClientRectList bindings.Josh Matthews2013-03-1313-78/+1688
|
* Get a test the prints ClientRect.toString to work.Josh Matthews2013-03-133-17/+68
|
* Hook up interface and prototype object creation.Josh Matthews2013-03-131-13/+158
|
* Fill out the interface creation.Josh Matthews2013-03-132-15/+103
|
* Add proper values for prototype depth and ID to JIT info.Josh Matthews2013-03-131-2/+2
|
* Generate working constant JSClass data.Josh Matthews2013-03-133-44/+916
|
* Get ClientRect bindings building.Josh Matthews2013-03-135-25/+78
|
* Initial dump of codegen work. Requires manual running of various python ↵Josh Matthews2013-03-1318-4/+5917
| | | | scripts to build servo.
* Initial dump of unmodified mozilla-central bindings codegen (7b385ab02118)Josh Matthews2013-03-1392-0/+18913
|
* Rebase.Josh Matthews2013-03-132-1/+1
|
* De-mut field, de-DVec, de-assert.Josh Matthews2013-03-1324-173/+176
|
* Language changes.Josh Matthews2013-03-1130-394/+453
|
* Reenable DOM bindings.Josh Matthews2013-02-283-163/+104
|
* Get rendering back to parity with masterPatrick Walton2013-02-284-5/+6
|
* Fix crashes from incorrect transmutation and traversal routines.Josh Matthews2013-02-241-21/+21
|
* Start work on new DOM representationPatrick Walton2013-02-2422-1078/+994
|
* Language changes.Josh Matthews2013-02-2419-117/+138
|
* Update for language changesPatrick Walton2013-02-1933-209/+232
|
* Update tests for language changesPatrick Walton2013-02-141-7/+9
|
* Upgrade for language changesPatrick Walton2013-02-1328-391/+462
|
* Rust upgrade.Josh Matthews2013-01-2810-323/+363
|
* Fix testsBrian Anderson2013-01-224-158/+25
|
* Upgrade Rust compilerBrian Anderson2013-01-2021-87/+129
| | | | Some work to do yet on Mac
* Fix warningsBrian Anderson2013-01-042-2/+3
|
* Update for language changes.Josh Matthews2012-12-2311-79/+82
|
* Update for language changes; stop crashingPatrick Walton2012-12-147-17/+19
|