aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Independent window title for each tabservoshell-tabsDelan Azabani2024-03-271-18/+22
* Make location bar text yellow when dirtyDelan Azabani2024-03-271-14/+13
* Independent location field for each tabDelan Azabani2024-03-272-43/+94
* Only send Raise and Focus messages if tab not already focusedDelan Azabani2024-03-271-4/+6
* Add comment about not sending WebViewBlurred on closeDelan Azabani2024-03-271-0/+3
* Log tab-related embedder messages for debuggingDelan Azabani2024-03-271-0/+14
* libservo: don’t send WebViewBlurred when webviews are closedDelan Azabani2024-03-271-5/+0
* Tab bar on top, like Firefox and ChromeDelan Azabani2024-03-271-45/+45
* Middle-click tabs to close themDelan Azabani2024-03-271-0/+8
* Remember focus order in case focused webview is closedDelan Azabani2024-03-272-14/+20
* servoshell: add support for tabbed browsingDelan Azabani2024-03-272-8/+55
* Rename IOCompositor methods for claritymulti-tlbcDelan Azabani2024-03-271-17/+17
* On MoveResizeWebView, only update root pipeline if rect changedDelan Azabani2024-03-271-7/+11
* Merge from mainDelan Azabani2024-03-2671-1046/+637
|\
| * minibrowser: Add loading spinner (#31713)Frederik Reiter2024-03-263-20/+70
| * build(deps): bump bytes from 1.5.0 to 1.6.0 (#31858)dependabot[bot]2024-03-251-2/+2
| * build(deps): bump rayon from 1.9.0 to 1.10.0 (#31859)dependabot[bot]2024-03-251-2/+2
| * build(deps): bump regex from 1.10.3 to 1.10.4 (#31861)dependabot[bot]2024-03-251-2/+2
| * build(deps): bump indexmap from 2.2.5 to 2.2.6 (#31860)dependabot[bot]2024-03-252-11/+11
| * build(deps): bump syn from 2.0.53 to 2.0.55 (#31856)dependabot[bot]2024-03-251-31/+31
| * build(deps): bump prettyplease from 0.2.16 to 0.2.17 (#31854)dependabot[bot]2024-03-251-2/+2
| * build(deps): bump fastrand from 2.0.1 to 2.0.2 (#31855)dependabot[bot]2024-03-251-2/+2
| * Pick the first or last baseline as appropriate (#31705)Oriol Brufau2024-03-254-4/+61
| * clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-2511-96/+86
| * clippy: Fix some clippy warnings in `components/script` (#31843)Rosemary Ajayi2024-03-253-6/+6
| * script: Add pre element obsolete width attribute support (#31792)Bastiaan van der Plaat2024-03-257-543/+35
| * changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-2529-229/+185
| * clippy: Fix remaining warnings in generated code (#31844)eri2024-03-254-32/+48
| * clippy: Fix some warnings in `components/script` (#31849)Ekta Siwach2024-03-257-27/+24
| * Don't update row baseline if cell is empty (#31831)Oriol Brufau2024-03-257-7/+47
| * nix build: replace `fetchCargoTarball` with `importCargoLock` (#31825)Mukilan Thiyagarajan2024-03-252-30/+20
* | Remove WebViewPaintingOrder, since its payload is unreliableDelan Azabani2024-03-258-33/+1
* | Don’t do anything in response to WebViewPaintingOrderDelan Azabani2024-03-251-16/+5
* | Allow webview Show and Raise events to optionally hide all othersDelan Azabani2024-03-259-83/+113
* | Improve logging of webview-related embedder eventsDelan Azabani2024-03-251-7/+21
* | Use webview_id and WebViewId in webview-related codeDelan Azabani2024-03-251-14/+13
* | Stop gating old focus and SetFrameTree behaviour behind Cargo featureDelan Azabani2024-03-252-17/+0
* | Update root pipeline only when painting order actually changesDelan Azabani2024-03-252-27/+47
* | Allow embedder to show/hide/raise webviews without ipcDelan Azabani2024-03-252-45/+43
* | Remove confusing “effectively visible” logic (see #31815, #31816)Delan Azabani2024-03-252-84/+1
* | Merge from mainDelan Azabani2024-03-25301-2875/+2129
|\|
| * WebIDL: Remove `JSObject` from `Document::NamedGetter` (#31841)eri2024-03-243-29/+16
| * clippy: Fix `default_constructed_unit_structs` warnings in `components` (#31827)Oluwatobi Sofela2024-03-243-3/+5
| * fix redundant closure (#31842)Rosemary Ajayi2024-03-231-4/+4
| * Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-2311-68/+57
| * clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-2362-168/+157
| * remove unused code (#31826)atbrakhi2024-03-231-12/+0
| * build(deps): bump libz-sys from 1.1.15 to 1.1.16 (#31829)dependabot[bot]2024-03-221-2/+2
| * Implement StaticRange (#31809)cathiechen2024-03-2215-498/+522
| * clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-2221-45/+32