about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with marco's back/forward list hackJosh Rickmar2012-08-282-18/+41
* Backout the recent back/forward list changesJosh Rickmar2012-08-282-25/+128
* Sync preloaded HSTS with chromiumJosh Rickmar2012-08-251-0/+2
* Make clicking a favedit Rm link return to the favedit pageJosh Rickmar2012-08-241-1/+4
* Fix cert checking thread to make sure t is always still validJosh Rickmar2012-08-241-8/+4
* Make removing links from :favedit not crash. tsk tsk meJosh Rickmar2012-08-241-2/+2
* Specify action for the policy when returning TRUE from npd cbJosh Rickmar2012-08-241-2/+7
* Add a setting to disable the tabs feature (same as -t flag)Josh Rickmar2012-08-242-1/+17
* Remove the url to the gnutls docs, it's just too longJosh Rickmar2012-08-241-2/+2
* Fix the build when using some older glib and gtk versionsJosh Rickmar2012-08-242-0/+6
* Make editsrc on about:blank not bomb the browserJosh Rickmar2012-08-231-2/+3
* Make the arrow menu work againJosh Rickmar2012-08-231-5/+5
* Initialize some variables to remove warnings.Josh Rickmar2012-08-231-1/+1
* Update the manpage date to todayJosh Rickmar2012-08-231-1/+1
* Marco wants new tabs only when middle-clicking (or ctrl-click)Josh Rickmar2012-08-231-8/+2
* Fix the logic for following links and opening new tabs.Josh Rickmar2012-08-231-3/+7
* Add an unbind keybinding action, and document in the manpage.Josh Rickmar2012-08-232-5/+19
* Only allow loading of whitelisted valid uri typesJosh Rickmar2012-08-231-0/+6
* Remove some deprecated signalsJosh Rickmar2012-08-223-16/+25
* Kill the gcrypt deprecated warningsJosh Rickmar2012-08-221-0/+2
* Redo the back/forward list hackJosh Rickmar2012-08-212-128/+25
* Remove duplicate codeJosh Rickmar2012-08-063-23/+5
* Add a favedit command and remove rm links from :favJosh Rickmar2012-08-063-14/+28
* Add a new setting, gnutls_priority_string.Josh Rickmar2012-08-024-2/+53
* ref/unref t->active before it is set or unsetJosh Rickmar2012-08-202-2/+14
* Make middle click to paste work in t->cmdJosh Rickmar2012-08-171-5/+8
* Destroy the session key when done with it.Josh Rickmar2012-08-162-5/+27
* Give each tab its own session key for xtp links.Josh Rickmar2012-08-166-158/+70
* Add more info and features to about:secviolationJosh Rickmar2012-08-153-15/+98
* Also add www.bitrig.org to preloaded hstsJosh Rickmar2012-08-151-0/+1
* Bitrig mirrors aren't https, don't include subdomains in hstsJosh Rickmar2012-08-151-1/+1
* Add a (!) next to the exclamation mark text.Josh Rickmar2012-08-151-2/+2
* many changes to about:allthethings and about:webkitTodd T. Fries2012-08-142-104/+183
* Undo the backout of all the inputfocus changes.Josh Rickmar2012-08-143-54/+185
* Send a fake focus-in event to fix the focus.Josh Rickmar2012-08-091-13/+79
* Sync preloaded HSTS with ChromiumJosh Rickmar2012-08-141-0/+1
* fix compile breakage when debug is enabled.David Hill2012-08-101-1/+1
* Reintroduce the FreeBSD fixes that were lost in the backouts.Josh Rickmar2012-08-092-1/+3
* Backout commitsJosh Rickmar2012-08-094-215/+118
* Include . and .. when building on FreeBSDJosh Rickmar2012-08-091-1/+1
* Make sure LOGIN_NAME_MAX is defined properly for FreeBSDJosh Rickmar2012-08-091-0/+2
* Merge in my about:allthethings toplevel changesJosh Rickmar2012-08-081-11/+20
|\
| * Don't recurse for toplevel windows and use proper glib foreachJosh Rickmar2012-08-081-11/+20
* | Merge in todd's about:allthethings changes for extra debugging.Josh Rickmar2012-08-082-104/+177
|\|
| * nix unused varTodd T. Fries2012-08-081-1/+0
| * fix for() loop, s/settings/name of gtk widget/, nix main_windowTodd T. Fries2012-08-081-4/+11
| * initial stab at toplevel window infozTodd T. Fries2012-08-081-0/+10
| * breakout deeply nested function and comment soup sessionTodd T. Fries2012-08-082-97/+105
| * comment soup session bits for nowTodd T. Fries2012-08-081-0/+2
| * cast warnings to oblivionTodd T. Fries2012-08-081-2/+2
tle='Blame the previous revision' href='/akkartik/mu/blame/sandbox/008-sandbox-test.mu?h=hlt&id=b61dfa4fd3596d3095c8ff00913cc443dd751ad0'>^
455fbac6 ^
fa94f4d9 ^



1ead3562 ^
fa94f4d9 ^

455fbac6 ^
fa94f4d9 ^
fa94f4d9 ^





07a64183 ^

455fbac6 ^
fa94f4d9 ^
c193f232 ^
fa94f4d9 ^

3f7eed6c ^
fa94f4d9 ^


3f7eed6c ^
fa94f4d9 ^



07a64183 ^

07a64183 ^


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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199