aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated 'creator' WebIDL attributeCorey Farwell2015-09-212-6/+0
* Python 'is' operator should not be used to check valueCorey Farwell2015-09-201-3/+3
* Remove parens around Python 'assert' statementCorey Farwell2015-09-201-7/+7
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-134-2/+16
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-122-2/+23
* Link to Servo issue instead of Gecko bugCorey Farwell2015-09-101-1/+1
* Use OS-agnostic filesystem paths in PythonCorey Farwell2015-09-082-5/+5
* Allow 'script' component to enter a 'built' stateCorey Farwell2015-09-022-6/+9
* Auto merge of #7209 - frewsxcv:codegen-build-cleanup, r=metajackbors-servo2015-09-012-80/+15
|\
| * Cleanup/refactor build scripts for DOM codegenCorey Farwell2015-08-142-80/+15
| * Add missing parameter to usageString in GlobalGen.pyCorey Farwell2015-08-141-1/+1
* | Auto merge of #7455 - nox:rm-unused-warnings, r=jdmbors-servo2015-08-301-23/+27
|\ \
| * | Do not allow unreachable_code in codegen anymoreAnthony Ramine2015-08-301-4/+0
| * | Do not allow dead_code in codegen anymoreAnthony Ramine2015-08-301-1/+0
| * | Do not allow unused_parens in codegen anymoreAnthony Ramine2015-08-301-4/+3
| * | Do not allow unused_mut in codegen anymoreAnthony Ramine2015-08-301-7/+8
| * | Do not allow unused_unsafe in codegen anymoreAnthony Ramine2015-08-301-7/+16
* | | Auto merge of #7432 - jdm:dashedprops, r=noxbors-servo2015-08-302-13/+31
|\ \ \ | |/ / |/| |
| * | Add infrastructure for supporting dashed CSS property names on CSSStyleDeclar...Josh Matthews2015-08-282-13/+31
* | | Prefer JSTrue/JSFalse to 1/0Corey Farwell2015-08-281-9/+9
|/ /
* | Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-1/+1
* | Auto merge of #7387 - Yoric:2240-2, r=Ms2gerbors-servo2015-08-271-22/+29
|\ \
| * | Fixes #2240 - NamedGetter and NamedSetter do not assume that the argument is ...David Rajchenbach-Teller2015-08-261-22/+29
* | | Auto merge of #7395 - Manishearth:doc-inherit, r=noxbors-servo2015-08-261-3/+11
|\ \ \
| * | | Document InheritTypesManish Goregaokar2015-08-271-3/+11
* | | | Auto merge of #7397 - Manishearth:doublepointer-meet-fire, r=noxbors-servo2015-08-261-13/+0
|\| | | | |/ / |/| |
| * | remove to_borrowed_ref, fix ActivatableManish Goregaokar2015-08-271-8/+0
| * | Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-5/+0
* | | Don't use `is` operatory to compare Python stringsCorey Farwell2015-08-222-3/+3
|/ /
* | Utilize Python context managers for opening/closing filesCorey Farwell2015-08-214-18/+12
* | Initial implementation of ownPropertyKeys proxy handlerCorey Farwell2015-08-201-3/+68
* | Auto merge of #7230 - nox:required-dictionary-member, r=Ms2gerbors-servo2015-08-182-421/+1111
|\ \
| * | Support required dictionary members (fixes #7216)Anthony Ramine2015-08-161-2/+6
| * | Update WebIDL parserAnthony Ramine2015-08-162-419/+1105
* | | Auto merge of #7236 - nox:dictionary-failure-code, r=Ms2gerbors-servo2015-08-161-1/+0
|\ \ \ | |/ / |/| |
| * | Fix dictionary member conversion failure (fixes #7231)Anthony Ramine2015-08-161-1/+0
| |/
* / Support default values for restricted float members (fixes #7217)Anthony Ramine2015-08-152-6/+7
|/
* Auto merge of #7199 - frewsxcv:codegen-if-let, r=Manishearthbors-servo2015-08-131-8/+4
|\
| * Prefer if..let over if..is_some..unwrap in codegenCorey Farwell2015-08-131-8/+4
* | Avoid marking codegen method bodies as unsafe twiceCorey Farwell2015-08-131-1/+3
|/
* Remove dead Python code in binding generating codeCorey Farwell2015-08-052-234/+4
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+1
* Remove an obsolete comment I missed in #6804.Ms2ger2015-07-301-2/+0
* Remove unrooted_must_root annotation from unions (fixes #2661).Ms2ger2015-07-281-1/+0
* Add aarch64-unknown-linux-gnu supportAkos Kiss2015-07-231-4/+4
* Add Clamp and EnforceRange support for webidl arguments.snf2015-07-221-6/+17
* Auto merge of #6592 - frewsxcv:notimplementederror, r=Ms2gerbors-servo2015-07-211-5/+4
|\
| * Use NotImplementedError for Python base class methodsCorey Farwell2015-07-111-5/+4
* | Move away from the repeat().take().collect() pattern.Ms2ger2015-07-141-2/+1
|/
* Remove unused files in 'script/dom/bindings/'Corey Farwell2015-07-1025-1963/+0