aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-6/+6
* Auto merge of #24758 - gterzian:impl_timer_task_source, r=noxbors-servo2019-11-261-4/+1
|\
| * impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-191-4/+1
* | Auto merge of #24708 - szeged:webgpu-base, r=gterzian,kvarkbors-servo2019-11-251-0/+11
|\ \
| * | Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+11
| |/
* / ensure unload run with old pipeline as currently-active, do not nullify proxy...Gregory Terzian2019-11-211-1/+12
|/
* Auto merge of #24665 - saschanaz:timerhandler, r=noxbors-servo2019-11-171-38/+13
|\
| * Use TimerHandler IDL union typeKagami Sascha Rosylight2019-11-051-38/+13
* | dom: Calculate the viewport size of iframes when they are first added to the ...Josh Matthews2019-11-061-1/+12
* | Use IDL sequence default valueKagami Sascha Rosylight2019-11-041-13/+6
|/
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-47/+100
* begin messageport, transferable objects, implKeith Yeung2019-10-191-11/+26
* webgl: Lazily clear the canvas right before the first webgl command of the ne...Josh Matthews2019-10-101-0/+7
* improve spec compliance of discarding BCsGregory Terzian2019-09-221-20/+77
* performance: clear and disable buffer on pipeline exitGregory Terzian2019-09-041-14/+7
* Auto merge of #24072 - gterzian:ensure_docs_drop, r=asajeffreybors-servo2019-08-281-4/+14
|\
| * ensure documents drop when a pipeline exitsGregory Terzian2019-08-281-4/+14
* | Update Window::open and document::open parameters to match the specBastien Orivel2019-08-241-1/+1
|/
* Add support for returning array-like types from the Execute(Async)Script wd c...George Roman2019-08-101-1/+1
* Remove extra webgl message pumping thread.Josh Matthews2019-07-251-3/+16
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-22/+16
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-28/+25
* Wrap(Global)Method now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-241-2/+3
* Update euclid.Emilio Cobos Álvarez2019-07-231-24/+27
* Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffreybors-servo2019-07-181-21/+20
|\
| * clean-up navigationGregory Terzian2019-07-181-21/+20
* | Auto merge of #23516 - pcwalton:webrenderup, r=pcwalton,jdmbors-servo2019-07-121-1/+2
|\ \
| * | WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+2
* | | Hook supportsSession() into new xr crateManish Goregaokar2019-07-111-2/+2
* | | Expose webxr registry to windowManish Goregaokar2019-07-101-0/+9
|/ /
* | Fix typos, warnings and other nitsFernando Jiménez Moreno2019-07-041-1/+1
* | Media crateFernando Jiménez Moreno2019-07-041-1/+1
* | Add media (WindowGLContext) module in canvas_traitVíctor Manuel Jáquez Leal2019-07-041-0/+11
* | Fix code styleVíctor Manuel Jáquez Leal2019-07-041-0/+1
* | Remove `default-except-unstable`Simon Sapin2019-07-011-4/+1
* | Script: removed a few opts::get()oneturkmen2019-06-261-8/+48
* | Fix some new warningsSimon Sapin2019-06-221-2/+2
* | Add Servo3D immersive demo for magicleapAlan Jeffrey2019-06-131-1/+1
|/
* Add an inCompartments config for bindingsBastien Orivel2019-05-241-1/+3
* window.name deals with lack of browsing contexttigercosmos2019-05-191-2/+7
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-4/+4
* Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzianbors-servo2019-04-251-1/+3
|\
| * set referrer in window.load_urlRussell Cousineau2019-04-191-1/+3
* | Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-2/+14
|/
* Update base64 to 0.10.1Anthony Ramine2019-01-251-6/+3
* Report the stylesheet URL when reporting CSS errorsAnthony Ramine2019-01-141-1/+1
* Make Window::scroll_offsets store keys as OpaqueNode valuesAnthony Ramine2019-01-141-12/+8
* Move CSSReporter from script_layout_interface to scriptAnthony Ramine2019-01-141-3/+40
* Make a bunch of layout queries morally saferAnthony Ramine2019-01-091-19/+14
* Use incumbent global for postmessage origin check.Josh Matthews2019-01-071-5/+1