aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/utils.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the `call` hook on non-callback interface objects (fixes #10744)Anthony Ramine2016-04-251-12/+1
* Lazily define interface objects on globals (fixes #6419)Anthony Ramine2016-02-251-7/+61
* Lazily-define standard ECMAScript classesAnthony Ramine2016-02-251-7/+5
* Stop returning an Option from Window::browsing_context.Ms2ger2016-02-231-1/+1
* Bump heapsize to 0.3Anthony Ramine2016-02-131-1/+2
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
* Move ConstantSpec, NonNullJSNative and define_constants from utils to interfacenxnfufunezn2016-01-241-62/+5
* Fix prototypes of interface objects (fixes #2665)Anthony Ramine2016-01-121-5/+5
* Refactor prototype initialisationAnthony Ramine2016-01-121-190/+12
* Remove NativePropertyHooksAnthony Ramine2016-01-121-12/+0
* Use features to prevent the util component from entraining the world in Gecko...Bobby Holley2016-01-111-1/+1
* Rename the browsercontext module.Ms2ger2015-12-111-2/+2
* Initialize the slots of global objects before a possible GC.Ms2ger2015-12-101-16/+10
* Implement [Unforgeable]Anthony Ramine2015-12-021-0/+8
* Remove unused slot in prototype object (fixes #8588)Anthony Ramine2015-11-301-19/+0
* Remove `#[allow(raw_pointer_derive)]` attributesBrandon Fairchild2015-11-271-3/+0
* Rename a confusing argument.Ms2ger2015-11-191-2/+2
* Rustfmt some of script.Ms2ger2015-11-181-106/+152
* Use the conversion traits from js.Ms2ger2015-11-121-6/+7
* Use throw_type_error and throw_range_error from js.Ms2ger2015-11-121-1/+2
* Clean up the conversion routinesAnthony Ramine2015-11-111-7/+3
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* more cleanuprohan.prinja2015-10-301-3/+1
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-239/+0
* Auto merge of #8242 - Ms2ger:update-js, r=metajackbors-servo2015-10-281-1/+1
|\
| * Update js.Ms2ger2015-10-281-1/+1
* | move reserved slot setting for DOM globalsNathan Froyd2015-10-271-1/+3
|/
* Use the new define_methods and define_properties functions from js.Ms2ger2015-10-251-40/+18
* Remove the unused default implementation of Reflectable::init_reflector.Ms2ger2015-10-231-3/+1
* Introduce IDLInterface::derives()Anthony Ramine2015-10-211-2/+5
* Auto merge of #7943 - pierrechevalier83:fix_issue_7941, r=Ms2gerbors-servo2015-10-191-9/+10
|\
| * Clarify some code in do_create_interface_objectsPierre Chevalier2015-10-101-9/+10
* | Auto merge of #7972 - nox:codegen-heapsize, r=Ms2gerbors-servo2015-10-151-0/+4
|\ \
| * | Introduce DOMClass::heap_size_ofAnthony Ramine2015-10-141-0/+4
* | | Support the updated spidermonkey bindingsMichael Wu2015-10-141-47/+47
|/ /
* / Generate the TypeId enums in codegenAnthony Ramine2015-10-141-3/+3
|/
* Changed dom_class type to Option<&'static DOMClass>Andriy Kunitsin2015-10-091-4/+9
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-13/+12
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+2
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-0/+4
* Remove needless returnsManish Goregaokar2015-09-041-7/+7
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* sort all usesJohann Tuffe2015-08-201-27/+27
* Update js.Ms2ger2015-08-181-1/+1
* Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-1/+1
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-2/+2
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+12
* Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-301-2/+2
|\