|
1 2010-05-14 Simon Hausmann <simon.hausmann@nokia.com> |
|
2 |
|
3 Rubber-stamped by Antti Koivisto. |
|
4 |
|
5 [Qt] Rename QtLauncher to QtTestBrowser |
|
6 https://bugs.webkit.org/show_bug.cgi?id=37665 |
|
7 |
|
8 * WebKit.pro: |
|
9 |
|
10 2010-05-12 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
11 |
|
12 Reviewed by Kenneth Rohde Christiansen. |
|
13 |
|
14 [Qt] Detect debug mode consistently |
|
15 https://bugs.webkit.org/show_bug.cgi?id=38863 |
|
16 |
|
17 * WebKit.pri: |
|
18 |
|
19 2010-04-09 Simon Hausmann <simon.hausmann@nokia.com> |
|
20 |
|
21 Unreviewed crash fix. |
|
22 |
|
23 Revert part of 57320 that would remove NDEBUG in release builds for |
|
24 DRT, etc. |
|
25 |
|
26 * WebKit.pri: |
|
27 |
|
28 2010-04-09 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
|
29 |
|
30 Reviewed by Simon Hausmann. |
|
31 |
|
32 [Qt] Fix crashes with package builds in release |
|
33 |
|
34 * WebKit.pri: Don't randomly add NDEBUG to the defines. |
|
35 |
|
36 2010-04-07 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
37 |
|
38 Reviewed by Kenneth Rohde Christiansen. |
|
39 |
|
40 [Qt] Fix trunk (non-standalone) builds for Symbian |
|
41 https://bugs.webkit.org/show_bug.cgi?id=37136 |
|
42 |
|
43 Test for source files before building instead of relying on |
|
44 standalone_package config. |
|
45 |
|
46 * WebKit.pro: |
|
47 |
|
48 2010-03-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
|
49 |
|
50 Reviewed by Simon Hausmann. |
|
51 |
|
52 [Qt] Build JavaScriptCore as a static library. |
|
53 https://bugs.webkit.org/show_bug.cgi?id=36590 |
|
54 |
|
55 This patch takes what was left of the unused JavaScriptCore.pro |
|
56 and moved the compilation logic from JavaScriptCore.pri to |
|
57 JavaScriptCore.pro. |
|
58 |
|
59 * WebKit.pro: |
|
60 |
|
61 2010-03-16 Xan Lopez <xlopez@igalia.com> |
|
62 |
|
63 Rubber-stamped by Gustavo Noronha. |
|
64 |
|
65 Update library version for 1.1.90 release. |
|
66 |
|
67 * configure.ac: |
|
68 |
|
69 2010-03-16 Xan Lopez <xlopez@igalia.com> |
|
70 |
|
71 Reviewed by Gustavo Noronha. |
|
72 |
|
73 Bump version for 1.1.90 release. |
|
74 |
|
75 * configure.ac: |
|
76 |
|
77 2010-03-16 Xan Lopez <xlopez@igalia.com> |
|
78 |
|
79 Reviewed by Gustavo Noronha. |
|
80 |
|
81 Add support for Fast Mobile Scrolling in the build system. |
|
82 |
|
83 * configure.ac: |
|
84 |
|
85 2010-03-16 Simon Hausmann <simon.hausmann@nokia.com> |
|
86 |
|
87 Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion. |
|
88 |
|
89 * .gitattributes: |
|
90 |
|
91 2010-03-12 Scott Byer <scottbyer@chromium.org> |
|
92 |
|
93 Reviewed by David Levin. |
|
94 |
|
95 Popup font size needs to be exposed to clients. |
|
96 https://bugs.webkit.org/show_bug.cgi?id=35990 |
|
97 |
|
98 Add function to expose the popup menu font size, add a field to |
|
99 WebPopupMenuInfo that receives that information to convey that to |
|
100 the web view client's createPopupMenu() call. |
|
101 |
|
102 * WebCore/platform/chromium/PopupMenuChromium.cpp: |
|
103 * WebCore/platform/chromium/PopupMenuChromium.h: |
|
104 * WebKit/chromium/public/WebPopupMenuInfo.h: |
|
105 * WebKit/chromium/src/ChromeClientImpl.cpp: |
|
106 |
|
107 2010-03-11 Adam Roben <aroben@apple.com> |
|
108 |
|
109 Teach git about ObjC files |
|
110 |
|
111 Fixes <http://webkit.org/b/36015>. |
|
112 |
|
113 Reviewed by Tim Hatcher. |
|
114 |
|
115 * .gitattributes: Set the diff attribute for .m and .mm files, and .h |
|
116 files in Mac-specific directories. This can be used to generate |
|
117 more-readable diffs of ObjC files. |
|
118 |
|
119 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
120 |
|
121 Unreviewed. Versioning for 1.1.23. |
|
122 |
|
123 * configure.ac: |
|
124 |
|
125 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
126 |
|
127 Unreviewed distcheck fix. |
|
128 |
|
129 * GNUmakefile.am: |
|
130 |
|
131 2010-03-08 Jian Li <jianli@chromium.org> |
|
132 |
|
133 Reviewed by Dmitry Titov. |
|
134 |
|
135 Blob.slice support. |
|
136 https://bugs.webkit.org/show_bug.cgi?id=32993 |
|
137 |
|
138 Add ENABLE_BLOB_SLICE feature define. |
|
139 |
|
140 * configure.ac: |
|
141 |
|
142 2010-03-04 Fridrich Strba <fridrich.strba@bluewin.ch> |
|
143 |
|
144 Reviewed by Holger Freyther. |
|
145 |
|
146 https://bugs.webkit.org/show_bug.cgi?id=35726 |
|
147 Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID |
|
148 |
|
149 Removing orphaned #if USE. |
|
150 |
|
151 * GNUmakefile.am: |
|
152 |
|
153 2010-03-04 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
|
154 |
|
155 Reviewed by Tor Arne Vestbø. |
|
156 |
|
157 [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic. |
|
158 |
|
159 This also allows shadow builds relying only on qmake to work properly. |
|
160 |
|
161 * WebKit.pri: |
|
162 |
|
163 2010-03-03 Fridrich Strba <fridrich.strba@bluewin.ch> |
|
164 |
|
165 Reviewed by Xan Lopez. |
|
166 |
|
167 Miscellaneous little fixes for the windows build of webkit-gtk |
|
168 https://bugs.webkit.org/show_bug.cgi?id=35640 |
|
169 |
|
170 * GNUmakefile.am: On Windows with GCC, presence of |
|
171 __declspec(dllexport) on some symbols disables the autoexport/autoimport |
|
172 feature for all others. Using regex here assures that all symbols that |
|
173 need to be exported in the dll are actually exported. |
|
174 |
|
175 2010-03-02 Arno Renevier <arno@renevier.net> |
|
176 |
|
177 Reviewed by Gustavo Noronha Silva. |
|
178 |
|
179 [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame |
|
180 https://bugs.webkit.org/show_bug.cgi?id=35210 |
|
181 |
|
182 * GNUmakefile.am: |
|
183 |
|
184 2010-03-02 Dmitry Titov <dimich@chromium.org> |
|
185 |
|
186 Reviewed by Alexey Proskuryakov. |
|
187 |
|
188 Ignore compiled Java test cases in .gitignore. |
|
189 https://bugs.webkit.org/show_bug.cgi?id=35559 |
|
190 |
|
191 * .gitignore: |
|
192 |
|
193 2010-02-26 Arno Renevier <arno@renevier.net> |
|
194 |
|
195 Reviewed by Gustavo Noronha Silva. |
|
196 |
|
197 [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore |
|
198 https://bugs.webkit.org/show_bug.cgi?id=35424 |
|
199 |
|
200 * .gitignore: |
|
201 |
|
202 2010-02-24 Sam Kerner <skerner@chromium.org> |
|
203 |
|
204 Reviewed by Darin Fisher. |
|
205 |
|
206 Expose WebFrame::setCanHaveScrollbars(). This allows a view |
|
207 which is being resized to not need scroll bars to ensure that |
|
208 they are not drawn. |
|
209 |
|
210 Existing function setAllowsScrolling() was renamed |
|
211 setCanHaveScrollbars(), to be consistant with change 37159: |
|
212 http://trac.webkit.org/changeset/37159 |
|
213 |
|
214 https://bugs.webkit.org/show_bug.cgi?id=35257 |
|
215 |
|
216 * WebKit/chromium/public/WebFrame.h: |
|
217 * WebKit/chromium/src/ChromeClientImpl.cpp: |
|
218 * WebKit/chromium/src/WebFrameImpl.cpp: |
|
219 * WebKit/chromium/src/WebFrameImpl.h: |
|
220 |
|
221 2010-02-19 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> |
|
222 |
|
223 Reviewed by Kenneth Rohde Christiansen. |
|
224 |
|
225 [Qt] Remove QGVLauncher |
|
226 |
|
227 https://bugs.webkit.org/show_bug.cgi?id=35292 |
|
228 |
|
229 * WebKit.pro: |
|
230 |
|
231 2010-02-24 Xan Lopez <xlopez@igalia.com> |
|
232 |
|
233 Reviewed by Gustavo Noronha. |
|
234 |
|
235 Enable SharedWorkers by default, since that's been the default for |
|
236 a long time in our build-webkit configuration. |
|
237 |
|
238 * configure.ac: |
|
239 |
|
240 2010-02-23 James Choi <jchoi42@pha.jhu.edu> |
|
241 |
|
242 Add Solaris definitions |
|
243 https://bugs.webkit.org/show_bug.cgi?id=35214 |
|
244 |
|
245 * WebKit/chromium/src/WebViewImpl.cpp |
|
246 * WebKit/chromium/src/WebFrameImpl.cpp |
|
247 |
|
248 2010-02-23 Arno Renevier <arno@renevier.net> |
|
249 |
|
250 Reviewed by Gustavo Noronha Silva. |
|
251 |
|
252 [Gtk]: testwebview does not work when called with absolute path |
|
253 https://bugs.webkit.org/show_bug.cgi?id=34940 |
|
254 |
|
255 When testwebview is called as absolute path, chdir to executable |
|
256 directory before searching resource files. |
|
257 |
|
258 * GNUmakefile.am: |
|
259 |
|
260 2010-02-23 Leandro Pereira <leandro@profusion.mobi> |
|
261 |
|
262 Reviewed by Gustavo Noronha Silva. |
|
263 |
|
264 Changes references of GOwnPtr to reflect their new place. |
|
265 http://webkit.org/b/35084 |
|
266 |
|
267 * JavaScriptCore/JavaScriptCore.gypi: |
|
268 * JavaScriptCore/wtf/Threading.h: |
|
269 * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h: |
|
270 |
|
271 2010-02-23 Leandro Pereira <leandro@profusion.mobi> |
|
272 |
|
273 Reviewed by Gustavo Noronha Silva. |
|
274 |
|
275 Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds |
|
276 again. |
|
277 http://webkit.org/b/35084 |
|
278 |
|
279 * GNUmakefile.am: |
|
280 |
|
281 2010-02-23 Diego Escalante Urrelo <descalante@igalia.com> |
|
282 |
|
283 Reviewed by Eric Seidel. |
|
284 |
|
285 [gtk] missing libsoup-2.4 package in gir generation |
|
286 https://bugs.webkit.org/show_bug.cgi?id=35199 |
|
287 |
|
288 Include libsoup-2.4 package in gobject introspection .gir generation. |
|
289 |
|
290 * GNUmakefile.am: |
|
291 |
|
292 2010-02-22 Huahui Wu <hwu@google.com> |
|
293 |
|
294 Reviewed by Eric Seidel. |
|
295 |
|
296 Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT) |
|
297 in Android. It's disabled by default, but is enabled when the |
|
298 enveronment variable ENABLE_JSC_JIT is set to true. |
|
299 https://bugs.webkit.org/show_bug.cgi?id=34855 |
|
300 |
|
301 * Android.mk: |
|
302 |
|
303 2010-02-22 Xan Lopez <xlopez@igalia.com> |
|
304 |
|
305 Reviewed by Gustavo Noronha. |
|
306 |
|
307 Bump library versioning for 1.1.22 release. |
|
308 |
|
309 * configure.ac: |
|
310 |
|
311 2010-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
312 |
|
313 Reviewed by Kenneth Rohde Christiansen. |
|
314 |
|
315 [Qt] Add support for layout tests on Symbian |
|
316 https://bugs.webkit.org/show_bug.cgi?id=31589 |
|
317 |
|
318 * WebKit.pro: |
|
319 |
|
320 2010-02-20 Noam Rosenthal <noam.rosenthal@nokia.com> |
|
321 |
|
322 Reviewed by Laszlo Gombos. |
|
323 |
|
324 [Qt] ENABLE_3D_RENDERING should be optional |
|
325 https://bugs.webkit.org/show_bug.cgi?id=35100 |
|
326 |
|
327 * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test |
|
328 |
|
329 2010-02-19 Maciej Stachowiak <mjs@apple.com> |
|
330 |
|
331 Reviewed by David Levin. |
|
332 |
|
333 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases |
|
334 https://bugs.webkit.org/show_bug.cgi?id=35147 |
|
335 |
|
336 * configure.ac: |
|
337 |
1 2010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
338 2010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
2 |
339 |
3 Reviewed by Eric Seidel. |
340 Reviewed by Eric Seidel. |
4 |
341 |
5 Add .gitattributes file for custom ChangeLog merge-driver |
342 Add .gitattributes file for custom ChangeLog merge-driver |
6 |
343 |
7 * .gitattributes: Added. |
344 * .gitattributes: Added. |
8 |
345 |
|
346 2010-02-17 Noam Rosenthal <noam.rosenthal@nokia.com> |
|
347 |
|
348 Reviewed by Ariya Hidayat. |
|
349 |
|
350 [Qt] GraphicsLayer: support perspective and 3D transforms |
|
351 https://bugs.webkit.org/show_bug.cgi?id=34960 |
|
352 |
|
353 * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING |
|
354 |
|
355 2010-02-15 Philippe Normand <pnormand@igalia.com> |
|
356 |
|
357 Reviewed by Gustavo Noronha Silva. |
|
358 |
|
359 [GStreamer] Should handle BUFFERING messages |
|
360 https://bugs.webkit.org/show_bug.cgi?id=30004 |
|
361 |
|
362 * configure.ac: Bump gstreamer -core/-plugins-base requirements to |
|
363 0.10.25 which is the minimum required version for on-disk buffering. |
|
364 |
|
365 2010-02-16 Xan Lopez <xlopez@igalia.com> |
|
366 |
|
367 Reviewed by Gustavo Noronha. |
|
368 |
|
369 Bump version to 1.1.22 so we can depend on it in applications. |
|
370 |
|
371 * configure.ac: |
|
372 |
|
373 2010-02-12 Simon Hausmann <simon.hausmann@nokia.com> |
|
374 |
|
375 Reviewed by Holger Freyther. |
|
376 |
|
377 Removed WMLInputElement.* from .gitattributes as the file is |
|
378 now CRLF clean. |
|
379 |
|
380 * .gitattributes: |
|
381 |
|
382 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
|
383 |
|
384 Reviewed by Tor Arne Vestbø. |
|
385 |
|
386 [Qt] Make qtlauncher and qgvlauncher use the generated headers |
|
387 path to make sure they are correctly generated. |
|
388 |
|
389 * WebKit.pri: |
|
390 |
|
391 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
|
392 |
|
393 Reviewed by Tor Arne Vestbø. |
|
394 |
|
395 [Qt] Manually add support for the install target on Symbian. |
|
396 |
|
397 This is required to copy the headers over the ones in Qt. |
|
398 |
|
399 * WebKit.pro: |
|
400 |
|
401 2010-02-11 Fridrich Strba <fridrich.strba@bluewin.ch> |
|
402 |
|
403 Reviewed by Gustavo Noronha Silva. |
|
404 |
|
405 Detect properly different versions of libpng out there. |
|
406 |
|
407 * configure.ac: |
|
408 |
|
409 2010-02-11 Xan Lopez <xlopez@igalia.com> |
|
410 |
|
411 Try to fix GTK+ build. |
|
412 |
|
413 * configure.ac: |
|
414 |
|
415 2010-02-11 Antonio Gomes <tonikitoo@webkit.org> |
|
416 |
|
417 Reviewed by Xan Lopez. |
|
418 |
|
419 Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23). |
|
420 |
|
421 * configure.ac: |
|
422 |
|
423 2010-02-08 Maciej Stachowiak <mjs@apple.com> |
|
424 |
|
425 Reviewed by Cameron Zwarich. |
|
426 |
|
427 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose. |
|
428 https://bugs.webkit.org/show_bug.cgi?id=34698 |
|
429 |
|
430 * configure.ac: |
|
431 |
|
432 2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
433 |
|
434 Reviewed by Xan Lopez. |
|
435 |
|
436 Bump version to 1.1.21, and adjust library versioning accordingly. |
|
437 |
|
438 * configure.ac: |
|
439 |
|
440 2010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> |
|
441 |
|
442 Reviewed by Gustavo Noronha. |
|
443 |
|
444 Add gstreamer-app-0.10 to configure.ac |
|
445 https://bugs.webkit.org/show_bug.cgi?id=34317 |
|
446 |
|
447 * configure.ac: |
|
448 |
|
449 2010-02-05 Simon Hausmann <simon.hausmann@nokia.com> |
|
450 |
|
451 Reviewed by Tor Arne Vestbø. |
|
452 |
|
453 Add .gitattributes file to tell git about files with Windows linefeeds |
|
454 https://bugs.webkit.org/show_bug.cgi?id=34645 |
|
455 |
|
456 On Windows git defaults to "true" for core.autocrlf, meaning all text |
|
457 files in the working directory are converted from CRLF to LF on checkin |
|
458 time. Some files present in the repository have been checked in with |
|
459 CRLF linefeeds and git should not try to convert them. The added |
|
460 .gitattributes file tells git to not do any CRLF conversion. |
|
461 |
|
462 * .gitattributes: Added. |
|
463 |
|
464 2010-02-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
|
465 |
|
466 Reviewed by Simon Hausmann. |
|
467 |
|
468 [Qt] Generate convenience headers (QWebView, etc) using qmake |
|
469 |
|
470 In Qt this is done using syncqt, but we use a pro-file instead |
|
471 that generates makefile-rules for each of the extra headers. |
|
472 |
|
473 These extra headers are installed alongside the normal headers. |
|
474 |
|
475 * DerivedSources.pro: Include API-DerivedSources |
|
476 |
|
477 2010-02-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
|
478 |
|
479 Reviewed by Lars Knoll. |
|
480 |
|
481 [Qt] Make 'make -f Makefile.DerivedSources qmake' work |
|
482 |
|
483 Previously this target ended up generating a file named |
|
484 Makefile.DerivedSources.DerivedSources, and so on. |
|
485 |
|
486 * DerivedSources.pro: |
|
487 |
|
488 2010-02-04 Christian Dywan <christian@twotasts.de> |
|
489 |
|
490 Reviewed by Xan Lopez. |
|
491 |
|
492 Require either libsoup 2.28.2 or 2.29.90. |
|
493 |
|
494 * configure.ac: |
|
495 |
|
496 2010-02-04 Xan Lopez <xlopez@igalia.com> |
|
497 |
|
498 Reviewed by Gustavo Noronha. |
|
499 |
|
500 Bump minimum libsoup requirement to 2.29.90 |
|
501 |
|
502 * configure.ac: |
|
503 |
|
504 2010-02-02 Gustavo Noronha Silva <gns@gnome.org> |
|
505 |
|
506 Reviewed by Xan Lopez. |
|
507 |
|
508 Bump version, and adjust library versioning for 1.1.20. |
|
509 |
|
510 * configure.ac: |
|
511 |
|
512 2010-01-29 Jeremy Orlow <jorlow@chromium.org> |
|
513 |
|
514 Reviewed by Dimitri Glazkov. |
|
515 |
|
516 A first step towards the Indexed Database API |
|
517 https://bugs.webkit.org/show_bug.cgi?id=34342 |
|
518 |
|
519 Add Indexed Database API |
|
520 |
|
521 * configure.ac: |
|
522 |
|
523 2010-01-27 Simon Hausmann <simon.hausmann@nokia.com> |
|
524 |
|
525 Reviewed by Kenneth Rohde Christiansen. |
|
526 |
|
527 [Qt] Don't build the tests in packages, only the launcher(s) |
|
528 |
|
529 * WebKit.pro: |
|
530 |
|
531 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
|
532 |
|
533 Reviewed by Tor Arne Vestbø. |
|
534 |
|
535 [Qt] Add the "d" suffix to QtWebKit's dll on Windows. |
|
536 |
|
537 * WebKit.pri: |
|
538 |
|
539 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
|
540 |
|
541 Unreviewed build fix |
|
542 |
|
543 [Qt] Build fix for windows when QTDIR contains release libraries. |
|
544 |
|
545 * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation |
|
546 |
|
547 2010-01-26 Jedrzej Nowacki <jedrzej.nowacki@nokia.com> |
|
548 |
|
549 Reviewed by Simon Hausmann. |
|
550 |
|
551 First steps of the QtScript API. |
|
552 |
|
553 Two new classes were created; QScriptEngine and QScriptValue. |
|
554 The first should encapsulate a javascript context and the second a script |
|
555 value. |
|
556 |
|
557 This API is still in development, so it isn't compiled by default. |
|
558 To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to |
|
559 build-webkit. |
|
560 |
|
561 https://bugs.webkit.org/show_bug.cgi?id=32565 |
|
562 |
|
563 * WebKit.pro: |
|
564 |
|
565 2010-01-25 Simon Hausmann <simon.hausmann@nokia.com> |
|
566 |
|
567 Reviewed by Laszlo Gombos. |
|
568 |
|
569 [Qt] Fix the build on Maemo5. |
|
570 |
|
571 https://bugs.webkit.org/show_bug.cgi?id=34051 |
|
572 |
|
573 * WebKit.pri: Disable the use of uitools, just like it's done for Symbian. |
|
574 |
|
575 2010-01-21 No'am Rosenthal <noam.rosenthal@nokia.com> |
|
576 |
|
577 Reviewed by Antti Koivisto. |
|
578 |
|
579 [Qt] Implement GraphicsLayer for accelerated layer compositing |
|
580 https://bugs.webkit.org/show_bug.cgi?id=33514 |
|
581 |
|
582 * WebKit.pri: Addded compile flags to enable accelerated compositing |
|
583 on versions higher than 4.5 |
|
584 |
|
585 2010-01-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
|
586 |
|
587 Reviewed by Simon Hausmann. |
|
588 |
|
589 [Qt] Make DumpRenderTree build on Windows |
|
590 |
|
591 * WebKit.pro: |
|
592 |
|
593 2010-01-20 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
|
594 |
|
595 Reviewed by Simon Hausmann. |
|
596 |
|
597 [Qt] Fix the recursive generated_files target to work with qmake -r -o |
|
598 |
|
599 * DerivedSources.pro: |
|
600 |
|
601 2010-01-20 Simon Hausmann <simon.hausmann@nokia.com> |
|
602 |
|
603 Reviewed by Tor Arne Vestbø. |
|
604 |
|
605 [Qt] Make it possible (on *nix at least) to recursively call "make generated_files" |
|
606 |
|
607 * DerivedSources.pro: |
|
608 |
|
609 2010-01-19 Gustavo Noronha Silva <gns@gnome.org> |
|
610 |
|
611 Unreviewed. Shared library versioning update for 1.1.19. |
|
612 |
|
613 * configure.ac: |
|
614 |
|
615 2010-01-15 Gustavo Noronha Silva <gns@gnome.org> |
|
616 |
|
617 Rubber-stamped by Xan Lopez. |
|
618 |
|
619 Bump version to 1.1.19. |
|
620 |
|
621 * configure.ac: |
|
622 |
|
623 2010-01-14 Csaba Osztrogonác <ossy@webkit.org> |
|
624 |
|
625 Reviewed by Eric Seidel. |
|
626 |
|
627 [Qt] Defective dependencies caused build failing on QtBuildBot. |
|
628 https://bugs.webkit.org/show_bug.cgi?id=33693 |
|
629 |
|
630 * WebKit.pri: CONFIG += depend_includepath added. |
|
631 |
|
632 2010-01-14 Steve Block <steveblock@google.com> |
|
633 |
|
634 Reviewed by David Levin. |
|
635 |
|
636 Moves general includes before bindings includes in Android build system. |
|
637 https://bugs.webkit.org/show_bug.cgi?id=33623 |
|
638 |
|
639 This avoids problems with collisions between WebCore/platform/text/StringBuilder.h |
|
640 and the new JavaScriptCore/runtime/StringBuilder.h. This change puts |
|
641 JavaScriptCore/runtime and other bindings includes after the WebCore and other |
|
642 general includes, so that the WebCore StringBuilder.h is picked up when building |
|
643 WebCore. |
|
644 |
|
645 * Android.mk: Modified. |
|
646 |
|
647 2010-01-13 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
|
648 |
|
649 Reviewed by Simon Hausmann. |
|
650 |
|
651 [Qt] Split the build process in two different .pro files. |
|
652 This allows qmake to be run once all source files are available. |
|
653 |
|
654 * DerivedSources.pro: Added. |
|
655 * WebKit.pri: |
|
656 |
|
657 2010-01-07 Daniel Bates <dbates@rim.com> |
|
658 |
|
659 Reviewed by Eric Seidel. |
|
660 |
|
661 https://bugs.webkit.org/show_bug.cgi?id=32987 |
|
662 |
|
663 Added ENABLE_XHTMLMP flag. Disabled by default. |
|
664 |
|
665 * configure.ac: |
|
666 |
|
667 2010-01-05 Gustavo Noronha Silva <gns@gnome.org> |
|
668 |
|
669 Reviewed by Xan Lopez. |
|
670 |
|
671 Based on idea and original patch by Evan Martin. |
|
672 |
|
673 Remove libWebCore intermediate library, to improve link time. |
|
674 |
|
675 [GTK] Build time must be reduced |
|
676 https://bugs.webkit.org/show_bug.cgi?id=32921 |
|
677 |
|
678 * GNUmakefile.am: |
|
679 |
|
680 2010-01-05 Xan Lopez <xlopez@igalia.com> |
|
681 |
|
682 Bump for 1.1.18 release. |
|
683 |
|
684 * configure.ac: |
|
685 |
|
686 2010-01-04 Gustavo Noronha Silva <gns@gnome.org> |
|
687 |
|
688 Fix JSCore-1.0.gir path to fix make distcheck. |
|
689 |
|
690 * GNUmakefile.am: |
|
691 |
|
692 2010-01-04 Simon Hausmann <simon.hausmann@nokia.com> |
|
693 |
|
694 Reviewed by Tor Arne Vestbø. |
|
695 |
|
696 [Qt] Fix standalone package builds. |
|
697 |
|
698 * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case. |
|
699 * WebKit.pro: Don't build JSC and DRT for package builds. |
|
700 |
|
701 2010-01-04 Eric Seidel <eric@webkit.org> |
|
702 |
|
703 Reviewed by Adam Barth. |
|
704 |
|
705 bugzilla-tool should not require users to install mechanize |
|
706 https://bugs.webkit.org/show_bug.cgi?id=32635 |
|
707 |
|
708 * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py |
|
709 |
|
710 2009-12-28 Estêvão Samuel Procópio <tevaum@gmail.com> |
|
711 |
|
712 Reviewed by Gustavo Noronha Silva. |
|
713 |
|
714 Bug 32940: [GTK] Changing the download throttle conditions. |
|
715 https://bugs.webkit.org/show_bug.cgi?id=32716 |
|
716 |
|
717 The WebKitDownload progress notification was taking long to |
|
718 update. This fix makes notification happens each 0.7 secs |
|
719 or when the progress ups in 1%. |
|
720 |
|
721 * WebKit/gtk/webkit/webkitdownload.cpp: |
|
722 |
|
723 2009-12-22 Simon Hausmann <simon.hausmann@nokia.com> |
|
724 |
|
725 Rubber-stamped by Holger Freyther. |
|
726 |
|
727 Adjusted path to QtLauncher. |
|
728 |
|
729 * WebKit.pro: |
|
730 |
|
731 2009-12-19 Evan Martin <evan@chromium.org> |
|
732 |
|
733 Reviewed by Gustavo Noronha Silva. |
|
734 |
|
735 Add a couple of WebKitGtk files to .gitignore. |
|
736 |
|
737 * .gitignore: |
|
738 |
|
739 2009-12-18 Benjamin Otte <otte@gnome.org> |
|
740 |
|
741 Reviewed by Xan Lopez. |
|
742 |
|
743 [GTK] RemoveDashboard support. It's useless. |
|
744 |
|
745 * configure.ac: |
|
746 |
|
747 2009-12-18 Simon Hausmann <simon.hausmann@nokia.com> |
|
748 |
|
749 Reviewed by Tor Arne Vestbø. |
|
750 |
|
751 [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds |
|
752 |
|
753 https://bugs.webkit.org/show_bug.cgi?id=32716 |
|
754 |
|
755 * WebKit.pri: Use standalone_package instead of QTDIR_build |
|
756 |
|
757 2009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
758 |
|
759 Unreviewed. Build fixes for make distcheck. |
|
760 |
|
761 * GNUmakefile.am: |
|
762 |
|
763 2009-12-16 Dan Winship <danw@gnome.org> |
|
764 |
|
765 Reviewed by Gustavo Noronha Silva. |
|
766 |
|
767 [Gtk] Content-Encoding support |
|
768 |
|
769 https://bugs.webkit.org/show_bug.cgi?id=522772 |
|
770 |
|
771 * configure.ac: require libsoup 2.28.2 for SoupContentDecoder |
|
772 |
|
773 2009-12-13 Eric Seidel <eric@webkit.org> |
|
774 |
|
775 Reviewed by Gavin Barraclough. |
|
776 |
|
777 string-base64 test does not compute a valid base64 string |
|
778 http://bugs.webkit.org/show_bug.cgi?id=16806 |
|
779 |
|
780 * tests/string-base64.js: change str[i] to str.charCodeAt(i) |
|
781 |
|
782 2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
783 |
|
784 Reviewed by Xan Lopez. |
|
785 |
|
786 [GTK] Should provide an API to control the IconDatabase |
|
787 https://bugs.webkit.org/show_bug.cgi?id=32334 |
|
788 |
|
789 Add test to make sure favicon reporting works. |
|
790 |
|
791 * GNUmakefile.am: |
|
792 |
|
793 2009-12-09 Steve Block <steveblock@google.com> |
|
794 |
|
795 Reviewed by Adam Barth. |
|
796 |
|
797 Adds Android Makefiles for building with V8. |
|
798 https://bugs.webkit.org/show_bug.cgi?id=32278 |
|
799 |
|
800 * Android.mk: Modified. Includes Makefiles for V8. |
|
801 |
|
802 2009-12-08 Steve Block <steveblock@google.com> |
|
803 |
|
804 Reviewed by Adam Barth. |
|
805 |
|
806 [Android] Adds Makefiles for Android port. |
|
807 https://bugs.webkit.org/show_bug.cgi?id=31325 |
|
808 |
|
809 * Android.mk: Added. |
|
810 |
|
811 2009-12-08 Christian Dywan <christian@twotoasts.de> |
|
812 |
|
813 Reviewed by Xan Lopez. |
|
814 |
|
815 * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3 |
|
816 and define HAVE_LIBSOUP_2_29_3 in that case. |
|
817 |
|
818 2009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
819 |
|
820 Rubber-stamped by Xan Lopez. |
|
821 |
|
822 Late post-release version bump. |
|
823 |
|
824 * configure.ac: |
|
825 |
|
826 2009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com> |
|
827 |
|
828 Reviewed by Gustavo Noronha Silva. |
|
829 |
|
830 [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU) |
|
831 https://bugs.webkit.org/show_bug.cgi?id=31469 |
|
832 |
|
833 Removing hybrid configuration for --with-unicode-backend=glib |
|
834 ICU not required anymore. |
|
835 |
|
836 * autotools/webkit.m4: |
|
837 |
|
838 2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com> |
|
839 |
|
840 Rubber-stamped by Maciej Stachowiak. |
|
841 |
|
842 Turn on (SVG) Filters for Gtk. |
|
843 https://bugs.webkit.org/show_bug.cgi?id=32224 |
|
844 |
|
845 * configure.ac: |
|
846 |
|
847 2009-12-07 Dmitry Titov <dimich@chromium.org> |
|
848 |
|
849 Rubber-stamped by Darin Adler. |
|
850 |
|
851 Remove ENABLE_SHARED_SCRIPT flags |
|
852 https://bugs.webkit.org/show_bug.cgi?id=32245 |
|
853 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files. |
|
854 |
|
855 * configure.ac: |
|
856 |
|
857 2009-12-06 Gustavo Noronha Silva <gns@gnome.org> |
|
858 |
|
859 Reviewed by Xan Lopez. |
|
860 |
|
861 Build the new API test. |
|
862 |
|
863 [GTK] REGRESSION: webkit thinks it can render PDFs |
|
864 https://bugs.webkit.org/show_bug.cgi?id=32183 |
|
865 |
|
866 * GNUmakefile.am: |
|
867 |
|
868 2009-12-05 Vincent Untz <vuntz@gnome.org> |
|
869 |
|
870 Reviewed by Gustavo Noronha. |
|
871 |
|
872 Fixes race for builds with introspection enabled, and parallel |
|
873 make. |
|
874 |
|
875 * GNUmakefile.am: |
|
876 |
|
877 2009-12-04 Xan Lopez <xlopez@igalia.com> |
|
878 |
|
879 Reviewed by Gustavo Noronha. |
|
880 |
|
881 [GTK]Enable DNS prefetching |
|
882 https://bugs.webkit.org/show_bug.cgi?id=23846 |
|
883 |
|
884 Bump libsoup required version to 2.29.3 for DNS prefetching. |
|
885 |
|
886 * configure.ac: |
|
887 |
|
888 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
889 |
|
890 Rubber-stamped by Xan Lopez. |
|
891 |
|
892 Make sure we distribute and install GObject Introspection files. |
|
893 |
|
894 * GNUmakefile.am: |
|
895 |
|
896 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
897 |
|
898 Build fix. Make sure JSCore-1.0.gir is added to the distributed |
|
899 tarball. |
|
900 |
|
901 * GNUmakefile.am: |
|
902 |
|
903 2009-11-30 Xan Lopez <xlopez@igalia.com> |
|
904 |
|
905 Reviewed by Gustavo Noronha. |
|
906 |
|
907 Bump versions for 1.1.17 release. |
|
908 |
|
909 * configure.ac: |
|
910 |
9 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com> |
911 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com> |
10 |
912 |
11 Reviewed by Simon Hausmann. |
913 Reviewed by Simon Hausmann. |
12 |
914 |
13 [Qt] Fix compilation with win32-icc |
915 [Qt] Fix compilation with win32-icc |
14 |
916 |
15 Include os-win32 for stdint.h since MS does not ship that in their PSDK. |
917 Include os-win32 for stdint.h since MS does not ship that in their PSDK. |
16 |
918 |
17 * WebKit.pri: |
919 * WebKit.pri: |
|
920 |
|
921 2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
922 |
|
923 Reviewed by Oliver Hunt. |
|
924 |
|
925 Move GOwnPtr* from wtf to wtf/gtk |
|
926 https://bugs.webkit.org/show_bug.cgi?id=31793 |
|
927 |
|
928 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to |
|
929 the include path. |
|
930 |
|
931 2009-11-24 Dmitry Titov <dimich@chromium.org> |
|
932 |
|
933 Reviewed by Eric Seidel. |
|
934 |
|
935 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit |
|
936 https://bugs.webkit.org/show_bug.cgi?id=31444 |
|
937 |
|
938 * configure.ac: |
|
939 |
|
940 2009-11-24 Jason Smith <dark.panda@gmail.com> |
|
941 |
|
942 Reviewed by Alexey Proskuryakov. |
|
943 |
|
944 RegExp#exec's returned Array-like object behaves differently from |
|
945 regular Arrays |
|
946 https://bugs.webkit.org/show_bug.cgi?id=31689 |
|
947 |
|
948 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added. |
|
949 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added. |
|
950 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added. |
|
951 |
|
952 2009-11-24 Jens Alfke <snej@chromium.org> |
|
953 |
|
954 Reviewed by David Levin. |
|
955 |
|
956 Ignore Chromium's Xcode projects that are auto-generated from .gyp files. |
|
957 https://bugs.webkit.org/show_bug.cgi?id=31847 |
|
958 |
|
959 * .gitignore: Add three .xcodeproj files. |
|
960 |
|
961 2009-11-09 Priit Laes <plaes@plaes.org> |
|
962 |
|
963 Reviewed by Oliver Hunt. |
|
964 |
|
965 [Gtk] Build from tarball fails with --enable-introspection |
|
966 https://bugs.webkit.org/show_bug.cgi?id=31261 |
|
967 |
|
968 We need to enable gobject-introspection during distcheck otherwise |
|
969 some of the required files are missing in tarball. |
|
970 |
|
971 * GNUmakefile.am: |
|
972 |
|
973 2009-11-05 Priit Laes <plaes@plaes.org> |
|
974 |
|
975 Reviewed by Jan Alonzo. |
|
976 |
|
977 [Gtk] Build failure with --enable-introspection |
|
978 https://bugs.webkit.org/show_bug.cgi?id=31102 |
|
979 |
|
980 Add search and include paths for JSCore-1.0.gir required by |
|
981 gobject-introspection tools. |
|
982 |
|
983 * GNUmakefile.am: |
|
984 |
|
985 2009-11-04 Benjamin Otte <otte@gnome.org> |
|
986 |
|
987 Reviewed by Gustavo Noronha. |
|
988 |
|
989 Update Cairo requirement to 1.6. |
|
990 |
|
991 https://bugs.webkit.org/show_bug.cgi?id=19266 |
|
992 |
|
993 * configure.ac: |
|
994 |
|
995 2009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com> |
|
996 |
|
997 Reviewed by Gustavo Noronha. |
|
998 |
|
999 [Build] make install ignores --prefix option for gobject-introspection. |
|
1000 https://bugs.webkit.org/show_bug.cgi?id=31025 |
|
1001 |
|
1002 Make the build system use the --prefix path also when installing |
|
1003 gobject-introspection files. |
|
1004 |
|
1005 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR |
|
1006 |
|
1007 2009-11-02 Xan Lopez <xlopez@igalia.com> |
|
1008 |
|
1009 Bump version before release (or post-release, depending on your |
|
1010 point of view) so that we can make applications depending on |
|
1011 unreleased APIs in WebKit svn fail at configure time when the |
|
1012 requirements are not met. |
|
1013 |
|
1014 * configure.ac: |
|
1015 |
|
1016 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
1017 |
|
1018 Reviewed by Eric Seidel. |
|
1019 |
|
1020 Turn on warnings for QtWebKit for gcc |
|
1021 https://bugs.webkit.org/show_bug.cgi?id=30958 |
|
1022 |
|
1023 * WebKit.pri: Turn on warnings for the GCC compiler |
18 |
1024 |
19 2009-10-30 Adam Barth <abarth@webkit.org> |
1025 2009-10-30 Adam Barth <abarth@webkit.org> |
20 |
1026 |
21 Reviewed by Mark Rowe. |
1027 Reviewed by Mark Rowe. |
22 |
1028 |