about summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-01-10 02:34:34 +0100
committerbptato <nincsnevem662@gmail.com>2024-01-10 02:34:34 +0100
commit90b647f8d31f335b158f98e6be63fd56a8c68fd2 (patch)
tree25ca99d3f3a9d94ecc696f91b78e47336ec37ef5 /lib
parent7e77bced54d29e5e909c0e587fbf9a0c689043dc (diff)
downloadchawan-90b647f8d31f335b158f98e6be63fd56a8c68fd2.tar.gz
Fix windowChange not refreshing valid media queries
* css/cascade: copy stylesheet in applyMediaQuery (so that changes
  are reverted on re-style)
* buffer: clear prevstyled in windowChange (to avoid using cached
  results from previous cascading passes); set window.attrs
* pager: avoid windowChange if new attrs are identical to the old ones
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions
='n96' href='#n96'>96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152