aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Consume official GStreamer binaries on MacOSMukilan Thiyagarajan2023-05-121-0/+5
* Make sender and receiver name more coherentatbrakhi2023-05-081-8/+8
* Clean up debug optionsMartin Robinson2023-05-011-8/+12
* Update user agent stringsAlex Touchet2023-03-301-7/+7
* Create initial browser id for compositor on startup.Josh Matthews2021-10-181-4/+12
* Only request synchronous repaint when a resize will actually occur.Josh Matthews2021-03-051-4/+7
* Remove stub debugger server.Josh Matthews2020-08-101-6/+0
* Pipe GST_DEBUG output to its own log file on UWP.Josh Matthews2020-08-071-2/+1
* Make reload button clear the network cache.Josh Matthews2020-07-271-0/+7
* Update user agent stringsAlex Touchet2020-07-261-6/+6
* Auto merge of #27304 - paulrouget:staticdevtoolsport, r=jdmbors-servo2020-07-211-3/+9
|\
| * Configure devtools server via preferencesPaul Rouget2020-07-171-3/+9
* | Auto merge of #27302 - jdm:gst-package-mac, r=Manishearthbors-servo2020-07-171-53/+16
|\ \ | |/ |/|
| * Load explicit set of gstreamer plugins on macos, and include them in the nigh...Josh Matthews2020-07-161-53/+16
* | Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-0/+10
|/
* Auto merge of #27016 - gterzian:fix_closing_window, r=jdm,paulrougetbors-servo2020-06-301-5/+1
|\
| * ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-5/+1
* | Support for webxr layer managementAlan Jeffrey2020-06-281-72/+32
|/
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-1/+19
* Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdmbors-servo2020-06-121-4/+6
|\
| * Enable textAlign, textBaseline and direction attributes for canvasUtsav Oza2020-06-101-4/+6
* | Update webrender.Josh Matthews2020-06-111-1/+1
* | canvas: Don't panic if webrender isn't reachable.Josh Matthews2020-06-101-2/+2
|/
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-091-16/+53
* Remove support for heartbeats profilingSimon Sapin2020-06-041-1/+0
* Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-111-0/+4
* Update webrender.Josh Matthews2020-05-111-9/+0
* Remove use of `webrender::RendererKind`Simon Sapin2020-04-201-8/+1
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-54/+41
* Update user agent stringsAlex Touchet2020-04-081-6/+6
* Remove WebVRAlan Jeffrey2020-04-081-52/+1
* Extract user_agent from global optsUtsav Oza2020-04-061-3/+67
* allow for a service worker manager per originGregory Terzian2020-04-051-38/+34
* Check the BHM option before starting it in multi-process mode.Quentin Rasmont2020-04-041-2/+5
* Pass context menu callbacks down to the openxr deviceManish Goregaokar2020-03-311-1/+2
* Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-091-15/+30
* Track outstanding WR frames and delay reftest screenshot when necessary.Josh Matthews2020-02-211-0/+7
* Stop animations when window is hidden (API + UWP)Paul Rouget2020-02-191-0/+13
* Auto merge of #25242 - paulrouget:prompt, r=manishearthbors-servo2020-02-101-1/+4
|\
| * Prompt user before accepting incoming devtools connectionPaul Rouget2020-02-101-1/+4
* | Remove dependency of constellation on canvasKunal Mohan2020-02-061-0/+5
|/
* move ConstellationMsg to compositingKunal Mohan2020-01-291-4/+2
* Only start WebGPU thread if an adapter is requestedZakor Gyula2020-01-131-3/+0
* Auto merge of #24862 - jdm:js-init-destroy-fit-the-second, r=asajeffreybors-servo2019-11-271-2/+12
|\
| * script: Ensure JS engine is initialized and deinitialized on the same thread.Josh Matthews2019-11-261-2/+12
* | Auto merge of #24859 - jdm:surfman-fallible, r=Manishearthbors-servo2019-11-261-9/+24
|\ \ | |/ |/|
| * Don't panic if surfman initialization fails.Josh Matthews2019-11-251-9/+24
* | Auto merge of #24708 - szeged:webgpu-base, r=gterzian,kvarkbors-servo2019-11-251-0/+4
|\ \ | |/ |/|
| * Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+4
* | Make gstreamer(-sys) optionalTuncer Ayaz2019-11-211-2/+2