aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/browsingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Renamed BrowsingContext to WindowProxy in script.Alan Jeffrey2017-05-121-602/+0
* Add way to get c_void ptr or c_char from callermckaymatt2017-04-041-6/+4
* Implement dissimilar-origin window.parent and window.top.Alan Jeffrey2017-03-171-7/+70
* Implement dissimilar-origin postMessage.Alan Jeffrey2017-03-151-3/+18
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Allow browsing contexts to resolve to cross-origin windows.Alan Jeffrey2017-02-161-12/+175
* Allow windows to share browsing contexts.Alan Jeffrey2017-01-281-15/+77
* Remove reflow status from browsing context.Alan Jeffrey2017-01-121-10/+0
* Implement browsing context discarding.Alan Jeffrey2017-01-051-31/+8
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Update js, AGAINAnthony Ramine2016-11-271-2/+3
* Replace script thread root browsing context by a collection of documents.Alan Jeffrey2016-11-081-77/+6
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-1/+3
* Removed the session history from BrowsingContext.Alan Jeffrey2016-10-051-53/+18
* Pass a MutableHandle to fill_property_descriptor.Ms2ger2016-09-271-1/+1
* Excise SubpageId and use only PipelineIdsAneesh Agrawal2016-09-131-3/+3
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-1/+1
* Extract mutability out of Reflectable trait.Josh Matthews2016-09-071-1/+1
* Make DOMJSClass use JSClass instead of Class (fixes #13031)Tetsuharu OHZEKI2016-08-261-6/+8
* Update SpiderMonkey to m-c bcf4ff0c3eef.Ms2ger2016-07-281-1/+24
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-19/+19
* Avoid an index-out-of-bounds error in ScriptMemoryFailsafe.Ms2ger2016-06-091-0/+6
* Remove the IterableContext trait.Ms2ger2016-05-241-13/+6
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Stop using JSAutoRequest.Ms2ger2016-05-131-2/+1
* Addressed commentConnor Brewster2016-05-111-2/+2
* remove page and move functionality to browing contextConnor Brewster2016-05-111-11/+129
* Ensure that the fields of BrowsingContext are traced and the Rust object is f...Josh Matthews2016-05-111-4/+23
* Update SpiderMonkeyAnthony Ramine2016-05-031-14/+13
* Make fill_property_descriptor take a flags argumentAnthony Ramine2016-02-231-5/+5
* Don't use the hasOwn hook anymore in browsingcontextAnthony Ramine2016-02-231-12/+12
* Reorder js imports in browsingcontextAnthony Ramine2016-02-231-9/+8
* Auto merge of #9603 - Ms2ger:document-bc, r=jdmbors-servo2016-02-191-11/+16
|\
| * Store a pointer to the browsing context in the Document.Ms2ger2016-02-111-11/+16
* | Implement RootedReference<T> for Option<JS<T>>Daniel Robertson2016-02-161-2/+2
* | Use JS_GetOwnPropertyDescriptorById in BrowserContext (fixes #6984).Brandon Fairchild2016-02-111-9/+5
|/
* Give WindowProxy objects an innerObject hook.Ms2ger2016-02-091-6/+2
* Rename the browsercontext module.Ms2ger2015-12-111-0/+281