about summary refs log tree commit diff stats
path: root/src/extern
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-02-22 22:17:53 +0100
committerbptato <nincsnevem662@gmail.com>2024-02-22 22:24:27 +0100
commit6f68626e202f93991f678086634692e6366958c6 (patch)
tree411bf8bf78aaae5dc391344370cbb2350de4b884 /src/extern
parentb2da391458bca7b7f38fc9f03925d704841165c8 (diff)
downloadchawan-6f68626e202f93991f678086634692e6366958c6.tar.gz
buffer: clean up contentType
This fixes a bug where setContentType would call setHTML twice, which
messed up charsets and probably a couple more things. As a bonus, it
allows us to pass around the content type less.

In fact, buffer does not have to know its exact content type, just
whether it is in HTML mode or not. So that's all we tell it now;
only container still keeps track of the content type (as it should).
Diffstat (limited to 'src/extern')
0 files changed, 0 insertions, 0 deletions
red> 2020-05-20 02:45:55 -0400 reverted nav bar to rectangular buttons. changed summary text on index.' href='/tilde/site/commit/index.php?id=b66a62175a2b83928b5f52077def712248e999e1'>b66a621 ^
03982fd ^
b66a621 ^
c3cca82 ^
ff1d2bd ^
c3cca82 ^
ff1d2bd ^

c3cca82 ^



ff1d2bd ^
e59ebae ^
136f4b8 ^


e59ebae ^






ff1d2bd ^
e59ebae ^
136f4b8 ^


e59ebae ^
03982fd ^

68d3675 ^
03982fd ^
68d3675 ^
0188cd9 ^
68d3675 ^
03982fd ^
ff1d2bd ^
c3cca82 ^
0188cd9 ^
c3cca82 ^
0188cd9 ^
277bde9 ^
020b76b ^
c3cca82 ^
020b76b ^
c3cca82 ^
020b76b ^

c3cca82 ^
277bde9 ^
49d8d71 ^
277bde9 ^
020b76b ^
277bde9 ^
c3cca82 ^
020b76b ^
277bde9 ^
020b76b ^
277bde9 ^
020b76b ^
277bde9 ^

020b76b ^





277bde9 ^
0188cd9 ^


020b76b ^
0188cd9 ^
020b76b ^



f3fd703 ^
020b76b ^
0188cd9 ^
020b76b ^
0188cd9 ^

277bde9 ^

020b76b ^
c3cca82 ^

3b71a87 ^
c3cca82 ^









4067798 ^
c3cca82 ^
3b71a87 ^

c3cca82 ^

5db8118 ^
f9fd67a ^

c4f2958 ^





f9fd67a ^
c3cca82 ^


ff1d2bd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
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