hausmann@webkit.org | 12c0676 | 2010-03-16 08:53:21 +0000 | [diff] [blame^] | 1 | 2010-03-16 Simon Hausmann <simon.hausmann@nokia.com> |
| 2 | |
| 3 | Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion. |
| 4 | |
| 5 | * .gitattributes: |
| 6 | |
eric@webkit.org | 4c3f670 | 2010-03-12 15:10:54 +0000 | [diff] [blame] | 7 | 2010-03-12 Scott Byer <scottbyer@chromium.org> |
| 8 | |
| 9 | Reviewed by David Levin. |
| 10 | |
| 11 | Popup font size needs to be exposed to clients. |
| 12 | https://bugs.webkit.org/show_bug.cgi?id=35990 |
| 13 | |
| 14 | Add function to expose the popup menu font size, add a field to |
| 15 | WebPopupMenuInfo that receives that information to convey that to |
| 16 | the web view client's createPopupMenu() call. |
| 17 | |
| 18 | * WebCore/platform/chromium/PopupMenuChromium.cpp: |
| 19 | * WebCore/platform/chromium/PopupMenuChromium.h: |
| 20 | * WebKit/chromium/public/WebPopupMenuInfo.h: |
| 21 | * WebKit/chromium/src/ChromeClientImpl.cpp: |
| 22 | |
aroben@apple.com | 4c031abc | 2010-03-11 20:01:32 +0000 | [diff] [blame] | 23 | 2010-03-11 Adam Roben <aroben@apple.com> |
| 24 | |
| 25 | Teach git about ObjC files |
| 26 | |
| 27 | Fixes <http://webkit.org/b/36015>. |
| 28 | |
| 29 | Reviewed by Tim Hatcher. |
| 30 | |
| 31 | * .gitattributes: Set the diff attribute for .m and .mm files, and .h |
| 32 | files in Mac-specific directories. This can be used to generate |
| 33 | more-readable diffs of ObjC files. |
| 34 | |
kov@webkit.org | e51ef01 | 2010-03-09 19:12:25 +0000 | [diff] [blame] | 35 | 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 36 | |
kov@webkit.org | 3220fd7 | 2010-03-09 21:25:36 +0000 | [diff] [blame] | 37 | Unreviewed. Versioning for 1.1.23. |
| 38 | |
| 39 | * configure.ac: |
| 40 | |
| 41 | 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 42 | |
kov@webkit.org | e51ef01 | 2010-03-09 19:12:25 +0000 | [diff] [blame] | 43 | Unreviewed distcheck fix. |
| 44 | |
| 45 | * GNUmakefile.am: |
| 46 | |
jianli@chromium.org | f48782f | 2010-03-08 18:13:31 +0000 | [diff] [blame] | 47 | 2010-03-08 Jian Li <jianli@chromium.org> |
| 48 | |
| 49 | Reviewed by Dmitry Titov. |
| 50 | |
| 51 | Blob.slice support. |
| 52 | https://bugs.webkit.org/show_bug.cgi?id=32993 |
| 53 | |
| 54 | Add ENABLE_BLOB_SLICE feature define. |
| 55 | |
| 56 | * configure.ac: |
| 57 | |
eric@webkit.org | 35236ae | 2010-03-04 15:03:16 +0000 | [diff] [blame] | 58 | 2010-03-04 Fridrich Strba <fridrich.strba@bluewin.ch> |
| 59 | |
| 60 | Reviewed by Holger Freyther. |
| 61 | |
| 62 | https://bugs.webkit.org/show_bug.cgi?id=35726 |
| 63 | Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID |
| 64 | |
| 65 | Removing orphaned #if USE. |
| 66 | |
| 67 | * GNUmakefile.am: |
| 68 | |
jocelyn.turcotte@nokia.com | 28faeac | 2010-03-04 13:39:45 +0000 | [diff] [blame] | 69 | 2010-03-04 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 70 | |
| 71 | Reviewed by Tor Arne Vestbø. |
| 72 | |
| 73 | [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic. |
| 74 | |
| 75 | This also allows shadow builds relying only on qmake to work properly. |
| 76 | |
| 77 | * WebKit.pri: |
| 78 | |
eric@webkit.org | bb8e89f | 2010-03-03 12:44:35 +0000 | [diff] [blame] | 79 | 2010-03-03 Fridrich Strba <fridrich.strba@bluewin.ch> |
| 80 | |
| 81 | Reviewed by Xan Lopez. |
| 82 | |
| 83 | Miscellaneous little fixes for the windows build of webkit-gtk |
| 84 | https://bugs.webkit.org/show_bug.cgi?id=35640 |
| 85 | |
| 86 | * GNUmakefile.am: On Windows with GCC, presence of |
| 87 | __declspec(dllexport) on some symbols disables the autoexport/autoimport |
| 88 | feature for all others. Using regex here assures that all symbols that |
| 89 | need to be exported in the dll are actually exported. |
| 90 | |
eric@webkit.org | 1c78acc | 2010-03-03 01:27:25 +0000 | [diff] [blame] | 91 | 2010-03-02 Arno Renevier <arno@renevier.net> |
| 92 | |
| 93 | Reviewed by Gustavo Noronha Silva. |
| 94 | |
| 95 | [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame |
| 96 | https://bugs.webkit.org/show_bug.cgi?id=35210 |
| 97 | |
| 98 | * GNUmakefile.am: |
| 99 | |
dimich@chromium.org | 52df7eb | 2010-03-02 19:12:42 +0000 | [diff] [blame] | 100 | 2010-03-02 Dmitry Titov <dimich@chromium.org> |
| 101 | |
| 102 | Reviewed by Alexey Proskuryakov. |
| 103 | |
| 104 | Ignore compiled Java test cases in .gitignore. |
| 105 | https://bugs.webkit.org/show_bug.cgi?id=35559 |
| 106 | |
| 107 | * .gitignore: |
| 108 | |
eric@webkit.org | 48bdbbe | 2010-02-27 01:34:46 +0000 | [diff] [blame] | 109 | 2010-02-26 Arno Renevier <arno@renevier.net> |
| 110 | |
| 111 | Reviewed by Gustavo Noronha Silva. |
| 112 | |
| 113 | [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore |
| 114 | https://bugs.webkit.org/show_bug.cgi?id=35424 |
| 115 | |
| 116 | * .gitignore: |
| 117 | |
eric@webkit.org | f3a0e5d | 2010-02-25 07:30:15 +0000 | [diff] [blame] | 118 | 2010-02-24 Sam Kerner <skerner@chromium.org> |
| 119 | |
| 120 | Reviewed by Darin Fisher. |
| 121 | |
| 122 | Expose WebFrame::setCanHaveScrollbars(). This allows a view |
| 123 | which is being resized to not need scroll bars to ensure that |
| 124 | they are not drawn. |
| 125 | |
| 126 | Existing function setAllowsScrolling() was renamed |
| 127 | setCanHaveScrollbars(), to be consistant with change 37159: |
| 128 | http://trac.webkit.org/changeset/37159 |
| 129 | |
| 130 | https://bugs.webkit.org/show_bug.cgi?id=35257 |
| 131 | |
| 132 | * WebKit/chromium/public/WebFrame.h: |
| 133 | * WebKit/chromium/src/ChromeClientImpl.cpp: |
| 134 | * WebKit/chromium/src/WebFrameImpl.cpp: |
| 135 | * WebKit/chromium/src/WebFrameImpl.h: |
| 136 | |
vestbo@webkit.org | 7fd9adf | 2010-02-24 15:05:01 +0000 | [diff] [blame] | 137 | 2010-02-19 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> |
| 138 | |
| 139 | Reviewed by Kenneth Rohde Christiansen. |
| 140 | |
| 141 | [Qt] Remove QGVLauncher |
| 142 | |
| 143 | https://bugs.webkit.org/show_bug.cgi?id=35292 |
| 144 | |
| 145 | * WebKit.pro: |
| 146 | |
xan@webkit.org | 52d39f6 | 2010-02-24 14:04:45 +0000 | [diff] [blame] | 147 | 2010-02-24 Xan Lopez <xlopez@igalia.com> |
| 148 | |
| 149 | Reviewed by Gustavo Noronha. |
| 150 | |
| 151 | Enable SharedWorkers by default, since that's been the default for |
| 152 | a long time in our build-webkit configuration. |
| 153 | |
| 154 | * configure.ac: |
| 155 | |
eric@webkit.org | 6302dd9 | 2010-02-23 22:59:55 +0000 | [diff] [blame] | 156 | 2010-02-23 James Choi <jchoi42@pha.jhu.edu> |
| 157 | |
| 158 | Add Solaris definitions |
| 159 | https://bugs.webkit.org/show_bug.cgi?id=35214 |
| 160 | |
| 161 | * WebKit/chromium/src/WebViewImpl.cpp |
| 162 | * WebKit/chromium/src/WebFrameImpl.cpp |
| 163 | |
eric@webkit.org | 9288cf1 | 2010-02-23 22:43:23 +0000 | [diff] [blame] | 164 | 2010-02-23 Arno Renevier <arno@renevier.net> |
| 165 | |
| 166 | Reviewed by Gustavo Noronha Silva. |
| 167 | |
| 168 | [Gtk]: testwebview does not work when called with absolute path |
| 169 | https://bugs.webkit.org/show_bug.cgi?id=34940 |
| 170 | |
| 171 | When testwebview is called as absolute path, chdir to executable |
| 172 | directory before searching resource files. |
| 173 | |
| 174 | * GNUmakefile.am: |
| 175 | |
kov@webkit.org | ebb1dee | 2010-02-23 15:21:04 +0000 | [diff] [blame] | 176 | 2010-02-23 Leandro Pereira <leandro@profusion.mobi> |
| 177 | |
| 178 | Reviewed by Gustavo Noronha Silva. |
| 179 | |
kov@webkit.org | e491a8e | 2010-02-23 17:52:40 +0000 | [diff] [blame] | 180 | Changes references of GOwnPtr to reflect their new place. |
| 181 | http://webkit.org/b/35084 |
| 182 | |
| 183 | * JavaScriptCore/JavaScriptCore.gypi: |
| 184 | * JavaScriptCore/wtf/Threading.h: |
| 185 | * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h: |
| 186 | |
| 187 | 2010-02-23 Leandro Pereira <leandro@profusion.mobi> |
| 188 | |
| 189 | Reviewed by Gustavo Noronha Silva. |
| 190 | |
kov@webkit.org | ebb1dee | 2010-02-23 15:21:04 +0000 | [diff] [blame] | 191 | Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds |
| 192 | again. |
| 193 | http://webkit.org/b/35084 |
| 194 | |
| 195 | * GNUmakefile.am: |
| 196 | |
eric@webkit.org | e689568 | 2010-02-23 08:42:24 +0000 | [diff] [blame] | 197 | 2010-02-23 Diego Escalante Urrelo <descalante@igalia.com> |
| 198 | |
| 199 | Reviewed by Eric Seidel. |
| 200 | |
| 201 | [gtk] missing libsoup-2.4 package in gir generation |
| 202 | https://bugs.webkit.org/show_bug.cgi?id=35199 |
| 203 | |
| 204 | Include libsoup-2.4 package in gobject introspection .gir generation. |
| 205 | |
| 206 | * GNUmakefile.am: |
| 207 | |
eric@webkit.org | 7da90f2 | 2010-02-23 01:55:38 +0000 | [diff] [blame] | 208 | 2010-02-22 Huahui Wu <hwu@google.com> |
| 209 | |
| 210 | Reviewed by Eric Seidel. |
| 211 | |
| 212 | Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT) |
| 213 | in Android. It's disabled by default, but is enabled when the |
| 214 | enveronment variable ENABLE_JSC_JIT is set to true. |
| 215 | https://bugs.webkit.org/show_bug.cgi?id=34855 |
| 216 | |
| 217 | * Android.mk: |
| 218 | |
xan@webkit.org | 5d29c6b | 2010-02-22 19:07:29 +0000 | [diff] [blame] | 219 | 2010-02-22 Xan Lopez <xlopez@igalia.com> |
| 220 | |
| 221 | Reviewed by Gustavo Noronha. |
| 222 | |
| 223 | Bump library versioning for 1.1.22 release. |
| 224 | |
| 225 | * configure.ac: |
| 226 | |
eric@webkit.org | a7ffd0e | 2010-02-22 15:12:33 +0000 | [diff] [blame] | 227 | 2010-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 228 | |
| 229 | Reviewed by Kenneth Rohde Christiansen. |
| 230 | |
| 231 | [Qt] Add support for layout tests on Symbian |
| 232 | https://bugs.webkit.org/show_bug.cgi?id=31589 |
| 233 | |
| 234 | * WebKit.pro: |
| 235 | |
laszlo.1.gombos@nokia.com | 79977d2 | 2010-02-20 20:24:03 +0000 | [diff] [blame] | 236 | 2010-02-20 Noam Rosenthal <noam.rosenthal@nokia.com> |
| 237 | |
| 238 | Reviewed by Laszlo Gombos. |
| 239 | |
| 240 | [Qt] ENABLE_3D_RENDERING should be optional |
| 241 | https://bugs.webkit.org/show_bug.cgi?id=35100 |
| 242 | |
| 243 | * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test |
| 244 | |
mjs@apple.com | 9f9af46 | 2010-02-20 03:06:28 +0000 | [diff] [blame] | 245 | 2010-02-19 Maciej Stachowiak <mjs@apple.com> |
| 246 | |
| 247 | Reviewed by David Levin. |
| 248 | |
| 249 | Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases |
| 250 | https://bugs.webkit.org/show_bug.cgi?id=35147 |
| 251 | |
| 252 | * configure.ac: |
| 253 | |
vestbo@webkit.org | 86840c5 | 2010-02-18 15:51:35 +0000 | [diff] [blame] | 254 | 2010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 255 | |
| 256 | Reviewed by Eric Seidel. |
| 257 | |
| 258 | Add .gitattributes file for custom ChangeLog merge-driver |
| 259 | |
| 260 | * .gitattributes: Added. |
| 261 | |
eric@webkit.org | 06afd29 | 2010-02-17 20:08:08 +0000 | [diff] [blame] | 262 | 2010-02-17 Noam Rosenthal <noam.rosenthal@nokia.com> |
| 263 | |
| 264 | Reviewed by Ariya Hidayat. |
| 265 | |
| 266 | [Qt] GraphicsLayer: support perspective and 3D transforms |
| 267 | https://bugs.webkit.org/show_bug.cgi?id=34960 |
| 268 | |
| 269 | * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING |
| 270 | |
philn@webkit.org | 09288ae | 2010-02-17 08:37:38 +0000 | [diff] [blame] | 271 | 2010-02-15 Philippe Normand <pnormand@igalia.com> |
| 272 | |
| 273 | Reviewed by Gustavo Noronha Silva. |
| 274 | |
| 275 | [GStreamer] Should handle BUFFERING messages |
| 276 | https://bugs.webkit.org/show_bug.cgi?id=30004 |
| 277 | |
| 278 | * configure.ac: Bump gstreamer -core/-plugins-base requirements to |
| 279 | 0.10.25 which is the minimum required version for on-disk buffering. |
| 280 | |
xan@webkit.org | 5a584a2 | 2010-02-16 12:54:05 +0000 | [diff] [blame] | 281 | 2010-02-16 Xan Lopez <xlopez@igalia.com> |
| 282 | |
| 283 | Reviewed by Gustavo Noronha. |
| 284 | |
| 285 | Bump version to 1.1.22 so we can depend on it in applications. |
| 286 | |
| 287 | * configure.ac: |
| 288 | |
hausmann@webkit.org | a793c0d | 2010-02-12 10:13:50 +0000 | [diff] [blame] | 289 | 2010-02-12 Simon Hausmann <simon.hausmann@nokia.com> |
| 290 | |
| 291 | Reviewed by Holger Freyther. |
| 292 | |
| 293 | Removed WMLInputElement.* from .gitattributes as the file is |
| 294 | now CRLF clean. |
| 295 | |
| 296 | * .gitattributes: |
| 297 | |
jocelyn.turcotte@nokia.com | 52f5a887 | 2010-02-12 10:01:01 +0000 | [diff] [blame] | 298 | 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 299 | |
| 300 | Reviewed by Tor Arne Vestbø. |
| 301 | |
jocelyn.turcotte@nokia.com | 6230744 | 2010-02-12 10:02:40 +0000 | [diff] [blame] | 302 | [Qt] Make qtlauncher and qgvlauncher use the generated headers |
| 303 | path to make sure they are correctly generated. |
| 304 | |
| 305 | * WebKit.pri: |
| 306 | |
| 307 | 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 308 | |
| 309 | Reviewed by Tor Arne Vestbø. |
| 310 | |
jocelyn.turcotte@nokia.com | 52f5a887 | 2010-02-12 10:01:01 +0000 | [diff] [blame] | 311 | [Qt] Manually add support for the install target on Symbian. |
| 312 | |
| 313 | This is required to copy the headers over the ones in Qt. |
| 314 | |
| 315 | * WebKit.pro: |
| 316 | |
eric@webkit.org | 8286449 | 2010-02-12 07:52:40 +0000 | [diff] [blame] | 317 | 2010-02-11 Fridrich Strba <fridrich.strba@bluewin.ch> |
| 318 | |
| 319 | Reviewed by Gustavo Noronha Silva. |
| 320 | |
| 321 | Detect properly different versions of libpng out there. |
| 322 | |
| 323 | * configure.ac: |
| 324 | |
xan@webkit.org | 9121c06 | 2010-02-11 20:40:03 +0000 | [diff] [blame] | 325 | 2010-02-11 Xan Lopez <xlopez@igalia.com> |
| 326 | |
| 327 | Try to fix GTK+ build. |
| 328 | |
| 329 | * configure.ac: |
| 330 | |
tonikitoo@webkit.org | 2a8dca8 | 2010-02-11 19:00:27 +0000 | [diff] [blame] | 331 | 2010-02-11 Antonio Gomes <tonikitoo@webkit.org> |
| 332 | |
| 333 | Reviewed by Xan Lopez. |
| 334 | |
| 335 | Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23). |
| 336 | |
| 337 | * configure.ac: |
| 338 | |
mjs@apple.com | 33a393c | 2010-02-11 10:55:39 +0000 | [diff] [blame] | 339 | 2010-02-08 Maciej Stachowiak <mjs@apple.com> |
| 340 | |
| 341 | Reviewed by Cameron Zwarich. |
| 342 | |
| 343 | Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose. |
| 344 | https://bugs.webkit.org/show_bug.cgi?id=34698 |
| 345 | |
| 346 | * configure.ac: |
| 347 | |
kov@webkit.org | 259570f | 2010-02-08 19:18:52 +0000 | [diff] [blame] | 348 | 2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 349 | |
| 350 | Reviewed by Xan Lopez. |
| 351 | |
| 352 | Bump version to 1.1.21, and adjust library versioning accordingly. |
| 353 | |
| 354 | * configure.ac: |
| 355 | |
kov@webkit.org | c588179 | 2010-02-05 17:24:58 +0000 | [diff] [blame] | 356 | 2010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> |
| 357 | |
| 358 | Reviewed by Gustavo Noronha. |
| 359 | |
| 360 | Add gstreamer-app-0.10 to configure.ac |
| 361 | https://bugs.webkit.org/show_bug.cgi?id=34317 |
| 362 | |
| 363 | * configure.ac: |
| 364 | |
eric@webkit.org | 126eaf7 | 2010-02-05 15:09:17 +0000 | [diff] [blame] | 365 | 2010-02-05 Simon Hausmann <simon.hausmann@nokia.com> |
| 366 | |
| 367 | Reviewed by Tor Arne Vestbø. |
| 368 | |
| 369 | Add .gitattributes file to tell git about files with Windows linefeeds |
| 370 | https://bugs.webkit.org/show_bug.cgi?id=34645 |
| 371 | |
| 372 | On Windows git defaults to "true" for core.autocrlf, meaning all text |
| 373 | files in the working directory are converted from CRLF to LF on checkin |
| 374 | time. Some files present in the repository have been checked in with |
| 375 | CRLF linefeeds and git should not try to convert them. The added |
| 376 | .gitattributes file tells git to not do any CRLF conversion. |
| 377 | |
| 378 | * .gitattributes: Added. |
| 379 | |
vestbo@webkit.org | 8cb4b51 | 2010-02-05 13:23:15 +0000 | [diff] [blame] | 380 | 2010-02-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 381 | |
| 382 | Reviewed by Simon Hausmann. |
| 383 | |
| 384 | [Qt] Generate convenience headers (QWebView, etc) using qmake |
| 385 | |
| 386 | In Qt this is done using syncqt, but we use a pro-file instead |
| 387 | that generates makefile-rules for each of the extra headers. |
| 388 | |
| 389 | These extra headers are installed alongside the normal headers. |
| 390 | |
| 391 | * DerivedSources.pro: Include API-DerivedSources |
| 392 | |
vestbo@webkit.org | 5c3b782 | 2010-02-05 07:45:31 +0000 | [diff] [blame] | 393 | 2010-02-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 394 | |
| 395 | Reviewed by Lars Knoll. |
| 396 | |
| 397 | [Qt] Make 'make -f Makefile.DerivedSources qmake' work |
| 398 | |
| 399 | Previously this target ended up generating a file named |
| 400 | Makefile.DerivedSources.DerivedSources, and so on. |
| 401 | |
| 402 | * DerivedSources.pro: |
| 403 | |
christian@webkit.org | b3ca72f | 2010-02-04 22:51:12 +0000 | [diff] [blame] | 404 | 2010-02-04 Christian Dywan <christian@twotasts.de> |
| 405 | |
| 406 | Reviewed by Xan Lopez. |
| 407 | |
| 408 | Require either libsoup 2.28.2 or 2.29.90. |
| 409 | |
| 410 | * configure.ac: |
| 411 | |
xan@webkit.org | 501b5ef | 2010-02-04 18:09:15 +0000 | [diff] [blame] | 412 | 2010-02-04 Xan Lopez <xlopez@igalia.com> |
| 413 | |
| 414 | Reviewed by Gustavo Noronha. |
| 415 | |
| 416 | Bump minimum libsoup requirement to 2.29.90 |
| 417 | |
| 418 | * configure.ac: |
| 419 | |
kov@webkit.org | 35c4c85 | 2010-02-02 23:37:50 +0000 | [diff] [blame] | 420 | 2010-02-02 Gustavo Noronha Silva <gns@gnome.org> |
| 421 | |
| 422 | Reviewed by Xan Lopez. |
| 423 | |
| 424 | Bump version, and adjust library versioning for 1.1.20. |
| 425 | |
| 426 | * configure.ac: |
| 427 | |
jorlow@chromium.org | d1ae323 | 2010-01-30 00:18:49 +0000 | [diff] [blame] | 428 | 2010-01-29 Jeremy Orlow <jorlow@chromium.org> |
| 429 | |
| 430 | Reviewed by Dimitri Glazkov. |
| 431 | |
| 432 | A first step towards the Indexed Database API |
| 433 | https://bugs.webkit.org/show_bug.cgi?id=34342 |
| 434 | |
| 435 | Add Indexed Database API |
| 436 | |
| 437 | * configure.ac: |
| 438 | |
hausmann@webkit.org | 6f21b21 | 2010-01-27 16:06:44 +0000 | [diff] [blame] | 439 | 2010-01-27 Simon Hausmann <simon.hausmann@nokia.com> |
| 440 | |
| 441 | Reviewed by Kenneth Rohde Christiansen. |
| 442 | |
| 443 | [Qt] Don't build the tests in packages, only the launcher(s) |
| 444 | |
| 445 | * WebKit.pro: |
| 446 | |
jocelyn.turcotte@nokia.com | ebb1aca | 2010-01-27 11:51:37 +0000 | [diff] [blame] | 447 | 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 448 | |
jocelyn.turcotte@nokia.com | b79e21d | 2010-01-27 12:43:06 +0000 | [diff] [blame] | 449 | Reviewed by Tor Arne Vestbø. |
| 450 | |
| 451 | [Qt] Add the "d" suffix to QtWebKit's dll on Windows. |
| 452 | |
| 453 | * WebKit.pri: |
| 454 | |
| 455 | 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 456 | |
jocelyn.turcotte@nokia.com | ebb1aca | 2010-01-27 11:51:37 +0000 | [diff] [blame] | 457 | Unreviewed build fix |
| 458 | |
| 459 | [Qt] Build fix for windows when QTDIR contains release libraries. |
| 460 | |
| 461 | * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation |
| 462 | |
eric@webkit.org | 0090436 | 2010-01-26 13:00:15 +0000 | [diff] [blame] | 463 | 2010-01-26 Jedrzej Nowacki <jedrzej.nowacki@nokia.com> |
| 464 | |
| 465 | Reviewed by Simon Hausmann. |
| 466 | |
| 467 | First steps of the QtScript API. |
| 468 | |
| 469 | Two new classes were created; QScriptEngine and QScriptValue. |
| 470 | The first should encapsulate a javascript context and the second a script |
| 471 | value. |
| 472 | |
| 473 | This API is still in development, so it isn't compiled by default. |
| 474 | To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to |
| 475 | build-webkit. |
| 476 | |
| 477 | https://bugs.webkit.org/show_bug.cgi?id=32565 |
| 478 | |
| 479 | * WebKit.pro: |
| 480 | |
hausmann@webkit.org | c947059 | 2010-01-25 13:18:38 +0000 | [diff] [blame] | 481 | 2010-01-25 Simon Hausmann <simon.hausmann@nokia.com> |
| 482 | |
| 483 | Reviewed by Laszlo Gombos. |
| 484 | |
| 485 | [Qt] Fix the build on Maemo5. |
| 486 | |
| 487 | https://bugs.webkit.org/show_bug.cgi?id=34051 |
| 488 | |
| 489 | * WebKit.pri: Disable the use of uitools, just like it's done for Symbian. |
| 490 | |
hausmann@webkit.org | 1d07179 | 2010-01-21 09:49:02 +0000 | [diff] [blame] | 491 | 2010-01-21 No'am Rosenthal <noam.rosenthal@nokia.com> |
| 492 | |
| 493 | Reviewed by Antti Koivisto. |
| 494 | |
| 495 | [Qt] Implement GraphicsLayer for accelerated layer compositing |
| 496 | https://bugs.webkit.org/show_bug.cgi?id=33514 |
| 497 | |
| 498 | * WebKit.pri: Addded compile flags to enable accelerated compositing |
| 499 | on versions higher than 4.5 |
| 500 | |
vestbo@webkit.org | aa1d9bb | 2010-01-20 12:33:25 +0000 | [diff] [blame] | 501 | 2010-01-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 502 | |
| 503 | Reviewed by Simon Hausmann. |
| 504 | |
| 505 | [Qt] Make DumpRenderTree build on Windows |
| 506 | |
| 507 | * WebKit.pro: |
| 508 | |
hausmann@webkit.org | d8034ee | 2010-01-20 10:15:31 +0000 | [diff] [blame] | 509 | 2010-01-20 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 510 | |
| 511 | Reviewed by Simon Hausmann. |
| 512 | |
| 513 | [Qt] Fix the recursive generated_files target to work with qmake -r -o |
| 514 | |
| 515 | * DerivedSources.pro: |
| 516 | |
hausmann@webkit.org | 8c9b098 | 2010-01-20 09:57:26 +0000 | [diff] [blame] | 517 | 2010-01-20 Simon Hausmann <simon.hausmann@nokia.com> |
| 518 | |
| 519 | Reviewed by Tor Arne Vestbø. |
| 520 | |
| 521 | [Qt] Make it possible (on *nix at least) to recursively call "make generated_files" |
| 522 | |
| 523 | * DerivedSources.pro: |
| 524 | |
kov@webkit.org | 8022f80 | 2010-01-19 23:59:11 +0000 | [diff] [blame] | 525 | 2010-01-19 Gustavo Noronha Silva <gns@gnome.org> |
| 526 | |
| 527 | Unreviewed. Shared library versioning update for 1.1.19. |
| 528 | |
| 529 | * configure.ac: |
| 530 | |
kov@webkit.org | 35efbe3 | 2010-01-15 16:46:14 +0000 | [diff] [blame] | 531 | 2010-01-15 Gustavo Noronha Silva <gns@gnome.org> |
| 532 | |
| 533 | Rubber-stamped by Xan Lopez. |
| 534 | |
| 535 | Bump version to 1.1.19. |
| 536 | |
| 537 | * configure.ac: |
| 538 | |
ossy@webkit.org | cfe2804 | 2010-01-15 06:14:37 +0000 | [diff] [blame] | 539 | 2010-01-14 Csaba Osztrogonác <ossy@webkit.org> |
| 540 | |
| 541 | Reviewed by Eric Seidel. |
| 542 | |
| 543 | [Qt] Defective dependencies caused build failing on QtBuildBot. |
| 544 | https://bugs.webkit.org/show_bug.cgi?id=33693 |
| 545 | |
| 546 | * WebKit.pri: CONFIG += depend_includepath added. |
| 547 | |
steveblock@google.com | 99cce89 | 2010-01-14 11:23:49 +0000 | [diff] [blame] | 548 | 2010-01-14 Steve Block <steveblock@google.com> |
| 549 | |
| 550 | Reviewed by David Levin. |
| 551 | |
| 552 | Moves general includes before bindings includes in Android build system. |
| 553 | https://bugs.webkit.org/show_bug.cgi?id=33623 |
| 554 | |
| 555 | This avoids problems with collisions between WebCore/platform/text/StringBuilder.h |
| 556 | and the new JavaScriptCore/runtime/StringBuilder.h. This change puts |
| 557 | JavaScriptCore/runtime and other bindings includes after the WebCore and other |
| 558 | general includes, so that the WebCore StringBuilder.h is picked up when building |
| 559 | WebCore. |
| 560 | |
| 561 | * Android.mk: Modified. |
| 562 | |
hausmann@webkit.org | b1289b88 | 2010-01-13 16:06:39 +0000 | [diff] [blame] | 563 | 2010-01-13 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 564 | |
| 565 | Reviewed by Simon Hausmann. |
| 566 | |
| 567 | [Qt] Split the build process in two different .pro files. |
| 568 | This allows qmake to be run once all source files are available. |
| 569 | |
| 570 | * DerivedSources.pro: Added. |
| 571 | * WebKit.pri: |
| 572 | |
dbates@webkit.org | a8f3d6a | 2010-01-08 06:16:22 +0000 | [diff] [blame] | 573 | 2010-01-07 Daniel Bates <dbates@rim.com> |
| 574 | |
| 575 | Reviewed by Eric Seidel. |
| 576 | |
| 577 | https://bugs.webkit.org/show_bug.cgi?id=32987 |
| 578 | |
| 579 | Added ENABLE_XHTMLMP flag. Disabled by default. |
| 580 | |
| 581 | * configure.ac: |
| 582 | |
kov@webkit.org | 478f595 | 2010-01-05 19:08:10 +0000 | [diff] [blame] | 583 | 2010-01-05 Gustavo Noronha Silva <gns@gnome.org> |
| 584 | |
| 585 | Reviewed by Xan Lopez. |
| 586 | |
| 587 | Based on idea and original patch by Evan Martin. |
| 588 | |
| 589 | Remove libWebCore intermediate library, to improve link time. |
| 590 | |
| 591 | [GTK] Build time must be reduced |
| 592 | https://bugs.webkit.org/show_bug.cgi?id=32921 |
| 593 | |
| 594 | * GNUmakefile.am: |
| 595 | |
xan@webkit.org | cda0290 | 2010-01-05 15:53:07 +0000 | [diff] [blame] | 596 | 2010-01-05 Xan Lopez <xlopez@igalia.com> |
| 597 | |
| 598 | Bump for 1.1.18 release. |
| 599 | |
| 600 | * configure.ac: |
| 601 | |
kov@webkit.org | 9609af5 | 2010-01-05 01:43:47 +0000 | [diff] [blame] | 602 | 2010-01-04 Gustavo Noronha Silva <gns@gnome.org> |
| 603 | |
| 604 | Fix JSCore-1.0.gir path to fix make distcheck. |
| 605 | |
| 606 | * GNUmakefile.am: |
| 607 | |
hausmann@webkit.org | 59b53cb | 2010-01-04 15:37:26 +0000 | [diff] [blame] | 608 | 2010-01-04 Simon Hausmann <simon.hausmann@nokia.com> |
| 609 | |
| 610 | Reviewed by Tor Arne Vestbø. |
| 611 | |
| 612 | [Qt] Fix standalone package builds. |
| 613 | |
| 614 | * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case. |
| 615 | * WebKit.pro: Don't build JSC and DRT for package builds. |
| 616 | |
eric@webkit.org | 149d2c9 | 2010-01-04 09:42:04 +0000 | [diff] [blame] | 617 | 2010-01-04 Eric Seidel <eric@webkit.org> |
| 618 | |
| 619 | Reviewed by Adam Barth. |
| 620 | |
| 621 | bugzilla-tool should not require users to install mechanize |
| 622 | https://bugs.webkit.org/show_bug.cgi?id=32635 |
| 623 | |
| 624 | * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py |
| 625 | |
eric@webkit.org | a9c899d | 2009-12-28 16:48:55 +0000 | [diff] [blame] | 626 | 2009-12-28 EstĂŞvĂŁo Samuel ProcĂłpio <tevaum@gmail.com> |
| 627 | |
| 628 | Reviewed by Gustavo Noronha Silva. |
| 629 | |
| 630 | Bug 32940: [GTK] Changing the download throttle conditions. |
| 631 | https://bugs.webkit.org/show_bug.cgi?id=32716 |
| 632 | |
| 633 | The WebKitDownload progress notification was taking long to |
| 634 | update. This fix makes notification happens each 0.7 secs |
| 635 | or when the progress ups in 1%. |
| 636 | |
| 637 | * WebKit/gtk/webkit/webkitdownload.cpp: |
| 638 | |
hausmann@webkit.org | 037cffa | 2009-12-22 13:13:23 +0000 | [diff] [blame] | 639 | 2009-12-22 Simon Hausmann <simon.hausmann@nokia.com> |
| 640 | |
| 641 | Rubber-stamped by Holger Freyther. |
| 642 | |
| 643 | Adjusted path to QtLauncher. |
| 644 | |
| 645 | * WebKit.pro: |
| 646 | |
eric@webkit.org | 12a28581 | 2009-12-19 15:16:01 +0000 | [diff] [blame] | 647 | 2009-12-19 Evan Martin <evan@chromium.org> |
| 648 | |
| 649 | Reviewed by Gustavo Noronha Silva. |
| 650 | |
| 651 | Add a couple of WebKitGtk files to .gitignore. |
| 652 | |
| 653 | * .gitignore: |
| 654 | |
otte@webkit.org | bf49694 | 2009-12-18 20:50:32 +0000 | [diff] [blame] | 655 | 2009-12-18 Benjamin Otte <otte@gnome.org> |
| 656 | |
| 657 | Reviewed by Xan Lopez. |
| 658 | |
| 659 | [GTK] RemoveDashboard support. It's useless. |
| 660 | |
| 661 | * configure.ac: |
| 662 | |
hausmann@webkit.org | 903f839 | 2009-12-18 17:06:24 +0000 | [diff] [blame] | 663 | 2009-12-18 Simon Hausmann <simon.hausmann@nokia.com> |
| 664 | |
| 665 | Reviewed by Tor Arne Vestbø. |
| 666 | |
| 667 | [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds |
| 668 | |
| 669 | https://bugs.webkit.org/show_bug.cgi?id=32716 |
| 670 | |
| 671 | * WebKit.pri: Use standalone_package instead of QTDIR_build |
| 672 | |
kov@webkit.org | e43cb10 | 2009-12-17 11:33:55 +0000 | [diff] [blame] | 673 | 2009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 674 | |
| 675 | Unreviewed. Build fixes for make distcheck. |
| 676 | |
| 677 | * GNUmakefile.am: |
| 678 | |
eric@webkit.org | cea545f | 2009-12-16 19:14:36 +0000 | [diff] [blame] | 679 | 2009-12-16 Dan Winship <danw@gnome.org> |
| 680 | |
| 681 | Reviewed by Gustavo Noronha Silva. |
| 682 | |
| 683 | [Gtk] Content-Encoding support |
| 684 | |
| 685 | https://bugs.webkit.org/show_bug.cgi?id=522772 |
| 686 | |
| 687 | * configure.ac: require libsoup 2.28.2 for SoupContentDecoder |
| 688 | |
mjs@apple.com | f5784e5 | 2009-12-14 02:38:22 +0000 | [diff] [blame] | 689 | 2009-12-13 Eric Seidel <eric@webkit.org> |
| 690 | |
| 691 | Reviewed by Gavin Barraclough. |
| 692 | |
| 693 | string-base64 test does not compute a valid base64 string |
| 694 | http://bugs.webkit.org/show_bug.cgi?id=16806 |
| 695 | |
| 696 | * tests/string-base64.js: change str[i] to str.charCodeAt(i) |
| 697 | |
kov@webkit.org | 71924f9 | 2009-12-10 14:29:59 +0000 | [diff] [blame] | 698 | 2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 699 | |
| 700 | Reviewed by Xan Lopez. |
| 701 | |
| 702 | [GTK] Should provide an API to control the IconDatabase |
| 703 | https://bugs.webkit.org/show_bug.cgi?id=32334 |
| 704 | |
| 705 | Add test to make sure favicon reporting works. |
| 706 | |
| 707 | * GNUmakefile.am: |
| 708 | |
eric@webkit.org | b069887 | 2009-12-09 22:47:04 +0000 | [diff] [blame] | 709 | 2009-12-09 Steve Block <steveblock@google.com> |
| 710 | |
| 711 | Reviewed by Adam Barth. |
| 712 | |
| 713 | Adds Android Makefiles for building with V8. |
| 714 | https://bugs.webkit.org/show_bug.cgi?id=32278 |
| 715 | |
| 716 | * Android.mk: Modified. Includes Makefiles for V8. |
| 717 | |
eric@webkit.org | 566a827 | 2009-12-08 16:55:56 +0000 | [diff] [blame] | 718 | 2009-12-08 Steve Block <steveblock@google.com> |
| 719 | |
| 720 | Reviewed by Adam Barth. |
| 721 | |
| 722 | [Android] Adds Makefiles for Android port. |
| 723 | https://bugs.webkit.org/show_bug.cgi?id=31325 |
| 724 | |
| 725 | * Android.mk: Added. |
| 726 | |
christian@webkit.org | 2737f80 | 2009-12-08 16:36:47 +0000 | [diff] [blame] | 727 | 2009-12-08 Christian Dywan <christian@twotoasts.de> |
| 728 | |
| 729 | Reviewed by Xan Lopez. |
| 730 | |
| 731 | * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3 |
| 732 | and define HAVE_LIBSOUP_2_29_3 in that case. |
| 733 | |
kov@webkit.org | 13051d3 | 2009-12-08 15:58:14 +0000 | [diff] [blame] | 734 | 2009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 735 | |
| 736 | Rubber-stamped by Xan Lopez. |
| 737 | |
| 738 | Late post-release version bump. |
| 739 | |
| 740 | * configure.ac: |
| 741 | |
eric@webkit.org | 6f93798 | 2009-12-08 14:58:50 +0000 | [diff] [blame] | 742 | 2009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com> |
| 743 | |
| 744 | Reviewed by Gustavo Noronha Silva. |
| 745 | |
| 746 | [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU) |
| 747 | https://bugs.webkit.org/show_bug.cgi?id=31469 |
| 748 | |
| 749 | Removing hybrid configuration for --with-unicode-backend=glib |
| 750 | ICU not required anymore. |
| 751 | |
| 752 | * autotools/webkit.m4: |
| 753 | |
zimmermann@webkit.org | dceb3f6 | 2009-12-08 11:51:42 +0000 | [diff] [blame] | 754 | 2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com> |
| 755 | |
| 756 | Rubber-stamped by Maciej Stachowiak. |
| 757 | |
| 758 | Turn on (SVG) Filters for Gtk. |
| 759 | https://bugs.webkit.org/show_bug.cgi?id=32224 |
| 760 | |
| 761 | * configure.ac: |
| 762 | |
dimich@chromium.org | f5cb98d | 2009-12-08 00:50:21 +0000 | [diff] [blame] | 763 | 2009-12-07 Dmitry Titov <dimich@chromium.org> |
| 764 | |
| 765 | Rubber-stamped by Darin Adler. |
| 766 | |
| 767 | Remove ENABLE_SHARED_SCRIPT flags |
| 768 | https://bugs.webkit.org/show_bug.cgi?id=32245 |
| 769 | This patch was obtained by "git revert" command and then un-reverting of ChangeLog files. |
| 770 | |
| 771 | * configure.ac: |
| 772 | |
kov@webkit.org | 14462f8 | 2009-12-07 14:35:30 +0000 | [diff] [blame] | 773 | 2009-12-06 Gustavo Noronha Silva <gns@gnome.org> |
| 774 | |
| 775 | Reviewed by Xan Lopez. |
| 776 | |
| 777 | Build the new API test. |
| 778 | |
| 779 | [GTK] REGRESSION: webkit thinks it can render PDFs |
| 780 | https://bugs.webkit.org/show_bug.cgi?id=32183 |
| 781 | |
| 782 | * GNUmakefile.am: |
| 783 | |
kov@webkit.org | 29cccd6 | 2009-12-05 15:35:51 +0000 | [diff] [blame] | 784 | 2009-12-05 Vincent Untz <vuntz@gnome.org> |
| 785 | |
| 786 | Reviewed by Gustavo Noronha. |
| 787 | |
| 788 | Fixes race for builds with introspection enabled, and parallel |
| 789 | make. |
| 790 | |
| 791 | * GNUmakefile.am: |
| 792 | |
xan@webkit.org | c3d1539 | 2009-12-04 10:18:42 +0000 | [diff] [blame] | 793 | 2009-12-04 Xan Lopez <xlopez@igalia.com> |
| 794 | |
| 795 | Reviewed by Gustavo Noronha. |
| 796 | |
| 797 | [GTK]Enable DNS prefetching |
| 798 | https://bugs.webkit.org/show_bug.cgi?id=23846 |
| 799 | |
| 800 | Bump libsoup required version to 2.29.3 for DNS prefetching. |
| 801 | |
| 802 | * configure.ac: |
| 803 | |
kov@webkit.org | 60affd1 | 2009-11-30 15:13:44 +0000 | [diff] [blame] | 804 | 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 805 | |
kov@webkit.org | 2a1f73c | 2009-11-30 19:27:53 +0000 | [diff] [blame] | 806 | Rubber-stamped by Xan Lopez. |
| 807 | |
| 808 | Make sure we distribute and install GObject Introspection files. |
| 809 | |
| 810 | * GNUmakefile.am: |
| 811 | |
| 812 | 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 813 | |
kov@webkit.org | 60affd1 | 2009-11-30 15:13:44 +0000 | [diff] [blame] | 814 | Build fix. Make sure JSCore-1.0.gir is added to the distributed |
| 815 | tarball. |
| 816 | |
| 817 | * GNUmakefile.am: |
| 818 | |
xan@webkit.org | 2267449 | 2009-11-30 13:53:52 +0000 | [diff] [blame] | 819 | 2009-11-30 Xan Lopez <xlopez@igalia.com> |
| 820 | |
| 821 | Reviewed by Gustavo Noronha. |
| 822 | |
| 823 | Bump versions for 1.1.17 release. |
| 824 | |
| 825 | * configure.ac: |
| 826 | |
hausmann@webkit.org | 6eb95ff | 2009-11-30 11:27:51 +0000 | [diff] [blame] | 827 | 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com> |
| 828 | |
| 829 | Reviewed by Simon Hausmann. |
| 830 | |
| 831 | [Qt] Fix compilation with win32-icc |
| 832 | |
| 833 | Include os-win32 for stdint.h since MS does not ship that in their PSDK. |
| 834 | |
| 835 | * WebKit.pri: |
| 836 | |
laszlo.1.gombos@nokia.com | 7e391fb | 2009-11-27 04:06:37 +0000 | [diff] [blame] | 837 | 2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 838 | |
| 839 | Reviewed by Oliver Hunt. |
| 840 | |
| 841 | Move GOwnPtr* from wtf to wtf/gtk |
| 842 | https://bugs.webkit.org/show_bug.cgi?id=31793 |
| 843 | |
| 844 | * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to |
| 845 | the include path. |
| 846 | |
dimich@chromium.org | d6f1190 | 2009-11-25 05:38:48 +0000 | [diff] [blame] | 847 | 2009-11-24 Dmitry Titov <dimich@chromium.org> |
| 848 | |
| 849 | Reviewed by Eric Seidel. |
| 850 | |
| 851 | Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit |
| 852 | https://bugs.webkit.org/show_bug.cgi?id=31444 |
| 853 | |
| 854 | * configure.ac: |
| 855 | |
eric@webkit.org | c489722 | 2009-11-25 02:45:02 +0000 | [diff] [blame] | 856 | 2009-11-24 Jason Smith <dark.panda@gmail.com> |
| 857 | |
| 858 | Reviewed by Alexey Proskuryakov. |
| 859 | |
| 860 | RegExp#exec's returned Array-like object behaves differently from |
| 861 | regular Arrays |
| 862 | https://bugs.webkit.org/show_bug.cgi?id=31689 |
| 863 | |
| 864 | * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added. |
| 865 | * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added. |
| 866 | * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added. |
| 867 | |
snej@chromium.org | a55a24e | 2009-11-25 00:06:17 +0000 | [diff] [blame] | 868 | 2009-11-24 Jens Alfke <snej@chromium.org> |
| 869 | |
| 870 | Reviewed by David Levin. |
| 871 | |
| 872 | Ignore Chromium's Xcode projects that are auto-generated from .gyp files. |
| 873 | https://bugs.webkit.org/show_bug.cgi?id=31847 |
| 874 | |
| 875 | * .gitignore: Add three .xcodeproj files. |
| 876 | |
eric@webkit.org | b6dcd3f | 2009-11-10 01:12:00 +0000 | [diff] [blame] | 877 | 2009-11-09 Priit Laes <plaes@plaes.org> |
| 878 | |
| 879 | Reviewed by Oliver Hunt. |
| 880 | |
| 881 | [Gtk] Build from tarball fails with --enable-introspection |
| 882 | https://bugs.webkit.org/show_bug.cgi?id=31261 |
| 883 | |
| 884 | We need to enable gobject-introspection during distcheck otherwise |
| 885 | some of the required files are missing in tarball. |
| 886 | |
| 887 | * GNUmakefile.am: |
| 888 | |
eric@webkit.org | 8086c25 | 2009-11-05 09:51:32 +0000 | [diff] [blame] | 889 | 2009-11-05 Priit Laes <plaes@plaes.org> |
| 890 | |
| 891 | Reviewed by Jan Alonzo. |
| 892 | |
| 893 | [Gtk] Build failure with --enable-introspection |
| 894 | https://bugs.webkit.org/show_bug.cgi?id=31102 |
| 895 | |
| 896 | Add search and include paths for JSCore-1.0.gir required by |
| 897 | gobject-introspection tools. |
| 898 | |
| 899 | * GNUmakefile.am: |
| 900 | |
eric@webkit.org | 553fcc1 | 2009-11-04 21:00:11 +0000 | [diff] [blame] | 901 | 2009-11-04 Benjamin Otte <otte@gnome.org> |
| 902 | |
| 903 | Reviewed by Gustavo Noronha. |
| 904 | |
| 905 | Update Cairo requirement to 1.6. |
| 906 | |
| 907 | https://bugs.webkit.org/show_bug.cgi?id=19266 |
| 908 | |
| 909 | * configure.ac: |
| 910 | |
eric@webkit.org | 689120a | 2009-11-02 22:26:00 +0000 | [diff] [blame] | 911 | 2009-11-02 EstĂŞvĂŁo Samuel ProcĂłpio <tevaum@gmail.com> |
| 912 | |
| 913 | Reviewed by Gustavo Noronha. |
| 914 | |
| 915 | [Build] make install ignores --prefix option for gobject-introspection. |
| 916 | https://bugs.webkit.org/show_bug.cgi?id=31025 |
| 917 | |
| 918 | Make the build system use the --prefix path also when installing |
| 919 | gobject-introspection files. |
| 920 | |
| 921 | * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR |
| 922 | |
xan@webkit.org | df308cb | 2009-11-02 19:10:48 +0000 | [diff] [blame] | 923 | 2009-11-02 Xan Lopez <xlopez@igalia.com> |
| 924 | |
| 925 | Bump version before release (or post-release, depending on your |
| 926 | point of view) so that we can make applications depending on |
| 927 | unreleased APIs in WebKit svn fail at configure time when the |
| 928 | requirements are not met. |
| 929 | |
| 930 | * configure.ac: |
| 931 | |
eric@webkit.org | a5df25e | 2009-11-01 20:49:04 +0000 | [diff] [blame] | 932 | 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 933 | |
| 934 | Reviewed by Eric Seidel. |
| 935 | |
| 936 | Turn on warnings for QtWebKit for gcc |
| 937 | https://bugs.webkit.org/show_bug.cgi?id=30958 |
| 938 | |
| 939 | * WebKit.pri: Turn on warnings for the GCC compiler |
| 940 | |
abarth@webkit.org | 5d0ed89 | 2009-10-30 08:55:56 +0000 | [diff] [blame] | 941 | 2009-10-30 Adam Barth <abarth@webkit.org> |
| 942 | |
| 943 | Reviewed by Mark Rowe. |
| 944 | |
| 945 | Teach git to ignore some files |
| 946 | https://bugs.webkit.org/show_bug.cgi?id=30951 |
| 947 | |
| 948 | Ignore WebKitBuild because we never want to version that directory. |
| 949 | Also, ignore the xcode project files so git clean doesn't blow away |
| 950 | your project settings. Finally, ignore the compiled python files in |
| 951 | WebKitTools/Script modules because they clutter up git status. |
| 952 | |
| 953 | * .gitignore: Added. |
| 954 | |
rolandsteiner@chromium.org | 030b86f | 2009-10-30 07:55:17 +0000 | [diff] [blame] | 955 | 2009-10-30 Roland Steiner <rolandsteiner@chromium.org> |
| 956 | |
| 957 | Reviewed by Eric Seidel. |
| 958 | |
| 959 | Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak. |
| 960 | |
| 961 | Bug 28420 - Implement HTML5 <ruby> rendering |
| 962 | (https://bugs.webkit.org/show_bug.cgi?id=28420) |
| 963 | |
| 964 | No new tests (no functional change). |
| 965 | |
| 966 | * configure.ac: |
| 967 | |
zecke@webkit.org | 20dec3e | 2009-10-28 10:16:13 +0000 | [diff] [blame] | 968 | 2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org> |
| 969 | |
| 970 | Rubber-stamped by Darin Adler. |
| 971 | |
| 972 | Export fastMalloc, fastCalloc, fastRealloc and fastFree |
| 973 | https://bugs.webkit.org/show_bug.cgi?id=30769 |
| 974 | |
| 975 | Export the FastMalloc functions outside of the libwebkit library |
| 976 | to be able to instrument memory allocations. These are C++ symbols |
| 977 | but do not require the C++ runtime to be useful and should be of |
| 978 | no harm to plain C code. |
| 979 | |
| 980 | * autotools/symbols.filter: |
| 981 | |
kov@webkit.org | 4a2f47d | 2009-10-26 17:44:47 +0000 | [diff] [blame] | 982 | 2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 983 | |
kov@webkit.org | 30bb918 | 2009-10-26 20:16:59 +0000 | [diff] [blame] | 984 | Reviewed by Jan Alonzo. |
| 985 | |
| 986 | Alternative solution to regression introduced in r48672. |
kov@webkit.org | 4a2f47d | 2009-10-26 17:44:47 +0000 | [diff] [blame] | 987 | |
| 988 | * GNUmakefile.am: |
| 989 | |
xan@webkit.org | 17381bd | 2009-10-26 13:25:11 +0000 | [diff] [blame] | 990 | 2009-10-26 Xan Lopez <xlopez@igalia.com> |
| 991 | |
| 992 | Reviewed by Gustavo Noronha. |
| 993 | |
| 994 | Update for 1.1.16 release. |
| 995 | |
| 996 | * configure.ac: |
| 997 | |
eric@webkit.org | 5708acf | 2009-10-24 15:28:20 +0000 | [diff] [blame] | 998 | 2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 999 | |
| 1000 | Reviewed by Holger Freyther. |
| 1001 | |
| 1002 | [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian |
| 1003 | https://bugs.webkit.org/show_bug.cgi?id=30476 |
| 1004 | |
| 1005 | Set the stack size to 80 Kb and heap size to the 128kB - 32MB range |
| 1006 | to all executables linking against WebKit library. |
| 1007 | |
| 1008 | * WebKit.pri: |
| 1009 | |
jmalonzo@webkit.org | 89e722b | 2009-10-18 19:29:49 +0000 | [diff] [blame] | 1010 | 2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1011 | |
| 1012 | Reviewed by Holger Freyther. |
| 1013 | |
| 1014 | [GTK] Add MathML to the build system |
| 1015 | https://bugs.webkit.org/show_bug.cgi?id=30487 |
| 1016 | |
| 1017 | Add --enable-mathml to configure. |
| 1018 | |
| 1019 | * configure.ac: |
| 1020 | |
jmalonzo@webkit.org | eff81ec | 2009-10-15 23:17:59 +0000 | [diff] [blame] | 1021 | 2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1022 | |
| 1023 | Reviewed by Xan Lopez. |
| 1024 | |
| 1025 | [GTK] marshal stamp files are not cleaned after a distclean |
| 1026 | https://bugs.webkit.org/show_bug.cgi?id=30156 |
| 1027 | |
| 1028 | Add the stamp files directly to cleanfiles. Also rearrange the |
| 1029 | variable declarations so we don't miss any files that need to be |
| 1030 | cleaned up during the clean targets. |
| 1031 | |
| 1032 | * GNUmakefile.am: |
| 1033 | |
kov@webkit.org | 7a76e2a | 2009-10-15 17:53:02 +0000 | [diff] [blame] | 1034 | 2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 1035 | |
| 1036 | Unreviewed. Help text fix - Web Sockets default is no, not yes. |
| 1037 | |
| 1038 | * configure.ac: |
| 1039 | |
jmalonzo@webkit.org | 6ba7f95 | 2009-10-12 11:55:57 +0000 | [diff] [blame] | 1040 | 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1041 | |
jmalonzo@webkit.org | f34ecef | 2009-10-12 11:56:15 +0000 | [diff] [blame] | 1042 | Rubberstamped by Eric Seidel. |
| 1043 | |
| 1044 | [Gtk] Fix icu CFLAG for Darwin |
| 1045 | https://bugs.webkit.org/show_bug.cgi?id=29517 |
| 1046 | |
| 1047 | Don't escape the srcdir variable. Also use $host instead of the |
| 1048 | os_foo variables. |
| 1049 | |
| 1050 | * autotools/webkit.m4: |
| 1051 | |
| 1052 | 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1053 | |
jmalonzo@webkit.org | 6ba7f95 | 2009-10-12 11:55:57 +0000 | [diff] [blame] | 1054 | Reviewed by Gustavo Noronha. |
| 1055 | |
| 1056 | [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected |
| 1057 | https://bugs.webkit.org/show_bug.cgi?id=29518 |
| 1058 | |
| 1059 | * configure.ac: |
| 1060 | |
zoltan@webkit.org | 04a7d55 | 2009-10-05 13:25:07 +0000 | [diff] [blame] | 1061 | 2009-10-05 Zoltan Horvath <zoltan@webkit.org> |
| 1062 | |
| 1063 | Reviewed by Simon Hausmann. |
| 1064 | |
| 1065 | [Qt] Disable TCmalloc for Windows port at the present, because MinGW |
| 1066 | hasn't got built-in pthread library. |
| 1067 | |
| 1068 | * WebKit.pri: |
| 1069 | |
hausmann@webkit.org | d422fa0 | 2009-10-02 11:18:06 +0000 | [diff] [blame] | 1070 | 2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com> |
| 1071 | |
| 1072 | Reviewed by Simon Hausmann. |
| 1073 | |
| 1074 | Disable a few more harmless MSVC warnings. |
| 1075 | |
| 1076 | * WebKit.pri: |
| 1077 | |
laszlo.1.gombos@nokia.com | be4310b | 2009-10-02 00:58:45 +0000 | [diff] [blame] | 1078 | 2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 1079 | |
| 1080 | Unreviewed, build fix. |
| 1081 | |
| 1082 | [Qt] Symbian build break after r48976. |
| 1083 | unix is set for Symbian in the Qt build system. |
| 1084 | |
| 1085 | * WebKit.pri: |
| 1086 | |
zoltan@webkit.org | 0aaef19 | 2009-10-01 16:22:43 +0000 | [diff] [blame] | 1087 | 2009-10-01 Zoltan Horvath <zoltan@webkit.org> |
| 1088 | |
| 1089 | Reviewed by Simon Hausmann. |
| 1090 | |
| 1091 | [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port |
| 1092 | https://bugs.webkit.org/show_bug.cgi?id=27029 |
| 1093 | |
| 1094 | Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri, |
| 1095 | so these Qt-ports will use TCmalloc as other ports. |
| 1096 | |
| 1097 | * WebKit.pri: |
| 1098 | |
eric@webkit.org | 4f864b9 | 2009-10-01 09:02:30 +0000 | [diff] [blame] | 1099 | 2009-10-01 Martin Robinson <martin.james.robinson@gmail.com> |
| 1100 | |
| 1101 | Reviewed by Xan Lopez. |
| 1102 | |
| 1103 | [GTK] GtkIMContext filtering interferes with DOM key events |
| 1104 | https://bugs.webkit.org/show_bug.cgi?id=28733 |
| 1105 | |
| 1106 | Add new key event test ensuring that IME keypresses are handled. |
| 1107 | |
| 1108 | * GNUmakefile.am: |
| 1109 | |
eric@webkit.org | 9d150a2 | 2009-10-01 08:19:35 +0000 | [diff] [blame] | 1110 | 2009-10-01 Philippe Normand <pnormand@igalia.com> |
| 1111 | |
| 1112 | Reviewed by Xan Lopez. |
| 1113 | |
| 1114 | [GTK] data: uri support in media player |
| 1115 | https://bugs.webkit.org/show_bug.cgi?id=29842 |
| 1116 | |
| 1117 | Check presence of gstreamer-pbutils-0.10. |
| 1118 | |
| 1119 | * configure.ac: |
| 1120 | |
ddkilzer@apple.com | 66a2953 | 2009-09-27 03:15:37 +0000 | [diff] [blame] | 1121 | 2009-09-26 David Kilzer <ddkilzer@apple.com> |
| 1122 | |
| 1123 | GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac |
| 1124 | |
| 1125 | * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS. |
| 1126 | |
xan@webkit.org | d62ef70 | 2009-09-23 13:25:20 +0000 | [diff] [blame] | 1127 | 2009-09-23 Xan Lopez <xlopez@igalia.com> |
| 1128 | |
| 1129 | Reviewed by Gustavo Noronha. |
| 1130 | |
| 1131 | Do not add unneeded include paths for gir files, and add the |
| 1132 | include paths for headers manually instead of relying on our own |
| 1133 | pc file and installed headers, since that adds a circular |
| 1134 | dependency. |
| 1135 | |
| 1136 | * GNUmakefile.am: |
| 1137 | |
jmalonzo@webkit.org | ea8d0e9 | 2009-09-23 13:08:51 +0000 | [diff] [blame] | 1138 | 2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1139 | |
| 1140 | Reviewed by Xan Lopez. |
| 1141 | |
| 1142 | Minor reorganization to the patch landed in |
| 1143 | http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir |
| 1144 | in the gtk directory as that's only useful to the Gtk port at the |
| 1145 | moment. |
| 1146 | |
| 1147 | * GNUmakefile.am: |
| 1148 | * configure.ac: |
| 1149 | |
xan@webkit.org | 09f0495 | 2009-09-23 12:03:09 +0000 | [diff] [blame] | 1150 | 2009-09-23 Xan Lopez <xlopez@igalia.com> |
| 1151 | |
| 1152 | Reviewed by Gustavo Noronha. |
| 1153 | |
| 1154 | [GTK] We should generate our own gir file for introspection |
| 1155 | https://bugs.webkit.org/show_bug.cgi?id=29603 |
| 1156 | |
| 1157 | Generate gir and typelib files for WebKit and JSCore. The JSCore |
| 1158 | gir file is handwritten (since it's only useful, for now, as a |
| 1159 | dependency of the WebKit gir file), the WebKit one is |
| 1160 | autogenerated from the headers. |
| 1161 | |
| 1162 | * GNUmakefile.am: |
| 1163 | * JSCore-1.0.gir: Added. |
| 1164 | * configure.ac: |
| 1165 | |
xan@webkit.org | eadfafd | 2009-09-22 16:24:57 +0000 | [diff] [blame] | 1166 | 2009-09-22 Philippe Normand <pnormand@igalia.com> |
| 1167 | |
| 1168 | Reviewed by Xan Lopez. |
| 1169 | |
| 1170 | link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty |
| 1171 | https://bugs.webkit.org/show_bug.cgi?id=29638 |
| 1172 | |
| 1173 | Call icu-cconfig with ldflags-libsonly to prevent having a -L |
| 1174 | statement that could override libs installed in another prefix. |
| 1175 | |
| 1176 | * autotools/webkit.m4: |
| 1177 | |
xan@webkit.org | 24ef919 | 2009-09-21 11:56:22 +0000 | [diff] [blame] | 1178 | 2009-09-21 Xan Lopez <xlopez@igalia.com> |
| 1179 | |
| 1180 | Reviewed by Gustavo Noronha. |
| 1181 | |
| 1182 | Bump version for 1.1.15 release. |
| 1183 | |
| 1184 | * configure.ac: |
| 1185 | |
xan@webkit.org | fd4dd8e | 2009-09-18 13:53:22 +0000 | [diff] [blame] | 1186 | 2009-09-18 Xan Lopez <xlopez@igalia.com> |
| 1187 | |
| 1188 | Reviewed by Gustavo Noronha and Jan Alonzo. |
| 1189 | |
| 1190 | [GTK] context menu overriding API is very limited |
| 1191 | https://bugs.webkit.org/show_bug.cgi?id=27546 |
| 1192 | |
| 1193 | Add new tests to the build. |
| 1194 | |
| 1195 | * GNUmakefile.am: |
| 1196 | |
| 1197 | 2009-09-18 Xan Lopez <xlopez@igalia.com> |
xan@webkit.org | 2266a5b | 2009-09-18 13:53:10 +0000 | [diff] [blame] | 1198 | |
| 1199 | Reviewed by Gustavo Noronha and Jan Alonzo. |
| 1200 | |
| 1201 | [GTK] context menu overriding API is very limited |
| 1202 | https://bugs.webkit.org/show_bug.cgi?id=27546 |
| 1203 | |
| 1204 | Add WebKitHitTestResult to the build. |
| 1205 | |
| 1206 | * GNUmakefile.am: |
| 1207 | |
laszlo.1.gombos@nokia.com | 6c6437e | 2009-09-10 11:59:50 +0000 | [diff] [blame] | 1208 | 2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 1209 | |
| 1210 | Reviewed by Ariya Hidayat. |
| 1211 | |
| 1212 | Disable some ARM compiler warnings |
| 1213 | https://bugs.webkit.org/show_bug.cgi?id=29083 |
| 1214 | |
| 1215 | The following ARM compiler warnings are disabled |
| 1216 | |
| 1217 | - #68-D: integer conversion resulted in a change of sign |
| 1218 | - #111-D: statement is unreachable |
| 1219 | - #177-D: variable XXX was declared but never referenced |
| 1220 | - #368-D: class XXX defines no constructor to initialize the following: YYY |
| 1221 | - #830-D: function XXX "XXX::operator new" has no corresponding operator delete |
| 1222 | - #1293-D: assignment in condition |
| 1223 | |
| 1224 | * WebKit.pri: |
| 1225 | |
kenneth@webkit.org | 6692c80 | 2009-09-09 20:15:18 +0000 | [diff] [blame] | 1226 | 2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| 1227 | |
| 1228 | Reviewed by Simon Hausmann. |
| 1229 | |
| 1230 | [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build. |
| 1231 | |
| 1232 | https://bugs.webkit.org/show_bug.cgi?id=28862 |
| 1233 | |
| 1234 | * WebKit.pro: |
| 1235 | |
xan@webkit.org | 14c495e | 2009-09-07 17:16:49 +0000 | [diff] [blame] | 1236 | 2009-09-07 Xan Lopez <xlopez@igalia.com> |
| 1237 | |
| 1238 | Rubber-stamped by Gustavo Noronha. |
| 1239 | |
| 1240 | Bump versions in preparation for 1.1.14 release. |
| 1241 | |
| 1242 | * configure.ac: |
| 1243 | |
kov@webkit.org | 6e1ddaf | 2009-09-07 16:27:29 +0000 | [diff] [blame] | 1244 | 2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 1245 | |
| 1246 | Reviewed by Xan Lopez. |
| 1247 | |
| 1248 | https://bugs.webkit.org/show_bug.cgi?id=26854 |
| 1249 | [GTK] Needs API to allow more control over outgoing requests |
| 1250 | |
| 1251 | * GNUmakefile.am: new files added to the build for new class |
| 1252 | WebKitNetworkResponse |
| 1253 | |
xan@webkit.org | 00c0d9a | 2009-09-06 14:31:13 +0000 | [diff] [blame] | 1254 | 2009-09-06 Martin Robinson <martin.james.robinson@gmail.com> |
| 1255 | |
| 1256 | Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez. |
| 1257 | |
| 1258 | [Gtk] Expose a database API |
| 1259 | https://bugs.webkit.org/show_bug.cgi?id=27899 |
| 1260 | |
| 1261 | Expose an HTML5 database API for GTK+. |
| 1262 | |
| 1263 | * GNUmakefile.am: |
| 1264 | |
eric@webkit.org | 35f825b | 2009-09-04 08:40:37 +0000 | [diff] [blame] | 1265 | 2009-09-04 Albert Bachand <albertb@google.com> |
| 1266 | |
| 1267 | Reviewed by Eric Seidel. |
| 1268 | |
| 1269 | Modify the condition regarding the key modifier for opening combo |
| 1270 | boxes under GTK from just PLATFORM(GTK) to also look for |
| 1271 | (PLATFORM(CHROMIUM) && PLATFORM(LINUX)). |
| 1272 | |
| 1273 | * WebCore/dom/SelectElement.cpp: |
| 1274 | * WebCore/manual-tests/select-popup-on-spacebar.html: |
| 1275 | |
jmalonzo@webkit.org | 919072f | 2009-09-02 12:58:59 +0000 | [diff] [blame] | 1276 | 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1277 | |
| 1278 | Reviewed by Xan Lopez and Gustavo Noronha. |
| 1279 | |
| 1280 | [Gtk] Implement a WebDataSource for the gtk port |
| 1281 | https://bugs.webkit.org/show_bug.cgi?id=24758 |
| 1282 | |
jmalonzo@webkit.org | 7769327 | 2009-09-02 13:06:04 +0000 | [diff] [blame] | 1283 | Add WebKitWebDataSource unit test to the build script |
| 1284 | |
| 1285 | * GNUmakefile.am: |
| 1286 | |
| 1287 | 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1288 | |
| 1289 | Reviewed by Xan Lopez and Gustavo Noronha. |
| 1290 | |
| 1291 | [Gtk] Implement a WebDataSource for the gtk port |
| 1292 | https://bugs.webkit.org/show_bug.cgi?id=24758 |
| 1293 | |
jmalonzo@webkit.org | 919072f | 2009-09-02 12:58:59 +0000 | [diff] [blame] | 1294 | Add WebKitWebDataSource and DocumentLoaderGtk to the build script. |
| 1295 | |
| 1296 | * GNUmakefile.am: |
| 1297 | |
jmalonzo@webkit.org | d764ffc | 2009-09-01 12:19:28 +0000 | [diff] [blame] | 1298 | 2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1299 | |
| 1300 | Reviewed by Xan Lopez and Gustavo Noronha. |
| 1301 | |
| 1302 | [Gtk] Implement a WebDataSource for the gtk port |
| 1303 | https://bugs.webkit.org/show_bug.cgi?id=24758 |
| 1304 | |
| 1305 | Add WebKitWebResource to the build script. |
| 1306 | |
| 1307 | * GNUmakefile.am: |
| 1308 | |
jmalonzo@webkit.org | 4e08657 | 2009-08-29 06:56:49 +0000 | [diff] [blame] | 1309 | 2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1310 | |
| 1311 | Reviewed by Oliver Hunt. |
| 1312 | |
| 1313 | Gtk Build broken for OSX Quartz |
| 1314 | https://bugs.webkit.org/show_bug.cgi?id=28727 |
| 1315 | |
| 1316 | Define XP_UNIX for non-Win OS builds. |
| 1317 | |
| 1318 | * GNUmakefile.am: |
| 1319 | |
kov@webkit.org | 6f36791 | 2009-08-28 15:24:15 +0000 | [diff] [blame] | 1320 | 2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 1321 | |
| 1322 | Reviewed by Holger Freyther. |
| 1323 | |
| 1324 | https://bugs.webkit.org/show_bug.cgi?id=25889 |
| 1325 | [GTK] scrollbar policy for main frame is not implementable |
| 1326 | |
| 1327 | Adding files for the new test for window-related issues (starting |
| 1328 | with scrollbar policy). |
| 1329 | |
| 1330 | * GNUmakefile.am: |
| 1331 | |
xan@webkit.org | bc59e8d | 2009-08-27 07:26:02 +0000 | [diff] [blame] | 1332 | 2009-08-27 Priit Laes <plaes@plaes.org> |
| 1333 | |
| 1334 | Reviewed by Xan Lopez. |
| 1335 | |
| 1336 | [GTK] Out-of-srcdir build problem |
| 1337 | https://bugs.webkit.org/show_bug.cgi?id=28741 |
| 1338 | |
| 1339 | * GNUmakefile.am, autotools/webkit.m4: |
| 1340 | Fix problem with out-of-srcdir builds. Also bump required glib version. |
| 1341 | |
kov@webkit.org | 40ff20f | 2009-08-24 15:28:24 +0000 | [diff] [blame] | 1342 | 2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 1343 | |
| 1344 | Reviewed by Xan Lopez. |
| 1345 | |
| 1346 | Bump package and so versions for 1.1.13 release. |
| 1347 | |
| 1348 | * configure.ac: |
| 1349 | |
eric@webkit.org | b1fcb52 | 2009-08-22 03:51:35 +0000 | [diff] [blame] | 1350 | 2009-08-22 Javier JardĂłn <javierjc1982@gmail.com> |
| 1351 | |
| 1352 | [GTK] Not use deprecated symbols in WebKitWebView example code. |
| 1353 | https://bugs.webkit.org/show_bug.cgi?id=28651 |
| 1354 | |
| 1355 | * WebKit/gtk/webkit/webkitwebview.cpp |
| 1356 | |
xan@webkit.org | 4fc9f62 | 2009-08-19 05:16:12 +0000 | [diff] [blame] | 1357 | 2009-08-18 Xan Lopez <xlopez@igalia.com> |
| 1358 | |
| 1359 | Rubber-stamped by Holger Freyther. |
| 1360 | |
| 1361 | Require at least libsoup 2.27.91 for the new password |
| 1362 | manager/authentication APIs. |
| 1363 | |
| 1364 | * configure.ac: |
| 1365 | |
atwilson@chromium.org | 805d206 | 2009-08-18 18:14:26 +0000 | [diff] [blame] | 1366 | 2009-08-18 Drew Wilson <atwilson@google.com> |
| 1367 | |
| 1368 | Reviewed by NOBODY (Build Break). |
| 1369 | |
| 1370 | Speculative fix for GTK DumpRenderTree. |
| 1371 | |
| 1372 | * GNUmakefile.am: |
| 1373 | |
eric@webkit.org | 40ddb7c | 2009-08-18 07:16:12 +0000 | [diff] [blame] | 1374 | 2009-08-18 Kent Tamura <tkent@chromium.org> |
| 1375 | |
| 1376 | Reviewed by Eric Seidel. |
| 1377 | |
| 1378 | Add --enable-datalist option. |
| 1379 | |
| 1380 | * configure.ac: |
| 1381 | |
weinig@apple.com | 29e3018 | 2009-08-15 21:25:18 +0000 | [diff] [blame] | 1382 | 2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com> |
| 1383 | |
| 1384 | Reviewed by Sam Weinig. |
| 1385 | |
| 1386 | [GTK] Added EventSource to the build (default on). |
| 1387 | https://bugs.webkit.org/show_bug.cgi?id=14997 |
| 1388 | |
| 1389 | * configure.ac: |
| 1390 | |
jmalonzo@webkit.org | cbc9843 | 2009-08-15 05:19:27 +0000 | [diff] [blame] | 1391 | 2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1392 | |
| 1393 | Rubber-stamped by Gustavo Noronha. |
| 1394 | |
| 1395 | Initialize CFLAGS and CXXFLAGS before the main body of the |
| 1396 | WEBKIT_INIT macro so C files don't get built with "-g -O2". |
| 1397 | |
| 1398 | * autotools/webkit.m4: |
| 1399 | |
xan@webkit.org | aa5bf36 | 2009-08-12 18:37:14 +0000 | [diff] [blame] | 1400 | 2009-08-12 Xan Lopez <xlopez@igalia.com> |
| 1401 | |
| 1402 | Reviewed by Jan Alonzo. |
| 1403 | |
| 1404 | [GTK] Remove keyring optional features |
| 1405 | https://bugs.webkit.org/show_bug.cgi?id=28173 |
| 1406 | |
| 1407 | Remove keyring support, we now do authentication storage through |
| 1408 | libsoup. We depend on libsoup master now, will bump the dependency |
| 1409 | when there's a new release. |
| 1410 | |
| 1411 | * GNUmakefile.am: |
| 1412 | * configure.ac: |
| 1413 | |
atwilson@chromium.org | df11602 | 2009-08-11 20:37:14 +0000 | [diff] [blame] | 1414 | 2009-08-11 Drew Wilson <atwilson@google.com> |
| 1415 | |
| 1416 | Reviewed by NOBODY (Build break). |
| 1417 | |
| 1418 | Speculative fix for GTK build break. |
| 1419 | |
| 1420 | * WebKit.pro: |
| 1421 | |
vestbo@webkit.org | 2415ea2 | 2009-08-11 14:56:51 +0000 | [diff] [blame] | 1422 | 2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 1423 | |
| 1424 | Reviewed by Simon Hausmann. |
| 1425 | |
| 1426 | Build the TestNetscapePlugin on Qt/Mac |
| 1427 | |
| 1428 | * WebKit.pro: |
| 1429 | |
xan@webkit.org | dde4266 | 2009-08-11 10:37:58 +0000 | [diff] [blame] | 1430 | 2009-08-11 Xan Lopez <xlopez@igalia.com> |
| 1431 | |
| 1432 | Reviewed by Jan Alonzo. |
| 1433 | |
| 1434 | Prefix lengthy commands with AM_V_GEN so that they produce an |
| 1435 | output like 'GEN <filename>' when in silent mode. |
| 1436 | |
| 1437 | * GNUmakefile.am: |
| 1438 | |
jmalonzo@webkit.org | 7c65380 | 2009-08-05 11:40:12 +0000 | [diff] [blame] | 1439 | 2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1440 | |
| 1441 | Reviewed by Xan Lopez. |
| 1442 | |
| 1443 | [Gtk] macros in webkit.m4 should be defined once only |
| 1444 | https://bugs.webkit.org/show_bug.cgi?id=27929 |
| 1445 | |
| 1446 | The macros in webkit.m4 are not meant to be called multiple times |
| 1447 | so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX |
| 1448 | AC_REQUIRE to remove the automake warnings when doing autogen.sh. |
| 1449 | |
| 1450 | Lastly, make sure CXXFLAGS and CFLAGS are defined before |
| 1451 | AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds. |
| 1452 | |
| 1453 | * autotools/webkit.m4: |
| 1454 | |
xan@webkit.org | a936363 | 2009-08-05 08:13:27 +0000 | [diff] [blame] | 1455 | 2009-08-05 Xan Lopez <xlopez@igalia.com> |
| 1456 | |
| 1457 | Revert r46714, it was making us build debug images by default. |
| 1458 | |
| 1459 | * autotools/webkit.m4: |
| 1460 | |
abarth@webkit.org | 1230a36 | 2009-08-04 02:14:20 +0000 | [diff] [blame] | 1461 | 2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 1462 | |
| 1463 | Reviewed by Eric Seidel. |
| 1464 | |
| 1465 | [Qt] Consolidate common gcc flags to WebKit.pri |
| 1466 | https://bugs.webkit.org/show_bug.cgi?id=27934 |
| 1467 | |
| 1468 | * WebKit.pri: |
| 1469 | |
jmalonzo@webkit.org | da1305f | 2009-08-03 10:23:43 +0000 | [diff] [blame] | 1470 | 2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1471 | |
jmalonzo@webkit.org | 6d5cc00 | 2009-08-03 10:27:36 +0000 | [diff] [blame] | 1472 | Rubber-stamped by Eric Seidel. |
jmalonzo@webkit.org | da1305f | 2009-08-03 10:23:43 +0000 | [diff] [blame] | 1473 | |
| 1474 | [Gtk] macros in webkit.m4 should be defined once only |
| 1475 | https://bugs.webkit.org/show_bug.cgi?id=27929 |
| 1476 | |
| 1477 | The macros in webkit.m4 are not meant to be called multiple times |
| 1478 | so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX |
| 1479 | AC_REQUIRE to remove the automake warnings when doing autogen.sh. |
| 1480 | |
| 1481 | * autotools/webkit.m4: |
| 1482 | |
ariya@webkit.org | dc61fb4 | 2009-07-30 12:59:17 +0000 | [diff] [blame] | 1483 | 2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com> |
| 1484 | |
| 1485 | Reviewed by Simon Hausmann. |
| 1486 | |
| 1487 | Adding ImageDiff project file. |
| 1488 | |
| 1489 | https://bugs.webkit.org/show_bug.cgi?id=27813 |
| 1490 | |
| 1491 | * WebKit.pro: Added ImageDiff.pro. |
| 1492 | |
jmalonzo@webkit.org | d9686da | 2009-07-29 11:18:16 +0000 | [diff] [blame] | 1493 | 2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1494 | |
| 1495 | Reviewed by Eric Seidel and Xan Lopez. |
| 1496 | |
| 1497 | [Gtk] Enable http/tests/appcache tests |
| 1498 | https://bugs.webkit.org/show_bug.cgi?id=27674 |
| 1499 | |
| 1500 | * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp |
| 1501 | |
xan@webkit.org | c102d5a9 | 2009-07-28 13:34:03 +0000 | [diff] [blame] | 1502 | 2009-07-28 Xan Lopez <xlopez@igalia.com> |
| 1503 | |
| 1504 | Reviewed by Gustavo Noronha. |
| 1505 | |
| 1506 | Use automake 1.11 SILENT_RULES when present, for cleaner build |
| 1507 | output. You can disable it by passing --disable-silent-rules to |
| 1508 | configure or V=1 to make. |
| 1509 | |
| 1510 | * autotools/dolt.m4: |
| 1511 | * configure.ac: |
| 1512 | |
hausmann@webkit.org | a5e214d | 2009-07-28 12:27:00 +0000 | [diff] [blame] | 1513 | 2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 1514 | |
| 1515 | Reviewed by Simon Hausmann. |
| 1516 | |
| 1517 | [Qt] Disable some compiler warnings for the win build |
| 1518 | https://bugs.webkit.org/show_bug.cgi?id=27709 |
| 1519 | |
| 1520 | * WebKit.pri: |
| 1521 | |
xan@webkit.org | 8a40d7c | 2009-07-28 10:39:32 +0000 | [diff] [blame] | 1522 | 2009-07-28 Xan Lopez <xlopez@igalia.com> |
| 1523 | |
| 1524 | Reviewed by Gustavo Noronha. |
| 1525 | |
| 1526 | * configure.ac: bump version for 1.1.12 release. |
| 1527 | |
xan@webkit.org | 78d82dd | 2009-07-24 14:26:45 +0000 | [diff] [blame] | 1528 | 2009-07-24 Xan Lopez <xlopez@igalia.com> |
| 1529 | |
| 1530 | Reviewed by Gustavo Noronha. |
| 1531 | |
| 1532 | Remove unneeded commas from PKG_CHECK_MODULES. |
| 1533 | |
| 1534 | * configure.ac: |
| 1535 | |
jmalonzo@webkit.org | a38fec3 | 2009-07-24 07:55:00 +0000 | [diff] [blame] | 1536 | 2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1537 | |
| 1538 | Reviewed by Xan Lopez. |
| 1539 | |
| 1540 | Bump pango version requirement to 1.12 which is the version that |
| 1541 | came with Gtk 2.10. |
| 1542 | |
| 1543 | * configure.ac: |
| 1544 | |
levin@chromium.org | eb623d7 | 2009-07-21 09:53:37 +0000 | [diff] [blame] | 1545 | 2009-07-21 Roland Steiner <rolandsteiner@google.com> |
| 1546 | |
| 1547 | Reviewed by David Levin. |
| 1548 | |
| 1549 | Add ENABLE_RUBY to list of build options |
| 1550 | https://bugs.webkit.org/show_bug.cgi?id=27324 |
| 1551 | |
| 1552 | * configure.ac: Added flag ENABLE_RUBY. |
| 1553 | |
hausmann@webkit.org | 4d43326 | 2009-07-20 09:52:00 +0000 | [diff] [blame] | 1554 | 2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 1555 | |
| 1556 | Reviewed by Holger Freyther. |
| 1557 | |
| 1558 | [Qt] Add an option for QtLauncher to build without QtUiTools dependency |
| 1559 | https://bugs.webkit.org/show_bug.cgi?id=27438 |
| 1560 | |
| 1561 | Based on Norbert Leser's work. |
| 1562 | |
| 1563 | * WebKit.pri: Symbian does not have UiTools |
| 1564 | |
levin@chromium.org | 572fdb9 | 2009-07-17 07:42:03 +0000 | [diff] [blame] | 1565 | 2009-07-16 Fumitoshi Ukai <ukai@chromium.org> |
| 1566 | |
| 1567 | Reviewed by David Levin. |
| 1568 | |
| 1569 | Add --web-sockets flag and ENABLE_WEB_SOCKETS define. |
| 1570 | https://bugs.webkit.org/show_bug.cgi?id=27206 |
| 1571 | |
| 1572 | Add --enable-web-sockets in configure.ac |
| 1573 | |
| 1574 | * configure.ac: |
| 1575 | |
hausmann@webkit.org | 87ed70a | 2009-07-16 16:43:47 +0000 | [diff] [blame] | 1576 | 2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 1577 | |
| 1578 | Reviewed by Simon Hausmann. |
| 1579 | |
| 1580 | [Qt] Enable GNU compiler extensions to the ARM compiler |
| 1581 | for all Qt ports using RVCT |
| 1582 | https://bugs.webkit.org/show_bug.cgi?id=27348 |
| 1583 | |
| 1584 | * WebKit.pri: |
| 1585 | |
vestbo@webkit.org | 9ba76ae | 2009-07-15 15:14:53 +0000 | [diff] [blame] | 1586 | 2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 1587 | |
| 1588 | Rubber-stamped by Simon Hausmann. |
| 1589 | |
| 1590 | Fix the Qt/Mac build by disabling TestNetscapePlugin |
| 1591 | |
| 1592 | We should fix and enable this once we run DRT for Qt/Mac |
| 1593 | |
| 1594 | * WebKit.pro: |
| 1595 | |
kov@webkit.org | 9cab83d | 2009-07-13 15:23:19 +0000 | [diff] [blame] | 1596 | 2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 1597 | |
| 1598 | Unreviewed build fix. Require the correct libsoup version now that |
| 1599 | it's released. |
| 1600 | |
| 1601 | * configure.ac: |
| 1602 | |
vestbo@webkit.org | 1c014fe | 2009-07-13 14:54:07 +0000 | [diff] [blame] | 1603 | 2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 1604 | |
| 1605 | Reviewed by Tor Arne Vestbø. |
| 1606 | |
| 1607 | [Qt] Build fix for QtWebKit on Win |
| 1608 | https://bugs.webkit.org/show_bug.cgi?id=27205 |
| 1609 | |
| 1610 | * WebKit.pri: Include the major version number in the QtWebKit |
| 1611 | library file for Win. |
| 1612 | |
hausmann@webkit.org | 6c3c21d | 2009-07-13 10:55:07 +0000 | [diff] [blame] | 1613 | 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com> |
| 1614 | |
| 1615 | Reviewed by Ariya Hidayat. |
| 1616 | |
| 1617 | Add the test netscape plugin for the Qt DRT to the build. |
| 1618 | |
| 1619 | * WebKit.pro: |
| 1620 | |
levin@chromium.org | e1b64a4 | 2009-07-13 08:58:48 +0000 | [diff] [blame] | 1621 | 2009-07-13 Drew Wilson <atwilson@google.com> |
| 1622 | |
| 1623 | Reviewed by David Levin. |
| 1624 | |
| 1625 | Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs |
| 1626 | https://bugs.webkit.org/show_bug.cgi?id=26932 |
| 1627 | |
| 1628 | Added ENABLE(SHARED_WORKERS) flag. |
| 1629 | |
| 1630 | * configure.ac: |
| 1631 | |
xan@webkit.org | 393cdb4 | 2009-07-12 18:42:21 +0000 | [diff] [blame] | 1632 | 2009-07-12 Xan Lopez <xlopez@igalia.com> |
| 1633 | |
| 1634 | Reviewed by Gustavo Noronha. |
| 1635 | |
| 1636 | Bump version in preparation for 1.1.11 release. |
| 1637 | |
| 1638 | * configure.ac: |
| 1639 | |
hausmann@webkit.org | ded446c | 2009-07-10 11:15:30 +0000 | [diff] [blame] | 1640 | 2009-07-07 Norbert Leser <norbert.leser@nokia.com> |
| 1641 | |
| 1642 | Reviewed by Simon Hausmann. |
| 1643 | |
| 1644 | Exclude DumpRenderTree.pro from symbian build |
| 1645 | |
| 1646 | * WebKit.pro: |
| 1647 | |
dimich@chromium.org | 8bc5f09 | 2009-07-10 03:20:07 +0000 | [diff] [blame] | 1648 | 2009-07-09 Drew Wilson <atwilson@google.com> |
| 1649 | |
| 1650 | Reviewed by Alexey Proskuryakov. |
| 1651 | |
| 1652 | https://bugs.webkit.org/show_bug.cgi?id=26903 |
| 1653 | |
| 1654 | Turned on CHANNEL_MESSAGING by default because the MessageChannel API |
| 1655 | can now be implemented for Web Workers and is reasonably stable. |
| 1656 | |
| 1657 | * configure.ac: enable CHANNEL_MESSAGING. |
| 1658 | |
jmalonzo@webkit.org | 54cd7bc | 2009-07-03 09:57:39 +0000 | [diff] [blame] | 1659 | 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1660 | |
| 1661 | Reviewed by Xan Lopez and Gustavo Noronha. |
| 1662 | |
| 1663 | Set user-agent from application |
| 1664 | https://bugs.webkit.org/show_bug.cgi?id=17375 |
| 1665 | |
| 1666 | Define UA version macros to be used by the UA string. |
| 1667 | Add new WebSettings unit test for the User-Agent string API. |
| 1668 | |
| 1669 | * GNUmakefile.am: |
| 1670 | * configure.ac: |
| 1671 | |
kov@webkit.org | 4ece591 | 2009-06-20 13:20:23 +0000 | [diff] [blame] | 1672 | 2009-06-20 Gustavo Noronha Silva <gns@gnome.org> |
| 1673 | |
| 1674 | Reviewed by Jan Alonzo. |
| 1675 | |
| 1676 | Adding files for the new test case for loading statuses. |
| 1677 | |
| 1678 | * GNUmakefile.am: |
| 1679 | |
xan@webkit.org | 942a4f9 | 2009-06-15 14:31:33 +0000 | [diff] [blame] | 1680 | 2009-06-15 Xan Lopez <xlopez@igalia.com> |
| 1681 | |
| 1682 | Reviewed by Gustavo Noronha. |
| 1683 | |
| 1684 | Version bump in preparation for 1.1.10 release. |
| 1685 | |
| 1686 | * configure.ac: |
| 1687 | |
vestbo@webkit.org | eb3ca9c | 2009-06-15 08:39:27 +0000 | [diff] [blame] | 1688 | 2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 1689 | |
| 1690 | Reviewed by Xan Lopez. |
| 1691 | |
| 1692 | Refactor handling of options in the build-webkit script |
| 1693 | |
| 1694 | Options are now defined in one place, and then reused when creating |
| 1695 | the usage help text, the arguments to GetOptions(), and when passing |
| 1696 | the options on to the underlying port-dependent build systems. |
| 1697 | |
| 1698 | This allows the Qt port to read the defaults for the options from the |
| 1699 | pro file (dynamically), and to pass the options on to qmake at build. |
| 1700 | |
| 1701 | * configure.ac: |
| 1702 | |
ariya@webkit.org | bb7f2f2 | 2009-06-11 17:39:21 +0000 | [diff] [blame] | 1703 | 2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 1704 | |
| 1705 | Reviewed by Holger Freyther. |
| 1706 | |
| 1707 | [Qt] Fix release build detection |
| 1708 | https://bugs.webkit.org/show_bug.cgi?id=26267 |
| 1709 | |
| 1710 | * WebKit.pri: |
| 1711 | |
kov@webkit.org | 74a9b76 | 2009-06-11 02:48:29 +0000 | [diff] [blame] | 1712 | 2009-06-10 Gustavo Noronha Silva <gns@gnome.org> |
| 1713 | |
| 1714 | Reviewed by Xan Lopez. |
| 1715 | |
| 1716 | Add unit tests for our WebKitNetworkRequest object. |
| 1717 | |
| 1718 | * GNUmakefile.am: |
| 1719 | |
xan@webkit.org | 21f12d5 | 2009-06-10 13:10:16 +0000 | [diff] [blame] | 1720 | 2009-06-10 Xan Lopez <xlopez@igalia.com> |
| 1721 | |
xan@webkit.org | 4fe3597 | 2009-06-10 17:36:53 +0000 | [diff] [blame] | 1722 | Reviewed by Gustavo Noronha. |
| 1723 | |
| 1724 | Version bump in preparation for 1.1.9 release. |
| 1725 | |
| 1726 | * configure.ac: |
| 1727 | |
| 1728 | 2009-06-10 Xan Lopez <xlopez@igalia.com> |
| 1729 | |
xan@webkit.org | 21f12d5 | 2009-06-10 13:10:16 +0000 | [diff] [blame] | 1730 | Reviewed by Jan Alonzo. |
| 1731 | |
| 1732 | https://bugs.webkit.org/show_bug.cgi?id=25415 |
| 1733 | [GTK][ATK] Please implement support for get_text_at_offset |
| 1734 | |
| 1735 | Add new dependency on the Gail utils library, needed for our a11y |
| 1736 | implementation. |
| 1737 | |
| 1738 | * GNUmakefile.am: |
| 1739 | * configure.ac: |
| 1740 | |
kov@webkit.org | b693494 | 2009-05-29 14:48:33 +0000 | [diff] [blame] | 1741 | 2009-05-29 Gustavo Noronha Silva <gns@gnome.org> |
| 1742 | |
| 1743 | Reviewed by Jan Alonzo. |
| 1744 | |
| 1745 | Add a test-case for our HTTP backend, currently checking the |
| 1746 | ref-counting of the SoupMessage. |
| 1747 | |
| 1748 | * GNUmakefile.am: |
| 1749 | |
krit@webkit.org | bfb80bf | 2009-05-28 22:10:29 +0000 | [diff] [blame] | 1750 | 2009-05-28 Dirk Schulze <krit@webkit.org> |
| 1751 | |
| 1752 | Reviewed by Nikolas Zimmermann. |
| 1753 | |
| 1754 | Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog. |
| 1755 | |
| 1756 | * configure.ac: |
| 1757 | |
xan@webkit.org | 5151f5b | 2009-05-28 18:20:01 +0000 | [diff] [blame] | 1758 | 2009-05-19 Xan Lopez <xlopez@igalia.com> |
| 1759 | |
| 1760 | Reviewed by Jan Alonzo and Gustavo Noronha. |
| 1761 | |
| 1762 | https://bugs.webkit.org/show_bug.cgi?id=25415 |
| 1763 | [GTK][ATK] Please implement support for get_text_at_offset |
| 1764 | |
| 1765 | Add new test file for ATK. |
| 1766 | |
| 1767 | * GNUmakefile.am: |
| 1768 | |
kov@webkit.org | 53600a9 | 2009-05-28 17:48:25 +0000 | [diff] [blame] | 1769 | 2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 1770 | |
| 1771 | Rubber-stamped by Xan Lopez. |
| 1772 | |
| 1773 | Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the |
| 1774 | correct directory, so that we pass make distcheck. |
| 1775 | |
| 1776 | * GNUmakefile.am: |
| 1777 | |
xan@webkit.org | 4f098db | 2009-05-28 15:45:59 +0000 | [diff] [blame] | 1778 | 2009-05-28 Xan Lopez <xlopez@igalia.com> |
| 1779 | |
| 1780 | Bump version numbers in preparation for 1.1.8 release. |
| 1781 | |
| 1782 | * configure.ac: |
| 1783 | |
jmalonzo@webkit.org | 290fe61 | 2009-05-23 22:20:31 +0000 | [diff] [blame] | 1784 | 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1785 | |
jmalonzo@webkit.org | 460c1ee | 2009-05-24 04:06:57 +0000 | [diff] [blame] | 1786 | Unreviewed build fix. Add gstreamer-video-0.10 libs to |
jmalonzo@webkit.org | 9482541 | 2009-05-24 04:21:34 +0000 | [diff] [blame] | 1787 | GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size |
jmalonzo@webkit.org | 460c1ee | 2009-05-24 04:06:57 +0000 | [diff] [blame] | 1788 | - symbol used in MediaPlayerPrivateGstreamer. |
| 1789 | |
| 1790 | * configure.ac: |
| 1791 | |
| 1792 | 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1793 | |
jmalonzo@webkit.org | 290fe61 | 2009-05-23 22:20:31 +0000 | [diff] [blame] | 1794 | Reviewed by Xan Lopez. |
| 1795 | |
| 1796 | [Gtk] Various autotools build refactoring and fixes |
| 1797 | https://bugs.webkit.org/show_bug.cgi?id=25286 |
| 1798 | |
| 1799 | Refactor library LIBS. Move third-party libs in libwebkit instead |
| 1800 | of libWebCore. |
| 1801 | |
| 1802 | * GNUmakefile.am: |
| 1803 | |
| 1804 | 2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org> |
kov@webkit.org | 2f1014c | 2009-05-22 19:40:08 +0000 | [diff] [blame] | 1805 | |
| 1806 | Reviewed by Gustavo Noronha. |
| 1807 | |
| 1808 | Make Gtk build not bail out if gtk-doc-tools is not installed. |
| 1809 | |
kov@webkit.org | 83176e9 | 2009-05-22 19:41:47 +0000 | [diff] [blame] | 1810 | Warning message shown instead. |
kov@webkit.org | 2f1014c | 2009-05-22 19:40:08 +0000 | [diff] [blame] | 1811 | |
| 1812 | * autogen.sh: |
| 1813 | |
kov@webkit.org | bb6b72c | 2009-05-22 19:07:10 +0000 | [diff] [blame] | 1814 | 2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 1815 | |
| 1816 | Reviewed by Xan Lopez. |
| 1817 | |
| 1818 | Add big warnings about the glib unicode backend being slow and |
| 1819 | incomplete, since it is a work in progress. |
| 1820 | |
| 1821 | * autotools/webkit.m4: |
| 1822 | * configure.ac: |
| 1823 | |
kov@webkit.org | eba9e74 | 2009-05-22 18:06:51 +0000 | [diff] [blame] | 1824 | 2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com> |
| 1825 | |
| 1826 | Reviewed by Gustavo Noronha. |
| 1827 | |
| 1828 | https://bugs.webkit.org/show_bug.cgi?id=15914 |
| 1829 | [GTK] Implement Unicode functionality using GLib |
| 1830 | |
| 1831 | Initial version of this patch by JĂĽrg Billeter. |
| 1832 | |
| 1833 | Adding options for --with-unicode-backend=icu|glib |
| 1834 | and checking for pango version >= 1.21.0 if GLib backend |
| 1835 | is selected. Temporarily, until remaining parts of |
| 1836 | this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID |
| 1837 | macro to allow for a mixed compilation with WTF Unicode |
| 1838 | backend based on GLib while text codecs and TextBreakIterator |
| 1839 | remain ICU dependent. |
| 1840 | |
| 1841 | * GNUmakefile.am: |
| 1842 | * configure.ac: |
| 1843 | |
kov@webkit.org | 1371d07 | 2009-05-19 00:27:10 +0000 | [diff] [blame] | 1844 | 2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 1845 | |
| 1846 | Reviewed by Gavin Barraclough. |
| 1847 | |
| 1848 | Enable YARR, and disable WREC for GTK+. |
| 1849 | |
| 1850 | * configure.ac: |
| 1851 | |
jmalonzo@webkit.org | b6766c5 | 2009-05-18 11:30:25 +0000 | [diff] [blame] | 1852 | 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1853 | |
| 1854 | Reviewed by Xan Lopez. |
| 1855 | |
| 1856 | [Gtk] Various autotools build refactoring and fixes |
| 1857 | https://bugs.webkit.org/show_bug.cgi?id=25286 |
| 1858 | |
jmalonzo@webkit.org | c9b4de4 | 2009-05-18 11:30:53 +0000 | [diff] [blame] | 1859 | Add support for running unit tests. Also run the tests whenever |
| 1860 | the 'check' target runs. |
| 1861 | |
| 1862 | * GNUmakefile.am: |
| 1863 | |
| 1864 | 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1865 | |
| 1866 | Reviewed by Xan Lopez. |
| 1867 | |
| 1868 | [Gtk] Various autotools build refactoring and fixes |
| 1869 | https://bugs.webkit.org/show_bug.cgi?id=25286 |
| 1870 | |
jmalonzo@webkit.org | 249f7ce | 2009-05-18 11:30:41 +0000 | [diff] [blame] | 1871 | Style fixes |
| 1872 | |
| 1873 | * GNUmakefile.am: |
| 1874 | |
| 1875 | 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1876 | |
| 1877 | Reviewed by Xan Lopez. |
| 1878 | |
| 1879 | [Gtk] Various autotools build refactoring and fixes |
| 1880 | https://bugs.webkit.org/show_bug.cgi?id=25286 |
| 1881 | |
jmalonzo@webkit.org | b6766c5 | 2009-05-18 11:30:25 +0000 | [diff] [blame] | 1882 | Add -no-install and -no-fast-install to programs and tests that we |
| 1883 | don't install. Also remove -O2 since this is already handled at |
| 1884 | configure time. |
| 1885 | |
| 1886 | * GNUmakefile.am: |
| 1887 | |
jmalonzo@webkit.org | a332756 | 2009-05-18 11:30:06 +0000 | [diff] [blame] | 1888 | 2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1889 | |
| 1890 | Reviewed by Xan Lopez. |
| 1891 | |
| 1892 | [Gtk] Various autotools build refactoring and fixes |
| 1893 | https://bugs.webkit.org/show_bug.cgi?id=25286 |
| 1894 | |
| 1895 | Refactor library cflags |
| 1896 | |
| 1897 | * GNUmakefile.am: |
| 1898 | |
jmalonzo@webkit.org | 3543027 | 2009-05-15 12:43:52 +0000 | [diff] [blame] | 1899 | 2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch> |
| 1900 | |
| 1901 | Reviewed by Jan Alonzo. |
| 1902 | |
| 1903 | Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since |
| 1904 | the JIT compiler is not a cross-compiler |
| 1905 | |
| 1906 | * configure.ac: |
| 1907 | |
xan@webkit.org | 0a81801 | 2009-05-13 13:49:06 +0000 | [diff] [blame] | 1908 | 2009-05-13 Xan Lopez <xlopez@igalia.com> |
| 1909 | |
xan@webkit.org | 6762675 | 2009-05-13 14:54:33 +0000 | [diff] [blame] | 1910 | Unreviewed: bump versions in preparation for 1.1.7 release. |
| 1911 | |
| 1912 | * configure.ac: |
| 1913 | |
| 1914 | 2009-05-13 Xan Lopez <xlopez@igalia.com> |
| 1915 | |
xan@webkit.org | 0a81801 | 2009-05-13 13:49:06 +0000 | [diff] [blame] | 1916 | Rubber-stamped by Gustavo Noronha. |
| 1917 | |
| 1918 | Revert commit r43563, since it breaks WebKitGTK+ when compiled |
| 1919 | with gcc 4.4. |
| 1920 | |
| 1921 | * GNUmakefile.am: |
| 1922 | |
jmalonzo@webkit.org | 9570490 | 2009-05-12 12:06:05 +0000 | [diff] [blame] | 1923 | 2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1924 | |
| 1925 | Reviewed by Holger Freyther. |
| 1926 | |
| 1927 | [Gtk] Various autotools build refactoring and fixes |
| 1928 | https://bugs.webkit.org/show_bug.cgi?id=25286 |
| 1929 | |
| 1930 | Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS. |
| 1931 | |
| 1932 | * GNUmakefile.am: |
| 1933 | |
jmalonzo@webkit.org | 0869d54 | 2009-05-10 02:28:15 +0000 | [diff] [blame] | 1934 | 2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1935 | |
| 1936 | Reviewed by Gustavo Noronha. |
| 1937 | |
| 1938 | WebKit-r43163 won't build for gtk-directfb |
| 1939 | https://bugs.webkit.org/show_bug.cgi?id=25538 |
| 1940 | |
| 1941 | Move the ENCHANT check out of the with_target conditional since it |
| 1942 | applies to all targets |
| 1943 | |
| 1944 | * configure.ac: |
| 1945 | |
jmalonzo@webkit.org | 492791d | 2009-05-10 02:10:17 +0000 | [diff] [blame] | 1946 | 2009-05-09 Mike Hommey <glandium@debian.org> |
| 1947 | |
| 1948 | Reviewed by Geoffrey Garen. Landed by Jan Alonzo. |
| 1949 | |
| 1950 | Enable JIT on x86-64 gtk+ |
| 1951 | https://bugs.webkit.org/show_bug.cgi?id=24724 |
| 1952 | |
| 1953 | * configure.ac: |
| 1954 | |
kov@webkit.org | 1edd5ac | 2009-05-08 21:37:09 +0000 | [diff] [blame] | 1955 | 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 1956 | |
| 1957 | Reviewed by Xan Lopez. |
| 1958 | |
| 1959 | Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools. |
| 1960 | |
| 1961 | * GNUmakefile.am: |
| 1962 | * autogen.sh: |
| 1963 | |
vestbo@webkit.org | ca60ccd | 2009-05-06 08:20:38 +0000 | [diff] [blame] | 1964 | 2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 1965 | |
| 1966 | Reviewed by Simon Hausmann. |
| 1967 | |
| 1968 | Build QtWebKit as a framework on Mac |
| 1969 | |
| 1970 | This implies both debug and release build by default, unless |
| 1971 | one of the --debug or --release config options are passed to |
| 1972 | the build-webkit script. |
| 1973 | |
| 1974 | Frameworks can be disabled by passing CONFIG+=webkit_no_framework |
| 1975 | to the build-webkit script. |
| 1976 | |
| 1977 | To be able to build both debug and release targets in parallel |
| 1978 | we have to use separate output directories for the generated |
| 1979 | sources, which is not optimal, but required to avoid race conditions. |
| 1980 | |
| 1981 | An optimization would be to only require this spit-up on Mac. |
| 1982 | |
| 1983 | * WebKit.pri: |
| 1984 | |
jmalonzo@webkit.org | 17fc6f8 | 2009-04-30 20:38:24 +0000 | [diff] [blame] | 1985 | 2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 1986 | |
| 1987 | Unreviewed build GTK build fix |
| 1988 | |
| 1989 | * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger |
| 1990 | |
dglazkov@chromium.org | 9b13658 | 2009-04-30 19:02:34 +0000 | [diff] [blame] | 1991 | 2009-04-30 Dimitri Glazkov <dglazkov@chromium.org> |
| 1992 | |
| 1993 | Unreviewed, build fix. |
| 1994 | |
| 1995 | https://bugs.webkit.org/show_bug.cgi?id=25470 |
| 1996 | Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler. |
| 1997 | |
| 1998 | * configure.ac: Add autoconfig options, missed in the first commit. |
| 1999 | |
xan@webkit.org | be83513 | 2009-04-28 16:09:41 +0000 | [diff] [blame] | 2000 | 2009-04-28 Xan Lopez <xlopez@igalia.com> |
| 2001 | |
| 2002 | Unreviewed: bump versions in preparation for 1.1.6 release. |
| 2003 | |
| 2004 | * configure.ac: |
| 2005 | |
jmalonzo@webkit.org | 7ffddf15 | 2009-04-25 09:19:20 +0000 | [diff] [blame] | 2006 | 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2007 | |
jmalonzo@webkit.org | 5f5c6c8 | 2009-04-25 09:19:42 +0000 | [diff] [blame] | 2008 | Reviewed by Xan Lopez. |
| 2009 | |
| 2010 | [GTK] Error reporting |
| 2011 | https://bugs.webkit.org/show_bug.cgi?id=18344 |
| 2012 | |
| 2013 | Add webkiterror to the build. |
| 2014 | |
| 2015 | * GNUmakefile.am: |
| 2016 | |
| 2017 | 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2018 | |
jmalonzo@webkit.org | 7ffddf15 | 2009-04-25 09:19:20 +0000 | [diff] [blame] | 2019 | Reviewed by Xan Lopez. |
| 2020 | |
| 2021 | [GTK] Error reporting |
| 2022 | https://bugs.webkit.org/show_bug.cgi?id=18344 |
| 2023 | |
| 2024 | Add the default error page for installation. |
| 2025 | |
| 2026 | * GNUmakefile.am: |
| 2027 | |
kov@webkit.org | 596f038 | 2009-04-24 13:16:23 +0000 | [diff] [blame] | 2028 | 2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org> |
| 2029 | |
| 2030 | Reviewed by Gustavo Noronha. |
| 2031 | |
| 2032 | https://bugs.webkit.org/show_bug.cgi?id=15616 |
| 2033 | [GTK] Add spell checking |
| 2034 | |
| 2035 | Add enchant support for spell-checking-languages property to work |
| 2036 | properly. |
| 2037 | |
| 2038 | * GNUmakefile.am: |
| 2039 | * configure.ac: |
| 2040 | |
hausmann@webkit.org | ac4d716 | 2009-04-24 10:30:07 +0000 | [diff] [blame] | 2041 | 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com> |
| 2042 | |
| 2043 | Reviewed by Ariya Hidayat. |
| 2044 | |
| 2045 | Added support for generating API docs in the Qt build using "make docs" |
| 2046 | |
| 2047 | * WebKit.pro: Include docs.pri for "make docs" target. |
| 2048 | |
xan@webkit.org | 7dbdcf5 | 2009-04-14 16:14:37 +0000 | [diff] [blame] | 2049 | 2009-04-14 Xan Lopez <xlopez@igalia.com> |
| 2050 | |
| 2051 | Unreviewed version bump in preparation for 1.1.5 release. |
| 2052 | |
| 2053 | * configure.ac: |
| 2054 | |
kov@webkit.org | 774c23b | 2009-04-06 19:39:14 +0000 | [diff] [blame] | 2055 | 2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 2056 | |
| 2057 | Rubber-stamped by Sam Weinig. |
| 2058 | |
| 2059 | Added rules to maintain the localization support. We cannot simply |
| 2060 | use whatever gettextize gives us because our build system is |
| 2061 | non-recursive. |
| 2062 | |
| 2063 | * GNUmakefile.am: |
| 2064 | * configure.ac: |
| 2065 | |
jmalonzo@webkit.org | 3b28c9f | 2009-04-05 08:21:55 +0000 | [diff] [blame] | 2066 | 2009-04-05 Mike Hommey <glandium@debian.org> |
| 2067 | |
| 2068 | Reviewed by Holger Freyther. |
| 2069 | |
| 2070 | Filter out all C++ symbols |
| 2071 | https://bugs.webkit.org/show_bug.cgi?id=24960 |
| 2072 | |
| 2073 | Considering the public API is all C, we can just filter out all |
| 2074 | C++ mangled symbols, which will avoid exporting symbols in some |
| 2075 | corner cases such as gcc bugs on specific architectures, etc. |
| 2076 | |
| 2077 | * autotools/symbols.filter: |
| 2078 | |
kov@webkit.org | 77899ab | 2009-04-03 13:00:35 +0000 | [diff] [blame] | 2079 | 2009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 2080 | |
| 2081 | Reviewed by Holger Freyther. |
| 2082 | |
| 2083 | Require GTK+ >= 2.10; 2.8 is already very old, and some very |
| 2084 | useful APIs are only available since 2.10. |
| 2085 | |
| 2086 | * configure.ac: |
| 2087 | |
christian@webkit.org | 278d4cd | 2009-04-01 19:48:20 +0000 | [diff] [blame] | 2088 | 2009-04-01 Christian Dywan <christian@twotoasts.de> |
| 2089 | |
| 2090 | Reviewed by Holger Freyther. |
| 2091 | |
| 2092 | Unit test WebKitDownload |
| 2093 | http://bugs.webkit.org/show_bug.cgi?id=24844 |
| 2094 | |
| 2095 | * GNUmakefile.am: Add a unit test for downloading. |
| 2096 | |
kov@webkit.org | 166f8e504 | 2009-04-01 16:37:52 +0000 | [diff] [blame] | 2097 | 2009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 2098 | |
| 2099 | Unreviewed build fix. Fix make distcheck, after the gtk-doc |
| 2100 | integration. |
| 2101 | |
| 2102 | * GNUmakefile.am: |
| 2103 | |
kov@webkit.org | 50113ce | 2009-03-31 02:41:46 +0000 | [diff] [blame] | 2104 | 2009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| 2105 | |
| 2106 | Reviewed by Holger Freyther. |
| 2107 | |
| 2108 | Integrate gtk-doc into the Gtk+ buildsystem. |
| 2109 | |
| 2110 | * autogen.sh: |
| 2111 | * configure.ac: |
| 2112 | |
xan@webkit.org | 7e8c3e2 | 2009-03-30 17:46:11 +0000 | [diff] [blame] | 2113 | 2009-03-30 Xan Lopez <xlopez@igalia.com> |
| 2114 | |
| 2115 | Unreviewed: bump version to 1.1.4 for release. |
| 2116 | |
| 2117 | * configure.ac: |
| 2118 | |
xan@webkit.org | 69e405c | 2009-03-23 12:43:09 +0000 | [diff] [blame] | 2119 | 2009-03-21 Xan Lopez <xlopez@igalia.com> |
| 2120 | |
| 2121 | Reviewed by Holger Freyther. |
| 2122 | |
| 2123 | Require gnome-keyring 2.26.0, since we were depending on an |
| 2124 | unreleased trunk revision between 2.25.91 and 2.26.0. |
| 2125 | |
| 2126 | * configure.ac: |
| 2127 | |
jmalonzo@webkit.org | 27bbbab | 2009-03-20 19:45:05 +0000 | [diff] [blame] | 2128 | 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com> |
| 2129 | |
| 2130 | Reviewed by Holger Freyther. |
| 2131 | |
jmalonzo@webkit.org | a4ae29c | 2009-03-20 20:23:12 +0000 | [diff] [blame] | 2132 | [GTK] Misc patches for WebKitWebHistoryItem |
| 2133 | https://bugs.webkit.org/show_bug.cgi?id=24493 |
| 2134 | |
| 2135 | Added build support for build the WebKitWebHistoryItem unit test. |
| 2136 | |
| 2137 | * GNUmakefile.am: |
| 2138 | |
| 2139 | 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com> |
| 2140 | |
| 2141 | Reviewed by Holger Freyther. |
| 2142 | |
jmalonzo@webkit.org | 27bbbab | 2009-03-20 19:45:05 +0000 | [diff] [blame] | 2143 | Separate gtk unit tests |
| 2144 | https://bugs.webkit.org/show_bug.cgi?id=24039 |
| 2145 | |
| 2146 | Build the unit tests accordingly. |
| 2147 | |
| 2148 | * GNUmakefile.am: |
| 2149 | |
kov@webkit.org | d19e07e | 2009-03-17 18:22:36 +0000 | [diff] [blame] | 2150 | 2009-03-17 Gustavo Noronha Silva <gns@gnome.org> |
| 2151 | |
| 2152 | Reviewed by Mark Rowe. |
| 2153 | |
| 2154 | Enable HTML5 media elements support by default in the GTK+ port. |
| 2155 | |
| 2156 | * configure.ac: |
| 2157 | |
kov@webkit.org | 582bba5 | 2009-03-17 15:40:56 +0000 | [diff] [blame] | 2158 | 2009-03-17 Mike Hommey <glandium@debian.org> |
| 2159 | |
| 2160 | Reviewed by Holger Freyther. |
| 2161 | |
| 2162 | Do not export cti* symbols. |
| 2163 | See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924. |
| 2164 | |
| 2165 | * autotools/symbols.filter: |
| 2166 | |
xan@webkit.org | f5f9ace | 2009-03-15 15:30:38 +0000 | [diff] [blame] | 2167 | 2009-03-15 Xan Lopez <xlopez@igalia.com> |
| 2168 | |
xan@webkit.org | 67b01dc | 2009-03-15 22:26:38 +0000 | [diff] [blame] | 2169 | Bump version to 1.1.3 for release and fix soversion |
| 2170 | calculation (oops). Thanks to Frederik Himpe for pointing this |
| 2171 | out. |
| 2172 | |
| 2173 | * configure.ac: |
| 2174 | |
| 2175 | 2009-03-15 Xan Lopez <xlopez@igalia.com> |
| 2176 | |
xan@webkit.org | f5f9ace | 2009-03-15 15:30:38 +0000 | [diff] [blame] | 2177 | Bump version and libtool version for release. |
| 2178 | |
| 2179 | * configure.ac: |
| 2180 | |
xan@webkit.org | 233d51e | 2009-03-14 20:22:13 +0000 | [diff] [blame] | 2181 | 2009-03-14 Xan Lopez <xlopez@igalia.com> |
| 2182 | |
| 2183 | No review, build fix. |
| 2184 | |
| 2185 | Split clean rules to make distcheck pass. |
| 2186 | |
| 2187 | * GNUmakefile.am: |
| 2188 | |
mrowe@apple.com | 9535159 | 2009-03-14 06:17:21 +0000 | [diff] [blame] | 2189 | 2009-03-13 Mark Rowe <mrowe@apple.com> |
| 2190 | |
| 2191 | Reviewed by Dan Bernstein. |
| 2192 | |
| 2193 | Remove rarely used Makefile targets from the Makefile. |
| 2194 | |
| 2195 | There are many situations in which the targets don't work as expected, |
| 2196 | and their primary use is addressed by having the build system default |
| 2197 | to building the appropriate architecture. |
| 2198 | |
| 2199 | * Makefile.shared: |
| 2200 | |
jmalonzo@webkit.org | 378df9d | 2009-03-11 11:52:44 +0000 | [diff] [blame] | 2201 | 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2202 | |
jmalonzo@webkit.org | 15d8330 | 2009-03-11 11:57:43 +0000 | [diff] [blame] | 2203 | Reviewed by Holger Freyther. |
| 2204 | |
| 2205 | [Gtk] Fix make clean targets |
| 2206 | https://bugs.webkit.org/show_bug.cgi?id=24450 |
| 2207 | |
| 2208 | Fix 'make' clean targets. We shouldn't be removing DerivedSources |
| 2209 | if it's only clean. Only remove it if it's distclean or |
| 2210 | maintainer-clean. Also remove build-related auxillary files on |
| 2211 | dist/maintainer clean. |
| 2212 | |
| 2213 | * GNUmakefile.am: |
| 2214 | |
| 2215 | 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2216 | |
jmalonzo@webkit.org | 378df9d | 2009-03-11 11:52:44 +0000 | [diff] [blame] | 2217 | Reviewed by Holger Freyther |
| 2218 | |
| 2219 | [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore |
| 2220 | https://bugs.webkit.org/show_bug.cgi?id=2260 |
| 2221 | |
| 2222 | pangoft2 is also used in directfb builds so use it for all targets |
| 2223 | |
| 2224 | * configure.ac: |
| 2225 | |
xan@webkit.org | aa45873 | 2009-03-04 20:57:38 +0000 | [diff] [blame] | 2226 | 2009-03-02 Xan Lopez <xan@gnome.org> |
| 2227 | |
| 2228 | Reviewed by Mark Rowe. |
| 2229 | |
| 2230 | https://bugs.webkit.org/show_bug.cgi?id=24287 |
| 2231 | [GTK] Move auth dialog feature to WebKit/ |
| 2232 | |
| 2233 | Add WebKitSoupAuthDialog files to build. |
| 2234 | |
| 2235 | * GNUmakefile.am: |
| 2236 | |
kov@webkit.org | 7d05c79 | 2009-03-03 19:48:22 +0000 | [diff] [blame] | 2237 | 2009-03-03 Gustavo Noronha Silva <gns@gnome.org> |
| 2238 | |
| 2239 | Reviewed by Alexey Proskuryakov. |
| 2240 | |
| 2241 | https://bugs.webkit.org/show_bug.cgi?id=16826 |
| 2242 | [Gtk] Implement WebKitDownload |
| 2243 | |
| 2244 | Adding new files related to WebKitDownload to the GTK+ port. |
| 2245 | |
| 2246 | * GNUmakefile.am: |
| 2247 | |
kov@webkit.org | 485273b | 2009-03-02 14:56:41 +0000 | [diff] [blame] | 2248 | 2009-03-02 Gustavo Noronha Silva <gns@gnome.org> |
| 2249 | |
| 2250 | Unreviewed build fix; adding missing files to EXTRA_DIST, so that |
| 2251 | they show up in the tarball. |
| 2252 | |
| 2253 | * GNUmakefile.am: |
| 2254 | |
christian@webkit.org | dd31f4a | 2009-03-01 15:39:27 +0000 | [diff] [blame] | 2255 | 2009-03-01 Christian Dywan <christian@twotoasts.de> |
| 2256 | |
| 2257 | * configure.ac: Bump GTK port version to 1.1.1. |
| 2258 | |
kov@webkit.org | 9551eb6 | 2009-02-28 03:44:42 +0000 | [diff] [blame] | 2259 | 2009-02-27 Gustavo Noronha Silva <gns@gnome.org> |
| 2260 | |
| 2261 | Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list |
| 2262 | file to EXTRA_DIST to fix make dist. |
| 2263 | |
| 2264 | * GNUmakefile.am: |
| 2265 | |
zecke@webkit.org | fa53038 | 2009-02-26 16:48:58 +0000 | [diff] [blame] | 2266 | 2009-02-26 Xan Lopez <xan@gnome.org> |
| 2267 | |
| 2268 | Reviewed by Holger Freyther. |
| 2269 | |
| 2270 | https://bugs.webkit.org/show_bug.cgi?id=16947 |
| 2271 | [GTK] Missing HTTP Auth challenge |
| 2272 | |
kov@webkit.org | 7e5e09c | 2009-02-26 22:45:13 +0000 | [diff] [blame] | 2273 | Add HTTP authentication dialog with optional GNOME Keyring |
| 2274 | storage. |
| 2275 | |
| 2276 | * GNUmakefile.am: |
| 2277 | * configure.ac: |
| 2278 | |
| 2279 | 2009-02-26 Xan Lopez <xan@gnome.org> |
| 2280 | |
| 2281 | Reviewed by Holger Freyther. |
| 2282 | |
| 2283 | https://bugs.webkit.org/show_bug.cgi?id=16947 |
| 2284 | [GTK] Missing HTTP Auth challenge |
| 2285 | |
zecke@webkit.org | fa53038 | 2009-02-26 16:48:58 +0000 | [diff] [blame] | 2286 | Take marshallers to be built from a manually maintained list |
| 2287 | instead of grepping the sources. |
| 2288 | |
| 2289 | It's much faster, especially so now that we want to add |
| 2290 | marshallers from WebCore too. A system to only take into account |
| 2291 | the modified files when generating the marshallers from sources |
| 2292 | could be hacked, but I think it's overkill considering how rarely |
| 2293 | a new marshaller is added. |
| 2294 | |
| 2295 | * GNUmakefile.am: |
| 2296 | |
jmalonzo@webkit.org | 74ce011 | 2009-02-24 09:22:35 +0000 | [diff] [blame] | 2297 | 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2298 | |
| 2299 | Reviewed by Alexey Proskuryakov. |
| 2300 | |
| 2301 | [Gtk] add options for 3D transforms and HTML5 channel messaging to the build |
| 2302 | https://bugs.webkit.org/show_bug.cgi?id=24072 |
| 2303 | |
| 2304 | Add options for toggling 3D transforms and HTML5 channel messaging |
| 2305 | support on or off. |
| 2306 | |
| 2307 | Also fix the web-workers option. It should be web-workers and not workers. |
| 2308 | |
| 2309 | * configure.ac: |
| 2310 | |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 2311 | 2009-02-23 Xan Lopez <xan@gnome.org> |
| 2312 | |
| 2313 | Reviewed by Alexey Proskuryakov. |
| 2314 | |
| 2315 | https://bugs.webkit.org/show_bug.cgi?id=22624 |
| 2316 | [SOUP][GTK] Need API to get SoupSession from WebKit. |
| 2317 | |
| 2318 | Remove CURL support, the only supported HTTP backend is SOUP now. |
| 2319 | |
| 2320 | * GNUmakefile.am: |
| 2321 | * configure.ac: |
| 2322 | |
christian@webkit.org | 2c1a0db | 2009-02-19 21:41:25 +0000 | [diff] [blame] | 2323 | 2009-02-19 Christian Dywan <christian@twotoasts.de> |
| 2324 | |
| 2325 | Rubber-stamped by Holger Freyther. |
| 2326 | |
| 2327 | http://bugs.webkit.org/show_bug.cgi?id=22811 |
| 2328 | Underlinking in Programs_UnitTests (GTK+ build) |
| 2329 | |
| 2330 | * GNUmakefile.am: Add GLIB_LIBS to unit test library flags. |
| 2331 | |
kov@webkit.org | 59fc6e5 | 2009-02-18 19:18:28 +0000 | [diff] [blame] | 2332 | 2009-02-18 Gustavo Noronha Silva <gns@gnome.org> |
| 2333 | |
| 2334 | Reviewed by Holger Freyther. |
| 2335 | |
| 2336 | Fix symbols.filter location, and add other missing files to the |
| 2337 | autotools build, so that make dist works. |
| 2338 | |
| 2339 | * GNUmakefile.am: |
| 2340 | |
kov@webkit.org | 8078350 | 2009-02-17 12:43:58 +0000 | [diff] [blame] | 2341 | 2009-02-17 Gustavo Noronha Silva <gns@gnome.org> |
| 2342 | |
| 2343 | Reviewed by Alexey Proskuryakov. |
| 2344 | |
| 2345 | https://bugs.webkit.org/show_bug.cgi?id=23939 |
| 2346 | Release build being built with debugging symbols |
| 2347 | |
| 2348 | * configure.ac: Revert change done in revision 40790, since we |
| 2349 | already have a AC_PROG_CXX macro call as part of WEBKIT_INIT |
| 2350 | |
christian@webkit.org | 3660036 | 2009-02-12 18:32:09 +0000 | [diff] [blame] | 2351 | 2009-02-12 Gustavo Noronha Silva <gns@gnome.org> |
| 2352 | |
| 2353 | Reviewed by Eric Seidel. |
| 2354 | |
| 2355 | * configure.ac: Make soup the default HTTP backend for the Gtk port. |
| 2356 | |
zecke@webkit.org | 1059145 | 2009-02-09 20:41:14 +0000 | [diff] [blame] | 2357 | 2009-02-09 Calvin Walton <calvin.walton@gmail.com> |
| 2358 | |
| 2359 | Reviewed by Holger Freyther. |
| 2360 | |
| 2361 | https://bugs.webkit.org/show_bug.cgi?id=23823 |
| 2362 | |
| 2363 | [Gtk] Fix build with recent autotools |
| 2364 | |
| 2365 | Current versions of automake/libtool don't assume you want C++ enabled |
| 2366 | by default any more, so explicitly check for a C++ compiler. |
| 2367 | |
| 2368 | * configure.ac: Add AC_PROG_CXX macro |
| 2369 | |
christian@webkit.org | 0476c99 | 2009-02-02 21:15:53 +0000 | [diff] [blame] | 2370 | 2009-02-02 Christian Dywan <christian@twotoasts.de> |
| 2371 | |
| 2372 | Rubber-stamped by Holger Freyther. |
| 2373 | |
| 2374 | Don't require Geolocation by default. |
| 2375 | |
| 2376 | * configure.ac: |
| 2377 | |
jmalonzo@webkit.org | 06d65c10 | 2009-01-31 09:36:45 +0000 | [diff] [blame] | 2378 | 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2379 | |
| 2380 | Reviewed by Nikolas Zimmermann. |
| 2381 | |
| 2382 | [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits |
| 2383 | https://bugs.webkit.org/show_bug.cgi?id=22136 |
| 2384 | |
| 2385 | * GNUmakefile.am: |
| 2386 | * acinclude.m4: Removed. |
| 2387 | * autogen.sh: |
| 2388 | * autotools/acinclude.m4: Added. |
| 2389 | * autotools/dolt.m4: Added. |
| 2390 | * autotools/symbols.filter: Renamed from symbols.filter. |
| 2391 | * autotools/webkit.m4: Added. |
| 2392 | * configure.ac: |
| 2393 | |
zecke@webkit.org | b99bb80 | 2009-01-31 03:51:00 +0000 | [diff] [blame] | 2394 | 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org> |
| 2395 | |
| 2396 | Reviewed by Nikolas Zimmermann. |
| 2397 | |
| 2398 | [GTK] Implement GeolocationService using the Geoclue library |
| 2399 | |
| 2400 | https://bugs.webkit.org/show_bug.cgi?id=22022 |
| 2401 | |
| 2402 | Untested implementation of the GeolocationService using the geoclue |
| 2403 | library. Velocity handling is completely missing and the accuracy |
| 2404 | handling might be wrong. |
| 2405 | |
| 2406 | * GNUmakefile.am: |
| 2407 | * configure.ac: |
| 2408 | |
zecke@webkit.org | 839009e | 2009-01-11 19:59:13 +0000 | [diff] [blame] | 2409 | 2009-01-11 Xan Lopez <xan@gnome.org> |
| 2410 | |
| 2411 | Reviewed by Holger Freyther. |
| 2412 | |
| 2413 | Bump version to 1.1.0 since we are breaking ABI and adding new |
| 2414 | major features. |
| 2415 | |
| 2416 | * configure.ac: |
| 2417 | |
zecke@webkit.org | 2d40b85 | 2008-12-20 03:18:31 +0000 | [diff] [blame] | 2418 | 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk> |
| 2419 | |
| 2420 | Reviewed by Holger Freyther. |
| 2421 | |
| 2422 | http://bugs.webkit.org/show_bug.cgi?id=16562 |
| 2423 | [gtk] Implement WebPolicyDelegate methods |
| 2424 | |
| 2425 | Original work by Pierre-Luc Beaudoin. Final touches by Gustavo |
| 2426 | Noronha. |
| 2427 | |
| 2428 | This implements the delegates methods of WebPolicyDelegate. |
| 2429 | Since Gtk+/C doesn't have delegate methods, they are replaced with |
| 2430 | signals. |
| 2431 | |
| 2432 | A new object WebKitWebPolicyDecision allows the browser to delay its |
| 2433 | response in certain cases. WebKitWebNavigationAction contains the |
| 2434 | information about what caused a navigation request. |
| 2435 | |
| 2436 | * GNUmakefile.am: Add new files |
| 2437 | |
zecke@webkit.org | d34c3d40 | 2008-12-19 16:54:50 +0000 | [diff] [blame] | 2438 | 2008-12-19 Gustavo Noronha Silva <gns@gnome.org> |
| 2439 | |
| 2440 | Reviewed by Holger Freyther. |
| 2441 | |
| 2442 | Use ustar tar format for WebKit/GTK+'s make dist target, so that |
| 2443 | storing files whose filenames are > 99 is possible. |
| 2444 | |
| 2445 | * configure.ac: |
| 2446 | |
zecke@webkit.org | 602f70b | 2008-12-19 16:35:39 +0000 | [diff] [blame] | 2447 | 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org> |
| 2448 | |
| 2449 | [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST |
| 2450 | |
| 2451 | Fix the jit compilation on i*686 on Linux by using the va_list |
| 2452 | to pass arguments to the CTI. This is done on the MAC as well |
| 2453 | and sunspider and javascriptcore seem to work with that. |
| 2454 | |
| 2455 | * configure.ac: |
| 2456 | |
pam@chromium.org | 8e6cbb5 | 2008-12-18 17:56:31 +0000 | [diff] [blame] | 2457 | 2008-12-18 Pamela Greene <pam@chromium.org> |
| 2458 | |
| 2459 | Submitted without review. |
pam@chromium.org | cd92f57 | 2008-12-18 18:02:47 +0000 | [diff] [blame] | 2460 | Right, remove the whole misplaced directory, not just the tests. |
| 2461 | |
| 2462 | * fast: Removed. |
| 2463 | * fast/dom: Removed. |
| 2464 | |
| 2465 | 2008-12-18 Pamela Greene <pam@chromium.org> |
| 2466 | |
| 2467 | Submitted without review. |
pam@chromium.org | 8e6cbb5 | 2008-12-18 17:56:31 +0000 | [diff] [blame] | 2468 | Moving layout test into LayoutTests where it belongs. |
| 2469 | |
| 2470 | * fast/dom/setter-type-enforcement-expected.txt: Removed. |
| 2471 | * fast/dom/setter-type-enforcement.html: Removed. |
| 2472 | |
eric@webkit.org | 81f4226 | 2008-12-15 22:18:40 +0000 | [diff] [blame] | 2473 | 2008-12-15 Daniel Macks <dmacks@netspace.org> |
| 2474 | |
| 2475 | Reviewed by Darin Adler. |
| 2476 | |
| 2477 | Default to use external libicu-config if avail on all platforms. |
| 2478 | https://bugs.webkit.org/show_bug.cgi?id=22713 |
| 2479 | |
| 2480 | * configure.ac: |
| 2481 | |
zecke@webkit.org | eed856b | 2008-12-12 16:08:48 +0000 | [diff] [blame] | 2482 | 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org> |
| 2483 | |
| 2484 | Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10) |
| 2485 | |
| 2486 | The m4 directory does not exist and we now have a compile issue on |
| 2487 | Gentoo systems. |
| 2488 | |
| 2489 | * GNUmakefile.am: |
| 2490 | * configure.ac: |
| 2491 | |
zecke@webkit.org | af3c15c | 2008-12-12 00:37:16 +0000 | [diff] [blame] | 2492 | 2008-12-11 Daniel Macks <dmacks@netspace.org> |
| 2493 | |
| 2494 | Reviewed by Darin Adler. |
| 2495 | |
| 2496 | https://bugs.webkit.org/show_bug.cgi?id=22714 |
| 2497 | |
| 2498 | Put libtool macro files in subdir that it wants. |
| 2499 | |
| 2500 | * GNUmakefile.am: |
| 2501 | * configure.ac: |
| 2502 | |
zecke@webkit.org | 5955e9e | 2008-12-07 18:41:46 +0000 | [diff] [blame] | 2503 | 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org> |
| 2504 | |
zecke@webkit.org | c31c511 | 2008-12-07 19:16:17 +0000 | [diff] [blame] | 2505 | Reviewed by Eric Seidel. |
| 2506 | |
| 2507 | [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API |
| 2508 | |
| 2509 | https://bugs.webkit.org/show_bug.cgi?id=22491 |
| 2510 | |
| 2511 | Add the skeleton to WebKit/gtk/tests and integrate that into the |
| 2512 | buildsystem. Testing support was added in glib 2.16. For versions |
| 2513 | using glib < 2.16 we compile an empty application. |
| 2514 | |
| 2515 | * GNUmakefile.am: |
| 2516 | |
| 2517 | 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org> |
| 2518 | |
zecke@webkit.org | 5955e9e | 2008-12-07 18:41:46 +0000 | [diff] [blame] | 2519 | Reviewed by Cameron Zwarich. |
| 2520 | |
| 2521 | [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC |
| 2522 | |
| 2523 | When building the jit on i*86 also enable the above optimizations. |
| 2524 | |
| 2525 | * configure.ac: |
| 2526 | |
hausmann@webkit.org | e7bf97e | 2008-12-03 14:10:20 +0000 | [diff] [blame] | 2527 | 2008-12-03 Simon Hausmann <hausmann@webkit.org> |
| 2528 | |
| 2529 | Reviewed by Tor Arne Vestbø. |
| 2530 | |
| 2531 | Fix the build of WebKit inside Qt by making sure that qmake generators |
| 2532 | that do not produce generated sources (i.e. cpp files) are not |
| 2533 | included in SOURCES. |
| 2534 | |
| 2535 | * WebKit.pri: |
| 2536 | |
hausmann@webkit.org | 75ad054 | 2008-12-02 10:04:25 +0000 | [diff] [blame] | 2537 | 2008-12-02 Simon Hausmann <hausmann@webkit.org> |
| 2538 | |
| 2539 | Reviewed by Tor Arne Vestbø. |
| 2540 | |
| 2541 | Removed JavaScriptCore from SUBDIRS as it's not built separately |
| 2542 | anymore. |
| 2543 | |
| 2544 | * WebKit.pro: |
| 2545 | |
zecke@webkit.org | dfb3868 | 2008-11-29 00:20:56 +0000 | [diff] [blame] | 2546 | 2008-11-28 Gustavo Noronha Silva <gns@gnome.org> |
| 2547 | |
| 2548 | Reviewed and slightly modified by Holger Freyther. |
| 2549 | |
| 2550 | https://bugs.webkit.org/show_bug.cgi?id=19130 |
| 2551 | |
| 2552 | Added the new WebKitGtk files to be built: |
| 2553 | WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h} |
| 2554 | |
| 2555 | * GNUmakefile.am: |
| 2556 | |
jmalonzo@webkit.org | e17b486 | 2008-11-26 11:31:27 +0000 | [diff] [blame] | 2557 | 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com> |
| 2558 | |
| 2559 | Reviewed by Darin Adler. Landed by Jan Alonzo. |
| 2560 | |
| 2561 | Bison versions under 2.2 produce crashing CSSGrammar code for ARM |
| 2562 | https://bugs.webkit.org/show_bug.cgi?id=22456 |
| 2563 | |
| 2564 | Check for bison version 2.2 or greater on ARM. Earlier versions produce |
| 2565 | code that crashes on ARM devices. |
| 2566 | |
| 2567 | * configure.ac: |
| 2568 | |
zecke@webkit.org | b59f9c4 | 2008-11-25 23:17:02 +0000 | [diff] [blame] | 2569 | 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org> |
| 2570 | |
| 2571 | Reviewed by David Kilzer. |
| 2572 | |
| 2573 | https://bugs.webkit.org/show_bug.cgi?id=22022 |
| 2574 | |
| 2575 | Add Geolocation support to the configure.ac |
| 2576 | |
| 2577 | Add an option to build WebKit/Gtk+ with Geolocation. The |
| 2578 | implementation will be using Gypsy. |
| 2579 | |
| 2580 | * configure.ac: |
| 2581 | |
zecke@webkit.org | e9dbf8a | 2008-11-24 12:56:31 +0000 | [diff] [blame] | 2582 | 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org> |
| 2583 | |
| 2584 | Reviewed by Mark Rowe. |
| 2585 | |
| 2586 | [Gtk+] Add configure option to enable Web Workers and enable it by default |
| 2587 | |
| 2588 | Add --enable-workers to the buildsystem (used by build-webkit) add |
| 2589 | the to be build files to the GNUmakefile.am and change build-webkit |
| 2590 | to enable Web Workers by default. |
| 2591 | |
| 2592 | * configure.ac: |
| 2593 | |
hausmann@webkit.org | 6138662 | 2008-11-20 13:44:01 +0000 | [diff] [blame] | 2594 | 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com> |
| 2595 | |
| 2596 | Reviewed by Simon Hausmann. |
| 2597 | |
| 2598 | Steps towards making the Qt port of WebKit compile on Windows CE |
| 2599 | |
| 2600 | https://bugs.webkit.org/show_bug.cgi?id=20746 |
| 2601 | |
| 2602 | * WebKit.pro: don't build DumpRenderTree on all Win32 platforms |
| 2603 | |
zimmermann@webkit.org | 4c3a61a | 2008-11-18 00:04:18 +0000 | [diff] [blame] | 2604 | 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com> |
| 2605 | |
| 2606 | Reviewed by George Staikos. |
| 2607 | |
| 2608 | Add WML build support for Gtk as well. |
| 2609 | |
| 2610 | * configure.ac: |
| 2611 | |
ggaren@apple.com | 987bc5b | 2008-11-17 05:52:02 +0000 | [diff] [blame] | 2612 | 2008-11-16 Geoffrey Garen <ggaren@apple.com> |
| 2613 | |
| 2614 | Not reviewed. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 2615 | |
ggaren@apple.com | 987bc5b | 2008-11-17 05:52:02 +0000 | [diff] [blame] | 2616 | Try to fix gtk build. |
| 2617 | |
| 2618 | * configure.ac: |
| 2619 | |
vestbo@webkit.org | 83a4da7 | 2008-11-10 15:55:10 +0000 | [diff] [blame] | 2620 | 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com> |
| 2621 | |
| 2622 | Rubber-stamped by Simon Hausmann. |
| 2623 | |
| 2624 | Distinguish between building from trunk and as part of Qt |
| 2625 | |
| 2626 | * WebKit.pri: |
| 2627 | |
| 2628 | 2008-11-10 Morten Sørvig <msorvig@trolltech.com> |
hausmann@webkit.org | 9686546 | 2008-11-10 11:46:11 +0000 | [diff] [blame] | 2629 | |
| 2630 | Reviewed by Simon Hausmann. |
| 2631 | |
| 2632 | Make tests/auto/qwebframe compile on Qt/Mac. |
| 2633 | |
| 2634 | * WebKit.pri: Fix linkage against QtWebKit when compiled as framework. |
| 2635 | |
cwzwarich@webkit.org | b77ab3a | 2008-11-07 07:41:18 +0000 | [diff] [blame] | 2636 | 2008-11-06 Cameron Zwarich <zwarich@apple.com> |
| 2637 | |
| 2638 | Not reviewed. |
| 2639 | |
| 2640 | Speculatively fix the GTK build. |
| 2641 | |
| 2642 | * GNUmakefile.am: |
| 2643 | |
alp@webkit.org | 4c29a2f | 2008-11-06 08:58:53 +0000 | [diff] [blame] | 2644 | 2008-11-06 Alp Toker <alp@nuanti.com> |
| 2645 | |
| 2646 | GTK build fix for r38155. create_hash_table was moved out of kjs/ |
| 2647 | |
| 2648 | * GNUmakefile.am: |
| 2649 | |
cwzwarich@webkit.org | 61a3d96 | 2008-11-06 08:55:35 +0000 | [diff] [blame] | 2650 | 2008-11-06 Cameron Zwarich <zwarich@apple.com> |
cwzwarich@webkit.org | f368350 | 2008-11-06 08:53:06 +0000 | [diff] [blame] | 2651 | |
| 2652 | Rubber-stamped by Sam Weinig. |
| 2653 | |
| 2654 | Correct the reference to jsc.pro in WebKit.pro to match its new |
| 2655 | location in the root directory of JavaScriptCore. |
| 2656 | |
| 2657 | * WebKit.pro: |
| 2658 | |
alp@webkit.org | 515bfc6 | 2008-11-03 15:59:02 +0000 | [diff] [blame] | 2659 | 2008-11-03 Alp Toker <alp@nuanti.com> |
| 2660 | |
alp@webkit.org | e359c84 | 2008-11-04 04:25:52 +0000 | [diff] [blame] | 2661 | autotools distcleancheck fix. Add dolt-generated files and |
| 2662 | webkitenumtypes.h to the list of files that need to be cleaned. |
| 2663 | Unreviewed. |
| 2664 | |
| 2665 | * GNUmakefile.am: |
| 2666 | |
| 2667 | 2008-11-03 Alp Toker <alp@nuanti.com> |
| 2668 | |
alp@webkit.org | 515bfc6 | 2008-11-03 15:59:02 +0000 | [diff] [blame] | 2669 | Rubber-stamped by Holger Freyther. |
| 2670 | |
alp@webkit.org | 491d909 | 2008-11-03 17:27:55 +0000 | [diff] [blame] | 2671 | Do not enable RTTI or exceptions in debug builds, matching release |
| 2672 | builds. They don't help much with debugging and significantly slow |
| 2673 | down and increase the size of the debug build. |
| 2674 | |
| 2675 | * GNUmakefile.am: |
| 2676 | |
| 2677 | 2008-11-03 Alp Toker <alp@nuanti.com> |
| 2678 | |
| 2679 | Rubber-stamped by Holger Freyther. |
| 2680 | |
alp@webkit.org | 515bfc6 | 2008-11-03 15:59:02 +0000 | [diff] [blame] | 2681 | Add mingw32 case to dolt for faster GTK+ Windows builds. |
| 2682 | |
| 2683 | * acinclude.m4: |
| 2684 | |
christian@webkit.org | fb968c6 | 2008-11-02 20:23:14 +0000 | [diff] [blame] | 2685 | 2008-11-02 Xan Lopez <xan@gnome.org> |
| 2686 | |
| 2687 | Reviewed by Holger Freyther |
| 2688 | |
| 2689 | https://bugs.webkit.org/show_bug.cgi?id=22009 |
| 2690 | HTML5 Video with GStreamer pulls gnome-vfs without using it. |
| 2691 | |
| 2692 | * configure.ac: |
| 2693 | Remove gnome-vfs from configure.ac, it's unused. |
| 2694 | |
alp@webkit.org | 1ad4417 | 2008-10-30 08:24:04 +0000 | [diff] [blame] | 2695 | 2008-10-30 Alp Toker <alp@nuanti.com> |
| 2696 | |
alp@webkit.org | a8df3bf | 2008-10-30 21:22:38 +0000 | [diff] [blame] | 2697 | https://bugs.webkit.org/show_bug.cgi?id=19395 |
| 2698 | doltlibtool bug with bash 3.0 |
| 2699 | |
| 2700 | autotools dolt build fix for bash version 3.0 and older. Remove |
| 2701 | concatenation syntax from doltlibtool to support the older versions |
| 2702 | which don't have '+='. |
| 2703 | |
| 2704 | * acinclude.m4: |
| 2705 | |
| 2706 | 2008-10-30 Alp Toker <alp@nuanti.com> |
| 2707 | |
alp@webkit.org | eb261eb | 2008-10-30 09:56:39 +0000 | [diff] [blame] | 2708 | Rubber-stamped by Oliver Hunt. |
| 2709 | |
| 2710 | autotools build system change to enable JIT features by default. Can |
| 2711 | be disabled with --disable-jit (and is disabled automatically on |
| 2712 | unsupported platforms). |
| 2713 | |
| 2714 | * configure.ac: |
| 2715 | |
| 2716 | 2008-10-30 Alp Toker <alp@nuanti.com> |
| 2717 | |
alp@webkit.org | 1ad4417 | 2008-10-30 08:24:04 +0000 | [diff] [blame] | 2718 | Bump WebKit GTK+ version to 1.0.3. |
| 2719 | |
| 2720 | * configure.ac: |
| 2721 | |
zecke@webkit.org | bcca41d | 2008-10-29 22:39:18 +0000 | [diff] [blame] | 2722 | 2008-10-29 Gustavo Noronha Silva <gns@gnome.org> |
| 2723 | |
| 2724 | Reviewed by Holger Freyther. |
| 2725 | |
| 2726 | Added all the files that need to be installed for the Inspector to |
| 2727 | work. |
| 2728 | |
zecke@webkit.org | a05d596 | 2008-10-29 20:19:06 +0000 | [diff] [blame] | 2729 | 2008-10-29 Mike Hommey <glandium@debian.org> |
| 2730 | |
| 2731 | Reviewed by Holger Freyther. |
| 2732 | |
| 2733 | https://bugs.webkit.org/show_bug.cgi?id=21884 |
| 2734 | Test presence and link against libpng. |
| 2735 | |
| 2736 | * GNUmakefile.am: |
| 2737 | * configure.ac: |
| 2738 | |
jmalonzo@webkit.org | dc065f3 | 2008-10-29 19:34:36 +0000 | [diff] [blame] | 2739 | 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2740 | |
| 2741 | Reviewed by Holger Freyther. |
| 2742 | |
| 2743 | Add --enable-optimizations to enable optimized builds. The default |
| 2744 | is to enable it for release builds, and disabled for debug builds. |
| 2745 | This option will allow builders to have a debug as well as |
| 2746 | optimized builds. |
| 2747 | |
| 2748 | * GNUmakefile.am: |
| 2749 | * configure.ac: |
| 2750 | |
alp@webkit.org | 6862a8b | 2008-10-28 14:30:05 +0000 | [diff] [blame] | 2751 | 2008-10-28 Mike Hommey <glandium@debian.org> |
| 2752 | |
| 2753 | Reviewed by Alp Toker. |
| 2754 | |
| 2755 | https://bugs.webkit.org/show_bug.cgi?id=21885 |
| 2756 | [GTK] libwebkit doesn't link against libpangoft2 |
| 2757 | |
| 2758 | Add pkg-config check for pangoft2 which provides |
| 2759 | pango_fc_font_description_from_pattern() used in the FreeType font |
| 2760 | backend. |
| 2761 | |
| 2762 | * configure.ac: |
| 2763 | |
alp@webkit.org | 2ab3695 | 2008-10-28 12:53:51 +0000 | [diff] [blame] | 2764 | 2008-10-28 Alp Toker <alp@nuanti.com> |
| 2765 | |
| 2766 | Include copyright license files in the autotools dist target. |
| 2767 | |
| 2768 | Change suggested by Mike Hommey. |
| 2769 | |
| 2770 | * GNUmakefile.am: |
| 2771 | |
jmalonzo@webkit.org | e39356e | 2008-10-25 07:24:17 +0000 | [diff] [blame] | 2772 | 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2773 | |
| 2774 | Gtk build fix: add '-' to Wl which was missed in r36845 |
| 2775 | |
| 2776 | * GNUmakefile.am: |
| 2777 | |
alp@webkit.org | ee7dc25 | 2008-10-22 10:38:23 +0000 | [diff] [blame] | 2778 | 2008-10-22 Alp Toker <alp@nuanti.com> |
| 2779 | |
| 2780 | Fix build for Cairo 1.2. |
| 2781 | |
| 2782 | * configure.ac: |
| 2783 | |
alp@webkit.org | 14af149 | 2008-10-20 18:04:53 +0000 | [diff] [blame] | 2784 | 2008-10-20 Alp Toker <alp@nuanti.com> |
| 2785 | |
| 2786 | Partial GTK+/Win32 build fix. Lowercase library name to enable linking |
| 2787 | when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32 |
| 2788 | |
| 2789 | * configure.ac: |
| 2790 | |
alp@webkit.org | b722486 | 2008-10-14 02:16:13 +0000 | [diff] [blame] | 2791 | 2008-10-13 Alp Toker <alp@nuanti.com> |
| 2792 | |
| 2793 | GTK+ build fix: Ensure correct builds when debugging is |
| 2794 | enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed. |
| 2795 | It's still passed as a compiler flag since some sources (DRT) don't |
| 2796 | use config.h yet. |
| 2797 | |
| 2798 | * configure.ac: |
| 2799 | |
alp@webkit.org | 7e2b6cd | 2008-10-10 00:50:25 +0000 | [diff] [blame] | 2800 | 2008-10-09 Alp Toker <alp@nuanti.com> |
| 2801 | |
| 2802 | Reviewed by Mark Rowe. |
| 2803 | |
| 2804 | https://bugs.webkit.org/show_bug.cgi?id=20760 |
| 2805 | Implement support for x86 Linux in CTI |
| 2806 | |
| 2807 | Prepare to enable CTI/WREC on supported architectures. Will be |
| 2808 | switched on when the crasher introduced in r37386 is resolved. |
| 2809 | |
| 2810 | * configure.ac: |
| 2811 | |
alp@webkit.org | e124466 | 2008-10-07 18:28:43 +0000 | [diff] [blame] | 2812 | 2008-10-07 Alp Toker <alp@nuanti.com> |
| 2813 | |
alp@webkit.org | 76e7f9a | 2008-10-08 00:42:37 +0000 | [diff] [blame] | 2814 | GTK+ build fix for older automake versions (1.7). Discussed in bug |
| 2815 | #21392. |
| 2816 | |
| 2817 | * GNUmakefile.am: |
| 2818 | |
| 2819 | 2008-10-07 Alp Toker <alp@nuanti.com> |
| 2820 | |
alp@webkit.org | e124466 | 2008-10-07 18:28:43 +0000 | [diff] [blame] | 2821 | Reviewed by Mark Rowe. |
| 2822 | |
| 2823 | https://bugs.webkit.org/show_bug.cgi?id=21392 |
| 2824 | [GTK] Auto-generate JS DOM binding sources list |
| 2825 | |
| 2826 | Remove the huge lists of generated DOM binding sources and headers in |
| 2827 | the build system. These are difficult to maintain and can be derived |
| 2828 | automatically. |
| 2829 | |
| 2830 | The new strategy is to re-use the existing lists of IDL sources (which |
| 2831 | are needed for dist support anyway). This will also ease the addition |
| 2832 | of new language bindings. |
| 2833 | |
| 2834 | * GNUmakefile.am: |
| 2835 | |
zecke@webkit.org | 202af28 | 2008-09-28 01:49:45 +0000 | [diff] [blame] | 2836 | 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2837 | |
| 2838 | Reviewed by Holger Freyther. |
| 2839 | |
| 2840 | https://bugs.webkit.org/show_bug.cgi?id=20287 |
| 2841 | [Gtk] disable plugins for gtk/directfb target |
| 2842 | |
| 2843 | Introduce WTF_PLATFORM_X11 for X11 builds. |
| 2844 | Also use target-specific packages when building the port |
| 2845 | |
| 2846 | * configure.ac: Do not check for cairo-ft for directfb builds. |
| 2847 | |
zecke@webkit.org | a051fce | 2008-09-27 22:56:56 +0000 | [diff] [blame] | 2848 | 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk> |
| 2849 | |
| 2850 | Reviewed by Holger Freyther. |
| 2851 | |
| 2852 | http://bugs.webkit.org/show_bug.cgi?id=21174 |
| 2853 | [GTK][AUTOTOOLS] Enable large file support at configure time |
| 2854 | |
| 2855 | * configure.ac: Enable large file support with AC_SYS_LARGEFILE. |
| 2856 | |
jmalonzo@webkit.org | a897fea | 2008-09-24 07:42:51 +0000 | [diff] [blame] | 2857 | 2008-09-23 Richard Hult <richard@imendio.com> |
| 2858 | |
| 2859 | Reviewed by Alp Toker. Landed by Jan Alonzo. |
| 2860 | |
| 2861 | http://bugs.webkit.org/show_bug.cgi?id=20582 |
| 2862 | [Gtk] Link error on Mac OS X |
| 2863 | |
| 2864 | * GNUmakefile.am: Only use the -version-script flag for the gnu |
| 2865 | linker. |
| 2866 | * configure.ac: Check for GNU OSes. |
| 2867 | |
alp@webkit.org | 139345a | 2008-09-20 06:34:35 +0000 | [diff] [blame] | 2868 | 2008-09-19 Alp Toker <alp@nuanti.com> |
| 2869 | |
| 2870 | Build fix for the 'gold' linker and recent binutils. New behaviour |
| 2871 | requires that we link to used libraries explicitly. |
| 2872 | |
| 2873 | * GNUmakefile.am: |
| 2874 | * configure.ac: |
| 2875 | |
jmalonzo@webkit.org | 6afc5d4 | 2008-09-04 20:26:16 +0000 | [diff] [blame] | 2876 | 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk> |
| 2877 | |
| 2878 | Reviewed by Eric Seidel. |
| 2879 | |
| 2880 | http://bugs.webkit.org/show_bug.cgi?id=20380 |
| 2881 | [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h |
| 2882 | |
| 2883 | * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h. |
| 2884 | |
alp@webkit.org | 97d8c10 | 2008-08-29 05:09:39 +0000 | [diff] [blame] | 2885 | 2008-08-28 Alp Toker <alp@nuanti.com> |
| 2886 | |
| 2887 | GTK+ dist/build fix. List newly added header files. |
| 2888 | |
| 2889 | * GNUmakefile.am: |
| 2890 | |
zecke@webkit.org | 895c50f | 2008-08-28 01:20:19 +0000 | [diff] [blame] | 2891 | 2008-08-27 Mike Hommey <glandium@debian.org> |
| 2892 | |
| 2893 | Reviewed by Holger. |
| 2894 | |
| 2895 | * GNUmakefile.am: |
| 2896 | * symbols.filter: Added. |
| 2897 | |
alp@webkit.org | 9388fc8 | 2008-08-10 18:21:21 +0000 | [diff] [blame] | 2898 | 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2899 | |
| 2900 | Reviewed (and updated) by Alp Toker. |
| 2901 | |
| 2902 | https://bugs.webkit.org/show_bug.cgi?id=16620 |
| 2903 | [GTK] Autotools make dist and make check support |
| 2904 | |
| 2905 | Get make dist working. |
| 2906 | |
| 2907 | Note that not all possible configurations have been tested yet. |
| 2908 | |
| 2909 | * GNUmakefile.am: |
| 2910 | |
alp@webkit.org | f996f49 | 2008-08-10 03:11:28 +0000 | [diff] [blame] | 2911 | 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk> |
| 2912 | |
| 2913 | Reviewed by Alp Toker. |
| 2914 | |
| 2915 | http://bugs.webkit.org/show_bug.cgi?id=19045 |
| 2916 | [gtk] ./configure doesn't check for x toolkit availability |
| 2917 | |
| 2918 | Some old versions of Xt do not provide xt.pc, in this case use |
| 2919 | AC_CHECK_LIB to check if the library is installed and then fall back |
| 2920 | to using just -lXt. |
| 2921 | |
| 2922 | * configure.ac: |
| 2923 | |
alp@webkit.org | 5186e84 | 2008-08-10 03:00:29 +0000 | [diff] [blame] | 2924 | 2008-08-09 Alp Toker <alp@nuanti.com> |
| 2925 | |
| 2926 | GTK+ build fixes. |
| 2927 | |
| 2928 | Back out r20338 libxslt check (conditional check already exists and |
| 2929 | this broke the build). |
| 2930 | |
| 2931 | Make the flex version check a warning rather than fatal to fix the |
| 2932 | build bot. |
| 2933 | |
| 2934 | * configure.ac: |
| 2935 | |
jmalonzo@webkit.org | a325b51 | 2008-08-10 02:03:42 +0000 | [diff] [blame] | 2936 | 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 2937 | |
| 2938 | Reviewed by Mark Rowe. |
| 2939 | |
| 2940 | http://bugs.webkit.org/show_bug.cgi?id=20338 |
| 2941 | [Gtk] Autotools should check for libxslt |
| 2942 | |
| 2943 | Autotools check for libxslt |
| 2944 | |
| 2945 | * configure.ac: |
| 2946 | |
jmalonzo@webkit.org | 850cecc | 2008-08-07 12:08:52 +0000 | [diff] [blame] | 2947 | 2008-08-07 Kalle Vahlman <zuh@iki.fi> |
| 2948 | |
| 2949 | Reviewed by David Kilzer. |
| 2950 | |
| 2951 | Check for correct flex version to avoid faulty builds |
| 2952 | |
| 2953 | A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it |
| 2954 | https://bugs.webkit.org/show_bug.cgi?id=20253 |
| 2955 | |
| 2956 | acinclude.m4: Import AX_COMPARE_VERSION macro |
| 2957 | configure.ac: Check for flex version |
| 2958 | |
| 2959 | * acinclude.m4: |
| 2960 | * configure.ac: |
| 2961 | |
hausmann@webkit.org | 25eaf42 | 2008-08-07 11:31:59 +0000 | [diff] [blame] | 2962 | 2008-08-07 Simon Hausmann <hausmann@webkit.org> |
| 2963 | |
| 2964 | Rubber-stamped by Lars. |
| 2965 | |
| 2966 | Added API tests for QWebPage/QWebFrame based on QTestLib. |
| 2967 | |
| 2968 | * WebKit.pro: Add WebKit/qt/tests to the build. |
| 2969 | |
jmalonzo@webkit.org | 46fd3f4 | 2008-08-06 12:40:53 +0000 | [diff] [blame] | 2970 | 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk> |
| 2971 | |
| 2972 | Reviewed by Eric Seidel. |
| 2973 | |
| 2974 | http://bugs.webkit.org/show_bug.cgi?id=20276 |
| 2975 | [GTK] Makefile rules for the enum GTypes files depend on Makefile |
| 2976 | instead of GNUmakefile |
| 2977 | |
| 2978 | The patch committed in revision 34649 added the code needed to |
| 2979 | generate GTypes for enums but the makefile rules for |
| 2980 | stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on |
| 2981 | Makefile (used by other ports) instead of GNUmakefile. |
| 2982 | |
| 2983 | * GNUmakefile.am: Depend on GNUmakefile instead of Makefile. |
| 2984 | |
alp@webkit.org | 7ba3bb9 | 2008-08-05 21:33:35 +0000 | [diff] [blame] | 2985 | 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk> |
| 2986 | |
| 2987 | Reviewed by Alp Toker. |
| 2988 | |
| 2989 | http://bugs.webkit.org/show_bug.cgi?id=19045 |
| 2990 | [gtk] ./configure doesn't check for x toolkit availability |
| 2991 | |
| 2992 | Check for the .pc file for Xt instead of hard coding -lXt in the |
| 2993 | GNUmakefile.am. |
| 2994 | |
| 2995 | Thanks to Dominik Röttsches for the initial patch. |
| 2996 | |
| 2997 | * GNUmakefile.am: |
| 2998 | * configure.ac: |
| 2999 | |
christian@webkit.org | e0a030f | 2008-07-30 18:17:24 +0000 | [diff] [blame] | 3000 | 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk> |
| 3001 | |
| 3002 | Reviewed by Holger. |
| 3003 | |
| 3004 | http://bugs.webkit.org/show_bug.cgi?id=19742 |
| 3005 | [GTK] Auto generate webkitmarshal.list |
| 3006 | |
| 3007 | Auto generate webkitmarshal.list from source files to reduce the |
| 3008 | number of conflicts when merging git branches or when applying |
| 3009 | patches. |
| 3010 | Also rename webkit-marshal.* to webkitmarshal.* for consistency. |
| 3011 | |
| 3012 | * GNUmakefile.am: |
| 3013 | |
jmalonzo@webkit.org | 20c9f4b | 2008-07-27 06:00:36 +0000 | [diff] [blame] | 3014 | 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 3015 | |
| 3016 | Reviewed by Mark Rowe. |
| 3017 | |
| 3018 | Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee. |
| 3019 | |
| 3020 | [Gtk] Improve detection jpeglib |
| 3021 | https://bugs.webkit.org/show_bug.cgi?id=17865 |
| 3022 | |
| 3023 | * GNUmakefile.am: |
| 3024 | * configure.ac: |
| 3025 | |
hausmann@webkit.org | bb87b70 | 2008-07-25 10:55:33 +0000 | [diff] [blame] | 3026 | 2008-07-25 Simon Hausmann <hausmann@webkit.org> |
| 3027 | |
| 3028 | Discussed with and rubber-stamped by Lars. |
| 3029 | |
| 3030 | Fix the build system for the Qt port. |
| 3031 | |
| 3032 | Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the |
| 3033 | include search path. With a build process that combines JavaScriptCore and |
| 3034 | WebCore in one build process/Makefile the existance of |
| 3035 | JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts. |
| 3036 | |
| 3037 | This commit solves this by introducing a separate build of JavaScriptCore into |
| 3038 | a static library. |
| 3039 | |
| 3040 | As a result of the split-up a race-condition due to broken dependencies of |
| 3041 | regular source files to header files of generated sources showed up very |
| 3042 | frequently when doing parallel builds (which the buildbot does). This commit at |
| 3043 | the same time tries to address the dependency problem by making the |
| 3044 | addExtraCompiler() function also generate a pseudo extra compiler that |
| 3045 | represents the header file output, so that qmake is aware of the creation of |
| 3046 | the header file for dependency calculation. |
| 3047 | |
| 3048 | At the same time I removed a lot of cruft from the pro files to ease maintenance. |
| 3049 | |
| 3050 | * WebKit.pri: |
| 3051 | * WebKit.pro: |
| 3052 | |
jmalonzo@webkit.org | d1815718 | 2008-06-18 20:04:18 +0000 | [diff] [blame] | 3053 | 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk> |
| 3054 | |
| 3055 | Reviewed by Alp Toker. |
| 3056 | |
| 3057 | https://bugs.webkit.org/show_bug.cgi?id=19171 |
| 3058 | [GTK] GTypes for enumerations |
| 3059 | |
| 3060 | Generate GTypes for public enumerations so they can be used as |
| 3061 | properties. |
| 3062 | |
| 3063 | * GNUmakefile.am: Generate webkit-enum-types.cpp and |
| 3064 | webkit-enum-types.h. |
| 3065 | |
hausmann@webkit.org | b18129c | 2008-06-16 10:14:04 +0000 | [diff] [blame] | 3066 | 2008-06-16 Simon Hausmann <hausmann@webkit.org> |
| 3067 | |
| 3068 | Fix the Qt build. testkjs.pro is now called jsc.pro. |
| 3069 | |
| 3070 | * WebKit.pro: |
| 3071 | |
alp@webkit.org | 643f3ef | 2008-06-15 11:46:18 +0000 | [diff] [blame] | 3072 | 2008-06-15 Alp Toker <alp@nuanti.com> |
| 3073 | |
| 3074 | Rubber-stamped by Maciej. |
| 3075 | |
| 3076 | Install 'jsc' application by default. |
| 3077 | |
| 3078 | * GNUmakefile.am: |
| 3079 | |
alp@webkit.org | 2d181c5 | 2008-06-08 16:10:16 +0000 | [diff] [blame] | 3080 | 2008-06-08 Alp Toker <alp@nuanti.com> |
| 3081 | |
alp@webkit.org | 7c86990 | 2008-06-08 19:04:23 +0000 | [diff] [blame] | 3082 | autotools/GTK+ build system cleanup. Don't include WebKit API in the |
| 3083 | WebCore build as it's no longer needed since r34426. |
| 3084 | |
| 3085 | * GNUmakefile.am: |
| 3086 | |
| 3087 | 2008-06-08 Alp Toker <alp@nuanti.com> |
| 3088 | |
alp@webkit.org | 2d181c5 | 2008-06-08 16:10:16 +0000 | [diff] [blame] | 3089 | Rubber-stamped by Mark Rowe. |
| 3090 | |
| 3091 | Bring back -fstrict-aliasing for JavaScriptCore which was removed in |
| 3092 | r31821, since aliasing issues have now been fixed. |
| 3093 | |
| 3094 | Use -O3, not -O2 for the JavaScriptCore build. |
| 3095 | |
| 3096 | * GNUmakefile.am: |
| 3097 | * configure.ac: |
| 3098 | |
christian@webkit.org | 56f0069 | 2008-06-05 22:50:40 +0000 | [diff] [blame] | 3099 | 2008-06-05 Christian Dywan <christian@twotoasts.de> |
| 3100 | |
| 3101 | Reviewed by Alp Toker. |
| 3102 | |
| 3103 | https://bugs.webkit.org/show_bug.cgi?id=14141 |
| 3104 | Please add a version to the Gtk port |
| 3105 | |
| 3106 | * GNUmakefile.am: |
| 3107 | |
alp@webkit.org | 15ef3c4 | 2008-06-03 00:30:19 +0000 | [diff] [blame] | 3108 | 2008-06-02 Alp Toker <alp@nuanti.com> |
| 3109 | |
| 3110 | GTK+/autotools Windows build system fixes. |
| 3111 | |
| 3112 | * GNUmakefile.am: |
| 3113 | * configure.ac: |
| 3114 | |
alp@webkit.org | f1dbca6 | 2008-06-02 16:36:32 +0000 | [diff] [blame] | 3115 | 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 3116 | |
| 3117 | Reviewed by Alp Toker. |
| 3118 | |
| 3119 | Build WebCore GTK+ sources as part of WebCore, not WebKit. |
| 3120 | Split common and GTK+-specific sources into separate file lists. |
| 3121 | |
| 3122 | * GNUmakefile.am: |
| 3123 | |
alp@webkit.org | 46377ba | 2008-06-02 02:08:34 +0000 | [diff] [blame] | 3124 | 2008-06-01 Josh Triplett <josh@freedesktop.org> |
| 3125 | |
| 3126 | Reviewed by Alp Toker. |
| 3127 | |
| 3128 | http://bugs.webkit.org/show_bug.cgi?id=16891 |
| 3129 | [GTK] autotools build is slow |
| 3130 | |
| 3131 | Add dolt revision 5e9eef10 to the autotools build system. Speeds up |
| 3132 | the build, often by a factor of two or more on supported platforms, |
| 3133 | otherwise falls back to libtool. |
| 3134 | |
| 3135 | See http://dolt.freedesktop.org for details. |
| 3136 | |
| 3137 | * acinclude.m4: Added. |
| 3138 | * configure.ac: |
| 3139 | |
jmalonzo@webkit.org | db04f5c | 2008-05-25 11:15:15 +0000 | [diff] [blame] | 3140 | 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 3141 | |
| 3142 | Reviewed by Alp Toker. |
| 3143 | |
| 3144 | http://bugs.webkit.org/show_bug.cgi?id=19142 |
| 3145 | [Gtk] Remove build options --svg-experimental and --cross-document-messaging |
| 3146 | |
| 3147 | * configure.ac: |
| 3148 | |
alp@webkit.org | 1ea970c | 2008-05-25 04:19:22 +0000 | [diff] [blame] | 3149 | 2008-05-24 Alp Toker <alp@nuanti.com> |
| 3150 | |
| 3151 | GTK+/Win32 build fixes. Link against Windows ICU without using |
| 3152 | icu-config since it's not available on that platform. |
| 3153 | |
| 3154 | Link against Ws2_32 when the curl http backend is chosen since we |
| 3155 | use select() directly. |
| 3156 | |
| 3157 | * configure.ac: |
| 3158 | |
alp@webkit.org | 2bf1967 | 2008-05-23 17:48:41 +0000 | [diff] [blame] | 3159 | 2008-05-23 Alp Toker <alp@nuanti.com> |
| 3160 | |
| 3161 | GTK+ fixes for building without database support. |
| 3162 | |
| 3163 | * configure.ac: |
| 3164 | |
jmalonzo@webkit.org | 4c3907a | 2008-05-20 11:52:08 +0000 | [diff] [blame] | 3165 | 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 3166 | |
alp@webkit.org | 5ac91ee | 2008-05-21 00:51:24 +0000 | [diff] [blame] | 3167 | Reviewed by Alp Toker. |
| 3168 | |
| 3169 | Fix for previous autotools change. |
| 3170 | |
| 3171 | * configure.ac: |
| 3172 | |
| 3173 | 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 3174 | |
jmalonzo@webkit.org | 4c3907a | 2008-05-20 11:52:08 +0000 | [diff] [blame] | 3175 | Reviewed by Alp. |
| 3176 | |
| 3177 | http://bugs.webkit.org/show_bug.cgi?id=18483 |
| 3178 | [Gtk] Autotools should match build-webkit default flags |
| 3179 | |
| 3180 | * configure.ac: |
| 3181 | |
alp@webkit.org | 8cfd6ab | 2008-05-19 23:06:49 +0000 | [diff] [blame] | 3182 | 2008-05-19 Alp Toker <alp@nuanti.com> |
| 3183 | |
| 3184 | GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when |
| 3185 | the Pango font backend is selected. |
| 3186 | |
| 3187 | * GNUmakefile.am: |
| 3188 | * configure.ac: |
| 3189 | |
jchaffraix@webkit.org | 98e84ef | 2008-05-16 20:38:48 +0000 | [diff] [blame] | 3190 | 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org> |
| 3191 | |
| 3192 | Reviewed by Eric. |
| 3193 | |
| 3194 | Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated |
| 3195 | |
| 3196 | * configure.ac: Add HTML_FLAGS and set it when video is enabled. |
| 3197 | |
hausmann@webkit.org | f9804ce | 2008-05-16 14:25:57 +0000 | [diff] [blame] | 3198 | 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com> |
| 3199 | |
| 3200 | Reviewed by Simon. |
| 3201 | |
| 3202 | Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files |
| 3203 | from gtk-port. |
| 3204 | |
| 3205 | * WebKit.pri: |
| 3206 | * WebKit.pro: |
| 3207 | |
andersca@apple.com | be4e18c | 2008-05-10 00:46:50 +0000 | [diff] [blame] | 3208 | 2008-05-09 Anders Carlsson <andersca@apple.com> |
| 3209 | |
| 3210 | Reviewed by Mark. |
| 3211 | |
| 3212 | Add x86_64 rule. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 3213 | |
andersca@apple.com | be4e18c | 2008-05-10 00:46:50 +0000 | [diff] [blame] | 3214 | * Makefile: |
| 3215 | |
hausmann@webkit.org | ba4d9c1 | 2008-05-09 13:08:33 +0000 | [diff] [blame] | 3216 | 2008-05-09 Simon Hausmann <hausmann@webkit.org> |
| 3217 | |
| 3218 | Reviewed by Holger. |
| 3219 | |
| 3220 | Removed explicit linkage against libxml and libxslt on Qt/Mac builds. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 3221 | |
hausmann@webkit.org | ba4d9c1 | 2008-05-09 13:08:33 +0000 | [diff] [blame] | 3222 | This dependency is completely unnecessary here and creates only problems by |
| 3223 | propagating through WebCore.pro over libQtWebKit.prl right now customer |
| 3224 | applications. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 3225 | |
hausmann@webkit.org | ba4d9c1 | 2008-05-09 13:08:33 +0000 | [diff] [blame] | 3226 | |
| 3227 | * WebKit.pri: |
| 3228 | |
andersca@apple.com | db0ed04 | 2008-05-03 00:21:05 +0000 | [diff] [blame] | 3229 | 2008-05-02 Anders Carlsson <andersca@apple.com> |
| 3230 | |
| 3231 | Reviewed by Mark. |
| 3232 | |
| 3233 | Add an "x86_64" make rule. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 3234 | |
andersca@apple.com | db0ed04 | 2008-05-03 00:21:05 +0000 | [diff] [blame] | 3235 | * Makefile.shared: |
| 3236 | |
alp@webkit.org | d06c7c9 | 2008-05-02 22:21:09 +0000 | [diff] [blame] | 3237 | 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 3238 | |
| 3239 | Reviewed by Eric. |
| 3240 | |
| 3241 | https://bugs.webkit.org/show_bug.cgi?id=18811 |
| 3242 | Enable dashboard and offline web apps in autotools |
| 3243 | |
| 3244 | * configure.ac: |
| 3245 | |
alp@webkit.org | a55698b | 2008-05-01 18:15:39 +0000 | [diff] [blame] | 3246 | 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk> |
| 3247 | |
| 3248 | Reviewed by Alp Toker. |
| 3249 | |
| 3250 | https://bugs.webkit.org/show_bug.cgi?id=14750 |
| 3251 | Added support for NPAPI plugins on Gtk and Qt-x11 ports. |
| 3252 | |
| 3253 | * GNUmakefile.am: Added Xt library. |
| 3254 | |
ddkilzer@apple.com | e9e33f3 | 2008-04-30 00:31:10 +0000 | [diff] [blame] | 3255 | 2008-04-29 David Kilzer <ddkilzer@apple.com> |
| 3256 | |
| 3257 | BUILD FIX for ENABLE(DASHBOARD_SUPPORT) |
| 3258 | |
| 3259 | * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT. |
| 3260 | |
alp@webkit.org | 8151494 | 2008-04-23 03:14:26 +0000 | [diff] [blame] | 3261 | 2008-04-22 Alp Toker <alp@nuanti.com> |
| 3262 | |
| 3263 | GTK+ debug build fix for changes in r32257. |
| 3264 | |
| 3265 | * GNUmakefile.am: |
| 3266 | |
alp@webkit.org | c04fee2 | 2008-04-19 05:16:00 +0000 | [diff] [blame] | 3267 | 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 3268 | |
| 3269 | Reviewed by Alp Toker. |
| 3270 | |
alp@webkit.org | 67ed4c4 | 2008-04-19 05:19:57 +0000 | [diff] [blame] | 3271 | http://bugs.webkit.org/show_bug.cgi?id=16620 |
| 3272 | [GTK] Autotools make dist and make check support |
alp@webkit.org | c04fee2 | 2008-04-19 05:16:00 +0000 | [diff] [blame] | 3273 | |
| 3274 | Cleanups. |
| 3275 | |
| 3276 | * GNUmakefile.am: |
| 3277 | |
mrowe@apple.com | 59de0d0 | 2008-04-19 01:31:29 +0000 | [diff] [blame] | 3278 | 2008-04-11 Mark Rowe <mrowe@apple.com> |
| 3279 | |
| 3280 | Rubber-stamped by Antti Koivisto. |
| 3281 | |
| 3282 | * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show. |
| 3283 | |
alp@webkit.org | d66a115 | 2008-04-17 23:05:11 +0000 | [diff] [blame] | 3284 | 2008-04-17 Alp Toker <alp@atoker.com> |
| 3285 | |
| 3286 | GTK+ build fix. Back out the libjpeg check part of r32008 from bug |
| 3287 | #17865 (reopened). |
| 3288 | |
| 3289 | * configure.ac: |
| 3290 | |
alp@webkit.org | 4598acd | 2008-04-17 19:21:34 +0000 | [diff] [blame] | 3291 | 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 3292 | |
| 3293 | Reviewed by Alp Toker. |
| 3294 | |
| 3295 | http://bugs.webkit.org/show_bug.cgi?id=17865 |
| 3296 | [Gtk] Improve detection of jpeglib and glib tools |
| 3297 | |
| 3298 | Improve detecting jpeglib and glib tools |
| 3299 | |
| 3300 | * configure.ac: Throw an error if the dependencies above are |
| 3301 | currently not installed |
| 3302 | |
alp@webkit.org | f02b6bc | 2008-04-14 20:18:18 +0000 | [diff] [blame] | 3303 | 2008-04-14 Xan Lopez <xan@gnome.org> |
| 3304 | |
| 3305 | Reviewed by Alp Toker. |
| 3306 | |
| 3307 | http://bugs.webkit.org/show_bug.cgi?id=17917 |
| 3308 | Bug 17917: Cookie support for HTTP soup backend |
| 3309 | |
| 3310 | Bumped the libsoup required version to 2.23 for cookie support. |
| 3311 | |
| 3312 | * configure.ac: |
| 3313 | |
mrowe@apple.com | fd55152 | 2008-04-11 21:18:05 +0000 | [diff] [blame] | 3314 | 2008-04-11 Mark Rowe <mrowe@apple.com> |
| 3315 | |
| 3316 | Rubber-stamped by Anders Carlsson. |
| 3317 | |
| 3318 | Fix https://bugs.webkit.org/show_bug.cgi?id=18430 |
| 3319 | Bug 18430: SIGSEGV on amd64 when built with gcc 4.3 |
| 3320 | |
| 3321 | GCC 4.3 generates bad code in some instances when working with our HashTables |
| 3322 | as some of the HashTable code violates the strict aliasing requirements. Since |
| 3323 | GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until |
| 3324 | the code can be fixed to be safe with strict aliasing enabled, we will disable |
| 3325 | strict aliasing. |
| 3326 | |
| 3327 | * GNUmakefile.am: |
| 3328 | |
alp@webkit.org | 02eba75 | 2008-04-11 00:45:17 +0000 | [diff] [blame] | 3329 | 2008-03-12 Michael Emmel <mike.emmel@gmail.com> |
| 3330 | |
| 3331 | Reviewed by Alp Toker. |
| 3332 | |
| 3333 | http://bugs.webkit.org/show_bug.cgi?id=18397 |
| 3334 | Fix leaving spaces before parens in functions |
| 3335 | |
| 3336 | * WebKitTools/Scripts/wkstyle: |
| 3337 | |
ap@webkit.org | c266b3f | 2008-04-07 12:24:26 +0000 | [diff] [blame] | 3338 | 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 3339 | |
| 3340 | Build fix, rubber-stamped and landed by ap. |
| 3341 | |
| 3342 | * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support. |
| 3343 | |
zecke@webkit.org | 178fffa | 2008-03-21 20:40:41 +0000 | [diff] [blame] | 3344 | 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com> |
| 3345 | |
| 3346 | Reviewed by Holger. |
| 3347 | |
| 3348 | Remove the JSCore include path options from global_cppflags. |
| 3349 | Place JSCore include path options in javascriptcore_cppflags. |
| 3350 | Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS. |
| 3351 | |
| 3352 | * GNUmakefile.am: |
| 3353 | |
andersca@apple.com | 2421f66 | 2008-03-20 18:19:07 +0000 | [diff] [blame] | 3354 | 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz> |
| 3355 | |
| 3356 | Reviewed by Anders. |
| 3357 | |
| 3358 | Resolves http://bugs.webkit.org/show_bug.cgi?id=16092 |
| 3359 | "[GTK] Middle-mouse click should allow opening a URL in a new tab" |
| 3360 | |
| 3361 | Added WebKitNavigationAction object to GTK API |
| 3362 | |
| 3363 | * GNUmakefile.am: |
| 3364 | |
alp@webkit.org | 7d9253a | 2008-03-12 15:03:17 +0000 | [diff] [blame] | 3365 | 2008-03-12 Xan Lopez <xan@gnome.org> |
| 3366 | |
| 3367 | Reviewed by Alp Toker. |
| 3368 | |
| 3369 | http://bugs.webkit.org/show_bug.cgi?id=15229 |
| 3370 | |
| 3371 | Add optional font backend support with freetype and pango |
| 3372 | backends. Default is freetype for now. |
| 3373 | |
alp@webkit.org | 720edd6 | 2008-03-12 15:08:01 +0000 | [diff] [blame] | 3374 | Original patch by Sven Herzberg <sven@imendio.com> |
| 3375 | |
alp@webkit.org | 7d9253a | 2008-03-12 15:03:17 +0000 | [diff] [blame] | 3376 | * configure.ac: |
| 3377 | |
alp@webkit.org | b51d08f | 2008-03-11 23:06:38 +0000 | [diff] [blame] | 3378 | 2008-03-11 Xan Lopez <xan@gnome.org> |
| 3379 | |
| 3380 | Reviewed by Alp Toker. |
| 3381 | |
| 3382 | http://bugs.webkit.org/show_bug.cgi?id=16476 |
| 3383 | |
| 3384 | Add support for multiple http backends, and add soup backend (off by default). |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 3385 | |
alp@webkit.org | b51d08f | 2008-03-11 23:06:38 +0000 | [diff] [blame] | 3386 | * GNUmakefile.am: |
| 3387 | * configure.ac: |
| 3388 | |
hausmann@webkit.org | 9999bb8 | 2008-03-10 11:52:27 +0000 | [diff] [blame] | 3389 | 2008-03-07 Simon Hausmann <hausmann@webkit.org> |
| 3390 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 3391 | Reviewed by Darin Adler. |
hausmann@webkit.org | 9999bb8 | 2008-03-10 11:52:27 +0000 | [diff] [blame] | 3392 | |
| 3393 | Done with Lars. |
| 3394 | |
| 3395 | Added plugins subdirectory to the include path. |
| 3396 | |
| 3397 | * WebKit.pri: |
| 3398 | |
alp@webkit.org | 478185d | 2008-03-10 02:44:33 +0000 | [diff] [blame] | 3399 | 2008-03-09 Alp Toker <alp@atoker.com> |
| 3400 | |
| 3401 | GTK+ build fix for r30913. |
| 3402 | |
| 3403 | Use UNICODE_CFLAGS for C++ sources as well as C sources. |
| 3404 | |
| 3405 | * GNUmakefile.am: |
| 3406 | |
vestbo@webkit.org | 83a4da7 | 2008-11-10 15:55:10 +0000 | [diff] [blame] | 3407 | 2008-03-09 Jörg Billeter <j@bitron.ch> |
alp@webkit.org | d28cae0 | 2008-03-10 00:49:15 +0000 | [diff] [blame] | 3408 | |
| 3409 | Reviewed by Alp Toker. |
| 3410 | |
| 3411 | Conditionalise ICU for Unicode in the GTK+ port. |
| 3412 | |
| 3413 | * GNUmakefile.am: |
| 3414 | * configure.ac: |
| 3415 | |
alp@webkit.org | c1c9956 | 2008-03-03 22:06:52 +0000 | [diff] [blame] | 3416 | 2008-03-03 Brent Fulgham <bfulgham@gmail.com> |
| 3417 | |
| 3418 | Reviewed by Alp Toker. |
| 3419 | |
| 3420 | http://bugs.webkit.org/show_bug.cgi?id=17644 |
| 3421 | Build GTK on Mac OS X using native ICU library |
| 3422 | |
| 3423 | Use Apple native ICU libraries when building GTK |
| 3424 | webkit on Mac OS. |
| 3425 | |
| 3426 | * configure.ac: |
| 3427 | |
alp@webkit.org | 03709e0 | 2008-03-03 05:10:18 +0000 | [diff] [blame] | 3428 | 2008-03-02 Brent Fulgham <bfulgham@gmail.com> |
| 3429 | |
| 3430 | Reviewed by Alp Toker. |
| 3431 | |
| 3432 | Add ICU_CPPFLAGS earlier in include path for WebCore |
| 3433 | so that we find $(icu_cppflags)/unicode/utf8.h, rather than |
| 3434 | the wtf/unicode/UTF8.h on case-insensitive file systems. |
| 3435 | |
| 3436 | * GNUmakefile.am: |
| 3437 | |
alp@webkit.org | 66551a1 | 2008-03-02 19:51:26 +0000 | [diff] [blame] | 3438 | 2008-03-02 Alp Toker <alp@atoker.com> |
| 3439 | |
| 3440 | Reviewed by Mark Rowe. |
| 3441 | |
| 3442 | Split the WebKit GTK+ build out of the WebCore build and change the |
| 3443 | shared object name to match the package name. |
| 3444 | |
| 3445 | * GNUmakefile.am: |
| 3446 | |
alp@webkit.org | 06f756d | 2008-02-28 08:21:59 +0000 | [diff] [blame] | 3447 | 2008-02-28 Alp Toker <alp@atoker.com> |
| 3448 | |
| 3449 | Fix a configure script typo spotted by Kalle Vahlman. |
| 3450 | |
| 3451 | * configure.ac: |
| 3452 | |
timothy@apple.com | 7e518c5 | 2008-02-26 21:54:07 +0000 | [diff] [blame] | 3453 | 2008-02-26 Timothy Hatcher <timothy@apple.com> |
| 3454 | |
| 3455 | Reviewed by Darin Adler. |
| 3456 | |
| 3457 | Add "64" and "64u" make rules to allow easy building of 64-bit versions. |
| 3458 | |
| 3459 | make 64: will build Intel-only 64-bit. |
| 3460 | make 64u: will build 4-way universal for PPC and Intel. |
| 3461 | |
| 3462 | * Makefile: |
| 3463 | * Makefile.shared: |
| 3464 | |
darin@apple.com | 47e2c23 | 2008-02-24 05:42:29 +0000 | [diff] [blame] | 3465 | 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 3466 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 3467 | Rubber stamped by Darin Adler. |
pewtermoose@webkit.org | 7a953d9 | 2008-02-24 07:07:03 +0000 | [diff] [blame] | 3468 | |
| 3469 | Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup |
| 3470 | whitespaces introduced in the previous commit. |
| 3471 | |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 3472 | * GNUmakefile.am: |
pewtermoose@webkit.org | 7a953d9 | 2008-02-24 07:07:03 +0000 | [diff] [blame] | 3473 | |
| 3474 | 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 3475 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 3476 | Rubber-stamped by Darin Adler. |
darin@apple.com | 47e2c23 | 2008-02-24 05:42:29 +0000 | [diff] [blame] | 3477 | |
| 3478 | * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES. |
| 3479 | * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS. |
| 3480 | |
alp@webkit.org | 80dd112 | 2008-02-21 20:16:43 +0000 | [diff] [blame] | 3481 | 2008-02-21 Alp Toker <alp@atoker.com> |
| 3482 | |
alp@webkit.org | 52b8366 | 2008-02-22 06:10:42 +0000 | [diff] [blame] | 3483 | Fix a configure script typo. |
| 3484 | |
| 3485 | * configure.ac: |
| 3486 | |
| 3487 | 2008-02-21 Alp Toker <alp@atoker.com> |
| 3488 | |
alp@webkit.org | 80dd112 | 2008-02-21 20:16:43 +0000 | [diff] [blame] | 3489 | GTK+/autotools SVG experimental build fix |
| 3490 | |
| 3491 | Don't enable SVG filters in --enable-svg-experimental. |
| 3492 | |
| 3493 | This feature isn't supported at all yet. Developers can enable it |
| 3494 | explicitly by passing --enable-svg-filters if needed. |
| 3495 | |
| 3496 | * configure.ac: |
| 3497 | |
alp@webkit.org | c53b43d | 2008-02-21 19:43:44 +0000 | [diff] [blame] | 3498 | 2008-02-21 Mike Auty <mike.auty@gmail.com> |
| 3499 | |
| 3500 | Reviewed by Alp Toker. |
| 3501 | |
| 3502 | http://bugs.webkit.org/show_bug.cgi?id=17445 |
| 3503 | [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed" |
| 3504 | |
| 3505 | The GNUmakefile.am files make use of the LDFLAGS variable to include library |
| 3506 | additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made |
| 3507 | in LIBADD/LDADD variables, then they are mis-ordered during the linking. |
| 3508 | |
| 3509 | The as-needed flag discards libraries whose functions have not been needed by |
| 3510 | earlier libraries, which therefore makes the ordering important. |
| 3511 | |
| 3512 | This moves all -l library inclusion statements from LDFLAGS variables to |
| 3513 | LIBADD/LDADD variables. |
| 3514 | |
| 3515 | * GNUmakefile.am: |
| 3516 | |
alp@webkit.org | 9fc08a8 | 2008-02-15 18:25:44 +0000 | [diff] [blame] | 3517 | 2008-02-15 Alp Toker <alp@atoker.com> |
| 3518 | |
| 3519 | Reviewed by Holger. |
| 3520 | |
| 3521 | GTK+ configure script cleanups |
| 3522 | |
| 3523 | Categorize the configuration summary printout. |
| 3524 | Bump GTK+ requirement to 2.8. |
| 3525 | Rename 'webkit_target' to just 'target'. |
| 3526 | Don't check for pthread on Win32. |
| 3527 | |
| 3528 | * configure.ac: |
| 3529 | |
aroben@apple.com | cde8fd1 | 2008-02-15 16:36:07 +0000 | [diff] [blame] | 3530 | 2008-02-14 Adam Roben <aroben@apple.com> |
| 3531 | |
aroben@apple.com | 198b8e1 | 2008-02-15 16:36:54 +0000 | [diff] [blame] | 3532 | Turn on cross-document messaging support by default |
| 3533 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 3534 | Reviewed by Darin Adler. |
aroben@apple.com | 198b8e1 | 2008-02-15 16:36:54 +0000 | [diff] [blame] | 3535 | |
| 3536 | * configure.ac: |
| 3537 | |
| 3538 | 2008-02-14 Adam Roben <aroben@apple.com> |
| 3539 | |
aroben@apple.com | cde8fd1 | 2008-02-15 16:36:07 +0000 | [diff] [blame] | 3540 | Conditionalize cross-document messaging support |
| 3541 | |
| 3542 | The cross-document messaging parts of HTML 5 are in flux and we want |
| 3543 | ports to be able to turn off the support as needed. |
| 3544 | |
| 3545 | Note that the support is turned off by default right now. A subsequent |
| 3546 | commit will turn it on by default. |
| 3547 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 3548 | Reviewed by Darin Adler. |
aroben@apple.com | cde8fd1 | 2008-02-15 16:36:07 +0000 | [diff] [blame] | 3549 | |
| 3550 | * configure.ac: |
| 3551 | |
alp@webkit.org | 4ad34cb | 2008-02-12 21:04:50 +0000 | [diff] [blame] | 3552 | 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com> |
| 3553 | |
| 3554 | Reviewed by Alp Toker. |
| 3555 | |
| 3556 | Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES |
| 3557 | to the CPPFLAGS for WebCore and WebKit |
| 3558 | Add a pkgconfig check for hildon-1 when --with-hildon specified |
| 3559 | Output the use of Hildon support in the summary |
| 3560 | Add HILDON_CPPFLAGS to webkitgtk_cppflags |
| 3561 | Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS |
| 3562 | Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS |
| 3563 | |
| 3564 | * configure.ac: |
| 3565 | * GNUmakefile.am: |
| 3566 | |
alp@webkit.org | 28c069b | 2008-02-09 05:44:24 +0000 | [diff] [blame] | 3567 | 2008-02-08 Alp Toker <alp@atoker.com> |
| 3568 | |
| 3569 | Rubber-stamped by Maciej. |
| 3570 | |
| 3571 | Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4. |
| 3572 | |
| 3573 | * configure.ac: |
| 3574 | |
timothy@apple.com | f42518d | 2008-02-06 20:19:16 +0000 | [diff] [blame] | 3575 | 2008-02-06 Timothy Hatcher <timothy@apple.com> |
| 3576 | |
| 3577 | Rubber-stamped by Mark Rowe. |
| 3578 | |
| 3579 | Dump of bugs.webkit.org's Bugzilla instance. |
| 3580 | |
| 3581 | * BugsSite: Added. |
| 3582 | * BugsSite/.htaccess: Added. |
| 3583 | * BugsSite/Bugzilla: Added. |
| 3584 | * BugsSite/Bugzilla.pm: Added. |
| 3585 | * BugsSite/Bugzilla/.cvsignore: Added. |
| 3586 | * BugsSite/Bugzilla/.htaccess: Added. |
| 3587 | * BugsSite/Bugzilla/Attachment.pm: Added. |
| 3588 | * BugsSite/Bugzilla/Auth: Added. |
| 3589 | * BugsSite/Bugzilla/Auth.pm: Added. |
| 3590 | * BugsSite/Bugzilla/Auth/Login: Added. |
| 3591 | * BugsSite/Bugzilla/Auth/Login/WWW: Added. |
| 3592 | * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added. |
| 3593 | * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added. |
| 3594 | * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added. |
| 3595 | * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added. |
| 3596 | * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added. |
| 3597 | * BugsSite/Bugzilla/Auth/README: Added. |
| 3598 | * BugsSite/Bugzilla/Auth/Verify: Added. |
| 3599 | * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added. |
| 3600 | * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added. |
| 3601 | * BugsSite/Bugzilla/Bug.pm: Added. |
| 3602 | * BugsSite/Bugzilla/BugMail.pm: Added. |
| 3603 | * BugsSite/Bugzilla/CGI.pm: Added. |
| 3604 | * BugsSite/Bugzilla/Chart.pm: Added. |
| 3605 | * BugsSite/Bugzilla/Config.pm: Added. |
| 3606 | * BugsSite/Bugzilla/Constants.pm: Added. |
| 3607 | * BugsSite/Bugzilla/DB: Added. |
| 3608 | * BugsSite/Bugzilla/DB.pm: Added. |
| 3609 | * BugsSite/Bugzilla/DB/Mysql.pm: Added. |
| 3610 | * BugsSite/Bugzilla/DB/Pg.pm: Added. |
| 3611 | * BugsSite/Bugzilla/DB/Schema: Added. |
| 3612 | * BugsSite/Bugzilla/DB/Schema.pm: Added. |
| 3613 | * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added. |
| 3614 | * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added. |
| 3615 | * BugsSite/Bugzilla/Error.pm: Added. |
| 3616 | * BugsSite/Bugzilla/Flag.pm: Added. |
| 3617 | * BugsSite/Bugzilla/FlagType.pm: Added. |
| 3618 | * BugsSite/Bugzilla/Group.pm: Added. |
| 3619 | * BugsSite/Bugzilla/Search.pm: Added. |
| 3620 | * BugsSite/Bugzilla/Series.pm: Added. |
| 3621 | * BugsSite/Bugzilla/Template: Added. |
| 3622 | * BugsSite/Bugzilla/Template.pm: Added. |
| 3623 | * BugsSite/Bugzilla/Template/Plugin: Added. |
| 3624 | * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added. |
| 3625 | * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added. |
| 3626 | * BugsSite/Bugzilla/Template/Plugin/User.pm: Added. |
| 3627 | * BugsSite/Bugzilla/Token.pm: Added. |
| 3628 | * BugsSite/Bugzilla/User: Added. |
| 3629 | * BugsSite/Bugzilla/User.pm: Added. |
| 3630 | * BugsSite/Bugzilla/User/Setting.pm: Added. |
| 3631 | * BugsSite/Bugzilla/Util.pm: Added. |
| 3632 | * BugsSite/CGI.pl: Added. |
| 3633 | * BugsSite/PrettyPatch: Added. |
| 3634 | * BugsSite/PrettyPatch/PrettyPatch.rb: Added. |
| 3635 | * BugsSite/PrettyPatch/prettify.rb: Added. |
| 3636 | * BugsSite/QUICKSTART: Added. |
| 3637 | * BugsSite/README: Added. |
| 3638 | * BugsSite/UPGRADING: Added. |
| 3639 | * BugsSite/UPGRADING-pre-2.8: Added. |
| 3640 | * BugsSite/ant.jpg: Added. |
| 3641 | * BugsSite/attachment-aroben.cgi: Added. |
| 3642 | * BugsSite/attachment.cgi: Added. |
| 3643 | * BugsSite/buglist.cgi: Added. |
| 3644 | * BugsSite/bugzilla.dtd: Added. |
| 3645 | * BugsSite/chart.cgi: Added. |
| 3646 | * BugsSite/checksetup.pl: Added. |
| 3647 | * BugsSite/colchange.cgi: Added. |
| 3648 | * BugsSite/collectstats.pl: Added. |
| 3649 | * BugsSite/config.cgi: Added. |
| 3650 | * BugsSite/contrib: Added. |
| 3651 | * BugsSite/contrib/BugzillaEmail.pm: Added. |
| 3652 | * BugsSite/contrib/README: Added. |
| 3653 | * BugsSite/contrib/README.Mailif: Added. |
| 3654 | * BugsSite/contrib/bug_email.pl: Added. |
| 3655 | * BugsSite/contrib/bugmail_help.html: Added. |
| 3656 | * BugsSite/contrib/bugzilla-submit: Added. |
| 3657 | * BugsSite/contrib/bugzilla-submit/README: Added. |
| 3658 | * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added. |
| 3659 | * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added. |
| 3660 | * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added. |
| 3661 | * BugsSite/contrib/bugzilla.procmailrc: Added. |
| 3662 | * BugsSite/contrib/bugzilla_email_append.pl: Added. |
| 3663 | * BugsSite/contrib/bugzilla_ldapsync.rb: Added. |
| 3664 | * BugsSite/contrib/bzdbcopy.pl: Added. |
| 3665 | * BugsSite/contrib/cmdline: Added. |
| 3666 | * BugsSite/contrib/cmdline/bugcount: Added. |
| 3667 | * BugsSite/contrib/cmdline/bugids: Added. |
| 3668 | * BugsSite/contrib/cmdline/buglist: Added. |
| 3669 | * BugsSite/contrib/cmdline/bugs: Added. |
| 3670 | * BugsSite/contrib/cmdline/bugslink: Added. |
| 3671 | * BugsSite/contrib/cmdline/makequery: Added. |
| 3672 | * BugsSite/contrib/cmdline/query.conf: Added. |
| 3673 | * BugsSite/contrib/cvs-update.pl: Added. |
| 3674 | * BugsSite/contrib/gnats2bz.pl: Added. |
| 3675 | * BugsSite/contrib/gnatsparse: Added. |
| 3676 | * BugsSite/contrib/gnatsparse/README: Added. |
| 3677 | * BugsSite/contrib/gnatsparse/gnatsparse.py: Added. |
| 3678 | * BugsSite/contrib/gnatsparse/magic.py: Added. |
| 3679 | * BugsSite/contrib/gnatsparse/specialuu.py: Added. |
| 3680 | * BugsSite/contrib/jb2bz.py: Added. |
| 3681 | * BugsSite/contrib/mysqld-watcher.pl: Added. |
| 3682 | * BugsSite/contrib/sendbugmail.pl: Added. |
| 3683 | * BugsSite/contrib/sendunsentbugmail.pl: Added. |
| 3684 | * BugsSite/contrib/syncLDAP.pl: Added. |
| 3685 | * BugsSite/contrib/yp_nomail.sh: Added. |
| 3686 | * BugsSite/createaccount.cgi: Added. |
| 3687 | * BugsSite/data: Added. |
| 3688 | * BugsSite/data/.htaccess: Added. |
| 3689 | * BugsSite/data/attachments: Added. |
| 3690 | * BugsSite/data/attachments/.htaccess: Added. |
| 3691 | * BugsSite/data/duplicates: Added. |
| 3692 | * BugsSite/data/mail: Added. |
| 3693 | * BugsSite/data/mimedump-tmp: Added. |
| 3694 | * BugsSite/data/mining: Added. |
| 3695 | * BugsSite/data/nomail: Added. |
| 3696 | * BugsSite/data/params: Added. |
| 3697 | * BugsSite/data/template: Added. |
| 3698 | * BugsSite/data/template/template: Added. |
| 3699 | * BugsSite/data/template/template/en: Added. |
| 3700 | * BugsSite/data/template/template/en/custom: Added. |
| 3701 | * BugsSite/data/template/template/en/custom/account: Added. |
| 3702 | * BugsSite/data/template/template/en/custom/account/auth: Added. |
| 3703 | * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added. |
| 3704 | * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added. |
| 3705 | * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added. |
| 3706 | * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added. |
| 3707 | * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added. |
| 3708 | * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added. |
| 3709 | * BugsSite/data/template/template/en/custom/account/email: Added. |
| 3710 | * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added. |
| 3711 | * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added. |
| 3712 | * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added. |
| 3713 | * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added. |
| 3714 | * BugsSite/data/template/template/en/custom/account/password: Added. |
| 3715 | * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added. |
| 3716 | * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added. |
| 3717 | * BugsSite/data/template/template/en/custom/account/prefs: Added. |
| 3718 | * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added. |
| 3719 | * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added. |
| 3720 | * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added. |
| 3721 | * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added. |
| 3722 | * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added. |
| 3723 | * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added. |
| 3724 | * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added. |
| 3725 | * BugsSite/data/template/template/en/custom/admin: Added. |
| 3726 | * BugsSite/data/template/template/en/custom/admin/classifications: Added. |
| 3727 | * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added. |
| 3728 | * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added. |
| 3729 | * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added. |
| 3730 | * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added. |
| 3731 | * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added. |
| 3732 | * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added. |
| 3733 | * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added. |
| 3734 | * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added. |
| 3735 | * BugsSite/data/template/template/en/custom/admin/components: Added. |
| 3736 | * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added. |
| 3737 | * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added. |
| 3738 | * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added. |
| 3739 | * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added. |
| 3740 | * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added. |
| 3741 | * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added. |
| 3742 | * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added. |
| 3743 | * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added. |
| 3744 | * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added. |
| 3745 | * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added. |
| 3746 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added. |
| 3747 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added. |
| 3748 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added. |
| 3749 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added. |
| 3750 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added. |
| 3751 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added. |
| 3752 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added. |
| 3753 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added. |
| 3754 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added. |
| 3755 | * BugsSite/data/template/template/en/custom/admin/flag-type: Added. |
| 3756 | * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added. |
| 3757 | * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added. |
| 3758 | * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added. |
| 3759 | * BugsSite/data/template/template/en/custom/admin/groups: Added. |
| 3760 | * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added. |
| 3761 | * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added. |
| 3762 | * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added. |
| 3763 | * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added. |
| 3764 | * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added. |
| 3765 | * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added. |
| 3766 | * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added. |
| 3767 | * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added. |
| 3768 | * BugsSite/data/template/template/en/custom/admin/keywords: Added. |
| 3769 | * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added. |
| 3770 | * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added. |
| 3771 | * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added. |
| 3772 | * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added. |
| 3773 | * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added. |
| 3774 | * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added. |
| 3775 | * BugsSite/data/template/template/en/custom/admin/milestones: Added. |
| 3776 | * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added. |
| 3777 | * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added. |
| 3778 | * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added. |
| 3779 | * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added. |
| 3780 | * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added. |
| 3781 | * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added. |
| 3782 | * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added. |
| 3783 | * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added. |
| 3784 | * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added. |
| 3785 | * BugsSite/data/template/template/en/custom/admin/products: Added. |
| 3786 | * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added. |
| 3787 | * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added. |
| 3788 | * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added. |
| 3789 | * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added. |
| 3790 | * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added. |
| 3791 | * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added. |
| 3792 | * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added. |
| 3793 | * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added. |
| 3794 | * BugsSite/data/template/template/en/custom/admin/settings: Added. |
| 3795 | * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added. |
| 3796 | * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added. |
| 3797 | * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added. |
| 3798 | * BugsSite/data/template/template/en/custom/admin/users: Added. |
| 3799 | * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added. |
| 3800 | * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added. |
| 3801 | * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added. |
| 3802 | * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added. |
| 3803 | * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added. |
| 3804 | * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added. |
| 3805 | * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added. |
| 3806 | * BugsSite/data/template/template/en/custom/admin/versions: Added. |
| 3807 | * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added. |
| 3808 | * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added. |
| 3809 | * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added. |
| 3810 | * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added. |
| 3811 | * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added. |
| 3812 | * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added. |
| 3813 | * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added. |
| 3814 | * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added. |
| 3815 | * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added. |
| 3816 | * BugsSite/data/template/template/en/custom/attachment: Added. |
| 3817 | * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added. |
| 3818 | * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added. |
| 3819 | * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added. |
| 3820 | * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added. |
| 3821 | * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added. |
| 3822 | * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added. |
| 3823 | * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added. |
| 3824 | * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added. |
| 3825 | * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added. |
| 3826 | * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added. |
| 3827 | * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added. |
| 3828 | * BugsSite/data/template/template/en/custom/bug: Added. |
| 3829 | * BugsSite/data/template/template/en/custom/bug/activity: Added. |
| 3830 | * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added. |
| 3831 | * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added. |
| 3832 | * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added. |
| 3833 | * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added. |
| 3834 | * BugsSite/data/template/template/en/custom/bug/create: Added. |
| 3835 | * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added. |
| 3836 | * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added. |
| 3837 | * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added. |
| 3838 | * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added. |
| 3839 | * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added. |
| 3840 | * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added. |
| 3841 | * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added. |
| 3842 | * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added. |
| 3843 | * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added. |
| 3844 | * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added. |
| 3845 | * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added. |
| 3846 | * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added. |
| 3847 | * BugsSite/data/template/template/en/custom/bug/process: Added. |
| 3848 | * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added. |
| 3849 | * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added. |
| 3850 | * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added. |
| 3851 | * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added. |
| 3852 | * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added. |
| 3853 | * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added. |
| 3854 | * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added. |
| 3855 | * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added. |
| 3856 | * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added. |
| 3857 | * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added. |
| 3858 | * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added. |
| 3859 | * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added. |
| 3860 | * BugsSite/data/template/template/en/custom/bug/votes: Added. |
| 3861 | * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added. |
| 3862 | * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added. |
| 3863 | * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added. |
| 3864 | * BugsSite/data/template/template/en/custom/config.js.tmpl: Added. |
| 3865 | * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added. |
| 3866 | * BugsSite/data/template/template/en/custom/flag: Added. |
| 3867 | * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added. |
| 3868 | * BugsSite/data/template/template/en/custom/global: Added. |
| 3869 | * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added. |
| 3870 | * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added. |
| 3871 | * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added. |
| 3872 | * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added. |
| 3873 | * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added. |
| 3874 | * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added. |
| 3875 | * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added. |
| 3876 | * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added. |
| 3877 | * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added. |
| 3878 | * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added. |
| 3879 | * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added. |
| 3880 | * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added. |
| 3881 | * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added. |
| 3882 | * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added. |
| 3883 | * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added. |
| 3884 | * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added. |
| 3885 | * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added. |
| 3886 | * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added. |
| 3887 | * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added. |
| 3888 | * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added. |
| 3889 | * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added. |
| 3890 | * BugsSite/data/template/template/en/custom/index.html.tmpl: Added. |
| 3891 | * BugsSite/data/template/template/en/custom/list: Added. |
| 3892 | * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added. |
| 3893 | * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added. |
| 3894 | * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added. |
| 3895 | * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added. |
| 3896 | * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added. |
| 3897 | * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added. |
| 3898 | * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added. |
| 3899 | * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added. |
| 3900 | * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added. |
| 3901 | * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added. |
| 3902 | * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added. |
| 3903 | * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added. |
| 3904 | * BugsSite/data/template/template/en/custom/pages: Added. |
| 3905 | * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added. |
| 3906 | * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added. |
| 3907 | * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added. |
| 3908 | * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added. |
| 3909 | * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added. |
| 3910 | * BugsSite/data/template/template/en/custom/reports: Added. |
| 3911 | * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added. |
| 3912 | * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added. |
| 3913 | * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added. |
| 3914 | * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added. |
| 3915 | * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added. |
| 3916 | * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added. |
| 3917 | * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added. |
| 3918 | * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added. |
| 3919 | * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added. |
| 3920 | * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added. |
| 3921 | * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added. |
| 3922 | * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added. |
| 3923 | * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added. |
| 3924 | * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added. |
| 3925 | * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added. |
| 3926 | * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added. |
| 3927 | * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added. |
| 3928 | * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added. |
| 3929 | * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added. |
| 3930 | * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added. |
| 3931 | * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added. |
| 3932 | * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added. |
| 3933 | * BugsSite/data/template/template/en/custom/request: Added. |
| 3934 | * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added. |
| 3935 | * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added. |
| 3936 | * BugsSite/data/template/template/en/custom/search: Added. |
| 3937 | * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added. |
| 3938 | * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added. |
| 3939 | * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added. |
| 3940 | * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added. |
| 3941 | * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added. |
| 3942 | * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added. |
| 3943 | * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added. |
| 3944 | * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added. |
| 3945 | * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added. |
| 3946 | * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added. |
| 3947 | * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added. |
| 3948 | * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added. |
| 3949 | * BugsSite/data/template/template/en/custom/whine: Added. |
| 3950 | * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added. |
| 3951 | * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added. |
| 3952 | * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added. |
| 3953 | * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added. |
| 3954 | * BugsSite/data/template/template/en/default: Added. |
| 3955 | * BugsSite/data/template/template/en/default/attachment: Added. |
| 3956 | * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added. |
| 3957 | * BugsSite/data/template/template/en/default/list: Added. |
| 3958 | * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added. |
| 3959 | * BugsSite/data/versioncache: Added. |
| 3960 | * BugsSite/data/versioncache.13P9L: Added. |
| 3961 | * BugsSite/data/versioncache.1lH1E: Added. |
| 3962 | * BugsSite/data/versioncache.3AnHd: Added. |
| 3963 | * BugsSite/data/versioncache.3Jmjt: Added. |
| 3964 | * BugsSite/data/versioncache.3JzIL: Added. |
| 3965 | * BugsSite/data/versioncache.77b4y: Added. |
| 3966 | * BugsSite/data/versioncache.7VzyU: Added. |
| 3967 | * BugsSite/data/versioncache.EQdAm: Added. |
| 3968 | * BugsSite/data/versioncache.EouAG: Added. |
| 3969 | * BugsSite/data/versioncache.LJ5n1: Added. |
| 3970 | * BugsSite/data/versioncache.Lb0fW: Added. |
| 3971 | * BugsSite/data/versioncache.PyAd8: Added. |
| 3972 | * BugsSite/data/versioncache.SFyse: Added. |
| 3973 | * BugsSite/data/versioncache.SkTTg: Added. |
| 3974 | * BugsSite/data/versioncache.VVO7E: Added. |
| 3975 | * BugsSite/data/versioncache.XbxgU: Added. |
| 3976 | * BugsSite/data/versioncache.Yezqr: Added. |
| 3977 | * BugsSite/data/versioncache.dtzIv: Added. |
| 3978 | * BugsSite/data/versioncache.jzpeh: Added. |
| 3979 | * BugsSite/data/versioncache.pbn6U: Added. |
| 3980 | * BugsSite/data/versioncache.qyixS: Added. |
| 3981 | * BugsSite/data/versioncache.sBMdb: Added. |
| 3982 | * BugsSite/data/versioncache.xNi34: Added. |
| 3983 | * BugsSite/data/webdot: Added. |
| 3984 | * BugsSite/data/webdot/.htaccess: Added. |
| 3985 | * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added. |
| 3986 | * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added. |
| 3987 | * BugsSite/data/webdot/6MW0q54cyY.dot: Added. |
| 3988 | * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added. |
| 3989 | * BugsSite/data/webdot/DuBX4I4946.dot: Added. |
| 3990 | * BugsSite/data/webdot/GudTgvrKBX.dot: Added. |
| 3991 | * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added. |
| 3992 | * BugsSite/data/webdot/JtKgvWGVb4.dot: Added. |
| 3993 | * BugsSite/data/webdot/RFk4bjAwYc.dot: Added. |
| 3994 | * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added. |
| 3995 | * BugsSite/data/webdot/YcFUepShZI.dot: Added. |
| 3996 | * BugsSite/data/webdot/a9i00KgTQk.dot: Added. |
| 3997 | * BugsSite/data/webdot/c412GYaHch.dot: Added. |
| 3998 | * BugsSite/data/webdot/hjYnYr3tV1.dot: Added. |
| 3999 | * BugsSite/data/webdot/pq3Qw7wynI.dot: Added. |
| 4000 | * BugsSite/data/webdot/tL7GjA7bqH.dot: Added. |
| 4001 | * BugsSite/defparams.pl: Added. |
| 4002 | * BugsSite/describecomponents.cgi: Added. |
| 4003 | * BugsSite/describekeywords.cgi: Added. |
| 4004 | * BugsSite/describekeywords.cgi.bak: Added. |
| 4005 | * BugsSite/docs: Added. |
| 4006 | * BugsSite/docs/.cvsignore: Added. |
| 4007 | * BugsSite/docs/README.docs: Added. |
| 4008 | * BugsSite/docs/html: Added. |
| 4009 | * BugsSite/docs/html/Bugzilla-Guide.html: Added. |
| 4010 | * BugsSite/docs/html/about.html: Added. |
| 4011 | * BugsSite/docs/html/administration.html: Added. |
| 4012 | * BugsSite/docs/html/bug_page.html: Added. |
| 4013 | * BugsSite/docs/html/bugreports.html: Added. |
| 4014 | * BugsSite/docs/html/cmdline-bugmail.html: Added. |
| 4015 | * BugsSite/docs/html/cmdline.html: Added. |
| 4016 | * BugsSite/docs/html/components.html: Added. |
| 4017 | * BugsSite/docs/html/configuration.html: Added. |
| 4018 | * BugsSite/docs/html/conventions.html: Added. |
| 4019 | * BugsSite/docs/html/copyright.html: Added. |
| 4020 | * BugsSite/docs/html/credits.html: Added. |
| 4021 | * BugsSite/docs/html/cust-change-permissions.html: Added. |
| 4022 | * BugsSite/docs/html/cust-hooks.html: Added. |
| 4023 | * BugsSite/docs/html/cust-templates.html: Added. |
| 4024 | * BugsSite/docs/html/customization.html: Added. |
| 4025 | * BugsSite/docs/html/dbdoc.html: Added. |
| 4026 | * BugsSite/docs/html/dbmodify.html: Added. |
| 4027 | * BugsSite/docs/html/disclaimer.html: Added. |
| 4028 | * BugsSite/docs/html/extraconfig.html: Added. |
| 4029 | * BugsSite/docs/html/faq.html: Added. |
| 4030 | * BugsSite/docs/html/flags-overview.html: Added. |
| 4031 | * BugsSite/docs/html/flags.html: Added. |
| 4032 | * BugsSite/docs/html/general-advice.html: Added. |
| 4033 | * BugsSite/docs/html/gfdl-0.html: Added. |
| 4034 | * BugsSite/docs/html/gfdl-1.html: Added. |
| 4035 | * BugsSite/docs/html/gfdl-10.html: Added. |
| 4036 | * BugsSite/docs/html/gfdl-2.html: Added. |
| 4037 | * BugsSite/docs/html/gfdl-3.html: Added. |
| 4038 | * BugsSite/docs/html/gfdl-4.html: Added. |
| 4039 | * BugsSite/docs/html/gfdl-5.html: Added. |
| 4040 | * BugsSite/docs/html/gfdl-6.html: Added. |
| 4041 | * BugsSite/docs/html/gfdl-7.html: Added. |
| 4042 | * BugsSite/docs/html/gfdl-8.html: Added. |
| 4043 | * BugsSite/docs/html/gfdl-9.html: Added. |
| 4044 | * BugsSite/docs/html/gfdl-howto.html: Added. |
| 4045 | * BugsSite/docs/html/gfdl.html: Added. |
| 4046 | * BugsSite/docs/html/glossary.html: Added. |
| 4047 | * BugsSite/docs/html/groups.html: Added. |
| 4048 | * BugsSite/docs/html/hintsandtips.html: Added. |
| 4049 | * BugsSite/docs/html/index.html: Added. |
| 4050 | * BugsSite/docs/html/install-perlmodules-manual.html: Added. |
| 4051 | * BugsSite/docs/html/installation.html: Added. |
| 4052 | * BugsSite/docs/html/installing-bugzilla.html: Added. |
| 4053 | * BugsSite/docs/html/integration.html: Added. |
| 4054 | * BugsSite/docs/html/lifecycle.html: Added. |
| 4055 | * BugsSite/docs/html/list.html: Added. |
| 4056 | * BugsSite/docs/html/milestones.html: Added. |
| 4057 | * BugsSite/docs/html/modules-manual-download.html: Added. |
| 4058 | * BugsSite/docs/html/modules-manual-instructions.html: Added. |
| 4059 | * BugsSite/docs/html/modules-manual-optional.html: Added. |
| 4060 | * BugsSite/docs/html/myaccount.html: Added. |
| 4061 | * BugsSite/docs/html/newversions.html: Added. |
| 4062 | * BugsSite/docs/html/nonroot.html: Added. |
| 4063 | * BugsSite/docs/html/os-specific.html: Added. |
| 4064 | * BugsSite/docs/html/parameters.html: Added. |
| 4065 | * BugsSite/docs/html/paranoid-security.html: Added. |
| 4066 | * BugsSite/docs/html/patches.html: Added. |
| 4067 | * BugsSite/docs/html/patchviewer.html: Added. |
| 4068 | * BugsSite/docs/html/products.html: Added. |
| 4069 | * BugsSite/docs/html/query.html: Added. |
| 4070 | * BugsSite/docs/html/quips.html: Added. |
| 4071 | * BugsSite/docs/html/reporting.html: Added. |
| 4072 | * BugsSite/docs/html/security-bugzilla.html: Added. |
| 4073 | * BugsSite/docs/html/security-mysql.html: Added. |
| 4074 | * BugsSite/docs/html/security-os.html: Added. |
| 4075 | * BugsSite/docs/html/security-webserver.html: Added. |
| 4076 | * BugsSite/docs/html/security.html: Added. |
| 4077 | * BugsSite/docs/html/trbl-bundlebugzilla.html: Added. |
| 4078 | * BugsSite/docs/html/trbl-dbdsponge.html: Added. |
| 4079 | * BugsSite/docs/html/trbl-index.html: Added. |
| 4080 | * BugsSite/docs/html/trbl-passwd-encryption.html: Added. |
| 4081 | * BugsSite/docs/html/trbl-perlmodule.html: Added. |
| 4082 | * BugsSite/docs/html/trbl-relogin-everyone.html: Added. |
| 4083 | * BugsSite/docs/html/trbl-testserver.html: Added. |
| 4084 | * BugsSite/docs/html/trouble-filetemp.html: Added. |
| 4085 | * BugsSite/docs/html/troubleshooting.html: Added. |
| 4086 | * BugsSite/docs/html/upgrading.html: Added. |
| 4087 | * BugsSite/docs/html/useradmin.html: Added. |
| 4088 | * BugsSite/docs/html/userpreferences.html: Added. |
| 4089 | * BugsSite/docs/html/using-intro.html: Added. |
| 4090 | * BugsSite/docs/html/using.html: Added. |
| 4091 | * BugsSite/docs/html/versions.html: Added. |
| 4092 | * BugsSite/docs/html/voting.html: Added. |
| 4093 | * BugsSite/docs/html/whining.html: Added. |
| 4094 | * BugsSite/docs/html/x3190.html: Added. |
| 4095 | * BugsSite/docs/images: Added. |
| 4096 | * BugsSite/docs/images/bzLifecycle.png: Added. |
| 4097 | * BugsSite/docs/images/bzLifecycle.xml: Added. |
| 4098 | * BugsSite/docs/images/callouts: Added. |
| 4099 | * BugsSite/docs/images/callouts/1.gif: Added. |
| 4100 | * BugsSite/docs/images/callouts/2.gif: Added. |
| 4101 | * BugsSite/docs/images/callouts/3.gif: Added. |
| 4102 | * BugsSite/docs/images/caution.gif: Added. |
| 4103 | * BugsSite/docs/images/note.gif: Added. |
| 4104 | * BugsSite/docs/images/tip.gif: Added. |
| 4105 | * BugsSite/docs/images/warning.gif: Added. |
| 4106 | * BugsSite/docs/makedocs.pl: Added. |
| 4107 | * BugsSite/docs/pdf: Added. |
| 4108 | * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added. |
| 4109 | * BugsSite/docs/rel_notes.txt: Added. |
| 4110 | * BugsSite/docs/txt: Added. |
| 4111 | * BugsSite/docs/txt/Bugzilla-Guide.txt: Added. |
| 4112 | * BugsSite/docs/xml: Added. |
| 4113 | * BugsSite/docs/xml/Bugzilla-Guide.xml: Added. |
| 4114 | * BugsSite/docs/xml/about.xml: Added. |
| 4115 | * BugsSite/docs/xml/administration.xml: Added. |
| 4116 | * BugsSite/docs/xml/conventions.xml: Added. |
| 4117 | * BugsSite/docs/xml/customization.xml: Added. |
| 4118 | * BugsSite/docs/xml/dbschema.mysql: Added. |
| 4119 | * BugsSite/docs/xml/faq.xml: Added. |
| 4120 | * BugsSite/docs/xml/filetemp.patch: Added. |
| 4121 | * BugsSite/docs/xml/gfdl.xml: Added. |
| 4122 | * BugsSite/docs/xml/glossary.xml: Added. |
| 4123 | * BugsSite/docs/xml/index.xml: Added. |
| 4124 | * BugsSite/docs/xml/installation.xml: Added. |
| 4125 | * BugsSite/docs/xml/integration.xml: Added. |
| 4126 | * BugsSite/docs/xml/introduction.xml: Added. |
| 4127 | * BugsSite/docs/xml/modules.xml: Added. |
| 4128 | * BugsSite/docs/xml/patches.xml: Added. |
| 4129 | * BugsSite/docs/xml/requiredsoftware.xml: Added. |
| 4130 | * BugsSite/docs/xml/security.xml: Added. |
| 4131 | * BugsSite/docs/xml/troubleshooting.xml: Added. |
| 4132 | * BugsSite/docs/xml/using.xml: Added. |
| 4133 | * BugsSite/doeditparams.cgi: Added. |
| 4134 | * BugsSite/duplicates.cgi: Added. |
| 4135 | * BugsSite/duplicates.xul: Added. |
| 4136 | * BugsSite/editclassifications.cgi: Added. |
| 4137 | * BugsSite/editcomponents.cgi: Added. |
| 4138 | * BugsSite/editflagtypes.cgi: Added. |
| 4139 | * BugsSite/editgroups.cgi: Added. |
| 4140 | * BugsSite/editkeywords.cgi: Added. |
| 4141 | * BugsSite/editmilestones.cgi: Added. |
| 4142 | * BugsSite/editparams.cgi: Added. |
| 4143 | * BugsSite/editproducts.cgi: Added. |
| 4144 | * BugsSite/editsettings.cgi: Added. |
| 4145 | * BugsSite/editusers.cgi: Added. |
| 4146 | * BugsSite/editvalues.cgi: Added. |
| 4147 | * BugsSite/editversions.cgi: Added. |
| 4148 | * BugsSite/editwhines.cgi: Added. |
| 4149 | * BugsSite/enter_bug.cgi: Added. |
| 4150 | * BugsSite/favicon.ico: Added. |
| 4151 | * BugsSite/globals.pl: Added. |
| 4152 | * BugsSite/graphs: Added. |
| 4153 | * BugsSite/images: Added. |
| 4154 | * BugsSite/images/padlock.png: Added. |
| 4155 | * BugsSite/importxml.pl: Added. |
| 4156 | * BugsSite/index.cgi: Added. |
| 4157 | * BugsSite/js: Added. |
| 4158 | * BugsSite/js/duplicates.js: Added. |
| 4159 | * BugsSite/js/productform.js: Added. |
| 4160 | * BugsSite/localconfig.js: Added. |
| 4161 | * BugsSite/long_list.cgi: Added. |
| 4162 | * BugsSite/move.pl: Added. |
| 4163 | * BugsSite/page.cgi: Added. |
| 4164 | * BugsSite/post_bug.cgi: Added. |
| 4165 | * BugsSite/process_bug.cgi: Added. |
| 4166 | * BugsSite/productmenu.js: Added. |
| 4167 | * BugsSite/query.cgi: Added. |
| 4168 | * BugsSite/quicksearch.html: Added. |
| 4169 | * BugsSite/quicksearch.js: Added. |
| 4170 | * BugsSite/quicksearchhack.html: Added. |
| 4171 | * BugsSite/quips.cgi: Added. |
| 4172 | * BugsSite/relogin.cgi: Added. |
| 4173 | * BugsSite/report.cgi: Added. |
| 4174 | * BugsSite/reports.cgi: Added. |
| 4175 | * BugsSite/request.cgi: Added. |
| 4176 | * BugsSite/robots.txt: Added. |
| 4177 | * BugsSite/runtests.pl: Added. |
| 4178 | * BugsSite/sanitycheck.cgi: Added. |
| 4179 | * BugsSite/show_activity.cgi: Added. |
| 4180 | * BugsSite/show_bug.cgi: Added. |
| 4181 | * BugsSite/showattachment.cgi: Added. |
| 4182 | * BugsSite/showdependencygraph.cgi: Added. |
| 4183 | * BugsSite/showdependencytree.cgi: Added. |
| 4184 | * BugsSite/sidebar.cgi: Added. |
| 4185 | * BugsSite/skins: Added. |
| 4186 | * BugsSite/skins/.cvsignore: Added. |
| 4187 | * BugsSite/skins/custom: Added. |
| 4188 | * BugsSite/skins/custom/admin.css: Added. |
| 4189 | * BugsSite/skins/custom/buglist.css: Added. |
| 4190 | * BugsSite/skins/custom/duplicates.css: Added. |
| 4191 | * BugsSite/skins/custom/editusers.css: Added. |
| 4192 | * BugsSite/skins/custom/global.css: Added. |
| 4193 | * BugsSite/skins/custom/index.css: Added. |
| 4194 | * BugsSite/skins/custom/opendarwin.gif: Added. |
| 4195 | * BugsSite/skins/custom/panel.css: Added. |
| 4196 | * BugsSite/skins/custom/show_multiple.css: Added. |
| 4197 | * BugsSite/skins/custom/summarize-time.css: Added. |
| 4198 | * BugsSite/skins/custom/voting.css: Added. |
| 4199 | * BugsSite/skins/standard: Added. |
| 4200 | * BugsSite/skins/standard/admin.css: Added. |
| 4201 | * BugsSite/skins/standard/buglist.css: Added. |
| 4202 | * BugsSite/skins/standard/duplicates.css: Added. |
| 4203 | * BugsSite/skins/standard/editusers.css: Added. |
| 4204 | * BugsSite/skins/standard/global: Added. |
| 4205 | * BugsSite/skins/standard/global.css: Added. |
| 4206 | * BugsSite/skins/standard/global/body-back.gif: Added. |
| 4207 | * BugsSite/skins/standard/global/header.png: Added. |
| 4208 | * BugsSite/skins/standard/index: Added. |
| 4209 | * BugsSite/skins/standard/index.css: Added. |
| 4210 | * BugsSite/skins/standard/index/front.jpg: Added. |
| 4211 | * BugsSite/skins/standard/index/front.png: Added. |
| 4212 | * BugsSite/skins/standard/panel.css: Added. |
| 4213 | * BugsSite/skins/standard/show_multiple.css: Added. |
| 4214 | * BugsSite/skins/standard/summarize-time.css: Added. |
| 4215 | * BugsSite/skins/standard/voting.css: Added. |
| 4216 | * BugsSite/summarize_time.cgi: Added. |
| 4217 | * BugsSite/t: Added. |
| 4218 | * BugsSite/t/001compile.t: Added. |
| 4219 | * BugsSite/t/002goodperl.t: Added. |
| 4220 | * BugsSite/t/003safesys.t: Added. |
| 4221 | * BugsSite/t/004template.t: Added. |
| 4222 | * BugsSite/t/005no_tabs.t: Added. |
| 4223 | * BugsSite/t/006spellcheck.t: Added. |
| 4224 | * BugsSite/t/007util.t: Added. |
| 4225 | * BugsSite/t/008filter.t: Added. |
| 4226 | * BugsSite/t/009bugwords.t: Added. |
| 4227 | * BugsSite/t/011pod.t: Added. |
| 4228 | * BugsSite/t/Support: Added. |
| 4229 | * BugsSite/t/Support/Files.pm: Added. |
| 4230 | * BugsSite/t/Support/Systemexec.pm: Added. |
| 4231 | * BugsSite/t/Support/Templates.pm: Added. |
| 4232 | * BugsSite/t/testchart.gif: Added. |
| 4233 | * BugsSite/t/testchart.png: Added. |
| 4234 | * BugsSite/t/testgd.png: Added. |
| 4235 | * BugsSite/template: Added. |
| 4236 | * BugsSite/template/.cvsignore: Added. |
| 4237 | * BugsSite/template/.htaccess: Added. |
| 4238 | * BugsSite/template/en: Added. |
| 4239 | * BugsSite/template/en/.cvsignore: Added. |
| 4240 | * BugsSite/template/en/custom: Added. |
| 4241 | * BugsSite/template/en/custom/account: Added. |
| 4242 | * BugsSite/template/en/custom/account/auth: Added. |
| 4243 | * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added. |
| 4244 | * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added. |
| 4245 | * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added. |
| 4246 | * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added. |
| 4247 | * BugsSite/template/en/custom/account/create.html.tmpl: Added. |
| 4248 | * BugsSite/template/en/custom/account/created.html.tmpl: Added. |
| 4249 | * BugsSite/template/en/custom/account/email: Added. |
| 4250 | * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added. |
| 4251 | * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added. |
| 4252 | * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added. |
| 4253 | * BugsSite/template/en/custom/account/exists.html.tmpl: Added. |
| 4254 | * BugsSite/template/en/custom/account/password: Added. |
| 4255 | * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added. |
| 4256 | * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added. |
| 4257 | * BugsSite/template/en/custom/account/prefs: Added. |
| 4258 | * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added. |
| 4259 | * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added. |
| 4260 | * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added. |
| 4261 | * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added. |
| 4262 | * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added. |
| 4263 | * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added. |
| 4264 | * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added. |
| 4265 | * BugsSite/template/en/custom/admin: Added. |
| 4266 | * BugsSite/template/en/custom/admin/classifications: Added. |
| 4267 | * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added. |
| 4268 | * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added. |
| 4269 | * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added. |
| 4270 | * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added. |
| 4271 | * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added. |
| 4272 | * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added. |
| 4273 | * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added. |
| 4274 | * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added. |
| 4275 | * BugsSite/template/en/custom/admin/components: Added. |
| 4276 | * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added. |
| 4277 | * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added. |
| 4278 | * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added. |
| 4279 | * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added. |
| 4280 | * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added. |
| 4281 | * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added. |
| 4282 | * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added. |
| 4283 | * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added. |
| 4284 | * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added. |
| 4285 | * BugsSite/template/en/custom/admin/fieldvalues: Added. |
| 4286 | * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added. |
| 4287 | * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added. |
| 4288 | * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added. |
| 4289 | * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added. |
| 4290 | * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added. |
| 4291 | * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added. |
| 4292 | * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added. |
| 4293 | * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added. |
| 4294 | * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added. |
| 4295 | * BugsSite/template/en/custom/admin/flag-type: Added. |
| 4296 | * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added. |
| 4297 | * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added. |
| 4298 | * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added. |
| 4299 | * BugsSite/template/en/custom/admin/groups: Added. |
| 4300 | * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added. |
| 4301 | * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added. |
| 4302 | * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added. |
| 4303 | * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added. |
| 4304 | * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added. |
| 4305 | * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added. |
| 4306 | * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added. |
| 4307 | * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added. |
| 4308 | * BugsSite/template/en/custom/admin/keywords: Added. |
| 4309 | * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added. |
| 4310 | * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added. |
| 4311 | * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added. |
| 4312 | * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added. |
| 4313 | * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added. |
| 4314 | * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added. |
| 4315 | * BugsSite/template/en/custom/admin/milestones: Added. |
| 4316 | * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added. |
| 4317 | * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added. |
| 4318 | * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added. |
| 4319 | * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added. |
| 4320 | * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added. |
| 4321 | * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added. |
| 4322 | * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added. |
| 4323 | * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added. |
| 4324 | * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added. |
| 4325 | * BugsSite/template/en/custom/admin/products: Added. |
| 4326 | * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added. |
| 4327 | * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added. |
| 4328 | * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added. |
| 4329 | * BugsSite/template/en/custom/admin/products/groupcontrol: Added. |
| 4330 | * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added. |
| 4331 | * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added. |
| 4332 | * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added. |
| 4333 | * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added. |
| 4334 | * BugsSite/template/en/custom/admin/settings: Added. |
| 4335 | * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added. |
| 4336 | * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added. |
| 4337 | * BugsSite/template/en/custom/admin/table.html.tmpl: Added. |
| 4338 | * BugsSite/template/en/custom/admin/users: Added. |
| 4339 | * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added. |
| 4340 | * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added. |
| 4341 | * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added. |
| 4342 | * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added. |
| 4343 | * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added. |
| 4344 | * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added. |
| 4345 | * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added. |
| 4346 | * BugsSite/template/en/custom/admin/versions: Added. |
| 4347 | * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added. |
| 4348 | * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added. |
| 4349 | * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added. |
| 4350 | * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added. |
| 4351 | * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added. |
| 4352 | * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added. |
| 4353 | * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added. |
| 4354 | * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added. |
| 4355 | * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added. |
| 4356 | * BugsSite/template/en/custom/attachment: Added. |
| 4357 | * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added. |
| 4358 | * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added. |
| 4359 | * BugsSite/template/en/custom/attachment/create.html.tmpl: Added. |
| 4360 | * BugsSite/template/en/custom/attachment/created.html.tmpl: Added. |
| 4361 | * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added. |
| 4362 | * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added. |
| 4363 | * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added. |
| 4364 | * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added. |
| 4365 | * BugsSite/template/en/custom/attachment/list.html.tmpl: Added. |
| 4366 | * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added. |
| 4367 | * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added. |
| 4368 | * BugsSite/template/en/custom/bug: Added. |
| 4369 | * BugsSite/template/en/custom/bug/activity: Added. |
| 4370 | * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added. |
| 4371 | * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added. |
| 4372 | * BugsSite/template/en/custom/bug/choose.html.tmpl: Added. |
| 4373 | * BugsSite/template/en/custom/bug/comments.html.tmpl: Added. |
| 4374 | * BugsSite/template/en/custom/bug/create: Added. |
| 4375 | * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added. |
| 4376 | * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added. |
| 4377 | * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added. |
| 4378 | * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added. |
| 4379 | * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added. |
| 4380 | * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added. |
| 4381 | * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added. |
| 4382 | * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added. |
| 4383 | * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added. |
| 4384 | * BugsSite/template/en/custom/bug/edit.html.tmpl: Added. |
| 4385 | * BugsSite/template/en/custom/bug/knob.html.tmpl: Added. |
| 4386 | * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added. |
| 4387 | * BugsSite/template/en/custom/bug/process: Added. |
| 4388 | * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added. |
| 4389 | * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added. |
| 4390 | * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added. |
| 4391 | * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added. |
| 4392 | * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added. |
| 4393 | * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added. |
| 4394 | * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added. |
| 4395 | * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added. |
| 4396 | * BugsSite/template/en/custom/bug/show.html.tmpl: Added. |
| 4397 | * BugsSite/template/en/custom/bug/show.xml.tmpl: Added. |
| 4398 | * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added. |
| 4399 | * BugsSite/template/en/custom/bug/time.html.tmpl: Added. |
| 4400 | * BugsSite/template/en/custom/bug/votes: Added. |
| 4401 | * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added. |
| 4402 | * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added. |
| 4403 | * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added. |
| 4404 | * BugsSite/template/en/custom/config.js.tmpl: Added. |
| 4405 | * BugsSite/template/en/custom/config.rdf.tmpl: Added. |
| 4406 | * BugsSite/template/en/custom/filterexceptions.pl: Added. |
| 4407 | * BugsSite/template/en/custom/flag: Added. |
| 4408 | * BugsSite/template/en/custom/flag/list.html.tmpl: Added. |
| 4409 | * BugsSite/template/en/custom/global: Added. |
| 4410 | * BugsSite/template/en/custom/global/banner.html.tmpl: Added. |
| 4411 | * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added. |
| 4412 | * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added. |
| 4413 | * BugsSite/template/en/custom/global/code-error.html.tmpl: Added. |
| 4414 | * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added. |
| 4415 | * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added. |
| 4416 | * BugsSite/template/en/custom/global/footer.html.tmpl: Added. |
| 4417 | * BugsSite/template/en/custom/global/header.html.tmpl: Added. |
| 4418 | * BugsSite/template/en/custom/global/help-header.html.tmpl: Added. |
| 4419 | * BugsSite/template/en/custom/global/help.html.tmpl: Added. |
| 4420 | * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added. |
| 4421 | * BugsSite/template/en/custom/global/initialize.none.tmpl: Added. |
| 4422 | * BugsSite/template/en/custom/global/message.html.tmpl: Added. |
| 4423 | * BugsSite/template/en/custom/global/messages.html.tmpl: Added. |
| 4424 | * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added. |
| 4425 | * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added. |
| 4426 | * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added. |
| 4427 | * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added. |
| 4428 | * BugsSite/template/en/custom/global/user-error.html.tmpl: Added. |
| 4429 | * BugsSite/template/en/custom/global/userselect.html.tmpl: Added. |
| 4430 | * BugsSite/template/en/custom/global/variables.none.tmpl: Added. |
| 4431 | * BugsSite/template/en/custom/index.html.tmpl: Added. |
| 4432 | * BugsSite/template/en/custom/list: Added. |
| 4433 | * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added. |
| 4434 | * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added. |
| 4435 | * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added. |
| 4436 | * BugsSite/template/en/custom/list/list.csv.tmpl: Added. |
| 4437 | * BugsSite/template/en/custom/list/list.html.tmpl: Added. |
| 4438 | * BugsSite/template/en/custom/list/list.ics.tmpl: Added. |
| 4439 | * BugsSite/template/en/custom/list/list.js.tmpl: Added. |
| 4440 | * BugsSite/template/en/custom/list/list.rdf.tmpl: Added. |
| 4441 | * BugsSite/template/en/custom/list/list.rss.tmpl: Added. |
| 4442 | * BugsSite/template/en/custom/list/quips.html.tmpl: Added. |
| 4443 | * BugsSite/template/en/custom/list/server-push.html.tmpl: Added. |
| 4444 | * BugsSite/template/en/custom/list/table.html.tmpl: Added. |
| 4445 | * BugsSite/template/en/custom/pages: Added. |
| 4446 | * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added. |
| 4447 | * BugsSite/template/en/custom/pages/fields.html.tmpl: Added. |
| 4448 | * BugsSite/template/en/custom/pages/linked.html.tmpl: Added. |
| 4449 | * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added. |
| 4450 | * BugsSite/template/en/custom/pages/voting.html.tmpl: Added. |
| 4451 | * BugsSite/template/en/custom/reports: Added. |
| 4452 | * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added. |
| 4453 | * BugsSite/template/en/custom/reports/chart.html.tmpl: Added. |
| 4454 | * BugsSite/template/en/custom/reports/chart.png.tmpl: Added. |
| 4455 | * BugsSite/template/en/custom/reports/components.html.tmpl: Added. |
| 4456 | * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added. |
| 4457 | * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added. |
| 4458 | * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added. |
| 4459 | * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added. |
| 4460 | * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added. |
| 4461 | * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added. |
| 4462 | * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added. |
| 4463 | * BugsSite/template/en/custom/reports/menu.html.tmpl: Added. |
| 4464 | * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added. |
| 4465 | * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added. |
| 4466 | * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added. |
| 4467 | * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added. |
| 4468 | * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added. |
| 4469 | * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added. |
| 4470 | * BugsSite/template/en/custom/reports/report.csv.tmpl: Added. |
| 4471 | * BugsSite/template/en/custom/reports/report.html.tmpl: Added. |
| 4472 | * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added. |
| 4473 | * BugsSite/template/en/custom/reports/series.html.tmpl: Added. |
| 4474 | * BugsSite/template/en/custom/request: Added. |
| 4475 | * BugsSite/template/en/custom/request/email.txt.tmpl: Added. |
| 4476 | * BugsSite/template/en/custom/request/queue.html.tmpl: Added. |
| 4477 | * BugsSite/template/en/custom/search: Added. |
| 4478 | * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added. |
| 4479 | * BugsSite/template/en/custom/search/form.html.tmpl: Added. |
| 4480 | * BugsSite/template/en/custom/search/knob.html.tmpl: Added. |
| 4481 | * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added. |
| 4482 | * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added. |
| 4483 | * BugsSite/template/en/custom/search/search-help.html.tmpl: Added. |
| 4484 | * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added. |
| 4485 | * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added. |
| 4486 | * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added. |
| 4487 | * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added. |
| 4488 | * BugsSite/template/en/custom/search/tabs.html.tmpl: Added. |
| 4489 | * BugsSite/template/en/custom/sidebar.xul.tmpl: Added. |
| 4490 | * BugsSite/template/en/custom/whine: Added. |
| 4491 | * BugsSite/template/en/custom/whine/mail.html.tmpl: Added. |
| 4492 | * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added. |
| 4493 | * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added. |
| 4494 | * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added. |
| 4495 | * BugsSite/template/en/default: Added. |
| 4496 | * BugsSite/template/en/default/account: Added. |
| 4497 | * BugsSite/template/en/default/account/auth: Added. |
| 4498 | * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added. |
| 4499 | * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added. |
| 4500 | * BugsSite/template/en/default/account/auth/login.html.tmpl: Added. |
| 4501 | * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added. |
| 4502 | * BugsSite/template/en/default/account/create.html.tmpl: Added. |
| 4503 | * BugsSite/template/en/default/account/created.html.tmpl: Added. |
| 4504 | * BugsSite/template/en/default/account/email: Added. |
| 4505 | * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added. |
| 4506 | * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added. |
| 4507 | * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added. |
| 4508 | * BugsSite/template/en/default/account/exists.html.tmpl: Added. |
| 4509 | * BugsSite/template/en/default/account/password: Added. |
| 4510 | * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added. |
| 4511 | * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added. |
| 4512 | * BugsSite/template/en/default/account/prefs: Added. |
| 4513 | * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added. |
| 4514 | * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added. |
| 4515 | * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added. |
| 4516 | * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added. |
| 4517 | * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added. |
| 4518 | * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added. |
| 4519 | * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added. |
| 4520 | * BugsSite/template/en/default/admin: Added. |
| 4521 | * BugsSite/template/en/default/admin/classifications: Added. |
| 4522 | * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added. |
| 4523 | * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added. |
| 4524 | * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added. |
| 4525 | * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added. |
| 4526 | * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added. |
| 4527 | * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added. |
| 4528 | * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added. |
| 4529 | * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added. |
| 4530 | * BugsSite/template/en/default/admin/components: Added. |
| 4531 | * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added. |
| 4532 | * BugsSite/template/en/default/admin/components/create.html.tmpl: Added. |
| 4533 | * BugsSite/template/en/default/admin/components/created.html.tmpl: Added. |
| 4534 | * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added. |
| 4535 | * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added. |
| 4536 | * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added. |
| 4537 | * BugsSite/template/en/default/admin/components/list.html.tmpl: Added. |
| 4538 | * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added. |
| 4539 | * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added. |
| 4540 | * BugsSite/template/en/default/admin/fieldvalues: Added. |
| 4541 | * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added. |
| 4542 | * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added. |
| 4543 | * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added. |
| 4544 | * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added. |
| 4545 | * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added. |
| 4546 | * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added. |
| 4547 | * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added. |
| 4548 | * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added. |
| 4549 | * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added. |
| 4550 | * BugsSite/template/en/default/admin/flag-type: Added. |
| 4551 | * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added. |
| 4552 | * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added. |
| 4553 | * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added. |
| 4554 | * BugsSite/template/en/default/admin/groups: Added. |
| 4555 | * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added. |
| 4556 | * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added. |
| 4557 | * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added. |
| 4558 | * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added. |
| 4559 | * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added. |
| 4560 | * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added. |
| 4561 | * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added. |
| 4562 | * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added. |
| 4563 | * BugsSite/template/en/default/admin/keywords: Added. |
| 4564 | * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added. |
| 4565 | * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added. |
| 4566 | * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added. |
| 4567 | * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added. |
| 4568 | * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added. |
| 4569 | * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added. |
| 4570 | * BugsSite/template/en/default/admin/milestones: Added. |
| 4571 | * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added. |
| 4572 | * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added. |
| 4573 | * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added. |
| 4574 | * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added. |
| 4575 | * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added. |
| 4576 | * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added. |
| 4577 | * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added. |
| 4578 | * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added. |
| 4579 | * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added. |
| 4580 | * BugsSite/template/en/default/admin/products: Added. |
| 4581 | * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added. |
| 4582 | * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added. |
| 4583 | * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added. |
| 4584 | * BugsSite/template/en/default/admin/products/groupcontrol: Added. |
| 4585 | * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added. |
| 4586 | * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added. |
| 4587 | * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added. |
| 4588 | * BugsSite/template/en/default/admin/products/list.html.tmpl: Added. |
| 4589 | * BugsSite/template/en/default/admin/settings: Added. |
| 4590 | * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added. |
| 4591 | * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added. |
| 4592 | * BugsSite/template/en/default/admin/table.html.tmpl: Added. |
| 4593 | * BugsSite/template/en/default/admin/users: Added. |
| 4594 | * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added. |
| 4595 | * BugsSite/template/en/default/admin/users/create.html.tmpl: Added. |
| 4596 | * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added. |
| 4597 | * BugsSite/template/en/default/admin/users/list.html.tmpl: Added. |
| 4598 | * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added. |
| 4599 | * BugsSite/template/en/default/admin/users/search.html.tmpl: Added. |
| 4600 | * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added. |
| 4601 | * BugsSite/template/en/default/admin/versions: Added. |
| 4602 | * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added. |
| 4603 | * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added. |
| 4604 | * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added. |
| 4605 | * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added. |
| 4606 | * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added. |
| 4607 | * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added. |
| 4608 | * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added. |
| 4609 | * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added. |
| 4610 | * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added. |
| 4611 | * BugsSite/template/en/default/attachment: Added. |
| 4612 | * BugsSite/template/en/default/attachment/choose.html.tmpl: Added. |
| 4613 | * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added. |
| 4614 | * BugsSite/template/en/default/attachment/create.html.tmpl: Added. |
| 4615 | * BugsSite/template/en/default/attachment/created.html.tmpl: Added. |
| 4616 | * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added. |
| 4617 | * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added. |
| 4618 | * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added. |
| 4619 | * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added. |
| 4620 | * BugsSite/template/en/default/attachment/edit.html.tmpl: Added. |
| 4621 | * BugsSite/template/en/default/attachment/list.html.tmpl: Added. |
| 4622 | * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added. |
| 4623 | * BugsSite/template/en/default/attachment/updated.html.tmpl: Added. |
| 4624 | * BugsSite/template/en/default/bug: Added. |
| 4625 | * BugsSite/template/en/default/bug/activity: Added. |
| 4626 | * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added. |
| 4627 | * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added. |
| 4628 | * BugsSite/template/en/default/bug/choose.html.tmpl: Added. |
| 4629 | * BugsSite/template/en/default/bug/comments.html.tmpl: Added. |
| 4630 | * BugsSite/template/en/default/bug/create: Added. |
| 4631 | * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added. |
| 4632 | * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added. |
| 4633 | * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added. |
| 4634 | * BugsSite/template/en/default/bug/create/create.html.tmpl: Added. |
| 4635 | * BugsSite/template/en/default/bug/create/created.html.tmpl: Added. |
| 4636 | * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added. |
| 4637 | * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added. |
| 4638 | * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added. |
| 4639 | * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added. |
| 4640 | * BugsSite/template/en/default/bug/edit.html.tmpl: Added. |
| 4641 | * BugsSite/template/en/default/bug/knob.html.tmpl: Added. |
| 4642 | * BugsSite/template/en/default/bug/navigate.html.tmpl: Added. |
| 4643 | * BugsSite/template/en/default/bug/process: Added. |
| 4644 | * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added. |
| 4645 | * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added. |
| 4646 | * BugsSite/template/en/default/bug/process/header.html.tmpl: Added. |
| 4647 | * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added. |
| 4648 | * BugsSite/template/en/default/bug/process/next.html.tmpl: Added. |
| 4649 | * BugsSite/template/en/default/bug/process/results.html.tmpl: Added. |
| 4650 | * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added. |
| 4651 | * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added. |
| 4652 | * BugsSite/template/en/default/bug/show.html.tmpl: Added. |
| 4653 | * BugsSite/template/en/default/bug/show.xml.tmpl: Added. |
| 4654 | * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added. |
| 4655 | * BugsSite/template/en/default/bug/time.html.tmpl: Added. |
| 4656 | * BugsSite/template/en/default/bug/votes: Added. |
| 4657 | * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added. |
| 4658 | * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added. |
| 4659 | * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added. |
| 4660 | * BugsSite/template/en/default/config.js.tmpl: Added. |
| 4661 | * BugsSite/template/en/default/config.rdf.tmpl: Added. |
| 4662 | * BugsSite/template/en/default/filterexceptions.pl: Added. |
| 4663 | * BugsSite/template/en/default/flag: Added. |
| 4664 | * BugsSite/template/en/default/flag/list.html.tmpl: Added. |
| 4665 | * BugsSite/template/en/default/global: Added. |
| 4666 | * BugsSite/template/en/default/global/banner.html.tmpl: Added. |
| 4667 | * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added. |
| 4668 | * BugsSite/template/en/default/global/choose-product.html.tmpl: Added. |
| 4669 | * BugsSite/template/en/default/global/code-error.html.tmpl: Added. |
| 4670 | * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added. |
| 4671 | * BugsSite/template/en/default/global/field-descs.none.tmpl: Added. |
| 4672 | * BugsSite/template/en/default/global/footer.html.tmpl: Added. |
| 4673 | * BugsSite/template/en/default/global/header.html.tmpl: Added. |
| 4674 | * BugsSite/template/en/default/global/help-header.html.tmpl: Added. |
| 4675 | * BugsSite/template/en/default/global/help.html.tmpl: Added. |
| 4676 | * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added. |
| 4677 | * BugsSite/template/en/default/global/initialize.none.tmpl: Added. |
| 4678 | * BugsSite/template/en/default/global/message.html.tmpl: Added. |
| 4679 | * BugsSite/template/en/default/global/messages.html.tmpl: Added. |
| 4680 | * BugsSite/template/en/default/global/select-menu.html.tmpl: Added. |
| 4681 | * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added. |
| 4682 | * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added. |
| 4683 | * BugsSite/template/en/default/global/useful-links.html.tmpl: Added. |
| 4684 | * BugsSite/template/en/default/global/user-error.html.tmpl: Added. |
| 4685 | * BugsSite/template/en/default/global/userselect.html.tmpl: Added. |
| 4686 | * BugsSite/template/en/default/global/variables.none.tmpl: Added. |
| 4687 | * BugsSite/template/en/default/index.html.tmpl: Added. |
| 4688 | * BugsSite/template/en/default/list: Added. |
| 4689 | * BugsSite/template/en/default/list/change-columns.html.tmpl: Added. |
| 4690 | * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added. |
| 4691 | * BugsSite/template/en/default/list/list-simple.html.tmpl: Added. |
| 4692 | * BugsSite/template/en/default/list/list.atom.tmpl: Added. |
| 4693 | * BugsSite/template/en/default/list/list.csv.tmpl: Added. |
| 4694 | * BugsSite/template/en/default/list/list.html.tmpl: Added. |
| 4695 | * BugsSite/template/en/default/list/list.ics.tmpl: Added. |
| 4696 | * BugsSite/template/en/default/list/list.js.tmpl: Added. |
| 4697 | * BugsSite/template/en/default/list/list.rdf.tmpl: Added. |
| 4698 | * BugsSite/template/en/default/list/quips.html.tmpl: Added. |
| 4699 | * BugsSite/template/en/default/list/server-push.html.tmpl: Added. |
| 4700 | * BugsSite/template/en/default/list/table.html.tmpl: Added. |
| 4701 | * BugsSite/template/en/default/pages: Added. |
| 4702 | * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added. |
| 4703 | * BugsSite/template/en/default/pages/fields.html.tmpl: Added. |
| 4704 | * BugsSite/template/en/default/pages/linked.html.tmpl: Added. |
| 4705 | * BugsSite/template/en/default/pages/linkify.html.tmpl: Added. |
| 4706 | * BugsSite/template/en/default/pages/voting.html.tmpl: Added. |
| 4707 | * BugsSite/template/en/default/reports: Added. |
| 4708 | * BugsSite/template/en/default/reports/chart.csv.tmpl: Added. |
| 4709 | * BugsSite/template/en/default/reports/chart.html.tmpl: Added. |
| 4710 | * BugsSite/template/en/default/reports/chart.png.tmpl: Added. |
| 4711 | * BugsSite/template/en/default/reports/components.html.tmpl: Added. |
| 4712 | * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added. |
| 4713 | * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added. |
| 4714 | * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added. |
| 4715 | * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added. |
| 4716 | * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added. |
| 4717 | * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added. |
| 4718 | * BugsSite/template/en/default/reports/keywords.html.tmpl: Added. |
| 4719 | * BugsSite/template/en/default/reports/menu.html.tmpl: Added. |
| 4720 | * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added. |
| 4721 | * BugsSite/template/en/default/reports/report-line.png.tmpl: Added. |
| 4722 | * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added. |
| 4723 | * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added. |
| 4724 | * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added. |
| 4725 | * BugsSite/template/en/default/reports/report-table.html.tmpl: Added. |
| 4726 | * BugsSite/template/en/default/reports/report.csv.tmpl: Added. |
| 4727 | * BugsSite/template/en/default/reports/report.html.tmpl: Added. |
| 4728 | * BugsSite/template/en/default/reports/series-common.html.tmpl: Added. |
| 4729 | * BugsSite/template/en/default/reports/series.html.tmpl: Added. |
| 4730 | * BugsSite/template/en/default/request: Added. |
| 4731 | * BugsSite/template/en/default/request/email.txt.tmpl: Added. |
| 4732 | * BugsSite/template/en/default/request/queue.html.tmpl: Added. |
| 4733 | * BugsSite/template/en/default/search: Added. |
| 4734 | * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added. |
| 4735 | * BugsSite/template/en/default/search/form.html.tmpl: Added. |
| 4736 | * BugsSite/template/en/default/search/knob.html.tmpl: Added. |
| 4737 | * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added. |
| 4738 | * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added. |
| 4739 | * BugsSite/template/en/default/search/search-help.html.tmpl: Added. |
| 4740 | * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added. |
| 4741 | * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added. |
| 4742 | * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added. |
| 4743 | * BugsSite/template/en/default/search/search-specific.html.tmpl: Added. |
| 4744 | * BugsSite/template/en/default/search/tabs.html.tmpl: Added. |
| 4745 | * BugsSite/template/en/default/sidebar.xul.tmpl: Added. |
| 4746 | * BugsSite/template/en/default/whine: Added. |
| 4747 | * BugsSite/template/en/default/whine/mail.html.tmpl: Added. |
| 4748 | * BugsSite/template/en/default/whine/mail.txt.tmpl: Added. |
| 4749 | * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added. |
| 4750 | * BugsSite/template/en/default/whine/schedule.html.tmpl: Added. |
| 4751 | * BugsSite/template/en/extension: Added. |
| 4752 | * BugsSite/template/en/extension/filterexceptions.pl: Added. |
| 4753 | * BugsSite/testagent.cgi: Added. |
| 4754 | * BugsSite/testserver.pl: Added. |
| 4755 | * BugsSite/token.cgi: Added. |
| 4756 | * BugsSite/userprefs.cgi: Added. |
| 4757 | * BugsSite/votes.cgi: Added. |
| 4758 | * BugsSite/whine.pl: Added. |
| 4759 | * BugsSite/whineatnews.pl: Added. |
| 4760 | * BugsSite/xml.cgi: Added. |
| 4761 | |
mrowe@apple.com | c351453 | 2008-02-05 06:27:44 +0000 | [diff] [blame] | 4762 | 2008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 4763 | |
alp@webkit.org | 62a6a4d | 2008-02-05 06:54:08 +0000 | [diff] [blame] | 4764 | Reviewed by Alp Toker and Mark Rowe. |
mrowe@apple.com | c351453 | 2008-02-05 06:27:44 +0000 | [diff] [blame] | 4765 | |
| 4766 | http://bugs.webkit.org/show_bug.cgi?id=16618 |
| 4767 | [GTK] build-webkit and run-webkit-tests autootools support |
| 4768 | |
alp@webkit.org | 62a6a4d | 2008-02-05 06:54:08 +0000 | [diff] [blame] | 4769 | Add support for the autotools build to the WebKit build and test |
| 4770 | scripts. |
mrowe@apple.com | c351453 | 2008-02-05 06:27:44 +0000 | [diff] [blame] | 4771 | |
mrowe@apple.com | 84cdb08 | 2008-02-05 03:25:59 +0000 | [diff] [blame] | 4772 | 2008-02-04 Rodney Dawes <dobey@wayofthemonkey.com> |
| 4773 | |
| 4774 | Reviewed by Alp Toker and Mark Rowe. |
| 4775 | |
| 4776 | Fix http://bugs.webkit.org/show_bug.cgi?id=17175. |
| 4777 | Bug 17175: Use of C++ compiler flags in CFLAGS |
| 4778 | |
| 4779 | Add global_cxxflags definition for inclusion in CXXFLAGS variables. |
| 4780 | Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C. |
| 4781 | |
| 4782 | * GNUmakefile.am: |
| 4783 | |
alp@webkit.org | 040ad8b | 2008-02-04 11:00:43 +0000 | [diff] [blame] | 4784 | 2008-02-04 Alp Toker <alp@atoker.com> |
| 4785 | |
| 4786 | Rubber-stamped by Mark Rowe. |
| 4787 | |
| 4788 | Remove all trailing whitespace in the GTK+ port and related |
| 4789 | components. |
| 4790 | |
| 4791 | * GNUmakefile.am: |
| 4792 | * configure.ac: |
| 4793 | |
alp@webkit.org | 94c0655 | 2008-01-31 23:51:53 +0000 | [diff] [blame] | 4794 | 2008-01-31 Alp Toker <alp@atoker.com> |
| 4795 | |
alp@webkit.org | 1205732 | 2008-02-01 07:01:18 +0000 | [diff] [blame] | 4796 | Reviewed by Mark Rowe. |
| 4797 | |
| 4798 | Fix the pkg-config file to follow GTK+ package naming and versioning |
| 4799 | conventions. |
| 4800 | |
| 4801 | Remove unneeded dependency listings. |
| 4802 | |
| 4803 | * GNUmakefile.am: |
| 4804 | * configure.ac: |
| 4805 | |
| 4806 | 2008-01-31 Alp Toker <alp@atoker.com> |
| 4807 | |
alp@webkit.org | 1e1f94d | 2008-02-01 00:00:00 +0000 | [diff] [blame] | 4808 | Rubber-stamped by Adam Roben. |
alp@webkit.org | 94c0655 | 2008-01-31 23:51:53 +0000 | [diff] [blame] | 4809 | |
| 4810 | http://bugs.webkit.org/show_bug.cgi?id=17006 |
| 4811 | [GTK] Header path should be webkit/webkit.h |
| 4812 | |
| 4813 | Move the GTK+ API sources as needed and update the build systems. |
| 4814 | |
| 4815 | * GNUmakefile.am: |
| 4816 | * WebKit.pri: |
| 4817 | |
alp@webkit.org | cae5567 | 2008-01-27 19:49:01 +0000 | [diff] [blame] | 4818 | 2008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 4819 | |
| 4820 | Reviewed by Alp Toker. |
| 4821 | |
| 4822 | http://bugs.webkit.org/show_bug.cgi?id=14811 |
| 4823 | [gtk] [request] add a webkit_gtk_page_go_to_history_item function |
| 4824 | |
| 4825 | * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem |
| 4826 | |
mrowe@apple.com | 2bc789f | 2008-01-26 12:32:49 +0000 | [diff] [blame] | 4827 | 2008-01-26 Mark Rowe <mrowe@apple.com> |
| 4828 | |
| 4829 | Reviewed by Alp Toker. |
| 4830 | |
| 4831 | Fix http://bugs.webkit.org/show_bug.cgi?id=17007. |
| 4832 | Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac |
| 4833 | |
| 4834 | libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts |
| 4835 | with other system commands. Check for the presence of glibtoolize if libtoolize |
| 4836 | cannot be found. |
| 4837 | |
| 4838 | * autogen.sh: |
| 4839 | |
alp@webkit.org | 6b436af | 2008-01-23 15:55:41 +0000 | [diff] [blame] | 4840 | 2008-01-23 Alp Toker <alp@atoker.com> |
| 4841 | |
| 4842 | Rubber-stamped by Mark Rowe. |
| 4843 | |
| 4844 | Remove whitespace after -I in automake include lists. |
| 4845 | |
| 4846 | * GNUmakefile.am: |
| 4847 | |
alp@webkit.org | e9a2692 | 2008-01-22 20:45:18 +0000 | [diff] [blame] | 4848 | 2008-01-22 Christian Dywan <christian@imendio.com> |
| 4849 | |
| 4850 | Reviewed by Alp Toker. |
| 4851 | |
| 4852 | [GTK] API: WebKitWebSettings is not usable |
| 4853 | http://bugs.webkit.org/show_bug.cgi?id=16219 |
| 4854 | |
| 4855 | Implement WebKitWebSettings. |
| 4856 | |
| 4857 | * GNUmakefile.am: |
| 4858 | |
hausmann@webkit.org | 81a531f | 2008-01-22 10:03:26 +0000 | [diff] [blame] | 4859 | 2008-01-22 Simon Hausmann <hausmann@webkit.org> |
| 4860 | |
| 4861 | Reviewed by Lars. |
| 4862 | |
| 4863 | Don't compile the ICO plugin when building against Qt >= 4.4 |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 4864 | |
hausmann@webkit.org | 81a531f | 2008-01-22 10:03:26 +0000 | [diff] [blame] | 4865 | |
| 4866 | * WebKit.pro: |
| 4867 | |
alp@webkit.org | f49bd1e | 2008-01-21 23:06:23 +0000 | [diff] [blame] | 4868 | 2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 4869 | |
| 4870 | Reviewed by Alp Toker. |
| 4871 | |
| 4872 | http://bugs.webkit.org/show_bug.cgi?id=16955 |
| 4873 | Get errors when cross-compile webkit-gtk |
| 4874 | |
| 4875 | * GNUmakefile.am: added ICU_CPPFLAGS |
| 4876 | * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS |
| 4877 | |
alp@webkit.org | 55f365d | 2008-01-19 15:46:23 +0000 | [diff] [blame] | 4878 | 2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 4879 | |
| 4880 | Reviewed by Alp Toker. |
| 4881 | |
| 4882 | Add svg foreign object and svg experimental to the GTK+/autotools |
| 4883 | build system. |
| 4884 | |
| 4885 | * configure.ac: |
| 4886 | |
alp@webkit.org | d31a736 | 2008-01-15 21:47:25 +0000 | [diff] [blame] | 4887 | 2008-01-15 Alp Toker <alp@atoker.com> |
| 4888 | |
alp@webkit.org | 9943682 | 2008-01-16 03:32:29 +0000 | [diff] [blame] | 4889 | Rubber-stamped by Anders. |
| 4890 | |
| 4891 | Make the HTTP backend configurable in the GTK+ port. curl is currently |
| 4892 | the only option. |
| 4893 | |
| 4894 | * GNUmakefile.am: |
| 4895 | * WebKit.pri: |
| 4896 | * configure.ac: |
| 4897 | |
| 4898 | 2008-01-15 Alp Toker <alp@atoker.com> |
| 4899 | |
alp@webkit.org | d31a736 | 2008-01-15 21:47:25 +0000 | [diff] [blame] | 4900 | GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler |
| 4901 | flags only when they're available. |
| 4902 | |
| 4903 | Additionally, use -fvisibility-inlines-hidden in both debug and |
| 4904 | release builds when available to match the Mac build. |
| 4905 | |
| 4906 | * GNUmakefile.am: |
| 4907 | * configure.ac: |
| 4908 | |
alp@webkit.org | 36d6549 | 2008-01-13 07:33:53 +0000 | [diff] [blame] | 4909 | 2008-01-12 Alp Toker <alp@atoker.com> |
| 4910 | |
| 4911 | Reviewed by Mark Rowe. |
| 4912 | |
| 4913 | Hide non-public symbols in GTK+/autotools release builds. |
| 4914 | |
| 4915 | * GNUmakefile.am: |
| 4916 | |
alp@webkit.org | 27f95c4 | 2008-01-12 07:40:52 +0000 | [diff] [blame] | 4917 | 2008-01-11 Alp Toker <alp@atoker.com> |
| 4918 | |
| 4919 | Reviewed by Oliver Hunt. |
| 4920 | |
| 4921 | Enable FastMalloc by default in GTK+/autotools and add a configure |
| 4922 | switch. |
| 4923 | |
| 4924 | * GNUmakefile.am: |
| 4925 | * configure.ac: |
| 4926 | |
alp@webkit.org | 81c66d1 | 2008-01-11 16:31:34 +0000 | [diff] [blame] | 4927 | 2008-01-11 Luca Bruno <lethalman88@gmail.com> |
| 4928 | |
| 4929 | Reviewed by Alp Toker. |
| 4930 | |
| 4931 | http://bugs.webkit.org/show_bug.cgi?id=16838 |
| 4932 | [GTK] Bad autotools debug and video options |
| 4933 | |
| 4934 | Fix some configure options. |
| 4935 | |
| 4936 | * configure.ac: |
| 4937 | |
mrowe@apple.com | 1e357b5 | 2008-01-11 08:04:21 +0000 | [diff] [blame] | 4938 | 2008-01-11 Mark Rowe <mrowe@apple.com> |
| 4939 | |
| 4940 | Attempt to fix the GTK+ and Qt builds. |
| 4941 | |
| 4942 | * WebKit.pro: |
| 4943 | |
alp@webkit.org | 69d59d9 | 2008-01-11 00:55:03 +0000 | [diff] [blame] | 4944 | 2008-01-10 Alp Toker <alp@atoker.com> |
| 4945 | |
| 4946 | SVG font build fix for GTK+/autotools. |
| 4947 | |
| 4948 | * configure.ac: |
| 4949 | |
alp@webkit.org | 09ac696 | 2008-01-05 11:44:02 +0000 | [diff] [blame] | 4950 | 2008-01-05 Alp Toker <alp@atoker.com> |
| 4951 | |
| 4952 | Rubber-stamped by Mark Rowe. |
| 4953 | |
| 4954 | Fix configure script output with correct descriptions of the default |
| 4955 | configuration options. |
| 4956 | |
| 4957 | * configure.ac: |
| 4958 | |
alp@webkit.org | a37ed5b | 2008-01-05 10:23:01 +0000 | [diff] [blame] | 4959 | 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com> |
| 4960 | |
| 4961 | Reviewed by Alp Toker. |
| 4962 | |
| 4963 | http://bugs.webkit.org/show_bug.cgi?id=16736 |
| 4964 | Allow autogen.sh invocation from a separate build directory. |
| 4965 | |
| 4966 | * autogen.sh: |
| 4967 | |
alp@webkit.org | 076e8e1 | 2008-01-04 20:54:24 +0000 | [diff] [blame] | 4968 | 2008-01-04 Alp Toker <alp@atoker.com> |
| 4969 | |
| 4970 | Rubber-stamped by Mark Rowe. |
| 4971 | |
| 4972 | Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The |
| 4973 | "rebuild rules" will now be enabled by default. |
| 4974 | |
| 4975 | This obviates the need to pass '--enable-maintainer-mode' to |
| 4976 | configure. |
| 4977 | |
| 4978 | * configure.ac: |
| 4979 | |
zecke@webkit.org | 48bc6f4 | 2008-01-03 02:07:28 +0000 | [diff] [blame] | 4980 | 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org> |
| 4981 | |
| 4982 | Rubber stamped by Alp. |
| 4983 | |
| 4984 | Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break |
| 4985 | the build. At least people doing a debug build on Ubuntu Hardy will see |
| 4986 | the breakage. I was asked to leave the flags inside the files to ease future |
| 4987 | debugging. |
| 4988 | |
| 4989 | * GNUmakefile.am: |
| 4990 | * WebKit.pri: |
| 4991 | |
alp@webkit.org | e60ca2a | 2008-01-01 09:05:54 +0000 | [diff] [blame] | 4992 | 2008-01-01 Alp Toker <alp@atoker.com> |
| 4993 | |
| 4994 | GTK+ autotools build fix. Track changes in r29051, r29058 and pass the |
| 4995 | correct parameter to AM_INIT_AUTOMAKE. |
| 4996 | |
| 4997 | * configure.ac: |
| 4998 | |
alp@webkit.org | 45271e6 | 2007-12-30 17:44:37 +0000 | [diff] [blame] | 4999 | 2007-12-30 Alp Toker <alp@atoker.com> |
| 5000 | |
| 5001 | Build fix for older autoconf versions. |
| 5002 | |
| 5003 | * configure.ac: |
| 5004 | |
alp@webkit.org | f93619a | 2007-12-30 03:33:44 +0000 | [diff] [blame] | 5005 | 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 5006 | |
| 5007 | Reviewed by Alp Toker. |
| 5008 | |
alp@webkit.org | ee4efb5 | 2007-12-30 06:47:16 +0000 | [diff] [blame] | 5009 | Enable Database, XPath and XSLT features by default |
| 5010 | |
| 5011 | * configure.ac: |
| 5012 | |
| 5013 | 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 5014 | |
| 5015 | Reviewed by Alp Toker. |
| 5016 | |
alp@webkit.org | f93619a | 2007-12-30 03:33:44 +0000 | [diff] [blame] | 5017 | http://bugs.webkit.org/show_bug.cgi?id=16669 |
| 5018 | autotools update and fixes |
| 5019 | |
| 5020 | Various fixes to the autotools build |
| 5021 | |
| 5022 | * GNUmakefile.am: |
| 5023 | - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS |
| 5024 | - Fix clean rules (Rodney Dawes) |
| 5025 | - Added webcore specific variables, remove STDINT_H and |
| 5026 | PTHREAD_NP_H checks (already included in config.h) |
| 5027 | * autogen.sh: |
| 5028 | - Loosen automake and aclocal requirement |
| 5029 | * configure.ac: |
| 5030 | - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g |
| 5031 | when doing a debug build (Rodney Dawes) |
| 5032 | - Fix webkit target and remove traces of XBL |
| 5033 | |
alp@webkit.org | 11a31a7 | 2007-12-27 23:14:27 +0000 | [diff] [blame] | 5034 | 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 5035 | |
| 5036 | Reviewed by Alp Toker. |
| 5037 | |
| 5038 | http://bugs.webkit.org/show_bug.cgi?id=16353 |
| 5039 | [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.) |
| 5040 | |
| 5041 | Added the flags mentioned in the bug only when doing 'debug' |
| 5042 | builds. -DGST_DISABLE_DEPRECATED only added when video is enabled. |
| 5043 | |
| 5044 | * GNUmakefile.am: |
| 5045 | * WebKit.pri: |
| 5046 | |
alp@webkit.org | 278f125 | 2007-12-27 06:05:21 +0000 | [diff] [blame] | 5047 | 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 5048 | |
| 5049 | Reviewed by Alp Toker. |
| 5050 | |
| 5051 | http://bugs.webkit.org/show_bug.cgi?id=16390 |
| 5052 | Use autotools or GNU make as the build system for the GTK port |
| 5053 | |
| 5054 | * GNUmakefile.am: Added. |
| 5055 | * autogen.sh: Added. |
| 5056 | * configure.ac: Added. |
| 5057 | |
alp@webkit.org | 5f711d8 | 2007-12-21 00:33:46 +0000 | [diff] [blame] | 5058 | 2007-12-20 Alp Toker <alp@atoker.com> |
| 5059 | |
| 5060 | Rubber-stamped by Maciej. |
| 5061 | |
| 5062 | http://bugs.webkit.org/show_bug.cgi?id=16542 |
| 5063 | [GTK] Text is missing with old Pango version |
| 5064 | |
| 5065 | Back out commits r28880, r28876, r28865, r28864 which added Pango font |
| 5066 | selection support. These changes caused a regression where no text was |
| 5067 | displayed with older Pango versions. |
| 5068 | |
| 5069 | * WebKit.pri: |
| 5070 | |
alp@webkit.org | 2d6a148 | 2007-12-19 18:41:17 +0000 | [diff] [blame] | 5071 | 2007-12-19 Alp Toker <alp@atoker.com> |
| 5072 | |
| 5073 | Remove the cairo-ft pkg-config check. The GTK+ port doesn't use |
| 5074 | cairo-ft directly following changes in r28864. |
| 5075 | |
| 5076 | * WebKit.pri: |
| 5077 | |
alp@webkit.org | 2a2bf16 | 2007-12-12 16:27:35 +0000 | [diff] [blame] | 5078 | 2007-12-12 Alp Toker <alp@atoker.com> |
| 5079 | |
| 5080 | Reviewed by Mark Rowe. |
| 5081 | |
| 5082 | http://bugs.webkit.org/show_bug.cgi?id=16302 |
| 5083 | [GTK] Compiler flags for optimization |
| 5084 | |
| 5085 | Use the compiler flags -fno-exceptions -fno-rtti. |
| 5086 | |
| 5087 | This patch does not add all the flags discussed in the bug report, |
| 5088 | only these two. |
| 5089 | |
| 5090 | * WebKit.pri: |
| 5091 | |
alp@webkit.org | b4d6805 | 2007-12-04 12:16:38 +0000 | [diff] [blame] | 5092 | 2007-12-04 Xan Lopez <xan@gnome.org> |
| 5093 | |
| 5094 | Reviewed by Alp Toker. |
| 5095 | |
| 5096 | http://bugs.webkit.org/show_bug.cgi?id=15561 |
| 5097 | GTK port needs DumpRenderTree implementation |
| 5098 | |
| 5099 | Start work on the GTK+ DRT. |
| 5100 | |
| 5101 | * WebKit.pro: |
| 5102 | |
alp@webkit.org | e1a9b4a | 2007-12-01 04:24:09 +0000 | [diff] [blame] | 5103 | 2007-11-30 Alp Toker <alp@atoker.com> |
| 5104 | |
| 5105 | Reviewed by Adam Roben. |
| 5106 | |
| 5107 | http://bugs.webkit.org/show_bug.cgi?id=15691 |
| 5108 | [GTK] Public API does not follow GTK+ conventions |
| 5109 | |
| 5110 | Refactor the WebKit/GTK+ public API. Changes: |
| 5111 | WebKitPage -> WebKitWebView |
| 5112 | WebKitFrame -> WebKitWebFrame |
| 5113 | |
| 5114 | Public API source and header names have been updated to mirror the API |
| 5115 | changes. |
| 5116 | |
| 5117 | The API is now kept in WebKit/gtk/WebView to match other ports in the |
| 5118 | same class such as Mac and Win. |
| 5119 | |
| 5120 | * WebKit.pri: |
| 5121 | |
mrowe@apple.com | c291261 | 2007-11-28 10:42:20 +0000 | [diff] [blame] | 5122 | 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com> |
| 5123 | |
| 5124 | Reviewed by Mark Rowe. |
| 5125 | |
| 5126 | Set CONFIG option for the window system GTK+ is using |
| 5127 | |
| 5128 | * WebKit.pri: |
| 5129 | |
alp@webkit.org | 21ecf04 | 2007-11-23 01:03:19 +0000 | [diff] [blame] | 5130 | 2007-11-22 Alp Toker <alp@atoker.com> |
| 5131 | |
| 5132 | GTK+ build fix. Pass a correct LIBDIR value. |
| 5133 | |
| 5134 | * WebKit.pri: |
| 5135 | |
mrowe@apple.com | 4d7e81e | 2007-11-20 16:06:23 +0000 | [diff] [blame] | 5136 | 2007-11-20 Mark Rowe <mrowe@apple.com> |
| 5137 | |
| 5138 | Reviewed by Alp Toker. |
| 5139 | |
| 5140 | * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore. |
| 5141 | |
alp@webkit.org | 6b26bef | 2007-11-20 15:35:49 +0000 | [diff] [blame] | 5142 | 2007-11-20 Alp Toker <alp@atoker.com> |
| 5143 | |
| 5144 | Reviewed by Simon Hausmann. |
| 5145 | |
| 5146 | Clean up GTK+ port configuration. |
| 5147 | |
| 5148 | Use similar compiler warning flags to the Mac build. |
| 5149 | |
| 5150 | Add the qmake changes needed for DirectFB support. |
| 5151 | |
| 5152 | * WebKit.pri: |
| 5153 | |
hausmann | 81286e9 | 2007-11-07 12:44:20 +0000 | [diff] [blame] | 5154 | 2007-11-07 Simon Hausmann <hausmann@kde.org> |
| 5155 | |
| 5156 | Reviewed by Mark. |
| 5157 | |
| 5158 | Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree. |
| 5159 | That means that changes to the public API of the Qt port also trigger a rebuild of the tools. |
| 5160 | |
| 5161 | * WebKit.pri: |
| 5162 | |
lars | c075d2a | 2007-10-03 10:29:15 +0000 | [diff] [blame] | 5163 | 2007-10-03 Lars Knoll <lars@trolltech.com> |
| 5164 | |
lars | bf4fa94 | 2007-10-03 10:29:35 +0000 | [diff] [blame] | 5165 | Signed off by olliej. |
| 5166 | |
| 5167 | move WebKitQt to WebKit/qt for consistency with the other ports. |
| 5168 | |
| 5169 | * WebKit.pri: |
| 5170 | * WebKit.pro: |
| 5171 | |
| 5172 | 2007-10-03 Lars Knoll <lars@trolltech.com> |
| 5173 | |
lars | c075d2a | 2007-10-03 10:29:15 +0000 | [diff] [blame] | 5174 | Reviewed by olliej. |
| 5175 | |
| 5176 | Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin. |
| 5177 | |
| 5178 | * WebKit.pro: |
| 5179 | |
zecke | f5c101b | 2007-09-29 15:34:39 +0000 | [diff] [blame] | 5180 | 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org> |
| 5181 | |
| 5182 | Reviewed by Mark. |
| 5183 | |
| 5184 | -Fix http://bugs.webkit.org/show_bug.cgi?id=13226. |
| 5185 | Remove Bakefiles from svn. |
| 5186 | |
| 5187 | * Bakefiles/Bakefiles.bkgen: Removed. |
| 5188 | * Bakefiles/ChangeLog: Removed. |
| 5189 | * Bakefiles/Readme.txt: Removed. |
| 5190 | * Bakefiles/presets.bkl: Removed. |
| 5191 | * Bakefiles/update-file-lists.py: Removed. |
| 5192 | |
zecke | 2752405 | 2007-09-23 09:50:35 +0000 | [diff] [blame] | 5193 | 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org> |
| 5194 | |
| 5195 | Rubber stamped by Adam. |
| 5196 | |
| 5197 | Renamed files from *Gdk to *Gtk (see #14732) using the |
| 5198 | work of Juan A. Suarez Romero as a base. |
| 5199 | |
| 5200 | GDK -> GTK |
| 5201 | |
| 5202 | * WebKit.pri: |
| 5203 | * WebKit.pro: |
| 5204 | |
zecke | 6b34997 | 2007-07-29 21:51:41 +0000 | [diff] [blame] | 5205 | 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net> |
| 5206 | |
| 5207 | Build fix for WebKit/Gtk to compile on Fedora 7 as described in |
| 5208 | http://bugs.webkit.org/show_bug.cgi?id=14557 |
| 5209 | |
| 5210 | * WebKit.pri: cairo-ft is used by the WebKit/Gtk port |
| 5211 | |
hausmann | c67aba2 | 2007-07-27 08:32:12 +0000 | [diff] [blame] | 5212 | 2007-07-27 Simon Hausmann <hausmann@kde.org> |
| 5213 | |
| 5214 | Done with and reviewed by Lars and Zack. |
| 5215 | |
hausmann | 291e38a | 2007-07-27 08:32:54 +0000 | [diff] [blame] | 5216 | Exclude DumpRenderTree from the Qt build on Windows for now. |
| 5217 | |
| 5218 | * WebKit.pro: |
| 5219 | |
| 5220 | 2007-07-27 Simon Hausmann <hausmann@kde.org> |
| 5221 | |
| 5222 | Done with and reviewed by Lars and Zack. |
| 5223 | |
hausmann | c67aba2 | 2007-07-27 08:32:12 +0000 | [diff] [blame] | 5224 | Temporarily disable the ICO support for the Qt build on Windows. |
| 5225 | |
| 5226 | * WebKit.pro: |
| 5227 | |
hausmann | e4840e6 | 2007-07-26 14:47:27 +0000 | [diff] [blame] | 5228 | 2007-07-26 Simon Hausmann <hausmann@kde.org> |
| 5229 | |
| 5230 | Reviewed by Lars. |
| 5231 | |
| 5232 | Use QMAKE_LIBDIR instead of QMAKE_LFLAGS to specify the library search path for QtWebKit, as the former is portable and correctly transformed to /LIBPATH: with msvc for example. |
| 5233 | |
| 5234 | * WebKit.pri: |
| 5235 | |
zecke | 5604daf | 2007-07-23 18:16:02 +0000 | [diff] [blame] | 5236 | 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org> |
| 5237 | |
| 5238 | Reviewed by Adam. |
| 5239 | |
| 5240 | Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be |
| 5241 | build against it. |
| 5242 | |
| 5243 | * WebKit.pri: |
| 5244 | |
hausmann | 8fb4512 | 2007-07-18 15:16:23 +0000 | [diff] [blame] | 5245 | 2007-07-18 Simon Hausmann <hausmann@kde.org> |
| 5246 | |
| 5247 | Reviewed by Zack. |
| 5248 | |
| 5249 | Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build. |
| 5250 | |
| 5251 | * WebKit.pro: |
| 5252 | |
thatcher | b0cc075 | 2007-07-18 13:55:11 +0000 | [diff] [blame] | 5253 | 2007-07-18 Timothy Hatcher <timothy@apple.com> |
| 5254 | |
| 5255 | Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can |
| 5256 | still use this one Makefile.shared as an include. |
| 5257 | |
| 5258 | * Makefile.shared: |
| 5259 | |
staikos | ba198e1 | 2007-07-12 03:04:45 +0000 | [diff] [blame] | 5260 | 2007-07-12 George Staikos <staikos@kde.org> |
| 5261 | |
| 5262 | Fix build in debug mode. |
| 5263 | |
| 5264 | * WebKit.pri: |
| 5265 | |
darin | 0284caf | 2007-07-11 19:24:17 +0000 | [diff] [blame] | 5266 | 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org> |
| 5267 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 5268 | Reviewed by Darin Adler. |
darin | 0284caf | 2007-07-11 19:24:17 +0000 | [diff] [blame] | 5269 | |
| 5270 | As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the |
| 5271 | WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore |
| 5272 | |
| 5273 | * WebKit.pri: Adjust INCLUDEPATH |
| 5274 | |
aroben | 1baf09c | 2007-06-26 05:00:17 +0000 | [diff] [blame] | 5275 | 2007-06-25 Adam Roben <aroben@apple.com> |
| 5276 | |
aroben | 9849739 | 2007-06-26 05:12:03 +0000 | [diff] [blame] | 5277 | Really remove LayoutTestResults. |
| 5278 | |
| 5279 | * LayoutTestResults: Removed. |
| 5280 | |
| 5281 | 2007-06-25 Adam Roben <aroben@apple.com> |
| 5282 | |
aroben | 1baf09c | 2007-06-26 05:00:17 +0000 | [diff] [blame] | 5283 | Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt |
| 5284 | http://bugs.webkit.org/show_bug.cgi?id=14405 |
| 5285 | |
| 5286 | Reviewed by Anders. |
| 5287 | |
| 5288 | * LayoutTestResults: Removed. |
| 5289 | |
bdash | 3390c10 | 2007-06-25 12:57:31 +0000 | [diff] [blame] | 5290 | 2007-06-25 Alp Toker <alp.toker@collabora.co.uk> |
| 5291 | |
| 5292 | Reviewed by Mark. |
| 5293 | |
| 5294 | http://bugs.webkit.org/show_bug.cgi?id=13975 |
| 5295 | Use system-provided libjpeg and libpng |
| 5296 | |
| 5297 | * WebKit.pri: Link against external libjpeg and libpng. |
| 5298 | |
aroben | 71fb663 | 2007-06-21 07:00:09 +0000 | [diff] [blame] | 5299 | 2007-06-20 Adam Roben <aroben@apple.com> |
| 5300 | |
| 5301 | Reviewed by Simon Hausmann. |
| 5302 | |
| 5303 | More Gdk build fixing. |
| 5304 | |
| 5305 | * WebKit.pro: |
| 5306 | |
staikos | a933d56 | 2007-06-21 05:01:53 +0000 | [diff] [blame] | 5307 | 2007-06-15 Adam Treat <adam@staikos.net> |
| 5308 | |
| 5309 | Reviewed by George Staikos. |
| 5310 | |
| 5311 | Add ICO support to the Qt build. |
| 5312 | |
| 5313 | * WebKit.pro: |
| 5314 | |
staikos | c62cabb | 2007-06-14 02:24:08 +0000 | [diff] [blame] | 5315 | 2007-06-13 George Staikos <staikos@kde.org> |
| 5316 | |
| 5317 | Reviewed by Lars. |
| 5318 | |
| 5319 | Compile without self-linking. |
| 5320 | |
| 5321 | * WebKit.pri: |
| 5322 | |
hausmann | c14b006 | 2007-06-13 15:01:28 +0000 | [diff] [blame] | 5323 | 2007-06-13 Simon Hausmann <hausmann@kde.org> |
| 5324 | |
| 5325 | Reviewed by Lars. |
| 5326 | |
| 5327 | * WebKit.pri: WebKitQt is now called QtWebKit. |
| 5328 | |
weinig | 5846e7d | 2007-05-31 23:50:37 +0000 | [diff] [blame] | 5329 | 2007-05-31 Alp Toker <alp.toker@collabora.co.uk> |
| 5330 | |
| 5331 | Reviewed by Eric Seidel. |
| 5332 | |
| 5333 | http://bugs.webkit.org/show_bug.cgi?id=13941 |
| 5334 | Rename WebCore/platform/network/gdk to WebCore/platform/network/curl |
| 5335 | |
| 5336 | * WebKit.pri: |
| 5337 | |
bdash | 98f449d | 2007-05-18 08:29:58 +0000 | [diff] [blame] | 5338 | 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org> |
| 5339 | |
| 5340 | Reviewed by Mark Rowe. |
| 5341 | |
| 5342 | * WebKit.pro: Build testkjs for Gdk and Qt |
| 5343 | |
bdash | c9175eab | 2007-05-11 09:01:46 +0000 | [diff] [blame] | 5344 | 2007-05-11 Holger Freyther <freyther@kde.org> |
| 5345 | |
| 5346 | Reviewed by Mark Rowe. |
| 5347 | |
| 5348 | Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher, |
| 5349 | and add ICU configuration to QMAKE_CXXFLAGS. |
| 5350 | |
| 5351 | * WebKit.pri: |
| 5352 | |
bdash | 9589739 | 2007-05-07 02:36:38 +0000 | [diff] [blame] | 5353 | 2007-05-06 Erik Bunce <kde@bunce.us> |
| 5354 | |
| 5355 | Reviewed by Mark Rowe. |
| 5356 | |
| 5357 | * WebKit.pri: |
| 5358 | Removed unnecessary dependency on MacPorts (/opt/local) |
| 5359 | |
hausmann | d5df26f | 2007-05-03 22:04:27 +0000 | [diff] [blame] | 5360 | 2007-05-03 Holger Freyther <freyther@kde.org> |
| 5361 | |
| 5362 | Reviewed by Zack, landed by Simon. |
| 5363 | This is bugzilla bug 13499. |
| 5364 | |
| 5365 | * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk |
| 5366 | port |
| 5367 | * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk |
| 5368 | port |
| 5369 | |
bdash | fc4e8c2 | 2007-04-27 07:37:26 +0000 | [diff] [blame] | 5370 | 2007-04-27 Holger Freyther <freyther@kde.org> |
| 5371 | |
| 5372 | Reviewed by Maciej. |
| 5373 | |
| 5374 | Remove unmaintained CMake build system. |
| 5375 | |
| 5376 | * CMakeLists.txt: Removed. |
| 5377 | |
hausmann | 703e9d3 | 2007-01-30 10:20:20 +0000 | [diff] [blame] | 5378 | 2007-01-30 Simon Hausmann <hausmann@kde.org> |
| 5379 | |
| 5380 | Reviewed by Zack. |
| 5381 | |
| 5382 | * WebKit.pri: libJavaScriptCore is gone with the Qt build |
| 5383 | * WebKit.pro: |
| 5384 | |
staikos | bf87694 | 2007-01-26 22:19:16 +0000 | [diff] [blame] | 5385 | 2007-01-26 George Staikos <staikos@kde.org> |
| 5386 | |
| 5387 | Remove headers - not needed now. |
| 5388 | |
| 5389 | * WebKit.pri: |
| 5390 | |
staikos | 9fd5a74 | 2007-01-23 18:36:22 +0000 | [diff] [blame] | 5391 | 2007-01-23 George Staikos <staikos@kde.org> |
| 5392 | |
| 5393 | Put everything back since we can't build everything without it yet. |
| 5394 | |
| 5395 | * WebKit.pri: |
| 5396 | |
lars | 7cc6060 | 2007-01-16 15:03:44 +0000 | [diff] [blame] | 5397 | 2007-01-16 Lars Knoll <lars@trolltech.com> |
| 5398 | |
| 5399 | Reviewed by Zack |
| 5400 | |
| 5401 | Remove everything but the new public API from |
| 5402 | the include path. |
| 5403 | |
| 5404 | * WebKit.pri: |
| 5405 | |
staikos | 15d2d71 | 2007-01-11 07:12:00 +0000 | [diff] [blame] | 5406 | 2007-01-11 George Staikos <staikos@kde.org> |
| 5407 | |
| 5408 | Fix the Qt build |
| 5409 | |
| 5410 | * WebKit.pri: |
| 5411 | |
lars | 7f506a4 | 2007-01-03 12:04:40 +0000 | [diff] [blame] | 5412 | 2007-01-03 Lars Knoll <lars@trolltech.com> |
| 5413 | |
| 5414 | Fix the Qt build |
| 5415 | |
| 5416 | * WebKit.pri: |
| 5417 | |
hausmann | 0f6f302 | 2006-12-17 10:50:27 +0000 | [diff] [blame] | 5418 | 2006-12-17 Simon Hausmann <hausmann@kde.org> |
| 5419 | |
| 5420 | Reviewed by Rob Buis. |
| 5421 | |
| 5422 | * WebKit.pro: Build testkjs. |
| 5423 | |
thatcher | a3c1ab1 | 2006-12-14 19:30:36 +0000 | [diff] [blame] | 5424 | 2006-12-14 Timothy Hatcher <timothy@apple.com> |
| 5425 | |
| 5426 | Reviewed by Brady. |
| 5427 | |
| 5428 | * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status |
| 5429 | |
mjs | 7984269 | 2006-12-13 23:22:44 +0000 | [diff] [blame] | 5430 | 2006-12-13 Maciej Stachowiak <mjs@apple.com> |
| 5431 | |
| 5432 | Reviewed by Brady and Anders. |
| 5433 | |
| 5434 | * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds. |
| 5435 | |
zack | e22ef4d | 2006-12-10 20:05:01 +0000 | [diff] [blame] | 5436 | 2006-12-10 Zack Rusin <zack@kde.org> |
| 5437 | |
| 5438 | Client classes have been moved to WebKitQt/WebCoreSupport so |
| 5439 | adjusting the pri file. |
| 5440 | |
| 5441 | * WebKit.pri: |
| 5442 | |
staikos | e9e22a5 | 2006-12-10 19:14:11 +0000 | [diff] [blame] | 5443 | 2006-12-10 George Staikos <staikos@kde.org> |
| 5444 | |
| 5445 | Reviewed by Zack. |
| 5446 | |
| 5447 | Add WebKitBuild/Release back to the output dir for external build cases. |
| 5448 | |
| 5449 | * WebKit.pri: |
| 5450 | |
zack | 76eb5c1 | 2006-12-10 09:21:56 +0000 | [diff] [blame] | 5451 | 2006-12-10 Zack Rusin <zack@kde.org> |
| 5452 | |
| 5453 | Fix the link directory location. |
| 5454 | |
| 5455 | * WebKit.pri: |
| 5456 | |
zack | c905550 | 2006-12-10 06:36:32 +0000 | [diff] [blame] | 5457 | 2006-12-10 Lars Knoll <lars@trolltech.com> |
| 5458 | |
| 5459 | Reviewed by Zack |
| 5460 | |
| 5461 | Include DumpRenderTree in the Qt build |
| 5462 | |
| 5463 | * WebKit.pro: |
| 5464 | |
staikos | 75bf7ef | 2006-12-10 05:54:55 +0000 | [diff] [blame] | 5465 | 2006-12-09 George Staikos <staikos@kde.org> |
| 5466 | |
| 5467 | Reviewed by Zack. |
| 5468 | |
| 5469 | Correct the path to the libraries for QMake. |
| 5470 | |
| 5471 | * WebKit.pri: |
| 5472 | |
zack | 0321d23 | 2006-12-10 00:58:36 +0000 | [diff] [blame] | 5473 | 2006-12-09 Lars Knoll <lars@trolltech.com> |
| 5474 | |
| 5475 | Reviewed by Zack |
| 5476 | |
| 5477 | Make it possible to build WebKit with qmake. |
| 5478 | |
| 5479 | * WebKit.pri: Added. |
| 5480 | * WebKit.pro: Added. |
| 5481 | |
staikos | b68ccda | 2006-11-19 18:39:14 +0000 | [diff] [blame] | 5482 | 2006-11-19 Simon Hausmann <hausmann@kde.org> |
| 5483 | |
| 5484 | Reviewed by Zack. |
| 5485 | |
| 5486 | http://bugs.webkit.org/show_bug.cgi?id=11649 |
| 5487 | |
| 5488 | * CMakeLists.txt: Fix Qt-only build without KDE cmake files |
| 5489 | |
thatcher | 9438958 | 2006-10-31 01:35:47 +0000 | [diff] [blame] | 5490 | 2006-10-30 Timothy Hatcher <timothy@apple.com> |
| 5491 | |
| 5492 | Reviewed by Brady. |
| 5493 | |
| 5494 | Make the universal build return non-zero when module make fails. |
| 5495 | |
| 5496 | * Makefile: |
| 5497 | |
slewis | 243d4c1 | 2006-10-30 22:35:43 +0000 | [diff] [blame] | 5498 | 2006-10-30 Stephanie Lewis <slewis@apple.com> |
| 5499 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 5500 | Reviewed by Darin Adler. |
slewis | 243d4c1 | 2006-10-30 22:35:43 +0000 | [diff] [blame] | 5501 | |
| 5502 | Change Makefiles to return non-zero when module make fails. |
| 5503 | |
| 5504 | * Makefile: |
| 5505 | |
beidson | e15fbdd | 2006-10-28 02:08:38 +0000 | [diff] [blame] | 5506 | 2006-10-27 Brady Eidson <beidson@apple.com> |
| 5507 | |
| 5508 | Rubber stamped by Tim Hatcher |
| 5509 | |
| 5510 | Added "make universal" to build universal binaries |
| 5511 | |
| 5512 | * Makefile: |
| 5513 | * Makefile.shared: |
| 5514 | |
eseidel | 52f3a0e | 2006-10-02 00:04:56 +0000 | [diff] [blame] | 5515 | 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org> |
| 5516 | |
| 5517 | Reviewed by eseidel. |
| 5518 | |
| 5519 | * CMakeLists.txt: add option to disable colored output when building on the buildbot |
| 5520 | |