[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ChangeLog-2012-05-22
1 2012-05-22  Christophe Dumez  <christophe.dumez@intel.com>
2
3         [EFL] EFL's DRT needs to print information about received Web Intents
4         https://bugs.webkit.org/show_bug.cgi?id=86864
5
6         Reviewed by Adam Barth.
7
8         Enable Web Intents by default on EFL port.
9
10         * Source/cmake/OptionsEfl.cmake:
11
12 2012-05-21  Raphael Kubo da Costa  <rakuco@webkit.org>
13
14         [EFL] Unreviewed build fix when ENABLE_VIDEO is off and ENABLE_VIDEO_TRACK is not.
15
16         Do not enable VIDEO_TRACK if VIDEO itself has been disabled.
17
18         * Source/cmake/OptionsEfl.cmake:
19
20 2012-05-21  Raphael Kubo da Costa  <rakuco@webkit.org>
21
22         [EFL] Do not enable Web Audio support by default at build time.
23         https://bugs.webkit.org/show_bug.cgi?id=86982
24
25         Reviewed by Philippe Normand.
26
27         Follow-up to r115800. Even though Web Audio support is disabled by
28         default in build-webkit, enabling it in OptionsEfl.cmake will turn
29         it on when building the port without build-webkit.
30
31         Since Web Audio support for the EFL port does not seem to be fully
32         working yet, it is better to disable it in all cases.
33
34         * Source/cmake/OptionsEfl.cmake: Remove option override for
35         ENABLE_WEB_AUDIO.
36
37 2012-05-21  Dominic Mazzoni  <dmazzoni@google.com>
38
39         AX: A disabled select element should not be exposed as focusable
40         https://bugs.webkit.org/show_bug.cgi?id=86949
41
42         Reviewed by Chris Fleizach.
43
44         * LayoutTests/accessibility/disabled-controls-not-focusable-expected.txt: Added.
45         * LayoutTests/accessibility/disabled-controls-not-focusable.html: Added.
46         * Source/WebCore/accessibility/AccessibilityListBox.h:
47         (AccessibilityListBox):
48         * Source/WebCore/accessibility/AccessibilityMenuList.cpp:
49         (WebCore::AccessibilityMenuList::canSetFocusAttribute):
50         (WebCore):
51         * Source/WebCore/accessibility/AccessibilityMenuList.h:
52         (AccessibilityMenuList):
53
54 2012-05-20  George Staikos  <staikos@webkit.org>
55
56         [BlackBerry] Define navigator.vendor for BlackBerry.
57         https://bugs.webkit.org/show_bug.cgi?id=86975
58
59         Reviewed by Antonio Gomes.
60
61         * Source/cmake/OptionsBlackBerry.cmake:
62
63 2012-05-20  Kevin Ollivier  <kevino@theolliviers.com>
64
65         [wx] Unreviewed build fix. Clean up no longer used files in DerivedSources.
66
67         * wscript:
68
69 2012-05-19  Kevin Ollivier  <kevino@theolliviers.com>
70
71         [wx] Unreviewed build fix. Remove a couple files wx doesn't use from the build.
72
73         * wscript:
74
75 2012-05-18  Christophe Dumez  <christophe.dumez@intel.com>
76
77         [EFL] Web Intents code is not compiling
78         https://bugs.webkit.org/show_bug.cgi?id=85364
79
80         Reviewed by Adam Barth.
81
82         Remove broken CMake directive for WEB_INTENTS.
83
84         * Source/cmake/OptionsEfl.cmake:
85
86 2012-05-18  Adrian Bunk  <bunk@stusta.de>
87
88         [GTK] Remove the obsolete AM_PROG_CC_STDC
89         https://bugs.webkit.org/show_bug.cgi?id=85250
90
91         Reviewed by Martin Robinson.
92
93         * configure.ac:
94
95 2012-05-18  Raphael Kubo da Costa  <rakuco@webkit.org>
96
97         [CMake] Unreviewed, remove ENABLE_CSS_GRID_LAYOUT option after r117613.
98
99         * Source/cmake/WebKitFeatures.cmake:
100
101 2012-05-18  Shezan Baig  <shezbaig.wk@gmail.com>
102
103         Expose FrameSelection::absoluteCaretBounds via window.internals
104         https://bugs.webkit.org/show_bug.cgi?id=86390
105
106         Reviewed by Ryosuke Niwa.
107
108         Exports necessary symbols.
109
110         * Source/autotools/symbols.filter:
111
112 2012-05-18  Martin Robinson  <mrobinson@igalia.com>
113
114         Get IndexedDB closer to building for GTK+.
115
116         Reviewed by Philippe Normand.
117
118         * configure.ac: Make out the IndexedDB imply USE_LEVELDB, as LevelDB is the
119         only IndexedDB backend at the moment. Also mark IndexedDB as incomplete.
120
121 2012-05-18  Zalan Bujtas  <zbujtas@gmail.com>
122
123         [Qt] Gesture tap highlighter needs to take overflow clip into account.
124         https://bugs.webkit.org/show_bug.cgi?id=84989
125
126         Reviewed by Kenneth Rohde Christiansen.
127
128         * ManualTests/qt/tap-highlighting-overflow-hidden.html: Added.
129
130 2012-05-18  Christophe Dumez  <christophe.dumez@intel.com>
131
132         [EFL] Add simple implementation of Web Intents
133         https://bugs.webkit.org/show_bug.cgi?id=86354
134
135         Reviewed by Eric Seidel.
136
137         Enable WEB_INTENTS flag by default on EFL port.
138
139         * Source/cmake/OptionsEfl.cmake:
140
141 2012-05-17  Dan Bernstein  <mitz@apple.com>
142
143         REGRESSION (r117428): WebKit API/SPI was removed
144         https://bugs.webkit.org/show_bug.cgi?id=86748
145
146         Reverted r117428.
147
148         * Source/autotools/symbols.filter:
149
150 2012-05-17  Thiago Marcos P. Santos  <thiago.santos@intel.com>
151
152         [EFL] Fix link error caused by not directly linking with edbus
153         https://bugs.webkit.org/show_bug.cgi?id=86747
154
155         Unreviewed build fix.
156
157         * Source/cmake/FindEFL.cmake:
158
159 2012-05-17  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
160
161         Convert setDomainRelaxationForbiddenForURLScheme to use InternalSettings interface
162         https://bugs.webkit.org/show_bug.cgi?id=86704
163
164         Reviewed by Eric Seidel.
165
166         * Source/autotools/symbols.filter: Add setDomainRelaxationForbiddenForURLScheme symbol filter.
167
168 2012-05-16  Kihong Kwon  <kihong.kwon@samsung.com>
169
170         [EFL] Support for Battery Status API on the WebKit-Efl
171         https://bugs.webkit.org/show_bug.cgi?id=83254
172
173         Reviewed by Chang Shu.
174
175         Add dependency check for e_ukit package which is in the e_dbus library.
176
177         * Source/cmake/FindEFL.cmake:
178
179 2012-05-16  Varun Jain  <varunjain@google.com>
180
181         [chromium] No modifier flags (shift/ctrl/alt) in drag&drop events on chromium linux
182         https://bugs.webkit.org/show_bug.cgi?id=86236
183
184         Reviewed by Tony Chang.
185
186         * ManualTests/chromium/modifiers-during-drag-and-drop.html: Added.
187
188 2012-05-16  Keishi Hattori  <keishi@webkit.org>
189
190         [chromium] Add WebKit API to access inner text value of input element
191         https://bugs.webkit.org/show_bug.cgi?id=85353
192
193         Reviewed by Kent Tamura.
194
195         * Source/autotools/symbols.filter: Added HTMLInputElement::setEditingValue
196
197 2012-05-15  Kihong Kwon  <kihong.kwon@samsung.com>
198
199         [EFL] Enable Fullscreen API
200         https://bugs.webkit.org/show_bug.cgi?id=85870
201
202         Reviewed by Antonio Gomes.
203
204         Enable FULLSCREEN_API on the Efl port.
205
206         * Source/cmake/OptionsEfl.cmake:
207
208 2012-05-14  Shinya Kawanaka  <shinyak@chromium.org>
209
210         document.execCommand('Indent') in the direct child of ShadowRoot causes a crash.
211         https://bugs.webkit.org/show_bug.cgi?id=86341
212
213         Reviewed by Ryosuke Niwa.
214
215         Exports necessary symbols.
216
217         * Source/autotools/symbols.filter:
218
219 2012-05-14  Luke Macpherson  <macpherson@chromium.org>
220
221         Introduce ENABLE_CSS_VARIABLES compile flag.
222         https://bugs.webkit.org/show_bug.cgi?id=86338
223
224         Reviewed by Dimitri Glazkov.
225
226         Add a configuration option for CSS Variables support, disabling it by default.
227
228         * Source/cmake/WebKitFeatures.cmake:
229
230 2012-05-14  Kevin Ollivier  <kevino@theolliviers.com>
231
232         [wx] Unreviewed build fix. Fix wxMSW build, and make sure we properly
233         define WebKitVersion.h as a build target for all platforms to avoid
234         unnecessary rebuilds.
235         
236         * wscript:
237
238 2012-05-11  Jeffrey Pfau  <jpfau@apple.com>
239
240         REGRESSION (r114170): Scroll areas in nested frames improperly placed when tiled drawing is enabled
241         https://bugs.webkit.org/show_bug.cgi?id=86239
242
243         Reviewed by Anders Carlsson.
244
245         * ManualTests/resources/frame-textarea.html: Added.
246         * ManualTests/scrollable-positioned-frame.html: Added.
247         * ManualTests/scrollable-positioned-nested-frame.html: Added.
248
249 2012-05-11  Kevin Ollivier  <kevino@theolliviers.com>
250
251         [wx] Unreviewed build fix, exclude some files we don't use from the build.
252
253         * wscript:
254
255 2012-05-11  Tommy Widenflycht  <tommyw@google.com>
256
257         MediaStream API: Fix a reference counting issue in UserMediaRequest
258         https://bugs.webkit.org/show_bug.cgi?id=86210
259
260         Reviewed by Abhishek Arya.
261
262         * ManualTests/user-media-request-crash.html: Added.
263
264 2012-05-11  Christophe Dumez  <christophe.dumez@intel.com>
265
266         Web Intents code only supports V8
267         https://bugs.webkit.org/show_bug.cgi?id=85954
268
269         Reviewed by Adam Barth.
270
271         Add ENABLE_WEB_INTENTS flag to CMake.
272
273         * Source/cmake/WebKitFeatures.cmake:
274         * Source/cmakeconfig.h.cmake:
275
276 2012-05-11  Xiaobo Wang  <xbwang@torchmobile.com.cn>
277
278         [BlackBerry] Update DumpRenderTree.cpp to also run ref-tests if there're any
279         https://bugs.webkit.org/show_bug.cgi?id=86055
280
281         Reviewed by Rob Buis.
282
283         Ref-tests are tests with suffix "-expected", "-expected-mismatch" and a valid
284         extension(".html", ".htm", etc.).
285         Currently torch-launcher only run tests parsed by NRWT, with ref-tests
286         excluded. As a result, if a test have ref-tests (which were not run), our
287         DumpRenderTree Perl script will think there's a crash and exit with code 1.
288         So NRWT will report the result as CRASH.
289         We need to update DumpRenderTree.cpp to try to find ref-tests and run them.
290
291         * DumpRenderTree/blackberry/DumpRenderTree.cpp:
292         (BlackBerry::WebKit::DumpRenderTree::DumpRenderTree):
293         (BlackBerry::WebKit::DumpRenderTree::getRefTests):
294         (WebKit):
295         (BlackBerry::WebKit::DumpRenderTree::runCurrentTest):
296         (BlackBerry::WebKit::DumpRenderTree::runRemainingTests):
297         (BlackBerry::WebKit::DumpRenderTree::runTests):
298         * DumpRenderTree/blackberry/DumpRenderTreeBlackBerry.h:
299         (DumpRenderTree):
300
301 2012-05-10  MORITA Hajime  <morrita@google.com>
302
303         ElementShadow should minimize the usage of "ShadowRoot" name
304         https://bugs.webkit.org/show_bug.cgi?id=85970
305
306         Reviewed by Dimitri Glazkov.
307
308         Removed symbols which no longer exists
309
310         * Source/autotools/symbols.filter:
311
312 2012-05-10  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
313
314         Move resumeAnimations to use Internals interface
315         https://bugs.webkit.org/show_bug.cgi?id=86063
316
317         Reviewed by Alexey Proskuryakov.
318
319         * Source/autotools/symbols.filter: Add a symbol filter for resumeAnimations. 
320
321 2012-05-10  Zan Dobersek  <zandobersek@gmail.com>
322
323         [GTK] ENABLE_IFRAME_SEAMLESS support
324         https://bugs.webkit.org/show_bug.cgi?id=85843
325
326         Reviewed by Eric Seidel.
327
328         Add a configuration option for enabling the iframe seamless
329         attribute support, enabling it by default.
330
331         * configure.ac:
332
333 2012-05-09  Stephen Chenney  <schenney@chromium.org>
334
335         SVG Filters allow invalid elements as children
336         https://bugs.webkit.org/show_bug.cgi?id=83979
337
338         Reviewed by Nikolas Zimmermann.
339
340         This test will crash upon load in Chromium, unless the associated fix is in.
341
342         * ManualTests/bugzilla-83979.svg: Added.
343
344 2012-05-09  Kent Tamura  <tkent@chromium.org>
345
346         Calendar Picker: Fix a crash by changing input type.
347         https://bugs.webkit.org/show_bug.cgi?id=86007
348
349         Reviewed by Hajime Morita.
350
351         * ManualTests/forms/calendar-picker-crash-by-type-change.html: Added.
352
353 2012-05-09  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
354
355         Move suspendAnimations to use Internals interface.
356         https://bugs.webkit.org/show_bug.cgi?id=85986
357
358         Reviewed by Ryosuke Niwa.
359
360         * Source/autotools/symbols.filter: Add a symbol filter for suspendAnimations. 
361
362 2012-05-09  Hugo Parente Lima  <hugo.lima@openbossa.org>
363
364         Use suitable viewport values on XHTML-MP pages.
365         https://bugs.webkit.org/show_bug.cgi?id=85425
366
367         Reviewed by Kenneth Rohde Christiansen.
368
369         Add LEGACY_VIEWPORT_ADAPTION use feature to cmake build system,
370         this feature will enable the use of a suitable viewport size
371         on legacy XHTML-MP pages.
372
373         * Source/cmake/WebKitFeatures.cmake:
374
375 2012-05-09  Crystal Zhang  <haizhang@rim.com>
376
377         [BlackBerry] Enable PAGE_POPUP in make file, and implement required methods
378         https://bugs.webkit.org/show_bug.cgi?id=85907
379
380         Reviewed by Rob Buis.
381
382         Enable PAGE_POPUP option in make files.
383
384         Internal reviewed by Yong Li.
385
386         * Source/cmake/OptionsBlackBerry.cmake:
387         * Source/cmakeconfig.h.cmake:
388
389 2012-05-09  Carlos Garcia Campos  <cgarcia@igalia.com>
390
391         [GTK] Split WebKit2 Makefile moving source code listings to GNUmakefile.list.am
392         https://bugs.webkit.org/show_bug.cgi?id=85985
393
394         Reviewed by Gustavo Noronha Silva.
395
396         * GNUmakefile.am:
397
398 2012-05-09  Carlos Garcia Campos  <cgarcia@igalia.com>
399
400         [GTK] Use independent version numbers for public libraries
401         https://bugs.webkit.org/show_bug.cgi?id=85984
402
403         Reviewed by Gustavo Noronha Silva.
404
405         * configure.ac: Define LIBJAVASCRIPTCOREGTK_VERSION and
406         LIBWEBKIT2GTK_VERSION using the same version as
407         LIBWEBKITGTK_VERSION for backwards compatibility.
408
409 2012-05-08  Raphael Kubo da Costa  <rakuco@webkit.org>
410
411         [CMake] FindGStreamer: Fix the build with static WebCore.
412         https://bugs.webkit.org/show_bug.cgi?id=85930
413
414         Reviewed by Daniel Bates.
415
416         Building WebCore statically was failing because files in
417         WebCore/platform/gstreamer when ENABLE_VIDEO was set required
418         gstreamer-base, which was not being linked to after r116453.
419
420         Fix that by looking for gstreamer-base, requiring and linking
421         against it if GStreamer is used.
422
423         * Source/cmake/FindGStreamer.cmake:
424
425 2012-05-08  Raphael Kubo da Costa  <rakuco@webkit.org>
426
427         [CMake] Rewrite FindGStreamer.cmake.
428         https://bugs.webkit.org/show_bug.cgi?id=85857
429
430         Reviewed by Daniel Bates.
431
432         We are currently kind of duplicating the same
433         FindGStreamer-Foo.cmake file whenever a new GStreamer plugin needs
434         to be found. Besides this approach not scaling very well, it
435         relies on pkg-config for version checking, uses the LibFindMacros
436         package that we should deprecate and all the find files could be
437         merged into one, with users using the COMPONENTS feature of the
438         FIND_PACKAGE() call to find the desired plugins.
439
440         FindGStreamer.cmake has then been rewritten to take all that into
441         account:
442         - The LibFindMacros.cmake package is not used anymore.
443         - Version check is performed in the CMake file itself by parsing
444         the gstversion.h header.
445         - All GStreamer plugins are searched and the COMPONENTS keyword
446         used in the FIND_PACKAGE() call is used to check which plugins are
447         required.
448         - The plugins-base and base GStreamer plugins are not searched, as
449         they were not used anywhere in the build system.
450
451         * Source/cmake/FindGStreamer-App.cmake: Removed.
452         * Source/cmake/FindGStreamer-Audio.cmake: Removed.
453         * Source/cmake/FindGStreamer-Base.cmake: Removed.
454         * Source/cmake/FindGStreamer-FFT.cmake: Removed.
455         * Source/cmake/FindGStreamer-Interfaces.cmake: Removed.
456         * Source/cmake/FindGStreamer-Pbutils.cmake: Removed.
457         * Source/cmake/FindGStreamer-Plugins-Base.cmake: Removed.
458         * Source/cmake/FindGStreamer-Video.cmake: Removed.
459         * Source/cmake/FindGStreamer.cmake: Rewrite as described above.
460         * Source/cmake/OptionsEfl.cmake: Use COMPONENTS to specify which
461         GStreamer plugins to look for.
462
463 2012-05-08  Ryosuke Niwa  <rniwa@webkit.org>
464
465         perf-o-matic fix attempt for dashboard images.
466
467         Rubber-stamped by Antti Koivisto.
468
469         Also stop generating images for 30, 90, and 365 days since they have been timing out.
470
471         * Websites/webkit-perf.appspot.com/controller.py:
472         (schedule_runs_update):
473         * Websites/webkit-perf.appspot.com/models.py:
474         (Runs.chart_params):
475
476 2012-05-08  Christophe Dumez  <christophe.dumez@intel.com>
477
478         [CMake] Add ENABLE_IFRAME_SEAMLESS flag
479         https://bugs.webkit.org/show_bug.cgi?id=85838
480
481         Reviewed by Eric Seidel.
482
483         Add ENABLE_IFRAME_SEAMLESS flag to CMake and enable it by default.
484         This flag was introduced by r116356.
485
486         * Source/cmake/WebKitFeatures.cmake:
487         * Source/cmakeconfig.h.cmake:
488
489 2012-05-08  Balazs Kelemen  <kbalazs@webkit.org>
490
491         [Qt] X11 plugins need to be reworked for Qt5+WK1
492         https://bugs.webkit.org/show_bug.cgi?id=80691
493
494         Reviewed by Simon Hausmann.
495
496         Implement basic windowless plugin support with Qt5.
497
498         * Source/api.pri: Need private API's to be able
499         to use QApplicationPrivate::windowForWidget.
500
501 2012-05-07  Dave Tu  <dtu@chromium.org>
502
503         Adjust flakiness dashboard gpu_tests image diff URLs.
504         https://bugs.webkit.org/show_bug.cgi?id=85423
505
506         Reviewed by Ojan Vafai.
507
508         * Tools/TestResultServer/static-dashboards/flakiness_dashboard.js:
509
510 2012-05-07  Liam Quinn  <lquinn@rim.com>
511
512         [BlackBerry] WWW-Authenticate header on 200 response pops up authentication dialog
513         https://bugs.webkit.org/show_bug.cgi?id=85643
514
515         Reviewed by George Staikos.
516
517         RIM PR: 151992
518         Added manual test for WWW-Authenticate header on a 200 response.
519
520         * ManualTests/blackberry/http-auth-on-200.php: Added.
521
522 2012-05-07  Simon Hausmann  <simon.hausmann@nokia.com>
523
524         [Qt] Unreviewed trivial build fix: Don't include bytearraytestdata.h in the QtWebKit
525         module header.
526
527         * Source/sync.profile:
528
529 2012-05-06  MORITA Hajime  <morrita@google.com>
530
531         https://bugs.webkit.org/show_bug.cgi?id=85265
532         [Shadow DOM] ShadowTree needs a better name
533
534         Reviewed by Dimitri Glazkov.
535
536         * Source/autotools/symbols.filter: Updated exported symbol names according to the rename.
537
538 2012-05-06  Dan Bernstein  <mitz@apple.com>
539
540         Part of: Building and debugging WebKit in the Xcode IDE requires a lot of setup
541         https://bugs.webkit.org/show_bug.cgi?id=85739
542
543         Reviewed by Daniel Bates.
544
545         * WebKit.xcworkspace: Added.
546         * WebKit.xcworkspace/contents.xcworkspacedata: Added.
547         * WebKit.xcworkspace/xcshareddata: Added.
548         * WebKit.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: Added.
549         * WebKit.xcworkspace/xcshareddata/xcschemes: Added.
550         * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Added
551         this scheme, which builds all source projects and runs WebProcess with
552         Safari as the client executable.
553         * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Added
554         this scheme, which builds all source projects and runs Safari.
555         * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Added
556         this scheme, which builds all tools projects and runs DumpRenderTree.
557
558 2012-05-06  Gustavo Noronha Silva  <gns@gnome.org>
559
560         [GTK] Enable WebKit2 build by default (again)
561         https://bugs.webkit.org/show_bug.cgi?id=85750
562
563         * configure.ac: enable wk2 build by default.
564
565 2012-05-06  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
566
567         Convert isPageBoxVisible to use Internals interface.
568         https://bugs.webkit.org/show_bug.cgi?id=85692
569
570         Reviewed by Darin Adler.
571
572         * Source/autotools/symbols.filter: Add isPageBoxVisible symbol filter.
573
574 2012-05-06  Jonathan Dong  <jonathan.dong@torchmobile.com.cn>
575
576         [BlackBerry] Enable credential persistance and auto fill
577         https://bugs.webkit.org/show_bug.cgi?id=85572
578
579         Reviewed by Rob Buis.
580
581         Enable credential persistance and auto fill feature by adding
582         ENABLE_BLACKBERRY_CREDENTIAL_PERSIST=1.
583
584         * Source/cmake/OptionsBlackBerry.cmake:
585
586 2012-05-05  Gustavo Noronha Silva  <gns@gnome.org>
587
588         Unreviewed preparation for 1.9.2.
589
590         * configure.ac: bump version to 1.9.2 and bump libtool version.
591
592 2012-05-04  Jer Noble  <jer.noble@apple.com>
593
594         Flash of white when exiting full screen HTML5 video
595         https://bugs.webkit.org/show_bug.cgi?id=85438
596
597         Reviewed by Sam Weinig.
598
599         * ManualTests/fullscreen/full-screen-flash.html: Added.
600
601 2012-05-04  Jer Noble  <jer.noble@apple.com>
602
603         Taking a visibility:hidden element full screen causes full screen window to disappear.
604         https://bugs.webkit.org/show_bug.cgi?id=85432
605
606         Reviewed by Maciej Stachowiak.
607
608         * ManualTests/fullscreen/full-screen-zero-width.html: Added.
609
610 2012-05-04  Carlos Garcia Campos  <cgarcia@igalia.com>
611
612         Unreviewed, rolling out r116075.
613         http://trac.webkit.org/changeset/116075
614
615         WebKit2 build was broken while WebKit2 build was disabled in bots,
616         so nobody noticed it. Disable the WebKit2 build for now to keep
617         the bots green again until we find the actual commit that
618         broke the WebKit2 build.
619
620         * configure.ac:
621
622 2012-05-04  Carlos Garcia Campos  <cgarcia@igalia.com>
623
624         Unreviewed. Enable WebKit2 by default in configure.
625
626         This was removed in r115624 to make sure release 1.9.1 didn't have
627         WebKit2 enabled by default, because we are using the same library
628         versions for WebKit1 and WebKit2.
629
630         * configure.ac: Enable WebKit2 by default.
631
632 2012-05-03  Raphael Kubo da Costa  <rakuco@webkit.org>
633
634         [CMake] Rewrite FindCairo.cmake.
635         https://bugs.webkit.org/show_bug.cgi?id=84895
636
637         Reviewed by Daniel Bates.
638
639         The old approach relied on pkg-config for finding Cairo (which
640         introduced a dependency on pkg-config that could be avoided), used
641         the LibFindMacros code that we should probably remove in the
642         future and did not use the FindPackageHandleStandardArguments
643         module.
644
645         Change all that by rewriting the module.
646         - Use the pkg-config output optionally instead of requiring it
647         like LibFindMacros did.
648         - Remove the implicit dependency on FreeType which often found it
649         the wrong way via pkg-config and without considering
650         CMAKE_PREFIX_PATH.
651         - Retrieve the Cairo version by looking at cairo-version.h instead
652         of relying on pkg-config. It requires some additional code for
653         checking if the desired version has been found, but that will not
654         be needed once we start depending on CMake 2.8.3 or later.
655
656         The only downside is that FPHSA sets <UPPERCASED_NAME>_FOUND
657         instead of <Name>_FOUND, and to keep things consistent
658         Cairo_LIBRARIES and Cairo_INCLUDE_DIRS have become CAIRO_LIBRARIES
659         and CAIRO_INCLUDE_DIRS.
660
661         * Source/cmake/FindCairo.cmake:
662
663 2012-05-03  Mike Fenton  <mifenton@rim.com>
664
665         Rename attribute.
666
667         [BlackBerry] Add special attribute for alternate selection touch handling.
668         https://bugs.webkit.org/show_bug.cgi?id=85284
669
670         Reviewed by Rob Buis.
671
672         * ManualTests/blackberry/selection-touch-override.html:
673
674 2012-05-03  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
675
676         [CMAKE] Remove unneeded keyword in WebKitFeatures.cmake
677         https://bugs.webkit.org/show_bug.cgi?id=85461
678
679         Reviewed by Eric Seidel.
680
681         DEFAULT keyword wasn't removed on Bug 72815.
682
683         * Source/cmake/WebKitFeatures.cmake: Remove DEFAULT keyword in ENABLE_DRAG_SUPPORT field.
684
685 2012-05-02  Simon Hausmann  <simon.hausmann@nokia.com>
686
687         [Qt] Unreviewed prospective QtMobility build fix.
688
689         * Source/api.pri: The Qt 4 equivalent of QT += sensors should be handled by
690         WebCore.pri, but somehow it isn't.
691
692 2012-05-02  Lars Knudsen  <lars.knudsen@nokia.com>
693
694         [Qt] Make DeviceMotion and DeviceOrientation work with WebKit2
695         https://bugs.webkit.org/show_bug.cgi?id=64595
696
697         Reviewed by Kenneth Rohde Christiansen.
698
699         Moving DeviceMotion and DeviceOrientation clients and providers
700         to WebCore.  This is done to allow clean dependencies when
701         statically linking WK2.
702
703         * Source/api.pri:
704
705 2012-05-02  Dongwoo Im  <dw.im@samsung.com>
706
707         [EFL] Implement the Web Audio API feature.
708         https://bugs.webkit.org/show_bug.cgi?id=78688
709
710         Reviewed by Philippe Normand.
711
712         Implement the Web Audio API feature on the EFL port.
713         https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
714
715         * Source/cmake/FindGStreamer-Audio.cmake: Added. Find the pkgconfig of the GStreamer-audio.
716         * Source/cmake/FindGStreamer-FFT.cmake: Added. Find the pkgconfig of the GStreamer-fft.
717         * Source/cmake/OptionsEfl.cmake: Add the ENABLE_WEB_AUDIO option.
718         * Source/cmakeconfig.h.cmake: Add the ENABLE_WEB_AUDIO option.
719
720 2012-05-01  Landry Breuil  <landry@openbsd.org>
721
722         [GTK] Fix gstreamer detection during configure
723         https://bugs.webkit.org/show_bug.cgi?id=84325
724
725         Reviewed by Philippe Normand.
726
727         * configure.ac: Fix GSTREAMER_REQUIRED_VERSION and
728         GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION assignments.
729
730 2012-05-01  Mike Fenton  <mifenton@rim.com>
731
732         Add special attribute for alternate selection touch handling.
733         https://bugs.webkit.org/show_bug.cgi?id=85284
734
735         Reviewed by Antonio Gomes.
736
737         PR 152975.
738
739         Add manual test for -bb-selection-touchoverride.
740
741         Reviewed Internally by Gen Mak.
742
743         * ManualTests/blackberry/selection-touch-override.html: Added.
744
745 2012-04-25  Raphael Kubo da Costa  <rakuco@webkit.org>
746
747         [CMake] Add a proper license to FindSqlite.cmake.
748         https://bugs.webkit.org/show_bug.cgi?id=84901
749
750         Reviewed by Daniel Bates.
751
752         FindSqlite.cmake referenced COPYING-CMAKE-SCRIPTS, which was
753         supposed to contain its license. This file, however, was not
754         imported with FindSqlite.cmake into the tree.
755
756         Add it from kdelibs (where the Find file came from) at git
757         revision [1]. Also worth mentioning is that Alexander Neundorf
758         added Gilles Caulier as the script author in revision [2].
759
760         [1] https://projects.kde.org/projects/kde/kdelibs/repository/revisions/c27925edf98b9952aeada677dfc74ce9c809c48a
761         [2] https://projects.kde.org/projects/kde/kdelibs/repository/revisions/14d0a92e04e1a200d6e58397e57a29194a0819cf
762
763         * Source/cmake/FindSqlite.cmake:
764
765 2012-04-30  Carlos Garcia Campos  <cgarcia@igalia.com>
766
767         [GTK] Update NEWS and configure.ac for 1.9.1 release
768         https://bugs.webkit.org/show_bug.cgi?id=85175
769
770         Reviewed by Philippe Normand.
771
772         * configure.ac: Bumped version number. Disable WebKit2 by default
773         for now, since we still don't use a different libtool version for
774         libwebkit2gtk. It will be enabled again after the release and the
775         library version will be reworked for the next release.
776
777 2012-04-30  Carlos Garcia Campos  <cgarcia@igalia.com>
778
779         Unreviewed. Fix make distcheck.
780
781         * GNUmakefile.am: Add ALL_MOFILES declaration.
782
783 2012-04-28  Yury Semikhatsky  <yurys@chromium.org>
784
785         Unreviewed. Gtk build fix after r115553.
786
787         * Source/autotools/symbols.filter:
788
789 2012-04-26  Carlos Garcia Campos  <cgarcia@igalia.com>
790
791         [SOUP] Add a way to register custom uri schemes in WebKit2
792         https://bugs.webkit.org/show_bug.cgi?id=84130
793
794         Reviewed by Martin Robinson.
795
796         * GNUmakefile.am: Add BUILDING_SOUP__ macro to compilation.
797
798 2012-04-26  Antonio Gomes  <agomes@rim.com>
799
800         [BlackBerry] properly disable DRAG_SUPPORT
801         https://bugs.webkit.org/show_bug.cgi?id=84952
802
803         Reviewed by Daniel Bates.
804
805         Add CMake build options to toggle DRAG_SUPPORT on/off,
806         and set its value for BlackBerry port.
807
808         * Source/cmake/OptionsBlackBerry.cmake: Toggled in ON.
809         * Source/cmake/OptionsBlackBerry.cmake: Toggled OFF.
810         * Source/cmake/OptionsWinCE.cmake: Toggled it OFF.
811         * Source/cmake/OptionsWindows.cmake: Toggled it ON.
812         * Source/cmakeconfig.h.cmake:
813
814 2012-04-26  Antonio Gomes  <agomes@rim.com>
815
816         [BlackBerry] Add smooth_scrolling options to CMAKE and enable it for Blackberry
817         https://bugs.webkit.org/show_bug.cgi?id=84954
818
819         Reviewed by Daniel Bates.
820
821         * Source/cmakeconfig.h.cmake: Make it possible for CMake builds to
822           toggle SMOOTH_SCROLLING on/off
823         * Source/cmake/OptionsBlackBerry.cmake: ... and set it to ON by defualt
824           for the Blackberry port.
825
826 2012-04-26  Christophe Dumez  <christophe.dumez@intel.com>
827
828         [EFL] Enable VIDEO_TRACK feature
829         https://bugs.webkit.org/show_bug.cgi?id=84830
830
831         Reviewed by Gustavo Noronha Silva.
832
833         Enable VIDEO_TRACK feature by default on EFL port.
834
835         * Source/cmake/OptionsEfl.cmake:
836         * Source/cmake/WebKitFeatures.cmake:
837         * Source/cmakeconfig.h.cmake:
838
839 2012-04-24  Kent Tamura  <tkent@chromium.org>
840
841         Calendar Picker: Resize to minimal size to fit the content
842         https://bugs.webkit.org/show_bug.cgi?id=84826
843
844         Reviewed by Hajime Morita.
845
846         * ManualTests/forms/calendar-picker.html:
847         Sync with the size specified in CalendarPickerElement.cpp.
848
849 2012-04-25  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
850
851         [Qt] Zoom back can overscroll document edges.
852         https://bugs.webkit.org/show_bug.cgi?id=84851
853
854         Reviewed by Kenneth Rohde Christiansen.
855
856         Manual test for overscroll on zoom-back. Needs to be manual since we do not yet
857         have automatic testing for this type of UI-side behaviour.
858
859         * ManualTests/qt/double-tap-overscroll.html: Added.
860
861 2012-04-24  Yael Aharon  <yael.aharon@nokia.com>
862
863         Fixed background is scrolling in http://www.nieuwecode.nl/ in Qt webkit2
864         https://bugs.webkit.org/show_bug.cgi?id=83980
865
866         Reviewed by Simon Fraser.
867
868         * ManualTests/fixed-position-no-z-index.html: Added.
869
870 2012-04-24  Carlos Garcia Campos  <cgarcia@igalia.com>
871
872         [GTK] Build and run TestWebKitAPI unit tests
873         https://bugs.webkit.org/show_bug.cgi?id=84325
874
875         Reviewed by Philippe Normand.
876
877         * GNUmakefile.am: Include makefiles to build gtest and
878         TestWebKitAPI. Add BUILDING_WEBKIT2__ macro to compilation when
879         building WebKit2.
880
881 2012-04-24  Charles Wei  <charles.wei@torchmobile.com.cn>
882
883         [BlackBerry] Input Range element expects mouse events
884         https://bugs.webkit.org/show_bug.cgi?id=84571
885
886         Reviewed by Antonio Gomes.
887
888         Input element with Range type expects mouse events to
889         drag the handle. Note that Input Range could appear
890         in both the web page directly, or in some shadow tree,
891         like the MediaControlTimeline and MediaControlVolume.
892         * ManualTests/blackberry/slider-thumb-consumes-event.html: Added.
893
894 2012-04-24  Christophe Dumez  <christophe.dumez@intel.com>
895
896         [EFL] Enable Web Timing
897         https://bugs.webkit.org/show_bug.cgi?id=84705
898
899         Reviewed by Tony Gentilcore.
900
901         Enable Web Timing in EFL port for for performance profiling and
902         improvement.
903
904         * Source/cmake/OptionsEfl.cmake:
905
906 2012-04-23  Kent Tamura  <tkent@chromium.org>
907
908         Add test function to get placeholder string
909         https://bugs.webkit.org/show_bug.cgi?id=84536
910
911         Reviewed by Ryosuke Niwa.
912
913         * Source/autotools/symbols.filter:
914         Expose Node::textContent and HTMLTextFormControlElement::placeholderShouldBeVisible.
915
916 2012-04-22  Sriram Neelakandan  <sriram.neelakandan@gmail.com>
917
918         [Gtk] Added MOZ_X11 build flag for TARGET_X11
919         [Qt]  Added MOZ_X11 build flag for !embedded
920         [CMake]  Added MOZ_X11 build flag for WTF_OS_UNIX
921         https://bugs.webkit.org/show_bug.cgi?id=40785
922
923         Reviewed by Anders Carlsson.
924
925         * GNUmakefile.am:
926         * Source/cmake/OptionsCommon.cmake:
927
928 2012-04-22  Adrian Bunk  <bunk@stusta.de>
929
930         [GTK] Remove the obsolete Hildon UI extensions
931         https://bugs.webkit.org/show_bug.cgi?id=83420
932
933         Reviewed by Martin Robinson.
934
935         * configure.ac:
936
937 2012-04-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
938
939         [CMake] Use jsc target instead of ONLY_BUILD_JAVASCRIPTCORE
940         https://bugs.webkit.org/show_bug.cgi?id=84229
941
942         CMake caches ONLY_BUILD_JAVASCRIPTCORE=1 and will reuse the setting for
943         subsequent builds, stopping WebCore from being built ever again.
944
945         Instead of trying to emulate a build target using command line options,
946         just build the existing jsc target directly.
947
948         Reviewed by Rob Buis.
949
950         * CMakeLists.txt:
951
952 2012-04-18  Jason Liu  <jason.liu@torchmobile.com.cn>
953
954         [BlackBerry] HTTP GET header has a "Cookie" when refreshing a page after cookies have been cleared.
955         https://bugs.webkit.org/show_bug.cgi?id=84223
956
957         Reviewed by George Staikos.
958
959         * ManualTests/blackberry/clear-cookie-refresh-result.php: Added.
960         * ManualTests/blackberry/clear-cookie-refresh.php: Added.
961
962 2012-04-17  Yong Li  <yoli@rim.com>
963
964         REGRESSION (r105453): Crash when handling touch events
965         https://bugs.webkit.org/show_bug.cgi?id=81958
966
967         Reviewed by Antonio Gomes.
968
969         Add a manual test for this issue because DumpRenderTree
970         currently cannot send a group of touch points with
971         different touch states in one shot.
972
973         * ManualTests/resources/iframe-reloaded-on-touch.html: Added.
974         * ManualTests/touch-stale-iframe-crash.html: Added.
975
976 2012-04-17  Kent Tamura  <tkent@chromium.org>
977
978         Calendar Picker: Support RTL layout
979         https://bugs.webkit.org/show_bug.cgi?id=83668
980
981         Reviewed by Hajime Morita.
982
983         * ManualTests/forms/calendar-picker.html:
984         Add Arabic parameters.
985         Add <select> to select a locale.
986
987 2012-04-16  Dave Tu  <dtu@chromium.org>
988
989         Re-add GPU DEPS builders to flakiness dashboard.
990         https://bugs.webkit.org/show_bug.cgi?id=84056
991
992         Reviewed by Ojan Vafai.
993
994         * Tools/TestResultServer/static-dashboards/builders.js:
995
996 2012-04-16  Gustavo Noronha Silva  <gns@gnome.org>
997
998         [GTK] Bump dependency on GTK+ 3.x to match reality
999         https://bugs.webkit.org/show_bug.cgi?id=84060
1000
1001         Rubber-stamped by Martin Robinson.
1002
1003         * configure.ac: Bump GTK+ 3 requirement to 3.4.0. In practice we
1004         already depend on this version because of our dependency on a recent
1005         glib, which causes linking issues with older GTK+; also bump glib to
1006         its earliest version.
1007
1008 2012-04-16  Philippe Normand  <pnormand@igalia.com>
1009
1010         [GTK] GStreamer 1.0 support in configure.ac
1011         https://bugs.webkit.org/show_bug.cgi?id=84029
1012
1013         Reviewed by Martin Robinson.
1014
1015         The GStreamer version was recently changed to 1.0 in the git
1016         repositories of the project so we need to reflect this change in
1017         configure.ac.
1018
1019         * configure.ac:
1020
1021 2012-04-16  Yael Aharon  <yael.aharon@nokia.com>
1022
1023         [Qt][WK2] Fixed elements position is wrong after zooming.
1024         https://bugs.webkit.org/show_bug.cgi?id=83981
1025
1026         Reviewed by Kenneth Rohde Christiansen.
1027
1028         * ManualTests/remove-add-fixed-position.html: Added.
1029
1030 2012-04-13  Jason Liu  <jason.liu@torchmobile.com.cn>
1031
1032         [BlackBerry] Sign in cookie for ESPN.com does not retain login account (for fantasy sports).
1033         https://bugs.webkit.org/show_bug.cgi?id=83760
1034
1035         Reviewed by George Staikos.
1036
1037         * ManualTests/blackberry/http-cookie-database-set.php: Added.
1038         * ManualTests/blackberry/http-cookie-database-update.php: Added.
1039
1040 2012-04-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>
1041
1042         [EFL] Add API for color chooser
1043         https://bugs.webkit.org/show_bug.cgi?id=83692
1044
1045         Enables INPUT_TYPE_COLOR by default on the EFL port.
1046
1047         Reviewed by Kenneth Rohde Christiansen.
1048
1049         * Source/cmake/OptionsEfl.cmake:
1050         * Source/cmake/WebKitFeatures.cmake:
1051         * Source/cmakeconfig.h.cmake:
1052
1053 2012-04-12  Carlos Garcia Campos  <cgarcia@igalia.com>
1054
1055         [GTK] Enable WebKit2 by default in configure
1056         https://bugs.webkit.org/show_bug.cgi?id=83753
1057
1058         Reviewed by Martin Robinson.
1059
1060         * configure.ac:
1061
1062 2012-04-12  Bear Travis  <betravis@adobe.com>
1063
1064         [CSS Exclusions] Add flag to enable / disable exclusions at runtime
1065         https://bugs.webkit.org/show_bug.cgi?id=83313
1066
1067         Reviewed by Ryosuke Niwa.
1068
1069         Adding the GTK symbols
1070
1071         * Source/autotools/symbols.filter:
1072
1073 2012-04-12  George Staikos  <staikos@webkit.org>
1074
1075         Enable the fullscreen API for BlackBerry.
1076         https://bugs.webkit.org/show_bug.cgi?id=83757
1077
1078         Reviewed by Antonio Gomes.
1079
1080         * Source/cmake/OptionsBlackBerry.cmake:
1081
1082 2012-04-12  Yael Aharon  <yael.aharon@nokia.com>
1083
1084         [Qt][WK2] Nested fixed elements scroll too fast
1085         https://bugs.webkit.org/show_bug.cgi?id=83720
1086
1087         Reviewed by Noam Rosenthal.
1088
1089         * ManualTests/nested-fixed-position.html: Added.
1090
1091 2012-03-15  Martin Robinson  <mrobinson@igalia.com>
1092
1093         [CAIRO] Make GLContextGLX a subclass of GLContext
1094         https://bugs.webkit.org/show_bug.cgi?id=81285
1095
1096         Reviewed by Gustavo Noronha Silva.
1097
1098         * GNUmakefile.am: Add a configuration option for activating GLX.
1099         This is selected automatically now, but in the future there will be
1100         the choice to turn on EGL and turn off GLX at compilation time.
1101         * configure.ac: Ditto.
1102
1103 2012-04-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
1104
1105         [Qt] InspectorServer: Add an API level auto test
1106         https://bugs.webkit.org/show_bug.cgi?id=83594
1107
1108         Reviewed by Kenneth Rohde Christiansen.
1109
1110         * Source/tests.pri:
1111
1112 2012-04-11  Patrick Gansterer  <paroga@webkit.org>
1113
1114         [CMake] Add WEBKIT_CREATE_FORWARDING_HEADERS macro
1115         https://bugs.webkit.org/show_bug.cgi?id=83574
1116
1117         Reviewed by Daniel Bates.
1118
1119         This new macro generates forwarding headers with absolute paths to the original files.
1120         It accepts a list of files and/or a list of directories as input.
1121
1122         * Source/cmake/WebKitMacros.cmake:
1123
1124 2012-04-10  Yael Aharon  <yael.aharon@nokia.com>
1125
1126         Initial support for fixed position elements in Qt WebKit2
1127         https://bugs.webkit.org/show_bug.cgi?id=81786
1128
1129         Reviewed by Noam Rosenthal.
1130
1131         * ManualTests/fixed-position.html: Added.
1132
1133 2012-04-10  Raphael Kubo da Costa  <rakuco@webkit.org>
1134
1135         [CMake] Do not pass -P to the preprocessor when running make_names.pl.
1136         https://bugs.webkit.org/show_bug.cgi?id=83225
1137
1138         Reviewed by Rob Buis.
1139
1140         This is necessary to make CMake-based ports build with the
1141         recently-released GCC 4.7.0, whose preprocessor seems to ignore
1142         empty lines when -P is passed to it.  Such behavior breaks
1143         make_names.pl (in fact, InFilesParser.pm), which expects an empty
1144         line to separate common and specific sections in .in files.
1145
1146         A fix for this same problem has been supposedly done in r84123,
1147         but as the CMake-based ports always pass --preprocessor to the
1148         Perl tools the fix never reached us.
1149
1150         The idea is to define CODE_GENERATOR_PREPROCESSOR_WITH_LINEMARKERS
1151         for (!MSVC && !QNX) and use it in the macros which call
1152         make_names.pl.
1153
1154         * Source/cmake/OptionsCommon.cmake:
1155         * Source/cmake/WebKitMacros.cmake:
1156
1157 2012-04-10  Patrick Gansterer  <paroga@webkit.org>
1158
1159         [CMake][WIN] Add /MP flag when using a compiler with support for it
1160         https://bugs.webkit.org/show_bug.cgi?id=83577
1161
1162         Reviewed by Daniel Bates.
1163
1164         * Source/cmake/OptionsWindows.cmake:
1165
1166 2012-04-10  Patrick Gansterer  <paroga@webkit.org>
1167
1168         [CMake] Add missing DERIVED_SOURCES_WEBKIT_DIR variable
1169         https://bugs.webkit.org/show_bug.cgi?id=83573
1170
1171         Reviewed by Daniel Bates.
1172
1173         We need this variable when ports want to generate files in the WebKit target.
1174
1175         * CMakeLists.txt:
1176
1177 2012-04-10  Patrick Gansterer  <paroga@webkit.org>
1178
1179         [CMake] Enable USE_FOLDERS property
1180         https://bugs.webkit.org/show_bug.cgi?id=83571
1181
1182         Reviewed by Daniel Bates.
1183
1184         Setting the FOLDER property on targets gives more structure
1185         to the generated Visual Studio solutions.
1186         This does not affect other CMake generators.
1187
1188         * Source/cmake/OptionsCommon.cmake:
1189
1190 2012-04-06  Ryosuke Niwa  <rniwa@webkit.org>
1191
1192         Update perf-o-matic config.js per upstream change.
1193
1194         * Websites/webkit-perf.appspot.com/js/config.js:
1195         (var):
1196
1197 2012-04-09  Dale Curtis  <dalecurtis@chromium.org>
1198
1199         Remove unworkable video-buffering-repaints-controls test.
1200         https://bugs.webkit.org/show_bug.cgi?id=83097
1201
1202         Replaces the automated test for progress bar repaints during buffering
1203         with a manual test entry.
1204
1205         Reviewed by Eric Carlson.
1206
1207         * ManualTests/media-controls.html:
1208
1209 2012-04-09  Ming Xie  <mxie@rim.com>
1210
1211         [BlackBerry] Allow simulator to use GLES2 acceleration
1212         https://bugs.webkit.org/show_bug.cgi?id=81672
1213
1214         Reviewed by Rob Buis.
1215
1216         * Source/cmake/OptionsBlackBerry.cmake:
1217
1218 2012-04-09  Zalan Bujtas  <zbujtas@gmail.com>
1219
1220         [Qt][WK2] Fail to activate links after double tap gesture.
1221         https://bugs.webkit.org/show_bug.cgi?id=83468
1222
1223         Reviewed by Kenneth Rohde Christiansen.
1224
1225         * ManualTests/link-activation-fails-after-double-tap-gesture.html: Added.
1226
1227 2012-04-09  Martin Robinson  <mrobinson@igalia.com>
1228
1229         [soup] Crash while loading http://www.jusco.cn
1230         https://bugs.webkit.org/show_bug.cgi?id=68238
1231
1232         Reviewed by Philippe Normand.
1233
1234         * configure.ac: Bumped the libsoup dependency to 2.37.90.
1235
1236 2012-04-09  Abhishek Arya  <inferno@chromium.org>
1237
1238         Crash due to floats not cleared before starting SVG <text> layout.
1239         https://bugs.webkit.org/show_bug.cgi?id=83021
1240
1241         Reviewed by Dirk Schulze.
1242
1243         * ManualTests/svg-text-float-not-removed-crash.html: Added.
1244
1245 2012-04-09  Patrick Gansterer  <paroga@webkit.org>
1246
1247         [CMake] Build fix for USE_SYSTEM_MALLOC after r113570.
1248
1249         * Source/cmakeconfig.h.cmake:
1250
1251 2012-04-09  Patrick Gansterer  <paroga@webkit.org>
1252
1253         [CMake] Share build system options across ports
1254         https://bugs.webkit.org/show_bug.cgi?id=72815
1255
1256         Reviewed by Daniel Bates.
1257
1258         Don't define the generic features for every port again.
1259         Add a few macros for reusing the central defined options.
1260
1261         * CMakeLists.txt:
1262         * Source/cmake/OptionsBlackBerry.cmake:
1263         * Source/cmake/OptionsEfl.cmake:
1264         * Source/cmake/OptionsWinCE.cmake:
1265         * Source/cmake/WebKitFeatures.cmake:
1266
1267 2012-04-07  Rob Buis  <rbuis@rim.com>
1268
1269         [BlackBerry] Add Battery Status API support
1270         https://bugs.webkit.org/show_bug.cgi?id=82615
1271
1272         Reviewed by George Staikos.
1273
1274         Enable BATTERY_STATUS.
1275
1276         * Source/cmake/OptionsBlackBerry.cmake:
1277
1278 2012-04-06  Martin Robinson  <mrobinson@igalia.com>
1279
1280         Fix the GTK+ debug build.
1281
1282         * Source/autotools/symbols.filter: Add a missing symbol to the symbols.list file.
1283
1284 2012-04-05  George Staikos  <staikos@webkit.org>
1285
1286         Compile the vibration module for BlackBerry.
1287         https://bugs.webkit.org/show_bug.cgi?id=83340
1288
1289         Reviewed by Rob Buis.
1290
1291         * Source/cmake/OptionsBlackBerry.cmake:
1292
1293 2012-04-05  Ryosuke Niwa  <rniwa@webkit.org>
1294
1295         perf-o-matic should include unit in runs JSON responses
1296         https://bugs.webkit.org/show_bug.cgi?id=83294
1297
1298         Reviewed by Tony Chang.
1299
1300         This is a follow up to r112829. Report the unit in /api/test/runs so that the frontend can show it.
1301         Fixed a bug in Test.update_or_insert that it didn't store the unit when it first created the Test object.
1302
1303         Also increment perf-o-matic's version to 18.
1304
1305         * Websites/webkit-perf.appspot.com/app.yaml: Incremented the version.
1306         * Websites/webkit-perf.appspot.com/models.py:
1307         (Test.update_or_insert.execute): Store unit when creating a test.
1308         (Runs.to_json): Include unit.
1309         * Websites/webkit-perf.appspot.com/models_unittest.py: Added tests.
1310         (TestModelTests.test_update_or_insert_with_unit):
1311         (RunsTest.test_to_json_without_results):
1312         (RunsTest.test_to_json_with_results):
1313         (RunsTest.test_to_json_with_unit):
1314
1315 2012-03-14  Antonio Gomes  <agomes@rim.com>
1316
1317         Extend HitTestResult to support not "discarding" shadow content in favor of its DOM ancestor
1318         https://bugs.webkit.org/show_bug.cgi?id=80847
1319
1320         Reviewed by David Hyatt.
1321
1322         Exporting Internals::nodesFromRect symbols for the Gtk build.
1323
1324         * Source/autotools/symbols.filter:
1325
1326 2012-04-05  Jonathan Dong  <jonathan.dong@torchmobile.com.cn>
1327
1328         [BlackBerry] Clear local storage won't take effect until browser exit and relaunch
1329         https://bugs.webkit.org/show_bug.cgi?id=83253
1330
1331         Reviewed by Rob Buis.
1332
1333         RIM PR: #146871
1334         Added a manual test case to test the behavior when press
1335         button "Clear Local Storage" from browser settings.
1336         It has to be a manual test as it requires user interaction.
1337
1338         * ManualTests/blackberry/clear-localstorage.html: Added.
1339
1340 2012-04-04  Kent Tamura  <tkent@chromium.org>
1341
1342         Add JavaScript and CSS code for the calendar picker implementation
1343         https://bugs.webkit.org/show_bug.cgi?id=83011
1344
1345         Reviewed by Hajime Morita.
1346
1347         * ManualTests/forms/calendar-picker.html: Added.
1348
1349 2012-04-04  Hayato Ito  <hayato@chromium.org>
1350
1351         Remove ReifiedTreeTraversal.
1352         https://bugs.webkit.org/show_bug.cgi?id=83110
1353
1354         Reviewed by Dimitri Glazkov.
1355
1356         * Source/autotools/symbols.filter:
1357
1358 2012-04-04  Shinya Kawanaka  <shinyak@chromium.org>
1359
1360         Shadow DOM is exposed in JS.
1361         https://bugs.webkit.org/show_bug.cgi?id=82607
1362
1363         Reviewed by Hajime Morita.
1364
1365         * Source/autotools/symbols.filter:
1366
1367 2012-04-03  Tony Chang  <tony@chromium.org>
1368
1369         remove WebKit files from .gitattributes
1370         https://bugs.webkit.org/show_bug.cgi?id=82966
1371
1372         Reviewed by Adam Barth.
1373
1374         * .gitattributes: These entries were never updated from the move to
1375         Source/WebKit so they're probably not needed.
1376
1377 2012-04-03  Keishi Hattori  <keishi@webkit.org>
1378
1379         Disable ENABLE_DATALIST for now
1380         https://bugs.webkit.org/show_bug.cgi?id=82871
1381
1382         Reviewed by Kent Tamura.
1383
1384         We should disable ENABLE_DATALIST because
1385         - We need platform-dependent implementation, and non-BlackBerry platforms don't have it.
1386         - We need to hide the content of <datalist>, but it is shown for now.
1387
1388         * Source/cmake/OptionsEfl.cmake: Disabled ENABLE_DATALIST.
1389
1390 2012-04-02  Balazs Kelemen  <kbalazs@webkit.org>
1391
1392         [Qt][WK2] Set up plugin process on Unix
1393         https://bugs.webkit.org/show_bug.cgi?id=72121
1394
1395         Reviewed by Simon Hausmann.
1396
1397         * Source/QtWebKit.pro: Add PluginProcess subproject.
1398
1399 2012-04-02  Sheriff Bot  <webkit.review.bot@gmail.com>
1400
1401         Unreviewed, rolling out r112868, r112879, and r112881.
1402         http://trac.webkit.org/changeset/112868
1403         http://trac.webkit.org/changeset/112879
1404         http://trac.webkit.org/changeset/112881
1405         https://bugs.webkit.org/show_bug.cgi?id=82901
1406
1407         "Build fail on bots." (Requested by kbalazs on #webkit).
1408
1409         * Source/QtWebKit.pro:
1410
1411 2012-04-02  Balazs Kelemen  <kbalazs@webkit.org>
1412
1413         [Qt][WK2] Set up plugin process on Unix
1414         https://bugs.webkit.org/show_bug.cgi?id=72121
1415
1416         Reviewed by Simon Hausmann.
1417
1418         * Source/QtWebKit.pro: Add PluginProcess subproject.
1419
1420 2012-04-02  Hayato Ito  <hayato@chromium.org>
1421
1422         [Shadow DOM] Introduce ComposedShadowTreeWalker as a successor of ReifiedTreeTraversal APIs
1423         https://bugs.webkit.org/show_bug.cgi?id=82009
1424
1425         Reviewed by Dimitri Glazkov.
1426
1427         * Source/autotools/symbols.filter:
1428
1429 2012-04-01  Ryosuke Niwa  <rniwa@webkit.org>
1430
1431         Perf-o-matic build fix after 112829 for Chromium-style tests.
1432
1433         * Websites/webkit-perf.appspot.com/report_process_handler.py:
1434         (ReportProcessHandler.post):
1435
1436 2012-04-01  Ryosuke Niwa  <rniwa@webkit.org>
1437
1438         perf-o-matic should store test results' units
1439         https://bugs.webkit.org/show_bug.cgi?id=82852
1440
1441         Reviewed by Kentaro Hara.
1442
1443         * Websites/webkit-perf.appspot.com/models.py:
1444         (Test):
1445         (Test.update_or_insert): Added "unit" to the argument list.
1446         (Test.update_or_insert.execute): Store the unit.
1447         (ReportLog.results_are_well_formed): Moved from ReportHandler.
1448         (ReportLog.results_are_well_formed._is_float_convertible): Ditto.
1449         * Websites/webkit-perf.appspot.com/models_unittest.py:
1450         (TestModelTests.test_update_or_insert): Added a test case for "unit" argument.
1451         (TestModelTests.test_update_or_insert_to_update): Ditto.
1452         (ReportLogTests.test_results_are_well_formed): Added.
1453         (ReportLogTests.test_results_are_well_formed.assert_results_are_well_formed): Added.
1454         * Websites/webkit-perf.appspot.com/report_handler.py:
1455         (ReportHandler.post): Calls ReportLog.results_are_well_formed.
1456         * Websites/webkit-perf.appspot.com/report_process_handler.py:
1457         (ReportProcessHandler.post): Passes results['unit'] to Test.update_or_insert.
1458
1459 2012-04-01  Ryosuke Niwa  <rniwa@webkit.org>
1460
1461         Admin page should lexicologically sort tests
1462         https://bugs.webkit.org/show_bug.cgi?id=82849
1463
1464         Rubber-stamped by Hajime Morita.
1465
1466         * Websites/webkit-perf.appspot.com/js/admin.js:
1467         * Websites/webkit-perf.appspot.com/js/config.js:
1468         (sortProperties):
1469         (fetchDashboardManifest):
1470
1471 2012-04-01  Ryosuke Niwa  <rniwa@webkit.org>
1472
1473         Revert an inadvertently committed change.
1474
1475         * Websites/webkit-perf.appspot.com/app.yaml:
1476
1477 2012-04-01  Ryosuke Niwa  <rniwa@webkit.org>
1478
1479         perf-o-matic should have a way to hide some platforms and tests
1480         https://bugs.webkit.org/show_bug.cgi?id=82842
1481
1482         Reviewed by Hajime Morita.
1483
1484         * Websites/webkit-perf.appspot.com/admin.html:
1485         * Websites/webkit-perf.appspot.com/admin_handlers.py:
1486         (AdminDashboardHandler.get_branches): Change the json format to allow platforms and tests to have
1487         "hidden" boolean states.
1488         (AdminDashboardHandler.get_platforms): Ditto.
1489         (AdminDashboardHandler.get_builders): Just a cleanup. There is no clean for it to have a limit.
1490         (AdminDashboardHandler.get_tests): Change the json format to add "hidden" boolean states.
1491         (ChangeVisibilityHandler): Added.
1492         (ChangeVisibilityHandler.post): Added. Changes the hidden-state (visibility) of a platform and a test.
1493         * Websites/webkit-perf.appspot.com/app.yaml: Make sure everything under /admin/ requires admin privilege.
1494         * Websites/webkit-perf.appspot.com/create_handler.py:
1495         (CreateHandler.post): Don't emit LF after 'OK'.
1496         * Websites/webkit-perf.appspot.com/css/admin.css: Added a bunch of rules for hide/show button.
1497         * Websites/webkit-perf.appspot.com/js/admin.js:
1498         (submitXHR): Extracted.
1499         (createKeyNameReloader): Added hide/show button on each item and the corresponding ajax request.
1500         * Websites/webkit-perf.appspot.com/json_generators.py:
1501         (DashboardJSONGenerator.__init__): Skip hidden tests and platforms.
1502         (ManifestJSONGenerator.__init__): Ditto.
1503         * Websites/webkit-perf.appspot.com/json_generators_unittest.py: Added tests to ensure perf-o-matic
1504         doesn't include hidden tests and platforms in dashboard and manifest json responses.
1505         (DashboardJSONGeneratorTest.test_value_with_hidden_platform_and_tesst):
1506         (ManifestJSONGeneratorTest.test_value_two_tests):
1507         (ManifestJSONGeneratorTest.test_value_with_hidden_platform_and_test):
1508         * Websites/webkit-perf.appspot.com/main.py:
1509         * Websites/webkit-perf.appspot.com/models.py:
1510         (Platform): Added the "hidden" property.
1511         (Test): Ditto. Also removed the comment about this class only exists for efficiency purposes since that's
1512         no longer true.
1513
1514 2012-04-01  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1515
1516         Support the Network Information API
1517         https://bugs.webkit.org/show_bug.cgi?id=73528
1518
1519         Reviewed by Adam Barth.
1520
1521         Add network information API feature.
1522
1523         * Source/cmake/OptionsEfl.cmake: Add NETWORK_INFO feature.
1524         * Source/cmakeconfig.h.cmake: Add NETWORK_INFO feature.
1525
1526 2012-03-31  Jonathan Dong  <jonathan.dong@torchmobile.com.cn>
1527
1528         [BlackBerry] http authenticate dialog popup only once no matter authentication pass or fail
1529         https://bugs.webkit.org/show_bug.cgi?id=80135
1530
1531         Reviewed by Rob Buis.
1532
1533         RIM PR: 145660
1534         Added manual test for testing the behavior of http authentication
1535         challenge dialog. Both of these two files should be served over http.
1536
1537         * ManualTests/blackberry/http-auth-challenge.html: Added.
1538         * ManualTests/blackberry/http-auth-challenge.php: Added.
1539
1540 2012-03-30  Eli Fidler  <efidler@rim.com>
1541
1542         Enable OpenType Sanitizer for BlackBerry port.
1543         https://bugs.webkit.org/show_bug.cgi?id=82782
1544
1545         Reviewed by Eric Seidel.
1546
1547         * Source/cmake/OptionsBlackBerry.cmake: define USE(OPENTYPE_SANITIZER)
1548
1549 2012-03-30  Zalan Bujtas  <zbujtas@gmail.com>
1550
1551         Fix defective size_t overflow in GestureTapHighlighter.
1552         https://bugs.webkit.org/show_bug.cgi?id=82605
1553
1554         Reviewed by Kenneth Rohde Christiansen.
1555
1556         * ManualTests/tap-gesture-in-iframe-with-tap-highlight-crash.html: Added.
1557
1558 2012-03-30  David Barr  <davidbarr@chromium.org>
1559
1560         Split up top-level .gitignore and .gitattributes
1561         https://bugs.webkit.org/show_bug.cgi?id=82687
1562
1563         Reviewed by Tor Arne Vestbø.
1564
1565         Jeff King <peff@peff.net> suggested this on the git mailing list.
1566         http://article.gmane.org/gmane.comp.version-control.git/194294
1567         He reported a 1.6 times speed up for 'git status'.
1568
1569         * .gitattributes:
1570         * .gitignore:
1571         * ManualTests/.gitattributes: Added.
1572         * Source/.gitignore: Added.
1573         * Websites/.gitattributes: Added.
1574
1575 2012-03-30  Keishi Hattori  <keishi@webkit.org>
1576
1577         Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
1578         https://bugs.webkit.org/show_bug.cgi?id=80972
1579
1580         Reviewed by Kent Tamura.
1581
1582         * Source/cmake/OptionsBlackBerry.cmake:
1583         * configure.ac:
1584
1585 2012-03-30  Charles Wei  <charles.wei@torchmobile.com.cn>
1586
1587         [BlackBerry] Add more ENABLERS to cmakeconfig.h.cmake
1588         https://bugs.webkit.org/show_bug.cgi?id=82594
1589
1590         Reviewed by Rob Buis.
1591
1592         Upstreaming feature enablers in cmakeconfig.h.cmake for BlackBerry porting,
1593         and clean up obsolete MACROs in OptionsBlackBerry.cmake.
1594
1595         * Source/cmake/OptionsBlackBerry.cmake:
1596         * Source/cmakeconfig.h.cmake:
1597
1598 2012-03-29  Dave Tu  <dtu@chromium.org>
1599
1600         Add new chrome.webkit GPU bot to flakiness dashboard.
1601         https://bugs.webkit.org/show_bug.cgi?id=82562
1602
1603         Reviewed by Ojan Vafai.
1604
1605         * Tools/TestResultServer/static-dashboards/builders.js:
1606
1607 2012-03-29  Kevin Ollivier  <kevino@theolliviers.com>
1608
1609         [wx] Unreviewed build fix. Remove a couple sources wx
1610         should not build.
1611
1612         * wscript:
1613
1614 2012-03-29  Zalan Bujtas  <zbujtas@gmail.com>
1615
1616         Remove redundant updateViewportArguments() call when page is restored from page cache.
1617         https://bugs.webkit.org/show_bug.cgi?id=82500
1618
1619         Reviewed by Kenneth Rohde Christiansen.
1620
1621         Add manual test for history navigation with viewport width check.
1622
1623         * ManualTests/viewport-width-test-after-history-navigation.html: Added.
1624
1625 2012-03-28  Kevin Ollivier  <kevino@theolliviers.com>
1626
1627         [wx] Unreviewed. Build fix, move WTF back into JSCore target
1628         until issues with JSCore not linking in all WTF symbols are resolved.
1629
1630         * wscript:
1631
1632 2012-03-28  Sergio Villar Senin  <svillar@igalia.com>
1633
1634         [Soup] DNS prefetching spams resolver, shoots self in the foot
1635         https://bugs.webkit.org/show_bug.cgi?id=41630
1636
1637         Reviewed by Martin Robinson.
1638
1639         Bump libsoup and glib dependencies.
1640
1641         * Source/cmake/OptionsEfl.cmake:
1642         * configure.ac:
1643
1644 2012-03-28  Xan Lopez  <xlopez@igalia.com>
1645
1646         [GTK] Respect NOCONFIGURE option in autogen.sh
1647         https://bugs.webkit.org/show_bug.cgi?id=82447
1648
1649         Reviewed by Philippe Normand.
1650
1651         Make autogen.sh follow the new build-api for GNOME, see
1652         http://people.gnome.org/~walters/docs/build-api.txt
1653
1654         * autogen.sh: respect the NOCONFIGURE environment flag, per the
1655         new GNOME build-api.
1656
1657 2012-03-27  Ryosuke Niwa  <rniwa@webkit.org>
1658
1659         Perf-o-matic build fix.
1660
1661         * Websites/webkit-perf.appspot.com/controller.py:
1662         (RunsChartHandler.post):
1663         * Websites/webkit-perf.appspot.com/models.py:
1664         (Runs.chart_params):
1665
1666 2012-03-27  Dave Tu  <dtu@chromium.org>
1667
1668         Show image diffs for gpu_tests on flakiness dashboard
1669         https://bugs.webkit.org/show_bug.cgi?id=81848
1670
1671         Reviewed by Ojan Vafai.
1672
1673         Add a new results layout for gpu_tests that pulls the image diffs in
1674         addition to the text output. Also add new gpu_tests builders.
1675
1676         * Tools/TestResultServer/static-dashboards/builders.js: Update
1677         gpu_tests builders.
1678         * Tools/TestResultServer/static-dashboards/dashboard_base.js: Add a
1679         function to check for GPU test type.
1680         * Tools/TestResultServer/static-dashboards/flakiness_dashboard.html:
1681         Add new GPU results layout.
1682
1683 2012-03-26  Ryosuke Niwa  <rniwa@webkit.org>
1684
1685         Trigger a build on Chromium Linux boxes to see if clean builds succeed or not.
1686
1687 2012-03-26  Leo Yang  <leo.yang@torchmobile.com.cn>
1688
1689         [BlackBerry] Skeleton code of AsyncFileSystemBlackBerry.cpp
1690         https://bugs.webkit.org/show_bug.cgi?id=82157
1691
1692         Reviewed by Rob Buis.
1693
1694         * Source/cmake/OptionsBlackBerry.cmake: Turn on ENABLE_FILE_SYSTEM for blackberry.
1695
1696 2012-03-25  Hayato Ito  <hayato@chromium.org>
1697
1698         [Shadow DOM] Add Reified DOM Tree traversal internal APIs.
1699         https://bugs.webkit.org/show_bug.cgi?id=79197
1700
1701         Reviewed by Dimitri Glazkov.
1702
1703         Add internal APIs which can be used to traverse Reified DOM tree, which is
1704         a result of node distribution algorithm explained in Shadow DOM spec.
1705         https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html
1706
1707         Every public functions defined in ReifiedTreeTraversal are static
1708         functions and are named in a similar way to ones defined in WebCore::Node class.
1709         The only difference is that ReifiedTreeTraversal APIs consider shadow
1710         hosts and also traverse nodes is Shadow DOM subtrees, crossing shadow's upper and lower boundary
1711         transparently.
1712
1713         There is no actual client which uses these APIs. Follow-up patches for FocusNavigation
1714         and EventDispatcher will use the APIs so that they can traverse node in reified tree order.
1715
1716         * Source/autotools/symbols.filter:
1717
1718 2012-03-25  Kevin Ollivier  <kevino@theolliviers.com>
1719
1720         [wx] Unreviewed build fix. Move WTF to its own static lib build.
1721         
1722         * wscript:
1723
1724 2012-03-24  Kevin Ollivier  <kevino@theolliviers.com>
1725
1726         [wx] Unreviewed. Fix the build after WTF move.
1727
1728         * wscript:
1729
1730 2012-03-23  Dave Michael  <dmichael@chromium.org>
1731
1732         Relanding(r111754): HTMLPluginElement is not destroyed on reload or navigation if getNPObject is called
1733         https://bugs.webkit.org/show_bug.cgi?id=80428
1734
1735 Reviewed by Eric Seidel and Ryosuke Niwa.
1736
1737         Test: plugins/netscape-dom-access-and-reload.html
1738
1739         * Source/autotools/symbols.filter: Export a symbol for InspectorCounters::counterValue.
1740
1741 2012-03-23  Ryosuke Niwa  <rniwa@webkit.org>
1742
1743         REGRESSION(r111754): plugins/reloadplugins-and-pages.html fails on all platforms
1744         https://bugs.webkit.org/show_bug.cgi?id=82035
1745
1746         * Source/autotools/symbols.filter:
1747
1748 2012-03-22  Raphael Kubo da Costa  <rakuco@FreeBSD.org>
1749
1750         [CMake] Unreviewed build fix after r111778.
1751
1752         * Source/CMakeLists.txt: Build WTF/.
1753
1754 2012-03-22  Martin Robinson  <mrobinson@igalia.com>
1755
1756         Fixed the GTK+ WTF/JavaScriptCore build after r111778.
1757
1758         * GNUmakefile.am: Remove a couple unnecessary gnumake variables.
1759
1760 2012-03-22  Csaba Osztrogonác  <ossy@webkit.org>
1761
1762         Actually move WTF files to their new home
1763         https://bugs.webkit.org/show_bug.cgi?id=81844
1764
1765         [Qt] Unreviewed buildfix after r111778.
1766
1767         * Source/api.pri:
1768
1769 2012-03-22  Ming Xie  <mxie@rim.com>
1770
1771         OLD_COMPILE_FLAGS was set incorrectly in WebKitHelpers.cmake
1772         https://bugs.webkit.org/show_bug.cgi?id=81961
1773
1774         Reviewed by Rob Buis.
1775
1776         This fixes the regression introduced by r109292
1777
1778         * Source/cmake/WebKitHelpers.cmake:
1779
1780 2012-03-22  Dave Michael  <dmichael@chromium.org>
1781
1782         HTMLPluginElement is not destroyed on reload or navigation if getNPObject is called
1783         https://bugs.webkit.org/show_bug.cgi?id=80428
1784
1785         Reviewed by Eric Seidel.
1786
1787         Test: plugins/netscape-dom-access-and-reload.html
1788
1789         * Source/autotools/symbols.filter: Export a symbol for InspectorCounters::counterValue.
1790
1791 2012-03-22  Kevin Ollivier  <kevino@theolliviers.com>
1792
1793         [wx] Unreviewed. Adding Source/WTF to the build and updating
1794         waf port list.
1795
1796         * wscript:
1797
1798 2012-03-21  Ryosuke Niwa  <rniwa@webkit.org>
1799
1800         Add the forgotten admin.html after r108917.
1801
1802         * Websites/webkit-perf.appspot.com/admin.html: Added.
1803
1804 2012-03-21  Ryosuke Niwa  <rniwa@webkit.org>
1805
1806         Increment the perf-o-matic app version.
1807
1808         * Websites/webkit-perf.appspot.com/app.yaml:
1809
1810 2012-03-20  Eric Seidel  <eric@webkit.org>
1811
1812         Move wtf/Platform.h from JavaScriptCore to Source/WTF/wtf
1813         https://bugs.webkit.org/show_bug.cgi?id=80911
1814
1815         Reviewed by Adam Barth.
1816
1817         * CMakeLists.txt: Define WTF_DIR
1818
1819 2012-03-20  Ryosuke Niwa  <rniwa@webkit.org>
1820
1821         Perf-o-matic: don't query datastore to generate chart API urls
1822         https://bugs.webkit.org/show_bug.cgi?id=81499
1823
1824         Reviewed by Hajime Morita.
1825
1826         Parse json text to extract timestamps and test values instead of iterating
1827         through the data store.
1828
1829         * Websites/webkit-perf.appspot.com/create_handler.py:
1830         (CreateHandler.post):
1831         * Websites/webkit-perf.appspot.com/models.py:
1832         (Runs._timestamp_and_value_from_json_entry):
1833         (Runs):
1834         (Runs.to_json):
1835         (Runs.chart_params):
1836
1837 2012-03-20  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1838
1839         Convert hasSpellingMarker to use Internals interface.
1840         https://bugs.webkit.org/show_bug.cgi?id=81300
1841
1842         Reviewed by Ryosuke Niwa.
1843
1844         * Source/autotools/symbols.filter: Export a symbol for hasSpellingMarker.
1845
1846 2012-03-19  Tony Chang  <tony@chromium.org>
1847
1848         clean up gitignore
1849         https://bugs.webkit.org/show_bug.cgi?id=81594
1850
1851         Reviewed by James Robinson.
1852
1853         * .gitignore: .suo files are per-user files used by VS2010. .ninja
1854         files are no longer generated in the tree-- they are generated in the
1855         build directory.
1856
1857 2012-03-17  Charles Wei  <charles.wei@torchmobile.com.cn>
1858
1859         [BlackBerry] Enable Web Timing for performance profiling and improvement.
1860         https://bugs.webkit.org/show_bug.cgi?id=81085
1861
1862         Reviewed by Rob Buis.
1863
1864         * Source/cmake/OptionsBlackBerry.cmake:
1865         * Source/cmakeconfig.h.cmake:
1866
1867 2012-03-16  Kihong Kwon  <kihong.kwon@samsung.com>
1868
1869         Support for Battery Status API.
1870         https://bugs.webkit.org/show_bug.cgi?id=62698
1871
1872         Enable BATTERY_STATUS for WebKit-Efl.
1873         http://www.w3.org/TR/battery-status/
1874
1875         Reviewed by Adam Barth.
1876
1877         * Source/cmake/OptionsEfl.cmake:
1878         * Source/cmakeconfig.h.cmake:
1879
1880 2012-03-15  Patrick Gansterer  <paroga@webkit.org>
1881
1882         [EFL] Make zlib a general build requirement
1883         https://bugs.webkit.org/show_bug.cgi?id=80153
1884
1885         Reviewed by Hajime Morita.
1886
1887         After r109538 WebSocket module needs zlib to support deflate-frame extension.
1888
1889         * Source/cmake/OptionsEfl.cmake:
1890
1891 2012-03-15  Rob Buis  <rbuis@rim.com>
1892
1893         [BlackBerry] Remove some features that we do not have anymore
1894         https://bugs.webkit.org/show_bug.cgi?id=81274
1895
1896         Reviewed by Antonio Gomes.
1897
1898         Remove some features that we do not have anymore, code was removed some time ago.
1899
1900         * Source/cmake/OptionsBlackBerry.cmake:
1901
1902 2012-03-14  Matt Falkenhagen  <falken@chromium.org>
1903
1904         Allow per-script font settings to be specified in layout tests
1905         https://bugs.webkit.org/show_bug.cgi?id=78184
1906
1907         Reviewed by Hajime Morita.
1908
1909         This adds per-script font settings to InternalSettings, so it can be used in layout tests instead of
1910         the per-script font settings support in DumpRenderTree overridePreference, which has only been implemented
1911         for Chromium so far.
1912
1913         * Source/autotools/symbols.filter: Added symbols.
1914
1915 2012-03-14  Thiago Marcos P. Santos  <thiago.santos@intel.com>
1916
1917         [EFL] Enable HTML5 Summary and Details elements
1918         https://bugs.webkit.org/show_bug.cgi?id=81027
1919
1920         Enabling Summary and Details elements by default and removing related
1921         tests from skip list since they should pass now.
1922
1923         Reviewed by Antonio Gomes.
1924
1925         * Source/cmake/OptionsEfl.cmake:
1926         * Source/cmakeconfig.h.cmake:
1927
1928 2012-03-14  Andrey Kosyakov  <caseq@chromium.org>
1929
1930         Web Inspector: add didCancelFrame timeline event
1931         https://bugs.webkit.org/show_bug.cgi?id=80994
1932
1933         Reviewed by Pavel Feldman.
1934
1935         * Source/autotools/symbols.filter:
1936
1937 2012-03-14  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
1938
1939         [Qt] Deal with multiple paths in QMAKE_EXTRA_MODULE_FORWARDS
1940
1941         Reviewed by Simon Hausmann.
1942
1943         * Source/api.pri:
1944
1945 2012-03-14  Max Vujovic  <mvujovic@adobe.com>
1946
1947         GTK 32-bit Linux Release build failing after r110580 (from bug 80338)
1948         https://bugs.webkit.org/show_bug.cgi?id=81063
1949
1950         Prospective build fix for GTK 32-bit Linux Release.
1951
1952         Reviewed by Martin Robinson.
1953
1954         * Source/autotools/symbols.filter: Adding symbol for ClientRectList(Vector<FloatQuad>) for
1955         GTK 32-bit.
1956
1957 2012-03-13  Dan Bernstein  <mitz@apple.com>
1958
1959         <rdar://problem/11025225> Assertion failure in RenderView::computeRectForRepaint() (!repaintContainer || repaintContainer == this) at store.apple.com
1960         https://bugs.webkit.org/show_bug.cgi?id=81051
1961
1962         Reviewed by Simon Fraser.
1963
1964         * ManualTests/inline-repaint-container.html: Added.
1965
1966 2012-03-13  Adam Barth  <abarth@webkit.org> && Benjamin Poulain  <bpoulain@apple.com>
1967
1968         Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
1969         https://bugs.webkit.org/show_bug.cgi?id=78853
1970
1971         Reviewed by Adam Barth.
1972
1973         * Source/cmake/OptionsBlackBerry.cmake:
1974         * Source/cmake/OptionsEfl.cmake:
1975         * Source/cmake/OptionsWinCE.cmake:
1976         * Source/cmakeconfig.h.cmake:
1977
1978 2012-03-13  Max Vujovic  <mvujovic@adobe.com>
1979
1980         Add a method to window.internals to enable testing of inspector highlight rects
1981         https://bugs.webkit.org/show_bug.cgi?id=80338
1982
1983         Reviewed by Pavel Feldman.
1984
1985         * Source/autotools/symbols.filter: Export symbols for GTK.
1986
1987 2012-03-12  Scott Byer  <scottbyer@chromium.org>
1988
1989         Cleanup obsolete files.
1990         https://bugs.webkit.org/show_bug.cgi?id=80737
1991
1992         Reviewed by James Robinson.
1993
1994         * wscript:
1995
1996 2012-03-12  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
1997
1998         [Qt] Make sure we set the right library version for Qt 4
1999
2000         r110272 accedentally pruned the variable that ensures this.
2001
2002         Reviewed by Simon Hausmann.
2003
2004         * Source/api.pri:
2005
2006 2012-03-10  Ryosuke Niwa  <rniwa@webkit.org>
2007
2008         Increment the perf-o-matic app version.
2009
2010         * Websites/webkit-perf.appspot.com/app.yaml:
2011
2012 2012-03-09  Jon Lee  <jonlee@apple.com>
2013
2014         Add support for ENABLE(LEGACY_NOTIFICATIONS)
2015         https://bugs.webkit.org/show_bug.cgi?id=80497
2016
2017         Reviewed by Adam Barth.
2018
2019         Prep for b80472: Update API for Web Notifications
2020         * Source/cmake/OptionsBlackBerry.cmake:
2021         * Source/cmake/OptionsEfl.cmake:
2022         * Source/cmake/OptionsWinCE.cmake:
2023         * Source/cmakeconfig.h.cmake:
2024         * configure.ac:
2025
2026 2012-03-09  Csaba Osztrogonác  <ossy@webkit.org>
2027
2028         [Qt] Disable WebGL performance tests temporarily.
2029         https://bugs.webkit.org/show_bug.cgi?id=80503
2030
2031         Rubber-stamped by Simon Hausmann.
2032
2033         * Source/tests.pri:
2034
2035 2012-03-09  Sheriff Bot  <webkit.review.bot@gmail.com>
2036
2037         Unreviewed, rolling out r110191, r110202, and r110279.
2038         http://trac.webkit.org/changeset/110191
2039         http://trac.webkit.org/changeset/110202
2040         http://trac.webkit.org/changeset/110279
2041         https://bugs.webkit.org/show_bug.cgi?id=80694
2042
2043         They broke !ENABLE(INSPECTOR) builds (Requested by Ossy on
2044         #webkit).
2045
2046         * Source/autotools/symbols.filter:
2047
2048 2012-03-08  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
2049
2050         [Qt] Use Qt's module system for install rules and depending on QtWebKit
2051
2052         Instead of rolling our own install rules we now use the same approach as
2053         every other Qt module, by loading qt_module.prf and qt_module_config.prf.
2054
2055         This ensures that we follow the same semantics as the rest of Qt on
2056         what sort of config options are enabled by default (create_cmake eg.).
2057         It also allows us to use QT += webkit instead of the workaround we had
2058         with CONFIG += qtwebkit.
2059
2060         We do however force Qt to always treat our build as a non-developer build,
2061         so the libraries will end up in the WebKit lib directory instead of the
2062         qtbase directory (as with a normal developer-build). This allows us to
2063         keep the webkit-build self-contained. If Qt is a developer build we still
2064         copy the module file manually to Qt, so that you don't have to install
2065         WebKit to make it available.
2066
2067         For non-developer builds of Qt, it is still possible to use the built
2068         WebKit libraries without having to install them, by having the variable
2069         QMAKE_EXTRA_MODULE_FORWARDS set in the project's .qmake.cache file,
2070         pointing to $WEBKITOUTUTDIR/$CONFIGURATION/modules.
2071
2072         https://bugs.webkit.org/show_bug.cgi?id=80590
2073
2074         Reviewed by Simon Hausmann.
2075
2076         * Source/api.pri:
2077         * Source/sync.profile:
2078
2079 2012-03-08  Ryosuke Niwa  <rniwa@webkit.org>
2080
2081         perf-o-matic should incrementally update JSON responses
2082         https://bugs.webkit.org/show_bug.cgi?id=79898
2083
2084         Reviewed by Eric Seidel.
2085
2086         Now that Runs object store test_runs and averages separately,
2087         we can update JSON data incrementally without degrading values.
2088
2089         Also fixed the order of arguments passed to DashboardImage.needs_update
2090         in schedule_runs_update. This bug had caused all chart images to be
2091         updated on every new report.
2092
2093         * Websites/webkit-perf.appspot.com/controller.py:
2094         (schedule_runs_update):
2095         * Websites/webkit-perf.appspot.com/models.py:
2096         (Runs.update_or_insert):
2097         (Runs.update_incrementally):
2098         (Runs):
2099         (Runs.get_by_objects):
2100         * Websites/webkit-perf.appspot.com/models_unittest.py:
2101         (RunsTest._create_results):
2102         (RunsTest.test_generate_runs):
2103         (RunsTest.test_update_or_insert):
2104         (RunsTest.test_update_incrementally):
2105         (RunsTest.test_to_json_with_results):
2106         * Websites/webkit-perf.appspot.com/report_process_handler.py:
2107         (ReportProcessHandler.post):
2108
2109 2012-03-08  Max Vujovic  <mvujovic@adobe.com>
2110
2111         Add a method to window.internals to enable testing of inspector highlight rects
2112         https://bugs.webkit.org/show_bug.cgi?id=80338
2113
2114         Reviewed by Pavel Feldman.
2115
2116         * Source/autotools/symbols.filter: Export symbols for GTK.
2117
2118 2012-03-05  Ryosuke Niwa  <rniwa@webkit.org>
2119
2120         Turn Runs class into a proper model to implement incremental JSON update
2121         https://bugs.webkit.org/show_bug.cgi?id=80364
2122
2123         Reviewed by Hajime Morita.
2124
2125         Move Runs from json_generators.py to models.py and turn it into a proper Model.
2126
2127         Now most JSON responses are held by Runs objects instead of PersistentCache.
2128         Added some tests around update_or_insert and json_by_ids to test PersistentCache-like
2129         behavior but there should be no user-visible behavioral differences.
2130
2131         * Websites/webkit-perf.appspot.com/controller.py:
2132         (RunsUpdateHandler.post):
2133         (CachedRunsHandler.get):
2134         (RunsChartHandler.post):
2135         * Websites/webkit-perf.appspot.com/json_generators.py:
2136         (ManifestJSONGenerator.value):
2137         * Websites/webkit-perf.appspot.com/json_generators_unittest.py:
2138         (ManifestJSONGeneratorTest.test_value_two_tests):
2139         * Websites/webkit-perf.appspot.com/models.py:
2140         (Test):
2141         (Runs):
2142         (Runs._generate_runs):
2143         (Runs._entry_from_build_and_result):
2144         (Runs._key_name):
2145         (Runs.update_or_insert):
2146         (Runs.json_by_ids):
2147         (Runs.to_json):
2148         (Runs.chart_params):
2149         * Websites/webkit-perf.appspot.com/models_unittest.py:
2150         (RunsTest):
2151         (RunsTest.setUp):
2152         (RunsTest._create_results):
2153         (RunsTest.test_generate_runs):
2154         (RunsTest.test_update_or_insert):
2155         (RunsTest.test_json_by_ids):
2156         (RunsTest.test_to_json_without_results):
2157         (RunsTest.test_to_json_with_results):
2158         (RunsTest._assert_entry):
2159         (RunsTest.test_run_from_build_and_result):
2160         (RunsTest.test_run_from_build_and_result.create_build):
2161         (RunsTest.test_chart_params_with_value):
2162         (RunsTest.test_chart_params_with_value.split_as_int):
2163
2164 2012-03-07  Simon Hausmann  <simon.hausmann@nokia.com>
2165
2166         [Qt] Fix compilation without QtQuick1
2167         https://bugs.webkit.org/show_bug.cgi?id=80503
2168
2169         Reviewed by Tor Arne Vestbø.
2170
2171         * Source/tests.pri: Compile qml1 tests only with Qt 4 for the moment.
2172
2173 2012-03-07  Mark Rowe  <mrowe@apple.com>
2174
2175         Teach make to build WTF.
2176
2177         * Source/Makefile:
2178
2179 2012-03-06  Raphael Kubo da Costa  <kubo@profusion.mobi>
2180
2181         [CMake] Make the removal of transitive library dependencies work with CMake < 2.8.7.
2182         https://bugs.webkit.org/show_bug.cgi?id=80469
2183
2184         Reviewed by Antonio Gomes.
2185
2186         * CMakeLists.txt: Do not set the CMAKE_LINK_INTERFACE_LIBRARIES
2187         variable here; it was introduced in CMake 2.8.7 so we can't depend
2188         on it as we actually support CMake >= 2.8.0.
2189
2190 2012-03-06  Hajime Morrita  <morrita@chromium.org>
2191
2192         https://bugs.webkit.org/show_bug.cgi?id=79935
2193         REGRESSION: <content> element is not HTMLUnknownElement when Shadow DOM API is disabled
2194
2195         Reviewed by Adam Barth.
2196
2197         Added a newly exported symbol.
2198
2199         * Source/autotools/symbols.filter:
2200
2201 2012-03-06  Raphael Kubo da Costa  <kubo@profusion.mobi>
2202
2203         undefined reference to JSC::IdentifierTable::~IdentifierTable() on EFL port
2204         https://bugs.webkit.org/show_bug.cgi?id=80282
2205
2206         Reviewed by Antonio Gomes.
2207
2208         Remove transitive library dependencies; they are especially
2209         dangerous when one ends up linking against WTF, JSC and then WTF
2210         again, since some symbols will not be defined.
2211
2212         Passing --no-copy-dt-needed-entries and --as-needed to the linker
2213         (which some recent Linux distros do by default) makes the issue
2214         even more evident.
2215
2216         * CMakeLists.txt: Set CMAKE_LINK_INTERFACE_LIBRARIES to an empty
2217         list to prevent implicit transitive library dependencies from
2218         being created by default.
2219
2220 2012-03-05  Ryosuke Niwa  <rniwa@webkit.org>
2221
2222         Perf-o-matic should memcache dashboard images
2223         https://bugs.webkit.org/show_bug.cgi?id=80349
2224
2225         Reviewed by Eric Seidel.
2226
2227         Added DashboardImage.create and DashboardImage.get_image to encapsulate memcache.
2228         Also replaced transaction in DashboardImage.set_cache by a single put since it duplicates
2229         what put does by default.
2230
2231         Also removed redundant cache_* functions and merged them into handler code.
2232
2233         * Websites/webkit-perf.appspot.com/controller.py:
2234         (ManifestUpdateHandler.post):
2235         (CachedManifestHandler.get):
2236         (DashboardUpdateHandler.post):
2237         (CachedDashboardHandler.get):
2238         (RunsUpdateHandler):
2239         (RunsUpdateHandler.post):
2240         (RunsChartHandler):
2241         (RunsChartHandler.post):
2242         (DashboardImageHandler.get):
2243         * Websites/webkit-perf.appspot.com/models.py:
2244         (PersistentCache.set_cache):
2245         (DashboardImage):
2246         (DashboardImage.create):
2247         (DashboardImage.get_image):
2248         * Websites/webkit-perf.appspot.com/models_unittest.py:
2249         (PersistentCacheTests.setUp):
2250         (PersistentCacheTests.test_set_cache):
2251         (PersistentCacheTests.test_get_cache):
2252         (DashboardImageTests.setUp):
2253         (DashboardImageTests):
2254         (DashboardImageTests.test_create):
2255         (DashboardImageTests.test_get):
2256
2257 2012-03-05  Sheriff Bot  <webkit.review.bot@gmail.com>
2258
2259         Unreviewed, rolling out r109760.
2260         http://trac.webkit.org/changeset/109760
2261         https://bugs.webkit.org/show_bug.cgi?id=80320
2262
2263         Caused many GTK+ tests to crash (Requested by mrobinson on
2264         #webkit).
2265
2266         * configure.ac:
2267
2268 2012-03-05  Kangil Han  <kangil.han@samsung.com>
2269
2270         [CMake][DRT] Add WebCoreTestSupport.
2271         https://bugs.webkit.org/show_bug.cgi?id=79896
2272
2273         Reviewed by Daniel Bates.
2274
2275         Add WebCoreTestSupport library for DRT in CMake.
2276         We will use internals object by linking this library on DRT.
2277
2278         * CMakeLists.txt:
2279
2280 2012-03-05  Martin Robinson  <mrobinson@igalia.com>
2281
2282         [soup] Crash while loading http://www.jusco.cn
2283         https://bugs.webkit.org/show_bug.cgi?id=68238
2284
2285         Reviewed by Philippe Normand.
2286
2287         * configure.ac: Bumped the libsoup dependency to 2.37.90.
2288
2289 2012-03-04  Raphael Kubo da Costa  <kubo@profusion.mobi>
2290
2291         [CMake] Libraries are installed to /usr/lib and not /usr/lib64 on x86_64
2292         https://bugs.webkit.org/show_bug.cgi?id=71507
2293
2294         Reviewed by Antonio Gomes.
2295
2296         * Source/cmake/OptionsCommon.cmake: Provide two variables which
2297         can be changed via CMake: LIB_SUFFIX, which is often used in CMake
2298         projects to let the user choose whether a suffix should be added
2299         to the library installation directory (such as 32 or 64), and
2300         LIB_INSTALL_DIR, which takes LIB_SUFFIX into account to determine
2301         whether to install libraries.
2302
2303 2012-03-03  Hans Wennborg  <hans@chromium.org>
2304
2305         Implement Speech JavaScript API
2306         https://bugs.webkit.org/show_bug.cgi?id=80019
2307
2308         Reviewed by Adam Barth.
2309
2310         Add ENABLE_SCRIPTED_SPEECH.
2311
2312         * configure.ac:
2313
2314 2012-03-02  Alexandre Rostovtsev  <tetromino@gentoo.org>
2315
2316         Make webkit-gtk translations respect LINGUAS
2317         https://bugs.webkit.org/show_bug.cgi?id=79605
2318
2319         Reviewed by Martin Robinson.
2320
2321         PO_LINGUAS, USER_LINGUAS, and USE_LINGUAS added to root
2322         GNUmakefile.am to ensure that they can be used in the definition of
2323         MOFILES that will be generated by automake.
2324
2325         * GNUmakefile.am:
2326
2327 2012-03-02  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
2328
2329         [Qt] Remove deleted file from api.pro
2330
2331         Reviewed by Noam Rosenthal.
2332
2333         * Source/api.pri:
2334
2335 2012-03-02  Simon Hausmann  <simon.hausmann@nokia.com>
2336
2337         [Qt] Compile WebCore without QtWidgets
2338         https://bugs.webkit.org/show_bug.cgi?id=80141
2339
2340         Reviewed by Tor Arne Vestbø.
2341
2342         * Source/api.pri: Use QT += opengl for the WebKit1 bits, such as the QGLWidget
2343         usage in PageClientQt.cpp. Previously this dependency came implicitly through WebCore.pri.
2344
2345 2012-03-02  Byungwoo Lee  <bw80.lee@samsung.com>
2346
2347         [EFL] Build warning : comparison between signed and unsigned integer expressions.
2348         https://bugs.webkit.org/show_bug.cgi?id=79860
2349
2350         Reviewed by Hajime Morita.
2351
2352         Fixed build warnings which are getting generated when comparing signed
2353         and unsigned integer expressions.
2354
2355         * Source/WebCore/bindings/js/JSDocumentCustom.cpp:
2356         * Source/WebCore/platform/ContextMenu.cpp:
2357         * Source/WebKit/efl/ewk/ewk_view_single.cpp:
2358
2359 2012-03-02  Simon Hausmann  <simon.hausmann@nokia.com>
2360
2361         [Qt] Move QStyle theming code out of WebCore into WebKit1
2362         https://bugs.webkit.org/show_bug.cgi?id=80128
2363
2364         Reviewed by Kenneth Rohde Christiansen.
2365
2366         * Source/api.pri: Adjust to moving source files.
2367
2368 2012-03-01  Ryosuke Niwa  <rniwa@webkit.org>
2369
2370         Perf-o-matic: generate dashboard images for 30, 90, and 365 days
2371         https://bugs.webkit.org/show_bug.cgi?id=80016
2372
2373         Reviewed by Eric Seidel.
2374
2375         Add the ability to generate graphs for 30, 90, and 365 day graphs but only occasionally
2376         according to the heuristics in DashboardImage.needs_update.
2377
2378         Also fix a bug in Runs.chart_params that y-axis grid was set to an incorrect value.
2379  
2380         * Websites/webkit-perf.appspot.com/controller.py:
2381         (schedule_runs_update):
2382         (RunsChartHandler.post):
2383         * Websites/webkit-perf.appspot.com/json_generators.py:
2384         (Runs.chart_params):
2385         * Websites/webkit-perf.appspot.com/json_generators_unittest.py:
2386         (RunsTest.test_chart_params_with_value):
2387         * Websites/webkit-perf.appspot.com/models.py:
2388         (DashboardImage):
2389         (DashboardImage.needs_update):
2390         * Websites/webkit-perf.appspot.com/models_unittest.py:
2391         (HelperTests._assert_there_is_exactly_one_id_holder_and_matches):
2392         (HelperTests.test_create_in_transaction_with_numeric_id_holder.execute):
2393         (HelperTests.test_create_in_transaction_with_numeric_id_holder):
2394         (HelperTests.test_failing_in_create_in_transaction_with_numeric_id_holder):
2395         (HelperTests.test_raising_in_create_in_transaction_with_numeric_id_holder):
2396         (HelperTests.test_delete_model_with_numeric_id_holder.execute):
2397         (HelperTests.test_delete_model_with_numeric_id_holder):
2398         (HelperTests.test_model_from_numeric_id.execute):
2399         (HelperTests):
2400         (HelperTests.test_model_from_numeric_id):
2401         (BranchTests.test_create_if_possible):
2402         (PlatformTests.test_create_if_possible):
2403         (BuilderTests.test_create):
2404         (BuilderTests.test_update_password):
2405         (BuilderTests.test_hashed_password):
2406         (BuilderTests.test_authenticate):
2407         (_create_some_builder):
2408         (_create_build):
2409         (BuildTests.test_get_or_insert_from_log):
2410         (TestModelTests.test_update_or_insert):
2411         (TestModelTests.test_update_or_insert_to_update):
2412         (TestModelTests.test_merge):
2413         (TestResultTests.test_get_or_insert_value):
2414         (TestResultTests.test_get_or_insert_stat_value):
2415         (TestResultTests.test_replace_to_change_test_name):
2416         (TestResultTests.test_replace_to_change_test_name_with_stat_value):
2417         (TestResultTests.test_replace_to_change_test_name_overrides_conflicting_result):
2418         (ReportLogTests._create_log_with_payload):
2419         (ReportLogTests.test_builder):
2420         (ReportLogTests.test_branch):
2421         (ReportLogTests.test_platform):
2422         (PersistentCacheTests._assert_persistent_cache):
2423         (PersistentCacheTests.test_set):
2424         (PersistentCacheTests.test_get):
2425         (DashboardImageTests):
2426         (DashboardImageTests.test_needs_update):
2427
2428 2012-03-01  Kangil Han  <kangil.han@samsung.com>
2429
2430         [DRT] Remove all PlainTextController usages in existing tests by adding internal API
2431         https://bugs.webkit.org/show_bug.cgi?id=78570
2432
2433         Reviewed by Hajime Morita.
2434
2435         This patch will remove all PlainTextController usages
2436         in existing DRT tests by adding internal API to WebCore/testing/Internals
2437
2438         * Source/autotools/symbols.filter:
2439
2440 2012-02-29  Ryosuke Niwa  <rniwa@webkit.org>
2441
2442         Perf-o-matic build fix. Also toggle the switch to start using ping images on the dashboard after r109190.
2443
2444         * Websites/webkit-perf.appspot.com/controller.py:
2445         (schedule_runs_update):
2446         (schedule_report_process):
2447         * Websites/webkit-perf.appspot.com/js/admin.js:
2448         (bind):
2449         * Websites/webkit-perf.appspot.com/js/config.js:
2450
2451 2012-02-29  Raphael Kubo da Costa  <kubo@profusion.mobi>
2452
2453         [CMake] Unreviewed, fix build on 64-bit platforms with SHARED_CORE=ON after r109197.
2454         https://bugs.webkit.org/show_bug.cgi?id=79965
2455
2456         This partially reverts r66714, in that whether -fPIC is passed to
2457         the compiler does not depend on the value of SHARED_CORE anymore:
2458         since we always build WTF as a static library, it will always need
2459         -fPIC because our shared libraries are built with it.
2460
2461         * Source/cmake/WebKitHelpers.cmake: Always pass -fPIC to
2462         STATIC_LIBRARY targets.
2463
2464 2012-02-29  Raphael Kubo da Costa  <kubo@profusion.mobi>
2465
2466         [CMake] Unreviewed, fix build on 64-bit platforms with SHARED_CORE=ON after r109197.
2467
2468         This partially reverts r66714, in that whether -fPIC is passed to
2469         the compiler does not depend on the value of SHARED_CORE anymore:
2470         since we always build WTF as a static library, it will always need
2471         -fPIC because our shared libraries are built with it.
2472
2473         * Source/cmake/WebKitHelpers.cmake: Always pass -fPIC to
2474         STATIC_LIBRARY targets.
2475
2476 2012-02-29  Carlos Garcia Campos  <cgarcia@igalia.com>
2477
2478         Unreviewed. Bump WebKitGTK+ version number.
2479
2480         * configure.ac: Bump version number to 1.9.0 now that we branched
2481         for 1.8.
2482
2483 2012-02-29  Carlos Garcia Campos  <cgarcia@igalia.com>
2484
2485         Unreviewed. Fix GTK+ build.
2486
2487         * Source/autotools/symbols.filter: Add symbol.
2488
2489 2012-02-28  Raphael Kubo da Costa  <kubo@profusion.mobi>
2490
2491         [CMake] Always build wtf as a static library.
2492         https://bugs.webkit.org/show_bug.cgi?id=79857
2493
2494         Reviewed by Eric Seidel.
2495
2496         * CMakeLists.txt: Put static libraries in ${CMAKE_BINARY_DIR} too
2497         to have them grouped with the shared ones.
2498
2499 2012-02-28  Ryosuke Niwa  <rniwa@webkit.org>
2500
2501         perf-o-matic: generate dashboard images using Google Chart Tools
2502         https://bugs.webkit.org/show_bug.cgi?id=79838
2503
2504         Reviewed by Hajime Morita.
2505
2506         Rename RunsJSONGenerator to Runs and added an ability to generate parameters for Google chart tool.
2507         Also added RunsChartHandler to make url-fetches these images and DashboardImageHandler to serve them.
2508         The image is stored in DashboardImage model.
2509
2510         We can't enable flip the switch to use images yet because we don't create images on fly (they're
2511         generated when runs are updated; i.e. bots upload new results). We should be able to flip the switch
2512         once this patch lands and all perf bots cycle.
2513
2514         We probably make way too many calls to Google chart tool's server with this preliminary design but we
2515         can easily move this task into the backend and run it via a cron job once we know it works.
2516
2517         * Websites/webkit-perf.appspot.com/controller.py:
2518         (schedule_runs_update):
2519         (RunsUpdateHandler.post):
2520         (RunsChartHandler):
2521         (RunsChartHandler.get):
2522         (RunsChartHandler.post):
2523         (DashboardImageHandler):
2524         (DashboardImageHandler.get):
2525         (schedule_report_process):
2526         * Websites/webkit-perf.appspot.com/json_generators.py:
2527         (ManifestJSONGenerator.value):
2528         (Runs):
2529         (Runs.__init__):
2530         (Runs.value):
2531         (Runs.chart_params):
2532         * Websites/webkit-perf.appspot.com/json_generators_unittest.py:
2533         (RunsTest):
2534         (RunsTest._create_results):
2535         (RunsTest.test_generate_runs):
2536         (RunsTest.test_value_without_results):
2537         (RunsTest.test_value_with_results):
2538         (RunsTest.test_run_from_build_and_result):
2539         (RunsTest.test_chart_params_with_value):
2540         (RunsTest.test_chart_params_with_value.split_as_int):
2541         * Websites/webkit-perf.appspot.com/main.py:
2542         * Websites/webkit-perf.appspot.com/models.py:
2543         (PersistentCache.get_cache):
2544         (DashboardImage):
2545         (DashboardImage.key_name):
2546
2547 2012-02-28  Dave Tu  <dtu@chromium.org>
2548
2549         Add new GPU builders to flakiness dashboard.
2550         https://bugs.webkit.org/show_bug.cgi?id=79839
2551
2552         Reviewed by Ojan Vafai.
2553
2554         * Tools/TestResultServer/static-dashboards/builders.js:
2555
2556 2012-02-28  Shinya Kawanaka  <shinyak@chromium.org>
2557
2558         Element should be able to have multiple shadow roots.
2559         https://bugs.webkit.org/show_bug.cgi?id=77931
2560
2561         Reviewed by Hajime Morita.
2562
2563         * Source/autotools/symbols.filter:
2564
2565 2012-02-27  Shinya Kawanaka  <shinyak@chromium.org>
2566
2567         Element::removeShadowRoot() and setShadowRoot() should be moved into ShadowTree.
2568         https://bugs.webkit.org/show_bug.cgi?id=78313
2569
2570         Reviewed by Hajime Morita.
2571
2572         * Source/autotools/symbols.filter:
2573
2574 2012-02-27  Dave Tu  <dtu@chromium.org>
2575
2576         Update flakiness dashboard unit test.
2577         https://bugs.webkit.org/show_bug.cgi?id=79711
2578
2579         Reviewed by Ojan Vafai.
2580
2581         * Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.js:
2582
2583 2012-02-27  Ryosuke Niwa  <rniwa@webkit.org>
2584
2585         Extract the logic to merge tests from MergeTestsHandler and add unit tests
2586         https://bugs.webkit.org/show_bug.cgi?id=79602
2587
2588         Reviewed by Hajime Morita.
2589
2590         Extracted Test.merge and TestResult.replace_to_change_test_name out of MergeTestsHandler,
2591         and moved MergeTestsHandler into admin_handlers.py where it belongs.
2592
2593         Added new backend "model-manipulator" to execute tasks to merge tests.
2594
2595         Also revive the inadvertently removed manual submission form on the admin page.
2596
2597         * Websites/webkit-perf.appspot.com/admin_handlers.py:
2598         (AdminDashboardHandler.get_tests):
2599         (MergeTestsHandler):
2600         (MergeTestsHandler.post):
2601         * Websites/webkit-perf.appspot.com/app.yaml:
2602         * Websites/webkit-perf.appspot.com/backends.yaml: Added.
2603         * Websites/webkit-perf.appspot.com/css/admin.css:
2604         * Websites/webkit-perf.appspot.com/js/admin.js:
2605         * Websites/webkit-perf.appspot.com/main.py:
2606         * Websites/webkit-perf.appspot.com/merge_tests_handler.py: Removed.
2607         * Websites/webkit-perf.appspot.com/models.py:
2608         (Test):
2609         (Test.merge):
2610         (TestResult.replace_to_change_test_name):
2611         * Websites/webkit-perf.appspot.com/models_unittest.py:
2612         (DataStoreTestsBase.assertOnlyInstance):
2613         (DataStoreTestsBase):
2614         (DataStoreTestsBase.assertOnlyInstances):
2615         (DataStoreTestsBase.assertEqualUnorderedModelList):
2616         (DataStoreTestsBase.assertEqualUnorderedList):
2617         (_create_build):
2618         (TestModelTests.test_merge):
2619         (TestResultTests):
2620         (TestResultTests.test_get_or_insert_value):
2621         (TestResultTests.test_get_or_insert_stat_value):
2622         (TestResultTests.test_replace_to_change_test_name):
2623         (TestResultTests.test_replace_to_change_test_name_with_stat_value):
2624         (TestResultTests.test_replace_to_change_test_name_overrides_conflicting_result):
2625
2626 2012-02-27  ChangSeok Oh  <shivamidow@gmail.com>
2627
2628         [EFL] Support mutation observers
2629         https://bugs.webkit.org/show_bug.cgi?id=79603
2630
2631         Reviewed by Eric Seidel.
2632
2633         Added a build-option for the mutation observers feature.
2634
2635         * Source/cmake/OptionsEfl.cmake:
2636         * Source/cmakeconfig.h.cmake:
2637
2638 2012-02-26  Shinya Kawanaka  <shinyak@chromium.org>
2639
2640         Rename ShadowRootList to ShadowTree.
2641         https://bugs.webkit.org/show_bug.cgi?id=79342
2642
2643         Reviewed by Hajime Morita.
2644
2645         * Source/autotools/symbols.filter:
2646
2647 2012-02-26  Chang Wan Hong  <jourmoon@company100.net>
2648
2649         Update .gitignore for project property files generated by Eclipse.
2650         https://bugs.webkit.org/show_bug.cgi?id=79463
2651
2652         Reviewed by Andreas Kling.
2653
2654         * .gitignore: Ignore .project and .cproject
2655
2656 2012-02-25  Ryosuke Niwa  <rniwa@webkit.org>
2657
2658         Perf-o-matic build fix after r108917. I need a scrollbar in order see all the tests.
2659
2660         * Websites/webkit-perf.appspot.com/css/admin.css:
2661         (html):
2662
2663 2012-02-25  Ryosuke Niwa  <rniwa@webkit.org>
2664
2665         perf-o-matic needs a better admin page
2666         https://bugs.webkit.org/show_bug.cgi?id=79585
2667
2668         Reviewed by Sam Weinig.
2669         
2670         Add admin/ to replace admin/create-models.html and admin/merge-tests.
2671
2672         Also update MergeTestHandler to accept JSON requests and add "Admin" navigation link on all pages.
2673
2674         * Websites/webkit-perf.appspot.com/admin_handlers.py: Added.
2675         * Websites/webkit-perf.appspot.com/controller.py:
2676         (RunsUpdateHandler.post): Fix a regression from r108399.
2677         * Websites/webkit-perf.appspot.com/css/admin.css: Added.
2678         * Websites/webkit-perf.appspot.com/js/admin.js: Added.
2679         * Websites/webkit-perf.appspot.com/js/config.js:
2680         * Websites/webkit-perf.appspot.com/main.py:
2681         * Websites/webkit-perf.appspot.com/merge_tests.html: Removed.
2682         * Websites/webkit-perf.appspot.com/merge_tests_handler.py:
2683         (MergeTestsHandler):
2684         (MergeTestsHandler.post):
2685         * Websites/webkit-perf.appspot.com/static: Removed.
2686         * Websites/webkit-perf.appspot.com/static/create-models.html: Removed.
2687
2688 2012-02-24  Ryosuke Niwa  <rniwa@webkit.org>
2689
2690         Increment perf-o-matic version.
2691
2692         * Websites/webkit-perf.appspot.com/app.yaml:
2693
2694 2012-02-23  Konrad Piascik  <kpiascik@rim.com>
2695
2696         Upstream BlackBerry Cookie Management Classes
2697         https://bugs.webkit.org/show_bug.cgi?id=73654
2698
2699         Reviewed by Rob Buis.
2700
2701         Manual test to see in milliseconds how quickly 100 writes followed by 100 reads take.
2702         This test is ran twice and the average read and write for each of the 2 runs is shown.
2703
2704         * ManualTests/cookieSpeedTest.html: Added.
2705
2706 2012-02-23  Dave Tu  <dtu@chromium.org>
2707
2708         Add Chromium gpu_tests to the flakiness dashboard
2709         https://bugs.webkit.org/show_bug.cgi?id=79300
2710
2711         Reviewed by Ojan Vafai.
2712
2713         * Tools/TestResultServer/static-dashboards/builders.js:
2714         * Tools/TestResultServer/static-dashboards/dashboard_base.js:
2715
2716 2012-02-23  Patrick Gansterer  <paroga@webkit.org>
2717
2718         [CMake] Add WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS macro
2719         https://bugs.webkit.org/show_bug.cgi?id=79371
2720
2721         Reviewed by Daniel Bates.
2722
2723         Add a new macro to handle the inclusion of the platform specific *.cmake files.
2724         In the future this macro should get expanded to also handle feature specifc
2725         files, like the UseJSC.cmake in WebCore we already have.
2726
2727         * Source/cmake/WebKitMacros.cmake:
2728
2729 2012-02-23  Patrick Gansterer  <paroga@webkit.org>
2730
2731         [CMake] Add FindDirectX
2732         https://bugs.webkit.org/show_bug.cgi?id=79344
2733
2734         Reviewed by Adam Roben.
2735
2736         * Source/cmake/FindDirectX.cmake: Added.
2737
2738 2012-02-23  Patrick Gansterer  <paroga@webkit.org>
2739
2740         [CMake] Add FindQuickTimeSDK
2741         https://bugs.webkit.org/show_bug.cgi?id=79345
2742
2743         Reviewed by Adam Roben.
2744
2745         * Source/cmake/FindQuickTimeSDK.cmake: Added.
2746
2747 2012-02-22  Raphael Kubo da Costa  <kubo@profusion.mobi>
2748
2749         [CMake] Remove FindGDK.cmake and FindGDK-PixBuf.cmake
2750         https://bugs.webkit.org/show_bug.cgi?id=79292
2751
2752         Reviewed by Daniel Bates.
2753
2754         These files were committed when the EFL port's buildsystem code
2755         was upstreamed, but are currently not being used anywhere, as the EFL
2756         port has not depended on GDK for a long time.
2757
2758         * Source/cmake/FindGDK-PixBuf.cmake: Removed.
2759         * Source/cmake/FindGDK.cmake: Removed.
2760
2761 2012-02-22  Martin Robinson  <mrobinson@igalia.com>
2762
2763         [GTK] Clean build is broken when using make -j
2764         https://bugs.webkit.org/show_bug.cgi?id=76388
2765
2766         * GNUmakefile.am: Add new global source list variables.
2767
2768 2012-02-20  Ryosuke Niwa  <rniwa@webkit.org>
2769
2770         perf-o-matic: Extract logic to generate JSON responses as classes to unit test
2771         https://bugs.webkit.org/show_bug.cgi?id=79018
2772
2773         Rubber-stamped by Adam Barth.
2774
2775         Extracted DashboardJSONGenerator, ManifestJSONGenerator, and RunsJSONGenerator
2776         into json_generators.py from DashboardHandler, ManifestHandler, and RunsHandler
2777         and added unit tests for the former three classes.
2778
2779         Merged the latter three classes into controler.py since they have become too trivial
2780         to have their own files.
2781
2782         * Websites/webkit-perf.appspot.com/controller.py:
2783         (ManifestUpdateHandler):
2784         (ManifestUpdateHandler.get):
2785         (ManifestUpdateHandler.post):
2786         (DashboardUpdateHandler):
2787         (DashboardUpdateHandler.get):
2788         (DashboardUpdateHandler.post):
2789         (_get_test_branch_platform_ids):
2790         (RunsUpdateHandler):
2791         (RunsUpdateHandler.get):
2792         (CachedRunsHandler.get):
2793         * Websites/webkit-perf.appspot.com/dashboard_handler.py: Removed.
2794         * Websites/webkit-perf.appspot.com/json_generators.py: Added.
2795         (JSONGeneratorBase):
2796         (JSONGeneratorBase.to_json):
2797         (DashboardJSONGenerator):
2798         (DashboardJSONGenerator.__init__):
2799         (DashboardJSONGenerator.value):
2800         (ManifestJSONGenerator):
2801         (ManifestJSONGenerator.__init__):
2802         (ManifestJSONGenerator.value):
2803         (RunsJSONGenerator):
2804         (RunsJSONGenerator.__init__):
2805         (RunsJSONGenerator._generate_runs):
2806         (RunsJSONGenerator._entry_from_build_and_result):
2807         (RunsJSONGenerator.value):
2808         * Websites/webkit-perf.appspot.com/json_generators_unittest.py: Added.
2809         (_create_results):
2810         (JSONGeneratorBaseTest):
2811         (JSONGeneratorBaseTest.test_to_json):
2812         (JSONGeneratorBaseTest.test_to_json.AJSONGenerator):
2813         (JSONGeneratorBaseTest.test_to_json.AJSONGenerator.value):
2814         (DashboardJSONGeneratorTest):
2815         (DashboardJSONGeneratorTest.test_value_no_branch):
2816         (DashboardJSONGeneratorTest.test_value_no_plaforms):
2817         (DashboardJSONGeneratorTest.test_value_single_platform):
2818         (DashboardJSONGeneratorTest.test_value_two_platforms):
2819         (ManifestJSONGeneratorTest):
2820         (ManifestJSONGeneratorTest.test_value_no_branch):
2821         (ManifestJSONGeneratorTest.test_value_no_plaforms):
2822         (ManifestJSONGeneratorTest._assert_single_test):
2823         (ManifestJSONGeneratorTest.test_value_single_platform):
2824         (ManifestJSONGeneratorTest.test_value_two_platforms):
2825         (ManifestJSONGeneratorTest.test_value_two_tests):
2826         (RunsJSONGeneratorTest):
2827         (RunsJSONGeneratorTest._create_results):
2828         (RunsJSONGeneratorTest.test_generate_runs):
2829         (RunsJSONGeneratorTest.test_value_without_results):
2830         (RunsJSONGeneratorTest.test_value_with_results):
2831         (RunsJSONGeneratorTest._assert_entry):
2832         (RunsJSONGeneratorTest.test_run_from_build_and_result):
2833         (RunsJSONGeneratorTest.test_run_from_build_and_result.create_build):
2834         * Websites/webkit-perf.appspot.com/main.py:
2835         * Websites/webkit-perf.appspot.com/manifest_handler.py: Removed.
2836         * Websites/webkit-perf.appspot.com/models.py:
2837         (Test.update_or_insert.execute):
2838         (Test):
2839         (TestResult.get_or_insert_from_parsed_json):
2840         * Websites/webkit-perf.appspot.com/models_unittest.py:
2841         (TestModelTests.test_update_or_insert_to_update):
2842         (TestResultTests.test_get_or_insert_stat_value):
2843         * Websites/webkit-perf.appspot.com/runs_handler.py: Removed.
2844
2845 2012-02-20  Martin Robinson  <mrobinson@igalia.com>
2846
2847         [GTK] Turn on requestAnimationFrame for release builds
2848         https://bugs.webkit.org/show_bug.cgi?id=79038
2849
2850         Reviewed by Gustavo Noronha Silva.
2851
2852         * configure.ac: Turn on requestAnimationFrame by default.
2853
2854 2012-02-20  Martin Robinson  <mrobinson@igalia.com>
2855
2856         [GTK] Geolocation support should be on by default
2857         https://bugs.webkit.org/show_bug.cgi?id=79037
2858
2859         Reviewed by Gustavo Noronha Silva.
2860
2861         * configure.ac: Turn on geolocation support in release builds.
2862
2863 2012-02-20  Kihong Kwon  <kihong.kwon@samsung.com>
2864
2865         Add a new API for the Vibration API(W3C).
2866         https://bugs.webkit.org/show_bug.cgi?id=72010
2867
2868         Reviewed by Hajime Morita.
2869
2870         Add Implementation for the Vibration API to the WebKit-EFL port.
2871         http://dev.w3.org/2009/dap/vibration/
2872
2873         * Source/cmake/OptionsEfl.cmake: Add ENABLE_VIBRATION feature.
2874         * Source/cmakeconfig.h.cmake:
2875
2876 2012-02-19  Ryosuke Niwa  <rniwa@webkit.org>
2877
2878         Move more logic from handler classes to model classes and add unit tests
2879         https://bugs.webkit.org/show_bug.cgi?id=78989
2880
2881         Reviewed by Hajime Morita.
2882
2883         Extracted various functions from CreateHandler, ReportHanlder, and RunsHanlder to model classes
2884         in order to unit-test them, added DataStoreTestsBase to reduce the code duplication in tests,
2885         and added a whole bunch of unit tests in models_unittest.py.
2886
2887         * Websites/webkit-perf.appspot.com/create_handler.py:
2888         (CreateHandler._create_branch):
2889         (CreateHandler._create_platform):
2890         * Websites/webkit-perf.appspot.com/models.py:
2891         (_create_if_possible):
2892         (_create_if_possible.execute):
2893         (Branch):
2894         (Branch.create_if_possible):
2895         (Platform):
2896         (Platform.create_if_possible):
2897         (Build):
2898         (Build.get_or_insert_from_log):
2899         (Test):
2900         (Test.update_or_insert):
2901         (Test.update_or_insert.execute):
2902         (TestResult):
2903         (TestResult.get_or_insert_from_parsed_json):
2904         (TestResult.get_or_insert_from_parsed_json._float_or_none):
2905         (TestResult.generate_runs):
2906         * Websites/webkit-perf.appspot.com/models_unittest.py:
2907         (DataStoreTestsBase):
2908         (DataStoreTestsBase.assertThereIsNoInstanceOf):
2909         (DataStoreTestsBase.assertOnlyInstance):
2910         (DataStoreTestsBase.assertEqualUnorderedList):
2911         (HelperTests):
2912         (HelperTests.test_create_in_transaction_with_numeric_id_holder):
2913         (HelperTests.test_failing_in_create_in_transaction_with_numeric_id_holder):
2914         (HelperTests.test_raising_in_create_in_transaction_with_numeric_id_holder):
2915         (HelperTests.test_delete_model_with_numeric_id_holder):
2916         (BranchTests):
2917         (BranchTests.test_create_if_possible):
2918         (PlatformTests):
2919         (PlatformTests.test_create_if_possible):
2920         (BuilderTests):
2921         (_create_some_builder):
2922         (BuildTests):
2923         (BuildTests.test_get_or_insert_from_log):
2924         (TestModelTests):
2925         (TestModelTests.test_update_or_insert):
2926         (TestModelTests.test_update_or_insert_to_update):
2927         (TestResultTests):
2928         (TestResultTests._create_build):
2929         (TestResultTests.test_get_or_insert_value):
2930         (TestResultTests.test_get_or_insert_stat_value):
2931         (TestResultTests._create_results):
2932         (TestResultTests.test_generate_runs):
2933         (ReportLogTests):
2934         (ReportLogTests.test_branch):
2935         (ReportLogTests.test_platform):
2936         (PersistentCacheTests):
2937         (PersistentCacheTests.setUp):
2938         (PersistentCacheTests.test_set):
2939         * Websites/webkit-perf.appspot.com/report_process_handler.py:
2940         (ReportProcessHandler.post):
2941         * Websites/webkit-perf.appspot.com/runs_handler.py:
2942         (RunsHandler.get):
2943         (RunsHandler.post):
2944
2945 2012-02-20  Patrick Gansterer  <paroga@webkit.org>
2946
2947         [CMake] Fix PLATFORM() define for Windows.
2948
2949         Define WTF_PLATFORM_WIN instead of WTF_PLATFORM_WINDOWS.
2950
2951         * Source/cmake/OptionsWindows.cmake:
2952
2953 2012-02-20  Martin Robinson  <mrobinson@igalia.com>
2954
2955         Fix WebKit2GTK+ for 'make distcheck'.
2956
2957         Instead of conditionally including WebKit2 GNUmakefiles, always
2958         include them and conditionally activate the final targets.
2959
2960         * GNUmakefile.am:
2961
2962 2012-02-19  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2963
2964         [CMAKE] Check gstreamer minimum required version.
2965         https://bugs.webkit.org/show_bug.cgi?id=79005
2966
2967         Reviewed by Daniel Bates.
2968
2969         To enable video, Gstreamer version requires to be above 0.10.30.
2970         This patch checks whether Gstreamer version is greater than 0.10.30.
2971
2972         * Source/cmake/FindGStreamer-App.cmake:
2973         * Source/cmake/FindGStreamer-Base.cmake:
2974         * Source/cmake/FindGStreamer-Interfaces.cmake:
2975         * Source/cmake/FindGStreamer-Pbutils.cmake:
2976         * Source/cmake/FindGStreamer-Plugins-Base.cmake:
2977         * Source/cmake/FindGStreamer-Video.cmake:
2978         * Source/cmake/FindGStreamer.cmake:
2979
2980 2012-02-19  Gustavo Noronha Silva  <gns@gnome.org>
2981
2982         [GTK] Remove unused GSettings stuff
2983         https://bugs.webkit.org/show_bug.cgi?id=78995
2984
2985         Reviewed by Martin Robinson.
2986
2987         * configure.ac: remove gsettings schema file creation.
2988
2989 2012-02-19  Ryosuke Niwa  <rniwa@webkit.org>
2990
2991         Perf-o-matic should show both WebKit and Chromium revisions
2992         https://bugs.webkit.org/show_bug.cgi?id=78955
2993
2994         Reviewed by Andreas Kling.
2995
2996         Include Chromium revision numbers in runs responses when available.
2997
2998         * Websites/webkit-perf.appspot.com/js/config.js:
2999         (urlForChangeset):
3000         (urlForChangesetList):
3001         * Websites/webkit-perf.appspot.com/runs_handler.py:
3002         (RunsHandler.post):
3003
3004 2012-02-18  Kevin Ollivier  <kevino@theolliviers.com>
3005
3006         [wx] Exclude a couple unused bindings files from the build
3007         as they do not compile currently.
3008
3009         * wscript:
3010
3011 2012-02-17  Ryosuke Niwa  <rniwa@webkit.org>
3012
3013         perf-o-matic needs model unit tests
3014         https://bugs.webkit.org/show_bug.cgi?id=78885
3015
3016         Reviewed by Adam Barth.
3017
3018         Added unit tests for models.py.
3019
3020         Also renamed modelFromNumericId to model_from_numeric_id and moved set_persitent_cache and get_persistent_cache
3021         from controller to PersistentCache.set_cache and PersistentCahce.set_cache respectively.
3022
3023         * Websites/webkit-perf.appspot.com/controller.py:
3024         (cache_manifest):
3025         (CachedManifestHandler.get):
3026         (cache_dashboard):
3027         (CachedDashboardHandler.get):
3028         (cache_runs):
3029         (CachedRunsHandler.get):
3030         * Websites/webkit-perf.appspot.com/create_handler.py:
3031         (CreateHandler._create_builder):
3032         (CreateHandler._create_builder.execute):
3033         * Websites/webkit-perf.appspot.com/models.py:
3034         (create_in_transaction_with_numeric_id_holder):
3035         (model_from_numeric_id):
3036         (Builder):
3037         (Builder.create):
3038         (Builder.update_password):
3039         (Builder._hashed_password):
3040         (TestResult.key_name):
3041         (ReportLog.get_value):
3042         (ReportLog._integer_in_payload):
3043         (ReportLog):
3044         (ReportLog.timestamp):
3045         (PersistentCache):
3046         (PersistentCache.set_cache):
3047         (PersistentCache.set_cache.execute):
3048         (PersistentCache.get_cache):
3049         * Websites/webkit-perf.appspot.com/models_unittest.py: Added.
3050         (HelperTests):
3051         (HelperTests.setUp):
3052         (HelperTests.tearDown):
3053         (HelperTests._assert_there_is_exactly_one_id_holder_and_matches):
3054         (HelperTests.test_create_in_transaction_with_numeric_id_holder):
3055         (HelperTests.test_create_in_transaction_with_numeric_id_holder.execute):
3056         (HelperTests.test_failing_in_create_in_transaction_with_numeric_id_holder):
3057         (HelperTests.test_failing_in_create_in_transaction_with_numeric_id_holder.execute):
3058         (HelperTests.test_raising_in_create_in_transaction_with_numeric_id_holder):
3059         (HelperTests.test_raising_in_create_in_transaction_with_numeric_id_holder.execute):
3060         (HelperTests.test_delete_model_with_numeric_id_holder):
3061         (HelperTests.test_delete_model_with_numeric_id_holder.execute):
3062         (HelperTests.test_model_from_numeric_id):
3063         (HelperTests.test_model_from_numeric_id.execute):
3064         (BuilderTests):
3065         (BuilderTests.setUp):
3066         (BuilderTests.tearDown):
3067         (BuilderTests.test_create):
3068         (BuilderTests.test_update_password):
3069         (BuilderTests.test_hashed_password):
3070         (BuilderTests.test_authenticate):
3071         (ReportLog):
3072         (ReportLog.setUp):
3073         (ReportLog.tearDown):
3074         (ReportLog._create_log_with_payload):
3075         (ReportLog.test_parsed_payload):
3076         (ReportLog.test_get_value):
3077         (ReportLog.test_results):
3078         (ReportLog.test_builder):
3079         (ReportLog.test_build_number):
3080         (ReportLog.test_webkit_revision):
3081         (ReportLog.chromium_revision):
3082         (PersistentCacheTests):
3083         (PersistentCacheTests.setUp):
3084         (PersistentCacheTests.tearDown):
3085         (PersistentCacheTests._assert_persistent_cache):
3086         (PersistentCacheTests.test_set):
3087         (PersistentCacheTests.test_get):
3088         * Websites/webkit-perf.appspot.com/runs_handler.py:
3089         (RunsHandler.post):
3090
3091 2012-02-17  Carlos Garcia Campos  <cgarcia@igalia.com>
3092
3093         Unreviewed. Fix GTK+ build after r108003.
3094
3095         * Source/autotools/symbols.filter: Add missing symbol.
3096
3097 2012-02-16  Simon Hausmann  <simon.hausmann@nokia.com>
3098
3099         [Qt] Move event conversion functions from WebCore to WebKit
3100         https://bugs.webkit.org/show_bug.cgi?id=78788
3101
3102         Reviewed by Kenneth Rohde Christiansen.
3103
3104         * Source/api.pri: Add new files to the build.
3105
3106 2012-02-14  Raphael Kubo da Costa  <kubo@profusion.mobi>
3107
3108         [CMake] Remove unused PkgConfig module import from FindCFLite.cmake.
3109         https://bugs.webkit.org/show_bug.cgi?id=78600
3110
3111         Reviewed by Adam Roben.
3112
3113         * Source/cmake/FindCFLite.cmake:
3114
3115 2012-02-15  Roland Steiner  <rolandsteiner@chromium.org>
3116
3117         <style scoped>: Allow <style scoped> as a direct child of a ShadowRoot
3118         https://bugs.webkit.org/show_bug.cgi?id=77853
3119
3120         numberOfScopedHTMLStyleChildren got moved from Element into Node.
3121
3122         Reviewed by Dimitri Glazkov.
3123
3124         * Source/autotools/symbols.filter:
3125
3126 2012-02-13  Raphael Kubo da Costa  <kubo@profusion.mobi>
3127
3128         [CMake] Merge WebKitEfl.cmake into FindEFL.cmake.
3129         https://bugs.webkit.org/show_bug.cgi?id=78566
3130
3131         Reviewed by Daniel Bates.
3132
3133         * Source/cmake/FindEFL.cmake: Move the code to find edje_cc here from
3134         WebKitEfl.cmake.
3135         * Source/cmake/WebKitEfl.cmake: Removed.
3136
3137 2012-02-14  Shinya Kawanaka  <shinyak@google.com>
3138
3139         Use youngestShadowRoot and oldestShadowRoot instead of Element::shadowRoot().
3140         https://bugs.webkit.org/show_bug.cgi?id=78455
3141
3142         Reviewed by Hajime Morita.
3143
3144         Exports necessary symbols.
3145
3146         * Source/autotools/symbols.filter:
3147
3148 2012-02-13  Ryosuke Niwa  <rniwa@webkit.org>
3149
3150         Yet another perf-o-matic build fix. It turns out that a task of the same name can't be
3151         queued for days after the first task is completed. So don't use it. Updating persistent
3152         caches more often than necessary is better than never updating them.
3153
3154         * Websites/webkit-perf.appspot.com/controller.py:
3155         (schedule_manifest_update):
3156         (schedule_dashboard_update):
3157         (schedule_runs_update):
3158
3159 2012-02-13  ChangSeok Oh  <shivamidow@gmail.com>
3160
3161         [GTK] Revise configuration for MHTML
3162         https://bugs.webkit.org/show_bug.cgi?id=78364
3163
3164         Reviewed by Gustavo Noronha Silva.
3165
3166         Added some lines to show checking messages, whether mhtml is enabled or not
3167         during configuration and the configuration result for mhtml.
3168         MHTML is a web page archive format used to combine resources
3169         that are typically represented by external links (such as images, Flash animations,
3170         Java applets, audio files) together with HTML code into a single file.
3171         http://en.wikipedia.org/wiki/MHTML
3172
3173         * configure.ac:
3174
3175 2012-02-06  Raphael Kubo da Costa  <kubo@profusion.mobi>
3176
3177         [EFL] Drop support for the Curl network backend.
3178         https://bugs.webkit.org/show_bug.cgi?id=77874
3179
3180         Reviewed by Eric Seidel.
3181
3182         Nobody seems to be maintaining the Curl backend in WebCore, the
3183         EFL port developers all seem to be using the Soup backend and the
3184         port itself has many features which are only implemented for the
3185         latter.
3186
3187         * Source/cmake/OptionsEfl.cmake: Remove network backend selection
3188         checks and unconditionally require Glib and Libsoup, bump the
3189         required LibSoup version to the same one the GTK+ port looks for,
3190         since we share the same network backend.
3191
3192 2012-02-12  Ryosuke Niwa  <rniwa@webkit.org>
3193
3194         Another perf-o-matic build fix.
3195
3196         * Websites/webkit-perf.appspot.com/report_process_handler.py:
3197         (ReportProcessHandler._create_build_if_possible):
3198
3199 2012-02-12  Ryosuke Niwa  <rniwa@webkit.org>
3200
3201         Perf-o-matic build fix.
3202
3203         * Websites/webkit-perf.appspot.com/report_handler.py:
3204         (ReportHandler.post):
3205
3206 2012-02-10  Ryosuke Niwa  <rniwa@webkit.org>
3207
3208         REGRESSION: Perf-o-matic adds duplicated test results
3209         https://bugs.webkit.org/show_bug.cgi?id=78373
3210
3211         Reviewed by Hajime Morita.
3212
3213         Add TestResult inside a transaction. We use high replication databsae but this should prevent
3214         the duplication in the most of the time.
3215
3216         Also fixed random bugs in Controller and ReportHandler.
3217
3218         * Websites/webkit-perf.appspot.com/controller.py:
3219         (get_persistent_cache):
3220         * Websites/webkit-perf.appspot.com/report_handler.py:
3221         (ReportHandler.post):
3222         * Websites/webkit-perf.appspot.com/report_process_handler.py:
3223         (ReportProcessHandler.post):
3224         (ReportProcessHandler._add_test_if_needed):
3225         (ReportProcessHandler):
3226         (ReportProcessHandler._add_test_result_if_needed):
3227         (ReportProcessHandler._add_test_result_if_needed._float_or_none):
3228         (ReportProcessHandler._add_test_result_if_needed.execute):
3229
3230 2012-02-12  Carlos Garcia Campos  <cgarcia@igalia.com>
3231
3232         Unreviewed. Fix GTK+ build after r107454.
3233
3234         * configure.ac: Disable Mutation observers build on GTK+ until it
3235         can actually build.
3236
3237 2012-02-10  Adam Klein  <adamk@chromium.org>
3238
3239         Enable MUTATION_OBSERVERS by default on all platforms
3240         https://bugs.webkit.org/show_bug.cgi?id=78196
3241
3242         Reviewed by Ojan Vafai.
3243
3244         * configure.ac:
3245
3246 2012-02-10  Ryosuke Niwa  <rniwa@webkit.org>
3247
3248         Perf-o-matic build fix after r107386.
3249
3250         * Websites/webkit-perf.appspot.com/app.yaml:
3251         * Websites/webkit-perf.appspot.com/controller.py:
3252         (schedule_manifest_update):
3253         (schedule_dashboard_update):
3254         (schedule_runs_update):
3255         * Websites/webkit-perf.appspot.com/merge_tests_handler.py:
3256         (MergeTestsHandler.get):
3257         * Websites/webkit-perf.appspot.com/report_logs_handler.py:
3258         (ReportLogsHandler.get):
3259         (ReportLogsHandler.post):
3260
3261 2012-02-10  Ryosuke Niwa  <rniwa@webkit.org>
3262
3263         Perf-o-matic should process reports in background
3264         https://bugs.webkit.org/show_bug.cgi?id=78309
3265
3266         Reviewed by Hajime Morita.
3267
3268         Split the logic to create Build, Test, and TestResult objects from ReportHandler into ReportProcessHandler.
3269         ReportHandler now merely creates ReportLog and schedules a task to process it.
3270
3271         Also added ReportLogHandler to manage stale ReportLogs.
3272
3273         * Websites/webkit-perf.appspot.com/app.yaml:
3274         * Websites/webkit-perf.appspot.com/controller.py:
3275         (schedule_manifest_update):
3276         (schedule_dashboard_update):
3277         (schedule_runs_update):
3278         (CachedRunsHandler.get):
3279         (schedule_report_process):
3280         * Websites/webkit-perf.appspot.com/main.py:
3281         * Websites/webkit-perf.appspot.com/merge_tests.html: Renamed from Websites/webkit-perf.appspot.com/merge_tests.yaml.
3282         * Websites/webkit-perf.appspot.com/models.py:
3283         (ReportLog):
3284         (ReportLog._parsed_payload):
3285         (ReportLog.get_value):
3286         (ReportLog.results):
3287         (ReportLog.builder):
3288         (ReportLog.branch):
3289         (ReportLog.platform):
3290         (ReportLog.build_number):
3291         (ReportLog.webkit_revision):
3292         (ReportLog.chromium_revision):
3293         (ReportLog._model_by_key_name_in_payload):
3294         (ReportLog._integer_in_payload):
3295         (ReportLog.timestamp):
3296         * Websites/webkit-perf.appspot.com/report_handler.py:
3297         (ReportHandler.post):
3298         (ReportHandler._output):
3299         (ReportHandler._results_are_valid):
3300         (ReportHandler._results_are_valid._is_float_convertible):
3301         (ReportHandler):
3302         * Websites/webkit-perf.appspot.com/report_logs.html: Added.
3303         * Websites/webkit-perf.appspot.com/report_logs_handler.py: Added.
3304         (ReportLogsHandler):
3305         (ReportLogsHandler.get):
3306         (ReportLogsHandler.post):
3307         (ReportLogsHandler._error):
3308         * Websites/webkit-perf.appspot.com/report_process_handler.py: Copied from Websites/webkit-perf.appspot.com/report_handler.py.
3309         (ReportProcessHandler):
3310         (ReportProcessHandler.post):
3311         (ReportProcessHandler._create_build_if_possible):
3312         (ReportProcessHandler._create_build_if_possible.execute):
3313         (ReportProcessHandler._add_test_if_needed):
3314
3315 2012-02-09  Ryosuke Niwa  <rniwa@webkit.org>
3316
3317         Perf-o-matic shouldn't rely on memcache to store cached JSON responses
3318         https://bugs.webkit.org/show_bug.cgi?id=78306
3319
3320         Reviewed by Adam Barth.
3321
3322         Added PersistentCache model that stores the generated JSON responses.
3323
3324         * Websites/webkit-perf.appspot.com/controller.py:
3325         (set_persistent_cache):
3326         (set_persistent_cache.execute):
3327         (get_persistent_cache):
3328         (cache_manifest):
3329         (CachedManifestHandler.get):
3330         (cache_dashboard):
3331         (CachedDashboardHandler.get):
3332         (cache_runs):
3333         (CachedRunsHandler.get):
3334         * Websites/webkit-perf.appspot.com/models.py:
3335         (TestResult):
3336         (ReportLog):
3337         (PersistentCache):
3338
3339 2012-02-09  Ryosuke Niwa  <rniwa@webkit.org>
3340
3341         Perf-o-matic should update memcache in taskqueue
3342         https://bugs.webkit.org/show_bug.cgi?id=78209
3343
3344         Reviewed by Adam Barth.
3345
3346         Update dashboard, manifest, and runs memcaches in taskqueue.
3347         Also centralized the management of caches in controller.py.
3348
3349         * Websites/webkit-perf.appspot.com/app.yaml:
3350         * Websites/webkit-perf.appspot.com/controller.py: Added.
3351         (cache_manifest):
3352         (schedule_manifest_update):
3353         (CachedManifestHandler):
3354         (CachedManifestHandler.get):
3355         (cache_dashboard):
3356         (schedule_dashboard_update):
3357         (CachedDashboardHandler):
3358         (CachedDashboardHandler.get):
3359         (cache_runs):
3360         (schedule_runs_update):
3361         (CachedRunsHandler):
3362         (CachedRunsHandler.get):
3363         * Websites/webkit-perf.appspot.com/create_handler.py:
3364         (CreateHandler.post):
3365         * Websites/webkit-perf.appspot.com/dashboard_handler.py:
3366         (DashboardHandler.post):
3367         * Websites/webkit-perf.appspot.com/main.py:
3368         * Websites/webkit-perf.appspot.com/manifest_handler.py:
3369         (ManifestHandler.post):
3370         * Websites/webkit-perf.appspot.com/merge_tests_handler.py:
3371         (MergeTestsHandler.post):
3372         * Websites/webkit-perf.appspot.com/report_handler.py:
3373         (ReportHandler.post):
3374         * Websites/webkit-perf.appspot.com/runs_handler.py:
3375         (RunsHandler.post):
3376
3377 2012-02-09  Carlos Garcia Campos  <cgarcia@igalia.com>
3378
3379         [GTK] Add WebKitWebView::mouse-target-changed signal to WebKit2 GTK+ API
3380         https://bugs.webkit.org/show_bug.cgi?id=78097
3381
3382         Reviewed by Martin Robinson.
3383
3384         * Source/autotools/symbols.filter: Add freeOwnedGPtr<_GdkEvent>
3385         symbol to be able to use GOwnPtr<GdkEvent> in WebKit2 GTK+ unit
3386         tests.
3387
3388 2012-02-09  Kent Tamura  <tkent@chromium.org>
3389
3390         Do not localize numbers in scientific notation
3391         https://bugs.webkit.org/show_bug.cgi?id=78208
3392
3393         Reviewed by Hajime Morita.
3394
3395         * ManualTests/input-number-localization.html: Updated for scientific notation.
3396
3397 2012-02-09  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
3398
3399         [CMAKE] Change lowercase variable with uppercase's.
3400         https://bugs.webkit.org/show_bug.cgi?id=78198
3401
3402         Reviewed by Daniel Bates.
3403
3404         CMake variable is only written by uppercase.
3405
3406         * CMakeLists.txt:
3407
3408 2012-02-07  MORITA Hajime  <morrita@google.com>
3409
3410         Replacement text should be available from the marker.
3411         https://bugs.webkit.org/show_bug.cgi?id=77934
3412
3413         Reviewed by Kent Tamura.
3414
3415         * Source/autotools/symbols.filter: Added an exporting symbol.
3416
3417 2012-02-07  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
3418
3419         [CMAKE] Use *bin* and *lib* directories for executable and libraries.
3420         https://bugs.webkit.org/show_bug.cgi?id=77928
3421
3422         Reviewed by Daniel Bates.
3423
3424         CMake has used *Programs* directory for executable. In addition, shared libraries are being
3425         built in source directory. It is better to set common places in order to maintain executable
3426         and libraries. *bin* is for executable and *lib* is for library.
3427
3428         * CMakeLists.txt: Set library output path.
3429         * Source/cmake/WebKitFS.cmake: Remove *Programs* creation.
3430
3431 2012-02-07  Priit Laes  <plaes@plaes.org>
3432
3433         Get rid of Source/autotools/webkit.m4
3434         https://bugs.webkit.org/show_bug.cgi?id=77833
3435
3436         Reviewed by Martin Robinson.
3437
3438         Move checks from webkit.m4 to configure.ac and modernize macros:
3439           . Check for visibility flags after CXX has been defined
3440           . Use PKG_PROG_PKG_CONFIG for pkg-config lookup
3441           . Drop unused LIBFFTW_REQUIRED_VERSION
3442           . Update ICU libs for mingw (bug 77837).
3443           . Require Pango 1.21.0 (as per unicode backend)
3444           . Bump minimum glib version due to g_thread_init changes
3445
3446         * Source/autotools/webkit.m4: Removed.
3447         * configure.ac:
3448
3449 2012-02-07  Ryosuke Niwa  <rniwa@webkit.org>
3450
3451         Dashboard on perf-o-matic should be sorted
3452         https://bugs.webkit.org/show_bug.cgi?id=77924
3453
3454         Reviewed by Tony Chang.
3455
3456         Sort tests in the frontend using the fact ES5 keeps the property order in the insertion order.
3457
3458         * Websites/webkit-perf.appspot.com/js/config.js:
3459         (fetchDashboardManifest):
3460
3461 2012-02-07  Frederik Gladhorn  <frederik.gladhorn@nokia.com>
3462
3463         Update .gitignore for Qt Creator/KDevelop.
3464         https://bugs.webkit.org/show_bug.cgi?id=77984
3465
3466         Reviewed by Simon Hausmann.
3467
3468         * .gitignore: Ignore temp files created by Qt Creator and KDevelop.
3469
3470 2012-02-07  Priit Laes  <plaes@plaes.org>
3471
3472         [GTK] Broken "HTML5 <scoped style>" detection
3473         https://bugs.webkit.org/show_bug.cgi?id=77979
3474
3475         Reviewed by Gustavo Noronha Silva.
3476
3477         * configure.ac: Fix wrong variable for HTML5 <style scoped> detection
3478
3479 2012-02-06  Shinya Kawanaka  <shinyak@google.com>
3480
3481         Remove Element::ensureShadowRoot export.
3482         https://bugs.webkit.org/show_bug.cgi?id=77932
3483
3484         Reviewed by Hajime Morita.
3485
3486         * Source/autotools/symbols.filter:
3487
3488 2012-02-06  Martin Robinson  <mrobinson@igalia.com> and Nayan Kumar K  <nayankk@motorola.com>
3489
3490         [GTK] Add TextureMapperGL implementation
3491         https://bugs.webkit.org/show_bug.cgi?id=75308
3492
3493         Reviewed by Alejandro G. Castro.
3494
3495         * GNUmakefile.am: TextureMapperGL implies USE(TEXTURE_MAPPER)
3496         * configure.ac: Only allow enabling the GL version of TextureMapper on X11.
3497
3498 2012-02-06  Ryosuke Niwa  <rniwa@webkit.org>
3499
3500         Perf-o-matic should show min/max/stdev on graphs
3501         https://bugs.webkit.org/show_bug.cgi?id=77702
3502
3503         Reviewed by Andreas Kling.
3504
3505         Include min/max/stdev in test runs when available to be shown on the perf-o-matic.
3506
3507         Also merge a change to config.js and increment the version number by 1 (unreviewed).
3508
3509         * Websites/webkit-perf.appspot.com/app.yaml:
3510         * Websites/webkit-perf.appspot.com/js/config.js:
3511         * Websites/webkit-perf.appspot.com/runs_handler.py:
3512         (RunsHandler.get):
3513
3514 2012-02-06  Carlos Garcia Campos  <cgarcia@igalia.com>
3515
3516         [GTK] Update NEWS and configure.ac for 1.7.5 release
3517         https://bugs.webkit.org/show_bug.cgi?id=77859
3518
3519         Reviewed by Philippe Normand.
3520
3521         * configure.ac: Bumped version number.
3522
3523 2012-02-05  ChangSeok Oh  <shivamidow@gmail.com>
3524
3525         [EFL] Enable WebGL with glx backend
3526         https://bugs.webkit.org/show_bug.cgi?id=77308
3527
3528         Reviewed by Martin Robinson.
3529
3530         Enabled WebGL feature for EFL port. The way is very similar to the one of GTK port.
3531
3532         * Source/cmake/OptionsEfl.cmake: Added feature option for WebGL.
3533
3534 2012-02-05  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
3535
3536         [CMAKE] Support javascriptcore test for EFL port. 
3537         https://bugs.webkit.org/show_bug.cgi?id=77425
3538
3539         Reviewed by Daniel Bates.
3540
3541         Efl and WinCE as well as Blackberry port are now using Cmake as its build system
3542         and they are share the make file to create jsc excutable. In order to run
3543         "run-javascriptcore-tests", EFL port needs to change jsc installation configuration
3544         with executable output directory(e.g. Programs). So, this patch change jsc installation
3545         configuration only for EFL port.
3546
3547         * Source/cmake/OptionsEfl.cmake: Change *jsc_efl* name with *jsc*.
3548
3549 2012-02-05  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
3550
3551         [CMAKE] Do not build Tools when building jsc only. 
3552         https://bugs.webkit.org/show_bug.cgi?id=77826
3553
3554         Reviewed by Daniel Bates.
3555
3556         Do not build Tools when jsc is only built. Build breaks occur because
3557         Tools is built together when building jsc.
3558
3559         * CMakeLists.txt: Build Tools directory when ENABLE_TOOLS is on.
3560
3561 2012-02-04  Philip Rogers  <pdr@google.com>
3562
3563         Fix bug in svg-link-hover-use.svg
3564         https://bugs.webkit.org/show_bug.cgi?id=77768
3565
3566         Reviewed by Eric Seidel.
3567
3568         * ManualTests/svg-link-hover-use.svg:
3569
3570 2012-02-04  Kalev Lember  <kalevlember@gmail.com>
3571
3572         [GTK] Use the wide character version of win32 API by default
3573         https://bugs.webkit.org/show_bug.cgi?id=77809
3574
3575         Reviewed by Martin Robinson.
3576
3577         Certain win32-specific files (like PluginDatabaseWin.cpp) make the
3578         assumption that the wide character version of win32 API is the default.
3579         Define _UNICODE and UNICODE to do this, similar to what other win32
3580         ports are doing.
3581
3582         * GNUmakefile.am:
3583
3584 2012-02-03  Kalev Lember  <kalevlember@gmail.com>
3585
3586         [GTK] configure: Print out the -Wno-c++0x-compat test result
3587         https://bugs.webkit.org/show_bug.cgi?id=77757
3588
3589         Reviewed by Martin Robinson.
3590
3591         The check whether -Wno-c++0x-compat flag is needed didn't print out
3592         the test result (and newline), which caused the following test to be
3593         displayed on the same line.
3594
3595         checking if we have to disable C++0x compat warnings for GCC >= 4.6.0... checking pthread.h usability... yes
3596
3597         * configure.ac:
3598
3599 2012-02-03  Ryosuke Niwa  <rniwa@webkit.org>
3600
3601         perf-o-matic should store chromium svn revision
3602         https://bugs.webkit.org/show_bug.cgi?id=77725
3603
3604         Reviewed by Dirk Pranke.
3605
3606         Store both WebKit and Chromium revisions when both are reported.
3607
3608         * Websites/webkit-perf.appspot.com/models.py:
3609         (Build):
3610         * Websites/webkit-perf.appspot.com/report_handler.py:
3611         (ReportHandler.post):
3612         (ReportHandler._create_build_if_possible):
3613         (ReportHandler._create_build_if_possible.execute):
3614         * Websites/webkit-perf.appspot.com/static/manual-submit.html:
3615
3616 2012-02-03  Simon Hausmann  <simon.hausmann@nokia.com>
3617
3618         [Qt] Replace GNU linker script for exports with export macros in WTF/JSC
3619         https://bugs.webkit.org/show_bug.cgi?id=77723
3620
3621         Reviewed by Tor Arne Vestbø.
3622
3623         * Source/api.pri: Remove use of GNU linker script on Linux.
3624         * Source/qtwebkit-export.map: Removed.
3625
3626 2012-02-03  Shinya Kawanaka  <shinyak@google.com>
3627
3628         Stop calling Element::ensureShadowRoot in Internals.
3629         https://bugs.webkit.org/show_bug.cgi?id=77612
3630
3631         Reviewed by Hajime Morita.
3632
3633         * Source/autotools/symbols.filter:
3634
3635 2012-02-02  Mark Rowe  <mrowe@apple.com>
3636
3637         <http://webkit.org/b/77717> Makefile should provide control over output verbosity
3638
3639         Allow the filtering of the output of our Makefile to be configured via a user default
3640         and overriden via a command-line argument to make.
3641
3642         The Makefile takes the verbosity from BuildTranscriptVerbosity default in the
3643         org.webkit.BuildConfiguration domain. The supported values are "default", "quiet"
3644         and "noisy". "default" maintains the existing behavior of only filtering out
3645         the setenv lines from Xcode's shell script build phases. "quiet" filters all output
3646         through filter-build-webkit. "noisy" provides unfiltered output. The verbosity can
3647         be overriden for a single invocation of make by specifying the VERBOSITY variable
3648         on the make command line.
3649
3650         To always get full output:
3651         defaults write org.webkit.BuildConfiguration BuildTranscriptVerbosity noisy
3652
3653         To always get filtered ouptut:
3654         defaults write org.webkit.BuildConfiguration BuildTranscriptVerbosity quiet
3655
3656         To get full output for a single build:
3657         make VERBOSITY=noisy
3658
3659         Reviewed by Dan Bernstein.
3660
3661         * Makefile.shared:
3662
3663 2012-02-02  Rakesh KN  <rakesh.kn@motorola.com>
3664
3665         hidden attribute on <input type=file /> suppresses the file selection dialog
3666         https://bugs.webkit.org/show_bug.cgi?id=58208
3667
3668         Reviewed by Ryosuke Niwa.
3669
3670         * ManualTests/input-file-hidden-open-dialog-on-click.html: Added.
3671         Adding manual test as the file dialog opens only in User gesture.
3672
3673 2012-02-01  Philippe Normand  <pnormand@igalia.com>
3674
3675         [GStreamer] FFTFrame implementation
3676         https://bugs.webkit.org/show_bug.cgi?id=73545
3677
3678         Reviewed by Chris Rogers.
3679
3680         * configure.ac: Enable the WebAudio option again and remove
3681         libfftw checks.
3682
3683 2012-01-31  Ryosuke Niwa  <rniwa@webkit.org>
3684
3685         webkit-perf.appspot.com should accept test results without medians
3686         https://bugs.webkit.org/show_bug.cgi?id=77513
3687
3688         Reviewed by Hajime Morita.
3689
3690         Don't store 0s when values are not in JSON.
3691
3692         * Websites/webkit-perf.appspot.com/report_handler.py:
3693         (ReportHandler.post._float_or_none):
3694         (ReportHandler.post):
3695
3696 2012-01-31  Kenneth Rohde Christiansen  <kenneth@webkit.org>
3697
3698         Tap highlighting: Support better outlines for multiline inlines
3699         https://bugs.webkit.org/show_bug.cgi?id=77428
3700
3701         Reviewed by Simon Hausmann.
3702
3703         Update the test to use a transform.
3704
3705         * ManualTests/qt/tap-highlighting-inlines.html:
3706
3707 2012-01-31  Nayan Kumar K  <nayankk@motorola.com>
3708
3709         [GTK] Remove V8 compilation option.
3710         https://bugs.webkit.org/show_bug.cgi?id=77405
3711
3712         Reviewed by Philippe Normand.
3713
3714         Revert the changes introduced as part of bug 69469
3715         to provide an option to compile V8 as JavaScript engine.
3716
3717         * GNUmakefile.am: Remove defining USE_JSC macro.
3718         * configure.ac: Remove --with-jsengine option.
3719
3720 2012-01-25  Philippe Normand  <pnormand@igalia.com>
3721
3722         [GStreamer] 0.11 build support
3723         https://bugs.webkit.org/show_bug.cgi?id=77085
3724
3725         Reviewed by Martin Robinson.
3726
3727         * configure.ac: New --with-gstreamer option, defaulting to 0.10.
3728
3729 2012-01-30  Ryosuke Niwa  <rniwa@webkit.org>
3730
3731         Build fix after r106321.
3732
3733         * Websites/webkit-perf.appspot.com/report_handler.py:
3734         * Websites/webkit-perf.appspot.com/manifest_handler.py:
3735         (ManifestHandler.get):
3736
3737 2012-01-30  Ryosuke Niwa  <rniwa@webkit.org>
3738
3739         Python code in webkit-perf.appspot.com uses camelCase
3740         https://bugs.webkit.org/show_bug.cgi?id=77392
3741
3742         Reviewed by Adam Barth.
3743
3744         Use PEP8 style naming conventions instead of camelCase.
3745
3746         * Websites/webkit-perf.appspot.com/create_handler.py:
3747         (CreateHandler.post):
3748         (CreateHandler._create_builder):
3749         (CreateHandler._create_branch):
3750         (CreateHandler._create_platform):
3751         * Websites/webkit-perf.appspot.com/dashboard_handler.py:
3752         (DashboardHandler.get):
3753         * Websites/webkit-perf.appspot.com/manifest_handler.py:
3754         (ManifestHandler.get):
3755         * Websites/webkit-perf.appspot.com/merge_tests_handler.py:
3756         (MergeTestsHandler.post):
3757         * Websites/webkit-perf.appspot.com/models.py:
3758         (create_in_transaction_with_numeric_id_holder):
3759         (delete_model_with_numeric_id_holder):
3760         (modelFromNumericId):
3761         (Builder.authenticate):
3762         (Builder.hashed_password):
3763         (Test.cache_key):
3764         * Websites/webkit-perf.appspot.com/report_handler.py:
3765         (ReportHandler.post):
3766         (ReportHandler._model_by_key_name_in_body_or_error):
3767         (ReportHandler._integer_in_body):
3768         (ReportHandler._timestamp_in_body):
3769         (ReportHandler.bypass_authentication):
3770         (ReportHandler._results_are_valid):
3771         (ReportHandler._results_are_valid._is_float_convertible):
3772         (ReportHandler._create_build_if_possible):
3773         (ReportHandler._create_build_if_possible.execute):
3774         (ReportHandler._add_test_if_needed):
3775         (ReportHandler._add_test_if_needed.execute):
3776         (ReportHandler):
3777         (AdminReportHandler.bypass_authentication):
3778         * Websites/webkit-perf.appspot.com/runs_handler.py:
3779         (RunsHandler.get):
3780
3781 2012-01-30  Ryosuke Niwa  <rniwa@webkit.org>
3782
3783         Enable memcache on webkit-perf.appspot.com
3784         https://bugs.webkit.org/show_bug.cgi?id=77378
3785
3786         Reviewed by Adam Barth.
3787
3788         Eanble memcache on dashboard, manifest, and runs handlers. Clear appropriate caches when new runs are reported,
3789         or new models are created. We flush all caches when tests are merged since it's hard to figure out dependencies
3790         in that case. Luckily, we merge tests only occassionally and manually (or hope so) so this shouldn't be an issue.
3791
3792         * Websites/webkit-perf.appspot.com/create_handler.py:
3793         (CreateHandler.post):
3794         * Websites/webkit-perf.appspot.com/dashboard_handler.py:
3795         (DashboardHandler.get):
3796         * Websites/webkit-perf.appspot.com/manifest_handler.py:
3797         (ManifestHandler.get):
3798         * Websites/webkit-perf.appspot.com/merge_tests_handler.py:
3799         (MergeTestsHandler.post):
3800         * Websites/webkit-perf.appspot.com/models.py:
3801         (createInTransactionWithNumericIdHolder):
3802         (Test):
3803         (Test.cacheKey):
3804         * Websites/webkit-perf.appspot.com/report_handler.py:
3805         (ReportHandler.post):
3806         (ReportHandler._addTestIfNeeded):
3807         * Websites/webkit-perf.appspot.com/runs_handler.py:
3808         (RunsHandler.get):
3809
3810 2012-01-30  Ryosuke Niwa  <rniwa@webkit.org>
3811
3812         webkit-perf.appspot.com should have an ability to merge tests
3813         https://bugs.webkit.org/show_bug.cgi?id=77250
3814
3815         Reviewed by Adam Barth.
3816
3817         Added admin/merge-tests. This page allows administrators to easily merge test objects.
3818
3819         Also add the forgotten title.png and rename api/create to admin/create since we don't allow
3820         non-admins to create new models anyway.
3821
3822         * Websites/webkit-perf.appspot.com/app.yaml:
3823         * Websites/webkit-perf.appspot.com/css: Added.
3824         * Websites/webkit-perf.appspot.com/css/title.png: Added.
3825         * Websites/webkit-perf.appspot.com/main.py:
3826         * Websites/webkit-perf.appspot.com/merge_tests.yaml: Added.
3827         * Websites/webkit-perf.appspot.com/merge_tests_handler.py: Added.
3828         (MergeTestHandler):
3829         (MergeTestHandler.get):
3830         (MergeTestHandler.post):
3831         * Websites/webkit-perf.appspot.com/models.py:
3832         (deleteModelWithNumericIdHolder):
3833         * Websites/webkit-perf.appspot.com/static/create-models.html:
3834
3835 2012-01-30  Kenneth Rohde Christiansen  <kenneth@webkit.org>
3836
3837         Add manual tests for tap highlighting
3838
3839         Rubberstamped by Simon Hausmann.
3840
3841         * ManualTests/qt/tap-highlighting-colors.html: Added.
3842         * ManualTests/qt/tap-highlighting-images.html: Added.
3843         * ManualTests/qt/tap-highlighting-inlines.html: Added.
3844
3845 2012-01-30  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
3846
3847         Manual test of number of resize events emitted during page generation.
3848         https://bugs.webkit.org/show_bug.cgi?id=77212
3849
3850         Is needed to test if too many resize events are send when using fixed
3851         layout, and needs to be a manual test because the test framework does
3852         not currently support testing fixed layout.
3853
3854         Reviewed by Kenneth Rohde Christiansen.
3855
3856         * ManualTests/resize-events.html: Added.
3857
3858 2012-01-29  Zoltan Herczeg  <zherczeg@webkit.org>
3859
3860         Custom written CSS lexer
3861         https://bugs.webkit.org/show_bug.cgi?id=70107
3862
3863         Reviewed by Antti Koivisto and Oliver Hunt.
3864
3865         Remove tokenizer.cpp from intermediate sources.
3866
3867         * wscript:
3868
3869 2012-01-27  Fady Samuel  <fsamuel@chromium.org>
3870
3871         Rename shouldLayoutFixedElementsRelativeToFrame and make it a setting
3872         https://bugs.webkit.org/show_bug.cgi?id=76459
3873
3874         Reviewed by Darin Fisher.
3875
3876         * Source/autotools/symbols.filter:
3877
3878 2012-01-26  Carlos Garcia Campos  <cgarcia@igalia.com>
3879
3880         [GTK] Add basic printing support to WebKit2
3881         https://bugs.webkit.org/show_bug.cgi?id=76172
3882
3883         Reviewed by Gustavo Noronha Silva.
3884
3885         * configure.ac: Check whether GTK+ UNIX printing is available.
3886
3887 2012-01-27  ChangSeok Oh  <shivamidow@gmail.com>
3888
3889         [EFL] SVG_FONT is not disabled when SVG is disabled.
3890         https://bugs.webkit.org/show_bug.cgi?id=77174
3891
3892         Reviewed by Eric Seidel.
3893
3894         SVG_FONTS should be disabled when SVG is disabled. Or else it causes build-break.
3895         Relocated checking ENABLE_GLIB_SUPPORT & ENABLE_VIDEO to avoid duplication.
3896
3897         * Source/cmake/OptionsEfl.cmake:
3898
3899 2012-01-26  Kevin Ollivier  <kevino@theolliviers.com>
3900
3901         [wx] Unreviewed. Build fix, don't build some sources
3902         which appear to no longer be needed.
3903
3904         * wscript:
3905
3906 2012-01-24  Ryosuke Niwa  <rniwa@webkit.org>
3907
3908         Port Mozilla's Graph Server
3909         https://bugs.webkit.org/show_bug.cgi?id=76312
3910
3911         Reviewed by Adam Barth.
3912
3913         Add the app engine backend for the Mozilla's graph server used on perf-webkit.appspot.com.
3914
3915         To deploy webkit-perf.appspot.com, you also need to pull index.html, embed.html, graph.html, jq,
3916         js (except config.js), and css (except title.png) from https://github.com/mozilla/graphs.
3917
3918         * Websites/perf-webkit.appspot.com: Added.
3919         * Websites/perf-webkit.appspot.com/app.yaml: Added.
3920         * Websites/perf-webkit.appspot.com/create_handler.py: Added.
3921         (CreateHandler):
3922         (CreateHandler.post):
3923         (CreateHandler._createBuilder):
3924         (CreateHandler._createBuilder.execute):
3925         (CreateHandler._createBranch):
3926         (CreateHandler._createBranch.execute):
3927         (CreateHandler._createPlatform):
3928         (CreateHandler._createPlatform.execute):
3929         * Websites/perf-webkit.appspot.com/dashboard_handler.py: Added.
3930         (DashboardHandler):
3931         (DashboardHandler.get):
3932         * Websites/perf-webkit.appspot.com/index.yaml: Added.
3933         * Websites/perf-webkit.appspot.com/main.py: Added.
3934         (main):
3935         * Websites/perf-webkit.appspot.com/manifest_handler.py: Added.
3936         (ManifestHandler):
3937         (ManifestHandler.get):
3938         * Websites/perf-webkit.appspot.com/models.py: Added.
3939         (NumericIdHolder):
3940         (NumericIdHolder.whose):
3941         (createInTransactionWithNumericIdHolder):
3942         (modelFromNumericId):
3943         (Branch):
3944         (Platform):
3945         (Builder):
3946         (Builder.authenticate):
3947         (Builder.hashedPassword):
3948         (Build):
3949         (Test):
3950         (TestResult):
3951         (ReportLog):
3952         * Websites/perf-webkit.appspot.com/report_handler.py: Added.
3953         (ReportHandler):
3954         (ReportHandler.post):
3955         (ReportHandler._modelByKeyNameInBodyOrError):
3956         (ReportHandler._integerInBody):
3957         (ReportHandler._timestampInBody):
3958         (ReportHandler._output):
3959         (ReportHandler._resultsAreValid):
3960         (ReportHandler._createBuildIfPossible):
3961         (ReportHandler._createBuildIfPossible.execute):
3962         (ReportHandler._addTestIfNeeded):
3963         (ReportHandler._addTestIfNeeded.execute):
3964         * Websites/perf-webkit.appspot.com/runs_handler.py: Added.
3965         (RunsHandler):
3966         (RunsHandler.get):
3967         * Websites/perf-webkit.appspot.com/static: Added.
3968         * Websites/perf-webkit.appspot.com/static/create-models.html: Added.
3969         * Websites/perf-webkit.appspot.com/static/manual-submit.html: Added.
3970
3971 2012-01-25  Hajime Morita  <morrita@google.com>>
3972
3973         ENABLE_SHADOW_DOM should be available via build-webkit --shadow-dom
3974         https://bugs.webkit.org/show_bug.cgi?id=76863
3975
3976         Reviewed by Dimitri Glazkov.
3977
3978         Added a feature flag.
3979
3980         * Source/cmake/OptionsBlackBerry.cmake:
3981         * Source/cmake/OptionsEfl.cmake:
3982         * Source/cmake/OptionsWinCE.cmake:
3983         * configure.ac:
3984
3985 2012-01-25  Kenneth Rohde Christiansen  <kenneth@webkit.org>
3986
3987         [Qt] Implement tap feedback respecting -webkit-tap-highlight-color
3988         https://bugs.webkit.org/show_bug.cgi?id=76914
3989
3990         Reviewed by Simon Hausmann.
3991
3992         Add a manual test.
3993
3994         * ManualTests/qt/tap-highlighting.html: Added.
3995
3996 2012-01-25  Roland Steiner  <rolandsteiner@chromium.org>
3997
3998         <style scoped>: Implement registering of <style scoped> with the scoping element
3999         https://bugs.webkit.org/show_bug.cgi?id=67790
4000
4001         windows.internals updates
4002
4003         Reviewed by Dimitri Glazkov.
4004
4005         * Source/autotools/symbols.filter:
4006
4007 2012-01-24  Mark Rowe  <mrowe@apple.com>
4008
4009         Death to JavaScriptGlue.
4010
4011         Rubber-stamped by Geoffrey Garen.
4012
4013         * Source/JavaScriptGlue: Removed.
4014         * Source/Makefile: Stop building JavaScriptGlue.
4015
4016 2012-01-24  Simon Hausmann  <simon.hausmann@nokia.com>
4017
4018         Some qmake build files must include Qt5's "quick" module.
4019         https://bugs.webkit.org/show_bug.cgi?id=76671
4020
4021         Unreviewed build fix.
4022
4023         * Source/api.pri:
4024
4025 2012-01-21  Priit Laes  <plaes@plaes.org>
4026
4027         [GTK][PATCH] Enable MathML support by default
4028         https://bugs.webkit.org/show_bug.cgi?id=76790
4029
4030         Reviewed by Martin Robinson.
4031
4032         * configure.ac: Enable MathML by default.
4033
4034 2012-01-20  Marc-Andre Decoste  <mad@chromium.org>
4035
4036         Add proper offset to position right click to simulate a context menu invocation.
4037         https://bugs.webkit.org/show_bug.cgi?id=76421
4038
4039         Reviewed by Ojan Vafai.
4040
4041         * ManualTests/win/contextmenu-key3.html: Added.
4042
4043 2012-01-20  Kinuko Yasuda  <kinuko@chromium.org>
4044
4045         Unreviewed; Windows buildbot update failure fix.
4046
4047         * ../ManualTests/data-transfer-items-file-dragout.html: Removed the notion of test:lorem-text.html.
4048         * ../ManualTests/resources/test:lorem-text.html: Removed as this doesn't work on Windows.
4049
4050 2012-01-20  Kinuko Yasuda  <kinuko@chromium.org>
4051
4052         Add DataTransferItems support for drag-and-drop'ed files and texts
4053         https://bugs.webkit.org/show_bug.cgi?id=76367
4054
4055         Reviewed by Tony Chang.
4056
4057         * ManualTests/data-transfer-items-file-dragout.html: Added.
4058         * ManualTests/test:lorem-text.html: Added.
4059
4060 2012-01-20  Mario Sanchez Prada  <msanchez@igalia.com>
4061
4062         [GTK] Expose accessibility hierarchy in WebKit2 to ATK/AT-SPI based ATs
4063         https://bugs.webkit.org/show_bug.cgi?id=72589
4064
4065         Reviewed by Martin Robinson.
4066
4067         New optional dependency for WK2's accessibility unit test: AT-SPI2.
4068
4069         * configure.ac: Check for AT-SPI2 when building with WK2 support.
4070
4071 2012-01-19  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
4072
4073         [Qt] Public API watch dog auto test.
4074         https://bugs.webkit.org/show_bug.cgi?id=73922
4075
4076         Reviewed by Simon Hausmann.
4077
4078         This test aims to prevent unintended/unapproved
4079         modifications to the public QML API.
4080
4081         * Source/tests.pri:
4082
4083 2012-01-19  Gustavo Noronha Silva  <gns@gnome.org>
4084
4085         Rubber-stamped by Martin Robinson.
4086
4087         * Source/autotools/symbols.filter: try to fix the 32 bits release
4088         bot by also adding the symbol it generates
4089
4090 2012-01-19  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4091
4092         [Qt] Make build-webkit always do safe incremental builds after update-webkit
4093
4094         When building against Qt5 with GCC we would just run 'make' in the build dir,
4095         and rely on the dependency files output by GCC (-MD) to handle dependency
4096         tracking, but that fails for special-cases like adding a Q_OBJECT macro
4097         to a header.
4098
4099         To guarantee that an incrmental build will work, we have to run 'make qmake',
4100         which we now do on every build-webkit that's followed by a successful run
4101         of update-webkit. The reasoning is that update-webkit can result in such
4102         potential corner-cases being applied, and since we can't know for sure
4103         unless we inspect the diff and account for all the corner cases we assume
4104         the worst and always run 'make qmake'.
4105
4106         After a succesful run of build-webkit we proceed to do just 'make' for any
4107         subsequent runs, since we assume that the developer knows what kind of
4108         changes he/she is doing, and when a 'make qmake' is needed.
4109
4110         Reviewed by Simon Hausmann.
4111
4112         * .gitignore:
4113
4114 2012-01-18  Dirk Pranke  <dpranke@chromium.org>
4115
4116         [chromium] move Tools.gyp, switch build-webkit --chromium to All.gyp
4117         https://bugs.webkit.org/show_bug.cgi?id=76505
4118
4119         Reviewed by Tony Chang.
4120
4121         Update with newly-generated files.
4122
4123         * .gitignore:
4124
4125 2012-01-18  Eric Carlson  <eric.carlson@apple.com>
4126
4127         Provide access to user's list of preferred languages
4128         https://bugs.webkit.org/show_bug.cgi?id=76138
4129
4130         Reviewed by Alexey Proskuryakov.
4131
4132         * Source/autotools/symbols.filter: List the new functions.
4133
4134 2012-01-18  Luciano Wolf  <luciano.wolf@openbossa.org>
4135
4136         [Qt][WK2] Broken build with undefined reference to shm_open and shm_unlink
4137         https://bugs.webkit.org/show_bug.cgi?id=76538
4138
4139         Reviewed by Tor Arne Vestbø.
4140
4141         The -lrt parameter was coming before -lWebKit2 during linkage.
4142
4143         Moved rt lib inclusion from Source/api.pri to WebKit2.pri as it should be aware
4144         of its own dependencies instead of letting WebKit guess about. Letting
4145         it on api.pri can lead to a wrong parameter's order during linker phase.
4146         Ubuntu 11.10 was giving errors about SharedMemory (shm_open and
4147         shm_unlink undefined symbols).
4148
4149         * Source/api.pri:
4150
4151 2012-01-18  Balazs Kelemen  <kbalazs@webkit.org>
4152
4153         [Qt] Consolidate layout test crash logging
4154         https://bugs.webkit.org/show_bug.cgi?id=75088
4155
4156         Reviewed by Simon Hausmann.
4157
4158         Move backtrace generating logic into WTFReportBacktrace
4159         and add a way to deinstall signal handlers if we know
4160         that we have already printed the backtrace.
4161
4162         * Source/qtwebkit-export.map:
4163
4164 2012-01-18  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4165
4166         [Qt] Move OTHER_FILES from WebKit.pro to Tools.pro
4167
4168         Reviewed by Simon Hausmann.
4169
4170         * WebKit.pro:
4171
4172 2012-01-18  Shinya Kawanaka  <shinyak@google.com>
4173
4174         Move ShadowContentElement from dom/ to html/ and make ShadowContentElement subclass of HTMLElement.
4175         https://bugs.webkit.org/show_bug.cgi?id=76241
4176
4177         Reviewed by Dimitri Glazkov.
4178
4179         * Source/autotools/symbols.filter: Exposed necessary symbols.
4180
4181 2012-01-18  Carlos Garcia Campos  <cgarcia@igalia.com>
4182
4183         Unreviewed. Fix GTK+ build after r105245.
4184
4185         * Source/autotools/symbols.filter: Fix symbol name.
4186
4187 2012-01-17  Hajime Morrita  <morrita@chromium.org>
4188
4189         [Internals] Should be able to access corresponding Document object.
4190         https://bugs.webkit.org/show_bug.cgi?id=76425
4191
4192         Added exported symbols.
4193
4194         Reviewed by Adam Barth.
4195
4196         * Source/autotools/symbols.filter:
4197
4198 2012-01-17  Stephen Chenney  <schenney@chromium.org>
4199
4200         NULL ptr in WebCore::RenderSVGInlineText::localCaretRect
4201         https://bugs.webkit.org/show_bug.cgi?id=75851
4202
4203         Reviewed by Ryosuke Niwa.
4204
4205         Added a check for null box in localCaretRect, to match test in other
4206         implementations. Adding a manual test because the crash is not
4207         reproducible in DRT.
4208
4209         * ManualTests/svg-modify-deleted-selection.svg: Added.
4210
4211 2012-01-17  Raul Hudea  <rhudea@adobe.com>
4212
4213         Move tests out of WebCore/manual-tests to toplevel ManualTests.
4214         It looks like the manual-tests folder wasn't noticed by git (or me :).
4215
4216         Move some SVG manual tests from deprecated WebCore/manual-tests to toplevel ManualTests
4217         https://bugs.webkit.org/show_bug.cgi?id=76437
4218
4219         Reviewed by Daniel Bates.
4220
4221         * ManualTests/svg-animation-css-transform.html: Renamed from Source/WebCore/manual-tests/svg-animation-css-transform.html.
4222         * ManualTests/svg-css-animate-compound.html: Renamed from Source/WebCore/manual-tests/svg-css-animate-compound.html.
4223         * ManualTests/svg-css-transition-compound.html: Renamed from Source/WebCore/manual-tests/svg-css-transition-compound.html.
4224
4225 2012-01-16  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4226
4227         [Qt] Add more files to project-files for easier navigation in Qt Creator
4228
4229         Reviewed by Simon Hausmann.
4230
4231         * WebKit.pro:
4232
4233 2012-01-16  Carlos Garcia Campos  <cgarcia@igalia.com>
4234
4235         [GTK] Update NEWS and configure.ac for 1.7.4 release
4236         https://bugs.webkit.org/show_bug.cgi?id=76375
4237
4238         Reviewed by Philippe Normand.
4239
4240         * configure.ac: Bumped version number.
4241
4242 2012-01-16  Shinya Kawanaka  <shinyak@google.com>
4243
4244         [crash] Renderer crashes when spell checking a disabled input field.
4245         https://bugs.webkit.org/show_bug.cgi?id=75941
4246
4247         Reviewed by Hajime Morita.
4248
4249         * ManualTests/editing-disabled-node-replace-crash.html: Added.
4250
4251 2012-01-13  Simon Fraser  <simon.fraser@apple.com>
4252
4253         Unmatched transparency layer begin/end on a filtered element with an opacity ancestor
4254         https://bugs.webkit.org/show_bug.cgi?id=76329
4255
4256         Reviewed by Dan Bernstein.
4257         
4258         Manual test with a filtered element as a descendant of an element with
4259         opacity. Doing a Find is necessary to exercise the test.
4260
4261         * ManualTests/filters/opacity-above-filter.html: Added.
4262
4263 2012-01-13  Eli Fidler  <efidler@rim.com>
4264
4265         GCC compiler version is not detected properly for QNX qcc variant
4266         https://bugs.webkit.org/show_bug.cgi?id=76288
4267
4268         Reviewed by Rob Buis.
4269
4270         Provide an alternative way of getting the compiler version for GCC variants
4271         that don't support -dumpversion (such as qcc).
4272
4273         * Source/cmake/WebKitHelpers.cmake:
4274
4275 2012-01-13  Gregg Tavares  <gman@google.com>
4276
4277         Add WebGLContextGroup as step toward sharing WebGL resources
4278         https://bugs.webkit.org/show_bug.cgi?id=75906
4279
4280         The WebGL Working Group will soon add the ability to share
4281         WebGL resources among WebGL contexts. This is the necessary
4282         prep work. NO API changes.
4283
4284         Added WebGLSharedObject for objects that are shared vs
4285         WebGLContextObject for objects that are not.
4286
4287         Reviewed by Kenneth Russell.
4288
4289         No new tests. No change in behavior.
4290
4291         * GNUmakefile.list.am:
4292         * WebCore.gypi:
4293         * html/canvas/OESVertexArrayObject.cpp:
4294         (WebCore::OESVertexArrayObject::createVertexArrayOES):
4295         (WebCore::OESVertexArrayObject::deleteVertexArrayOES):
4296         (WebCore::OESVertexArrayObject::isVertexArrayOES):
4297         (WebCore::OESVertexArrayObject::bindVertexArrayOES):
4298         * html/canvas/WebGLBuffer.cpp:
4299         (WebCore::WebGLBuffer::WebGLBuffer):
4300         (WebCore::WebGLBuffer::~WebGLBuffer):
4301         (WebCore::WebGLBuffer::deleteObjectImpl):
4302         * html/canvas/WebGLBuffer.h:
4303         * html/canvas/WebGLContextGroup.cpp: Added.
4304         (WebCore::WebGLContextGroup::create):
4305         (WebCore::WebGLContextGroup::WebGLContextGroup):
4306         (WebCore::WebGLContextGroup::~WebGLContextGroup):
4307         (WebCore::WebGLContextGroup::getAGraphicsContext3D):
4308         (WebCore::WebGLContextGroup::addContext):
4309         (WebCore::WebGLContextGroup::removeContext):
4310         (WebCore::WebGLContextGroup::removeObject):
4311         (WebCore::WebGLContextGroup::addObject):
4312         (WebCore::WebGLContextGroup::detachAndRemoveAllObjects):
4313         (WebCore::WebGLContextGroup::loseContextGroup):
4314         * html/canvas/WebGLContextGroup.h: Copied from Source/WebCore/html/canvas/WebGLShader.h.
4315         * html/canvas/WebGLContextObject.cpp: Copied from Source/WebCore/html/canvas/WebGLShader.cpp.
4316         (WebCore::WebGLContextObject::WebGLContextObject):
4317         (WebCore::WebGLContextObject::~WebGLContextObject):
4318         (WebCore::WebGLContextObject::detachContext):
4319         (WebCore::WebGLContextObject::getAGraphicsContext3D):
4320         * html/canvas/WebGLContextObject.h: Copied from Source/WebCore/html/canvas/WebGLShader.h.
4321         (WebCore::WebGLContextObject::context):
4322         (WebCore::WebGLContextObject::validate):
4323         (WebCore::WebGLContextObject::hasGroupOrContext):
4324         * html/canvas/WebGLFramebuffer.cpp:
4325         (WebCore::WebGLFramebuffer::WebGLFramebuffer):
4326         (WebCore::WebGLFramebuffer::~WebGLFramebuffer):
4327         (WebCore::WebGLFramebuffer::setAttachmentForBoundFramebuffer):
4328         (WebCore::WebGLFramebuffer::getAttachment):
4329         (WebCore::WebGLFramebuffer::removeAttachmentFromBoundFramebuffer):
4330         (WebCore::WebGLFramebuffer::checkStatus):
4331         (WebCore::WebGLFramebuffer::onAccess):
4332         (WebCore::WebGLFramebuffer::deleteObjectImpl):
4333         (WebCore::WebGLFramebuffer::initializeRenderbuffers):
4334         * html/canvas/WebGLFramebuffer.h:
4335         * html/canvas/WebGLObject.cpp:
4336         (WebCore::WebGLObject::WebGLObject):
4337         (WebCore::WebGLObject::~WebGLObject):
4338         (WebCore::WebGLObject::deleteObject):
4339         (WebCore::WebGLObject::detach):
4340         (WebCore::WebGLObject::onDetached):
4341         * html/canvas/WebGLObject.h:
4342         * html/canvas/WebGLProgram.cpp:
4343         (WebCore::WebGLProgram::WebGLProgram):
4344         (WebCore::WebGLProgram::~WebGLProgram):
4345         (WebCore::WebGLProgram::deleteObjectImpl):
4346         (WebCore::WebGLProgram::cacheActiveAttribLocations):
4347         * html/canvas/WebGLProgram.h:
4348         * html/canvas/WebGLRenderbuffer.cpp:
4349         (WebCore::WebGLRenderbuffer::~WebGLRenderbuffer):
4350         (WebCore::WebGLRenderbuffer::WebGLRenderbuffer):
4351         (WebCore::WebGLRenderbuffer::deleteObjectImpl):
4352         * html/canvas/WebGLRenderbuffer.h:
4353         * html/canvas/WebGLRenderingContext.cpp:
4354         (WebCore::WebGLRenderingContext::WebGLRenderingContext):
4355         (WebCore::WebGLRenderingContext::initializeNewContext):
4356         (WebCore::WebGLRenderingContext::~WebGLRenderingContext):
4357         (WebCore::WebGLRenderingContext::clearIfComposited):
4358         (WebCore::WebGLRenderingContext::checkObjectToBeBound):
4359         (WebCore::WebGLRenderingContext::clear):
4360         (WebCore::WebGLRenderingContext::copyTexImage2D):
4361         (WebCore::WebGLRenderingContext::copyTexSubImage2D):
4362         (WebCore::WebGLRenderingContext::createBuffer):
4363         (WebCore::WebGLRenderingContext::createFramebuffer):
4364         (WebCore::WebGLRenderingContext::createTexture):
4365         (WebCore::WebGLRenderingContext::createProgram):
4366         (WebCore::WebGLRenderingContext::createRenderbuffer):
4367         (WebCore::WebGLRenderingContext::createShader):
4368         (WebCore::WebGLRenderingContext::deleteObject):
4369         (WebCore::WebGLRenderingContext::deleteRenderbuffer):
4370         (WebCore::WebGLRenderingContext::deleteTexture):
4371         (WebCore::WebGLRenderingContext::detachShader):
4372         (WebCore::WebGLRenderingContext::validateElementArraySize):
4373         (WebCore::WebGLRenderingContext::validateIndexArrayConservative):
4374         (WebCore::WebGLRenderingContext::validateIndexArrayPrecise):
4375         (WebCore::WebGLRenderingContext::validateWebGLObject):
4376         (WebCore::WebGLRenderingContext::drawArrays):
4377         (WebCore::WebGLRenderingContext::drawElements):
4378         (WebCore::WebGLRenderingContext::framebufferRenderbuffer):
4379         (WebCore::WebGLRenderingContext::framebufferTexture2D):
4380         (WebCore::WebGLRenderingContext::getFramebufferAttachmentParameter):
4381         (WebCore::WebGLRenderingContext::linkProgram):
4382         (WebCore::WebGLRenderingContext::readPixels):
4383         (WebCore::WebGLRenderingContext::useProgram):
4384         (WebCore::WebGLRenderingContext::removeSharedObject):
4385         (WebCore::WebGLRenderingContext::addSharedObject):
4386         (WebCore::WebGLRenderingContext::removeContextObject):
4387         (WebCore::WebGLRenderingContext::addContextObject):
4388         (WebCore::WebGLRenderingContext::detachAndRemoveAllObjects):
4389         (WebCore::WebGLRenderingContext::initVertexAttrib0):
4390         (WebCore::WebGLRenderingContext::loseContext):
4391         (WebCore::WebGLRenderingContext::loseContextImpl):
4392         * html/canvas/WebGLRenderingContext.h:
4393         (WebCore::WebGLRenderingContext::contextGroup):
4394         * html/canvas/WebGLShader.cpp:
4395         (WebCore::WebGLShader::WebGLShader):
4396         (WebCore::WebGLShader::~WebGLShader):
4397         (WebCore::WebGLShader::deleteObjectImpl):
4398         * html/canvas/WebGLShader.h:
4399         * html/canvas/WebGLSharedObject.cpp: Copied from Source/WebCore/html/canvas/WebGLRenderbuffer.cpp.
4400         (WebCore::WebGLSharedObject::WebGLSharedObject):
4401         (WebCore::WebGLSharedObject::~WebGLSharedObject):
4402         (WebCore::WebGLSharedObject::detachContextGroup):
4403         (WebCore::WebGLSharedObject::getAGraphicsContext3D):
4404         * html/canvas/WebGLSharedObject.h: Copied from Source/WebCore/html/canvas/WebGLShader.h.
4405         (WebCore::WebGLSharedObject::contextGroup):
4406         (WebCore::WebGLSharedObject::isBuffer):
4407         (WebCore::WebGLSharedObject::isFramebuffer):
4408         (WebCore::WebGLSharedObject::isProgram):
4409         (WebCore::WebGLSharedObject::isRenderbuffer):
4410         (WebCore::WebGLSharedObject::isShader):
4411         (WebCore::WebGLSharedObject::isTexture):
4412         (WebCore::WebGLSharedObject::validate):
4413         (WebCore::WebGLSharedObject::hasGroupOrContext):
4414         * html/canvas/WebGLTexture.cpp:
4415         (WebCore::WebGLTexture::WebGLTexture):
4416         (WebCore::WebGLTexture::~WebGLTexture):
4417         (WebCore::WebGLTexture::deleteObjectImpl):
4418         * html/canvas/WebGLTexture.h:
4419         * html/canvas/WebGLVertexArrayObjectOES.cpp:
4420         (WebCore::WebGLVertexArrayObjectOES::WebGLVertexArrayObjectOES):
4421         (WebCore::WebGLVertexArrayObjectOES::~WebGLVertexArrayObjectOES):
4422         (WebCore::WebGLVertexArrayObjectOES::deleteObjectImpl):
4423         * html/canvas/WebGLVertexArrayObjectOES.h:
4424
4425 2012-01-12  Sheriff Bot  <webkit.review.bot@gmail.com>
4426
4427         Unreviewed, rolling out r104805.
4428         http://trac.webkit.org/changeset/104805
4429         https://bugs.webkit.org/show_bug.cgi?id=76180
4430
4431         Breaks apple win compilation. (Requested by vsevik on
4432         #webkit).
4433
4434         * Source/autotools/symbols.filter:
4435
4436 2012-01-12  Simon Hausmann  <simon.hausmann@nokia.com>
4437
4438         Make the new WTF module build on Qt
4439         https://bugs.webkit.org/show_bug.cgi?id=76163
4440
4441         Reviewed by Tor Arne Vestbø.
4442
4443         * WebKit.pro: Build the new WTF instead of the old one.
4444
4445 2012-01-12  Shinya Kawanaka  <shinyak@google.com>
4446
4447         ShadowContentElement should be able to use query.
4448         https://bugs.webkit.org/show_bug.cgi?id=75302
4449
4450         Reviewed by Hajime Morita.
4451
4452         * Source/autotools/symbols.filter: Exposed necessary symbols.
4453
4454 2012-01-11  Ulan Degenbaev  <ulan@chromium.org>
4455
4456         [v8] Int16Array.set(array, offset) fails on first execution
4457         https://bugs.webkit.org/show_bug.cgi?id=76040
4458
4459         Reviewed by Kenneth Russell.
4460
4461         * LayoutTests/fast/canvas/webgl/array-set-with-offset-expected.txt: Added.
4462         * LayoutTests/fast/canvas/webgl/array-set-with-offset.html: Added.
4463         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp:
4464         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h:
4465
4466 2012-01-11  Eli Fidler  <efidler@rim.com>
4467
4468         Fix OpenGL dependency in CMake build system
4469         https://bugs.webkit.org/show_bug.cgi?id=73559
4470
4471         Reviewed by Daniel Bates.
4472
4473         Apparently the EFL port uses desktop OpenGL to implement WebGL, but
4474         other ports such as BlackBerry use other libraries like OpenGL ES 2.0 or
4475         ANGLE.
4476
4477         * Source/cmake/OptionsCommon.cmake:
4478         * Source/cmake/OptionsEfl.cmake:
4479
4480 2012-01-09  Martin Robinson  <mrobinson@igalia.com>
4481
4482         [GTK] [AC] Simplify accelerated compositing build options
4483         https://bugs.webkit.org/show_bug.cgi?id=75518
4484
4485         Reviewed by Gustavo Noronha Silva.
4486
4487         * configure.ac: Remove the --enable-3d-rendering option. It's enabled by
4488         default now when accelerated compositing is enabled.
4489         * GNUmakefile.am: Automatically enable 3D rendering when accelerated compositing
4490         is turned on.
4491
4492 2012-01-04  Jon Lee  <jonlee@apple.com>
4493
4494         Clicking on the cancel button on readonly and disabled search fields darkens as if the search field was editable
4495         https://bugs.webkit.org/show_bug.cgi?id=69886
4496         <rdar://problem/10070187>
4497
4498         Reviewed by Adele Peterson.
4499
4500         * ManualTests/search-cancel-button.html: Added.
4501
4502 2012-01-06  Simon Hausmann  <simon.hausmann@nokia.com>
4503
4504         [Qt] Fix compilation of app code against QtWebKit master header file
4505
4506         Unreviewed trivial build fix.
4507
4508         * Source/sync.profile: Exclude util.h and testwindow.h from the master header
4509         file, because it cannot be used outside of the WebKit source tree.
4510
4511 2012-01-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4512
4513         [Qt] Move listing of include paths and libs to pri files in sources
4514
4515         Includepaths are sometimes modified by non-Qt contributors so keeping
4516         them in files inside Sources makes it more likely that they are updated
4517         along with project files for the other ports.
4518
4519         Using pri files instead of prf files for this also has the benefit that
4520         the include() from the main target file can be parsed and followed by
4521         Qt Creator -- something that does not work with load().
4522
4523         Dependency from a target to a library through the WEBKIT variable are
4524         handled through forwarding-files in Tools/qmake/mkspecs/modules, which
4525         set the source root of the module and include the right pri file.
4526
4527         Ideally we'd use the variant of include() that takes an optional
4528         namespace to read the variables into, or the fromfile() function,
4529         but both of these add an overhead of about 40% on the total qmake
4530         runtime, due to making a deep copy of all the variables in the
4531         project or re-reading all the prf files from scratch.
4532
4533         Reviewed by Simon Hausmann.
4534         Reviewed by Ossy.
4535
4536         * WebKit.pro:
4537
4538 2012-01-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4539
4540         [Qt] Add a few more files ot OTHER_FILES
4541
4542         Rubber-stamped by Simon Hausmann.
4543
4544         * WebKit.pro:
4545
4546 2012-01-05  Ulan Degenbaev  <ulan@chromium.org>
4547
4548         [v8] Null pointer exception if a typed array constructor set to a primitive value.
4549         https://bugs.webkit.org/show_bug.cgi?id=75532
4550
4551         Make sure that V8ArrayBufferViewCustomScript.js does not throw exception.
4552
4553         Reviewed by Kenneth Russell.
4554
4555         * LayoutTests/fast/canvas/webgl/array-buffer-view-crash-when-reassigned-expected.txt: Added.
4556         * LayoutTests/fast/canvas/webgl/array-buffer-view-crash-when-reassigned.html: Added.
4557         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp:
4558         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustomScript.js:
4559
4560 2012-01-05  Zeno Albisser  <zeno@webkit.org>
4561
4562         [Qt][WK2] Implement custom URL schemes defined in QML.
4563         https://bugs.webkit.org/show_bug.cgi?id=74931
4564
4565         Add new classes to the export map.
4566
4567         Reviewed by Kenneth Rohde Christiansen.
4568
4569         * Source/qtwebkit-export.map:
4570
4571 2012-01-05  Fady Samuel  <fsamuel@chromium.org>
4572
4573         Move scalePageBy from eventSender to window.internals
4574         https://bugs.webkit.org/show_bug.cgi?id=64512
4575
4576         Reviewed by Simon Fraser.
4577
4578         * Source/autotools/symbols.filter:
4579
4580 2012-01-04  James Robinson  <jamesr@chromium.org>
4581
4582         [chromium] Move WebMimeRegistry and dependencies to Source/Platform
4583         https://bugs.webkit.org/show_bug.cgi?id=74583
4584
4585         Reviewed by Darin Fisher.
4586
4587         Update .gitignore for Source/Platform/Platform.gyp/ generated project files.
4588
4589         * .gitignore:
4590
4591 2012-01-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4592
4593         [Qt] Introduce new qmake variable 'WEBKIT' for signaling dependencies
4594
4595         The custom qmake variable 'WEBKIT' is used for signaling that a
4596         target depends in some way on other subproject of the WebKit
4597         project. For now this is limited to the set of intermediate
4598         libraries: wtf, javascriptcore, webcore, and webkit2.
4599
4600         This replaces the previous convension of using load(foo) for
4601         just include paths, and CONFIG += foo to also link against foo.
4602
4603         Adding a dependency results in additional include paths being
4604         available, and potentially linking to the library. This is
4605         decided by the build system based on conditions such as what
4606         kind of target is being built and the general build config.
4607
4608         An advantage to his approach is that it simplifies the individual
4609         foo.prf files, for example by allowing us to use INCLUDEPATH +=
4610         and LIBS += as normal instead of prepending.
4611
4612         Reviewed by Simon Hausmann.
4613
4614         * Source/api.pri:
4615
4616 2012-01-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4617
4618         [Qt] Move use of $$qtLibraryTarget() to a single place
4619
4620         Reviewed by Kenneth Rohde Christiansen.
4621
4622         * Source/api.pri:
4623
4624 2012-01-04  Mary Wu  <mary.wu@torchmobile.com.cn>
4625
4626         Enable DOWNLOAD_ATTRIBUTE in BlackBerry porting
4627         https://bugs.webkit.org/show_bug.cgi?id=75238
4628
4629         Reviewed by Antonio Gomes.
4630
4631         * Source/cmakeconfig.h.cmake: Modified to add a new cmakedefine ENABLE_DOWNLOAD_ATTRIBUTE.
4632
4633 2012-01-03  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4634
4635         [Qt] Clean up detection of fontconfig
4636
4637         We decide in features.prf whether or not fontconfig is available, and
4638         set the HAVE_FONTCONFIG define accordingly. All leaf project files
4639         should use this define to decide whether or not to link against
4640         fontconfig, not do their own detection.
4641
4642         We don't need to add link_pkgconfig to CONFIG in each project file,
4643         as we selectivly enable that configuration in defaults_post when
4644         needed.
4645
4646         Reviewed by Ossy.
4647
4648         * Source/api.pri:
4649
4650 2012-01-02  Carlos Garcia Campos  <cgarcia@igalia.com>
4651
4652         [GTK] Add a way to change web view settings in MiniBrowser
4653         https://bugs.webkit.org/show_bug.cgi?id=71568
4654
4655         Reviewed by Philippe Normand.
4656
4657         * GNUmakefile.am: Initialize minibrowser_built_sources.
4658
4659 2011-12-28  ChangSeok Oh  <shivamidow@gmail.com>
4660
4661         [GTK] Fix compilation issue when selecting opengl for Accelerated compositing
4662         https://bugs.webkit.org/show_bug.cgi?id=75309
4663
4664         Reviewed by Martin Robinson.
4665
4666         Replace WTF_USE_TEXTURE_MAPPER_OPENGL to WTF_USE_TEXTURE_MAPPER_GL
4667
4668         * GNUmakefile.am:
4669
4670 2011-12-28  Dan Bernstein  <mitz@apple.com>
4671
4672         Entering "make" in Source builds only JavaScriptGlue and ANGLE
4673         https://bugs.webkit.org/show_bug.cgi?id=75318
4674
4675         Reviewed by Anders Carlsson.
4676
4677         * Makefile: Changed to make Source and Tools.
4678         * Source/Makefile: Changed to make all projects in Source.
4679
4680 2011-12-27  Kentaro Hara  <haraken@chromium.org>
4681
4682         WIP: Enable the [Supplemental] IDL on Gtk
4683         https://bugs.webkit.org/show_bug.cgi?id=74972
4684
4685         Reviewed by Adam Barth.
4686
4687         This patch adds dom_binding_idls, which is used in Source/WebCore/GNUmakefile.list.am.
4688
4689         * GNUmakefile.am:
4690
4691 2011-12-22  Leo Yang  <leo.yang@torchmobile.com.cn>
4692
4693         [BlackBerry] Enable blob for the BlackBerry porting
4694         https://bugs.webkit.org/show_bug.cgi?id=75074
4695
4696         Reviewed by George Staikos.
4697
4698         * Source/cmake/OptionsBlackBerry.cmake:
4699
4700 2011-12-22  Ryuan Choi  <ryuan.choi@samsung.com>
4701
4702         [EFL][WK2] Add an option to build WebKit2.
4703         https://bugs.webkit.org/show_bug.cgi?id=61999
4704
4705         Reviewed by Eric Seidel.
4706
4707         * Source/cmake/OptionsEfl.cmake: Set WebKit2_LIBRARY_NAME.
4708
4709 2011-12-22  Daniel Jalkut  <jalkut@red-sweater.com>
4710
4711         ManualTests HTML template should be simplified
4712         https://bugs.webkit.org/show_bug.cgi?id=75025
4713
4714         Reviewed by Ryosuke Niwa.
4715
4716         * ManualTests/template.html:
4717
4718 2011-12-22  Daniel Jalkut  <jalkut@red-sweater.com>
4719
4720         WebKit editing throws exception when monochrome color dragged onto text
4721         https://bugs.webkit.org/show_bug.cgi?id=74775
4722
4723         Reviewed by Ryosuke Niwa.
4724
4725         * ManualTests/drag-color-to-contenteditable.html: Added.
4726
4727 2011-12-21  Daniel Bates  <dbates@webkit.org>
4728
4729         Add CMake option to only build JavaScriptCore
4730         https://bugs.webkit.org/show_bug.cgi?id=74979
4731
4732         Reviewed by Rob Buis.
4733
4734         Towards adding CMake support to script Tools/Scripts/build-jsc, add a CMake
4735         option to only build JavaScriptCore.
4736
4737         * CMakeLists.txt: Defined ENABLE_WEBCORE to build WebCore. If the option
4738         ONLY_BUILD_JAVASCRIPTCORE is specified then don't build WebCore, WebKit, or WebKit2.
4739         * Source/CMakeLists.txt:
4740         * Source/cmake/WebKitFS.cmake:
4741
4742 2011-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
4743
4744         emacs: unreviewed. add settings for editing js files.
4745
4746         * .dir-locals.el:
4747
4748 2011-12-20  Rafael Brandao  <rafael.lobo@openbossa.org>
4749
4750         [Qt][WK2] Implement favicon support
4751         https://bugs.webkit.org/show_bug.cgi?id=71082
4752
4753         Reviewed by Simon Hausmann.
4754
4755         * Source/qtwebkit-export.map: Added new classes.
4756
4757 2011-12-18  Simon Hausmann  <simon.hausmann@nokia.com>
4758
4759         Rename EditCommandQt to UndoStepQt
4760         https://bugs.webkit.org/show_bug.cgi?id=74754
4761
4762         Reviewed by Ryosuke Niwa.
4763
4764         * Source/api.pri:
4765
4766 2011-12-16  Mark Hahnenberg  <mhahnenberg@apple.com>
4767
4768         De-virtualize destructors
4769         https://bugs.webkit.org/show_bug.cgi?id=74331
4770
4771         Reviewed by Geoffrey Garen.
4772
4773         * Source/autotools/symbols.filter: Removed symbol no longer present.
4774
4775 2011-12-16  Carlos Garcia Campos  <cgarcia@igalia.com>
4776
4777         [GTK] Update NEWS and configure.ac for 1.7.3 release
4778         https://bugs.webkit.org/show_bug.cgi?id=74699
4779
4780         Reviewed by Philippe Normand.
4781
4782         * configure.ac: Bumped version number.
4783
4784 2011-12-15  Raphael Kubo da Costa  <kubo@profusion.mobi>
4785
4786         [CMake] Remove ENABLE_DATAGRID from the buildsystem.
4787         https://bugs.webkit.org/show_bug.cgi?id=74640
4788
4789         Reviewed by Antonio Gomes.
4790
4791         r84991 removed Datagrid from the tree, but the options in CMake were
4792         kept.
4793
4794         * Source/cmake/OptionsBlackBerry.cmake:
4795         * Source/cmake/OptionsEfl.cmake:
4796         * Source/cmake/OptionsWinCE.cmake:
4797         * Source/cmakeconfig.h.cmake:
4798
4799 2011-12-15  Ulan Degenbaev  <ulan@chromium.org>
4800
4801         Web Inspector: [Chromium]  Call LowMemoryNotification instead of IdleNotification
4802         https://bugs.webkit.org/show_bug.cgi?id=71821
4803
4804         Reviewed by Yury Semikhatsky.
4805
4806         * Source/WebCore/bindings/v8/ScriptProfiler.cpp:
4807
4808 2011-12-15  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4809
4810         [Qt] Don't add WebCoreSupport and WebKit APIs to include WebCore's include path
4811
4812         Reviewed Simon Hausmann.
4813
4814         * Source/api.pri:
4815
4816 2011-12-15  Michael Brüning  <michael.bruning@nokia.com>
4817
4818         [QT][WK2]Add (experimental) viewport info view to Minibrowser/qt.
4819         https://bugs.webkit.org/show_bug.cgi?id=72893
4820
4821         Reviewed by Kenneth Rohde Christiansen.
4822
4823         This patch extends QQuickWebViewExperimental by a property named
4824         viewportInfo, which contains the viewport scalability and
4825         layout and contents size information. This property is exposed to
4826         QML through the experimental extension for QQuickWebView.
4827
4828         * Source/qtwebkit-export.map:
4829
4830 2011-12-14  Ryosuke Niwa  <rniwa@webkit.org>
4831
4832         Add a manual test for caret blinking during forward deletion
4833         https://bugs.webkit.org/show_bug.cgi?id=74494
4834
4835         Reviewed by Dan Bernstein.
4836
4837         Add a test to forward delete 200 characters. Caret should not blink during the deletion.
4838         This is a follow up for r102413.
4839
4840         * ManualTests/caret-blink-during-forward-delete.html: Added.
4841
4842 2011-12-14  Csaba Osztrogonác  <ossy@webkit.org>
4843
4844         [Qt] Rollout r102769, because it broke Qt-4.8 builds.
4845
4846         * Source/api.pri:
4847
4848 2011-12-14  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4849
4850         [Qt] Don't add WebCoreSupport and WebKit APIs to include WebCore's include path
4851
4852         Followup to r102679
4853
4854         https://bugs.webkit.org/show_bug.cgi?id=74413
4855
4856         Reviewed by Simon Hausmann.
4857
4858         * Source/api.pri:
4859
4860 2011-12-14  Alexander Færøy  <alexander.faeroy@nokia.com>
4861
4862         [Qt] Fix compilation of QtWebKit with --orientation-events without ENABLE_DEVICE_ORIENTATION
4863         https://bugs.webkit.org/show_bug.cgi?id=74492
4864
4865         Reviewed by Simon Hausmann.
4866
4867         * Source/api.pri:
4868
4869 2011-12-14  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
4870
4871         [Qt] [WK2] Linking fails if GStreamer not installed after r102493
4872         https://bugs.webkit.org/show_bug.cgi?id=74412
4873
4874         Reviewed by Simon Hausmann.
4875
4876         Add -lrt to fix WK2 linking when gstreamer is not used.
4877
4878         * Source/api.pri:
4879
4880 2011-12-14  Alexander Færøy  <alexander.faeroy@nokia.com>
4881
4882         [Qt] DeviceOrientationClientMockQt should be removed in favor of DeviceOrientationClientMock
4883         https://bugs.webkit.org/show_bug.cgi?id=74417
4884
4885         Reviewed by Simon Hausmann.
4886
4887         Based on original patch by Kenneth Christiansen.
4888
4889         * Source/api.pri:
4890
4891 2011-12-14  Jacky Jiang  <zhajiang@rim.com>
4892
4893         [BlackBerry] Switch to libjpeg for decoding
4894         https://bugs.webkit.org/show_bug.cgi?id=74475
4895
4896         Reviewed by Daniel Bates.
4897
4898         Find libjpeg instead of libimg.
4899
4900         * Source/cmake/OptionsBlackBerry.cmake:
4901
4902 2011-12-13  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
4903
4904         [Qt] Get rid of layering violations in includes
4905
4906         WebKit/qt/API and WebKit/qt/WebCoreSupport should not be included
4907         in the webcore.prf, but rather in each target that specificly needs
4908         headers in these location. We used to include them directly in webcore
4909         since we had layering violations between WebCore and WebKit, but now
4910         that they are gone there's no reason to do that.
4911
4912         Reviewed by Simon Hausmann.
4913
4914         * Source/api.pri:
4915
4916 2011-12-12  Andy Wingo  <wingo@igalia.com>
4917
4918         Simplify autotools configure.ac
4919         https://bugs.webkit.org/show_bug.cgi?id=74312
4920
4921         Reviewed by Martin Robinson.
4922
4923         * configure.ac: Don't AC_DEFINE so many things.  Many of the
4924         defines were stale (ENABLE_YARR, ENABLE_JIT_OPTIMIZE_CALL, etc),
4925         and with Platform.h we don't need to make an explicit decision
4926         here.  If the user does pass --enable-jit or --disable-jit, effect
4927         that choice via setting JSC_CPPFLAGS.
4928
4929 2011-12-12  Alexis Menard  <alexis.menard@openbossa.org>
4930
4931         [Qt][WK2] History is not accessible in QML.
4932         https://bugs.webkit.org/show_bug.cgi?id=73016
4933
4934         Reviewed by Simon Hausmann.
4935
4936         Add the new QWebNavigationHistory in the map file.
4937
4938         * Source/qtwebkit-export.map:
4939
4940 2011-12-09  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
4941
4942         [Qt] request parameter of QQuickWebView::navigationRequested is not a registered type
4943         https://bugs.webkit.org/show_bug.cgi?id=73826
4944
4945         Reviewed by Tor Arne Vestbø.
4946
4947         * Source/qtwebkit-export.map: Adding QWebNavigationRequest
4948
4949 2011-12-09  Joone Hur  <joone.hur@collabora.co.uk>
4950
4951         [GTK] Initial implementation of Accelerated Compositing using Clutter
4952         https://bugs.webkit.org/show_bug.cgi?id=73319
4953
4954         Reviewed by Gustavo Noronha Silva.
4955
4956         * GNUmakefile.am: Export new compilation macros.
4957         * configure.ac: Add clutter backend for Accelerated Compositing.
4958
4959 2011-12-08  Sheriff Bot  <webkit.review.bot@gmail.com>
4960
4961         Unreviewed, rolling out r102323.
4962         http://trac.webkit.org/changeset/102323
4963         https://bugs.webkit.org/show_bug.cgi?id=74069
4964
4965         Caused Chromium and GTK build failure (Requested by bashi on
4966         #webkit).
4967
4968         * Source/autotools/symbols.filter:
4969
4970 2011-12-08  Fady Samuel  <fsamuel@chromium.org>
4971
4972         Move scalePageBy from eventSender to window.internals
4973         https://bugs.webkit.org/show_bug.cgi?id=64512
4974
4975         Reviewed by Simon Fraser.
4976
4977         * Source/autotools/symbols.filter:
4978
4979 2011-12-06  Dirk Pranke  <dpranke@chromium.org>
4980
4981         Add Tools/Tool.xcodeproj,
4982         Source/WebKit/chromium/WebKitUnitTests.xcodeproj,
4983         Source/WebKit/chromium/All.xcodeproj to .gitignore
4984
4985         https://bugs.webkit.org/show_bug.cgi?id=73823
4986
4987         Reviewed by Tony Chang.
4988
4989         * .gitignore:
4990
4991 2011-12-06  Simon Hausmann  <simon.hausmann@nokia.com>
4992
4993         [Qt] build-jsc script doesn't work
4994         https://bugs.webkit.org/show_bug.cgi?id=73910
4995
4996         Reviewed by Tor Arne Vestbø.
4997
4998         * WebKit.pro: Move WTF SUBDIR stuff out of here and
4999         straight into JavaScriptCore/JavaScriptCore.pro.
5000         Unconditionally "recurse" into JavaScriptCore now,
5001         as we'll do the v8 scoping there to only build WTF.
5002
5003 2011-12-05  Alexander Færøy  <alexander.faeroy@nokia.com>
5004
5005         [Qt] Add Source/qtwebkitversion.h to .gitignore
5006         https://bugs.webkit.org/show_bug.cgi?id=73823
5007
5008         Reviewed by Tor Arne Vestbø.
5009
5010         * .gitignore:
5011
5012 2011-12-03  Dan Winship  <danw@gnome.org>
5013
5014         [GTK] Update required libsoup version
5015         https://bugs.webkit.org/show_bug.cgi?id=71611
5016
5017         Reviewed by Martin Robinson.
5018
5019         * configure.ac: require libsoup 2.37.2.1 for SoupRequestHTTP API
5020         changes
5021
5022 2011-12-02  Fady Samuel  <fsamuel@chromium.org>
5023
5024         When page scaling is in use position:fixed has incorrect results
5025         https://bugs.webkit.org/show_bug.cgi?id=68617
5026
5027         Reviewed by Simon Fraser.
5028
5029         * Source/autotools/symbols.filter:
5030
5031 2011-12-02  Martin Robinson  <mrobinson@igalia.com>
5032
5033         Try to fix the GTK+ debug bot. As discussed with other GTK+
5034         hackers recently. It makes sense to just remove G_DISABLE_DEPRECATIONS
5035         now in WebKit. The flag itself is now deprecated in GLib in favor of
5036         the gcc attribute.
5037
5038         * GNUmakefile.am: Remove G_DISABLE_DEPRECATED.
5039
5040 2011-12-02  Kevin Ollivier  <kevino@theolliviers.com>
5041
5042         [wx] Unreviewed build fixes for Windows build.
5043
5044         * wscript:
5045
5046 2011-12-02  Alejandro G. Castro  <alex@igalia.com>
5047
5048         [GTK] Fix TextureMapperCairo compilation
5049         https://bugs.webkit.org/show_bug.cgi?id=73655
5050
5051         Reviewed by Martin Robinson.
5052
5053         * GNUmakefile.am: The variables need the USE part in the name.
5054         * configure.ac: We can not define the variable twice.
5055
5056 2011-12-02  Raphael Kubo da Costa  <kubo@profusion.mobi>
5057
5058         Unreviewed, revert r101347.
5059         https://bugs.webkit.org/show_bug.cgi?id=73580
5060
5061         It breaks the linking of Tools/ targets due to missing functions.
5062
5063         * Source/cmake/OptionsEfl.cmake:
5064
5065 2011-12-02  Alejandro G. Castro  <alex@igalia.com>
5066
5067         [GTK] Improve  C++0x compat warnings check
5068         https://bugs.webkit.org/show_bug.cgi?id=73642
5069
5070         Reviewed by Martin Robinson.
5071
5072         * configure.ac:
5073
5074 2011-12-01  Nayan Kumar K  <nayankk@motorola.com>
5075
5076         [GTK] Add compilation options to enable/disable Accelerated Compositing and to choose texture mapper implementation.
5077         https://bugs.webkit.org/show_bug.cgi?id=73458
5078
5079         Reviewed by Martin Robinson.
5080
5081         * GNUmakefile.am: Export new compilation macros.
5082         * configure.ac: Provide option to choose accelerated compositing and texture mapper variations.
5083
5084 2011-12-01  Patrick Gansterer  <paroga@webkit.org>
5085
5086         [CMake] Make the feature defines for DOM names explicit
5087         https://bugs.webkit.org/show_bug.cgi?id=72812
5088
5089         Reviewed by Daniel Bates.
5090
5091         Preprocessor defines used in WebCore/dom/make_names.pl are set via WEBKIT_FEATURE
5092         for every port in the correspondig platform file. Pass an explicit list of defines
5093         to the CMake macro, so we need to maintain the list only once.
5094
5095         * Source/cmake/OptionsBlackBerry.cmake:
5096         * Source/cmake/OptionsEfl.cmake:
5097         * Source/cmake/OptionsWinCE.cmake:
5098         * Source/cmake/WebKitFeatures.cmake:
5099
5100 2011-11-30  Alejandro G. Castro  <alex@igalia.com>
5101
5102         [GTK] Add accelerated compositing compilation option
5103         https://bugs.webkit.org/show_bug.cgi?id=73298
5104
5105         Compile whatever we have inside the USE(ACCELERATED_COMPOSITING)
5106         define. Add the build compilation option
5107         --with-accelerated-compositing and use it in the makefile.
5108
5109         Reviewed by Martin Robinson.
5110
5111         * GNUmakefile.am:
5112         * configure.ac:
5113
5114 2011-11-30  Mary Wu  <mary.wu@torchmobile.com.cn>
5115
5116         remove buildinformation from BlackBerry porting build system
5117         https://bugs.webkit.org/show_bug.cgi?id=73276
5118
5119         Reviewed by Daniel Bates.
5120
5121         * Source/cmake/OptionsBlackBerry.cmake: remove script file generate-buildinfo
5122
5123 2011-11-30  Andrew Wason  <rectalogic@rectalogic.com>
5124
5125         Replace Qt QThread threading back-end with pthread/Win32 threading back-ends
5126         https://bugs.webkit.org/show_bug.cgi?id=72155
5127
5128         Reviewed by Simon Hausmann.
5129
5130         Add additional WebCoreSupport files for Qt.
5131
5132         * Source/api.pri:
5133
5134 2011-11-30  Adenilson Cavalcanti  <adenilson.silva@openbossa.org>
5135
5136         [Qt][WK2] Implement permission API for Qt port
5137         https://bugs.webkit.org/show_bug.cgi?id=59200
5138
5139         Permission API hookup for Geolocation, it allows to receive in WebView
5140         a signal when a permission request is done (e.g. to grant permission
5141         for accessing geolocation information) and set it accordingly.
5142
5143         Reviewed by Simon Hausmann.
5144
5145         * Source/qtwebkit-export.map:
5146
5147 2011-11-29  Kevin Ollivier  <kevino@theolliviers.com>
5148
5149         [wx] Unreviewed build fix for Leopard compilation.
5150
5151         * wscript:
5152
5153 2011-11-29  Philippe Normand  <pnormand@igalia.com>
5154
5155         [GTK] hide WebAudio build option until support for FFTW is removed
5156         https://bugs.webkit.org/show_bug.cgi?id=73295
5157
5158         Reviewed by Martin Robinson.
5159
5160         * configure.ac: Disable WebAudio until the FFTW dependency is removed.
5161
5162 2011-11-29  Hyowon Kim  <hw1008.kim@samsung.com>
5163
5164         [Texmap][EFL] Accelerated compositing support using TextureMapper on EFL port
5165         https://bugs.webkit.org/show_bug.cgi?id=73111
5166
5167         Add feature define for TextureMapper and OpenGL package.
5168
5169         Reviewed by Noam Rosenthal.
5170
5171         * Source/cmake/OptionsEfl.cmake:
5172
5173 2011-11-29  Roland Steiner  <rolandsteiner@chromium.org>
5174
5175         <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
5176         https://bugs.webkit.org/show_bug.cgi?id=72848
5177
5178         Add flag and description.
5179
5180         Reviewed by Dimitri Glazkov.
5181
5182         * configure.ac:
5183
5184 2011-11-28  Simon Hausmann  <simon.hausmann@nokia.com>
5185
5186         [Qt] Build system fixes against V8.
5187
5188         Reviewed by Tor Arne Vestbø.
5189
5190         * Source/api.pri: Get rid of old v8 cruft.
5191         * WebKit.pro: Don't build JavaScriptCore when configured with v8.
5192
5193 2011-11-28  Simon Hausmann  <simon.hausmann@nokia.com>
5194
5195         [Qt] WTF should be built as separate static library
5196         https://bugs.webkit.org/show_bug.cgi?id=73201
5197
5198         Reviewed by Tor Arne Vestbø.
5199
5200         * Source/api.pri: Require wtf.
5201         * WebKit.pro: Build WTF.
5202
5203 2011-11-17  Martin Robinson  <mrobinson@igalia.com>
5204
5205         [GTK] Integrate build-gtkdoc into build-webkit and make
5206         https://bugs.webkit.org/show_bug.cgi?id=72626
5207
5208         Reviewed by Philippe Normand.
5209
5210         * GNUmakefile.am: Remove references to old gtkdoc files. Update
5211         the dist-hook to include copying documentation into the distribution.
5212         This also means that the build will fail if documentation hasn't been
5213         generated before 'make dist.'
5214         * configure.ac: Ditto.
5215
5216 2011-11-23  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5217
5218         [Qt] Re-generate QtWebKit API forwarding headers when API changes
5219
5220         The forwarding headers are generated by syncqt, and syncqt is run by qmake,
5221         so we need sync.profile to live in the same directory as the project file
5222         that will be touched when adding/removing API (api.pri in our case).
5223
5224         Since the WebKit2 APIs live in a separate static library, we have to
5225         add the project file for WebKit2 as a dependency of the api.pri file
5226         as well, so that any changes to the WebKit2 API will still trigger a
5227         run of qmake (and then syncqt).
5228
5229         Lastly, we use the new QMAKE_SYNCQT_OUTDIR variable in Qt 5 to ensure
5230         that the forwarding headers are still generated in the root build dir,
5231         not in the Source dir along with the internal forwarding headers.
5232
5233         Reviewed by Andreas Kling.
5234
5235         * Source/QtWebKit.pro:
5236         * Source/api.pri:
5237         * Source/sync.profile: Renamed from sync.profile.
5238
5239 2011-11-23  Halton Huo  <halton.huo@intel.com>
5240
5241         [EFL] Add zlib depend when freetype is used.
5242         https://bugs.webkit.org/show_bug.cgi?id=66365
5243
5244         Unreviewed build fix.
5245
5246         When freetype is enabled, uncompress() function is used by
5247         WOFFFileFormat.cpp. Since zlib is not required by freetype, we need to
5248         add libz as dependency for fix linking issue.
5249
5250         * Source/cmake/OptionsEfl.cmake: search for ZLIB
5251
5252 2011-10-08  Martin Robinson  <mrobinson@igalia.com>
5253
5254         [GTK] Enable WebGL by default
5255         https://bugs.webkit.org/show_bug.cgi?id=69706
5256
5257         Reviewed by Xan Lopez.
5258
5259         * configure.ac: Enable WebGL by default if the build target is X11.
5260
5261 2011-11-23  Raphael Kubo da Costa  <kubo@profusion.mobi>
5262
5263         [CMake] Move the top-level logic to the top-level directory.
5264         https://bugs.webkit.org/show_bug.cgi?id=72685
5265
5266         Reviewed by Brent Fulgham.
5267
5268         Move most of the top-level code in Source/CMakeLists.txt to
5269         CMakeLists.txt. This allows us to replace some INCLUDE() hacks with
5270         proper ADD_SUBDIRECTORY() calls, and actually moves non-Source related
5271         to a non-Source directory.
5272
5273         * CMakeLists.txt: Copied from Source/CMakeLists.txt.
5274
5275 2011-11-22  Adam Klein  <adamk@chromium.org>
5276
5277         Add new WebKit/chromium/dbus directory to .gitignore.
5278
5279         * .gitignore:
5280
5281 2011-11-22  Adam Klein  <adamk@chromium.org>
5282
5283         Ignore more gyp-generated build files in WTF.gyp.
5284
5285         * .gitignore:
5286
5287 2011-11-22  Andy Wingo  <wingo@igalia.com>
5288
5289         Fix .dir-locals.el to only apply to specific modes
5290         https://bugs.webkit.org/show_bug.cgi?id=72963
5291
5292         Reviewed by Xan Lopez.
5293
5294         * .dir-locals.el: Remove `nil' block, as it was causing
5295         makefile-mode not to insert tabs.
5296
5297 2011-11-21  Adam Klein  <adamk@chromium.org>
5298
5299         Add GYP-generated WTF.xcodeproj to .gitignore after r100851.
5300
5301         * .gitignore:
5302
5303 2011-11-21  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
5304
5305         [Qt] [WK2] WebKitTestRunner doesn't build in debug
5306         https://bugs.webkit.org/show_bug.cgi?id=72827
5307
5308         Reviewed by Andreas Kling.
5309
5310         Add exports to fix WebKitTestRunner debug build.
5311
5312         * Source/qtwebkit-export.map:
5313
5314 2011-11-21  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
5315
5316         [Qt] Add WebView.view attached property support for dialogs in QML
5317         https://bugs.webkit.org/show_bug.cgi?id=72825
5318
5319         Reviewed by Simon Hausmann.
5320
5321         Export QQuickWebViewAttached.
5322
5323         * Source/qtwebkit-export.map:
5324
5325 2011-11-21  Noel Gordon  <noel.gordon@gmail.com>
5326
5327         Update .gitignore for latest WebKitLibraries
5328         https://bugs.webkit.org/show_bug.cgi?id=72851
5329
5330         Reviewed by Andreas Kling.
5331
5332         * .gitignore: updates to silence 'git status' about WebKitLibraries files.
5333
5334 2011-11-21  Carlos Garcia Campos  <cgarcia@igalia.com>
5335
5336         [GTK] Update NEWS and configure.ac for 1.7.2 release
5337         https://bugs.webkit.org/show_bug.cgi?id=72868
5338
5339         Reviewed by Xan Lopez.
5340
5341         * configure.ac: Bumped version number.
5342
5343 2011-11-19  Kevin Ollivier  <kevino@theolliviers.com>
5344
5345         [wx] Build fix after GeneratedImage refactoring.
5346
5347         * wscript:
5348
5349 2011-11-19  Alexis Menard  <alexis.menard@openbossa.org>
5350
5351         [Qt] Add the map file symbols export as a dependency of the final qmake target.
5352         https://bugs.webkit.org/show_bug.cgi?id=72740
5353
5354         Reviewed by Simon Hausmann.
5355
5356         Add the symbols file part of the target dependencies.
5357
5358         * Source/api.pri:
5359
5360 2011-11-18  Daniel Bates  <dbates@rim.com>
5361
5362         Add CMake build infrastructure for the BlackBerry port
5363         https://bugs.webkit.org/show_bug.cgi?id=72768
5364
5365         Reviewed by Adam Barth and Antonio Gomes.
5366
5367         * Source/CMakeLists.txt: Add the BlackBerry port and support for building on QNX.
5368         * Source/cmake/OptionsBlackBerry.cmake: Added.
5369         * Source/cmake/OptionsCommon.cmake: Add QNX QCC-variant of CODE_GENERATOR_PREPROCESSOR.
5370           We may be able to fold this into the non-MSVC CODE_GENERATOR_PREPROCESSOR.
5371
5372 2011-11-18  Adam Barth  <abarth@webkit.org>
5373
5374         Prepare to move manual-tests out of WebCore
5375         https://bugs.webkit.org/show_bug.cgi?id=72782
5376
5377         Reviewed by Eric Seidel.
5378
5379         Update these files to refer to the new location of ManualTests.
5380
5381         * .gitattributes:
5382         * Source/cmake/WebKitPackaging.cmake:
5383
5384 2011-11-18  Patrick Gansterer  <paroga@webkit.org>
5385
5386         [CMake] Add possibility to overwrite WEBKIT_PORT_DIR in platform specific files
5387         https://bugs.webkit.org/show_bug.cgi?id=72710
5388
5389         Reviewed by Brent Fulgham.
5390
5391         * Source/CMakeLists.txt:
5392
5393 2011-11-18  Simon Hausmann  <simon.hausmann@nokia.com>
5394
5395         [Qt] Unreviewed build fix: Export QQuickWebPage/Preferences private API
5396         needed for the qml plugin.
5397
5398         * Source/qtwebkit-export.map:
5399
5400 2011-11-18  Simon Hausmann  <simon.hausmann@nokia.com>
5401
5402         [Qt] Unreviewed build fix: Export QQuickWebViewExperimental private API
5403         that was added since I made the export patch.
5404
5405         * Source/qtwebkit-export.map:
5406
5407 2011-11-18  Simon Hausmann  <simon.hausmann@nokia.com>
5408
5409         [Qt] WTR and InjectedBundle should not link statically against JSC/WTF
5410         https://bugs.webkit.org/show_bug.cgi?id=72697
5411
5412         Reviewed by Kenneth Rohde Christiansen.
5413
5414         * Source/api.pri: On Linux, use a GNU LD version script to manage the
5415         symbol exports, which includes the public WK1/WK2 API as well as a bunch
5416         of private WTF symbols needed for WTR and the Injected Bundle.
5417         * Source/qtwebkit-export.map: Added.
5418
5419 2011-11-17  Raphael Kubo da Costa  <kubo@profusion.mobi>
5420
5421         [EFL] Clean up the use of DATA_DIR in the buildsystem
5422         https://bugs.webkit.org/show_bug.cgi?id=72681
5423
5424         Reviewed by Daniel Bates.
5425
5426         * Source/cmake/OptionsEfl.cmake: Rename DATA_DIR to DATA_INSTALL_DIR
5427         and add it to the cache; add a variable with the path of the generated
5428         theme and remove the -DDATA_DIR definition, it was moved to
5429         PlatformEFL.cmake in WebCore.
5430
5431 2011-11-17  Patrick Gansterer  <paroga@webkit.org>
5432
5433         [CMake] Add ENABLE_CLIENT_BASED_GEOLOCATION to cmakeconfig.h
5434         https://bugs.webkit.org/show_bug.cgi?id=72643
5435
5436         Reviewed by Brent Fulgham.
5437
5438         * Source/cmake/OptionsEfl.cmake:
5439         * Source/cmake/OptionsWinCE.cmake:
5440         * Source/cmakeconfig.h.cmake:
5441
5442 2011-11-17  Kelly Norton  <knorton@google.com>
5443
5444        Several void functions in FrameView and RenderObject actually return values.
5445        https://bugs.webkit.org/show_bug.cgi?id=72640
5446
5447         Reviewed by Adam Barth.
5448
5449         * ../../Source/WebCore/page/FrameView.cpp:
5450         * ../../Source/WebCore/rendering/RenderObject.cpp:
5451
5452 2011-11-17  Patrick Gansterer  <paroga@webkit.org>
5453
5454         [CMake] Make CODE_GENERATOR_PREPROCESSOR more useable
5455         https://bugs.webkit.org/show_bug.cgi?id=72516
5456
5457         Reviewed by Brent Fulgham.
5458
5459         On windows some code generators fail, if the path to the preprocessor contains spaces.
5460         Use only the executable name to avoid this issue for now.
5461
5462         * Source/cmake/OptionsCommon.cmake:
5463
5464 2011-11-17  Jochen Eisinger  <jochen@chromium.org>
5465
5466         [chromium] add gyp-mac-tool to .gitignore
5467         https://bugs.webkit.org/show_bug.cgi?id=72603
5468
5469         Reviewed by Tony Gentilcore.
5470
5471         This file is generated by the make-based build of the chromium/mac port
5472
5473         * .: Modified property svn:ignore.
5474         * .gitignore:
5475
5476 2011-11-17  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5477
5478         [Qt] Move WebKit2 C++ APIs to private API and build QML extension plugin on top of that
5479
5480         A new extension object has been added to QQuickWebView (the same approach should be used
5481         for other API classes that need experimental APIs). The QML extension mechanism is then
5482         built on top of the experimental object.
5483
5484         https://bugs.webkit.org/show_bug.cgi?id=72522
5485
5486         Reviewed by Simon Hausmann.
5487
5488         * Source/QtWebKit.pro:
5489         * Source/api.pri:
5490
5491 2011-11-11  Adrienne Walker  <enne@google.com>
5492
5493         [chromium] Expose mock scrollbars to window.internals
5494         https://bugs.webkit.org/show_bug.cgi?id=72195
5495
5496         Reviewed by James Robinson.
5497
5498         * Source/autotools/symbols.filter:
5499
5500 2011-11-15  Simon Hausmann  <simon.hausmann@nokia.com>
5501
5502         [Qt] Centralize hide_symbols and ensure all libs are built with symbol visibility & bsymbolic_functions
5503
5504         Reviewed by Tor Arne Vestbø.
5505
5506         * Source/api.pri: Eliminate duplicated symbol stuff that lives now in default_post.prf.
5507
5508 2011-11-16  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5509
5510         Fix path to module file in root project file
5511
5512         Reviewed by Simon Hausmann.
5513
5514         * WebKit.pro:
5515
5516 2011-11-16  Simon Hausmann  <simon.hausmann@nokia.com>
5517
5518         Unreviewed, rolling out r100266.
5519         http://trac.webkit.org/changeset/100266
5520
5521         Broke WTR.
5522
5523         * Source/api.pri:
5524
5525 2011-11-15  Simon Hausmann  <simon.hausmann@nokia.com>
5526
5527         [Qt] Centralize hide_symbols and ensure all libs are built with symbol visibility & bsymbolic_functions
5528
5529         Reviewed by Tor Arne Vestbø.
5530
5531         * Source/api.pri: Eliminate duplicated symbol stuff that lives now in default_post.prf.
5532
5533 2011-11-14  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5534
5535         [Qt] Move the QtWebKit module file to match the layout of Qt's mkspecs
5536
5537         Reviewed by Simon Hausmann.
5538
5539         * Source/api.pri:
5540
5541 2011-11-12  Patrick Gansterer  <paroga@webkit.org>
5542
5543         [CMake] Use MAIN_DEPENDENCY in GENERATE_* macros
5544         https://bugs.webkit.org/show_bug.cgi?id=71365
5545
5546         Reviewed by Daniel Bates.
5547
5548         Use the MAIN_DEPENDENCY instead of DEPENDS in the custom build commands.
5549         This adds better IDE support for such targets.
5550
5551         * Source/cmake/WebKitMacros.cmake:
5552
5553 2011-11-11  Shinya Kawanaka  <shinyak@google.com>
5554
5555         Implement legacy text check emulation in unified text check interface.
5556         https://bugs.webkit.org/show_bug.cgi?id=70299
5557
5558         Reviewed by Hajime Morita.
5559
5560         * Source/autotools/symbols.filter:
5561
5562 2011-11-11  Alexis Menard  <alexis.menard@openbossa.org>
5563
5564         [Qt] Build fix of the private QML module with --no-webkit2.
5565         https://bugs.webkit.org/show_bug.cgi?id=67707
5566
5567         Reviewed by Tor Arne Vestbø.
5568
5569         * Source/QtWebKit.pro:
5570
5571 2011-11-11  Alexis Menard  <alexis.menard@openbossa.org>
5572
5573         [Qt] Add a way to have experimental features in WebKit2
5574         https://bugs.webkit.org/show_bug.cgi?id=67707
5575
5576         Reviewed by Kenneth Rohde Christiansen.
5577
5578         Add the new private QML module in the build.
5579
5580         * Source/QtWebKit.pro:
5581
5582 2011-11-10  Balazs Kelemen  <kbalazs@webkit.org>
5583
5584         [Qt] X11 plugins need to be reworked for Qt5
5585         https://bugs.webkit.org/show_bug.cgi?id=70023
5586
5587         Reviewed by Simon Hausmann.
5588
5589         Rework our basic plugin support in a way that does
5590         not need a bridge between Qt and X. The solution is
5591         based on getting the content drawed by the plugin
5592         from the server as an image and creating a QImage
5593         from it.
5594
5595         * Source/api.pri: Link to xlib if necessary.
5596
5597 2011-11-10  Simon Hausmann  <simon.hausmann@nokia.com>
5598
5599         [Qt] Clean up build system
5600
5601         Reviewed by Tor Arne Vestbø.
5602
5603         * Source/api.pri: Eliminate use of WebKit2.pri.
5604
5605 2011-11-10  Alexis Menard  <alexis.menard@openbossa.org>
5606
5607         [Qt] Merge QTouchWebView and QDesktopWebView into one class
5608         https://bugs.webkit.org/show_bug.cgi?id=71355
5609
5610         Reviewed by Kenneth Rohde Christiansen.
5611
5612         Remove old tests and merge them into the new QQuickWebView directory.
5613
5614         * Source/tests.pri:
5615
5616 2011-11-10  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5617
5618         [Qt] Change semantics of the haveQt() function to match API promises
5619
5620         Having Qt 5 does not imply that we have Qt 4, from an API point of
5621         view, as a major version can in theory break BC/SC. Our minimum
5622         version of Qt 4 will always be the latest released version of Qt 4,
5623         so the only place we should use haveQt(4, x) is when checking for
5624         the minimum requirements.
5625
5626         Reviewed by Simon Hausmann.
5627
5628         * Source/QtWebKit.pro:
5629
5630 2011-11-10  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5631
5632         [Qt] Make sure headers.pri has the right relative paths for install
5633
5634         The install rules are generated from api.pri which lives in Source,
5635         which means the paths in headers.pri, which is the basis for the
5636         install rules, needs to be relative to Source as well.
5637
5638         We were also installing the headers from the forwarding headers
5639         directory, which was wrong, as those headers contained relative paths.
5640
5641         We now install the actual headers, by using headers.pri as a basis.
5642
5643         https://bugs.webkit.org/show_bug.cgi?id=71697
5644
5645         Reviewed by Simon Hausmann.
5646
5647         * Source/QtWebKit.pro:
5648         * Source/api.pri:
5649         * sync.profile:
5650
5651 2011-11-09  Shinya Kawanaka  <shinyak@google.com>
5652
5653         Internals.markerRangeForNode should be able to take markers by specifying a marker type.
5654         https://bugs.webkit.org/show_bug.cgi?id=71792
5655
5656         Reviewed by Hajime Morita.
5657
5658         * Source/autotools/symbols.filter: Exposed necessary symbols.
5659
5660 2011-11-09  Kevin Ollivier  <kevino@theolliviers.com>
5661
5662         [wx] Unreviewed build fix. Update project files.
5663
5664         * wscript:
5665
5666 2011-11-09  Philippe Normand  <pnormand@igalia.com>
5667
5668         [GTK][DRT] window internals object is not reset after each test
5669         https://bugs.webkit.org/show_bug.cgi?id=71890
5670
5671         Reviewed by Martin Robinson.
5672
5673         * Source/autotools/symbols.filter: Revert un-needed symbol.
5674
5675 2011-11-09  Philippe Normand  <pnormand@igalia.com>
5676
5677         Unreviewed, attempt to fix GTK 32-bits Release build after r99691.
5678
5679         * Source/autotools/symbols.filter: Add the missing symbol for resetInternalsObject.
5680
5681 2011-11-09  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5682
5683         [Qt] Only copy framework headers once when debug_and_release is enabled
5684
5685         Otherwise we might end up in a race condition where we try to symlink
5686         the headers directory in the makefile for debug and release at the same
5687         time.
5688
5689         Reviewed by Simon Hausmann.
5690
5691         * Source/api.pri:
5692
5693 2011-11-08  Martin Robinson  <mrobinson@igalia.com>
5694
5695         Take another stab at fixing the GTK+ build.
5696
5697         * Source/autotools/symbols.filter: The symbols.filter file was missing a semicolon.
5698
5699 2011-11-08  Daniel Bates  <dbates@webkit.org>
5700
5701         Attempt to fix the GTK build after <http://trac.webkit.org/changeset/99613>
5702         (https://bugs.webkit.org/show_bug.cgi?id=71840)
5703
5704         * Source/autotools/symbols.filter: Add symbol _ZN7WebCore4Page13setPaginationERKNS0_10PaginationE.
5705
5706 2011-11-08  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5707
5708         [Qt] Use qmake's builtin rules for copying framework headers on Mac OS
5709
5710         Now that we generate the forwarding headers eiher as part of QtWebKit.pro
5711         (for Qt 4.8), or as part of the root project file (for Qt 5), we can assume
5712         that the files are there and use $$files() to list the files to be copied.
5713
5714         Reviewed by Csaba Osztrogonác.
5715
5716         * Source/api.pri:
5717
5718 2011-11-08  Yuqiang Xian  <yuqiang.xian@intel.com>
5719
5720         Enable DFG JIT by default on X86 Linux and Mac platforms
5721         https://bugs.webkit.org/show_bug.cgi?id=71686
5722
5723         Reviewed by Filip Pizlo.
5724
5725         Remove the DFG cmake option for Efl port as we'll determine whether to
5726         switch on DFG or not based on build target platforms.
5727
5728         * Source/cmake/OptionsEfl.cmake:
5729         * Source/cmakeconfig.h.cmake:
5730
5731 2011-11-08  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5732
5733         [Qt] Ensure forwarding headers are generated before generating install rules
5734
5735         The install rule for headers depends on qmake being able to walk the list of
5736         headers in the $build_root/include/QtWebKit directory, but this directory is
5737         empty until we've generated the forwarding headers. So we need to make sure
5738         the forwarding headers are generated _before_ we run qmake on the api project
5739         file. This applies to Qt 4.8 only, as Qt 5 will run synqt as part of the
5740         root project file (due to the sync.profile file).
5741
5742         https://bugs.webkit.org/show_bug.cgi?id=71697
5743
5744         Reviewed by Simon Hausmann.
5745
5746         * Source/QtWebKit.pro:
5747         * Source/api.pri:
5748
5749 2011-11-07  ChangSeok Oh  <shivamidow@gmail.com>
5750
5751         [EFL] Support requestAnimationFrame API
5752         https://bugs.webkit.org/show_bug.cgi?id=67112
5753
5754         Reviewed by Andreas Kling.
5755
5756         Add build-option for requestAnimationFrame feature.
5757
5758         * Source/cmake/OptionsEfl.cmake:
5759         * Source/cmakeconfig.h.cmake:
5760
5761 2011-11-07  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5762
5763         [Qt] Ensure we always export symbols for the QtWebKit API when building WebKit
5764
5765         Reviewed-by Simon Hausmann.
5766
5767         * Source/api.pri:
5768
5769 2011-11-04  Philippe Normand  <pnormand@igalia.com>
5770
5771         [GTK] Disable VIDEO_TRACK for now
5772         https://bugs.webkit.org/show_bug.cgi?id=71547
5773
5774         Reviewed by Gustavo Noronha Silva.
5775
5776         * configure.ac: VIDEO_TRACK is still a moving target, it's best to
5777         disable it for now.
5778
5779 2011-11-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5780
5781         [Qt] Don't build all of webkit when running build-jsc
5782
5783         In case the whole webkit project was built, but we then subsequently
5784         want to build only JSC, we need to run make in the proper subdirectory.
5785
5786         This also means the incremental target needs to be added to all
5787         makefiles.
5788
5789         Reviewed by Simon Hausmann.
5790
5791         * WebKit.pro:
5792
5793 2011-11-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5794
5795         [Qt] Refactor and clean up the qmake build system
5796
5797         The qmake build system has accumulated a bit of cruft and redundancy
5798         over time. There's also a fairly tight coupling between how to build
5799         the various targets, and _what_ to build, making it harder to add new
5800         rules or sources. This patch aims to elevate these issues somewhat.
5801
5802         This is a short-list of the changes:
5803
5804           * The rules for how to build targets are now mostly contained as
5805             prf-files in Tools/qmake/mkspecs/features. Using mkspecs also
5806             allows us to do pre- and post-processing of each project file,
5807             which helps to clean up the actual project files.
5808
5809           * Derived sources are no longer generated as a separate make-step
5810             but is part of each target's project file as a subdir. Makefile
5811             rules are used to ensure that we run make on the derived sources
5812             before running qmake on the actual target makefile. This makes
5813             it easier to keep a proper dependency between derived sources
5814             and the target.
5815
5816           * We use GNU make and the compiler to generate dependencies on
5817             UNIX-based systems running Qt 5. This allows us to lessen the
5818             need to run qmake, which should reduce compile time.
5819
5820           * WebKit2 is now build by default if building with Qt 5. It can
5821             be disabled by passing --no-webkit2 to build-webkit.
5822
5823         The result of these changes are hopefully a cleaner and easier
5824         build system to modify, and faster build times due to no longer
5825         running qmake on every single build. It's also a first step
5826         towards possibly generating the list of sources using another
5827         build system.
5828
5829         https://bugs.webkit.org/show_bug.cgi?id=71222
5830
5831         Reviewed by Simon Hausmann.
5832
5833         * Source/DerivedSources.pro: Removed.
5834         * Source/QtWebKit.pro: Added.
5835         * Source/WebKit.pri: Removed.
5836         * Source/WebKit.pro: Removed.
5837         * Source/api.pri: Added.
5838         * Source/tests.pri: Added.
5839         * WebKit.pro: Added.
5840         * sync.profile: Renamed from Source/sync.profile.
5841
5842 2011-11-03  Simon Hausmann  <simon.hausmann@nokia.com>
5843
5844         [Qt] Remove Maemo specific code paths
5845         https://bugs.webkit.org/show_bug.cgi?id=71476
5846
5847         Reviewed by Kenneth Rohde Christiansen.
5848
5849         * Source/WebKit.pri:
5850
5851 2011-11-03  Dongwoo Im  <dw.im@samsung.com>
5852
5853         [EFL] Enable the Page Visibility API.
5854         https://bugs.webkit.org/show_bug.cgi?id=69127
5855
5856         Reviewed by Adam Barth.
5857
5858         Build system changes to support ENABLE(PAGE_VISIBILITY_API) on EFL port.
5859
5860         * Source/cmake/OptionsEfl.cmake: Add enabled ENABLE_PAGE_VISIBILITY_API definition.
5861         * Source/cmakeconfig.h.cmake: ditto.
5862
5863 2011-10-28  Adam Barth  <abarth@webkit.org>
5864
5865         Rename ExceptionCodeDescription.in to DOMExceptions.in
5866         https://bugs.webkit.org/show_bug.cgi?id=71157
5867
5868         Reviewed by Eric Seidel.
5869
5870         * Source/cmake/WebKitMacros.cmake:
5871
5872 2011-10-28  Adam Barth  <abarth@webkit.org>
5873
5874         ExceptionCode.cpp shouldn't need to know about every feature that throws exceptions
5875         https://bugs.webkit.org/show_bug.cgi?id=70890
5876
5877         Reviewed by Eric Seidel.
5878
5879         Add a code generation step.
5880
5881         * Source/cmake/WebKitMacros.cmake:
5882
5883 2011-10-27  Priit Laes  <plaes@plaes.org>
5884
5885         [GTK] Create .xz tarballs during distcheck
5886         https://bugs.webkit.org/show_bug.cgi?id=71001
5887
5888         Reviewed by Martin Robinson.
5889
5890         * configure.ac: Switched tarballs to use .xz compression.
5891
5892 2011-10-27  Daniel Bates  <dbates@rim.com>
5893
5894         CMake: Add support to optionally install the built JavaScript shell
5895         https://bugs.webkit.org/show_bug.cgi?id=71062
5896
5897         Reviewed by Antonio Gomes.
5898
5899         Adds a CMake option, called SHOULD_INSTALL_JS_SHELL, that when
5900         defined will generate an installation rule to install the built
5901         JavaScript shell into /bin (with respect to the prefix path).
5902
5903         By default, we don't define this option and hence don't generate
5904         an installation rule for the JavaScript shell.
5905
5906         * Source/CMakeLists.txt:
5907
5908 2011-10-27  Sheriff Bot  <webkit.review.bot@gmail.com>
5909
5910         Unreviewed, rolling out r98556.
5911         http://trac.webkit.org/changeset/98556
5912         https://bugs.webkit.org/show_bug.cgi?id=71031
5913
5914         The test added by the patch doesn't pass on Snow Leopard
5915         (Requested by rniwa on #webkit).
5916
5917         * Source/autotools/symbols.filter:
5918
5919 2011-10-27  Shinya Kawanaka  <shinyak@google.com>
5920
5921         Implement legacy text check emulation in unified text check interface.
5922         https://bugs.webkit.org/show_bug.cgi?id=70299
5923
5924         Reviewed by Hajime Morita.
5925
5926         * Source/autotools/symbols.filter:
5927
5928 2011-10-27  Philippe Normand  <pnormand@igalia.com> and Zan Dobersek  <zandobersek@gmail.com>
5929
5930         [GStreamer] WebAudio AudioFileReader implementation
5931         https://bugs.webkit.org/show_bug.cgi?id=69834
5932
5933         Reviewed by Martin Robinson.
5934
5935         * configure.ac: Check for libfftw and gstreamer-audio if WebAudio
5936         build is enabled.
5937
5938 2011-10-26  Alejandro G. Castro  <alex@igalia.com>
5939
5940         [GTK] Update NEWS and configure.ac for 1.7.1 release
5941         https://bugs.webkit.org/show_bug.cgi?id=70932
5942
5943         Reviewed by Martin Robinson.
5944
5945         * configure.ac: Bumped version number.
5946
5947 2011-10-26  Alejandro G. Castro  <alex@igalia.com>
5948
5949         [GTK] [WK2] Add WebKit2 distcheck support
5950         https://bugs.webkit.org/show_bug.cgi?id=70933
5951
5952         Reviewed by Martin Robinson.
5953
5954         * GNUmakefile.am: Added WebKit2 compilation to the distcheck.
5955         * configure.ac: Removed WebKit2 doc generation for the moment.
5956
5957 2011-10-21  Simon Hausmann  <simon.hausmann@nokia.com>
5958
5959         Remove QtScript source code from WebKit.
5960         https://bugs.webkit.org/show_bug.cgi?id=64088
5961
5962         Reviewed by Tor Arne Vestbø.
5963
5964         Removed dead code that isn't developed anymore.
5965
5966         * Source/WebKit.pro:
5967
5968 2011-10-19  Gustavo Noronha Silva  <gns@gnome.org>
5969
5970         [GTK] Streamline wk1 documentation build
5971         https://bugs.webkit.org/show_bug.cgi?id=70447
5972
5973         Reviewed by Martin Robinson.
5974
5975         * GNUmakefile.am: include the documentation's GNUmakefile.am;
5976         * autogen.sh: we no longer call gtkdocize, since we now ship
5977           a modified gtk-doc.make;
5978         * configure.ac: no longer generate a separate GNUmakefile for
5979           the documentation build.
5980
5981 2011-10-18  Adam Barth  <abarth@webkit.org>
5982
5983         Always enable ENABLE(XPATH)
5984         https://bugs.webkit.org/show_bug.cgi?id=70217
5985
5986         Reviewed by Eric Seidel.
5987
5988         * Source/cmake/OptionsEfl.cmake:
5989         * Source/cmake/OptionsWinCE.cmake:
5990         * Source/cmakeconfig.h.cmake:
5991         * configure.ac:
5992
5993 2011-10-18  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
5994
5995         [Qt] Merge QML plugin for WebKit2 with the original WebKit1 plugin
5996
5997         We don't need a sepearate plugin, as we no longer expose the WK2
5998         APIs under QtWebKit.experimental, but now use QtWebKit. The version
5999         was also changed to 3.0 instead of 5.0, as the original plugin was
6000         versioned 1.0, and bumping to 3.0 fits the scheme used by QtWebKit releases.
6001
6002         Reviewed by Andreas Kling.
6003
6004         * Source/WebKit.pro:
6005
6006 2011-10-18  Zan Dobersek  <zandobersek@gmail.com>
6007
6008         [Gtk] Support for client-based geolocation
6009         https://bugs.webkit.org/show_bug.cgi?id=64970
6010
6011         Reviewed by Martin Robinson.
6012
6013         Remove flag for enabling client-based geolocation since
6014         it is used by default on Gtk port and hence not configurable.
6015
6016         * configure.ac:
6017
6018 2011-10-17  Leandro Pereira  <leandro@profusion.mobi>
6019
6020         Unreviewed; actually enable/disable microdata support in CMake.
6021
6022         Follow-up to r97471, which did not plug the option to enable/disable
6023         microdata into the buildsystem.
6024
6025         * Source/cmake/OptionsEfl.cmake: Add ENABLE_MICRODATA feature, turned off by default.
6026         * Source/cmake/OptionsWinCE.cmake: Ditto.
6027         * Source/cmakeconfig.h.cmake: Add ENABLE_MICRODATA #cmakedefine.
6028
6029 2011-10-17  Ryosuke Niwa  <rniwa@webkit.org>
6030
6031         GTK build fix patch by Gustavo Noronha Silva.
6032
6033         * Source/autotools/symbols.filter:
6034
6035 2011-10-17  Vamshikrishna Yellenki  <vamshi@motorola.com>
6036
6037         [webkit]Debug Build Bot failure
6038         https://bugs.webkit.org/show_bug.cgi?id=70222
6039
6040         Reviewed by Xan Lopez.
6041
6042         * Source/autotools/symbols.filter: Corrected the filter name for getLocationAndLengthFronRange
6043
6044 2011-10-16  Adam Barth  <abarth@webkit.org>
6045
6046         Always enable ENABLE(DOM_STORAGE)
6047         https://bugs.webkit.org/show_bug.cgi?id=70189
6048
6049         Reviewed by Eric Seidel.
6050
6051         * Source/cmake/OptionsEfl.cmake:
6052         * Source/cmake/OptionsWinCE.cmake:
6053         * Source/cmakeconfig.h.cmake:
6054         * configure.ac:
6055
6056 2011-10-15  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6057
6058         [Qt] [Symbian] Remove support for the Symbian platform for the QtWebKit port
6059         https://bugs.webkit.org/show_bug.cgi?id=69920
6060
6061         Reviewed by Kenneth Rohde Christiansen.
6062
6063         * Source/WebKit.pri:
6064         * Source/WebKit.pro:
6065
6066 2011-10-14  Mark Hahnenberg  <mhahnenberg@apple.com>
6067
6068         Rename virtual put to putVirtual
6069         https://bugs.webkit.org/show_bug.cgi?id=69851
6070
6071         Reviewed by Darin Adler.
6072
6073         Renamed virtual versions of put to putVirtual in prepration for 
6074         adding the static put to the MethodTable in ClassInfo since the 
6075         compiler gets mad if the virtual and static versions have the same 
6076         name.
6077
6078         * Source/autotools/symbols.filter:
6079
6080 2011-10-14  Mark Hahnenberg  <mhahnenberg@apple.com>
6081
6082         Rename virtual put to putVirtual
6083         https://bugs.webkit.org/show_bug.cgi?id=69851
6084
6085         Reviewed by Darin Adler.
6086
6087         Renamed virtual versions of put to putVirtual in prepration for 
6088         adding the static put to the MethodTable in ClassInfo since the 
6089         compiler gets mad if the virtual and static versions have the same 
6090         name.
6091
6092         * Source/autotools/symbols.filter:
6093
6094 2011-10-13  Arko Saha  <arko@motorola.com>
6095
6096         Microdata: Basic implementation of document.getItems() method.
6097         https://bugs.webkit.org/show_bug.cgi?id=68610
6098
6099         Reviewed by Ryosuke Niwa.
6100
6101         Added ENABLE(MICRODATA) feature flag.
6102
6103         * configure.ac:
6104
6105 2011-10-14  Raphael Kubo da Costa  <kubo@profusion.mobi>
6106
6107         [EFL] Add DumpRenderTreeSupportEfl
6108         https://bugs.webkit.org/show_bug.cgi?id=68458
6109
6110         Reviewed by Kenneth Rohde Christiansen.
6111
6112         * Source/cmake/eflsymbols.filter: Export DumpRenderTreeSupportEfl
6113         symbols so that DumpRenderTree can link to them.
6114
6115 2011-10-12  Adam Barth  <abarth@webkit.org>
6116
6117         Remove ENABLE(XHTMLMP) and associated code
6118         https://bugs.webkit.org/show_bug.cgi?id=69729
6119
6120         Reviewed by David Levin.
6121
6122         * Source/cmake/OptionsEfl.cmake:
6123         * Source/cmake/OptionsWinCE.cmake:
6124         * Source/cmakeconfig.h.cmake:
6125         * configure.ac:
6126
6127 2011-10-12  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
6128
6129         Fix build with GLib 2.31
6130         https://bugs.webkit.org/show_bug.cgi?id=69840
6131
6132         Reviewed by Martin Robinson.
6133
6134         * configure.ac: add check for pthread rwlock support.
6135
6136 2011-10-10  Martin Robinson  <mrobinson@igalia.com>
6137
6138         [GTK] [WebKit2] Make adding another unit test easier
6139         https://bugs.webkit.org/show_bug.cgi?id=69409
6140
6141         Reviewed by Gustavo Noronha Silva.
6142
6143         * GNUmakefile.am: Include the new testing makefile.
6144
6145 2011-10-11  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
6146
6147         [Qt] Remove all references to QTDIR_build and standalone_package
6148
6149         Qt is now modularized, which means we no longer import WebKit into
6150         the Qt source tree. Instead we use git submodules, and building
6151         QtWebKit as "part of Qt" is really building QtWebKit as from trunk.
6152
6153         To decrease the number of buildsystem configurations we also remove
6154         the standalone_package code-path used when we were providing tarballs
6155         with the derived sources pre-generated.
6156
6157         Reviewed by Simon Hausmann.
6158
6159         * Source/WebKit.pri:
6160         * Source/WebKit.pro:
6161
6162 2011-10-06  Fady Samuel  <fsamuel@chromium.org>
6163
6164         Code clean-up: Make RenderObject::absoluteBoundingBoxRect and associated methods const and make its parameter useTransforms no longer default to false
6165         https://bugs.webkit.org/show_bug.cgi?id=69009
6166
6167         Reviewed by Simon Fraser.
6168
6169         * Source/autotools/symbols.filter:
6170
6171 2011-10-06  Simon Hausmann  <simon.hausmann@nokia.com>
6172
6173         [Qt][Wk2] Fix build with Qt 5 when QtScript is built as standalone module
6174         https://bugs.webkit.org/show_bug.cgi?id=69520
6175
6176         Reviewed by Csaba Osztrogonác.
6177
6178         * Source/WebKit.pri: Introduce convenience qt5 scope.
6179         * Source/WebKit.pro: Replace QT_MAJOR_VERSION stuff with qt5 scope.
6180
6181 2011-10-06  Nayan Kumar K  <nayankk@motorola.com>
6182
6183         Provide configure option to switch between JSC and V8.
6184         https://bugs.webkit.org/show_bug.cgi?id=69469
6185
6186         Reviewed by Philippe Normand.
6187
6188         This is first of the patches to support building of V8 with
6189         WebKit GTK. With this patch, new command line switch named
6190         '--with-jsengine' is introduced, using which we can choose to
6191         build either jsc or v8.
6192
6193         * GNUmakefile.am:
6194         * configure.ac:
6195
6196 2011-10-04  Scott Graham  <scottmg@chromium.org>
6197
6198         Add GAMEPAD feature flag
6199         https://bugs.webkit.org/show_bug.cgi?id=66859
6200
6201         Reviewed by Darin Fisher.
6202
6203         * configure.ac:
6204
6205 2011-10-04  Varun Jain  <varunjain@chromium.org>
6206
6207         Fix position check for double tap gesture detection. A double tap
6208         should not be detected if the two taps are far from each other.
6209         https://bugs.webkit.org/show_bug.cgi?id=69270
6210
6211         Reviewed by Darin Fisher.
6212
6213         Test: Source/WebKit/chromium/tests/InnerGestureRecognizerTest.cpp
6214
6215         * platform/chromium/GestureRecognizerChromium.cpp:
6216         (WebCore::GestureRecognizerChromium::isSecondClickInsideManhattanSquare):
6217         (WebCore::GestureRecognizerChromium::updateValues):
6218         (WebCore::GestureRecognizerChromium::click):
6219         * platform/chromium/GestureRecognizerChromium.h:
6220
6221 2011-10-04  Nayan Kumar K  <nayankk@motorola.com>
6222
6223         [WebKit2][gtk] Generate gtk-doc for WebKit2-GTK.
6224         https://bugs.webkit.org/show_bug.cgi?id=69325
6225
6226         Reviewed by Gustavo Noronha Silva.
6227
6228         Documentation generation for WebKit2-GTK+ APIs
6229         using gtk-doc.
6230
6231         * configure.ac:
6232
6233 2011-10-04  Vsevolod Vlasov  <vsevik@chromium.org>
6234
6235         Web Inspector: Remove http/tests/inspector/network/disabled-cache-crash.html.
6236         https://bugs.webkit.org/show_bug.cgi?id=69332
6237
6238         Reviewed by Pavel Feldman.
6239
6240         * Source/autotools/symbols.filter:
6241
6242 2011-09-23  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
6243
6244         [Qt] Fix build against Qt5 after refactor of widgets out of QtGUi
6245
6246         QWidget and friends now live in the QtWidgets library. We update
6247         includes in implementation files and private headers to us the
6248         non-module-prefixed path, and leave the lookup for the include
6249         path. For public headers we have to ifdef the includes as the
6250         user might now have the modules we need in his QT config.
6251
6252         Finally, QSGCanvas is no longer a QWidget but a QWindow, so we
6253         have to update our code and use windowHandle() for setting the
6254         parent relationships.
6255
6256         https://bugs.webkit.org/show_bug.cgi?id=68687
6257
6258         Reviewed by Andreas Kling.
6259
6260         * Source/WebKit.pro:
6261
6262 2011-09-29  Sergio Villar Senin  <svillar@igalia.com>
6263
6264         [GTK] Bump version to 1.7.0
6265         https://bugs.webkit.org/show_bug.cgi?id=69082
6266
6267         Reviewed by Martin Robinson.
6268
6269         Apart from bumping the library version to 1.7.0 this patch also
6270         sets the libtool version to the same one we have for the stable
6271         branch.
6272
6273         * configure.ac:
6274
6275 2011-09-28  Martin Robinson  <mrobinson@igalia.com>
6276
6277         Fix the WebKit2 WebGL build.
6278
6279         * configure.ac: Add -ldl to the OPENGL_LIBS.
6280
6281 2011-09-28  Ryuan Choi  <ryuan.choi@samsung.com>
6282
6283         [EFL] Bump minimum requirement for eina.
6284         https://bugs.webkit.org/show_bug.cgi?id=68994
6285
6286         Reviewed by Ryosuke Niwa.
6287
6288         * Source/cmake/FindEFL.cmake:
6289
6290 2011-09-27  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
6291
6292         Unreviewed. Fix a build error in WebKit EFL.
6293
6294         When web socket is disabled, there is a build break in WebKit EFL port.
6295         Currently, web socket is enabled by default in build-webkit script.
6296         Thus, the web socket is also enabled in EFL script of cmake build system for now.
6297         Because, WebKit EFL developers can't work on latest WebKit trunk.
6298
6299         However, IMO, we should fix build errors when web socket is disabled.
6300
6301         * Source/cmake/OptionsEfl.cmake:
6302
6303 2011-09-27  Ulan Degenbaev  <ulan@chromium.org>
6304
6305         [v8] Code calling the typed array optimization script is fragile, depends on typed array hierarchy.
6306
6307         Install the flag, which indicates whether or not the optimization
6308         script was executed, on the global object.
6309
6310         https://bugs.webkit.org/show_bug.cgi?id=68890
6311
6312         Reviewed by Kenneth Russell.
6313
6314         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp:
6315
6316 2011-09-27  Sheriff Bot  <webkit.review.bot@gmail.com>
6317
6318         Unreviewed, rolling out r96108, r96111, r96113, and r96116.
6319         http://trac.webkit.org/changeset/96108
6320         http://trac.webkit.org/changeset/96111
6321         http://trac.webkit.org/changeset/96113
6322         http://trac.webkit.org/changeset/96116
6323         https://bugs.webkit.org/show_bug.cgi?id=68913
6324
6325         Wait for working Qt5 (Requested by ossy on #webkit).
6326
6327         * Source/WebKit.pro:
6328
6329 2011-09-23  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
6330
6331         [Qt] Fix build against Qt5 after refactor of widgets out of QtGUi
6332
6333         QWidget and friends now live in the QtWidgets library. We update
6334         includes in implementation files and private headers to us the
6335         non-module-prefixed path, and leave the lookup for the include
6336         path. For public headers we have to ifdef the includes as the
6337         user might now have the modules we need in his QT config.
6338
6339         Finally, QSGCanvas is no longer a QWidget but a QWindow, so we
6340         have to update our code and use windowHandle() for setting the
6341         parent relationships.
6342
6343         https://bugs.webkit.org/show_bug.cgi?id=68687
6344
6345         Reviewed by Andreas Kling.
6346
6347         * Source/WebKit.pro:
6348
6349 2011-09-27  Carlos Garcia Campos  <cgarcia@igalia.com>
6350
6351         [GTK] Reorganize header files
6352         https://bugs.webkit.org/show_bug.cgi?id=65616
6353
6354         Reviewed by Martin Robinson.
6355
6356         * GNUmakefile.am: Initialize $libwebkitgtkincludedir to
6357         $(prefix)/include/webkitgtk-<api-version>
6358
6359 2011-09-26  Raphael Kubo da Costa  <kubo@profusion.mobi>
6360
6361         [CMake] Remove FindFreetype.cmake
6362         https://bugs.webkit.org/show_bug.cgi?id=68778
6363
6364         Reviewed by Adam Barth.
6365
6366         CMake has provided its own FindFreetype.cmake forever, so there is no
6367         need to have another implementation in WebKit.
6368
6369         * Source/cmake/FindCairo.cmake: Use FREETYPE_{LIBRARIES,INCLUDE_DIRS}
6370         instead of Freetype_{LIBRARIES,INCLUDE_DIRS}.
6371         * Source/cmake/FindFreetype.cmake: Removed.
6372         * Source/cmake/FindPango.cmake: Use FREETYPE_{LIBRARIES,INCLUDE_DIRS}
6373         instead of Freetype_{LIBRARIES,INCLUDE_DIRS}.
6374         * Source/cmake/OptionsEfl.cmake: Remove minimum required version
6375         check, it has never been checked and Freetype 2.1.10 from 2005 is
6376         already > 9.0.
6377
6378 2011-09-26  Alejandro G. Castro  <alex@igalia.com>
6379
6380         [GTK] pot file is not properly remove during distcheck
6381         https://bugs.webkit.org/show_bug.cgi?id=68797
6382
6383         Defined DOMAIN variable before DISTCLEANFILES because we are using
6384         it there to identify the .pot file.
6385
6386         Reviewed by Martin Robinson.
6387
6388         * GNUmakefile.am:
6389
6390 2011-09-26  Raphael Kubo da Costa  <kubo@profusion.mobi>
6391
6392         [CMake] Detect the operating system in a more generic way.
6393         https://bugs.webkit.org/show_bug.cgi?id=67482
6394
6395         Reviewed by Adam Barth.
6396
6397         So far the buildsystem only considered Windows, Linux and Mac OS X as
6398         valid operating systems, but any Unix (or at least the BSDs) should also
6399         work fine.
6400
6401         By using the OS values CMake itself defines we can check for Unix
6402         systems in a more generic fashion.
6403
6404         * Source/CMakeLists.txt:
6405
6406 2011-09-26  Jay Soffian  <jaysoffian@gmail.com>
6407
6408         chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84be2e53721e499e9e)
6409         https://bugs.webkit.org/show_bug.cgi?id=51639
6410
6411         Reviewed by Ryosuke Niwa.
6412
6413         Add missing window.layoutTestController.dumpAsText so that test output matches expectation.
6414
6415         * LayoutTests/editing/style/justify-without-enclosing-block.xhtml:
6416
6417 2011-09-25  Adam Barth  <abarth@webkit.org>
6418
6419         Finish removing PLATFORM(BREWMP) by removing associated code
6420         https://bugs.webkit.org/show_bug.cgi?id=68779
6421
6422         Reviewed by Sam Weinig.
6423
6424         * Source/cmake/WebKitPackaging.cmake:
6425         * wscript:
6426
6427 2011-09-25  Adam Barth  <abarth@webkit.org>
6428
6429         Remove PLATFORM(HAIKU) and associated code
6430         https://bugs.webkit.org/show_bug.cgi?id=68774
6431
6432         Reviewed by Sam Weinig.
6433
6434         * Source/cmake/WebKitPackaging.cmake:
6435         * wscript:
6436
6437 2011-09-25  Raphael Kubo da Costa  <kubo@profusion.mobi>
6438
6439         [CMake] Remove FindLibXlst.cmake
6440         https://bugs.webkit.org/show_bug.cgi?id=68770
6441
6442         Reviewed by Adam Barth.
6443
6444         This file should have never been committed -- the library it looks for
6445         is called libxslt, not libxlst, so it has never really been used. When
6446         the buildsystem looked for libxslt, it used CMake's own LibXslt.cmake
6447         instead.
6448
6449         * Source/cmake/FindLibXlst.cmake: Removed.
6450
6451 2011-09-24  Adam Barth  <abarth@webkit.org>
6452
6453         Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
6454         https://bugs.webkit.org/show_bug.cgi?id=68767
6455
6456         Reviewed by Eric Seidel.
6457
6458         * Source/cmake/OptionsEfl.cmake:
6459         * Source/cmake/OptionsWinCE.cmake:
6460         * Source/cmakeconfig.h.cmake:
6461         * configure.ac:
6462
6463 2011-09-24  Adam Barth  <abarth@webkit.org>
6464
6465         Remove ENABLE(WCSS) and associated code
6466         https://bugs.webkit.org/show_bug.cgi?id=68759
6467
6468         Reviewed by Darin Adler.
6469
6470         * configure.ac:
6471
6472 2011-09-23  Yuqiang Xian  <yuqiang.xian@intel.com>
6473
6474         Add JSVALUE32_64 support to DFG JIT
6475         https://bugs.webkit.org/show_bug.cgi?id=67460
6476
6477         Reviewed by Gavin Barraclough.
6478
6479         Add cmake options to enable DFG JIT compilation for EFL port
6480
6481         * Source/cmake/OptionsEfl.cmake:
6482         * Source/cmakeconfig.h.cmake:
6483
6484 2011-09-23  Raphael Kubo da Costa  <kubo@profusion.mobi>
6485
6486         [CMake] Detect amd64 as a valid 64-bit architecture.
6487         https://bugs.webkit.org/show_bug.cgi?id=67481
6488
6489         Reviewed by Oliver Hunt.
6490
6491         Some operating systems (generally the BSDs) use amd64 instead of x86_64
6492         to report they're running on 64 bits, so consider it a valid value.
6493
6494         * Source/CMakeLists.txt:
6495
6496 2011-09-23  Adam Klein  <adamk@chromium.org>
6497
6498         Add ENABLE_MUTATION_OBSERVERS feature flag
6499         https://bugs.webkit.org/show_bug.cgi?id=68732
6500
6501         Reviewed by Ojan Vafai.
6502
6503         This flag will guard an implementation of the "Mutation Observers" proposed in
6504         http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
6505
6506         * configure.ac:
6507
6508 2011-09-23  Varun Jain  <varunjain@google.com>
6509
6510         Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
6511         https://bugs.webkit.org/show_bug.cgi?id=68198
6512
6513         Reviewed by Dimitri Glazkov.
6514
6515         * Source/autotools/symbols.filter:
6516
6517 2011-09-23  Mark Hahnenberg  <mhahnenberg@apple.com>
6518
6519         Add static version of JSCell::visitChildren
6520         https://bugs.webkit.org/show_bug.cgi?id=68404
6521
6522         Reviewed by Darin Adler.
6523
6524         In this patch we just extract the bodies of the virtual visitChildren methods
6525         throughout the JSCell inheritance hierarchy out into static methods, which are 
6526         now called from the virtual methods.  This is an intermediate step in trying to 
6527         move the virtual-ness of visitChildren into our own custom vtable stored in 
6528         ClassInfo.  We need to convert the methods to static methods in order to be 
6529         able to more easily store and refer to them in our custom vtable since normal 
6530         member methods store some implicit information in their types, making it 
6531         impossible to store them generically in ClassInfo.
6532
6533         * Source/autotools/symbols.filter:
6534
6535 2011-09-21  Julien Chaffraix  <jchaffraix@webkit.org>
6536
6537         Crash in RenderBox::paintMaskImages when GraphicsContext's painting is disabled
6538         https://bugs.webkit.org/show_bug.cgi?id=68133
6539
6540         Reviewed by Darin Adler.
6541
6542         * Source/autotools/symbols.filter: Added the mangled symbols needed for window.internals
6543
6544 2011-09-21  Joshua Bell  <jsbell@chromium.org>
6545
6546         IndexedDB: compare strings without decoding
6547         https://bugs.webkit.org/show_bug.cgi?id=68554
6548
6549         Reviewed by Tony Chang.
6550
6551         Resolves a FIXME in IndexedDB that was also identified as a hotspot
6552         during profiling. Yields a small performance improvement.
6553
6554         * Source/WebCore/storage/IDBLevelDBCoding.cpp:
6555         * Source/WebCore/storage/IDBLevelDBCoding.h:
6556         * Source/WebKit/chromium/tests/IDBLevelDBCodingTest.cpp:
6557
6558 011-09-21  Leandro Pereira  <leandro@profusion.mobi>
6559
6560         Unreviewed. Remove unused ENABLE_AS_IMAGE flag after r95234 from
6561         Options{Efl,WinCE}.cmake.
6562
6563         * Source/cmake/OptionsEfl.cmake:
6564         * Source/cmake/OptionsWinCE.cmake:
6565
6566 2011-09-20  ChangSeok Oh  <shivamidow@gmail.com>
6567
6568         [GTK] requestAnimationFrame support for gtk port
6569         https://bugs.webkit.org/show_bug.cgi?id=66280
6570
6571         Reviewed by Martin Robinson.
6572
6573         * configure.ac: Add an option to enable requestAnimationFrame for gtk port.
6574
6575 2011-09-20  Carlos Garcia Campos  <cgarcia@igalia.com>
6576
6577         [GTK] Update NEWS and configure.ac for 1.5.90 release
6578
6579         Reviewed by Martin Robinson.
6580
6581         * configure.ac:
6582
6583 2011-09-19  Adam Barth  <abarth@webkit.org>
6584
6585         Always enable ENABLE(EVENTSOURCE)
6586         https://bugs.webkit.org/show_bug.cgi?id=68414
6587
6588         Reviewed by Eric Seidel.
6589
6590         * Source/cmake/OptionsEfl.cmake:
6591         * Source/cmake/OptionsWinCE.cmake:
6592         * Source/cmakeconfig.h.cmake:
6593         * configure.ac:
6594
6595 2011-09-17  Ryuan Choi  <ryuan.choi@samsung.com>
6596
6597         [EFL] Bump minimum requirement for cairo to 1.10.
6598         https://bugs.webkit.org/show_bug.cgi?id=68226
6599
6600         Reviewed by Adam Barth.
6601
6602         * Source/cmake/FindCairo.cmake: Check required version.
6603         * Source/cmake/OptionsEfl.cmake:
6604
6605 2011-09-16  Ulan Degenbaev  <ulan@chromium.org>
6606
6607         [V8] REGRESSION(94783): calling the binding script during V8 context creation slows down page loads
6608         https://bugs.webkit.org/show_bug.cgi?id=68237
6609
6610         Reviewed by Kenneth Russell.
6611
6612         Call the binding script lazily on the first run of the set() method of
6613         a typed array.
6614
6615         * ../../Source/WebCore/WebCore.gypi:
6616         * ../../Source/WebCore/bindings/v8/V8BindingScripts.cpp: Removed.
6617         * ../../Source/WebCore/bindings/v8/V8BindingScripts.h: Removed.
6618         * ../../Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:
6619         * ../../Source/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp:
6620         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp:
6621         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h:
6622         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustomScript.js:
6623
6624 2011-09-16  Martin Robinson  <mrobinson@igalia.com>
6625
6626         [GTK] Disable WebKit2 by default in configure.ac, but enable it with build-webkit
6627         https://bugs.webkit.org/show_bug.cgi?id=68178
6628
6629         Reviewed by Xan Lopez.
6630
6631         * configure.ac: Do not build WebKit2 by default. Re-add pkgconfig support
6632         for WebKit2.
6633
6634 2011-09-15  Adam Barth  <abarth@webkit.org>
6635
6636         Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
6637         https://bugs.webkit.org/show_bug.cgi?id=68205
6638
6639         Reviewed by Eric Seidel.
6640
6641         * Source/cmake/OptionsEfl.cmake:
6642         * Source/cmake/OptionsWinCE.cmake:
6643         * Source/cmakeconfig.h.cmake:
6644         * configure.ac:
6645
6646 2011-09-15  Varun Jain  <varunjain@google.com>
6647
6648         Add method to scroll current node to specific position in Chromium WebKit API
6649         https://bugs.webkit.org/show_bug.cgi?id=68192
6650
6651         Reviewed by Dimitri Glazkov.
6652
6653         *  Source/WebKit/chromium/public/WebView.h:
6654         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
6655         *  Source/WebKit/chromium/src/WebViewImpl.h:
6656
6657 2011-09-15  Eric Seidel  <eric@webkit.org>
6658
6659         Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
6660         https://bugs.webkit.org/show_bug.cgi?id=68182
6661
6662         Reviewed by Adam Barth.
6663
6664         * configure.ac:
6665
6666 2011-09-15  Eric Seidel  <eric@webkit.org>
6667
6668         Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
6669         https://bugs.webkit.org/show_bug.cgi?id=68022
6670
6671         Reviewed by Ryosuke Niwa.
6672
6673         * Source/cmake/OptionsEfl.cmake:
6674         * Source/cmake/OptionsWinCE.cmake:
6675         * Source/cmakeconfig.h.cmake:
6676         * configure.ac:
6677
6678 2011-09-15  Sheriff Bot  <webkit.review.bot@gmail.com>
6679
6680         Unreviewed, rolling out r95163.
6681         http://trac.webkit.org/changeset/95163
6682         https://bugs.webkit.org/show_bug.cgi?id=68180
6683
6684         [Qt] The QT_GCC_X variables were removed in Qt5 by accident.
6685         (Requested by darktears on #webkit).
6686
6687         * Source/WebKit.pri:
6688
6689 2011-09-14  Alexis Menard  <alexis.menard@openbossa.org>
6690
6691         [Qt] Replace QT_GCC_X as they don't exist in Qt5 anymore.
6692         https://bugs.webkit.org/show_bug.cgi?id=68114
6693
6694         Reviewed by Kenneth Rohde Christiansen.
6695
6696         Replace QT_GCC_X variables, they have been removed in Qt5. It was
6697         actually wrong to use them because they tell about which GCC version
6698         Qt has been compiled, not the current version of GCC use to build webkit.
6699         I use gcc -dumpversion to get it.
6700
6701         * Source/WebKit.pri:
6702
6703 2011-09-14  Ulan Degenbaev  <ulan@chromium.org>
6704
6705         [v8] Improve performance of typed array copy constructor taking Array
6706         https://bugs.webkit.org/show_bug.cgi?id=68015
6707
6708         Reviewed by Kenneth Russell.
6709
6710         Invoke the 'set' method of the constructed array instead of
6711         copying the elements of the source array one by one.
6712
6713         Copy constructor tests already exist.
6714
6715         * ../../Source/WebCore/WebCore.gypi:
6716         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp: Added.
6717         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h:
6718
6719 2011-09-14  Csaba Osztrogonác  <ossy@webkit.org>
6720
6721         [GTK] Unreviewed buildfix after r95107.
6722
6723         * configure.ac:
6724
6725 2011-09-13  Eric Seidel  <eric@webkit.org>
6726
6727         Remove ENABLE_SVG_USE as <use> is required by HTML5
6728         https://bugs.webkit.org/show_bug.cgi?id=68019
6729
6730         Reviewed by Ryosuke Niwa.
6731
6732         * Source/cmake/OptionsEfl.cmake:
6733         * Source/cmake/OptionsWinCE.cmake:
6734         * Source/cmakeconfig.h.cmake:
6735         * configure.ac:
6736
6737 2011-09-13  Eric Seidel  <eric@webkit.org>
6738
6739         Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
6740         https://bugs.webkit.org/show_bug.cgi?id=68018
6741
6742         Reviewed by Ryosuke Niwa.
6743
6744         * Source/cmake/OptionsEfl.cmake:
6745         * Source/cmake/OptionsWinCE.cmake:
6746         * Source/cmakeconfig.h.cmake:
6747         * configure.ac:
6748
6749 2011-09-09  Rafael Antognolli  <antognolli@profusion.mobi>
6750
6751         Add replacement functions for gdk ones.
6752         https://bugs.webkit.org/show_bug.cgi?id=66323
6753
6754         Reviewed by Martin Robinson.
6755
6756         * Source/cmake/FindPango.cmake:
6757
6758 2011-09-09  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6759
6760         [Qt] Remove common.pri
6761         https://bugs.webkit.org/show_bug.cgi?id=67814
6762
6763         Reviewed by Andreas Kling.
6764
6765         * Source/WebKit.pri: Move rules from common.pri to WebKit.pri.
6766         * Source/common.pri: Removed.
6767
6768 2011-09-08  Mark Pilgrim  <pilgrim@chromium.org>
6769
6770         Test how HTMLAnchorElement.getParameter reacts to too few arguments
6771         https://bugs.webkit.org/show_bug.cgi?id=66522
6772
6773         Reviewed by Adam Barth.
6774
6775         * LayoutTests/fast/dom/HTMLAnchorElement/get-parameter-expected.txt: Added.
6776         * LayoutTests/fast/dom/HTMLAnchorElement/get-parameter.html: Added.
6777
6778 2011-09-08  Varun Jain  <varunjain@google.com>
6779
6780         Implement double tap detection in GestureRecognizerChromium
6781         https://bugs.webkit.org/show_bug.cgi?id=67709
6782
6783         Reviewed by Dimitri Glazkov.
6784
6785         *  Source/WebCore/page/EventHandler.cpp:
6786         *  Source/WebCore/platform/PlatformGestureEvent.h:
6787
6788 2011-09-08  Ulan Degenbaev  <ulan@chromium.org>
6789
6790         [v8] Improve performance of typed array set() taking Array
6791         https://bugs.webkit.org/show_bug.cgi?id=63644
6792
6793         Reviewed by Kenneth Russell.
6794
6795         Overwrite the native 'set' method of the type arrays with JS
6796         implementation after initialization of the global context.
6797
6798         Add tests for invalid and boundary offsets. No performance tests.
6799
6800         * LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt:
6801         * LayoutTests/fast/canvas/webgl/array-unit-tests.html:
6802         * Source/WebCore/WebCore.gyp/WebCore.gyp:
6803         * Source/WebCore/WebCore.gypi:
6804         * Source/WebCore/bindings/v8/V8BindingScripts.cpp: Added.
6805         * Source/WebCore/bindings/v8/V8BindingScripts.h: Added.
6806         * Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:
6807         * Source/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp:
6808         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustomScript.js: Added.
6809
6810 2011-09-08  Varun Jain  <varunjain@google.com>
6811
6812         Split Tap gesture detection into TapDown and Tap.
6813         We need this distinction to highlight links when they are first touched. The link is
6814         followed only if the tap is completed, otherwise, if a scroll is detected, the highlight
6815         goes away.
6816         https://bugs.webkit.org/show_bug.cgi?id=67645
6817
6818         Reviewed by Dimitri Glazkov.
6819
6820         *  Source/WebCore/page/EventHandler.cpp:
6821         *  Source/WebCore/platform/PlatformGestureEvent.h:
6822
6823 2011-09-07  Alexei Svitkine  <asvitkine@chromium.org>
6824
6825         Add test infrastructure to test rubber-banding overhang drawing along with layout tests for existing Chromium Mac overhang drawing in the non-gpu path.
6826         https://bugs.webkit.org/show_bug.cgi?id=67511
6827
6828         Reviewed by Dimitri Glazkov.
6829
6830         * Source/autotools/symbols.filter:
6831
6832 2011-09-06  Ryosuke Niwa  <rniwa@webkit.org>
6833
6834         REGRESSION(r94274): FormManagerTest.PreviewForm and FillFormNonEmptyField fail on chromium
6835         https://bugs.webkit.org/show_bug.cgi?id=67453
6836
6837         Reviewed by Kent Tamura.
6838
6839         Add symbols for internals.
6840
6841         * Source/autotools/symbols.filter:
6842
6843 2011-09-04  Robin Dunn  <robin@alldunn.com>
6844
6845         [wx] Enable wxWebKit to run using the wxGC Cairo backend on platforms other than GTK.
6846         https://bugs.webkit.org/show_bug.cgi?id=67577
6847
6848         Reviewed by Kevin Ollivier.
6849
6850         * wscript:
6851
6852 2011-08-30  Aaron Colwell  <acolwell@chromium.org>
6853
6854         Add MediaSource API to HTMLMediaElement
6855         https://bugs.webkit.org/show_bug.cgi?id=64731
6856
6857         Reviewed by Eric Carlson.
6858
6859         * configure.ac:
6860
6861 2011-08-30  Ryosuke Niwa  <rniwa@webkit.org>
6862
6863         Cleanup after r94050 and r94054.
6864
6865         * Source/autotools/symbols.filter:
6866
6867 2011-08-30  Philippe Normand  <pnormand@igalia.com>
6868
6869         Unreviewed, another attempt to fix GTK build after r94038.
6870
6871         * Source/autotools/symbols.filter:
6872
6873 2011-08-29  Ryosuke Niwa  <rniwa@webkit.org>
6874
6875         Build fix attempt after r94038.
6876
6877         * Source/autotools/symbols.filter:
6878
6879 2011-08-26  Varun Jain  <varunjain@google.com>
6880
6881         WebViewImpl::selectionRange should return range in the right order.
6882         https://bugs.webkit.org/show_bug.cgi?id=66973
6883
6884         Reviewed by Darin Fisher.
6885
6886         *  Source/WebKit/chromium/public/WebWidget.h:
6887         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
6888
6889 2011-08-25  Martin Robinson  <mrobinson@igalia.com>
6890
6891         Reviewed by Xan Lopez.
6892
6893         [GTK] Switch to GTK+ 3.x by default
6894         https://bugs.webkit.org/show_bug.cgi?id=63047
6895
6896         * configure.ac: Modify the default value of the --with-gtk option to be 3.0.
6897
6898 2011-08-24  Philippe Normand  <pnormand@igalia.com>
6899
6900         [GTK] bump GStreamer requirement to 0.10.30
6901         https://bugs.webkit.org/show_bug.cgi?id=66860
6902
6903         Reviewed by Martin Robinson.
6904
6905         * configure.ac:
6906
6907 2011-08-23  Steve Block  <steveblock@google.com>
6908
6909         Remove all mention of removed Android files from build scripts
6910         https://bugs.webkit.org/show_bug.cgi?id=66755
6911
6912         Reviewed by Tony Gentilcore.
6913
6914         * Source/cmake/WebKitPackaging.cmake:
6915
6916 2011-08-19  MORITA Hajime  <morrita@google.com>
6917
6918         Spell-checking doesn't recognize word boundaries on contests inserted by execCommand('insertHTML')
6919         https://bugs.webkit.org/show_bug.cgi?id=65902
6920
6921         Reviewed by Ryosuke Niwa.
6922         
6923         Add export for window.internals object.
6924
6925         * Source/autotools/symbols.filter:
6926
6927 2011-08-16  Andras Becsi  <abecsi@webkit.org>
6928
6929         Reviewed by Csaba Osztrogonác.
6930
6931         Need AtomicStrings for the various font family names
6932         https://bugs.webkit.org/show_bug.cgi?id=28024
6933
6934         * Source/cmake/WebKitMacros.cmake: Add new macro.
6935
6936 2011-08-11  Xan Lopez  <xlopez@igalia.com>
6937
6938         [GTK] Update NEWS and configure.ac for 1.5.2 release
6939
6940         Reviewed by Gustavo Noronha.
6941
6942         * configure.ac: update for release.
6943
6944 2011-08-10  Varun Jain  <varunjain@google.com>
6945
6946         WebViewImpl::selectionRange should return false if there is no selection
6947         https://bugs.webkit.org/show_bug.cgi?id=66012
6948
6949         Reviewed by Darin Fisher.
6950
6951         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
6952
6953 2011-08-10  Kevin Ollivier  <kevino@theolliviers.com>
6954
6955         [wx] Unreviewed build fix. Do not build LocaleToScriptMappingICU.cpp for now
6956         as ICU on Leopard is too old to build this.
6957         
6958         * wscript:
6959
6960 2011-08-08  Adrienne Walker  <enne@google.com>
6961
6962         Add testing for --force-compositing-mode to windows.internal
6963         https://bugs.webkit.org/show_bug.cgi?id=65777
6964
6965         Reviewed by Adam Barth.
6966
6967         Add exports for Document::settings().
6968
6969         * Source/autotools/symbols.filter:
6970
6971 2011-08-09  Sheriff Bot  <webkit.review.bot@gmail.com>
6972
6973         Unreviewed, rolling out r92683.
6974         http://trac.webkit.org/changeset/92683
6975         https://bugs.webkit.org/show_bug.cgi?id=65921
6976
6977          "Breaks Qt --minimal build. Revert pending update of the Qt
6978         minimal configuration" (Requested by simathur on #webkit).
6979
6980         * Source/WebKit.pri:
6981
6982 2011-08-09  Siddharth Mathur  <siddharth.mathur@nokia.com>
6983
6984         [Qt] Simplify code by removing QT_NO_DESKTOPSERVICES and QT_NO_NETWORKDISKCACHE
6985         https://bugs.webkit.org/show_bug.cgi?id=65880
6986
6987         Reviewed by Andreas Kling.
6988
6989         QDesktopServices and QNetworkDiskCache have been around for a while now. Kill flags which 
6990         check for their feature flags. Assume that any reasonable Qt build provides them. 
6991
6992         * Source/WebKit.pri:
6993
6994 2011-08-06  Aron Rosenberg  <arosenberg@logitech.com>
6995
6996         Reviewed by Benjamin Poulain.
6997
6998         [Qt] Fix build with Intel compiler on Windows
6999         https://bugs.webkit.org/show_bug.cgi?id=65088
7000
7001         Disable Intel Compiler warning 873 - function "" has no corresponding operator
7002         delete (to be called if an exception is thrown during initialization of an
7003         allocated object).
7004
7005         * Source/WebKit.pri:
7006
7007 2011-08-03  Kevin Ollivier  <kevino@theolliviers.com>
7008
7009         [wx] Unreviewed build fix after gesture recognizer changes.
7010
7011         * wscript:
7012
7013 2011-08-02  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
7014
7015         [Qt] [WK2] Expose web view classes to QML
7016         https://bugs.webkit.org/show_bug.cgi?id=65339
7017
7018         Reviewed by Benjamin Poulain.
7019
7020         * Source/WebKit.pro: Include QML plugin subdir in the build system for WK2.
7021
7022 2011-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
7023
7024         [GTK] Install web and plugin processes in libexecdir instead of bindir
7025         https://bugs.webkit.org/show_bug.cgi?id=65600
7026
7027         Reviewed by Martin Robinson.
7028
7029         * GNUmakefile.am: Initialize libexec_PROGRAMS, only used by
7030         WebKit2 in this moment.
7031
7032 2011-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
7033
7034         [GTK] Reorganize pkg-config files
7035         https://bugs.webkit.org/show_bug.cgi?id=65548
7036
7037         Reviewed by Martin Robinson.
7038
7039         * GNUmakefile.am: Initialize pkgconfigdir and pkgconfig_DATA which
7040         are common to all libraries.
7041         * configure.ac: Update pkg-config files.
7042
7043 2011-08-02  Varun Jain  <varunjain@google.com>
7044
7045         Missing null check in WebViewImpl::selectionRange
7046         https://bugs.webkit.org/show_bug.cgi?id=65561
7047
7048         Reviewed by Darin Fisher.
7049
7050         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
7051
7052 2011-08-01  Scott Graham  <scottmg@chromium.org>
7053
7054         REGRESSION (r39725?): Resources removed from document can not be freed until the document is deleted
7055         https://bugs.webkit.org/show_bug.cgi?id=61006
7056
7057         Reviewed by Antti Koivisto.
7058
7059         Update exports for test harness.
7060
7061         * Source/autotools/symbols.filter:
7062
7063 2011-08-01  Hayato Ito  <hayato@chromium.org>
7064
7065         Add support for getting an element in shadow root by its id into a window.internals object.
7066         https://bugs.webkit.org/show_bug.cgi?id=64587
7067
7068         Reviewed by Hajime Morita.
7069
7070         * Source/autotools/symbols.filter:
7071
7072 2011-08-01  Neil Roberts  <neil@linux.intel.com>
7073
7074         build: Fix finding the headers for GStreamer
7075
7076         The cmake files to find the various GStreamer packages were all
7077         checking for the header gst/gst.h. However if gst-plugins-base is
7078         installed into a separate prefix from gstreamer then all of these
7079         tests would only pick up the gstreamer include path so the build
7080         would fail. This patch changes it to try and find a file
7081         appropriate to each package.
7082
7083         https://bugs.webkit.org/show_bug.cgi?id=64933
7084
7085         Reviewed by Martin Robinson.
7086
7087         * Source/cmake/FindGStreamer-App.cmake:
7088         * Source/cmake/FindGStreamer-Base.cmake:
7089         * Source/cmake/FindGStreamer-Interfaces.cmake:
7090         * Source/cmake/FindGStreamer-Pbutils.cmake:
7091         * Source/cmake/FindGStreamer-Plugins-Base.cmake:
7092         * Source/cmake/FindGStreamer-Video.cmake:
7093
7094 2011-07-31  Daniel Bates  <dbates@webkit.org>
7095
7096         Add missing semicolons to build fix attempt in <http://trac.webkit.org/changeset/92080>.
7097
7098         * Source/autotools/symbols.filter:
7099
7100 2011-07-31  Daniel Bates  <dbates@webkit.org>
7101
7102         Some more fixes to the GTK build after r92059 (https://bugs.webkit.org/show_bug.cgi?id=65419).
7103
7104         * Source/autotools/symbols.filter: Export symbols needed by Internals.
7105
7106 2011-07-27  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
7107
7108         [Qt] Fix build in Qt 5 of QDeclarativeWebView
7109         https://bugs.webkit.org/show_bug.cgi?id=65258
7110
7111         Reviewed by Andreas Kling.
7112
7113         In Qt 5, the QGraphicsView-based classes for QtQuick are in the
7114         qtquick1 module, including QDeclarativeItem and QDeclarativeView.
7115
7116         * Source/WebKit.pro:
7117
7118 2011-07-26  Andras Becsi  <abecsi@webkit.org>
7119
7120         [Qt] [WK2] Disable the build with Qt versions older than 5.0
7121         https://bugs.webkit.org/show_bug.cgi?id=65189
7122
7123         Reviewed by Csaba Osztrogonác.
7124
7125         * Source/WebKit.pro: Abort if not using Qt5.
7126
7127 2011-07-20  Pierre Rossi  <pierre.rossi@gmail.com>
7128
7129         [Qt] Qt5 Build Fix: Disable the legacy mac assert macros.
7130
7131         This is done in order to prevent collision with the recently
7132         introduced function QSslCertificate::verify() in Qt5.
7133
7134         https://bugs.webkit.org/show_bug.cgi?id=64855
7135
7136         Reviewed by Simon Hausmann.
7137
7138         * Source/WebKit.pri:
7139
7140 2011-07-19  Robert Sesek  <rsesek@chromium.org>
7141
7142         [Chromium] Need to remove app/ from DEPS
7143         https://bugs.webkit.org/show_bug.cgi?id=64750
7144
7145         Reviewed by Tony Chang.
7146
7147         Remove Source/WebKit/chromium/app/ from .gitignore.
7148
7149         * .gitignore:
7150
7151 2011-07-18  MORITA Hajime  <morrita@google.com>
7152
7153         [ShadowContentElement] forwarded node should be able to access its hosting content element.
7154         https://bugs.webkit.org/show_bug.cgi?id=64251
7155
7156         Reviewed by Dimitri Glazkov.
7157
7158         Added GTK symbols for new window.internals methods.
7159         
7160         * Source/autotools/symbols.filter:
7161
7162 2011-07-15  Martin Robinson  <mrobinson@igalia.com>
7163
7164         Build fixes for WebKit2. Ensure that all generated sources are
7165         on nodist primaries, that they are on forward declared variables
7166         so that BUILT_SOURCES is calculated properly and that zlib is 
7167         included during linking (for WOFF support).
7168
7169         * GNUmakefile.am:
7170         * Source/autotools/webkit.m4: Include test for zlib.
7171
7172 2011-07-15  Carlos Garcia Campos  <cgarcia@igalia.com>
7173
7174         [GTK] Build plugin process by default when building WebKit2
7175         https://bugs.webkit.org/show_bug.cgi?id=64592
7176
7177         Reviewed by Philippe Normand.
7178
7179         * configure.ac:
7180
7181 2011-07-14  Carlos Garcia Campos  <cgarcia@igalia.com>
7182
7183         Reviewed by Martin Robinson.
7184
7185         [GTK] Implement Plugin Process
7186         https://bugs.webkit.org/show_bug.cgi?id=60546
7187
7188         * configure.ac: Always check for gtk2 when building the plugin
7189         process.
7190
7191 2011-07-14  MORITA Hajime  <morrita@google.com>
7192
7193         Unreviewed, rolling out r90976, r90981, and r90985.
7194         http://trac.webkit.org/changeset/90976
7195         http://trac.webkit.org/changeset/90981
7196         http://trac.webkit.org/changeset/90985
7197         https://bugs.webkit.org/show_bug.cgi?id=64251
7198
7199         build break
7200
7201         * Source/autotools/symbols.filter:
7202
7203 2011-07-14  MORITA Hajime <morrita@google.com>
7204
7205         Unreviewed attempt to build fix.
7206         
7207         * Source/autotools/symbols.filter:
7208
7209 2011-07-13  MORITA Hajime  <morrita@google.com>
7210
7211         [ShadowContentElement] forwarded node should be able to access its hosting content element.
7212         https://bugs.webkit.org/show_bug.cgi?id=64251
7213
7214         Reviewed by Dimitri Glazkov.
7215
7216         Added GTK symbols for new window.internals methods.
7217         
7218         * Source/autotools/symbols.filter:
7219
7220 2011-07-06  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
7221
7222         [EFL] Add Fullscreen API feature
7223         https://bugs.webkit.org/show_bug.cgi?id=63975
7224
7225         This is just to add disabled ENABLE_FULLSCREEN_API to OptionEFl.cmake.
7226         ENABLE_FULLSCREEN_API will be enabled after finishing missing implementations.
7227
7228         Reviewed by Adam Barth.
7229
7230         * Source/cmake/OptionsEfl.cmake: Add disabled ENABLE_FULLSCREEN_API feature.
7231         * Source/cmakeconfig.h.cmake: ditto.
7232
7233 2011-07-05  Vsevolod Vlasov  <vsevik@chromium.org>
7234
7235         Web Inspector: Show content for plugin requests in network panel.
7236         https://bugs.webkit.org/show_bug.cgi?id=30080
7237
7238         Added GTK symbols for new window.internals methods.
7239
7240         Reviewed by Pavel Feldman.
7241
7242         * Source/autotools/symbols.filter:
7243
7244 2011-07-04  Sheriff Bot  <webkit.review.bot@gmail.com>
7245
7246         Unreviewed, rolling out r90373.
7247         http://trac.webkit.org/changeset/90373
7248         https://bugs.webkit.org/show_bug.cgi?id=63917
7249
7250         Breaks Qt Linux Release minimal (Requested by vsevik on
7251         #webkit).
7252
7253         * Source/autotools/symbols.filter:
7254
7255 2011-07-04  Vsevolod Vlasov  <vsevik@chromium.org>
7256
7257         Web Inspector: Show content for plugin requests in network panel.
7258         https://bugs.webkit.org/show_bug.cgi?id=30080
7259
7260         Reviewed by Pavel Feldman.
7261
7262         * Source/autotools/symbols.filter:
7263
7264 2011-07-01  Tony Chang  <tony@chromium.org>
7265
7266         Add chromium sql directory to git ignore.
7267
7268         * .gitignore:
7269
7270 2011-07-01  Patrick Gansterer  <paroga@webkit.org>
7271
7272         Reviewed by Daniel Bates.
7273
7274         [CMake] Add cpu detection for MIPS
7275         https://bugs.webkit.org/show_bug.cgi?id=63693
7276
7277         * Source/CMakeLists.txt:
7278
7279 2011-07-01  Joone Hur  <joone.hur@collabora.co.uk>
7280
7281         Reviewed by Martin Robinson.
7282
7283         [GTK] Add DeviceOrientation feature
7284         https://bugs.webkit.org/show_bug.cgi?id=63720
7285
7286         Add configure option to enable/disable DeviceOrientation feature.
7287
7288         * configure.ac:
7289
7290 2011-06-28  Joone Hur  <joone.hur@collabora.co.uk>
7291
7292         Reviewed by Martin Robinson.
7293
7294         [GTK] Rename 3D transforms to 3D rendering
7295         https://bugs.webkit.org/show_bug.cgi?id=63508
7296
7297         WebKitGtk+ provides the 3D transforms feature, but it was
7298         renamed to 3D Rendering. This features supports CSS 3D trasnforms.
7299
7300         * configure.ac: Rename ENABLE_3D_TRANSFORMS to ENABLE_3D_RENDERING.
7301
7302 2011-06-27  Alexis Menard  <alexis.menard@openbossa.org>
7303
7304         Reviewed by Kenneth Rohde Christiansen.
7305
7306         [Qt] Remove Phonon MediaPlayer from the tree.
7307         https://bugs.webkit.org/show_bug.cgi?id=63448
7308
7309         Remvove from the build.
7310
7311         * Source/WebKit.pri:
7312
7313 2011-06-24  Dominic Cooney  <dominicc@chromium.org>
7314
7315         Reviewed by Dimitri Glazkov.
7316
7317         Convert shadow DOM-related tests to use window.internals
7318         https://bugs.webkit.org/show_bug.cgi?id=61671
7319
7320         * Source/autotools/symbols.filter: Export symbols for GTK.
7321
7322 2011-06-24  Carlos Garcia Campos  <cgarcia@igalia.com>
7323
7324         Reviewed by Martin Robinson.
7325
7326         [GTK] Add more debug options to compilation
7327         https://bugs.webkit.org/show_bug.cgi?id=63318
7328
7329         Add --enable-debug-symbols to enable/disable compilation with
7330         debug symbols and --enable-debug-features to enable/disable debug
7331         features. Both options are unconditionally enabled for debug
7332         builds.
7333
7334         * configure.ac:
7335
7336 2011-06-23  Oliver Hunt  <oliver@apple.com>
7337
7338         Qt build-fix: remove warning that no other platform appears to use.
7339         Someone can add it back if they really feel it's needed.
7340
7341         * Source/WebKit.pri:
7342
7343 2011-06-22  Ryuan Choi  <ryuan.choi@samsung.com>
7344
7345         Reviewed by Antonio Gomes.
7346
7347         [EFL] Add an option to enable Device Orientation Event.
7348         https://bugs.webkit.org/show_bug.cgi?id=63120
7349
7350         ADD ENABLE_DEVICE_ORIENTATION.
7351
7352         * Source/cmake/OptionsEfl.cmake:
7353         * Source/cmakeconfig.h.cmake:
7354
7355 2011-06-22  Nate Chapin  <japhet@chromium.org>
7356
7357         Reviewed by Adam Barth.
7358
7359         Add symbols required for window.internals.
7360         https://bugs.webkit.org/show_bug.cgi?id=62066
7361
7362         * Source/autotools/symbols.filter:
7363
7364 2011-06-22  Martin Robinson  <mrobinson@igalia.com>
7365
7366         Reviewed by Adam Roben.
7367
7368         [GTK] Implement pixel dump support for WebKitTestRunner
7369         https://bugs.webkit.org/show_bug.cgi?id=58242
7370
7371         * GNUmakefile.am: Reference the new ImageDiff GNUmakefile.
7372
7373 2011-06-21  MORITA Hajime  <morrita@google.com>
7374
7375         Unreviewed, rolling out r89401 and r89403.
7376         http://trac.webkit.org/changeset/89401
7377         http://trac.webkit.org/changeset/89403
7378         https://bugs.webkit.org/show_bug.cgi?id=62970
7379
7380         Breaks mac build and mistakenly enables the spellcheck API
7381
7382         * configure.ac:
7383
7384 2011-06-20  MORITA Hajime <morrita@google.com>
7385
7386         Reviewed by Kent Tamura.
7387         
7388         Spellcheck API should be build-able.
7389         https://bugs.webkit.org/show_bug.cgi?id=62970
7390
7391         * configure.ac:
7392
7393 2011-06-20  MORITA Hajime  <morrita@google.com>
7394
7395         Unreviewed GTK build fix.
7396         This change corrected syntax error on symbols.filter.
7397
7398         * Source/autotools/symbols.filter:
7399
7400 2011-06-19  MORITA Hajime <morrita@google.com>
7401
7402         Unreviewed GTK build fix.
7403
7404         * Source/autotools/symbols.filter:
7405
7406 2011-06-19  MORITA Hajime  <morrita@google.com>
7407
7408         Reviewed by Dimitri Glazkov.
7409
7410         The internals object should have createShadowContentElement()
7411         https://bugs.webkit.org/show_bug.cgi?id=62432
7412
7413         * Source/autotools/symbols.filter: Added some more symbols necessary for
7414         window.internals to function to the global symbol list.
7415         
7416
7417 2011-06-19  Adam Bergkvist  <adam.bergkvist@ericsson.com>
7418
7419         Reviewed by Martin Robinson.
7420
7421         [GTK] Enable Media Stream feature and make it default on
7422         https://bugs.webkit.org/show_bug.cgi?id=60394
7423
7424         * configure.ac:
7425
7426 2011-06-17  Joone Hur  <joone.hur@collabora.co.uk>
7427
7428         Reviewed by Martin Robinson.
7429
7430         [GTK] Replace GdkRectangle by cairo_rectangle_int_t
7431         https://bugs.webkit.org/show_bug.cgi?id=60687
7432
7433         Replace GdkRectangle by cairo_rectangle_int_t.
7434
7435         * configure.ac: Check whether Cairo version is higher than 1.10.
7436
7437 2011-06-16  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
7438
7439         Reviewed by Eric Seidel.
7440
7441         [CMAKE] Enable METER_TAG of HTML5
7442         https://bugs.webkit.org/show_bug.cgi?id=62697
7443
7444         Support for meter tag of html5 in CMake build system. However, this feature is
7445         only enabled on EFL port now. 
7446
7447         * Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
7448         * Source/cmakeconfig.h.cmake:ditto.
7449
7450 2011-06-16  Carlos Garcia Campos  <cgarcia@igalia.com>
7451
7452         Reviewed by Xan Lopez.
7453
7454         [GTK] Remove support for GTK+2 in WebKit2
7455         https://bugs.webkit.org/show_bug.cgi?id=62794
7456
7457         * configure.ac: Make WebKit2 require GTK+ 3.x.
7458
7459 2011-06-15  Ryuan Choi  <ryuan.choi@samsung.com>
7460
7461         Rubber stamped by Eric Seidel.
7462
7463         [CMAKE][WK2] Add an option to build webkit2.
7464         https://bugs.webkit.org/show_bug.cgi?id=62260
7465
7466         Add ENABLE_WEBKIT2 to build WebKit2 using CMake and ENABLE_WEBKIT to disable
7467         WebKit.
7468
7469         * Source/CMakeLists.txt:
7470         * Source/cmake/WebKitFS.cmake:
7471
7472 2011-06-14  Ryuan Choi  <ryuan.choi@samsung.com>
7473
7474         Reviewed by Eric Seidel.
7475
7476         [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
7477         https://bugs.webkit.org/show_bug.cgi?id=62604
7478
7479         Add feature to enable or disable ENABLE_TOUCH_ICON which supports
7480         apple-touch-icon and apple-touch-icon-precomposed in link tag.
7481
7482         * Source/cmake/OptionsEfl.cmake:
7483         * Source/cmakeconfig.h.cmake:
7484
7485 2011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
7486
7487         Reviewed by Martin Robinson.
7488
7489         [GTK] Add configure option to enable/disable register protocol handler
7490         https://bugs.webkit.org/show_bug.cgi?id=62534
7491
7492         This patch just adds configure option to enable/disable register protocol handler.
7493         So, it needs more code to use register protocol handler.
7494
7495         * configure.ac: Add configure option to enable/disable register protocol handler.
7496
7497 2011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
7498
7499         Reviewed by Martin Robinson.
7500
7501         [GTK] Need to report whether touch icon loading is enabled
7502         https://bugs.webkit.org/show_bug.cgi?id=62532
7503
7504         It needs to report whether touch icon loading is enabled.
7505
7506         * configure.ac: Updated option parsing code for loading touch icons.
7507
7508 2011-06-13  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7509
7510         Reviewed by Eric Seidel.
7511
7512         [CMAKE] Conditionally generate DerivedSources
7513         https://bugs.webkit.org/show_bug.cgi?id=62277
7514
7515         Speedup build by not generating DerivedSources of features that are
7516         disabled. This was already been done for some features like ENABLE_SVG
7517         and now it's extended the following features: ENABLE_DATABASE,
7518         ENABLE_INDEXED_DATABASE, ENABLE_DOM_STORAGE, ENABLE_XPATH,
7519         ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_WEB_SOCKETS,
7520         ENABLE_DATA_TRANSFER_ITEMS.
7521
7522         * Source/cmakeconfig.h.cmake: add definition for INDEXED_DATABASE
7523
7524 2011-06-10  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7525
7526         Reviewed by Kenneth Rohde Christiansen.
7527
7528         [CMAKE] Add generic support for building with WebGL
7529         https://bugs.webkit.org/show_bug.cgi?id=62376
7530
7531         Add files that need to be compiled in every port for supporting WebGL.
7532         Each port still needs to add its specific files to
7533         CMakeLists${PORT}.txt. Therefore we do not enable WebGL in any port
7534         yet.
7535
7536         * Source/CMakeLists.txt: Add files needed to support WebGL.
7537         * Source/cmake/OptionsCommon.cmake: Find required OpenGL package.
7538         * Source/cmakeconfig.h.cmake: define ENABLE_WEBGL this feature is
7539         enabled.
7540
7541 2011-06-09  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7542
7543         Reviewed by Antonio Gomes.
7544
7545         [CMAKE] Never let USER_AGENT defined to nothing
7546         https://bugs.webkit.org/show_bug.cgi?id=62410
7547
7548         This patch is similar to r88342, but sets WEBKIT_USER_AGENT_*
7549         definitions only if that port defined it. A port might prefer to set it
7550         in other place, e.g. a header that is part of the public API (like GTK
7551         does).
7552
7553         By using #cmakedefine instead of #define, if that variable is not set
7554         in CMake it will expand to:
7555
7556         /* #define WEBKIT_USER_AGENT_MAJOR_VERSION */
7557
7558         * Source/cmake/OptionsEfl.cmake:
7559         * Source/cmakeconfig.h.cmake:
7560
7561 2011-06-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
7562
7563         Reviewed by Antonio Gomes.
7564
7565         [EFL] Enable PROGRESS_TAG feature
7566         https://bugs.webkit.org/show_bug.cgi?id=62212
7567
7568         * Source/cmake/OptionsEfl.cmake: Turn on PROGRESS_TAG by default.
7569
7570 2011-06-08  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7571
7572         Reviewed by Kenneth Rohde Christiansen.
7573
7574         [CMAKE] Never let a WTF_FEATURE defined to nothing
7575         https://bugs.webkit.org/show_bug.cgi?id=60820
7576
7577         If a port doesn't want to give the user some configure options,
7578         nevertheless it would have to define this feature as OFF. Otherwise
7579         there's a build error because the generated cmakeconfig.h is not
7580         parsed correctly by ENABLE macro, which expects each feature to be
7581         either undefined or defined to TRUE/FALSE.
7582
7583         * Source/cmake/WebKitFeatures.cmake: Use a variable with the same name
7584         of the feature, which allows CONFIGURE_FILE() to replace it in the new
7585         cmakeconfig.h.cmake.
7586         * Source/cmakeconfig.h.cmake: use #cmakedefine01 instead of #define
7587         with another variable. This way the feature will always be 0 or 1 and
7588         it will never be left undefined.
7589
7590 2011-06-07  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7591
7592         Reviewed by Antonio Gomes.
7593
7594         [EFL] Remove Ecore_X bits from PlatformScreenEfl
7595         https://bugs.webkit.org/show_bug.cgi?id=61649
7596
7597         Remove the need for Ecore_X and some X calls by always using
7598         new functions available in EFL to get the screen size.
7599
7600         * Source/cmake/FindEFL.cmake: Bump ecore and ecore-evas versions.
7601
7602 2011-06-07  Andreas Kling  <andreas.kling@nokia.com>
7603
7604         Reviewed by Laszlo Gombos.
7605
7606         [Qt] Fix Symbian build with RVCT 2.x
7607         https://bugs.webkit.org/show_bug.cgi?id=62205
7608
7609         RVCT 2.x doesn't support (or need) the --signed_bitfields command-line
7610         option, so restrict it to version 4.x of the compiler.
7611
7612         * Source/WebKit.pri:
7613
7614 2011-06-06  Martin Robinson  <mrobinson@igalia.com>
7615
7616         Fix the GTK+ build by ensuring that the autogenerated sources
7617         necessary for libWebCoreInternals are recorded in a predeclared
7618         variable before assigning to BUILT_SOURCES.
7619
7620         * GNUmakefile.am: Assign libWebCoreInternals built sources to
7621         libwebcoreinternals_built_sources before adding to the source list
7622         and to BUILT_SOURCES.
7623
7624 2011-06-06  Carlos Garcia Campos  <cgarcia@igalia.com>
7625
7626         Unreviewed. Fix the GTK+ build.
7627
7628         * GNUmakefile.am: Add javascriptcore_cflags variable.
7629
7630 2011-06-04  Kevin Ollivier  <kevino@theolliviers.com>
7631
7632         [wx] Unreviewed build fix. Restore the PPC build and allow users to specify architectures
7633         to build on Mac.
7634
7635         * wscript:
7636
7637 2011-06-04  Adam Barth  <abarth@webkit.org>
7638
7639         Configure new commit-queue instance.  (Please ignore.)
7640
7641 2011-06-03  Martin Robinson  <mrobinson@igalia.com>
7642
7643         Reviewed by Dimitri Glazkov.
7644
7645         Teach Gtk build about window.internals
7646         https://bugs.webkit.org/show_bug.cgi?id=61071
7647
7648         * Source/autotools/symbols.filter: Added some symbols necessary for
7649         window.internals to function to the global symbol list.
7650
7651 2011-06-03  Alexis Menard  <alexis.menard@openbossa.org>
7652
7653         Reviewed by Benjamin Poulain.
7654
7655         [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
7656         https://bugs.webkit.org/show_bug.cgi?id=61957
7657
7658         When building inside the Qt source tree, qmake always append the mkspecs
7659         defines after ours. We have to workaround and make sure that we append
7660         our flags after the qmake variable used inside Qt. This workaround was provided
7661         by our qmake folks. We need to append in both case because qmake behave differently
7662         when called with -spec or via SUBDIR+=.
7663
7664         * Source/WebKit.pri:
7665
7666 2011-06-02  Alexis Menard  <alexis.menard@openbossa.org>
7667
7668         Reviewed by Andreas Kling.
7669
7670         [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
7671         https://bugs.webkit.org/show_bug.cgi?id=61957
7672
7673         When building inside the Qt source tree, qmake always append the mkspecs
7674         defines after ours. We have to workaround and make sure that we append 
7675         our flags after the qmake variable used inside Qt. This workaround was provided 
7676         by our qmake folks.
7677
7678         * Source/WebKit.pri:
7679
7680 2011-03-30  Martin Robinson  <mrobinson@igalia.com>
7681
7682         Reviewed by Adam Roben.
7683
7684         [GTK] [WebKit2] Implement a basic WebKitTestRunner
7685         https://bugs.webkit.org/show_bug.cgi?id=57068
7686
7687         * GNUmakefile.am: Added reference to WebKitTestRunner GNUmakefile.
7688
7689 2011-05-31  Xan Lopez  <xlopez@igalia.com>
7690
7691         Reviewed by Martin Robinson.
7692
7693         Bump version to 1.5.1.
7694
7695         * configure.ac:
7696
7697 2011-05-25  Gregg Tavares  <gman@chromium.org>
7698
7699         Reviewed by Kenneth Russell.
7700
7701         Add 'noExtensions' option to Web/GraphicsContext3D attributes.
7702         https://bugs.webkit.org/show_bug.cgi?id=61460
7703
7704         * Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
7705         * Source/WebCore/platform/graphics/GraphicsContext3D.h:
7706         * Source/WebKit/chromium/public/WebGraphicsContext3D.h:
7707         * Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:
7708
7709 2011-05-24  Keishi Hattori  <keishi@webkit.org>
7710
7711         Reviewed by Kent Tamura.
7712
7713         Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
7714         https://bugs.webkit.org/show_bug.cgi?id=61273
7715
7716         * configure.ac: Added INPUT_COLOR feature flag.
7717
7718 2011-05-24  Jay Civelli  <jcivelli@chromium.org>
7719
7720         Reviewed by Adam Barth.
7721
7722         Adding MHTML reading support.
7723         https://bugs.webkit.org/show_bug.cgi?id=7168
7724
7725         * configure.ac:
7726
7727 2011-05-23  Ryuan Choi  <ryuan.choi@samsung.com>
7728
7729         Rubber stamped by Eric Seidel.
7730
7731         [CMAKE] Refactoring wtf related code.
7732         https://bugs.webkit.org/show_bug.cgi?id=60146
7733
7734         Move WTF_INCLUDE_DIRECTORIES to Source/JavaScriptCore/wtf/CMakeLists.txt.
7735
7736         * Source/cmake/OptionsCommon.cmake:
7737         * Source/cmake/OptionsEfl.cmake:
7738
7739 2011-05-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
7740
7741         Unreviewed. Fix build break.
7742
7743         * Source/cmake/WebKitMacros.cmake: Add -i option in order to include Lookup.h
7744
7745 2011-05-16  Carlos Garcia Campos  <cgarcia@igalia.com>
7746
7747         Reviewed by Martin Robinson.
7748
7749         [GTK] Enable building GTK port with ENABLE_PLUGIN_PROCESS=1
7750         https://bugs.webkit.org/show_bug.cgi?id=58223
7751
7752         * configure.ac: Add configure option to enable/disable plugin
7753         process.
7754
7755 2011-05-12  Gregg Tavares  <gman@chromium.org>
7756
7757         Reviewed by Kenneth Russell.
7758
7759         Add option to select GraphicsContext3D implementation.
7760         https://bugs.webkit.org/show_bug.cgi?id=60297
7761
7762         * Source/WebKit/chromium/DEPS:
7763         * Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:
7764
7765 2011-05-12  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7766
7767         Reviewed by Antonio Gomes.
7768
7769         [CMAKE] Add option to unconditionally enable/disable a feature
7770         https://bugs.webkit.org/show_bug.cgi?id=60643
7771
7772         Create an argument to be used in WEBKIT_FEATURE macro, allowing a port
7773         to enable a feature without showing to user that it can be disabled.
7774         This is useful if a port needs an option to be always ON/OFF and
7775         changing it will break the build.
7776
7777         This way it's possible to add mandatory features to each port without
7778         touching the cmakeconfig.cmake file.
7779
7780         * Source/cmake/WebKitFeatures.cmake:
7781
7782 2011-05-11  Dmitry Lomov  <dslomov@google.com>
7783
7784         Reviewed by David Levin.
7785
7786         https://bugs.webkit.org/show_bug.cgi?id=59561
7787         Switch TestWebKitAPI to GTest
7788
7789         Fixes Makefiles and WinCairo build as well
7790
7791         * Source/ThirdParty/gtest/README.WebKit:
7792         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
7793         * Source/ThirdParty/gtest/xcode/Config/General.xcconfig:
7794         * Source/ThirdParty/gtest/xcode/Makefile: Added.
7795
7796 2011-05-09  Dmitry Lomov  <dslomov@google.com>
7797
7798         Reviewed by Sam Weinig.
7799         
7800         Switch TestWebKitAPI to GTest
7801         https://bugs.webkit.org/show_bug.cgi?id=59561
7802
7803         * Source/ThirdParty/gtest/README.WebKit:
7804         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
7805
7806 2011-05-09  Xan Lopez  <xlopez@igalia.com>
7807
7808         Reviewed by Gustavo Noronha.
7809
7810         Fix logic in GCC version detection, it was reversed.
7811
7812         * configure.ac:
7813
7814 2011-05-09  Alexis Menard  <alexis.menard@openbossa.org>
7815
7816         Reviewed by Andreas Kling.
7817
7818         [Qt] Fix the build on Embedded Linux.
7819         https://bugs.webkit.org/show_bug.cgi?id=60347
7820
7821         qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
7822         still be used in order to build properly.
7823
7824         * Source/WebKit.pri:
7825
7826 2011-05-05  Kevin Ollivier  <kevino@theolliviers.com>
7827
7828         [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
7829
7830         * wscript:
7831
7832 2011-05-05  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
7833
7834         Reviewed by Simon Hausmann.
7835
7836         Install correct header files for webkit.
7837
7838         Since WebKit is no longer inside Qt, we can remove the detection for
7839         that.
7840
7841         [Qt] Install targets are not working correctly for modularized Qt and QtWebkit
7842         https://bugs.webkit.org/show_bug.cgi?id=57621
7843
7844         * Source/sync.profile:
7845
7846 2011-05-05  Adam Barth  <abarth@webkit.org>
7847
7848         Remove a couple stray mentions of WML that I missed before.
7849
7850         * configure.ac:
7851
7852 2011-05-05  Alexis Menard  <alexis.menard@openbossa.org>
7853
7854         Reviewed by Benjamin Poulain.
7855
7856         [Qt] Make QtWebKit build when using gcc 4.6.0
7857         https://bugs.webkit.org/show_bug.cgi?id=60265
7858
7859         If QtWebKit is compiled with gcc 4.6.0 and the build is not done
7860         with c++0x support we need to deactivate warnings about compatibility.
7861         Some WebKit types have names which conflicts with upcoming c++0x
7862         types. If QtWebKit is built with c++0x support, WebKit has code to
7863         fallback to the standard type rather than the WebKit implementation.
7864         For example nullptr will be the one of the std if build options turns on
7865         c++0x support.
7866
7867         * Source/WebKit.pri:
7868
7869 2011-05-04  Xan Lopez  <xlopez@igalia.com>
7870
7871         Reviewed by Martin Robinson.
7872
7873         [GTK] Fix warnings in webkit.m4 with autoconf 2.68
7874         https://bugs.webkit.org/show_bug.cgi?id=60189
7875
7876         Use AC_LANG_SOURCE when passing source code to AC_COMPILE_IFELSE
7877         to remove warnings.
7878
7879         * Source/autotools/webkit.m4: ditto.
7880
7881 2011-05-04  Martin Robinson  <mrobinson@igalia.com>
7882
7883         Fix the WebKitGTK+ build.
7884
7885         * configure.ac: Added option parsing code for loading touch icons.
7886
7887 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7888
7889         Reviewed by Xan Lopez.
7890
7891         [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
7892         https://bugs.webkit.org/show_bug.cgi?id=60041
7893
7894         Hardcode -Wno-c++0x-compat for the default compiler (if version >=
7895         4.6.0) until our codebase is ready. This is the same as done for
7896         autotools.
7897
7898         * Source/cmake/WebKitHelpers.cmake: ditto.
7899
7900 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7901
7902         Unreviewed, rolling out r85624.
7903         http://trac.webkit.org/changeset/85624
7904
7905         The same command is used also for make_names.pl, which breaks
7906         the build.
7907
7908         * Source/cmake/OptionsCommon.cmake: ditto.
7909
7910 2011-05-03  Leandro Pereira  <leandro@profusion.mobi>
7911
7912         [EFL] Unreviewed build fix for NETWORK_BACKEND=curl.
7913
7914         Force linking with zlib so that uncompress() exists.
7915
7916         * Source/cmake/OptionsEfl.cmake: Find zlib.
7917
7918 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7919
7920         [CMAKE] Unreviewed build fix for gcc >= 4.6
7921
7922         Same fix as done in r84123. CMake explicitly pass the arguments to
7923         make_names.pl, so let's make them the same.
7924
7925         * Source/cmake/OptionsCommon.cmake: ditto.
7926
7927 2011-05-02  Adam Klein  <adamk@chromium.org>
7928
7929         Reviewed by Tony Chang.
7930
7931         Roll chromium DEPS to r83722, add new crypto directory to DEPS
7932         https://bugs.webkit.org/show_bug.cgi?id=59992
7933
7934         * .gitignore:
7935         Ignore new chromium/crypto directory.
7936
7937 2011-05-03  Carlos Garcia Campos  <cgarcia@igalia.com>
7938
7939         Reviewed by Eric Seidel.
7940
7941         [GTK] Build webkit1 even when webkit2 is enabled
7942         https://bugs.webkit.org/show_bug.cgi?id=59695
7943
7944         * GNUmakefile.am:
7945         * configure.ac:
7946
7947 2011-05-01  ojab  <ojab@ojab.ru>
7948
7949         Reviewed by Eric Seidel.
7950
7951         --disable-video-track if --disable-video
7952         https://bugs.webkit.org/show_bug.cgi?id=59605
7953
7954         * configure.ac:
7955
7956 2011-04-29  Dean Jackson  <dino@apple.com>
7957
7958         Reviewed by Simon Fraser.
7959
7960         Add ENABLE macro for WebKitAnimation
7961         https://bugs.webkit.org/show_bug.cgi?id=59729
7962
7963         Add new feature to toggle WebKit Animation API.
7964
7965         * configure.ac:
7966
7967 2011-04-29  Kevin Ollivier  <kevino@theolliviers.com>
7968
7969         [wx] Unreviewed build fix. Fix library copying logic for wxMSW 2.9.x.
7970
7971         * wscript:
7972
7973 2011-04-28  Adam Barth  <abarth@webkit.org>
7974
7975         Reviewed by Eric Seidel.
7976
7977         Remove WML
7978         https://bugs.webkit.org/show_bug.cgi?id=59678
7979
7980         Remove WML configuration option from the CMake build system.
7981
7982         * Source/cmake/OptionsEfl.cmake:
7983         * Source/cmake/OptionsWinCE.cmake:
7984         * Source/cmakeconfig.h.cmake:
7985
7986 2011-04-28  Xan Lopez  <xlopez@igalia.com>
7987
7988         Reviewed by Martin Robinson.
7989
7990         [Gtk] Split JSC and WebCore builds
7991         https://bugs.webkit.org/show_bug.cgi?id=19428
7992
7993         Add a pkg-config file for JavaScriptCoreGTK+.
7994
7995         * configure.ac: generate the final pkg-config file from our .in
7996         file.
7997
7998 2011-04-28  Xan Lopez  <xlopez@igalia.com>
7999
8000         Reviewed by Martin Robinson.
8001
8002         [Gtk] Split JSC and WebCore builds
8003         https://bugs.webkit.org/show_bug.cgi?id=19428
8004
8005         Build JavaScriptCore as a libtool shared library instead of a
8006         private convenience library.
8007
8008         * GNUmakefile.am: remove convenience library definition for jsc.
8009
8010 2011-04-28  Xan Lopez  <xlopez@igalia.com>
8011
8012         Reviewed by Martin Robinson.
8013
8014         [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
8015         https://bugs.webkit.org/show_bug.cgi?id=59718
8016
8017         Hardcode -Wno-c++0x-compat for the default compiler (if version >=
8018         4.6.0) until our codebase is ready.
8019
8020         * configure.ac: do that.
8021
8022 2011-04-27  Yi Shen  <yi.4.shen@nokia.com>
8023
8024         Reviewed by Kenneth Rohde Christiansen.
8025
8026         [Qt] Upstream Symbian platform plugin
8027         https://bugs.webkit.org/show_bug.cgi?id=58435
8028
8029         Upstream Symbian platform plugin.
8030
8031         * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
8032
8033 2011-04-27  Steve Block  <steveblock@google.com>
8034
8035         Reviewed by David Levin.
8036
8037         Remove Android build system
8038         https://bugs.webkit.org/show_bug.cgi?id=48111
8039
8040         This is to avoid the maintenance burden until the Android port is
8041         fully upstreamed.
8042
8043         * Source/Android.mk: Removed.
8044
8045 2011-04-26  Kevin Ollivier  <kevino@theolliviers.com>
8046
8047         Rubberstamped by Eric Seidel.
8048
8049         Enable waf to be used to build other ports
8050         https://bugs.webkit.org/show_bug.cgi?id=58213
8051
8052         * wscript:
8053
8054 2011-04-22  Sheriff Bot  <webkit.review.bot@gmail.com>
8055
8056         Unreviewed, rolling out r84627.
8057         http://trac.webkit.org/changeset/84627
8058         https://bugs.webkit.org/show_bug.cgi?id=59271
8059
8060         It broke Symbian build (Requested by Ossy on #webkit).
8061
8062         * Source/WebKit.pro:
8063
8064 2011-04-22  Yi Shen  <yi.4.shen@nokia.com>
8065
8066         Reviewed by Kenneth Rohde Christiansen.
8067
8068         [Qt] Upstream Symbian platform plugin
8069         https://bugs.webkit.org/show_bug.cgi?id=58435
8070
8071         Upstream Symbian platform plugin.
8072
8073         * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
8074
8075 2011-04-21  Maciej Stachowiak  <mjs@apple.com>
8076
8077         Reviewed by Adam Roben.
8078
8079         Add a feature define to allow <details> and <summary> to be disabled
8080         https://bugs.webkit.org/show_bug.cgi?id=59118
8081         <rdar://problem/9257045>
8082
8083         * configure.ac:
8084
8085 2011-04-18  Evan Martin  <evan@chromium.org>
8086
8087         Reviewed by Eric Seidel.
8088
8089         [chromium] expose title direction to webkit client
8090         https://bugs.webkit.org/show_bug.cgi?id=58823
8091
8092         *  Tools/DumpRenderTree/chromium/LayoutTestController.cpp:
8093         *  Tools/DumpRenderTree/chromium/LayoutTestController.h:
8094         Adapt to new API.  Expose title direction to JS so it can be tested.
8095
8096         *  Tools/DumpRenderTree/chromium/WebViewHost.cpp:
8097         *  Tools/DumpRenderTree/chromium/WebViewHost.h:
8098         Provide new API.
8099
8100 2011-04-18  Hans Wennborg  <hans@chromium.org>
8101
8102         Reviewed by Steve Block.
8103
8104         LevelDB backend for IndexedDB
8105         https://bugs.webkit.org/show_bug.cgi?id=57372
8106
8107         Add LevelDB wrappers to Android.mk.
8108
8109         * Source/Android.mk:
8110
8111 2011-04-18  Patrick Gansterer  <paroga@webkit.org>
8112
8113         Reviewed by Pavel Feldman.
8114
8115         REGRESSION (r81479): generate-inspector-idl fails on native win32
8116         https://bugs.webkit.org/show_bug.cgi?id=58315
8117
8118         Disable git autocrlf for Inspector.json.
8119
8120         * .gitattributes:
8121
8122 2011-04-16  Patrick Gansterer  <paroga@webkit.org>
8123
8124         Reviewed by Eric Seidel.
8125
8126         Rename PLATFORM(CAIRO) to USE(CAIRO)
8127         https://bugs.webkit.org/show_bug.cgi?id=55192
8128
8129         * Source/cmake/OptionsEfl.cmake:
8130
8131 2011-04-15  Shishir Agrawal  <shishir@chromium.org>
8132
8133         Reviewed by James Robinson.
8134
8135         Add a flag to guard Page Visibility API changes.
8136         https://bugs.webkit.org/show_bug.cgi?id=58464
8137
8138         Initial draft at:
8139         http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html
8140
8141         * configure.ac:
8142
8143 2011-04-15  Xan Lopez  <xlopez@igalia.com>
8144
8145         Reviewed by Martin Robinson.
8146
8147         * configure.ac: bump to 1.5.0, 1.4.0 will be released from a
8148         branch and was already cut off.
8149
8150 2011-04-15  Anna Cavender  <annacc@chromium.org>
8151
8152         Reviewed by Eric Carlson.
8153
8154         Renaming TRACK feature define to VIDEO_TRACK
8155         https://bugs.webkit.org/show_bug.cgi?id=53556
8156
8157         * configure.ac:
8158
8159 2011-04-13  Dmitry Lomov  <dslomov@google.com>
8160
8161         Reviewed by David Levin.
8162
8163         Add GTest unit-testing framework to WebKit
8164         https://bugs.webkit.org/show_bug.cgi?id=58507
8165
8166         * Source/ThirdParty/gtest/CHANGES: Added.
8167         * Source/ThirdParty/gtest/CMakeLists.txt: Added.
8168         * Source/ThirdParty/gtest/CONTRIBUTORS: Added.
8169         * Source/ThirdParty/gtest/COPYING: Added.
8170         * Source/ThirdParty/gtest/Makefile.am: Added.
8171         * Source/ThirdParty/gtest/README: Added.
8172         * Source/ThirdParty/gtest/README.WebKit: Added.
8173         * Source/ThirdParty/gtest/codegear/gtest.cbproj: Added.
8174         * Source/ThirdParty/gtest/codegear/gtest.groupproj: Added.
8175         * Source/ThirdParty/gtest/codegear/gtest_all.cc: Added.
8176         * Source/ThirdParty/gtest/codegear/gtest_link.cc: Added.
8177         * Source/ThirdParty/gtest/codegear/gtest_main.cbproj: Added.
8178         * Source/ThirdParty/gtest/codegear/gtest_unittest.cbproj: Added.
8179         * Source/ThirdParty/gtest/configure.ac: Added.
8180         * Source/ThirdParty/gtest/include/gtest/gtest-death-test.h: Added.
8181         * Source/ThirdParty/gtest/include/gtest/gtest-message.h: Added.
8182         * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h: Added.
8183         * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h.pump: Added.
8184         * Source/ThirdParty/gtest/include/gtest/gtest-spi.h: Added.
8185         * Source/ThirdParty/gtest/include/gtest/gtest-test-part.h: Added.
8186         * Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h: Added.
8187         * Source/ThirdParty/gtest/include/gtest/gtest.h: Added.
8188         * Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h: Added.
8189         * Source/ThirdParty/gtest/include/gtest/gtest_prod.h: Added.
8190         * Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h: Added.
8191         * Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h: Added.
8192         * Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: Added.
8193         * Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h: Added.
8194         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h: Added.
8195         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump: Added.
8196         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h: Added.
8197         * Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: Added.
8198         * Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h: Added.
8199         * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h: Added.
8200         * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h.pump: Added.
8201         * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h: Added.
8202         * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h.pump: Added.
8203         * Source/ThirdParty/gtest/m4/acx_pthread.m4: Added.
8204         * Source/ThirdParty/gtest/m4/gtest.m4: Added.
8205         * Source/ThirdParty/gtest/make/Makefile: Added.
8206         * Source/ThirdParty/gtest/msvc/gtest-md.sln: Added.
8207         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj: Added.
8208         * Source/ThirdParty/gtest/msvc/gtest.sln: Added.
8209         * Source/ThirdParty/gtest/msvc/gtest.vcproj: Added.
8210         * Source/ThirdParty/gtest/msvc/gtest_main-md.vcproj: Added.
8211         * Source/ThirdParty/gtest/msvc/gtest_main.vcproj: Added.
8212         * Source/ThirdParty/gtest/msvc/gtest_prod_test-md.vcproj: Added.
8213         * Source/ThirdParty/gtest/msvc/gtest_prod_test.vcproj: Added.
8214         * Source/ThirdParty/gtest/msvc/gtest_unittest-md.vcproj: Added.
8215         * Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj: Added.
8216         * Source/ThirdParty/gtest/run_tests.py: Added.
8217         * Source/ThirdParty/gtest/samples/prime_tables.h: Added.
8218         * Source/ThirdParty/gtest/samples/sample1.cc: Added.
8219         * Source/ThirdParty/gtest/samples/sample1.h: Added.
8220         * Source/ThirdParty/gtest/samples/sample10_unittest.cc: Added.
8221         * Source/ThirdParty/gtest/samples/sample1_unittest.cc: Added.
8222         * Source/ThirdParty/gtest/samples/sample2.cc: Added.
8223         * Source/ThirdParty/gtest/samples/sample2.h: Added.
8224         * Source/ThirdParty/gtest/samples/sample2_unittest.cc: Added.
8225         * Source/ThirdParty/gtest/samples/sample3-inl.h: Added.
8226         * Source/ThirdParty/gtest/samples/sample3_unittest.cc: Added.
8227         * Source/ThirdParty/gtest/samples/sample4.cc: Added.
8228         * Source/ThirdParty/gtest/samples/sample4.h: Added.
8229         * Source/ThirdParty/gtest/samples/sample4_unittest.cc: Added.
8230         * Source/ThirdParty/gtest/samples/sample5_unittest.cc: Added.
8231         * Source/ThirdParty/gtest/samples/sample6_unittest.cc: Added.
8232         * Source/ThirdParty/gtest/samples/sample7_unittest.cc: Added.
8233         * Source/ThirdParty/gtest/samples/sample8_unittest.cc: Added.
8234         * Source/ThirdParty/gtest/samples/sample9_unittest.cc: Added.
8235         * Source/ThirdParty/gtest/scripts/fuse_gtest_files.py: Added.
8236         * Source/ThirdParty/gtest/scripts/gen_gtest_pred_impl.py: Added.
8237         * Source/ThirdParty/gtest/scripts/gtest-config.in: Added.
8238         * Source/ThirdParty/gtest/scripts/pump.py: Added.
8239         * Source/ThirdParty/gtest/scripts/test/Makefile: Added.
8240         * Source/ThirdParty/gtest/scripts/upload.py: Added.
8241         * Source/ThirdParty/gtest/scripts/upload_gtest.py: Added.
8242         * Source/ThirdParty/gtest/src/gtest-all.cc: Added.
8243         * Source/ThirdParty/gtest/src/gtest-death-test.cc: Added.
8244         * Source/ThirdParty/gtest/src/gtest-filepath.cc: Added.
8245         * Source/ThirdParty/gtest/src/gtest-internal-inl.h: Added.
8246         * Source/ThirdParty/gtest/src/gtest-port.cc: Added.
8247         * Source/ThirdParty/gtest/src/gtest-test-part.cc: Added.
8248         * Source/ThirdParty/gtest/src/gtest-typed-test.cc: Added.
8249         * Source/ThirdParty/gtest/src/gtest.cc: Added.
8250         * Source/ThirdParty/gtest/src/gtest_main.cc: Added.
8251         * Source/ThirdParty/gtest/test/gtest-death-test_test.cc: Added.
8252         * Source/ThirdParty/gtest/test/gtest-filepath_test.cc: Added.
8253         * Source/ThirdParty/gtest/test/gtest-linked_ptr_test.cc: Added.
8254         * Source/ThirdParty/gtest/test/gtest-listener_test.cc: Added.
8255         * Source/ThirdParty/gtest/test/gtest-message_test.cc: Added.
8256         * Source/ThirdParty/gtest/test/gtest-options_test.cc: Added.
8257         * Source/ThirdParty/gtest/test/gtest-param-test2_test.cc: Added.
8258         * Source/ThirdParty/gtest/test/gtest-param-test_test.cc: Added.
8259         * Source/ThirdParty/gtest/test/gtest-param-test_test.h: Added.
8260         * Source/ThirdParty/gtest/test/gtest-port_test.cc: Added.
8261         * Source/ThirdParty/gtest/test/gtest-test-part_test.cc: Added.
8262         * Source/ThirdParty/gtest/test/gtest-tuple_test.cc: Added.
8263         * Source/ThirdParty/gtest/test/gtest-typed-test2_test.cc: Added.
8264         * Source/ThirdParty/gtest/test/gtest-typed-test_test.cc: Added.
8265         * Source/ThirdParty/gtest/test/gtest-typed-test_test.h: Added.
8266         * Source/ThirdParty/gtest/test/gtest-unittest-api_test.cc: Added.
8267         * Source/ThirdParty/gtest/test/gtest_all_test.cc: Added.
8268         * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest.py: Added.
8269         * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest_.cc: Added.
8270         * Source/ThirdParty/gtest/test/gtest_color_test.py: Added.
8271         * Source/ThirdParty/gtest/test/gtest_color_test_.cc: Added.
8272         * Source/ThirdParty/gtest/test/gtest_env_var_test.py: Added.
8273         * Source/ThirdParty/gtest/test/gtest_env_var_test_.cc: Added.
8274         * Source/ThirdParty/gtest/test/gtest_environment_test.cc: Added.
8275         * Source/ThirdParty/gtest/test/gtest_filter_unittest.py: Added.
8276         * Source/ThirdParty/gtest/test/gtest_filter_unittest_.cc: Added.
8277         * Source/ThirdParty/gtest/test/gtest_help_test.py: Added.
8278         * Source/ThirdParty/gtest/test/gtest_help_test_.cc: Added.
8279         * Source/ThirdParty/gtest/test/gtest_list_tests_unittest.py: Added.
8280         * Source/ThirdParty/gtest/test/gtest_list_tests_unittest_.cc: Added.
8281         * Source/ThirdParty/gtest/test/gtest_main_unittest.cc: Added.
8282         * Source/ThirdParty/gtest/test/gtest_nc.cc: Added.
8283         * Source/ThirdParty/gtest/test/gtest_nc_test.py: Added.
8284         * Source/ThirdParty/gtest/test/gtest_no_test_unittest.cc: Added.
8285         * Source/ThirdParty/gtest/test/gtest_output_test.py: Added.
8286         * Source/ThirdParty/gtest/test/gtest_output_test_.cc: Added.
8287         * Source/ThirdParty/gtest/test/gtest_output_test_golden_lin.txt: Added.
8288         * Source/ThirdParty/gtest/test/gtest_output_test_golden_win.txt: Added.
8289         * Source/ThirdParty/gtest/test/gtest_pred_impl_unittest.cc: Added.
8290         * Source/ThirdParty/gtest/test/gtest_prod_test.cc: Added.
8291         * Source/ThirdParty/gtest/test/gtest_repeat_test.cc: Added.
8292         * Source/ThirdParty/gtest/test/gtest_shuffle_test.py: Added.
8293         * Source/ThirdParty/gtest/test/gtest_shuffle_test_.cc: Added.
8294         * Source/ThirdParty/gtest/test/gtest_sole_header_test.cc: Added.
8295         * Source/ThirdParty/gtest/test/gtest_stress_test.cc: Added.
8296         * Source/ThirdParty/gtest/test/gtest_test_utils.py: Added.
8297         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_ex_test.cc: Added.
8298         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test.py: Added.
8299         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test_.cc: Added.
8300         * Source/ThirdParty/gtest/test/gtest_uninitialized_test.py: Added.
8301         * Source/ThirdParty/gtest/test/gtest_uninitialized_test_.cc: Added.
8302         * Source/ThirdParty/gtest/test/gtest_unittest.cc: Added.
8303         * Source/ThirdParty/gtest/test/gtest_xml_outfile1_test_.cc: Added.
8304         * Source/ThirdParty/gtest/test/gtest_xml_outfile2_test_.cc: Added.
8305         * Source/ThirdParty/gtest/test/gtest_xml_outfiles_test.py: Added.
8306         * Source/ThirdParty/gtest/test/gtest_xml_output_unittest.py: Added.
8307         * Source/ThirdParty/gtest/test/gtest_xml_output_unittest_.cc: Added.
8308         * Source/ThirdParty/gtest/test/gtest_xml_test_utils.py: Added.
8309         * Source/ThirdParty/gtest/test/production.cc: Added.
8310         * Source/ThirdParty/gtest/test/production.h: Added.
8311         * Source/ThirdParty/gtest/test/run_tests_util.py: Added.
8312         * Source/ThirdParty/gtest/test/run_tests_util_test.py: Added.
8313         * Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig: Added.
8314         * Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig: Added.
8315         * Source/ThirdParty/gtest/xcode/Config/General.xcconfig: Added.
8316         * Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig: Added.
8317         * Source/ThirdParty/gtest/xcode/Config/StaticLibraryTarget.xcconfig: Added.
8318         * Source/ThirdParty/gtest/xcode/Config/TestTarget.xcconfig: Added.
8319         * Source/ThirdParty/gtest/xcode/Resources/Info.plist: Added.
8320         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/Info.plist: Added.
8321         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Added.
8322         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/runtests.sh: Added.
8323         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.cc: Added.
8324         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.h: Added.
8325         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget_test.cc: Added.
8326         * Source/ThirdParty/gtest/xcode/Scripts/runtests.sh: Added.
8327         * Source/ThirdParty/gtest/xcode/Scripts/versiongenerate.py: Added.
8328         * Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj: Added.
8329
8330 2011-04-13  Ryuan Choi  <ryuan.choi@samsung.com>
8331
8332         Reviewed by Kenneth Rohde Christiansen.
8333
8334         [CMAKE] Separate DerivedSources.
8335         https://bugs.webkit.org/show_bug.cgi?id=58427
8336
8337         Seperate DerivedSources/ to DerivedSources/WebCore and
8338         DerivedSources/JavaScriptCore.
8339
8340         * Source/CMakeLists.txt:
8341         * Source/cmake/OptionsCommon.cmake:
8342         * Source/cmake/WebKitFS.cmake:
8343         * Source/cmake/WebKitHelpers.cmake:
8344         * Source/cmake/WebKitMacros.cmake:
8345
8346 2011-04-13  Tony Chang  <tony@chromium.org>
8347
8348         Ignore files generated from glu.gyp.
8349
8350         * .gitignore:
8351
8352 2011-03-28  Adam Barth  <abarth@webkit.org>
8353
8354         Reviewed by Kenneth Russell.
8355
8356         Move libtess from WebCore/thirdparty to ThirdParty
8357         https://bugs.webkit.org/show_bug.cgi?id=57288
8358
8359         We're putting third party code in Source/ThirdParty these days.
8360
8361         * Source/ThirdParty/glu: Copied from Source/WebCore/thirdparty/glu.
8362         * Source/ThirdParty/glu/glu.gyp: Added.
8363
8364 2011-04-12  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
8365
8366         Reviewed by Eric Seidel.
8367
8368         [QT] Enable JIT build for SH4 platforms.
8369         https://bugs.webkit.org/show_bug.cgi?id=58317
8370         add disable_uitools for SH4 platforms.
8371
8372         * Source/WebKit.pri:
8373
8374 2011-04-11  Anna Cavender  <annacc@chromium.org>
8375
8376         Reviewed by Eric Carlson.
8377
8378         Setup ENABLE(TRACK) feature define
8379         https://bugs.webkit.org/show_bug.cgi?id=53556
8380
8381         * configure.ac:
8382
8383 2011-04-11  Varun Jain  <varunjain@chromium.org>
8384
8385         Reviewed by Darin Fisher.
8386
8387         Resolving FIXME to make new WebWidget method pure virtual since all downstream classes have implemented the method.
8388         https://bugs.webkit.org/show_bug.cgi?id=58245
8389
8390         *  Source/WebKit/chromium/public/WebWidget.h:
8391
8392 2011-04-11  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
8393
8394         Reviewed by Oliver Hunt.
8395
8396         SH4 JIT SUPPORT.
8397         https://bugs.webkit.org/show_bug.cgi?id=44329
8398
8399         Enable JIT support for SH4 platforms.
8400
8401         * configure.ac:
8402
8403 2011-04-11  Andreas Kling  <andreas.kling@nokia.com>
8404
8405         Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
8406
8407         * Source/WebKit.pri:
8408
8409 2011-04-09  Keith Kyzivat  <keith.kyzivat@nokia.com>
8410
8411         Reviewed by Laszlo Gombos.
8412
8413         [Qt] Don't link against fontconfig or X11 if embedded
8414         https://bugs.webkit.org/show_bug.cgi?id=58104
8415
8416         * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
8417
8418 2011-04-08  Alpha Lam  <hclam@chromium.org>
8419
8420         Unreviewed, rolling out r83335.
8421         http://trac.webkit.org/changeset/83335
8422         https://bugs.webkit.org/show_bug.cgi?id=53556
8423
8424         GTK and QT bots are broken.
8425
8426         * configure.ac:
8427
8428 2011-04-08  Kristian Amlie  <kristian.amlie@nokia.com>
8429
8430         Reviewed by Andreas Kling.
8431
8432         [Qt] Remove modular references after support for the flag was removed.
8433         https://bugs.webkit.org/show_bug.cgi?id=57018
8434
8435         Removed modular references after support for the flag was removed.
8436
8437         Support was removed because the Qt Modularization project decided we
8438         don't need it. It's better to base decisions on the available
8439         information, as demonstrated in the patch by checking
8440         QT.phonon.includes.
8441
8442         * Source/WebKit.pri:
8443
8444 2011-04-07  Anna Cavender  <annacc@chromium.org>
8445
8446         Reviewed by Eric Carlson.
8447
8448         Setup ENABLE(TRACK) feature define
8449         https://bugs.webkit.org/show_bug.cgi?id=53556
8450
8451         * configure.ac:
8452
8453 2011-04-08  Varun Jain  <varunjain@chromium.org>
8454
8455         Reviewed by Darin Fisher.
8456
8457         Need to extend WebKit chromium API to access text selection
8458         https://bugs.webkit.org/show_bug.cgi?id=57888
8459
8460         *  Source/WebKit/chromium/public/WebFrame.h:
8461         *  Source/WebKit/chromium/public/WebWidget.h:
8462         *  Source/WebKit/chromium/src/WebFrameImpl.cpp:
8463         *  Source/WebKit/chromium/src/WebFrameImpl.h:
8464         *  Source/WebKit/chromium/src/WebPopupMenuImpl.h:
8465         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
8466         *  Source/WebKit/chromium/src/WebViewImpl.h:
8467         *  Source/WebKit/chromium/tests/PopupMenuTest.cpp:
8468
8469 2011-04-08  Jon Lee  <jonlee@apple.com>
8470
8471         Reviewed by David Levin.
8472
8473         adding *.vcproj.*.user to .gitignore for Visual Studio development
8474         https://bugs.webkit.org/show_bug.cgi?id=58097
8475
8476         * .gitignore:
8477
8478 2011-04-07  Eric Seidel  <eric@webkit.org>
8479
8480         Reviewed by Adam Barth.
8481
8482         Add stub support for generating Gtk build system from gyp
8483         https://bugs.webkit.org/show_bug.cgi?id=58086
8484
8485         This adds support for a new --port argument and plumbs through
8486         the necessary paths to allow generating for a port other than Mac.
8487
8488         * Source/gyp/configure:
8489
8490 2011-04-07  Andrew Scherkus  <scherkus@chromium.org>
8491
8492         Revert ENABLE_TRACK patch due to compile failures.
8493
8494         * configure.ac:
8495
8496 2011-04-06  Dai Mikurube  <dmikurube@chromium.org>
8497
8498         Reviewed by David Levin.
8499
8500         Add QUOTA build flag for unified quota API
8501         https://bugs.webkit.org/show_bug.cgi?id=57918
8502
8503         * configure.ac: Added QUOTA build flag
8504
8505 2011-04-04  Martin Robinson  <mrobinson@igalia.com>
8506
8507         Build fix for GTK+ after r82876.
8508
8509         * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
8510         from WTF that DRT uses.
8511
8512 2011-04-04  Martin Robinson  <mrobinson@igalia.com>
8513
8514         Reviewed by Gustavo Noronha Silva.
8515
8516         [GTK] WebGL support
8517         https://bugs.webkit.org/show_bug.cgi?id=31517
8518
8519         * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
8520
8521 2011-04-04  Jon Lee  <jonlee@apple.com>
8522
8523         Reviewed by Eric Seidel.
8524
8525         add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
8526         https://bugs.webkit.org/show_bug.cgi?id=57646
8527
8528         * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
8529
8530 2011-03-31  Xan Lopez  <xlopez@igalia.com>
8531
8532         Reviewed by Martin Robinson.
8533
8534         [GTK] Link explicitly with XRender on Linux/Unix
8535         https://bugs.webkit.org/show_bug.cgi?id=57558
8536
8537         Some linkers, like GNU Gold, require explicit linkage of all the
8538         libraries used instead of relying on our dependencies to bring
8539         them in. In this case, the build fails because we use XRender in
8540         the plugin code but don't link directly to it.
8541
8542         * configure.ac: check for XRender on UNIX.
8543
8544 2011-03-31  Vamshikrishna.Yellenki  <vamshi@motorola.com> and Alejandro G. Castro  <alex@igalia.com>
8545
8546         Reviewed by Martin Robinson.
8547
8548         Implement MiniBrowser for Gtk port.
8549         https://bugs.webkit.org/show_bug.cgi?id=48512
8550
8551         Initial implementation of the Gtk MiniBrowser.
8552
8553         * GNUmakefile.am:
8554
8555 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
8556
8557         [Qt] Typo fix, remove an accidentally added line.
8558
8559         * Source/WebKit.pri:
8560
8561 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
8562
8563         [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
8564
8565         * Source/WebKit.pri:
8566
8567 2011-03-29  Csaba Osztrogonác  <ossy@webkit.org>
8568
8569         Rubber-stamped by Andreas Kling.
8570
8571         [Qt] Remove modular references after support for the flag was removed.
8572         https://bugs.webkit.org/show_bug.cgi?id=57018
8573
8574         Symbian buildfix after r82232.
8575
8576         * Source/WebKit.pri: Readd uitools option.
8577
8578 2011-03-29  Kristian Amlie  <kristian.amlie@nokia.com>
8579
8580         Reviewed by Andreas Kling.
8581
8582         Removed modular references after support for the flag was removed.
8583
8584         Support was removed because the Qt Modularization project decided we
8585         don't need it. It's better to base decisions on the available
8586         information, as demonstrated in the patch by checking
8587         QT.phonon.includes.
8588
8589         In addition, remove the reference to uitools. It has been moved to
8590         QtKernel now, and therefore is always available.
8591
8592         [Qt] Remove modular references after support for the flag was removed.
8593         https://bugs.webkit.org/show_bug.cgi?id=57018
8594
8595         * Source/WebKit.pri:
8596
8597 2011-03-28  Benjamin Poulain  <benjamin.poulain@nokia.com>
8598
8599         Reviewed by Andreas Kling.
8600
8601         [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
8602         https://bugs.webkit.org/show_bug.cgi?id=57087
8603
8604         Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
8605
8606         * Source/WebKit.pri:
8607
8608 2011-03-26  Adam Barth  <abarth@webkit.org>
8609
8610         Reviewed by Eric Seidel.
8611
8612         We shouldn't bother running GYP if the generated files are newer than the GYP files
8613         https://bugs.webkit.org/show_bug.cgi?id=57146
8614
8615         In the common case, this check will avoid any overhead from processing
8616         the GYP files.  Another approach to doing this is to add the feature to
8617         GYP directly, but GYP's approach to this problem is to compute the
8618         output in its entirety and compare it byte-for-byte against the output
8619         file.  In the future, it might make sense to add this approach as an
8620         alternative approach for GYP itself.
8621
8622         I also removed JavaScriptGlue from the script because we're not really
8623         going to change JavaScriptGlue over to GYP.  We were using
8624         JavaScriptGlue as a learning experience.
8625
8626         * Source/gyp/configure:
8627
8628 2011-03-25  Kevin Ollivier  <kevino@theolliviers.com>
8629
8630         [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
8631
8632         * wscript:
8633
8634 2011-03-23  George Guo  <George.Guo@nokia.com>
8635
8636         Reviewed by Darin Adler.
8637
8638         Webkit warning: converting to 'unsigned int' from 'double'
8639         https://bugs.webkit.org/show_bug.cgi?id=56865
8640
8641         With -Werr enabled, this cause the build failure on RedHat Linux. 
8642         Add a cast helped.  
8643
8644         * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
8645         (JSC::getCPUTime):
8646
8647 2011-03-23  Adam Barth  <abarth@webkit.org>
8648
8649         Reviewed by Eric Seidel.
8650
8651         GYP build should default to Production configuration
8652         https://bugs.webkit.org/show_bug.cgi?id=56899
8653
8654         * Source/gyp/common.gypi:
8655
8656 2011-03-22  Adam Barth  <abarth@webkit.org>
8657
8658         Reviewed by Eric Seidel.
8659
8660         gyp/configure shouldn&apos;t require GYP to be in your path
8661         https://bugs.webkit.org/show_bug.cgi?id=56873
8662
8663         Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
8664         instead of requiring GYP to be in the user's path.
8665
8666         * Source/gyp/configure:
8667
8668 2011-03-22  Adam Barth  <abarth@webkit.org>
8669
8670         Reviewed by Eric Seidel.
8671
8672         Add GYP to Source/ThirdParty
8673         https://bugs.webkit.org/show_bug.cgi?id=56870
8674
8675         We probably don't need all the test files, but it seems cleaner to just
8676         check in the whole GYP tree.  GYP is BSD licensed, so it is compatible
8677         with the WebKit license.
8678
8679         * Source/ThirdParty/gyp: Added.
8680
8681 2011-03-21  Alejandro G. Castro  <alex@igalia.com>
8682
8683         Reviewed by Martin Robinson.
8684
8685         [GTK] 1.3.13 release bump
8686         https://bugs.webkit.org/show_bug.cgi?id=56795
8687
8688         Version bump for 1.3.13 and updated NEWS file with release notes.
8689
8690         * configure.ac:
8691
8692 2011-03-21  Ryuan Choi  <ryuan.choi@samsung.com>
8693
8694         Reviewed by Antonio Gomes.
8695
8696         [CMAKE] Add exception handling when PORT was missing.
8697         https://bugs.webkit.org/show_bug.cgi?id=56728
8698
8699         * Source/CMakeLists.txt:
8700
8701 2011-03-10  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
8702
8703         Reviewed by Laszlo Gombos.
8704
8705         [Qt] Text layout is broken on Symbian
8706         https://bugs.webkit.org/show_bug.cgi?id=56046
8707
8708         Change integers included into bitfields to be signed by default on RVCT
8709         compiler as a lot of other compilers do (gcc, msvc, winsc).
8710         There are a lot of places in webkit where integers included in bitfield
8711         are assumed to be signed.
8712
8713         * Source/WebKit.pri:
8714
8715 2011-03-10  Alejandro G. Castro  <alex@igalia.com>
8716
8717         Unreviewed, fixed Efl compilation after r80744.
8718
8719         * Source/cmake/OptionsEfl.cmake:
8720
8721 2011-03-10  Martin Robinson  <mrobinson@igalia.com>
8722
8723         Fixed the help message for WebGL support on GTK+ to reflect the fact that
8724         it's turned off by default and is experimental.
8725
8726         * configure.ac: Fix WebGL help message.
8727
8728 2011-03-04  Dimitri Glazkov  <dglazkov@chromium.org>
8729
8730         Reviewed by Adam Barth.
8731
8732         Add skeletal WebCore.gyp
8733         https://bugs.webkit.org/show_bug.cgi?id=55802
8734
8735         * Source/gyp/configure: Added WebCore.
8736
8737 2011-03-04  Adam Barth  <abarth@webkit.org>
8738
8739         Reviewed by Dimitri Glazkov.
8740
8741         Add a basic configure script for the GYP build
8742         https://bugs.webkit.org/show_bug.cgi?id=55791
8743
8744         This script just calls GYP on the various gyp projects.  As we add more
8745         build systems, this script should be able to select which of them you'd
8746         like to generate the project for.
8747
8748         * Source/gyp/configure: Added.
8749
8750 2011-03-04  Adam Barth  <abarth@webkit.org>
8751
8752         Reviewed by Dimitri Glazkov.
8753
8754         Use target_defaults to reduce boilerplate in GYP build system
8755         https://bugs.webkit.org/show_bug.cgi?id=55790
8756
8757         This file contains GYP declarations that are shared by all the modules.
8758         Currently, we use this to set up the configurations, albeit primitively.
8759
8760         * Source/gyp/common.gypi: Added.
8761
8762 2011-03-03  Kevin Ollivier  <kevino@theolliviers.com>
8763
8764         [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
8765         to make sure the proper unicode/utf8.h header is included.
8766
8767         * wscript:
8768
8769 2011-03-02  Kevin Ollivier  <kevino@theolliviers.com>
8770
8771         [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
8772         included in the ICU headers used by WebKit.
8773
8774         * wscript:
8775
8776 2011-03-02  Daniel Cheng  <dcheng@chromium.org>
8777
8778         Reviewed by David Levin.
8779
8780         Add feature define for data transfer items
8781         https://bugs.webkit.org/show_bug.cgi?id=55510
8782
8783         * Source/cmake/OptionsEfl.cmake:
8784         * Source/cmake/OptionsWinCE.cmake:
8785         * Source/cmakeconfig.h.cmake:
8786         * configure.ac:
8787
8788 >>>>>>> .r80188
8789 2011-03-02  Andras Becsi  <abecsi@webkit.org>
8790
8791         Reviewed by Laszlo Gombos.
8792
8793         [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
8794         https://bugs.webkit.org/show_bug.cgi?id=55478
8795
8796         On case insensitive systems the generated forwarding headers cause build problems.
8797
8798         * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
8799
8800 2011-03-01  Sheriff Bot  <webkit.review.bot@gmail.com>
8801
8802         Unreviewed, rolling out r80079.
8803         http://trac.webkit.org/changeset/80079
8804         https://bugs.webkit.org/show_bug.cgi?id=55547
8805
8806         "Broke the Win debug build?" (Requested by dcheng on #webkit).
8807
8808         * Source/cmake/OptionsEfl.cmake:
8809         * Source/cmake/OptionsWinCE.cmake:
8810         * Source/cmakeconfig.h.cmake:
8811
8812 2011-03-01  Daniel Cheng  <dcheng@chromium.org>
8813
8814         Reviewed by David Levin.
8815
8816         Add feature define for data transfer items
8817         https://bugs.webkit.org/show_bug.cgi?id=55510
8818
8819         * Source/cmake/OptionsEfl.cmake:
8820         * Source/cmake/OptionsWinCE.cmake:
8821         * Source/cmakeconfig.h.cmake:
8822
8823 2011-03-01  Andras Becsi  <abecsi@webkit.org>
8824
8825         Reviewed by Csaba Osztrogonác.
8826
8827         [Qt] Clean up the project files and move common options to WebKit.pri.
8828
8829         Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
8830
8831         * Source/WebKit.pri: Common options should be here.
8832         Also move Mac options to this file to fix the Mac build.
8833
8834 2011-03-01  Andras Becsi  <abecsi@webkit.org>
8835
8836         Unreviewed build fix.
8837
8838         [Qt] Fix minimal build.
8839
8840         * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
8841
8842 2011-02-28  Adam Barth  <abarth@webkit.org>
8843
8844         Reviewed by Dimitri Glazkov.
8845
8846         Teach JavaScriptGlue gyp build about DEPTH
8847         https://bugs.webkit.org/show_bug.cgi?id=55421
8848
8849         Moves the previously JavaScriptGlue-specific GYP helper shell scripts
8850         to the gyp directory in Source, where they can be shared by multiple
8851         frameworks.
8852
8853         * Source/gyp: Added.
8854         * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
8855         * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
8856         * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
8857
8858 2011-02-28  Benjamin Poulain  <benjamin.poulain@nokia.com>
8859
8860         Reviewed by Kenneth Rohde Christiansen.
8861
8862         [Qt][WK2] Add a way to test the WebKit 2 APIs
8863         https://bugs.webkit.org/show_bug.cgi?id=55408
8864
8865         Add the build file for test to the build system.
8866
8867         * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
8868         * Source/WebKit.pro: Add the dependency to build the new test project.
8869
8870 2011-02-28  Balazs Kelemen  <kbalazs@webkit.org>
8871
8872         Reviewed by Anders Carlsson.
8873
8874         [Qt][WK2] Plugin initialization
8875         https://bugs.webkit.org/show_bug.cgi?id=48127
8876
8877         * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
8878         from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
8879
8880 2011-02-28  Kristian Amlie  <kristian.amlie@nokia.com>
8881
8882         Reviewed by Andreas Kling.
8883
8884         Added full webkit module profile and a syncqt profile.
8885
8886         This is for modularized Qt.
8887
8888         [Qt] WebKit patches required to work with a modularized version of Qt
8889         https://bugs.webkit.org/show_bug.cgi?id=53916
8890
8891         * Source/sync.profile: Added.
8892
8893 2011-02-26  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
8894
8895         Reviewed by Laszlo Gombos.
8896
8897         [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
8898         non-production builds.
8899         https://bugs.webkit.org/show_bug.cgi?id=55313
8900
8901         * Source/WebKit.pri:
8902
8903 2011-02-24  Alejandro G. Castro  <alex@igalia.com>
8904
8905         Rubber-stamped by Martin Robinson.
8906
8907         Fixed compilation after r79537, added a bug to solve webkit2
8908         translations:
8909         https://bugs.webkit.org/show_bug.cgi?id=55153
8910
8911         * GNUmakefile.am:
8912
8913 2011-02-24  Christian Dywan  <christian@lanedo.com>
8914
8915         Rubber-stamped by Eric Seidel.
8916
8917         [GTK] webkitgtk 1.3.7 build without translations
8918         https://bugs.webkit.org/show_bug.cgi?id=50612
8919
8920         * GNUmakefile.am: Require stamp-po target for all-local so
8921             that po files are built before they install.
8922
8923 2011-02-22  Philippe Normand  <pnormand@igalia.com>
8924
8925         Reviewed by Martin Robinson.
8926
8927         [GTK] 1.3.12 release preparation
8928         https://bugs.webkit.org/show_bug.cgi?id=54967
8929
8930         Version bump for 1.3.12 and updated NEWS file with release notes.
8931         Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
8932         and Martin.
8933
8934         * Source/WebKit/gtk/NEWS:
8935         * configure.ac:
8936
8937 2011-02-22  Andras Becsi  <abecsi@webkit.org>
8938
8939         Reviewed by Laszlo Gombos.
8940
8941         [Qt] Redesign the build system
8942         https://bugs.webkit.org/show_bug.cgi?id=51339
8943
8944         Part 2.
8945
8946         Build WebCore as a static library, compile the WebKit API and WebKit2 API
8947         in a final step and link to WebKit2, WebCore and JSC libraries to fix
8948         linking issues resulting from stripped away symbols.
8949
8950         * Source/WebKit.pri: Add common include paths
8951         * Source/WebKit.pro: Add new project file to SUBDIRS
8952
8953 2011-02-20  Carlos Garcia Campos  <cgarcia@igalia.com>
8954
8955         Reviewed by Martin Robinson.
8956
8957         [GTK] Bump GTK+3 dependency to 3.0
8958         https://bugs.webkit.org/show_bug.cgi?id=54394
8959
8960         * configure.ac:
8961
8962 2011-02-19  Ryuan Choi  <ryuan.choi@samsung.com>
8963
8964         Reviewed by Martin Robinson.
8965
8966         [GTK] Remove mandatory Enchant dependency
8967         https://bugs.webkit.org/show_bug.cgi?id=51587
8968
8969         Add enable-spellcheck option which decides whether to use enchant.
8970         If disabled, WebKitGTK+ will not use enchant library.
8971
8972         * configure.ac:
8973
8974 2011-02-18  Zan Dobersek  <zandobersek@gmail.com>
8975
8976         Reviewed by Martin Robinson.
8977
8978         [Gtk] Re-enable meter tag support
8979         https://bugs.webkit.org/show_bug.cgi?id=54762
8980
8981         Enable meter tag support in the configure.ac. This feature was
8982         previously enabled by default in the makefile, but should be
8983         enabled here after changes in r78981.
8984
8985         * configure.ac:
8986
8987 2011-02-18  Kristian Amlie  <kristian.amlie@nokia.com>
8988
8989         Reviewed by Kenneth Rohde Christiansen.
8990
8991         Avoided UiTools dependency if the module is not present.
8992
8993         [Qt] WebKit patches required to work with a modularized version of Qt
8994         https://bugs.webkit.org/show_bug.cgi?id=53916
8995
8996         * Source/WebKit.pri:
8997
8998 2011-02-18  Ryuan Choi  <ryuan.choi@samsung.com>
8999
9000         Reviewed by Kent Tamura.
9001
9002         [EFL] Remove GDK dependency.
9003         https://bugs.webkit.org/show_bug.cgi?id=53978
9004
9005         Remove checking GDK library.
9006
9007         * Source/cmake/OptionsEfl.cmake:
9008
9009 2011-02-18  Philippe Normand  <pnormand@igalia.com>
9010
9011         Unreviewed, build fix after r78981
9012
9013         * configure.ac: datagrid is datagrid, it is not database. Also
9014         meter is not progress. Fixed copy/paste mistakes.
9015
9016 2011-02-18  Philippe Normand  <pnormand@igalia.com>
9017
9018         Reviewed by Martin Robinson.
9019
9020         [GTK] minimal build unrecognized options
9021         https://bugs.webkit.org/show_bug.cgi?id=50890
9022
9023         * configure.ac: added new configure options to enable/disable the
9024         meter element, progress element, datagrid and client-based
9025         geolocation support.
9026
9027 2011-02-17  Kevin Ollivier  <kevino@theolliviers.com>
9028
9029         [wx] Build fix after introduction of JavaScriptCore/collector.
9030         
9031         * wscript:
9032
9033 2011-02-17  Kristian Amlie  <kristian.amlie@nokia.com>
9034
9035         Reviewed by Laszlo Gombos.
9036
9037         Updated include paths for phonon.
9038
9039         [Qt] WebKit patches required to work with a modularized version of Qt
9040         https://bugs.webkit.org/show_bug.cgi?id=53916
9041
9042         * Source/WebKit.pri:
9043
9044 2011-02-13  Hayato Ito  <hayato@chromium.org>
9045
9046         Reviewed by Kent Tamura.
9047
9048         Update .gitignore to ignore files which Ninja build system generates.
9049
9050         https://bugs.webkit.org/show_bug.cgi?id=54378
9051
9052         * .gitignore:
9053
9054 2011-02-10  Peter Varga  <pvarga@webkit.org>
9055
9056         Reviewed by Csaba Osztrogonác.
9057
9058         Remove PCRE source from trunk
9059         https://bugs.webkit.org/show_bug.cgi?id=54188
9060
9061         * Source/cmake/WebKitFS.cmake:
9062
9063 2011-02-09  Adam Barth  <abarth@webkit.org>
9064
9065         Reviewed by Steve Block.
9066
9067         Move Android.mk into Source
9068         https://bugs.webkit.org/show_bug.cgi?id=53751
9069
9070         A somewhat blind attempt to move Android.mk into the Source directory.
9071         I'm sure I've goofed this up in some way.  The Android folks have
9072         kindly volunteered to fix this up once they merge past this revision.
9073
9074         * Android.mk: Removed.
9075         * Source/Android.mk: Copied from Android.mk.
9076
9077 2011-02-08  Alejandro G. Castro  <alex@igalia.com>
9078
9079         Reviewed by Martin Robinson.
9080
9081         WebKit2 GTK Fails to Build #include nested too deeply
9082         https://bugs.webkit.org/show_bug.cgi?id=52219
9083
9084         Removed the __STDC_FORMAT_MACROS definition, it is already defined
9085         in the file where PRIxx64 is used before the inclusion so we are
9086         safe.
9087
9088         * configure.ac:
9089
9090 2011-02-08  Kristian Amlie  <kristian.amlie@nokia.com>
9091
9092         Reviewed by Eric Seidel.
9093
9094         Added include paths for QtScript.
9095
9096         WebKit patches required to work with a modularized version of Qt
9097         https://bugs.webkit.org/show_bug.cgi?id=53916
9098
9099         * Source/WebKit.pri:
9100
9101 2011-02-03  Martin Robinson  <mrobinson@igalia.com>
9102
9103         Fix GTK+ WebGL build after r76600.
9104
9105         * configure.ac: Make sure to respect configure.ac conventions 
9106         consistently when it comes to capitalization. Remove an old
9107         reference to enable_3d_canvas.
9108
9109 2011-02-02  Alejandro G. Castro  <alex@igalia.com>
9110
9111         Reviewed by Martin Robinson.
9112
9113         Bump the WebKitGTK+ versions in preparation for development release.
9114
9115         * configure.ac: Bump the library, libtool and user agent version.
9116
9117 2011-02-02  Steve Lacey  <sjl@chromium.org>
9118
9119         Reviewed by Eric Carlson.
9120
9121         Implement basic media statistics on media elements.
9122         https://bugs.webkit.org/show_bug.cgi?id=53322
9123
9124         * configure.ac:
9125
9126 2011-02-02  Kevin Ollivier  <kevino@theolliviers.com>
9127
9128         [wx] Build fixes for wxWebKit.
9129
9130         * wscript:
9131
9132 2010-01-28  Commit Queue  <commit-queue@webkit.org>
9133
9134         Unreviewed.  Test commit for commit-queue@webkit.org.
9135
9136 2010-01-28  Commit Queue  <commit-queue@webkit.org>
9137
9138         Unreviewed.  Test commit for commit-queue@webkit.org.
9139
9140 2010-01-28  Commit Queue  <commit-queue@webkit.org>
9141
9142         Unreviewed.  Test commit for commit-queue@webkit.org.
9143
9144 2011-01-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9145
9146         Reviewed by Xan Lopez.
9147
9148         [GTK] REGRESSION:  http/tests/media/video-{cookie,referer}.html failing
9149         https://bugs.webkit.org/show_bug.cgi?id=53379
9150
9151         Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
9152         dependency on newer soup to efl as well.
9153
9154         * Source/cmake/OptionsEfl.cmake:
9155
9156 2011-01-29  Daniel Bates  <dbates@rim.com>
9157
9158         Reviewed by Maciej Stachowiak.
9159
9160         Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
9161         https://bugs.webkit.org/show_bug.cgi?id=53382
9162
9163         Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
9164         So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
9165         Therefore, we should remove such references.
9166
9167         * Source/cmake/OptionsCommon.cmake:
9168
9169 2011-01-29  Daniel Bates  <dbates@rim.com>
9170
9171         Reviewed by Eric Seidel.
9172
9173         Move wince/mt19937ar.c to ThirdParty and make it a policy choice
9174         https://bugs.webkit.org/show_bug.cgi?id=53253
9175
9176         Move implementation of Mersenne Twister pseudorandom number generator to
9177         ThirdParty since it is a third party library.
9178
9179         * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
9180
9181 2011-01-29  Dan Winship  <danw@gnome.org>
9182
9183         Reviewed by Xan Lopez.
9184
9185         [GTK] Require the latest glib and libsoup, and remove conditional
9186         support for older versions
9187         https://bugs.webkit.org/show_bug.cgi?id=50675
9188
9189         * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
9190         basically the same work by hand
9191         * configure.ac:
9192
9193 2011-01-28  Martin Robinson  <mrobinson@igalia.com>
9194
9195         [GTK] Build failure with --enable-indexed-database
9196         https://bugs.webkit.org/show_bug.cgi?id=50954
9197
9198         Build fix for IndexedDB support.
9199
9200         * configure.ac: Change the autogen.sh option --enable-indexeddb to
9201         --enable-indexed-database to match the build-webkit option.
9202
9203 2010-01-28  Commit Queue  <commit-queue@webkit.org>
9204
9205         Unreviewed.  Test commit for commit-queue@webkit.org.
9206
9207 2010-01-28  Commit Queue  <commit-queue@webkit.org>
9208
9209         Unreviewed.  Test commit for commit-queue@webkit.org.
9210
9211 2011-01-26  Yael Aharon  <yael.aharon@nokia.com>
9212
9213         Reviewed by Laszlo Gombos.
9214
9215         [Qt][Symbian] Fix --minimal build
9216         https://bugs.webkit.org/show_bug.cgi?id=52839
9217
9218         Move definition of USE_SYSTEM_MALLOC out of pri file.
9219         Put it in platform.h instead.
9220
9221         * Source/WebKit.pri:
9222
9223 2011-01-26  Csaba Osztrogonác  <ossy@webkit.org>
9224
9225         Reviewed by Andreas Kling.
9226
9227         [Qt] Fix qt_minimal build
9228         https://bugs.webkit.org/show_bug.cgi?id=53172
9229
9230         * Source/WebKit.pri:
9231
9232 2011-01-25  Patrick Gansterer  <paroga@webkit.org>
9233
9234         Reviewed by Adam Barth.
9235
9236         Move main CMakeLists.txt into Source directory
9237         https://bugs.webkit.org/show_bug.cgi?id=52888
9238
9239         * CMakeLists.txt: Removed.
9240         * Source/CMakeLists.txt: Copied from CMakeLists.txt.
9241         * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
9242         * cmakeconfig.h.cmake: Removed.
9243
9244 2011-01-24  Chris Marrin  <cmarrin@apple.com>
9245
9246         Reviewed by Eric Seidel.
9247
9248         Change ENABLE_3D_CANVAS to ENABLE_WEBGL
9249         https://bugs.webkit.org/show_bug.cgi?id=53041
9250
9251         * configure.ac:
9252         
9253 2011-01-24  Peter Gal  <galpeter@inf.u-szeged.hu>
9254
9255         Rubber-stamped by Csaba Osztrogonác.
9256
9257         * runtime: Removed. It was accidentally created by r76457.
9258
9259 2011-01-24  Andras Becsi  <abecsi@webkit.org>
9260
9261         Reviewed by Csaba Osztrogonác.
9262
9263         [Qt] Move project files into Source
9264         https://bugs.webkit.org/show_bug.cgi?id=52891
9265
9266         * Source/DerivedSources.pro: Copied from DerivedSources.pro.
9267         * Source/WebKit.pri: Renamed from WebKit.pri.
9268         * Source/WebKit.pro: Added.
9269         * Source/common.pri: Renamed from common.pri.
9270         * WebKit.pro: Removed.
9271
9272 2011-01-20  Siddharth Mathur  <siddharth.mathur@nokia.com>
9273
9274         Reviewed by Laszlo Gombos.
9275
9276         [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
9277         https://bugs.webkit.org/show_bug.cgi?id=52835
9278
9279         * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
9280
9281 2011-01-20  Alejandro G. Castro  <alex@igalia.com>
9282
9283         Reviewed by Andreas Kling.
9284
9285         [GTK] Fix typo in the webkit2 section of the configure.ac file
9286         https://bugs.webkit.org/show_bug.cgi?id=52801
9287
9288         Fixed typo in the GTK WebKit2 compilation.
9289
9290         * configure.ac:
9291
9292 2011-01-19  Kimmo Kinnunen  <kimmo.t.kinnunen@nokia.com>
9293
9294         Reviewed by Andreas Kling.
9295
9296         Enable usage of Google ld if it exist but is not on by default.
9297
9298         [Qt] Enable the google ld if it exist but is not on by default
9299         https://bugs.webkit.org/show_bug.cgi?id=52625
9300
9301         * common.pri: flip the test.
9302
9303 2011-01-18  Mihai Parparita  <mihaip@chromium.org>
9304
9305         Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
9306         
9307         * .gitignore:
9308
9309 2011-01-18  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
9310
9311         Reviewed by Simon Fraser.
9312
9313         Support background-clip: content-box
9314         https://bugs.webkit.org/show_bug.cgi?id=48771
9315
9316         Addded content-box as a valid background-clip value.
9317
9318         * WebCore/css/CSSParser.cpp:
9319         (WebCore::parseBackgroundClip):
9320
9321 2011-01-18  Hayato Ito  <hayato@chromium.org>
9322
9323         Reviewed by Kent Tamura.
9324
9325         Update .gitignore file to reflect a recent WebKit directory movement.
9326
9327         https://bugs.webkit.org/show_bug.cgi?id=52618
9328
9329         * .gitignore:
9330
9331 2011-01-16  Adam Barth  <abarth@webkit.org>
9332
9333         Rubber-stamped by Eric Seidel.
9334
9335         Move WebKit into Source
9336         https://bugs.webkit.org/show_bug.cgi?id=52530
9337
9338         * Android.mk:
9339         * CMakeLists.txt:
9340         * DerivedSources.pro:
9341         * GNUmakefile.am:
9342         * Makefile:
9343         * WebKit.pri:
9344         * WebKit.pro:
9345         * configure.ac:
9346         * wscript:
9347
9348 2011-01-15  Adam Barth  <abarth@webkit.org>
9349
9350         Rubber-stamped by Eric Seidel.
9351
9352         Move WebKit2 into Source
9353         https://bugs.webkit.org/show_bug.cgi?id=52438
9354
9355         Update reference to WebKit2.
9356
9357         * DerivedSources.pro:
9358         * GNUmakefile.am:
9359         * Makefile:
9360         * Source/cmake/WebKitPackaging.cmake:
9361         * WebKit.pro:
9362         * configure.ac:
9363
9364 2011-01-14  Ahmad Sharif  <asharif.tools@gmail.com>
9365
9366         Reviewed by Darin Fisher.
9367
9368         When inlining is performed, the progress variable is
9369         declared as uninitialized.
9370         https://bugs.webkit.org/show_bug.cgi?id=51084
9371
9372         * WebCore: Copied from WebCore.
9373         * WebCore/page/animation/KeyframeAnimation.cpp:
9374         (WebCore::KeyframeAnimation::animate):
9375         (WebCore::KeyframeAnimation::getAnimatedStyle):
9376
9377 2011-01-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9378
9379         Reviewed by Csaba Osztrogonác.
9380
9381         [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
9382         https://bugs.webkit.org/show_bug.cgi?id=52223
9383
9384         Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
9385         that QtWebKit builds with QT_NO_CONCURRENT defined.
9386
9387         * WebKit.pri:
9388
9389 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
9390
9391         Unreviewed. Update .gitignore with new Chromium dependency.
9392         
9393         ui/ was added with http://crrev.com/70743, we picked that up with a
9394         Chromium roll in r75311.
9395         
9396         Also alphabetizes the dependency list.
9397
9398         * .gitignore:
9399
9400 2011-01-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9401
9402         Reviewed by Csaba Osztrogonác.
9403
9404         [Qt] Baseline qt_minimal configuration
9405         https://bugs.webkit.org/show_bug.cgi?id=51313
9406
9407         * WebKit.pri: List the supported QT_NO_FEATURE flags
9408         under qt_minimal configuration.
9409
9410 2011-01-10  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
9411
9412         Reviewed by Eric Seidel.
9413
9414         [EFL] Enable JIT for WebKit EFL
9415         https://bugs.webkit.org/show_bug.cgi?id=52140
9416
9417         Enable JIT option for WebKit EFL. Enabled JIT's JS performance is 
9418         3 ~ 6 times faster than before.
9419
9420         * Source/cmake/OptionsEfl.cmake:
9421
9422 2011-01-10  Martin Robinson  <mrobinson@igalia.com>
9423
9424         Reviewed by Gustavo Noronha.
9425
9426         Bump the WebKitGTK+ versions in preparation for development release.
9427
9428         * configure.ac: Bump the library, libtool and user agent version.
9429
9430 2011-01-10  Xan Lopez  <xlopez@igalia.com>
9431
9432         Reviewed by Martin Robinson.
9433
9434         [GTK] Create intermediate libWebCore library
9435         https://bugs.webkit.org/show_bug.cgi?id=52116
9436
9437         * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
9438         used by both libWebCore and libwebkitgtk now.
9439
9440 2011-01-08  Patrick Gansterer  <paroga@webkit.org>
9441
9442         Unreviewed wx build fix for r75313.
9443
9444         * wscript: Added missing brace.
9445
9446 2011-01-07  Adam Barth  <abarth@webkit.org>
9447
9448         Rubber-stamped by Eric Seidel.
9449
9450         Move WebCore to Source
9451         https://bugs.webkit.org/show_bug.cgi?id=52050
9452
9453         Update build files and metadata to point to WebCore's new location.
9454
9455         * .gitattributes:
9456         * .gitignore:
9457         * Android.mk:
9458         * CMakeLists.txt:
9459         * DerivedSources.pro:
9460         * GNUmakefile.am:
9461         * Makefile:
9462         * Source/autotools/webkit.m4:
9463         * Source/cmake/OptionsEfl.cmake:
9464         * WebKit.pri:
9465         * WebKit.pro:
9466         * configure.ac:
9467         * wscript:
9468
9469 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
9470
9471         Reviewed by Eric Seidel.
9472
9473         [GTK] Initial build support for WebGL
9474         https://bugs.webkit.org/show_bug.cgi?id=51716
9475
9476         * configure.ac: Add a configure option for WebGL.
9477
9478 2011-01-06  Michael Saboff  <msaboff@apple.com>
9479
9480         Reviewed by Gavin Barraclough.
9481
9482         Enhancement: Add Regexp Debug Compare between JIT and Interpreter
9483         https://bugs.webkit.org/show_bug.cgi?id=51834
9484
9485         * JavaScriptCore: Copied from JavaScriptCore.
9486
9487 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
9488
9489         Reviewed by Xan Lopez.
9490
9491         [GTK] Enable blob support by default
9492         https://bugs.webkit.org/show_bug.cgi?id=51994
9493
9494         * configure.ac: Enable Blob support by default.
9495
9496 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
9497
9498         Reviewed by Andreas Kling.
9499
9500         [CMake] Fix the usage of SOURCE_GROUP
9501         https://bugs.webkit.org/show_bug.cgi?id=51739
9502
9503         * Source/cmake/WebKitMacros.cmake:
9504
9505 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
9506
9507         Reviewed by Andreas Kling.
9508
9509         [WINCE] Remove CMake warning
9510         https://bugs.webkit.org/show_bug.cgi?id=51921
9511
9512         * Source/cmake/WebKitHelpers.cmake:
9513
9514 2011-01-04  Martin Robinson  <mrobinson@igalia.com>
9515
9516         Reviewed by David Levin.
9517
9518         .gitignore should be updated to reflect Sources rename to Source
9519         https://bugs.webkit.org/show_bug.cgi?id=51893
9520
9521         * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
9522
9523 2011-01-04  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
9524
9525         Reviewed by Laszlo Gombos.
9526
9527         [Qt] [Symbian] Build system cleanup
9528
9529         After r74811 special handling for the Symbian build is no longer needed.
9530         This patch reverts r58756.
9531
9532         * WebKit.pri:
9533
9534 2011-01-03  Xan Lopez  <xlopez@igalia.com>
9535
9536         Reviewed by Martin Robinson.
9537
9538         * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
9539         variable (like jhbuild).
9540
9541 2011-01-03  Patrick Gansterer  <paroga@webkit.org>
9542
9543         Reviewed by Darin Adler.
9544
9545         [WINCE] Provide third party directory via environment variable
9546         https://bugs.webkit.org/show_bug.cgi?id=51643
9547
9548         * Source/cmake/OptionsWinCE.cmake:
9549
9550 2011-01-03  Xan Lopez  <xlopez@igalia.com>
9551
9552         Reviewed by Martin Robinson.
9553
9554         Use autoreconf instead of calling manually all the usual commands.
9555
9556         * autogen.sh: call autoreconf instead of
9557         aclocal/autoheader/autoconf/automake/libtoolize.
9558
9559 2011-01-03  Xan Lopez  <xlopez@igalia.com>
9560
9561         Reviewed by Martin Robinson.
9562
9563         [GTK] Disable superfluous GNU make built-in implicit rules
9564         https://bugs.webkit.org/show_bug.cgi?id=51826
9565
9566         GNU make ships some superflous built-in rules that we never use
9567         and that end up adding up to a very significant portion of our
9568         total Makefile processing time. Disable them completely by
9569         defining the rule without any recipe, as suggested by the GNU make
9570         manual (10.5.6, Cancelling Implicit Rules).
9571
9572         In my system the null-build goes from:
9573
9574         make  43.51s user 12.77s system 99% cpu 56.628 total
9575
9576         to:
9577
9578         make  31.45s user 11.59s system 99% cpu 43.227 total
9579
9580         * GNUmakefile.am: disable implicit built-in rules.
9581
9582 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
9583
9584         Unreviewed. Update .gitignore with new JavaScriptCore location.
9585
9586         * .gitignore:
9587
9588 2011-01-02  Patrick Gansterer  <paroga@webkit.org>
9589
9590         [CMake] Unreviewed build fix.
9591
9592         * CMakeLists.txt:
9593         * Source/cmake/OptionsCommon.cmake:
9594
9595 2011-01-01  Adam Barth  <abarth@webkit.org>
9596
9597         Reviewed by Eric Seidel.
9598
9599         Move JavaScriptCore to Source
9600         https://bugs.webkit.org/show_bug.cgi?id=51604
9601
9602         Update references to JavaScriptCore to point to the new location.
9603
9604         * Android.mk:
9605         * CMakeLists.txt:
9606         * DerivedSources.pro:
9607         * GNUmakefile.am:
9608         * Makefile:
9609         * WebKit.pri:
9610         * WebKit.pro:
9611         * wscript:
9612
9613 2011-01-01  Adam Barth  <abarth@webkit.org>
9614
9615         Reviewed by Eric Seidel.
9616
9617         Move Sources to Source
9618         https://bugs.webkit.org/show_bug.cgi?id=51794
9619
9620         Update build files to point to the new location.
9621
9622         * CMakeLists.txt:
9623         * GNUmakefile.am:
9624         * Makefile:
9625         * autogen.sh:
9626         * configure.ac:
9627
9628 2010-12-31  Adam Barth  <abarth@webkit.org>
9629
9630         Rubber-stamped by Eric Seidel.
9631
9632         Move HTML and XML parser benchmarks into PerformanceTests/Parser
9633         https://bugs.webkit.org/show_bug.cgi?id=51772
9634
9635         Actually move the directory.
9636
9637         * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
9638
9639 2010-12-31  Adam Barth  <abarth@webkit.org>
9640
9641         Rubber-stamped by Eric Seidel.
9642
9643         Move PageLoadTests to PerformanceTests/PageLoad
9644         https://bugs.webkit.org/show_bug.cgi?id=51771
9645
9646         Actually move the directory.
9647
9648         * PageLoadTests: Removed.
9649         * PageLoadTests/svg: Removed.
9650         * PageLoadTests/svg/LICENSES: Removed.
9651         * PageLoadTests/svg/files: Removed.
9652         * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
9653         * PageLoadTests/svg/files/42450-under the see.svg: Removed.
9654         * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
9655         * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
9656         * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
9657         * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
9658         * PageLoadTests/svg/files/bamboo_01.svg: Removed.
9659         * PageLoadTests/svg/files/cacuts_01.svg: Removed.
9660         * PageLoadTests/svg/files/cowboy.svg: Removed.
9661         * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
9662         * PageLoadTests/svg/files/deb9frac1.svg: Removed.
9663         * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
9664         * PageLoadTests/svg/files/france.svg: Removed.
9665         * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
9666         * PageLoadTests/svg/files/gearflowers.svg: Removed.
9667         * PageLoadTests/svg/files/hereGear4.svg: Removed.
9668         * PageLoadTests/svg/files/mtsthelens.svg: Removed.
9669         * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
9670         * PageLoadTests/svg/files/world-iso.svg: Removed.
9671         * PageLoadTests/svg/files/worldcup.svg: Removed.
9672         * PageLoadTests/svg/svg.pltsuite: Removed.
9673         * PerformanceTests/PageLoad: Copied from PageLoadTests.
9674         * Sources/cmake/WebKitPackaging.cmake:
9675
9676 2010-12-31  Adam Barth  <abarth@webkit.org>
9677
9678         Rubber-stamped by Eric Seidel.
9679
9680         Move SunSpider into PerformanceTests
9681         https://bugs.webkit.org/show_bug.cgi?id=51769
9682
9683         Actually move the directory.
9684
9685         * PerformanceTests: Added.
9686         * PerformanceTests/SunSpider: Copied from SunSpider.
9687         * Sources/cmake/WebKitPackaging.cmake:
9688         * SunSpider: Removed.
9689         * SunSpider/SunSpider.make: Removed.
9690         * SunSpider/TODO: Removed.
9691         * SunSpider/UNCOVERED: Removed.
9692         * SunSpider/hosted: Removed.
9693         * SunSpider/hosted/json2.js: Removed.
9694         * SunSpider/hosted/sunspider.css: Removed.
9695         * SunSpider/hosted/sunspider.html: Removed.
9696         * SunSpider/hosted/versions.html: Removed.
9697         * SunSpider/make-hosted: Removed.
9698         * SunSpider/resources: Removed.
9699         * SunSpider/resources/TEMPLATE.html: Removed.
9700         * SunSpider/resources/driver-TEMPLATE.html: Removed.
9701         * SunSpider/resources/results-TEMPLATE.html: Removed.
9702         * SunSpider/resources/sunspider-analyze-results.js: Removed.
9703         * SunSpider/resources/sunspider-compare-results.js: Removed.
9704         * SunSpider/resources/sunspider-standalone-compare.js: Removed.
9705         * SunSpider/resources/sunspider-standalone-driver.js: Removed.
9706         * SunSpider/sunspider: Removed.
9707         * SunSpider/sunspider-compare-results: Removed.
9708         * SunSpider/tests: Removed.
9709         * SunSpider/tests/parse-only: Removed.
9710         * SunSpider/tests/parse-only/LIST: Removed.
9711         * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
9712         * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
9713         * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
9714         * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
9715         * SunSpider/tests/sunspider-0.9: Removed.
9716         * SunSpider/tests/sunspider-0.9.1: Removed.
9717         * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
9718         * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
9719         * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
9720         * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
9721         * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
9722         * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
9723         * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
9724         * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
9725         * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
9726         * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
9727         * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
9728         * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
9729         * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
9730         * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
9731         * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
9732         * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
9733         * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
9734         * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
9735         * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
9736         * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
9737         * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
9738         * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
9739         * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
9740         * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
9741         * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
9742         * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
9743         * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
9744         * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
9745         * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
9746         * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
9747         * SunSpider/tests/sunspider-0.9/LIST: Removed.
9748         * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
9749         * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
9750         * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
9751         * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
9752         * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
9753         * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
9754         * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
9755         * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
9756         * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
9757         * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
9758         * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
9759         * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
9760         * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
9761         * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
9762         * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
9763         * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
9764         * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
9765         * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
9766         * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
9767         * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
9768         * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
9769         * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
9770         * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
9771         * SunSpider/tests/ubench: Removed.
9772         * SunSpider/tests/ubench/LIST: Removed.
9773         * SunSpider/tests/ubench/function-closure.js: Removed.
9774         * SunSpider/tests/ubench/function-correct-args.js: Removed.
9775         * SunSpider/tests/ubench/function-empty.js: Removed.
9776         * SunSpider/tests/ubench/function-excess-args.js: Removed.
9777         * SunSpider/tests/ubench/function-missing-args.js: Removed.
9778         * SunSpider/tests/ubench/function-sum.js: Removed.
9779         * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
9780         * SunSpider/tests/ubench/loop-empty.js: Removed.
9781         * SunSpider/tests/ubench/loop-sum.js: Removed.
9782         * SunSpider/tests/v8-v4: Removed.
9783         * SunSpider/tests/v8-v4/LIST: Removed.
9784         * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
9785         * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
9786         * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
9787         * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
9788         * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
9789         * SunSpider/tests/v8-v4/v8-richards.js: Removed.
9790         * SunSpider/tests/v8-v4/v8-splay.js: Removed.
9791         * SunSpider/tests/v8-v5: Removed.
9792         * SunSpider/tests/v8-v5/LIST: Removed.
9793         * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
9794         * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
9795         * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
9796         * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
9797         * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
9798         * SunSpider/tests/v8-v5/v8-richards.js: Removed.
9799         * SunSpider/tests/v8-v5/v8-splay.js: Removed.
9800         * SunSpider/tests/v8-v6: Removed.
9801         * SunSpider/tests/v8-v6/LIST: Removed.
9802         * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
9803         * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
9804         * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
9805         * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
9806         * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
9807         * SunSpider/tests/v8-v6/v8-richards.js: Removed.
9808         * SunSpider/tests/v8-v6/v8-splay.js: Removed.
9809         * SunSpider/xcopy.excludes: Removed.
9810
9811 2010-12-30  Konstantin Tokarev  <annulen@yandex.ru>
9812
9813         Reviewed by David Kilzer.
9814
9815         [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
9816         used
9817         https://bugs.webkit.org/show_bug.cgi?id=51672
9818
9819         * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
9820
9821 2010-12-29  Philippe Normand  <pnormand@igalia.com>
9822
9823         Reviewed by Martin Robinson.
9824
9825         [GTK] minimal build fails at link time due to missing sqlite3 symbols
9826         https://bugs.webkit.org/show_bug.cgi?id=51327
9827
9828         * configure.ac: Error out if SQLite3 wasn't found while at least
9829         one of the features depending on it has been enabled.
9830
9831 2010-12-29  Patrick Gansterer  <paroga@webkit.org>
9832
9833         Unreviewed. Use gcc as default preprocessor.
9834
9835         * Sources/cmake/OptionsCommon.cmake:
9836
9837 2010-12-27  Ryuan Choi  <ryuan.choi@samsung.com>
9838
9839         Reviewed by David Levin.
9840
9841         [EFL] Change path of eflsymbols.filter
9842         https://bugs.webkit.org/show_bug.cgi?id=51659
9843
9844         * Sources/cmake/OptionsEfl.cmake: 
9845
9846 2010-12-26  Adam Barth  <abarth@webkit.org>
9847
9848         Reviewed by Eric Siedel.
9849
9850         Move autotools into Sources
9851         https://bugs.webkit.org/show_bug.cgi?id=51630
9852
9853         * .gitignore:
9854         * GNUmakefile.am:
9855         * Sources/autotools: Copied from autotools.
9856         * autogen.sh:
9857         * autotools: Removed.
9858         * autotools/acinclude.m4: Removed.
9859         * autotools/dolt.m4: Removed.
9860         * autotools/gsettings.m4: Removed.
9861         * autotools/symbols.filter: Removed.
9862         * autotools/webkit.m4: Removed.
9863         * configure.ac:
9864
9865 2010-12-26  Adam Barth  <abarth@webkit.org>
9866
9867         Reviewed by Eric Seidel.
9868
9869         Move cmake into Sources
9870         https://bugs.webkit.org/show_bug.cgi?id=51631
9871
9872         * CMakeLists.txt:
9873         * Sources/cmake: Copied from cmake.
9874         * cmake: Removed.
9875         * cmake/FindCFLite.cmake: Removed.
9876         * cmake/FindCairo.cmake: Removed.
9877         * cmake/FindEFL.cmake: Removed.
9878         * cmake/FindFontconfig.cmake: Removed.
9879         * cmake/FindFreetype.cmake: Removed.
9880         * cmake/FindGDK-PixBuf.cmake: Removed.
9881         * cmake/FindGDK.cmake: Removed.
9882         * cmake/FindGIO.cmake: Removed.
9883         * cmake/FindGStreamer-App.cmake: Removed.
9884         * cmake/FindGStreamer-Base.cmake: Removed.
9885         * cmake/FindGStreamer-Interfaces.cmake: Removed.
9886         * cmake/FindGStreamer-Pbutils.cmake: Removed.
9887         * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
9888         * cmake/FindGStreamer-Video.cmake: Removed.
9889         * cmake/FindGStreamer.cmake: Removed.
9890         * cmake/FindGlib.cmake: Removed.
9891         * cmake/FindGperf.cmake: Removed.
9892         * cmake/FindGthread.cmake: Removed.
9893         * cmake/FindICU.cmake: Removed.
9894         * cmake/FindLibSoup2.cmake: Removed.
9895         * cmake/FindLibXlst.cmake: Removed.
9896         * cmake/FindPango.cmake: Removed.
9897         * cmake/FindSqlite.cmake: Removed.
9898         * cmake/LibFindMacros.cmake: Removed.
9899         * cmake/OptionsCommon.cmake: Removed.
9900         * cmake/OptionsEfl.cmake: Removed.
9901         * cmake/OptionsWinCE.cmake: Removed.
9902         * cmake/OptionsWindows.cmake: Removed.
9903         * cmake/WebKitEfl.cmake: Removed.
9904         * cmake/WebKitFS.cmake: Removed.
9905         * cmake/WebKitFeatures.cmake: Removed.
9906         * cmake/WebKitHelpers.cmake: Removed.
9907         * cmake/WebKitMacros.cmake: Removed.
9908         * cmake/WebKitPackaging.cmake: Removed.
9909         * cmake/eflsymbols.filter: Removed.
9910
9911 2010-12-26  Adam Barth  <abarth@webkit.org>
9912
9913         Fix some references to the old location of the WebKit website in git
9914         metadata files.
9915
9916         * .gitattributes:
9917
9918 2010-12-25  Adam Barth  <abarth@webkit.org>
9919
9920         Reviewed by Eric Seidel.
9921
9922         Move ANGLE to Sources/ThirdParty
9923         https://bugs.webkit.org/show_bug.cgi?id=51605
9924
9925         Actually move ANGLE and update the Makefile.
9926
9927         * ANGLE: Removed.
9928         * ANGLE/ANGLE.xcodeproj: Removed.
9929         * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
9930         * ANGLE/Configurations: Removed.
9931         * ANGLE/Configurations/ANGLE.xcconfig: Removed.
9932         * ANGLE/Configurations/Base.xcconfig: Removed.
9933         * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
9934         * ANGLE/Makefile: Removed.
9935         * ANGLE/include: Removed.
9936         * ANGLE/include/EGL: Removed.
9937         * ANGLE/include/EGL/egl.h: Removed.
9938         * ANGLE/include/EGL/eglext.h: Removed.
9939         * ANGLE/include/EGL/eglplatform.h: Removed.
9940         * ANGLE/include/GLES2: Removed.
9941         * ANGLE/include/GLES2/gl2.h: Removed.
9942         * ANGLE/include/GLES2/gl2ext.h: Removed.
9943         * ANGLE/include/GLES2/gl2platform.h: Removed.
9944         * ANGLE/include/GLSLANG: Removed.
9945         * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
9946         * ANGLE/include/KHR: Removed.
9947         * ANGLE/include/KHR/khrplatform.h: Removed.
9948         * ANGLE/src: Removed.
9949         * ANGLE/src/build_angle.xcodeproj: Removed.
9950         * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
9951         * ANGLE/src/common: Removed.
9952         * ANGLE/src/common/angleutils.h: Removed.
9953         * ANGLE/src/common/debug.cpp: Removed.
9954         * ANGLE/src/common/debug.h: Removed.
9955         * ANGLE/src/compiler: Removed.
9956         * ANGLE/src/compiler/BaseTypes.h: Removed.
9957         * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
9958         * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
9959         * ANGLE/src/compiler/Common.h: Removed.
9960         * ANGLE/src/compiler/ConstantUnion.h: Removed.
9961         * ANGLE/src/compiler/InfoSink.cpp: Removed.
9962         * ANGLE/src/compiler/InfoSink.h: Removed.
9963         * ANGLE/src/compiler/Initialize.cpp: Removed.
9964         * ANGLE/src/compiler/Initialize.h: Removed.
9965         * ANGLE/src/compiler/InitializeDll.cpp: Removed.
9966         * ANGLE/src/compiler/InitializeDll.h: Removed.
9967         * ANGLE/src/compiler/InitializeGlobals.h: Removed.
9968         * ANGLE/src/compiler/InitializeParseContext.h: Removed.
9969         * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
9970         * ANGLE/src/compiler/Intermediate.cpp: Removed.
9971         * ANGLE/src/compiler/MMap.h: Removed.
9972         * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
9973         * ANGLE/src/compiler/OutputGLSL.h: Removed.
9974         * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
9975         * ANGLE/src/compiler/OutputHLSL.h: Removed.
9976         * ANGLE/src/compiler/ParseHelper.cpp: Removed.
9977         * ANGLE/src/compiler/ParseHelper.h: Removed.
9978         * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
9979         * ANGLE/src/compiler/PoolAlloc.h: Removed.
9980         * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
9981         * ANGLE/src/compiler/QualifierAlive.h: Removed.
9982         * ANGLE/src/compiler/RemoveTree.cpp: Removed.
9983         * ANGLE/src/compiler/RemoveTree.h: Removed.
9984         * ANGLE/src/compiler/ShHandle.h: Removed.
9985         * ANGLE/src/compiler/ShaderLang.cpp: Removed.
9986         * ANGLE/src/compiler/SymbolTable.cpp: Removed.
9987         * ANGLE/src/compiler/SymbolTable.h: Removed.
9988         * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
9989         * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
9990         * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
9991         * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
9992         * ANGLE/src/compiler/Types.h: Removed.
9993         * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
9994         * ANGLE/src/compiler/UnfoldSelect.h: Removed.
9995         * ANGLE/src/compiler/debug.cpp: Removed.
9996         * ANGLE/src/compiler/debug.h: Removed.
9997         * ANGLE/src/compiler/glslang.l: Removed.
9998         * ANGLE/src/compiler/glslang.y: Removed.
9999         * ANGLE/src/compiler/intermOut.cpp: Removed.
10000         * ANGLE/src/compiler/intermediate.h: Removed.
10001         * ANGLE/src/compiler/localintermediate.h: Removed.
10002         * ANGLE/src/compiler/osinclude.h: Removed.
10003         * ANGLE/src/compiler/ossource_posix.cpp: Removed.
10004         * ANGLE/src/compiler/ossource_win.cpp: Removed.
10005         * ANGLE/src/compiler/parseConst.cpp: Removed.
10006         * ANGLE/src/compiler/preprocessor: Removed.
10007         * ANGLE/src/compiler/preprocessor/atom.c: Removed.
10008         * ANGLE/src/compiler/preprocessor/atom.h: Removed.
10009         * ANGLE/src/compiler/preprocessor/compile.h: Removed.
10010         * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
10011         * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
10012         * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
10013         * ANGLE/src/compiler/preprocessor/memory.c: Removed.
10014         * ANGLE/src/compiler/preprocessor/memory.h: Removed.
10015         * ANGLE/src/compiler/preprocessor/parser.h: Removed.
10016         * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
10017         * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
10018         * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
10019         * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
10020         * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
10021         * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
10022         * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
10023         * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
10024         * ANGLE/src/compiler/tools: Removed.
10025         * ANGLE/src/compiler/unistd.h: Removed.
10026         * ANGLE/src/libEGL: Removed.
10027         * ANGLE/src/libEGL/Config.cpp: Removed.
10028         * ANGLE/src/libEGL/Config.h: Removed.
10029         * ANGLE/src/libEGL/Display.cpp: Removed.
10030         * ANGLE/src/libEGL/Display.h: Removed.
10031         * ANGLE/src/libEGL/Surface.cpp: Removed.
10032         * ANGLE/src/libEGL/Surface.h: Removed.
10033         * ANGLE/src/libEGL/libEGL.cpp: Removed.
10034         * ANGLE/src/libEGL/libEGL.def: Removed.
10035         * ANGLE/src/libEGL/libEGL.vcproj: Removed.
10036         * ANGLE/src/libEGL/main.cpp: Removed.
10037         * ANGLE/src/libEGL/main.h: Removed.
10038         * ANGLE/src/libGLESv2: Removed.
10039         * ANGLE/src/libGLESv2/Blit.cpp: Removed.
10040         * ANGLE/src/libGLESv2/Blit.h: Removed.
10041         * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
10042         * ANGLE/src/libGLESv2/Buffer.h: Removed.
10043         * ANGLE/src/libGLESv2/Context.cpp: Removed.
10044         * ANGLE/src/libGLESv2/Context.h: Removed.
10045         * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
10046         * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
10047         * ANGLE/src/libGLESv2/Program.cpp: Removed.
10048         * ANGLE/src/libGLESv2/Program.h: Removed.
10049         * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
10050         * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
10051         * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
10052         * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
10053         * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
10054         * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
10055         * ANGLE/src/libGLESv2/Shader.cpp: Removed.
10056         * ANGLE/src/libGLESv2/Shader.h: Removed.
10057         * ANGLE/src/libGLESv2/Texture.cpp: Removed.
10058         * ANGLE/src/libGLESv2/Texture.h: Removed.
10059         * ANGLE/src/libGLESv2/geometry: Removed.
10060         * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
10061         * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
10062         * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
10063         * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
10064         * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
10065         * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
10066         * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
10067         * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
10068         * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
10069         * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
10070         * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
10071         * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
10072         * ANGLE/src/libGLESv2/main.cpp: Removed.
10073         * ANGLE/src/libGLESv2/main.h: Removed.
10074         * ANGLE/src/libGLESv2/mathutil.h: Removed.
10075         * ANGLE/src/libGLESv2/utilities.cpp: Removed.
10076         * ANGLE/src/libGLESv2/utilities.h: Removed.
10077         * Makefile:
10078         * Sources/ThirdParty: Added.
10079         * Sources/ThirdParty/ANGLE: Copied from ANGLE.
10080
10081 2010-12-26  Patrick Gansterer  <paroga@webkit.org>
10082
10083         Unreviewed WinCE buildfix after r74626.
10084
10085         * cmake/OptionsWinCE.cmake:
10086
10087 2010-12-24  Darin Adler  <darin@apple.com>
10088
10089         Updated makefiles used by Apple engineers to fix build with the
10090         new JavaScriptGlue location.
10091
10092         * Makefile: Told this to build JavaScriptGlue. Some day we might
10093         want it to descend into Sources instead and use the Makefile there,
10094         but there are problems with sequencing the project builds, so that
10095         can wait.
10096         * Sources/Makefile.shared: Added.
10097
10098 2010-12-24  Ryuan Choi  <ryuan.choi@samsung.com>
10099
10100         Reviewed by Kenneth Rohde Christiansen.
10101
10102         [EFL] Add option to enable Touch Events.
10103         https://bugs.webkit.org/show_bug.cgi?id=49125
10104
10105         Add ENABLE_TOUCH_EVENTS option.
10106
10107         * cmake/OptionsEfl.cmake:
10108         * cmakeconfig.h.cmake:
10109
10110 2010-12-23  Adam Barth  <abarth@webkit.org>
10111
10112         Rubber-stamped by Eric Seidel.
10113
10114         Move JavaScriptGlue into Sources
10115         https://bugs.webkit.org/show_bug.cgi?id=51583
10116
10117         Actually perform the move.
10118
10119         * JavaScriptGlue: Removed.
10120         * JavaScriptGlue/Configurations: Removed.
10121         * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
10122         * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
10123         * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
10124         * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
10125         * JavaScriptGlue/English.lproj: Removed.
10126         * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
10127         * JavaScriptGlue/ForwardingHeaders: Removed.
10128         * JavaScriptGlue/ForwardingHeaders/masm: Removed.
10129         * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
10130         * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
10131         * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
10132         * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
10133         * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
10134         * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
10135         * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
10136         * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
10137         * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
10138         * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
10139         * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
10140         * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
10141         * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
10142         * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
10143         * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
10144         * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
10145         * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
10146         * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
10147         * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
10148         * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
10149         * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
10150         * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
10151         * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
10152         * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
10153         * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
10154         * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
10155         * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
10156         * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
10157         * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
10158         * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
10159         * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
10160         * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
10161         * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
10162         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
10163         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
10164         * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
10165         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
10166         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
10167         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
10168         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
10169         * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
10170         * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
10171         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
10172         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
10173         * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
10174         * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
10175         * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
10176         * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
10177         * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
10178         * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
10179         * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
10180         * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
10181         * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
10182         * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
10183         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
10184         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
10185         * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
10186         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
10187         * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
10188         * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
10189         * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
10190         * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
10191         * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
10192         * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
10193         * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
10194         * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
10195         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
10196         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
10197         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
10198         * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
10199         * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
10200         * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
10201         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
10202         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
10203         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
10204         * JavaScriptGlue/Info.plist: Removed.
10205         * JavaScriptGlue/JSBase.cpp: Removed.
10206         * JavaScriptGlue/JSBase.h: Removed.
10207         * JavaScriptGlue/JSObject.cpp: Removed.
10208         * JavaScriptGlue/JSObject.h: Removed.
10209         * JavaScriptGlue/JSRun.cpp: Removed.
10210         * JavaScriptGlue/JSRun.h: Removed.
10211         * JavaScriptGlue/JSUtils.cpp: Removed.
10212         * JavaScriptGlue/JSUtils.h: Removed.
10213         * JavaScriptGlue/JSValueWrapper.cpp: Removed.
10214         * JavaScriptGlue/JSValueWrapper.h: Removed.
10215         * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
10216         * JavaScriptGlue/JavaScriptGlue.exp: Removed.
10217         * JavaScriptGlue/JavaScriptGlue.h: Removed.
10218         * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
10219         * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
10220         * JavaScriptGlue/LICENSE: Removed.
10221         * JavaScriptGlue/Makefile: Removed.
10222         * JavaScriptGlue/UserObjectImp.cpp: Removed.
10223         * JavaScriptGlue/UserObjectImp.h: Removed.
10224         * JavaScriptGlue/config.h: Removed.
10225         * JavaScriptGlue/icu: Removed.
10226         * JavaScriptGlue/icu/LICENSE: Removed.
10227         * JavaScriptGlue/icu/README: Removed.
10228         * JavaScriptGlue/icu/unicode: Removed.
10229         * JavaScriptGlue/icu/unicode/platform.h: Removed.
10230         * JavaScriptGlue/icu/unicode/putil.h: Removed.
10231         * JavaScriptGlue/icu/unicode/uchar.h: Removed.
10232         * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
10233         * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
10234         * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
10235         * JavaScriptGlue/icu/unicode/uenum.h: Removed.
10236         * JavaScriptGlue/icu/unicode/uiter.h: Removed.
10237         * JavaScriptGlue/icu/unicode/umachine.h: Removed.
10238         * JavaScriptGlue/icu/unicode/urename.h: Removed.
10239         * JavaScriptGlue/icu/unicode/ustring.h: Removed.
10240         * JavaScriptGlue/icu/unicode/utf.h: Removed.
10241         * JavaScriptGlue/icu/unicode/utf16.h: Removed.
10242         * JavaScriptGlue/icu/unicode/utf8.h: Removed.
10243         * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
10244         * JavaScriptGlue/icu/unicode/utypes.h: Removed.
10245         * JavaScriptGlue/icu/unicode/uversion.h: Removed.
10246         * JavaScriptGlue/testjsglue.cpp: Removed.
10247         * Makefile:
10248         * Sources: Added.
10249         * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
10250         * Sources/Makefile: Added.
10251
10252 2010-12-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
10253
10254         Reviewed by Kenneth Rohde Christiansen.
10255
10256         [EFL] Fix ContextMenu removal
10257         https://bugs.webkit.org/show_bug.cgi?id=51530
10258
10259         Fix ContextMenu removal
10260
10261         In r74207 the support for ContextMenu was removed from EFL while the
10262         code is being ported to the new CROSS_PLATFORM_MENUS due to build
10263         breakage.  However there were some missing removals in the shutdown
10264         logic that introduced a bug, leading to a segmentation fault when
10265         ContexController was destroyed.
10266
10267         The best way to effectively disable the ContextMenu is to conditionally
10268         compile the meaningful stuff by surrounding with "#if
10269         ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
10270
10271         * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
10272         implement CROSS_PLATFORM_MENUS yet.
10273
10274 2010-12-22  Xan Lopez  <xlopez@igalia.com>
10275
10276         Reviewed by Gustavo Noronha.
10277
10278         * configure.ac: bump version to 1.3.9.
10279
10280 2010-12-22  Xan Lopez  <xlopez@igalia.com>
10281
10282         Reviewed by Gustavo Noronha.
10283
10284         [GTK] Compilation fixes with GTK+ 2.91.7
10285         https://bugs.webkit.org/show_bug.cgi?id=51487
10286
10287         * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
10288
10289 2010-12-22  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
10290
10291         Reviewed by Antonio Gomes.
10292
10293         [EFL] Sets default user agent
10294         https://bugs.webkit.org/show_bug.cgi?id=47903
10295
10296         Add macros for WebKit EFL and User Agent.
10297
10298         * cmake/OptionsEfl.cmake:
10299         * cmakeconfig.h.cmake:
10300
10301 2010-12-20  Adam Barth  <abarth@webkit.org>
10302
10303         Move web sites to Websites directory
10304         https://bugs.webkit.org/show_bug.cgi?id=51323
10305
10306         This patch was never officially reviewed (because it was too large to
10307         upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
10308         Rowe gave me the green light.
10309
10310         * BugsSite: Removed.
10311         * BugsSite/.cvsignore: Removed.
10312         * BugsSite/.htaccess: Removed.
10313         * BugsSite/Bugzilla: Removed.
10314         * BugsSite/Bugzilla.pm: Removed.
10315         * BugsSite/Bugzilla/.cvsignore: Removed.
10316         * BugsSite/Bugzilla/.htaccess: Removed.
10317         * BugsSite/Bugzilla/Attachment: Removed.
10318         * BugsSite/Bugzilla/Attachment.pm: Removed.
10319         * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
10320         * BugsSite/Bugzilla/Auth: Removed.
10321         * BugsSite/Bugzilla/Auth.pm: Removed.
10322         * BugsSite/Bugzilla/Auth/Login: Removed.
10323         * BugsSite/Bugzilla/Auth/Login.pm: Removed.
10324         * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
10325         * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
10326         * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
10327         * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
10328         * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
10329         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
10330         * BugsSite/Bugzilla/Auth/Persist: Removed.
10331         * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
10332         * BugsSite/Bugzilla/Auth/Verify: Removed.
10333         * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
10334         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
10335         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
10336         * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
10337         * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
10338         * BugsSite/Bugzilla/Bug.pm: Removed.
10339         * BugsSite/Bugzilla/BugMail.pm: Removed.
10340         * BugsSite/Bugzilla/CGI.pm: Removed.
10341         * BugsSite/Bugzilla/Chart.pm: Removed.
10342         * BugsSite/Bugzilla/Classification.pm: Removed.
10343         * BugsSite/Bugzilla/Component.pm: Removed.
10344         * BugsSite/Bugzilla/Config: Removed.
10345         * BugsSite/Bugzilla/Config.pm: Removed.
10346         * BugsSite/Bugzilla/Config/Admin.pm: Removed.
10347         * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
10348         * BugsSite/Bugzilla/Config/Auth.pm: Removed.
10349         * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
10350         * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
10351         * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
10352         * BugsSite/Bugzilla/Config/Common.pm: Removed.
10353         * BugsSite/Bugzilla/Config/Core.pm: Removed.
10354         * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
10355         * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
10356         * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
10357         * BugsSite/Bugzilla/Config/MTA.pm: Removed.
10358         * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
10359         * BugsSite/Bugzilla/Config/Query.pm: Removed.
10360         * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
10361         * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
10362         * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
10363         * BugsSite/Bugzilla/Constants.pm: Removed.
10364         * BugsSite/Bugzilla/DB: Removed.
10365         * BugsSite/Bugzilla/DB.pm: Removed.
10366         * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
10367         * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
10368         * BugsSite/Bugzilla/DB/Pg.pm: Removed.
10369         * BugsSite/Bugzilla/DB/Schema: Removed.
10370         * BugsSite/Bugzilla/DB/Schema.pm: Removed.
10371         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
10372         * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
10373         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
10374         * BugsSite/Bugzilla/Error.pm: Removed.
10375         * BugsSite/Bugzilla/Field.pm: Removed.
10376         * BugsSite/Bugzilla/Flag.pm: Removed.
10377         * BugsSite/Bugzilla/FlagType.pm: Removed.
10378         * BugsSite/Bugzilla/Group.pm: Removed.
10379         * BugsSite/Bugzilla/Hook.pm: Removed.
10380         * BugsSite/Bugzilla/Install: Removed.
10381         * BugsSite/Bugzilla/Install.pm: Removed.
10382         * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
10383         * BugsSite/Bugzilla/Install/DB.pm: Removed.
10384         * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
10385         * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
10386         * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
10387         * BugsSite/Bugzilla/Install/Util.pm: Removed.
10388         * BugsSite/Bugzilla/Keyword.pm: Removed.
10389         * BugsSite/Bugzilla/Mailer.pm: Removed.
10390         * BugsSite/Bugzilla/Milestone.pm: Removed.
10391         * BugsSite/Bugzilla/Object.pm: Removed.
10392         * BugsSite/Bugzilla/Product.pm: Removed.
10393         * BugsSite/Bugzilla/Search: Removed.
10394         * BugsSite/Bugzilla/Search.pm: Removed.
10395         * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
10396         * BugsSite/Bugzilla/Search/Saved.pm: Removed.
10397         * BugsSite/Bugzilla/Series.pm: Removed.
10398         * BugsSite/Bugzilla/Status.pm: Removed.
10399         * BugsSite/Bugzilla/Template: Removed.
10400         * BugsSite/Bugzilla/Template.pm: Removed.
10401         * BugsSite/Bugzilla/Template/Parser.pm: Removed.
10402         * BugsSite/Bugzilla/Template/Plugin: Removed.
10403         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
10404         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
10405         * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
10406         * BugsSite/Bugzilla/Token.pm: Removed.
10407         * BugsSite/Bugzilla/Update.pm: Removed.
10408         * BugsSite/Bugzilla/User: Removed.
10409         * BugsSite/Bugzilla/User.pm: Removed.
10410         * BugsSite/Bugzilla/User/Setting: Removed.
10411         * BugsSite/Bugzilla/User/Setting.pm: Removed.
10412         * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
10413         * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
10414         * BugsSite/Bugzilla/Util.pm: Removed.
10415         * BugsSite/Bugzilla/Version.pm: Removed.
10416         * BugsSite/Bugzilla/WebService: Removed.
10417         * BugsSite/Bugzilla/WebService.pm: Removed.
10418         * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
10419         * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
10420         * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
10421         * BugsSite/Bugzilla/WebService/Product.pm: Removed.
10422         * BugsSite/Bugzilla/WebService/User.pm: Removed.
10423         * BugsSite/PrettyPatch: Removed.
10424         * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
10425         * BugsSite/PrettyPatch/diff.rb: Removed.
10426         * BugsSite/PrettyPatch/prettify.rb: Removed.
10427         * BugsSite/QUICKSTART: Removed.
10428         * BugsSite/README: Removed.
10429         * BugsSite/UPGRADING: Removed.
10430         * BugsSite/UPGRADING-pre-2.8: Removed.
10431         * BugsSite/admin.cgi: Removed.
10432         * BugsSite/attachment.cgi: Removed.
10433         * BugsSite/buglist.cgi: Removed.
10434         * BugsSite/bugzilla.dtd: Removed.
10435         * BugsSite/chart.cgi: Removed.
10436         * BugsSite/checksetup.pl: Removed.
10437         * BugsSite/code-review.js: Removed.
10438         * BugsSite/colchange.cgi: Removed.
10439         * BugsSite/collectstats.pl: Removed.
10440         * BugsSite/committers-autocomplete.js: Removed.
10441         * BugsSite/config.cgi: Removed.
10442         * BugsSite/contrib: Removed.
10443         * BugsSite/contrib/README: Removed.
10444         * BugsSite/contrib/bugzilla-submit: Removed.
10445         * BugsSite/contrib/bugzilla-submit/README: Removed.
10446         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
10447         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
10448         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
10449         * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
10450         * BugsSite/contrib/bz_webservice_demo.pl: Removed.
10451         * BugsSite/contrib/bzdbcopy.pl: Removed.
10452         * BugsSite/contrib/cmdline: Removed.
10453         * BugsSite/contrib/cmdline/bugcount: Removed.
10454         * BugsSite/contrib/cmdline/bugids: Removed.
10455         * BugsSite/contrib/cmdline/buglist: Removed.
10456         * BugsSite/contrib/cmdline/bugs: Removed.
10457         * BugsSite/contrib/cmdline/bugslink: Removed.
10458         * BugsSite/contrib/cmdline/makequery: Removed.
10459         * BugsSite/contrib/cmdline/query.conf: Removed.
10460         * BugsSite/contrib/cvs-update.pl: Removed.
10461         * BugsSite/contrib/gnats2bz.pl: Removed.
10462         * BugsSite/contrib/gnatsparse: Removed.
10463         * BugsSite/contrib/gnatsparse/README: Removed.
10464         * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
10465         * BugsSite/contrib/gnatsparse/magic.py: Removed.
10466         * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
10467         * BugsSite/contrib/jb2bz.py: Removed.
10468         * BugsSite/contrib/merge-users.pl: Removed.
10469         * BugsSite/contrib/mysqld-watcher.pl: Removed.
10470         * BugsSite/contrib/recode-overrides.txt: Removed.
10471         * BugsSite/contrib/recode.pl: Removed.
10472         * BugsSite/contrib/sendbugmail.pl: Removed.
10473         * BugsSite/contrib/sendunsentbugmail.pl: Removed.
10474         * BugsSite/contrib/syncLDAP.pl: Removed.
10475         * BugsSite/contrib/yp_nomail.sh: Removed.
10476         * BugsSite/createaccount.cgi: Removed.
10477         * BugsSite/data: Removed.
10478         * BugsSite/data/.htaccess: Removed.
10479         * BugsSite/data/attachments: Removed.
10480         * BugsSite/data/attachments/.htaccess: Removed.
10481         * BugsSite/data/duplicates: Removed.
10482         * BugsSite/data/mail: Removed.
10483         * BugsSite/data/mimedump-tmp: Removed.
10484         * BugsSite/data/mining: Removed.
10485         * BugsSite/data/params: Removed.
10486         * BugsSite/data/template: Removed.
10487         * BugsSite/data/webdot: Removed.
10488         * BugsSite/data/webdot/.htaccess: Removed.
10489         * BugsSite/describecomponents.cgi: Removed.
10490         * BugsSite/describekeywords.cgi: Removed.
10491         * BugsSite/docs: Removed.
10492         * BugsSite/docs/en: Removed.
10493         * BugsSite/docs/en/.cvsignore: Removed.
10494         * BugsSite/docs/en/README.docs: Removed.
10495         * BugsSite/docs/en/images: Removed.
10496         * BugsSite/docs/en/images/bzLifecycle.png: Removed.
10497         * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
10498         * BugsSite/docs/en/images/callouts: Removed.
10499         * BugsSite/docs/en/images/callouts/1.gif: Removed.
10500         * BugsSite/docs/en/images/callouts/2.gif: Removed.
10501         * BugsSite/docs/en/images/callouts/3.gif: Removed.
10502         * BugsSite/docs/en/images/caution.gif: Removed.
10503         * BugsSite/docs/en/images/note.gif: Removed.
10504         * BugsSite/docs/en/images/tip.gif: Removed.
10505         * BugsSite/docs/en/images/warning.gif: Removed.
10506         * BugsSite/docs/en/rel_notes.txt: Removed.
10507         * BugsSite/docs/en/xml: Removed.
10508         * BugsSite/docs/en/xml/.cvsignore: Removed.
10509         * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
10510         * BugsSite/docs/en/xml/about.xml: Removed.
10511         * BugsSite/docs/en/xml/administration.xml: Removed.
10512         * BugsSite/docs/en/xml/conventions.xml: Removed.
10513         * BugsSite/docs/en/xml/customization.xml: Removed.
10514         * BugsSite/docs/en/xml/gfdl.xml: Removed.
10515         * BugsSite/docs/en/xml/glossary.xml: Removed.
10516         * BugsSite/docs/en/xml/index.xml: Removed.
10517         * BugsSite/docs/en/xml/installation.xml: Removed.
10518         * BugsSite/docs/en/xml/integration.xml: Removed.
10519         * BugsSite/docs/en/xml/introduction.xml: Removed.
10520         * BugsSite/docs/en/xml/modules.xml: Removed.
10521         * BugsSite/docs/en/xml/patches.xml: Removed.
10522         * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
10523         * BugsSite/docs/en/xml/security.xml: Removed.
10524         * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
10525         * BugsSite/docs/en/xml/using.xml: Removed.
10526         * BugsSite/docs/html: Removed.
10527         * BugsSite/docs/html/api: Removed.
10528         * BugsSite/docs/images: Removed.
10529         * BugsSite/docs/images/callouts: Removed.
10530         * BugsSite/docs/lib: Removed.
10531         * BugsSite/docs/lib/Pod: Removed.
10532         * BugsSite/docs/lib/Pod/Simple: Removed.
10533         * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
10534         * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
10535         * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
10536         * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
10537         * BugsSite/docs/makedocs.pl: Removed.
10538         * BugsSite/docs/pdf: Removed.
10539         * BugsSite/docs/style.css: Removed.
10540         * BugsSite/docs/txt: Removed.
10541         * BugsSite/docs/xml: Removed.
10542         * BugsSite/duplicates.cgi: Removed.
10543         * BugsSite/editclassifications.cgi: Removed.
10544         * BugsSite/editcomponents.cgi: Removed.
10545         * BugsSite/editfields.cgi: Removed.
10546         * BugsSite/editflagtypes.cgi: Removed.
10547         * BugsSite/editgroups.cgi: Removed.
10548         * BugsSite/editkeywords.cgi: Removed.
10549         * BugsSite/editmilestones.cgi: Removed.
10550         * BugsSite/editparams.cgi: Removed.
10551         * BugsSite/editproducts.cgi: Removed.
10552         * BugsSite/editsettings.cgi: Removed.
10553         * BugsSite/editusers.cgi: Removed.
10554         * BugsSite/editvalues.cgi: Removed.
10555         * BugsSite/editversions.cgi: Removed.
10556         * BugsSite/editwhines.cgi: Removed.
10557         * BugsSite/editworkflow.cgi: Removed.
10558         * BugsSite/email_in.pl: Removed.
10559         * BugsSite/enter_bug.cgi: Removed.
10560         * BugsSite/extensions: Removed.
10561         * BugsSite/extensions/example: Removed.
10562         * BugsSite/extensions/example/code: Removed.
10563         * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
10564         * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
10565         * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
10566         * BugsSite/extensions/example/code/config.pl: Removed.
10567         * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
10568         * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
10569         * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
10570         * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
10571         * BugsSite/extensions/example/code/webservice.pl: Removed.
10572         * BugsSite/extensions/example/disabled: Removed.
10573         * BugsSite/extensions/example/info.pl: Removed.
10574         * BugsSite/extensions/example/lib: Removed.
10575         * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
10576         * BugsSite/extensions/example/lib/WSExample.pm: Removed.
10577         * BugsSite/extensions/example/template: Removed.
10578         * BugsSite/extensions/example/template/en: Removed.
10579         * BugsSite/extensions/example/template/en/default: Removed.
10580         * BugsSite/extensions/example/template/en/default/admin: Removed.
10581         * BugsSite/extensions/example/template/en/default/admin/params: Removed.
10582         * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
10583         * BugsSite/extensions/example/template/en/global: Removed.
10584         * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
10585         * BugsSite/graphs: Removed.
10586         * BugsSite/images: Removed.
10587         * BugsSite/images/favicon.ico: Removed.
10588         * BugsSite/images/padlock.png: Removed.
10589         * BugsSite/importxml.pl: Removed.
10590         * BugsSite/index.cgi: Removed.
10591         * BugsSite/install-module.pl: Removed.
10592         * BugsSite/js: Removed.
10593         * BugsSite/js/TUI.js: Removed.
10594         * BugsSite/js/attachment.js: Removed.
10595         * BugsSite/js/expanding-tree.js: Removed.
10596         * BugsSite/js/field.js: Removed.
10597         * BugsSite/js/help.js: Removed.
10598         * BugsSite/js/params.js: Removed.
10599         * BugsSite/js/productform.js: Removed.
10600         * BugsSite/js/util.js: Removed.
10601         * BugsSite/js/yui: Removed.
10602         * BugsSite/js/yui/calendar.js: Removed.
10603         * BugsSite/js/yui/yahoo-dom-event.js: Removed.
10604         * BugsSite/lib: Removed.
10605         * BugsSite/lib/.htaccess: Removed.
10606         * BugsSite/lib/README: Removed.
10607         * BugsSite/long_list.cgi: Removed.
10608         * BugsSite/mod_perl.pl: Removed.
10609         * BugsSite/page.cgi: Removed.
10610         * BugsSite/post_bug.cgi: Removed.
10611         * BugsSite/process_bug.cgi: Removed.
10612         * BugsSite/query.cgi: Removed.
10613         * BugsSite/quips.cgi: Removed.
10614         * BugsSite/relogin.cgi: Removed.
10615         * BugsSite/report.cgi: Removed.
10616         * BugsSite/reports.cgi: Removed.
10617         * BugsSite/request.cgi: Removed.
10618         * BugsSite/robots.txt: Removed.
10619         * BugsSite/runtests.pl: Removed.
10620         * BugsSite/sanitycheck.cgi: Removed.
10621         * BugsSite/sanitycheck.pl: Removed.
10622         * BugsSite/search_plugin.cgi: Removed.
10623         * BugsSite/show_activity.cgi: Removed.
10624         * BugsSite/show_bug.cgi: Removed.
10625         * BugsSite/showattachment.cgi: Removed.
10626         * BugsSite/showdependencygraph.cgi: Removed.
10627         * BugsSite/showdependencytree.cgi: Removed.
10628         * BugsSite/sidebar.cgi: Removed.
10629         * BugsSite/skins: Removed.
10630         * BugsSite/skins/.cvsignore: Removed.
10631         * BugsSite/skins/contrib: Removed.
10632         * BugsSite/skins/contrib/Dusk: Removed.
10633         * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
10634         * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
10635         * BugsSite/skins/contrib/Dusk/admin.css: Removed.
10636         * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
10637         * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
10638         * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
10639         * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
10640         * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
10641         * BugsSite/skins/contrib/Dusk/global.css: Removed.
10642         * BugsSite/skins/contrib/Dusk/help.css: Removed.
10643         * BugsSite/skins/contrib/Dusk/index.css: Removed.
10644         * BugsSite/skins/contrib/Dusk/panel.css: Removed.
10645         * BugsSite/skins/contrib/Dusk/params.css: Removed.
10646         * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
10647         * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
10648         * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
10649         * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
10650         * BugsSite/skins/contrib/Dusk/voting.css: Removed.
10651         * BugsSite/skins/contrib/Dusk/yui: Removed.
10652         * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
10653         * BugsSite/skins/custom: Removed.
10654         * BugsSite/skins/custom/IE-fixes.css: Removed.
10655         * BugsSite/skins/custom/admin.css: Removed.
10656         * BugsSite/skins/custom/buglist.css: Removed.
10657         * BugsSite/skins/custom/create_attachment.css: Removed.
10658         * BugsSite/skins/custom/dependency-tree.css: Removed.
10659         * BugsSite/skins/custom/duplicates.css: Removed.
10660         * BugsSite/skins/custom/editusers.css: Removed.
10661         * BugsSite/skins/custom/global.css: Removed.
10662         * BugsSite/skins/custom/help.css: Removed.
10663         * BugsSite/skins/custom/index.css: Removed.
10664         * BugsSite/skins/custom/opendarwin.gif: Removed.
10665         * BugsSite/skins/custom/panel.css: Removed.
10666         * BugsSite/skins/custom/params.css: Removed.
10667         * BugsSite/skins/custom/release-notes.css: Removed.
10668         * BugsSite/skins/custom/show_bug.css: Removed.
10669         * BugsSite/skins/custom/show_multiple.css: Removed.
10670         * BugsSite/skins/custom/summarize-time.css: Removed.
10671         * BugsSite/skins/custom/voting.css: Removed.
10672         * BugsSite/skins/custom/yui: Removed.
10673         * BugsSite/skins/custom/yui/calendar.css: Removed.
10674         * BugsSite/skins/standard: Removed.
10675         * BugsSite/skins/standard/IE-fixes.css: Removed.
10676         * BugsSite/skins/standard/admin.css: Removed.
10677         * BugsSite/skins/standard/buglist.css: Removed.
10678         * BugsSite/skins/standard/create_attachment.css: Removed.
10679         * BugsSite/skins/standard/dependency-tree: Removed.
10680         * BugsSite/skins/standard/dependency-tree.css: Removed.
10681         * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
10682         * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
10683         * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
10684         * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
10685         * BugsSite/skins/standard/duplicates.css: Removed.
10686         * BugsSite/skins/standard/editusers.css: Removed.
10687         * BugsSite/skins/standard/global: Removed.
10688         * BugsSite/skins/standard/global.css: Removed.
10689         * BugsSite/skins/standard/global/body-back.gif: Removed.
10690         * BugsSite/skins/standard/global/calendar.png: Removed.
10691         * BugsSite/skins/standard/global/header.png: Removed.
10692         * BugsSite/skins/standard/help.css: Removed.
10693         * BugsSite/skins/standard/index: Removed.
10694         * BugsSite/skins/standard/index.css: Removed.
10695         * BugsSite/skins/standard/index/front.png: Removed.
10696         * BugsSite/skins/standard/panel.css: Removed.
10697         * BugsSite/skins/standard/params.css: Removed.
10698         * BugsSite/skins/standard/release-notes.css: Removed.
10699         * BugsSite/skins/standard/show_bug.css: Removed.
10700         * BugsSite/skins/standard/show_multiple.css: Removed.
10701         * BugsSite/skins/standard/summarize-time.css: Removed.
10702         * BugsSite/skins/standard/voting.css: Removed.
10703         * BugsSite/skins/standard/yui: Removed.
10704         * BugsSite/skins/standard/yui/calendar.css: Removed.
10705         * BugsSite/skins/standard/yui/sprite.png: Removed.
10706         * BugsSite/summarize_time.cgi: Removed.
10707         * BugsSite/t: Removed.
10708         * BugsSite/t/001compile.t: Removed.
10709         * BugsSite/t/002goodperl.t: Removed.
10710         * BugsSite/t/003safesys.t: Removed.
10711         * BugsSite/t/004template.t: Removed.
10712         * BugsSite/t/005no_tabs.t: Removed.
10713         * BugsSite/t/006spellcheck.t: Removed.
10714         * BugsSite/t/007util.t: Removed.
10715         * BugsSite/t/008filter.t: Removed.
10716         * BugsSite/t/009bugwords.t: Removed.
10717         * BugsSite/t/010dependencies.t: Removed.
10718         * BugsSite/t/011pod.t: Removed.
10719         * BugsSite/t/012throwables.t: Removed.
10720         * BugsSite/t/Support: Removed.
10721         * BugsSite/t/Support/Files.pm: Removed.
10722         * BugsSite/t/Support/Systemexec.pm: Removed.
10723         * BugsSite/t/Support/Templates.pm: Removed.
10724         * BugsSite/template: Removed.
10725         * BugsSite/template/.cvsignore: Removed.
10726         * BugsSite/template/.htaccess: Removed.
10727         * BugsSite/template/en: Removed.
10728         * BugsSite/template/en/.cvsignore: Removed.
10729         * BugsSite/template/en/custom: Removed.
10730         * BugsSite/template/en/custom/account: Removed.
10731         * BugsSite/template/en/custom/account/auth: Removed.
10732         * BugsSite/template/en/custom/account/email: Removed.
10733         * BugsSite/template/en/custom/account/password: Removed.
10734         * BugsSite/template/en/custom/account/prefs: Removed.
10735         * BugsSite/template/en/custom/admin: Removed.
10736         * BugsSite/template/en/custom/admin/classifications: Removed.
10737         * BugsSite/template/en/custom/admin/components: Removed.
10738         * BugsSite/template/en/custom/admin/fieldvalues: Removed.
10739         * BugsSite/template/en/custom/admin/flag-type: Removed.
10740         * BugsSite/template/en/custom/admin/groups: Removed.
10741         * BugsSite/template/en/custom/admin/keywords: Removed.
10742         * BugsSite/template/en/custom/admin/milestones: Removed.
10743         * BugsSite/template/en/custom/admin/products: Removed.
10744         * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
10745         * BugsSite/template/en/custom/admin/settings: Removed.
10746         * BugsSite/template/en/custom/admin/users: Removed.
10747         * BugsSite/template/en/custom/admin/versions: Removed.
10748         * BugsSite/template/en/custom/attachment: Removed.
10749         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
10750         * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
10751         * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
10752         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
10753         * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
10754         * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
10755         * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
10756         * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
10757         * BugsSite/template/en/custom/bug: Removed.
10758         * BugsSite/template/en/custom/bug/activity: Removed.
10759         * BugsSite/template/en/custom/bug/create: Removed.
10760         * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
10761         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
10762         * BugsSite/template/en/custom/bug/process: Removed.
10763         * BugsSite/template/en/custom/bug/votes: Removed.
10764         * BugsSite/template/en/custom/flag: Removed.
10765         * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
10766         * BugsSite/template/en/custom/global: Removed.
10767         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
10768         * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
10769         * BugsSite/template/en/custom/list: Removed.
10770         * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
10771         * BugsSite/template/en/custom/pages: Removed.
10772         * BugsSite/template/en/custom/reports: Removed.
10773         * BugsSite/template/en/custom/request: Removed.
10774         * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
10775         * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
10776         * BugsSite/template/en/custom/search: Removed.
10777         * BugsSite/template/en/custom/whine: Removed.
10778         * BugsSite/template/en/default: Removed.
10779         * BugsSite/template/en/default/account: Removed.
10780         * BugsSite/template/en/default/account/auth: Removed.
10781         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
10782         * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
10783         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
10784         * BugsSite/template/en/default/account/create.html.tmpl: Removed.
10785         * BugsSite/template/en/default/account/created.html.tmpl: Removed.
10786         * BugsSite/template/en/default/account/email: Removed.
10787         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
10788         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
10789         * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
10790         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
10791         * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
10792         * BugsSite/template/en/default/account/password: Removed.
10793         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
10794         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
10795         * BugsSite/template/en/default/account/prefs: Removed.
10796         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
10797         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
10798         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
10799         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
10800         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
10801         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
10802         * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
10803         * BugsSite/template/en/default/admin: Removed.
10804         * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
10805         * BugsSite/template/en/default/admin/classifications: Removed.
10806         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
10807         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
10808         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
10809         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
10810         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
10811         * BugsSite/template/en/default/admin/components: Removed.
10812         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
10813         * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
10814         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
10815         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
10816         * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
10817         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
10818         * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
10819         * BugsSite/template/en/default/admin/custom_fields: Removed.
10820         * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
10821         * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
10822         * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
10823         * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
10824         * BugsSite/template/en/default/admin/fieldvalues: Removed.
10825         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
10826         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
10827         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
10828         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
10829         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
10830         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
10831         * BugsSite/template/en/default/admin/flag-type: Removed.
10832         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
10833         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
10834         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
10835         * BugsSite/template/en/default/admin/groups: Removed.
10836         * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
10837         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
10838         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
10839         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
10840         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
10841         * BugsSite/template/en/default/admin/keywords: Removed.
10842         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
10843         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
10844         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
10845         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
10846         * BugsSite/template/en/default/admin/milestones: Removed.
10847         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
10848         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
10849         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
10850         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
10851         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
10852         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
10853         * BugsSite/template/en/default/admin/params: Removed.
10854         * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
10855         * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
10856         * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
10857         * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
10858         * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
10859         * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
10860         * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
10861         * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
10862         * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
10863         * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
10864         * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
10865         * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
10866         * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
10867         * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
10868         * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
10869         * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
10870         * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
10871         * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
10872         * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
10873         * BugsSite/template/en/default/admin/products: Removed.
10874         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
10875         * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
10876         * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
10877         * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
10878         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
10879         * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
10880         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
10881         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
10882         * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
10883         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
10884         * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
10885         * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
10886         * BugsSite/template/en/default/admin/sanitycheck: Removed.
10887         * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
10888         * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
10889         * BugsSite/template/en/default/admin/settings: Removed.
10890         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
10891         * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
10892         * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
10893         * BugsSite/template/en/default/admin/users: Removed.
10894         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
10895         * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
10896         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
10897         * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
10898         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
10899         * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
10900         * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
10901         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
10902         * BugsSite/template/en/default/admin/versions: Removed.
10903         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
10904         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
10905         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
10906         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
10907         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
10908         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
10909         * BugsSite/template/en/default/admin/workflow: Removed.
10910         * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
10911         * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
10912         * BugsSite/template/en/default/attachment: Removed.
10913         * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
10914         * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
10915         * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
10916         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
10917         * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
10918         * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
10919         * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
10920         * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
10921         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
10922         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
10923         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
10924         * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
10925         * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
10926         * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
10927         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
10928         * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
10929         * BugsSite/template/en/default/bug: Removed.
10930         * BugsSite/template/en/default/bug/activity: Removed.
10931         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
10932         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
10933         * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
10934         * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
10935         * BugsSite/template/en/default/bug/create: Removed.
10936         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
10937         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
10938         * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
10939         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
10940         * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
10941         * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
10942         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
10943         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
10944         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
10945         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
10946         * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
10947         * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
10948         * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
10949         * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
10950         * BugsSite/template/en/default/bug/process: Removed.
10951         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
10952         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
10953         * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
10954         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
10955         * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
10956         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
10957         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
10958         * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
10959         * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
10960         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
10961         * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
10962         * BugsSite/template/en/default/bug/votes: Removed.
10963         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
10964         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
10965         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
10966         * BugsSite/template/en/default/config.js.tmpl: Removed.
10967         * BugsSite/template/en/default/config.rdf.tmpl: Removed.
10968         * BugsSite/template/en/default/email: Removed.
10969         * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
10970         * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
10971         * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
10972         * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
10973         * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
10974         * BugsSite/template/en/default/filterexceptions.pl: Removed.
10975         * BugsSite/template/en/default/flag: Removed.
10976         * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
10977         * BugsSite/template/en/default/global: Removed.
10978         * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
10979         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
10980         * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
10981         * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
10982         * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
10983         * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
10984         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
10985         * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
10986         * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
10987         * BugsSite/template/en/default/global/footer.html.tmpl: Removed.
10988         * BugsSite/template/en/default/global/header.html.tmpl: Removed.
10989         * BugsSite/template/en/default/global/help.html.tmpl: Removed.
10990         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Removed.
10991         * BugsSite/template/en/default/global/initialize.none.tmpl: Removed.
10992         * BugsSite/template/en/default/global/js-products.html.tmpl: Removed.
10993         * BugsSite/template/en/default/global/message.html.tmpl: Removed.
10994         * BugsSite/template/en/default/global/message.txt.tmpl: Removed.
10995         * BugsSite/template/en/default/global/messages.html.tmpl: Removed.
10996         * BugsSite/template/en/default/global/per-bug-queries.html.tmpl: Removed.
10997         * BugsSite/template/en/default/global/select-menu.html.tmpl: Removed.
10998         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Removed.
10999         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Removed.
11000         * BugsSite/template/en/default/global/tabs.html.tmpl: Removed.
11001         * BugsSite/template/en/default/global/textarea.html.tmpl: Removed.
11002         * BugsSite/template/en/default/global/useful-links.html.tmpl: Removed.
11003         * BugsSite/template/en/default/global/user-error.html.tmpl: Removed.
11004         * BugsSite/template/en/default/global/userselect.html.tmpl: Removed.
11005         * BugsSite/template/en/default/global/variables.none.tmpl: Removed.
11006         * BugsSite/template/en/default/index.html.tmpl: Removed.
11007         * BugsSite/template/en/default/list: Removed.
11008         * BugsSite/template/en/default/list/change-columns.html.tmpl: Removed.
11009         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Removed.
11010         * BugsSite/template/en/default/list/list-simple.html.tmpl: Removed.
11011         * BugsSite/template/en/default/list/list.atom.tmpl: Removed.
11012         * BugsSite/template/en/default/list/list.csv.tmpl: Removed.
11013         * BugsSite/template/en/default/list/list.html.tmpl: Removed.
11014         * BugsSite/template/en/default/list/list.ics.tmpl: Removed.
11015         * BugsSite/template/en/default/list/list.js.tmpl: Removed.
11016         * BugsSite/template/en/default/list/list.rdf.tmpl: Removed.
11017         * BugsSite/template/en/default/list/quips.html.tmpl: Removed.
11018         * BugsSite/template/en/default/list/server-push.html.tmpl: Removed.
11019         * BugsSite/template/en/default/list/table.html.tmpl: Removed.
11020         * BugsSite/template/en/default/pages: Removed.
11021         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Removed.
11022         * BugsSite/template/en/default/pages/fields.html.tmpl: Removed.
11023         * BugsSite/template/en/default/pages/linked.html.tmpl: Removed.
11024         * BugsSite/template/en/default/pages/linkify.html.tmpl: Removed.
11025         * BugsSite/template/en/default/pages/quicksearch.html.tmpl: Removed.
11026         * BugsSite/template/en/default/pages/quicksearchhack.html.tmpl: Removed.
11027         * BugsSite/template/en/default/pages/release-notes.html.tmpl: Removed.
11028         * BugsSite/template/en/default/pages/sudo.html.tmpl: Removed.
11029         * BugsSite/template/en/default/pages/voting.html.tmpl: Removed.
11030         * BugsSite/template/en/default/reports: Removed.
11031         * BugsSite/template/en/default/reports/chart.csv.tmpl: Removed.
11032         * BugsSite/template/en/default/reports/chart.html.tmpl: Removed.
11033         * BugsSite/template/en/default/reports/chart.png.tmpl: Removed.
11034         * BugsSite/template/en/default/reports/components.html.tmpl: Removed.
11035         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Removed.
11036         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Removed.
11037         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Removed.
11038         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Removed.
11039         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Removed.
11040         * BugsSite/template/en/default/reports/keywords.html.tmpl: Removed.
11041         * BugsSite/template/en/default/reports/menu.html.tmpl: Removed.
11042         * BugsSite/template/en/default/reports/old-charts.html.tmpl: Removed.
11043         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Removed.
11044         * BugsSite/template/en/default/reports/report-line.png.tmpl: Removed.
11045         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Removed.
11046         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Removed.
11047         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Removed.
11048         * BugsSite/template/en/default/reports/report-table.html.tmpl: Removed.
11049         * BugsSite/template/en/default/reports/report.csv.tmpl: Removed.
11050         * BugsSite/template/en/default/reports/report.html.tmpl: Removed.
11051         * BugsSite/template/en/default/reports/series-common.html.tmpl: Removed.
11052         * BugsSite/template/en/default/reports/series.html.tmpl: Removed.
11053         * BugsSite/template/en/default/request: Removed.
11054         * BugsSite/template/en/default/request/email.txt.tmpl: Removed.
11055         * BugsSite/template/en/default/request/queue.html.tmpl: Removed.
11056         * BugsSite/template/en/default/search: Removed.
11057         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Removed.
11058         * BugsSite/template/en/default/search/form.html.tmpl: Removed.
11059         * BugsSite/template/en/default/search/knob.html.tmpl: Removed.
11060         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Removed.
11061         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Removed.
11062         * BugsSite/template/en/default/search/search-help.html.tmpl: Removed.
11063         * BugsSite/template/en/default/search/search-plugin.xml.tmpl: Removed.
11064         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Removed.
11065         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Removed.
11066         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Removed.
11067         * BugsSite/template/en/default/search/search-specific.html.tmpl: Removed.
11068         * BugsSite/template/en/default/search/tabs.html.tmpl: Removed.
11069         * BugsSite/template/en/default/setup: Removed.
11070         * BugsSite/template/en/default/setup/strings.txt.pl: Removed.
11071         * BugsSite/template/en/default/sidebar.xul.tmpl: Removed.
11072         * BugsSite/template/en/default/welcome-admin.html.tmpl: Removed.
11073         * BugsSite/template/en/default/whine: Removed.
11074         * BugsSite/template/en/default/whine/mail.html.tmpl: Removed.
11075         * BugsSite/template/en/default/whine/mail.txt.tmpl: Removed.
11076         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Removed.
11077         * BugsSite/template/en/default/whine/schedule.html.tmpl: Removed.
11078         * BugsSite/template/en/extension: Removed.
11079         * BugsSite/template/en/extension/filterexceptions.pl: Removed.
11080         * BugsSite/testagent.cgi: Removed.
11081         * BugsSite/testserver.pl: Removed.
11082         * BugsSite/token.cgi: Removed.
11083         * BugsSite/userprefs.cgi: Removed.
11084         * BugsSite/votes.cgi: Removed.
11085         * BugsSite/whine.pl: Removed.
11086         * BugsSite/whineatnews.pl: Removed.
11087         * BugsSite/xml.cgi: Removed.
11088         * BugsSite/xmlrpc.cgi: Removed.
11089         * PlanetWebKit: Removed.
11090         * PlanetWebKit/README: Removed.
11091         * PlanetWebKit/config.ini: Removed.
11092         * PlanetWebKit/planet: Removed.
11093         * PlanetWebKit/planet/AUTHORS: Removed.
11094         * PlanetWebKit/planet/INSTALL: Removed.
11095         * PlanetWebKit/planet/LICENCE: Removed.
11096         * PlanetWebKit/planet/NEWS: Removed.
11097         * PlanetWebKit/planet/PKG-INFO: Removed.
11098         * PlanetWebKit/planet/README: Removed.
11099         * PlanetWebKit/planet/THANKS: Removed.
11100         * PlanetWebKit/planet/TODO: Removed.
11101         * PlanetWebKit/planet/examples: Removed.
11102         * PlanetWebKit/planet/examples/atom.xml.tmpl: Removed.
11103         * PlanetWebKit/planet/examples/basic: Removed.
11104         * PlanetWebKit/planet/examples/basic/config.ini: Removed.
11105         * PlanetWebKit/planet/examples/basic/index.html.tmpl: Removed.
11106         * PlanetWebKit/planet/examples/fancy: Removed.
11107         * PlanetWebKit/planet/examples/fancy/config.ini: Removed.
11108         * PlanetWebKit/planet/examples/fancy/index.html.tmpl: Removed.
11109         * PlanetWebKit/planet/examples/foafroll.xml.tmpl: Removed.
11110         * PlanetWebKit/planet/examples/opml.xml.tmpl: Removed.
11111         * PlanetWebKit/planet/examples/output: Removed.
11112         * PlanetWebKit/planet/examples/output/images: Removed.
11113         * PlanetWebKit/planet/examples/output/images/edd.png: Removed.
11114         * PlanetWebKit/planet/examples/output/images/evolution.png: Removed.
11115         * PlanetWebKit/planet/examples/output/images/feed-icon-10x10.png: Removed.
11116         * PlanetWebKit/planet/examples/output/images/jdub.png: Removed.
11117         * PlanetWebKit/planet/examples/output/images/keybuk.png: Removed.
11118         * PlanetWebKit/planet/examples/output/images/logo.png: Removed.
11119         * PlanetWebKit/planet/examples/output/images/opml.png: Removed.
11120         * PlanetWebKit/planet/examples/output/images/planet.png: Removed.
11121         * PlanetWebKit/planet/examples/output/images/thom.png: Removed.
11122         * PlanetWebKit/planet/examples/output/planet.css: Removed.
11123         * PlanetWebKit/planet/examples/rss10.xml.tmpl: Removed.
11124         * PlanetWebKit/planet/examples/rss20.xml.tmpl: Removed.
11125         * PlanetWebKit/planet/planet: Removed.
11126         * PlanetWebKit/planet/planet-cache.py: Removed.
11127         * PlanetWebKit/planet/planet.py: Removed.
11128         * PlanetWebKit/planet/planet/__init__.py: Removed.
11129         * PlanetWebKit/planet/planet/atomstyler.py: Removed.
11130         * PlanetWebKit/planet/planet/cache.py: Removed.
11131         * PlanetWebKit/planet/planet/compat_logging: Removed.
11132         * PlanetWebKit/planet/planet/compat_logging/__init__.py: Removed.
11133         * PlanetWebKit/planet/planet/compat_logging/config.py: Removed.
11134         * PlanetWebKit/planet/planet/compat_logging/handlers.py: Removed.
11135         * PlanetWebKit/planet/planet/feedparser.py: Removed.
11136         * PlanetWebKit/planet/planet/htmltmpl.py: Removed.
11137         * PlanetWebKit/planet/planet/sanitize.py: Removed.
11138         * PlanetWebKit/planet/planet/tests: Removed.
11139         * PlanetWebKit/planet/planet/tests/__init__.py: Removed.
11140         * PlanetWebKit/planet/planet/tests/data: Removed.
11141         * PlanetWebKit/planet/planet/tests/data/simple.tmpl: Removed.
11142         * PlanetWebKit/planet/planet/tests/data/simple2.tmpl: Removed.
11143         * PlanetWebKit/planet/planet/tests/test_channel.py: Removed.
11144         * PlanetWebKit/planet/planet/tests/test_main.py: Removed.
11145         * PlanetWebKit/planet/planet/tests/test_sanitize.py: Removed.
11146         * PlanetWebKit/planet/planet/tests/test_sub.py: Removed.
11147         * PlanetWebKit/planet/planet/timeoutsocket.py: Removed.
11148         * PlanetWebKit/planet/runtests.py: Removed.
11149         * PlanetWebKit/planet/setup.py: Removed.
11150         * PlanetWebKit/templates: Removed.
11151         * PlanetWebKit/templates/atom.xml.tmpl: Removed.
11152         * PlanetWebKit/templates/foafroll.xml.tmpl: Removed.
11153         * PlanetWebKit/templates/index.html.tmpl: Removed.
11154         * PlanetWebKit/templates/opml.xml.tmpl: Removed.
11155         * PlanetWebKit/templates/rss10.xml.tmpl: Removed.
11156         * PlanetWebKit/templates/rss20.xml.tmpl: Removed.
11157         * PlanetWebKit/update.pl: Removed.
11158         * PlanetWebKit/wwwroot: Removed.
11159         * PlanetWebKit/wwwroot/ie.css: Removed.
11160         * PlanetWebKit/wwwroot/images: Removed.
11161         * PlanetWebKit/wwwroot/images/feed-icon-10x10.png: Removed.
11162         * PlanetWebKit/wwwroot/images/ie-nav-blue.png: Removed.
11163         * PlanetWebKit/wwwroot/images/planet-webkit.png: Removed.
11164         * PlanetWebKit/wwwroot/images/planet.png: Removed.
11165         * PlanetWebKit/wwwroot/planet.css: Removed.
11166         * PlanetWebKit/wwwroot/planetwebkit.css: Removed.
11167         * Sites: Added.
11168         * Sites/bugs.webkit.org: Copied from BugsSite.
11169         * Sites/planet.webkit.org: Copied from PlanetWebKit.
11170         * Sites/webkit.org: Copied from WebKitSite.
11171         * WebKitSite: Removed.
11172         * WebKitSite/.htaccess: Removed.
11173         * WebKitSite/asking_questions.html: Removed.
11174         * WebKitSite/blog: Removed.
11175         * WebKitSite/blog-files: Removed.
11176         * WebKitSite/blog-files/3d-transforms: Removed.
11177         * WebKitSite/blog-files/3d-transforms/image-flip.html: Removed.
11178         * WebKitSite/blog-files/3d-transforms/mighty-cubes.png: Removed.
11179         * WebKitSite/blog-files/3d-transforms/morphing-cubes.html: Removed.
11180         * WebKitSite/blog-files/3d-transforms/perspective-by-example.html: Removed.
11181         * WebKitSite/blog-files/3d-transforms/poster-circle.html: Removed.
11182         * WebKitSite/blog-files/3d-transforms/poster-circle.png: Removed.
11183         * WebKitSite/blog-files/3d-transforms/transform-style.html: Removed.
11184         * WebKitSite/blog-files/InspectElementMenu.png: Removed.
11185         * WebKitSite/blog-files/InspectorCSSEditing.png: Removed.
11186         * WebKitSite/blog-files/InspectorDatabaseBrowser.png: Removed.
11187         * WebKitSite/blog-files/InspectorFonts.png: Removed.
11188         * WebKitSite/blog-files/acid3-100.png: Removed.
11189         * WebKitSite/blog-files/acid3-full-rendering-pass.png: Removed.
11190         * WebKitSite/blog-files/acid3-rendering-reference.png: Removed.
11191         * WebKitSite/blog-files/acid3-screenshot.png: Removed.
11192         * WebKitSite/blog-files/acid3-timing-screenshot.png: Removed.
11193         * WebKitSite/blog-files/acid3-timing.png: Removed.
11194         * WebKitSite/blog-files/animation-demo.svg: Removed.
11195         * WebKitSite/blog-files/bounce.html: Removed.
11196         * WebKitSite/blog-files/bounce.png: Removed.
11197         * WebKitSite/blog-files/circle.svg: Removed.
11198         * WebKitSite/blog-files/cubes-7.svg: Removed.
11199         * WebKitSite/blog-files/gebcnspeedtest.html: Removed.
11200         * WebKitSite/blog-files/gebcnwebkitonly.png: Removed.
11201         * WebKitSite/blog-files/inspector: Removed.
11202         * WebKitSite/blog-files/inspector-closure-scope.png: Removed.
11203         * WebKitSite/blog-files/inspector-console-autocomplete.png: Removed.
11204         * WebKitSite/blog-files/inspector-databases-panel-query-view.png: Removed.
11205         * WebKitSite/blog-files/inspector-databases-panel.png: Removed.
11206         * WebKitSite/blog-files/inspector-disabling-properties.png: Removed.
11207         * WebKitSite/blog-files/inspector-elements-panel.png: Removed.
11208         * WebKitSite/blog-files/inspector-event-scope.png: Removed.
11209         * WebKitSite/blog-files/inspector-numeric-style-stepping.gif: Removed.
11210         * WebKitSite/blog-files/inspector-profiles-panel.png: Removed.
11211         * WebKitSite/blog-files/inspector-resources-panel.png: Removed.
11212         * WebKitSite/blog-files/inspector-scripts-panel.png: Removed.
11213         * WebKitSite/blog-files/inspector-searching-elements.png: Removed.
11214         * WebKitSite/blog-files/inspector-searching-profiles.png: Removed.
11215         * WebKitSite/blog-files/inspector-status-bar-with-errors.png: Removed.
11216         * WebKitSite/blog-files/inspector-toolbar.png: Removed.
11217         * WebKitSite/blog-files/inspector-with-scope.png: Removed.
11218         * WebKitSite/blog-files/inspector/audits_launcher.png: Removed.
11219         * WebKitSite/blog-files/inspector/audits_panel.png: Removed.
11220         * WebKitSite/blog-files/inspector/breakpoints.png: Removed.
11221         * WebKitSite/blog-files/inspector/colors.png: Removed.
11222         * WebKitSite/blog-files/inspector/console_panel.png: Removed.
11223         * WebKitSite/blog-files/inspector/context_menu.png: Removed.
11224         * WebKitSite/blog-files/inspector/cookies.png: Removed.
11225         * WebKitSite/blog-files/inspector/css_highlighted_line.png: Removed.
11226         * WebKitSite/blog-files/inspector/css_line_number_snippet.png: Removed.
11227         * WebKitSite/blog-files/inspector/css_line_numbers.png: Removed.
11228         * WebKitSite/blog-files/inspector/css_selectors.png: Removed.
11229         * WebKitSite/blog-files/inspector/css_syntax_highlight.png: Removed.
11230         * WebKitSite/blog-files/inspector/deactivate_breakpoints.png: Removed.
11231         * WebKitSite/blog-files/inspector/dom_storage.png: Removed.
11232         * WebKitSite/blog-files/inspector/edit_attributes.png: Removed.
11233         * WebKitSite/blog-files/inspector/enable.png: Removed.
11234         * WebKitSite/blog-files/inspector/evaluate_on_hover.png: Removed.
11235         * WebKitSite/blog-files/inspector/evaluate_on_hover_2.png: Removed.
11236         * WebKitSite/blog-files/inspector/event_listeners.png: Removed.
11237         * WebKitSite/blog-files/inspector/form_data.png: Removed.
11238         * WebKitSite/blog-files/inspector/inherited_styles.png: Removed.
11239         * WebKitSite/blog-files/inspector/inline_highlight.png: Removed.
11240         * WebKitSite/blog-files/inspector/inorder.png: Removed.
11241         * WebKitSite/blog-files/inspector/inspect_inspector.png: Removed.
11242         * WebKitSite/blog-files/inspector/inspect_inspector_small.png: Removed.
11243         * WebKitSite/blog-files/inspector/large_dom.png: Removed.
11244         * WebKitSite/blog-files/inspector/large_resources.png: Removed.
11245         * WebKitSite/blog-files/inspector/load_lines.png: Removed.
11246         * WebKitSite/blog-files/inspector/nodelist.png: Removed.
11247         * WebKitSite/blog-files/inspector/pseudo_elements.png: Removed.
11248         * WebKitSite/blog-files/inspector/redirect_headers.png: Removed.
11249         * WebKitSite/blog-files/inspector/redirect_headers_full.png: Removed.
11250         * WebKitSite/blog-files/inspector/redirects.png: Removed.
11251         * WebKitSite/blog-files/inspector/redirects_full.png: Removed.
11252         * WebKitSite/blog-files/inspector/scope_bar.png: Removed.
11253         * WebKitSite/blog-files/inspector/timeline_overview.png: Removed.
11254         * WebKitSite/blog-files/inspector/timeline_panel.png: Removed.
11255         * WebKitSite/blog-files/inspector/timeline_record_details.png: Removed.
11256         * WebKitSite/blog-files/inspector/watched_expression.png: Removed.
11257         * WebKitSite/blog-files/kate-circle.png: Removed.
11258         * WebKitSite/blog-files/kate-gradient-rounded.png: Removed.
11259         * WebKitSite/blog-files/kate-gradient.png: Removed.
11260         * WebKitSite/blog-files/kate-reflected.png: Removed.
11261         * WebKitSite/blog-files/kate-vignette-mask.png: Removed.
11262         * WebKitSite/blog-files/kate.png: Removed.
11263         * WebKitSite/blog-files/leaves: Removed.
11264         * WebKitSite/blog-files/leaves-screenshot-small.jpg: Removed.
11265         * WebKitSite/blog-files/leaves-screenshot.jpg: Removed.
11266         * WebKitSite/blog-files/leaves/images: Removed.
11267         * WebKitSite/blog-files/leaves/images/apple-touch-icon.png: Removed.
11268         * WebKitSite/blog-files/leaves/images/backgroundLeaves.jpg: Removed.
11269         * WebKitSite/blog-files/leaves/images/realLeaf1.png: Removed.
11270         * WebKitSite/blog-files/leaves/images/realLeaf2.png: Removed.
11271         * WebKitSite/blog-files/leaves/images/realLeaf3.png: Removed.
11272         * WebKitSite/blog-files/leaves/images/realLeaf4.png: Removed.
11273         * WebKitSite/blog-files/leaves/images/textBackground.png: Removed.
11274         * WebKitSite/blog-files/leaves/index.html: Removed.
11275         * WebKitSite/blog-files/leaves/leaves.css: Removed.
11276         * WebKitSite/blog-files/leaves/leaves.js: Removed.
11277         * WebKitSite/blog-files/load-unload-example.html: Removed.
11278         * WebKitSite/blog-files/loader-diagram.svg: Removed.
11279         * WebKitSite/blog-files/maskspeedracer.png: Removed.
11280         * WebKitSite/blog-files/number-morph.svg: Removed.
11281         * WebKitSite/blog-files/pageshow-pagehide-example.html: Removed.
11282         * WebKitSite/blog-files/prototype-for-gebcn-test.js: Removed.
11283         * WebKitSite/blog-files/pulse.html: Removed.
11284         * WebKitSite/blog-files/pulse.png: Removed.
11285         * WebKitSite/blog-files/riemann-screenshot.png: Removed.
11286         * WebKitSite/blog-files/scrollbarpicture.png: Removed.
11287         * WebKitSite/blog-files/sfx-perf.png: Removed.
11288         * WebKitSite/blog-files/squirrelfish-link-animated.svg: Removed.
11289         * WebKitSite/blog-files/squirrelfish-webkit-graph.png: Removed.
11290         * WebKitSite/blog-files/squirrelfish.png: Removed.
11291         * WebKitSite/blog-files/timeline-blocking-script.png: Removed.
11292         * WebKitSite/blog-files/timeline-defer-script.png: Removed.
11293         * WebKitSite/blog-files/touch-poster.png: Removed.
11294         * WebKitSite/blog-files/vignette-mask.png: Removed.
11295         * WebKitSite/blog-files/webgl: Removed.
11296         * WebKitSite/blog-files/webgl/Earth.html: Removed.
11297         * WebKitSite/blog-files/webgl/ManyPlanetsDeep.html: Removed.
11298         * WebKitSite/blog-files/webgl/SpinningBox.html: Removed.
11299         * WebKitSite/blog-files/webgl/SpiritBox.html: Removed.
11300         * WebKitSite/blog-files/webgl/TeapotPerPixel.html: Removed.
11301         * WebKitSite/blog-files/webgl/TeapotPerVertex.html: Removed.
11302         * WebKitSite/blog-files/webgl/WebGL+CSS.html: Removed.
11303         * WebKitSite/blog-files/webgl/resources: Removed.
11304         * WebKitSite/blog-files/webgl/resources/BambooBridge.jpg: Removed.
11305         * WebKitSite/blog-files/webgl/resources/EarthThumb.jpg: Removed.
11306         * WebKitSite/blog-files/webgl/resources/J3DI.js: Removed.
11307         * WebKitSite/blog-files/webgl/resources/J3DIMath.js: Removed.
11308         * WebKitSite/blog-files/webgl/resources/ManyPlanetsDeepThumb.jpg: Removed.
11309         * WebKitSite/blog-files/webgl/resources/SpinningBoxThumb.jpg: Removed.
11310         * WebKitSite/blog-files/webgl/resources/SpiritBox.jpg: Removed.
11311         * WebKitSite/blog-files/webgl/resources/TeapotPerPixelThumb.jpg: Removed.
11312         * WebKitSite/blog-files/webgl/resources/TeapotPerVertexThumb.jpg: Removed.
11313         * WebKitSite/blog-files/webgl/resources/WebGL+CSSThumb.jpg: Removed.
11314         * WebKitSite/blog-files/webgl/resources/blogpost.css: Removed.
11315         * WebKitSite/blog-files/webgl/resources/earthmap1k.jpg: Removed.
11316         * WebKitSite/blog-files/webgl/resources/mars500x250.png: Removed.
11317         * WebKitSite/blog-files/webgl/resources/spirit.jpg: Removed.
11318         * WebKitSite/blog-files/webgl/resources/teapot.obj: Removed.
11319         * WebKitSite/blog-files/wsj-nopreload.png: Removed.
11320         * WebKitSite/blog-files/wsj-preload.png: Removed.
11321         * WebKitSite/blog-files/wsj-vs.png: Removed.
11322         * WebKitSite/blog/.htaccess: Removed.
11323         * WebKitSite/blog/index.php: Removed.
11324         * WebKitSite/blog/license.txt: Removed.
11325         * WebKitSite/blog/wp-admin: Removed.
11326         * WebKitSite/blog/wp-admin/admin-ajax.php: Removed.
11327         * WebKitSite/blog/wp-admin/admin-footer.php: Removed.
11328         * WebKitSite/blog/wp-admin/admin-functions.php: Removed.
11329         * WebKitSite/blog/wp-admin/admin-header.php: Removed.
11330         * WebKitSite/blog/wp-admin/admin-post.php: Removed.
11331         * WebKitSite/blog/wp-admin/admin.php: Removed.
11332         * WebKitSite/blog/wp-admin/async-upload.php: Removed.
11333         * WebKitSite/blog/wp-admin/categories.php: Removed.
11334         * WebKitSite/blog/wp-admin/comment.php: Removed.
11335         * WebKitSite/blog/wp-admin/css: Removed.
11336         * WebKitSite/blog/wp-admin/css/colors-classic-rtl.css: Removed.
11337         * WebKitSite/blog/wp-admin/css/colors-classic.css: Removed.
11338         * WebKitSite/blog/wp-admin/css/colors-fresh-rtl.css: Removed.
11339         * WebKitSite/blog/wp-admin/css/colors-fresh.css: Removed.
11340         * WebKitSite/blog/wp-admin/css/dashboard-rtl.css: Removed.
11341         * WebKitSite/blog/wp-admin/css/dashboard.css: Removed.
11342         * WebKitSite/blog/wp-admin/css/farbtastic-rtl.css: Removed.
11343         * WebKitSite/blog/wp-admin/css/farbtastic.css: Removed.
11344         * WebKitSite/blog/wp-admin/css/global-rtl.css: Removed.
11345         * WebKitSite/blog/wp-admin/css/global.css: Removed.
11346         * WebKitSite/blog/wp-admin/css/ie-rtl.css: Removed.
11347         * WebKitSite/blog/wp-admin/css/ie.css: Removed.
11348         * WebKitSite/blog/wp-admin/css/install-rtl.css: Removed.
11349         * WebKitSite/blog/wp-admin/css/install.css: Removed.
11350         * WebKitSite/blog/wp-admin/css/login-rtl.css: Removed.
11351         * WebKitSite/blog/wp-admin/css/login.css: Removed.
11352         * WebKitSite/blog/wp-admin/css/media-rtl.css: Removed.
11353         * WebKitSite/blog/wp-admin/css/media.css: Removed.
11354         * WebKitSite/blog/wp-admin/css/plugin-install-rtl.css: Removed.
11355         * WebKitSite/blog/wp-admin/css/plugin-install.css: Removed.
11356         * WebKitSite/blog/wp-admin/css/press-this-rtl.css: Removed.
11357         * WebKitSite/blog/wp-admin/css/press-this.css: Removed.
11358         * WebKitSite/blog/wp-admin/css/theme-editor-rtl.css: Removed.
11359         * WebKitSite/blog/wp-admin/css/theme-editor.css: Removed.
11360         * WebKitSite/blog/wp-admin/css/theme-install.css: Removed.
11361         * WebKitSite/blog/wp-admin/css/widgets-rtl.css: Removed.
11362         * WebKitSite/blog/wp-admin/css/widgets.css: Removed.
11363         * WebKitSite/blog/wp-admin/custom-header.php: Removed.
11364         * WebKitSite/blog/wp-admin/edit-attachment-rows.php: Removed.
11365         * WebKitSite/blog/wp-admin/edit-category-form.php: Removed.
11366         * WebKitSite/blog/wp-admin/edit-comments.php: Removed.
11367         * WebKitSite/blog/wp-admin/edit-form-advanced.php: Removed.
11368         * WebKitSite/blog/wp-admin/edit-form-comment.php: Removed.
11369         * WebKitSite/blog/wp-admin/edit-link-categories.php: Removed.
11370         * WebKitSite/blog/wp-admin/edit-link-category-form.php: Removed.
11371         * WebKitSite/blog/wp-admin/edit-link-form.php: Removed.
11372         * WebKitSite/blog/wp-admin/edit-page-form.php: Removed.
11373         * WebKitSite/blog/wp-admin/edit-pages.php: Removed.
11374         * WebKitSite/blog/wp-admin/edit-post-rows.php: Removed.
11375         * WebKitSite/blog/wp-admin/edit-tag-form.php: Removed.
11376         * WebKitSite/blog/wp-admin/edit-tags.php: Removed.
11377         * WebKitSite/blog/wp-admin/edit.php: Removed.
11378         * WebKitSite/blog/wp-admin/export.php: Removed.
11379         * WebKitSite/blog/wp-admin/gears-manifest.php: Removed.
11380         * WebKitSite/blog/wp-admin/images: Removed.
11381         * WebKitSite/blog/wp-admin/images/align-center.png: Removed.
11382         * WebKitSite/blog/wp-admin/images/align-left.png: Removed.
11383         * WebKitSite/blog/wp-admin/images/align-none.png: Removed.
11384         * WebKitSite/blog/wp-admin/images/align-right.png: Removed.
11385         * WebKitSite/blog/wp-admin/images/archive-link.png: Removed.
11386         * WebKitSite/blog/wp-admin/images/blue-grad.png: Removed.
11387         * WebKitSite/blog/wp-admin/images/browse-happy.gif: Removed.
11388         * WebKitSite/blog/wp-admin/images/bubble_bg-rtl.gif: Removed.
11389         * WebKitSite/blog/wp-admin/images/bubble_bg.gif: Removed.
11390         * WebKitSite/blog/wp-admin/images/button-grad-active-vs.png: Removed.
11391         * WebKitSite/blog/wp-admin/images/button-grad-active.png: Removed.
11392         * WebKitSite/blog/wp-admin/images/button-grad-vs.png: Removed.
11393         * WebKitSite/blog/wp-admin/images/button-grad.png: Removed.
11394         * WebKitSite/blog/wp-admin/images/comment-grey-bubble.png: Removed.
11395         * WebKitSite/blog/wp-admin/images/date-button.gif: Removed.
11396         * WebKitSite/blog/wp-admin/images/ed-bg-vs.gif: Removed.
11397         * WebKitSite/blog/wp-admin/images/ed-bg.gif: Removed.
11398         * WebKitSite/blog/wp-admin/images/fade-butt.png: Removed.
11399         * WebKitSite/blog/wp-admin/images/fav-arrow-rtl.gif: Removed.
11400         * WebKitSite/blog/wp-admin/images/fav-arrow-vs.gif: Removed.
11401         * WebKitSite/blog/wp-admin/images/fav-arrow.gif: Removed.
11402         * WebKitSite/blog/wp-admin/images/fav-top-vs.gif: Removed.
11403         * WebKitSite/blog/wp-admin/images/fav-top.png: Removed.
11404         * WebKitSite/blog/wp-admin/images/fav-vs.png: Removed.
11405         * WebKitSite/blog/wp-admin/images/fav.png: Removed.
11406         * WebKitSite/blog/wp-admin/images/generic.png: Removed.
11407         * WebKitSite/blog/wp-admin/images/gray-grad.png: Removed.
11408         * WebKitSite/blog/wp-admin/images/icons32-vs.png: Removed.
11409         * WebKitSite/blog/wp-admin/images/icons32.png: Removed.
11410         * WebKitSite/blog/wp-admin/images/list-vs.png: Removed.
11411         * WebKitSite/blog/wp-admin/images/list.png: Removed.
11412         * WebKitSite/blog/wp-admin/images/loading-publish.gif: Removed.
11413         * WebKitSite/blog/wp-admin/images/loading.gif: Removed.
11414         * WebKitSite/blog/wp-admin/images/logo-ghost.png: Removed.
11415         * WebKitSite/blog/wp-admin/images/logo-login.gif: Removed.
11416         * WebKitSite/blog/wp-admin/images/logo.gif: Removed.
11417         * WebKitSite/blog/wp-admin/images/marker.png: Removed.
11418         * WebKitSite/blog/wp-admin/images/mask.png: Removed.
11419         * WebKitSite/blog/wp-admin/images/media-button-image.gif: Removed.
11420         * WebKitSite/blog/wp-admin/images/media-button-music.gif: Removed.
11421         * WebKitSite/blog/wp-admin/images/media-button-other.gif: Removed.
11422         * WebKitSite/blog/wp-admin/images/media-button-video.gif: Removed.
11423         * WebKitSite/blog/wp-admin/images/menu-arrows.gif: Removed.
11424         * WebKitSite/blog/wp-admin/images/menu-bits-rtl-vs.gif: Removed.
11425         * WebKitSite/blog/wp-admin/images/menu-bits-rtl.gif: Removed.
11426         * WebKitSite/blog/wp-admin/images/menu-bits-vs.gif: Removed.
11427         * WebKitSite/blog/wp-admin/images/menu-bits.gif: Removed.
11428         * WebKitSite/blog/wp-admin/images/menu-dark-rtl.gif: Removed.
11429         * WebKitSite/blog/wp-admin/images/menu-dark.gif: Removed.
11430         * WebKitSite/blog/wp-admin/images/menu-vs.png: Removed.
11431         * WebKitSite/blog/wp-admin/images/menu.png: Removed.
11432         * WebKitSite/blog/wp-admin/images/no.png: Removed.
11433         * WebKitSite/blog/wp-admin/images/required.gif: Removed.
11434         * WebKitSite/blog/wp-admin/images/resize.gif: Removed.
11435         * WebKitSite/blog/wp-admin/images/screen-options-left.gif: Removed.
11436         * WebKitSite/blog/wp-admin/images/screen-options-right-up.gif: Removed.
11437         * WebKitSite/blog/wp-admin/images/screen-options-right.gif: Removed.
11438         * WebKitSite/blog/wp-admin/images/se.png: Removed.
11439         * WebKitSite/blog/wp-admin/images/star.gif: Removed.
11440         * WebKitSite/blog/wp-admin/images/toggle-arrow-rtl.gif: Removed.
11441         * WebKitSite/blog/wp-admin/images/toggle-arrow.gif: Removed.
11442         * WebKitSite/blog/wp-admin/images/visit-site-button-grad-vs.gif: Removed.
11443         * WebKitSite/blog/wp-admin/images/visit-site-button-grad.gif: Removed.
11444         * WebKitSite/blog/wp-admin/images/wheel.png: Removed.
11445         * WebKitSite/blog/wp-admin/images/white-grad-active.png: Removed.
11446         * WebKitSite/blog/wp-admin/images/white-grad.png: Removed.
11447         * WebKitSite/blog/wp-admin/images/wordpress-logo.png: Removed.
11448         * WebKitSite/blog/wp-admin/images/wp-logo-vs.gif: Removed.
11449         * WebKitSite/blog/wp-admin/images/wp-logo.gif: Removed.
11450         * WebKitSite/blog/wp-admin/images/wpspin_dark.gif: Removed.
11451         * WebKitSite/blog/wp-admin/images/wpspin_light.gif: Removed.
11452         * WebKitSite/blog/wp-admin/images/xit.gif: Removed.
11453         * WebKitSite/blog/wp-admin/images/yes.png: Removed.
11454         * WebKitSite/blog/wp-admin/import: Removed.
11455         * WebKitSite/blog/wp-admin/import.php: Removed.
11456         * WebKitSite/blog/wp-admin/import/blogger.php: Removed.
11457         * WebKitSite/blog/wp-admin/import/blogware.php: Removed.
11458         * WebKitSite/blog/wp-admin/import/dotclear.php: Removed.
11459         * WebKitSite/blog/wp-admin/import/greymatter.php: Removed.
11460         * WebKitSite/blog/wp-admin/import/livejournal.php: Removed.
11461         * WebKitSite/blog/wp-admin/import/mt.php: Removed.
11462         * WebKitSite/blog/wp-admin/import/opml.php: Removed.
11463         * WebKitSite/blog/wp-admin/import/rss.php: Removed.
11464         * WebKitSite/blog/wp-admin/import/stp.php: Removed.
11465         * WebKitSite/blog/wp-admin/import/textpattern.php: Removed.
11466         * WebKitSite/blog/wp-admin/import/utw.php: Removed.
11467         * WebKitSite/blog/wp-admin/import/wordpress.php: Removed.
11468         * WebKitSite/blog/wp-admin/import/wp-cat2tag.php: Removed.
11469         * WebKitSite/blog/wp-admin/includes: Removed.
11470         * WebKitSite/blog/wp-admin/includes/admin.php: Removed.
11471         * WebKitSite/blog/wp-admin/includes/bookmark.php: Removed.
11472         * WebKitSite/blog/wp-admin/includes/class-ftp-pure.php: Removed.
11473         * WebKitSite/blog/wp-admin/includes/class-ftp-sockets.php: Removed.
11474         * WebKitSite/blog/wp-admin/includes/class-ftp.php: Removed.
11475         * WebKitSite/blog/wp-admin/includes/class-pclzip.php: Removed.
11476         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-base.php: Removed.
11477         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-direct.php: Removed.
11478         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpext.php: Removed.
11479         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpsockets.php: Removed.
11480         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ssh2.php: Removed.
11481         * WebKitSite/blog/wp-admin/includes/class-wp-upgrader.php: Removed.
11482         * WebKitSite/blog/wp-admin/includes/comment.php: Removed.
11483         * WebKitSite/blog/wp-admin/includes/continents-cities.php: Removed.
11484         * WebKitSite/blog/wp-admin/includes/dashboard.php: Removed.
11485         * WebKitSite/blog/wp-admin/includes/export.php: Removed.
11486         * WebKitSite/blog/wp-admin/includes/file.php: Removed.
11487         * WebKitSite/blog/wp-admin/includes/image.php: Removed.
11488         * WebKitSite/blog/wp-admin/includes/import.php: Removed.
11489         * WebKitSite/blog/wp-admin/includes/manifest.php: Removed.
11490         * WebKitSite/blog/wp-admin/includes/media.php: Removed.
11491         * WebKitSite/blog/wp-admin/includes/misc.php: Removed.
11492         * WebKitSite/blog/wp-admin/includes/plugin-install.php: Removed.
11493         * WebKitSite/blog/wp-admin/includes/plugin.php: Removed.
11494         * WebKitSite/blog/wp-admin/includes/post.php: Removed.
11495         * WebKitSite/blog/wp-admin/includes/schema.php: Removed.
11496         * WebKitSite/blog/wp-admin/includes/taxonomy.php: Removed.
11497         * WebKitSite/blog/wp-admin/includes/template.php: Removed.
11498         * WebKitSite/blog/wp-admin/includes/theme-install.php: Removed.
11499         * WebKitSite/blog/wp-admin/includes/theme.php: Removed.
11500         * WebKitSite/blog/wp-admin/includes/update-core.php: Removed.
11501         * WebKitSite/blog/wp-admin/includes/update.php: Removed.
11502         * WebKitSite/blog/wp-admin/includes/upgrade.php: Removed.
11503         * WebKitSite/blog/wp-admin/includes/user.php: Removed.
11504         * WebKitSite/blog/wp-admin/includes/widgets.php: Removed.
11505         * WebKitSite/blog/wp-admin/index-extra.php: Removed.
11506         * WebKitSite/blog/wp-admin/index.php: Removed.
11507         * WebKitSite/blog/wp-admin/install-helper.php: Removed.
11508         * WebKitSite/blog/wp-admin/install.php: Removed.
11509         * WebKitSite/blog/wp-admin/js: Removed.
11510         * WebKitSite/blog/wp-admin/js/cat.dev.js: Removed.
11511         * WebKitSite/blog/wp-admin/js/cat.js: Removed.
11512         * WebKitSite/blog/wp-admin/js/categories.dev.js: Removed.
11513         * WebKitSite/blog/wp-admin/js/categories.js: Removed.
11514         * WebKitSite/blog/wp-admin/js/comment.dev.js: Removed.
11515         * WebKitSite/blog/wp-admin/js/comment.js: Removed.
11516         * WebKitSite/blog/wp-admin/js/common.dev.js: Removed.
11517         * WebKitSite/blog/wp-admin/js/common.js: Removed.
11518         * WebKitSite/blog/wp-admin/js/custom-fields.dev.js: Removed.
11519         * WebKitSite/blog/wp-admin/js/custom-fields.js: Removed.
11520         * WebKitSite/blog/wp-admin/js/dashboard.dev.js: Removed.
11521         * WebKitSite/blog/wp-admin/js/dashboard.js: Removed.
11522         * WebKitSite/blog/wp-admin/js/edit-comments.dev.js: Removed.
11523         * WebKitSite/blog/wp-admin/js/edit-comments.js: Removed.
11524         * WebKitSite/blog/wp-admin/js/editor.dev.js: Removed.
11525         * WebKitSite/blog/wp-admin/js/editor.js: Removed.
11526         * WebKitSite/blog/wp-admin/js/farbtastic.js: Removed.
11527         * WebKitSite/blog/wp-admin/js/gallery.dev.js: Removed.
11528         * WebKitSite/blog/wp-admin/js/gallery.js: Removed.
11529         * WebKitSite/blog/wp-admin/js/inline-edit-post.dev.js: Removed.
11530         * WebKitSite/blog/wp-admin/js/inline-edit-post.js: Removed.
11531         * WebKitSite/blog/wp-admin/js/inline-edit-tax.dev.js: Removed.
11532         * WebKitSite/blog/wp-admin/js/inline-edit-tax.js: Removed.
11533         * WebKitSite/blog/wp-admin/js/link.dev.js: Removed.
11534         * WebKitSite/blog/wp-admin/js/link.js: Removed.
11535         * WebKitSite/blog/wp-admin/js/media-upload.dev.js: Removed.
11536         * WebKitSite/blog/wp-admin/js/media-upload.js: Removed.
11537         * WebKitSite/blog/wp-admin/js/media.dev.js: Removed.
11538         * WebKitSite/blog/wp-admin/js/media.js: Removed.
11539         * WebKitSite/blog/wp-admin/js/page.dev.js: Removed.
11540         * WebKitSite/blog/wp-admin/js/page.js: Removed.
11541         * WebKitSite/blog/wp-admin/js/password-strength-meter.dev.js: Removed.
11542         * WebKitSite/blog/wp-admin/js/password-strength-meter.js: Removed.
11543         * WebKitSite/blog/wp-admin/js/plugin-install.dev.js: Removed.
11544         * WebKitSite/blog/wp-admin/js/plugin-install.js: Removed.
11545         * WebKitSite/blog/wp-admin/js/post.dev.js: Removed.
11546         * WebKitSite/blog/wp-admin/js/post.js: Removed.
11547         * WebKitSite/blog/wp-admin/js/postbox.dev.js: Removed.
11548         * WebKitSite/blog/wp-admin/js/postbox.js: Removed.
11549         * WebKitSite/blog/wp-admin/js/revisions-js.php: Removed.
11550         * WebKitSite/blog/wp-admin/js/slug.dev.js: Removed.
11551         * WebKitSite/blog/wp-admin/js/slug.js: Removed.
11552         * WebKitSite/blog/wp-admin/js/tags.dev.js: Removed.
11553         * WebKitSite/blog/wp-admin/js/tags.js: Removed.
11554         * WebKitSite/blog/wp-admin/js/theme-preview.dev.js: Removed.
11555         * WebKitSite/blog/wp-admin/js/theme-preview.js: Removed.
11556         * WebKitSite/blog/wp-admin/js/user-profile.dev.js: Removed.
11557         * WebKitSite/blog/wp-admin/js/user-profile.js: Removed.
11558         * WebKitSite/blog/wp-admin/js/utils.dev.js: Removed.
11559         * WebKitSite/blog/wp-admin/js/utils.js: Removed.
11560         * WebKitSite/blog/wp-admin/js/widgets.dev.js: Removed.
11561         * WebKitSite/blog/wp-admin/js/widgets.js: Removed.
11562         * WebKitSite/blog/wp-admin/js/word-count.dev.js: Removed.
11563         * WebKitSite/blog/wp-admin/js/word-count.js: Removed.
11564         * WebKitSite/blog/wp-admin/js/wp-gears.dev.js: Removed.
11565         * WebKitSite/blog/wp-admin/js/wp-gears.js: Removed.
11566         * WebKitSite/blog/wp-admin/js/xfn.dev.js: Removed.
11567         * WebKitSite/blog/wp-admin/js/xfn.js: Removed.
11568         * WebKitSite/blog/wp-admin/link-add.php: Removed.
11569         * WebKitSite/blog/wp-admin/link-category.php: Removed.
11570         * WebKitSite/blog/wp-admin/link-manager.php: Removed.
11571         * WebKitSite/blog/wp-admin/link-parse-opml.php: Removed.
11572         * WebKitSite/blog/wp-admin/link.php: Removed.
11573         * WebKitSite/blog/wp-admin/load-scripts.php: Removed.
11574         * WebKitSite/blog/wp-admin/load-styles.php: Removed.
11575         * WebKitSite/blog/wp-admin/media-new.php: Removed.
11576         * WebKitSite/blog/wp-admin/media-upload.php: Removed.
11577         * WebKitSite/blog/wp-admin/media.php: Removed.
11578         * WebKitSite/blog/wp-admin/menu-header.php: Removed.
11579         * WebKitSite/blog/wp-admin/menu.php: Removed.
11580         * WebKitSite/blog/wp-admin/moderation.php: Removed.
11581         * WebKitSite/blog/wp-admin/options-discussion.php: Removed.
11582         * WebKitSite/blog/wp-admin/options-general.php: Removed.
11583         * WebKitSite/blog/wp-admin/options-head.php: Removed.
11584         * WebKitSite/blog/wp-admin/options-media.php: Removed.
11585         * WebKitSite/blog/wp-admin/options-misc.php: Removed.
11586         * WebKitSite/blog/wp-admin/options-permalink.php: Removed.
11587         * WebKitSite/blog/wp-admin/options-privacy.php: Removed.
11588         * WebKitSite/blog/wp-admin/options-reading.php: Removed.
11589         * WebKitSite/blog/wp-admin/options-writing.php: Removed.
11590         * WebKitSite/blog/wp-admin/options.php: Removed.
11591         * WebKitSite/blog/wp-admin/page-new.php: Removed.
11592         * WebKitSite/blog/wp-admin/page.php: Removed.
11593         * WebKitSite/blog/wp-admin/plugin-editor.php: Removed.
11594         * WebKitSite/blog/wp-admin/plugin-install.php: Removed.
11595         * WebKitSite/blog/wp-admin/plugins.php: Removed.
11596         * WebKitSite/blog/wp-admin/post-new.php: Removed.
11597         * WebKitSite/blog/wp-admin/post.php: Removed.
11598         * WebKitSite/blog/wp-admin/press-this.php: Removed.
11599         * WebKitSite/blog/wp-admin/profile.php: Removed.
11600         * WebKitSite/blog/wp-admin/revision.php: Removed.
11601         * WebKitSite/blog/wp-admin/rtl.css: Removed.
11602         * WebKitSite/blog/wp-admin/setup-config.php: Removed.
11603         * WebKitSite/blog/wp-admin/sidebar.php: Removed.
11604         * WebKitSite/blog/wp-admin/theme-editor.php: Removed.
11605         * WebKitSite/blog/wp-admin/theme-install.php: Removed.
11606         * WebKitSite/blog/wp-admin/themes.php: Removed.
11607         * WebKitSite/blog/wp-admin/tools.php: Removed.
11608         * WebKitSite/blog/wp-admin/update-core.php: Removed.
11609         * WebKitSite/blog/wp-admin/update-links.php: Removed.
11610         * WebKitSite/blog/wp-admin/update.php: Removed.
11611         * WebKitSite/blog/wp-admin/upgrade-functions.php: Removed.
11612         * WebKitSite/blog/wp-admin/upgrade.php: Removed.
11613         * WebKitSite/blog/wp-admin/upload.php: Removed.
11614         * WebKitSite/blog/wp-admin/user-edit.php: Removed.
11615         * WebKitSite/blog/wp-admin/user-new.php: Removed.
11616         * WebKitSite/blog/wp-admin/users.php: Removed.
11617         * WebKitSite/blog/wp-admin/widgets.php: Removed.
11618         * WebKitSite/blog/wp-admin/wp-admin.css: Removed.
11619         * WebKitSite/blog/wp-app.php: Removed.
11620         * WebKitSite/blog/wp-atom.php: Removed.
11621         * WebKitSite/blog/wp-blog-header.php: Removed.
11622         * WebKitSite/blog/wp-comments-post.php: Removed.
11623         * WebKitSite/blog/wp-commentsrss2.php: Removed.
11624         * WebKitSite/blog/wp-config-sample.php: Removed.
11625         * WebKitSite/blog/wp-config.php: Removed.
11626         * WebKitSite/blog/wp-content: Removed.
11627         * WebKitSite/blog/wp-content/Picture9.png: Removed.
11628         * WebKitSite/blog/wp-content/cache: Removed.
11629         * WebKitSite/blog/wp-content/chrome.jpg: Removed.
11630         * WebKitSite/blog/wp-content/chucknorris.png: Removed.
11631         * WebKitSite/blog/wp-content/databaseexample.png: Removed.
11632         * WebKitSite/blog/wp-content/drosera.png: Removed.
11633         * WebKitSite/blog/wp-content/hitlist.png: Removed.
11634         * WebKitSite/blog/wp-content/index.php: Removed.
11635         * WebKitSite/blog/wp-content/plugins: Removed.
11636         * WebKitSite/blog/wp-content/plugins/SK2: Removed.
11637         * WebKitSite/blog/wp-content/plugins/SK2/sk2_plugins: Removed.
11638         * WebKitSite/blog/wp-content/plugins/akismet: Removed.
11639         * WebKitSite/blog/wp-content/plugins/akismet/akismet.gif: Removed.
11640         * WebKitSite/blog/wp-content/plugins/akismet/akismet.php: Removed.
11641         * WebKitSite/blog/wp-content/plugins/akismet/readme.txt: Removed.
11642         * WebKitSite/blog/wp-content/plugins/commentcontrol.php: Removed.
11643         * WebKitSite/blog/wp-content/plugins/hello.php: Removed.
11644         * WebKitSite/blog/wp-content/plugins/index.php: Removed.
11645         * WebKitSite/blog/wp-content/plugins/wp-cache: Removed.
11646         * WebKitSite/blog/wp-content/rotate.png: Removed.
11647         * WebKitSite/blog/wp-content/rotate.svg: Removed.
11648         * WebKitSite/blog/wp-content/svgtext.png: Removed.
11649         * WebKitSite/blog/wp-content/svgtextmini.png: Removed.
11650         * WebKitSite/blog/wp-content/svgtextmini_01.png: Removed.
11651         * WebKitSite/blog/wp-content/textfield_screenshot.jpg: Removed.
11652         * WebKitSite/blog/wp-content/themes: Removed.
11653         * WebKitSite/blog/wp-content/themes/classic: Removed.
11654         * WebKitSite/blog/wp-content/themes/classic/comments-popup.php: Removed.
11655         * WebKitSite/blog/wp-content/themes/classic/comments.php: Removed.
11656         * WebKitSite/blog/wp-content/themes/classic/footer.php: Removed.
11657         * WebKitSite/blog/wp-content/themes/classic/functions.php: Removed.
11658         * WebKitSite/blog/wp-content/themes/classic/header.php: Removed.
11659         * WebKitSite/blog/wp-content/themes/classic/index.php: Removed.
11660         * WebKitSite/blog/wp-content/themes/classic/rtl.css: Removed.
11661         * WebKitSite/blog/wp-content/themes/classic/screenshot.png: Removed.
11662         * WebKitSite/blog/wp-content/themes/classic/sidebar.php: Removed.
11663         * WebKitSite/blog/wp-content/themes/classic/style.css: Removed.
11664         * WebKitSite/blog/wp-content/themes/default: Removed.
11665         * WebKitSite/blog/wp-content/themes/default/404.php: Removed.
11666         * WebKitSite/blog/wp-content/themes/default/archive.php: Removed.
11667         * WebKitSite/blog/wp-content/themes/default/archives.php: Removed.
11668         * WebKitSite/blog/wp-content/themes/default/comments-popup.php: Removed.
11669         * WebKitSite/blog/wp-content/themes/default/comments.php: Removed.
11670         * WebKitSite/blog/wp-content/themes/default/footer.php: Removed.
11671         * WebKitSite/blog/wp-content/themes/default/functions.php: Removed.
11672         * WebKitSite/blog/wp-content/themes/default/header.php: Removed.
11673         * WebKitSite/blog/wp-content/themes/default/image.php: Removed.
11674         * WebKitSite/blog/wp-content/themes/default/images: Removed.
11675         * WebKitSite/blog/wp-content/themes/default/images/audio.jpg: Removed.
11676         * WebKitSite/blog/wp-content/themes/default/images/header-img.php: Removed.
11677         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-ltr.jpg: Removed.
11678         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-rtl.jpg: Removed.
11679         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
11680         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
11681         * WebKitSite/blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
11682         * WebKitSite/blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
11683         * WebKitSite/blog/wp-content/themes/default/index.php: Removed.
11684         * WebKitSite/blog/wp-content/themes/default/links.php: Removed.
11685         * WebKitSite/blog/wp-content/themes/default/page.php: Removed.
11686         * WebKitSite/blog/wp-content/themes/default/rtl.css: Removed.
11687         * WebKitSite/blog/wp-content/themes/default/screenshot.png: Removed.
11688         * WebKitSite/blog/wp-content/themes/default/search.php: Removed.
11689         * WebKitSite/blog/wp-content/themes/default/sidebar.php: Removed.
11690         * WebKitSite/blog/wp-content/themes/default/single.php: Removed.
11691         * WebKitSite/blog/wp-content/themes/default/style.css: Removed.
11692         * WebKitSite/blog/wp-content/themes/index.php: Removed.
11693         * WebKitSite/blog/wp-content/themes/webkit: Removed.
11694         * WebKitSite/blog/wp-content/themes/webkit/404.php: Removed.
11695         * WebKitSite/blog/wp-content/themes/webkit/archive.php: Removed.
11696         * WebKitSite/blog/wp-content/themes/webkit/archives.php: Removed.
11697         * WebKitSite/blog/wp-content/themes/webkit/comments-popup.php: Removed.
11698         * WebKitSite/blog/wp-content/themes/webkit/comments.php: Removed.
11699         * WebKitSite/blog/wp-content/themes/webkit/footer.php: Removed.
11700         * WebKitSite/blog/wp-content/themes/webkit/header.php: Removed.
11701         * WebKitSite/blog/wp-content/themes/webkit/index.php: Removed.
11702         * WebKitSite/blog/wp-content/themes/webkit/links.php: Removed.
11703         * WebKitSite/blog/wp-content/themes/webkit/page.php: Removed.
11704         * WebKitSite/blog/wp-content/themes/webkit/search.php: Removed.
11705         * WebKitSite/blog/wp-content/themes/webkit/searchform.php: Removed.
11706         * WebKitSite/blog/wp-content/themes/webkit/sidebar.php: Removed.
11707         * WebKitSite/blog/wp-content/themes/webkit/single.php: Removed.
11708         * WebKitSite/blog/wp-content/themes/webkit/style.css: Removed.
11709         * WebKitSite/blog/wp-content/uploads: Removed.
11710         * WebKitSite/blog/wp-content/uploads/2007: Removed.
11711         * WebKitSite/blog/wp-content/uploads/2007/06: Removed.
11712         * WebKitSite/blog/wp-content/uploads/2007/06/newinspector.png: Removed.
11713         * WebKitSite/blog/wp-content/webInspector.png: Removed.
11714         * WebKitSite/blog/wp-cron.php: Removed.
11715         * WebKitSite/blog/wp-feed.php: Removed.
11716         * WebKitSite/blog/wp-images: Removed.
11717         * WebKitSite/blog/wp-images/smilies: Removed.
11718         * WebKitSite/blog/wp-includes: Removed.
11719         * WebKitSite/blog/wp-includes/Text: Removed.
11720         * WebKitSite/blog/wp-includes/Text/Diff: Removed.
11721         * WebKitSite/blog/wp-includes/Text/Diff.php: Removed.
11722         * WebKitSite/blog/wp-includes/Text/Diff/Engine: Removed.
11723         * WebKitSite/blog/wp-includes/Text/Diff/Engine/native.php: Removed.
11724         * WebKitSite/blog/wp-includes/Text/Diff/Engine/shell.php: Removed.
11725         * WebKitSite/blog/wp-includes/Text/Diff/Engine/string.php: Removed.
11726         * WebKitSite/blog/wp-includes/Text/Diff/Engine/xdiff.php: Removed.
11727         * WebKitSite/blog/wp-includes/Text/Diff/Renderer: Removed.
11728         * WebKitSite/blog/wp-includes/Text/Diff/Renderer.php: Removed.
11729         * WebKitSite/blog/wp-includes/Text/Diff/Renderer/inline.php: Removed.
11730         * WebKitSite/blog/wp-includes/atomlib.php: Removed.
11731         * WebKitSite/blog/wp-includes/author-template.php: Removed.
11732         * WebKitSite/blog/wp-includes/bookmark-template.php: Removed.
11733         * WebKitSite/blog/wp-includes/bookmark.php: Removed.
11734         * WebKitSite/blog/wp-includes/cache.php: Removed.
11735         * WebKitSite/blog/wp-includes/canonical.php: Removed.
11736         * WebKitSite/blog/wp-includes/capabilities.php: Removed.
11737         * WebKitSite/blog/wp-includes/category-template.php: Removed.
11738         * WebKitSite/blog/wp-includes/category.php: Removed.
11739         * WebKitSite/blog/wp-includes/class-IXR.php: Removed.
11740         * WebKitSite/blog/wp-includes/class-feed.php: Removed.
11741         * WebKitSite/blog/wp-includes/class-phpass.php: Removed.
11742         * WebKitSite/blog/wp-includes/class-phpmailer.php: Removed.
11743         * WebKitSite/blog/wp-includes/class-pop3.php: Removed.
11744         * WebKitSite/blog/wp-includes/class-simplepie.php: Removed.
11745         * WebKitSite/blog/wp-includes/class-smtp.php: Removed.
11746         * WebKitSite/blog/wp-includes/class-snoopy.php: Removed.
11747         * WebKitSite/blog/wp-includes/class.wp-dependencies.php: Removed.
11748         * WebKitSite/blog/wp-includes/class.wp-scripts.php: Removed.
11749         * WebKitSite/blog/wp-includes/class.wp-styles.php: Removed.
11750         * WebKitSite/blog/wp-includes/classes.php: Removed.
11751         * WebKitSite/blog/wp-includes/comment-template.php: Removed.
11752         * WebKitSite/blog/wp-includes/comment.php: Removed.
11753         * WebKitSite/blog/wp-includes/compat.php: Removed.
11754         * WebKitSite/blog/wp-includes/cron.php: Removed.
11755         * WebKitSite/blog/wp-includes/default-filters.php: Removed.
11756         * WebKitSite/blog/wp-includes/default-widgets.php: Removed.
11757         * WebKitSite/blog/wp-includes/deprecated.php: Removed.
11758         * WebKitSite/blog/wp-includes/feed-atom-comments.php: Removed.
11759         * WebKitSite/blog/wp-includes/feed-atom.php: Removed.
11760         * WebKitSite/blog/wp-includes/feed-rdf.php: Removed.
11761         * WebKitSite/blog/wp-includes/feed-rss.php: Removed.
11762         * WebKitSite/blog/wp-includes/feed-rss2-comments.php: Removed.
11763         * WebKitSite/blog/wp-includes/feed-rss2.php: Removed.
11764         * WebKitSite/blog/wp-includes/feed.php: Removed.
11765         * WebKitSite/blog/wp-includes/formatting.php: Removed.
11766         * WebKitSite/blog/wp-includes/functions.php: Removed.
11767         * WebKitSite/blog/wp-includes/functions.wp-scripts.php: Removed.
11768         * WebKitSite/blog/wp-includes/functions.wp-styles.php: Removed.
11769         * WebKitSite/blog/wp-includes/general-template.php: Removed.
11770         * WebKitSite/blog/wp-includes/gettext.php: Removed.
11771         * WebKitSite/blog/wp-includes/http.php: Removed.
11772         * WebKitSite/blog/wp-includes/images: Removed.
11773         * WebKitSite/blog/wp-includes/images/blank.gif: Removed.
11774         * WebKitSite/blog/wp-includes/images/crystal: Removed.
11775         * WebKitSite/blog/wp-includes/images/crystal/archive.png: Removed.
11776         * WebKitSite/blog/wp-includes/images/crystal/audio.png: Removed.
11777         * WebKitSite/blog/wp-includes/images/crystal/code.png: Removed.
11778         * WebKitSite/blog/wp-includes/images/crystal/default.png: Removed.
11779         * WebKitSite/blog/wp-includes/images/crystal/document.png: Removed.
11780         * WebKitSite/blog/wp-includes/images/crystal/interactive.png: Removed.
11781         * WebKitSite/blog/wp-includes/images/crystal/license.txt: Removed.
11782         * WebKitSite/blog/wp-includes/images/crystal/spreadsheet.png: Removed.
11783         * WebKitSite/blog/wp-includes/images/crystal/text.png: Removed.
11784         * WebKitSite/blog/wp-includes/images/crystal/video.png: Removed.
11785         * WebKitSite/blog/wp-includes/images/rss.png: Removed.
11786         * WebKitSite/blog/wp-includes/images/smilies: Removed.
11787         * WebKitSite/blog/wp-includes/images/smilies/icon_arrow.gif: Removed.
11788         * WebKitSite/blog/wp-includes/images/smilies/icon_biggrin.gif: Removed.
11789         * WebKitSite/blog/wp-includes/images/smilies/icon_confused.gif: Removed.
11790         * WebKitSite/blog/wp-includes/images/smilies/icon_cool.gif: Removed.
11791         * WebKitSite/blog/wp-includes/images/smilies/icon_cry.gif: Removed.
11792         * WebKitSite/blog/wp-includes/images/smilies/icon_eek.gif: Removed.
11793         * WebKitSite/blog/wp-includes/images/smilies/icon_evil.gif: Removed.
11794         * WebKitSite/blog/wp-includes/images/smilies/icon_exclaim.gif: Removed.
11795         * WebKitSite/blog/wp-includes/images/smilies/icon_idea.gif: Removed.
11796         * WebKitSite/blog/wp-includes/images/smilies/icon_lol.gif: Removed.
11797         * WebKitSite/blog/wp-includes/images/smilies/icon_mad.gif: Removed.
11798         * WebKitSite/blog/wp-includes/images/smilies/icon_mrgreen.gif: Removed.
11799         * WebKitSite/blog/wp-includes/images/smilies/icon_neutral.gif: Removed.
11800         * WebKitSite/blog/wp-includes/images/smilies/icon_question.gif: Removed.
11801         * WebKitSite/blog/wp-includes/images/smilies/icon_razz.gif: Removed.
11802         * WebKitSite/blog/wp-includes/images/smilies/icon_redface.gif: Removed.
11803         * WebKitSite/blog/wp-includes/images/smilies/icon_rolleyes.gif: Removed.
11804         * WebKitSite/blog/wp-includes/images/smilies/icon_sad.gif: Removed.
11805         * WebKitSite/blog/wp-includes/images/smilies/icon_smile.gif: Removed.
11806         * WebKitSite/blog/wp-includes/images/smilies/icon_surprised.gif: Removed.
11807         * WebKitSite/blog/wp-includes/images/smilies/icon_twisted.gif: Removed.
11808         * WebKitSite/blog/wp-includes/images/smilies/icon_wink.gif: Removed.
11809         * WebKitSite/blog/wp-includes/images/upload.png: Removed.
11810         * WebKitSite/blog/wp-includes/images/wlw: Removed.
11811         * WebKitSite/blog/wp-includes/images/wlw/wp-comments.png: Removed.
11812         * WebKitSite/blog/wp-includes/images/wlw/wp-icon.png: Removed.
11813         * WebKitSite/blog/wp-includes/images/wlw/wp-watermark.png: Removed.
11814         * WebKitSite/blog/wp-includes/js: Removed.
11815         * WebKitSite/blog/wp-includes/js/autosave.dev.js: Removed.
11816         * WebKitSite/blog/wp-includes/js/autosave.js: Removed.
11817         * WebKitSite/blog/wp-includes/js/codepress: Removed.
11818         * WebKitSite/blog/wp-includes/js/codepress/codepress.css: Removed.
11819         * WebKitSite/blog/wp-includes/js/codepress/codepress.html: Removed.
11820         * WebKitSite/blog/wp-includes/js/codepress/codepress.js: Removed.
11821         * WebKitSite/blog/wp-includes/js/codepress/engines: Removed.
11822         * WebKitSite/blog/wp-includes/js/codepress/engines/gecko.js: Removed.
11823         * WebKitSite/blog/wp-includes/js/codepress/engines/khtml.js: Removed.
11824         * WebKitSite/blog/wp-includes/js/codepress/engines/msie.js: Removed.
11825         * WebKitSite/blog/wp-includes/js/codepress/engines/older.js: Removed.
11826         * WebKitSite/blog/wp-includes/js/codepress/engines/opera.js: Removed.
11827         * WebKitSite/blog/wp-includes/js/codepress/images: Removed.
11828         * WebKitSite/blog/wp-includes/js/codepress/images/line-numbers.png: Removed.
11829         * WebKitSite/blog/wp-includes/js/codepress/languages: Removed.
11830         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.css: Removed.
11831         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.js: Removed.
11832         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.css: Removed.
11833         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.js: Removed.
11834         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.css: Removed.
11835         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.js: Removed.
11836         * WebKitSite/blog/wp-includes/js/codepress/languages/css.css: Removed.
11837         * WebKitSite/blog/wp-includes/js/codepress/languages/css.js: Removed.
11838         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.css: Removed.
11839         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.js: Removed.
11840         * WebKitSite/blog/wp-includes/js/codepress/languages/html.css: Removed.
11841         * WebKitSite/blog/wp-includes/js/codepress/languages/html.js: Removed.
11842         * WebKitSite/blog/wp-includes/js/codepress/languages/java.css: Removed.
11843         * WebKitSite/blog/wp-includes/js/codepress/languages/java.js: Removed.
11844         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.css: Removed.
11845         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.js: Removed.
11846         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.css: Removed.
11847         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.js: Removed.
11848         * WebKitSite/blog/wp-includes/js/codepress/languages/php.css: Removed.
11849         * WebKitSite/blog/wp-includes/js/codepress/languages/php.js: Removed.
11850         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.css: Removed.
11851         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.js: Removed.
11852         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.css: Removed.
11853         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.js: Removed.
11854         * WebKitSite/blog/wp-includes/js/codepress/languages/text.css: Removed.
11855         * WebKitSite/blog/wp-includes/js/codepress/languages/text.js: Removed.
11856         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.css: Removed.
11857         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.js: Removed.
11858         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.css: Removed.
11859         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.js: Removed.
11860         * WebKitSite/blog/wp-includes/js/codepress/license.txt: Removed.
11861         * WebKitSite/blog/wp-includes/js/colorpicker.dev.js: Removed.
11862         * WebKitSite/blog/wp-includes/js/colorpicker.js: Removed.
11863         * WebKitSite/blog/wp-includes/js/comment-reply.dev.js: Removed.
11864         * WebKitSite/blog/wp-includes/js/comment-reply.js: Removed.
11865         * WebKitSite/blog/wp-includes/js/crop: Removed.
11866         * WebKitSite/blog/wp-includes/js/crop/cropper.css: Removed.
11867         * WebKitSite/blog/wp-includes/js/crop/cropper.js: Removed.
11868         * WebKitSite/blog/wp-includes/js/crop/marqueeHoriz.gif: Removed.
11869         * WebKitSite/blog/wp-includes/js/crop/marqueeVert.gif: Removed.
11870         * WebKitSite/blog/wp-includes/js/hoverIntent.dev.js: Removed.
11871         * WebKitSite/blog/wp-includes/js/hoverIntent.js: Removed.
11872         * WebKitSite/blog/wp-includes/js/jcrop: Removed.
11873         * WebKitSite/blog/wp-includes/js/jcrop/Jcrop.gif: Removed.
11874         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.css: Removed.
11875         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.dev.js: Removed.
11876         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.js: Removed.
11877         * WebKitSite/blog/wp-includes/js/jquery: Removed.
11878         * WebKitSite/blog/wp-includes/js/jquery/interface.js: Removed.
11879         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.dev.js: Removed.
11880         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.js: Removed.
11881         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.dev.js: Removed.
11882         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.js: Removed.
11883         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.dev.js: Removed.
11884         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.js: Removed.
11885         * WebKitSite/blog/wp-includes/js/jquery/jquery.js: Removed.
11886         * WebKitSite/blog/wp-includes/js/jquery/jquery.schedule.js: Removed.
11887         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.dev.js: Removed.
11888         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.js: Removed.
11889         * WebKitSite/blog/wp-includes/js/jquery/suggest.dev.js: Removed.
11890         * WebKitSite/blog/wp-includes/js/jquery/suggest.js: Removed.
11891         * WebKitSite/blog/wp-includes/js/jquery/ui.core.js: Removed.
11892         * WebKitSite/blog/wp-includes/js/jquery/ui.dialog.js: Removed.
11893         * WebKitSite/blog/wp-includes/js/jquery/ui.draggable.js: Removed.
11894         * WebKitSite/blog/wp-includes/js/jquery/ui.droppable.js: Removed.
11895         * WebKitSite/blog/wp-includes/js/jquery/ui.resizable.js: Removed.
11896         * WebKitSite/blog/wp-includes/js/jquery/ui.selectable.js: Removed.
11897         * WebKitSite/blog/wp-includes/js/jquery/ui.sortable.js: Removed.
11898         * WebKitSite/blog/wp-includes/js/jquery/ui.tabs.js: Removed.
11899         * WebKitSite/blog/wp-includes/js/prototype.js: Removed.
11900         * WebKitSite/blog/wp-includes/js/quicktags.dev.js: Removed.
11901         * WebKitSite/blog/wp-includes/js/quicktags.js: Removed.
11902         * WebKitSite/blog/wp-includes/js/scriptaculous: Removed.
11903         * WebKitSite/blog/wp-includes/js/scriptaculous/MIT-LICENSE: Removed.
11904         * WebKitSite/blog/wp-includes/js/scriptaculous/builder.js: Removed.
11905         * WebKitSite/blog/wp-includes/js/scriptaculous/controls.js: Removed.
11906         * WebKitSite/blog/wp-includes/js/scriptaculous/dragdrop.js: Removed.
11907         * WebKitSite/blog/wp-includes/js/scriptaculous/effects.js: Removed.
11908         * WebKitSite/blog/wp-includes/js/scriptaculous/prototype.js: Removed.
11909         * WebKitSite/blog/wp-includes/js/scriptaculous/scriptaculous.js: Removed.
11910         * WebKitSite/blog/wp-includes/js/scriptaculous/slider.js: Removed.
11911         * WebKitSite/blog/wp-includes/js/scriptaculous/sound.js: Removed.
11912         * WebKitSite/blog/wp-includes/js/scriptaculous/unittest.js: Removed.
11913         * WebKitSite/blog/wp-includes/js/scriptaculous/wp-scriptaculous.js: Removed.
11914         * WebKitSite/blog/wp-includes/js/swfobject.js: Removed.
11915         * WebKitSite/blog/wp-includes/js/swfupload: Removed.
11916         * WebKitSite/blog/wp-includes/js/swfupload/handlers.dev.js: Removed.
11917         * WebKitSite/blog/wp-includes/js/swfupload/handlers.js: Removed.
11918         * WebKitSite/blog/wp-includes/js/swfupload/plugins: Removed.
11919         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.cookies.js: Removed.
11920         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.queue.js: Removed.
11921         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.speed.js: Removed.
11922         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.swfobject.js: Removed.
11923         * WebKitSite/blog/wp-includes/js/swfupload/swfupload-all.js: Removed.
11924         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.js: Removed.
11925         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.swf: Removed.
11926         * WebKitSite/blog/wp-includes/js/thickbox: Removed.
11927         * WebKitSite/blog/wp-includes/js/thickbox/loadingAnimation.gif: Removed.
11928         * WebKitSite/blog/wp-includes/js/thickbox/macFFBgHack.png: Removed.
11929         * WebKitSite/blog/wp-includes/js/thickbox/tb-close.png: Removed.
11930         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.css: Removed.
11931         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.js: Removed.
11932         * WebKitSite/blog/wp-includes/js/tinymce: Removed.
11933         * WebKitSite/blog/wp-includes/js/tinymce/blank.htm: Removed.
11934         * WebKitSite/blog/wp-includes/js/tinymce/langs: Removed.
11935         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs-en.js: Removed.
11936         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs.php: Removed.
11937         * WebKitSite/blog/wp-includes/js/tinymce/license.txt: Removed.
11938         * WebKitSite/blog/wp-includes/js/tinymce/plugins: Removed.
11939         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave: Removed.
11940         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave/langs: Removed.
11941         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality: Removed.
11942         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/editor_plugin.js: Removed.
11943         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/images: Removed.
11944         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/langs: Removed.
11945         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
11946         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/editor_plugin.js: Removed.
11947         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm: Removed.
11948         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
11949         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/css: Removed.
11950         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js: Removed.
11951         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/images: Removed.
11952         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/jscripts: Removed.
11953         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
11954         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
11955         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
11956         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif: Removed.
11957         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif: Removed.
11958         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif: Removed.
11959         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif: Removed.
11960         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif: Removed.
11961         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/drag.gif: Removed.
11962         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif: Removed.
11963         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif: Removed.
11964         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css: Removed.
11965         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/template.htm: Removed.
11966         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media: Removed.
11967         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css: Removed.
11968         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/content.css: Removed.
11969         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/media.css: Removed.
11970         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/editor_plugin.js: Removed.
11971         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img: Removed.
11972         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flash.gif: Removed.
11973         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flv_player.swf: Removed.
11974         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/quicktime.gif: Removed.
11975         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/realmedia.gif: Removed.
11976         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/shockwave.gif: Removed.
11977         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/trans.gif: Removed.
11978         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/windowsmedia.gif: Removed.
11979         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js: Removed.
11980         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/embed.js: Removed.
11981         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/media.js: Removed.
11982         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/media.htm: Removed.
11983         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste: Removed.
11984         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/blank.htm: Removed.
11985         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/css: Removed.
11986         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/editor_plugin.js: Removed.
11987         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/images: Removed.
11988         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
11989         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pastetext.js: Removed.
11990         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pasteword.js: Removed.
11991         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/jscripts: Removed.
11992         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/langs: Removed.
11993         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pastetext.htm: Removed.
11994         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pasteword.htm: Removed.
11995         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari: Removed.
11996         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/blank.htm: Removed.
11997         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/editor_plugin.js: Removed.
11998         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
11999         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
12000         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php: Removed.
12001         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php: Removed.
12002         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php: Removed.
12003         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php: Removed.
12004         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php: Removed.
12005         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
12006         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php: Removed.
12007         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php: Removed.
12008         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/config.php: Removed.
12009         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
12010         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css/content.css: Removed.
12011         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js: Removed.
12012         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/images: Removed.
12013         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
12014         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img/wline.gif: Removed.
12015         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
12016         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes/general.php: Removed.
12017         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/langs: Removed.
12018         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/rpc.php: Removed.
12019         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
12020         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus/editor_plugin.js: Removed.
12021         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
12022         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
12023         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css/content.css: Removed.
12024         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.dev.js: Removed.
12025         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js: Removed.
12026         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/images: Removed.
12027         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
12028         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/audio.gif: Removed.
12029         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/help.gif: Removed.
12030         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/image.gif: Removed.
12031         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/media.gif: Removed.
12032         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more.gif: Removed.
12033         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more_bug.gif: Removed.
12034         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page.gif: Removed.
12035         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page_bug.gif: Removed.
12036         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/toolbars.gif: Removed.
12037         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif: Removed.
12038         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/video.gif: Removed.
12039         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/langs: Removed.
12040         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
12041         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
12042         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage-rtl.css: Removed.
12043         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css: Removed.
12044         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editimage.html: Removed.
12045         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.dev.js: Removed.
12046         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js: Removed.
12047         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
12048         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Removed.
12049         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Removed.
12050         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
12051         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js: Removed.
12052         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
12053         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js: Removed.
12054         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js: Removed.
12055         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
12056         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Removed.
12057         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Removed.
12058         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Removed.
12059         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/t.gif: Removed.
12060         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp: Removed.
12061         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/images: Removed.
12062         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/langs: Removed.
12063         * WebKitSite/blog/wp-includes/js/tinymce/themes: Removed.
12064         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced: Removed.
12065         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/about.htm: Removed.
12066         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/anchor.htm: Removed.
12067         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/charmap.htm: Removed.
12068         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/color_picker.htm: Removed.
12069         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/css: Removed.
12070         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/editor_template.js: Removed.
12071         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/image.htm: Removed.
12072         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images: Removed.
12073         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images/xp: Removed.
12074         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
12075         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/colorpicker.jpg: Removed.
12076         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/fm.gif: Removed.
12077         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Removed.
12078         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/icons.gif: Removed.
12079         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Removed.
12080         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
12081         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/about.js: Removed.
12082         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/anchor.js: Removed.
12083         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/charmap.js: Removed.
12084         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/color_picker.js: Removed.
12085         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/image.js: Removed.
12086         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/link.js: Removed.
12087         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/source_editor.js: Removed.
12088         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/jscripts: Removed.
12089         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/langs: Removed.
12090         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/link.htm: Removed.
12091         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
12092         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
12093         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/content.css: Removed.
12094         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/dialog.css: Removed.
12095         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
12096         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Removed.
12097         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/items.gif: Removed.
12098         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif: Removed.
12099         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_check.gif: Removed.
12100         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/progress.gif: Removed.
12101         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/tabs.gif: Removed.
12102         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/ui.css: Removed.
12103         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
12104         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/content.css: Removed.
12105         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css: Removed.
12106         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
12107         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Removed.
12108         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Removed.
12109         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Removed.
12110         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui.css: Removed.
12111         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_black.css: Removed.
12112         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_silver.css: Removed.
12113         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
12114         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css: Removed.
12115         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css: Removed.
12116         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
12117         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Removed.
12118         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Removed.
12119         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/down_arrow.gif: Removed.
12120         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/fade-butt.png: Removed.
12121         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/separator.gif: Removed.
12122         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/tabs.gif: Removed.
12123         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css: Removed.
12124         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/source_editor.htm: Removed.
12125         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce.js: Removed.
12126         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce_popup.js: Removed.
12127         * WebKitSite/blog/wp-includes/js/tinymce/utils: Removed.
12128         * WebKitSite/blog/wp-includes/js/tinymce/utils/editable_selects.js: Removed.
12129         * WebKitSite/blog/wp-includes/js/tinymce/utils/form_utils.js: Removed.
12130         * WebKitSite/blog/wp-includes/js/tinymce/utils/mctabs.js: Removed.
12131         * WebKitSite/blog/wp-includes/js/tinymce/utils/validate.js: Removed.
12132         * WebKitSite/blog/wp-includes/js/tinymce/wp-mce-help.php: Removed.
12133         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js: Removed.
12134         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js.gz: Removed.
12135         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.php: Removed.
12136         * WebKitSite/blog/wp-includes/js/tw-sack.dev.js: Removed.
12137         * WebKitSite/blog/wp-includes/js/tw-sack.js: Removed.
12138         * WebKitSite/blog/wp-includes/js/wp-ajax-response.dev.js: Removed.
12139         * WebKitSite/blog/wp-includes/js/wp-ajax-response.js: Removed.
12140         * WebKitSite/blog/wp-includes/js/wp-lists.dev.js: Removed.
12141         * WebKitSite/blog/wp-includes/js/wp-lists.js: Removed.
12142         * WebKitSite/blog/wp-includes/kses.php: Removed.
12143         * WebKitSite/blog/wp-includes/l10n.php: Removed.
12144         * WebKitSite/blog/wp-includes/link-template.php: Removed.
12145         * WebKitSite/blog/wp-includes/locale.php: Removed.
12146         * WebKitSite/blog/wp-includes/media.php: Removed.
12147         * WebKitSite/blog/wp-includes/pluggable.php: Removed.
12148         * WebKitSite/blog/wp-includes/plugin.php: Removed.
12149         * WebKitSite/blog/wp-includes/pomo: Removed.
12150         * WebKitSite/blog/wp-includes/pomo/entry.php: Removed.
12151         * WebKitSite/blog/wp-includes/pomo/mo.php: Removed.
12152         * WebKitSite/blog/wp-includes/pomo/po.php: Removed.
12153         * WebKitSite/blog/wp-includes/pomo/streams.php: Removed.
12154         * WebKitSite/blog/wp-includes/pomo/translations.php: Removed.
12155         * WebKitSite/blog/wp-includes/post-template.php: Removed.
12156         * WebKitSite/blog/wp-includes/post.php: Removed.
12157         * WebKitSite/blog/wp-includes/query.php: Removed.
12158         * WebKitSite/blog/wp-includes/registration-functions.php: Removed.
12159         * WebKitSite/blog/wp-includes/registration.php: Removed.
12160         * WebKitSite/blog/wp-includes/rewrite.php: Removed.
12161         * WebKitSite/blog/wp-includes/rss-functions.php: Removed.
12162         * WebKitSite/blog/wp-includes/rss.php: Removed.
12163         * WebKitSite/blog/wp-includes/script-loader.php: Removed.
12164         * WebKitSite/blog/wp-includes/shortcodes.php: Removed.
12165         * WebKitSite/blog/wp-includes/streams.php: Removed.
12166         * WebKitSite/blog/wp-includes/taxonomy.php: Removed.
12167         * WebKitSite/blog/wp-includes/template-loader.php: Removed.
12168         * WebKitSite/blog/wp-includes/theme.php: Removed.
12169         * WebKitSite/blog/wp-includes/update.php: Removed.
12170         * WebKitSite/blog/wp-includes/user.php: Removed.
12171         * WebKitSite/blog/wp-includes/vars.php: Removed.
12172         * WebKitSite/blog/wp-includes/version.php: Removed.
12173         * WebKitSite/blog/wp-includes/widgets.php: Removed.
12174         * WebKitSite/blog/wp-includes/wlwmanifest.xml: Removed.
12175         * WebKitSite/blog/wp-includes/wp-db.php: Removed.
12176         * WebKitSite/blog/wp-includes/wp-diff.php: Removed.
12177         * WebKitSite/blog/wp-links-opml.php: Removed.
12178         * WebKitSite/blog/wp-load.php: Removed.
12179         * WebKitSite/blog/wp-login.php: Removed.
12180         * WebKitSite/blog/wp-mail.php: Removed.
12181         * WebKitSite/blog/wp-pass.php: Removed.
12182         * WebKitSite/blog/wp-rdf.php: Removed.
12183         * WebKitSite/blog/wp-register.php: Removed.
12184         * WebKitSite/blog/wp-rss.php: Removed.
12185         * WebKitSite/blog/wp-rss2.php: Removed.
12186         * WebKitSite/blog/wp-settings.php: Removed.
12187         * WebKitSite/blog/wp-trackback.php: Removed.
12188         * WebKitSite/blog/xmlrpc.php: Removed.
12189         * WebKitSite/building: Removed.
12190         * WebKitSite/building/build-window.png: Removed.
12191         * WebKitSite/building/build.html: Removed.
12192         * WebKitSite/building/checkout.html: Removed.
12193         * WebKitSite/building/custom-executable.png: Removed.
12194         * WebKitSite/building/cygwin-downloader.zip: Removed.
12195         * WebKitSite/building/debug.html: Removed.
12196         * WebKitSite/building/debug.png: Removed.
12197         * WebKitSite/building/info-tab.png: Removed.
12198         * WebKitSite/building/launch-debugger-vs2005.png: Removed.
12199         * WebKitSite/building/run.html: Removed.
12200         * WebKitSite/building/set-as-startup-project-vs2005.png: Removed.
12201         * WebKitSite/building/set-debugging-properties-vs2005.png: Removed.
12202         * WebKitSite/building/tools.html: Removed.
12203         * WebKitSite/coding: Removed.
12204         * WebKitSite/coding/RefPtr.html: Removed.
12205         * WebKitSite/coding/assertion-guidelines.html: Removed.
12206         * WebKitSite/coding/bsd-license.html: Removed.
12207         * WebKitSite/coding/coding-style.html: Removed.
12208         * WebKitSite/coding/commit-review-policy.html: Removed.
12209         * WebKitSite/coding/contributing.html: Removed.
12210         * WebKitSite/coding/dom-element-attach.html: Removed.
12211         * WebKitSite/coding/images: Removed.
12212         * WebKitSite/coding/images/contribute_add_attachment.png: Removed.
12213         * WebKitSite/coding/images/contribute_mark_review.png: Removed.
12214         * WebKitSite/coding/images/dom-element-attach-large.png: Removed.
12215         * WebKitSite/coding/images/dom-element-attach-small.png: Removed.
12216         * WebKitSite/coding/images/dom-element-attach.graffle: Removed.
12217         * WebKitSite/coding/lgpl-license.html: Removed.
12218         * WebKitSite/coding/major-objects.html: Removed.
12219         * WebKitSite/coding/scripts.html: Removed.
12220         * WebKitSite/coding/technical-articles.html: Removed.
12221         * WebKitSite/contact.html: Removed.
12222         * WebKitSite/css: Removed.
12223         * WebKitSite/css/blue.css: Removed.
12224         * WebKitSite/css/gray.css: Removed.
12225         * WebKitSite/css/green.css: Removed.
12226         * WebKitSite/css/ie.css: Removed.
12227         * WebKitSite/css/main.css: Removed.
12228         * WebKitSite/css/pink.css: Removed.
12229         * WebKitSite/css/purple.css: Removed.
12230         * WebKitSite/css/yellow.css: Removed.
12231         * WebKitSite/demos: Removed.
12232         * WebKitSite/demos/accessible-ascii-art: Removed.
12233         * WebKitSite/demos/accessible-ascii-art/butterfly-figure.html: Removed.
12234         * WebKitSite/demos/accessible-ascii-art/butterfly.html: Removed.
12235         * WebKitSite/demos/calendar: Removed.
12236         * WebKitSite/demos/calendar/Boom.aiff: Removed.
12237         * WebKitSite/demos/calendar/Calendar.css: Removed.
12238         * WebKitSite/demos/calendar/Calendar.html: Removed.
12239         * WebKitSite/demos/calendar/Calendar.js: Removed.
12240         * WebKitSite/demos/calendar/Calendar.manifest: Removed.
12241         * WebKitSite/demos/calendar/CalendarApp.icns: Removed.
12242         * WebKitSite/demos/calendar/Images: Removed.
12243         * WebKitSite/demos/calendar/Images/AirPort4.png: Removed.
12244         * WebKitSite/demos/calendar/Images/AirPortError.png: Removed.
12245         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallDown.png: Removed.
12246         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallRight.png: Removed.
12247         * WebKitSite/demos/calendar/Images/statusbarBackground.png: Removed.
12248         * WebKitSite/demos/calendar/Images/statusbarResizerVertical.png: Removed.
12249         * WebKitSite/demos/calendar/LocationImage.js: Removed.
12250         * WebKitSite/demos/calendar/Utilities.js: Removed.
12251         * WebKitSite/demos/calendar/favicon.ico: Removed.
12252         * WebKitSite/demos/calendar/index.html: Removed.
12253         * WebKitSite/demos/calendar/mime.types: Removed.
12254         * WebKitSite/demos/canvas-perf: Removed.
12255         * WebKitSite/demos/canvas-perf/canvas.html: Removed.
12256         * WebKitSite/demos/canvas-perf/kraken.jpg: Removed.
12257         * WebKitSite/demos/editingToolbar: Removed.
12258         * WebKitSite/demos/editingToolbar/FancyToolbar.css: Removed.
12259         * WebKitSite/demos/editingToolbar/FancyToolbar.js: Removed.
12260         * WebKitSite/demos/editingToolbar/FancyToolbarImages: Removed.
12261         * WebKitSite/demos/editingToolbar/FancyToolbarImages/button.png: Removed.
12262         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Removed.
12263         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Removed.
12264         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Removed.
12265         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Removed.
12266         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Removed.
12267         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Removed.
12268         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonRight.png: Removed.
12269         * WebKitSite/demos/editingToolbar/FancyToolbarImages/camera.png: Removed.
12270         * WebKitSite/demos/editingToolbar/FancyToolbarImages/link.png: Removed.
12271         * WebKitSite/demos/editingToolbar/FancyToolbarImages/textAlign.png: Removed.
12272         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Removed.
12273         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Removed.
12274         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Removed.
12275         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Removed.
12276         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Removed.
12277         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Removed.
12278         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Removed.
12279         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Removed.
12280         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Removed.
12281         * WebKitSite/demos/editingToolbar/content.html: Removed.
12282         * WebKitSite/demos/editingToolbar/images: Removed.
12283         * WebKitSite/demos/editingToolbar/images/safari.png: Removed.
12284         * WebKitSite/demos/editingToolbar/index.html: Removed.
12285         * WebKitSite/demos/hover-summary: Removed.
12286         * WebKitSite/demos/hover-summary/details.css: Removed.
12287         * WebKitSite/demos/hover-summary/details.js: Removed.
12288         * WebKitSite/demos/hover-summary/example1.html: Removed.
12289         * WebKitSite/demos/hover-summary/example2.html: Removed.
12290         * WebKitSite/demos/hover-summary/horizontal-triangle.png: Removed.
12291         * WebKitSite/demos/hover-summary/vertical-triangle.png: Removed.
12292         * WebKitSite/demos/index.html: Removed.
12293         * WebKitSite/demos/mathml: Removed.
12294         * WebKitSite/demos/mathml/MathMLDemo.xhtml: Removed.
12295         * WebKitSite/demos/sticky-notes: Removed.
12296         * WebKitSite/demos/sticky-notes/StickyNotes.manifest: Removed.
12297         * WebKitSite/demos/sticky-notes/deleteButton.png: Removed.
12298         * WebKitSite/demos/sticky-notes/deleteButtonPressed.png: Removed.
12299         * WebKitSite/demos/sticky-notes/index.html: Removed.
12300         * WebKitSite/demos/transitions-and-transforms: Removed.
12301         * WebKitSite/demos/transitions-and-transforms/Finder Coverflow.png: Removed.
12302         * WebKitSite/demos/transitions-and-transforms/Horsehead.png: Removed.
12303         * WebKitSite/demos/transitions-and-transforms/Mail Stationery.png: Removed.
12304         * WebKitSite/demos/transitions-and-transforms/Quick Look.png: Removed.
12305         * WebKitSite/demos/transitions-and-transforms/Spaces.png: Removed.
12306         * WebKitSite/demos/transitions-and-transforms/Stacks.png: Removed.
12307         * WebKitSite/demos/transitions-and-transforms/Time Machine.png: Removed.
12308         * WebKitSite/demos/transitions-and-transforms/index.html: Removed.
12309         * WebKitSite/demos/transitions-and-transforms/leopard.css: Removed.
12310         * WebKitSite/demos/transitions-and-transforms/no-style.html: Removed.
12311         * WebKitSite/favicon.ico: Removed.
12312         * WebKitSite/footer.inc: Removed.
12313         * WebKitSite/header.inc: Removed.
12314         * WebKitSite/images: Removed.
12315         * WebKitSite/images/DroseraPic.png: Removed.
12316         * WebKitSite/images/blank.png: Removed.
12317         * WebKitSite/images/blue-background.png: Removed.
12318         * WebKitSite/images/blue-bullet.png: Removed.
12319         * WebKitSite/images/download.png: Removed.
12320         * WebKitSite/images/end.png: Removed.
12321         * WebKitSite/images/gray-background.png: Removed.
12322         * WebKitSite/images/green-background.png: Removed.
12323         * WebKitSite/images/green-bullet.png: Removed.
12324         * WebKitSite/images/icon-gold.png: Removed.
12325         * WebKitSite/images/icon.png: Removed.
12326         * WebKitSite/images/ie-nav.png: Removed.
12327         * WebKitSite/images/middle.png: Removed.
12328         * WebKitSite/images/nav.png: Removed.
12329         * WebKitSite/images/pink-background.png: Removed.
12330         * WebKitSite/images/pink-bullet.png: Removed.
12331         * WebKitSite/images/purple-background.png: Removed.
12332         * WebKitSite/images/purple-bullet.png: Removed.
12333         * WebKitSite/images/surfin-safari.icns: Removed.
12334         * WebKitSite/images/yellow-background.png: Removed.
12335         * WebKitSite/images/yellow-bullet.png: Removed.
12336         * WebKitSite/index.html: Removed.
12337         * WebKitSite/misc: Removed.
12338         * WebKitSite/misc/DatabaseExample.html: Removed.
12339         * WebKitSite/misc/DatabaseTester.html: Removed.
12340         * WebKitSite/misc/WebKitDetect.html: Removed.
12341         * WebKitSite/misc/WebKitDetect.js: Removed.
12342         * WebKitSite/misc/drosera: Removed.
12343         * WebKitSite/misc/drosera/demo.js: Removed.
12344         * WebKitSite/misc/drosera/drosera.png: Removed.
12345         * WebKitSite/misc/drosera/index.html: Removed.
12346         * WebKitSite/misc/gradient-input.html: Removed.
12347         * WebKitSite/misc/morph.html: Removed.
12348         * WebKitSite/nav.inc: Removed.
12349         * WebKitSite/perf: Removed.
12350         * WebKitSite/perf/slickspeed: Removed.
12351         * WebKitSite/perf/slickspeed/config.ini: Removed.
12352         * WebKitSite/perf/slickspeed/footer.html: Removed.
12353         * WebKitSite/perf/slickspeed/frameworks: Removed.
12354         * WebKitSite/perf/slickspeed/frameworks/DomQuery.js: Removed.
12355         * WebKitSite/perf/slickspeed/frameworks/dummy.js: Removed.
12356         * WebKitSite/perf/slickspeed/frameworks/jquery-1.2.3.js: Removed.
12357         * WebKitSite/perf/slickspeed/frameworks/prototype.js: Removed.
12358         * WebKitSite/perf/slickspeed/header.html: Removed.
12359         * WebKitSite/perf/slickspeed/index.php: Removed.
12360         * WebKitSite/perf/slickspeed/instructions.txt: Removed.
12361         * WebKitSite/perf/slickspeed/logo.png: Removed.
12362         * WebKitSite/perf/slickspeed/selectors.list: Removed.
12363         * WebKitSite/perf/slickspeed/style.css: Removed.
12364         * WebKitSite/perf/slickspeed/system: Removed.
12365         * WebKitSite/perf/slickspeed/system/index.php: Removed.
12366         * WebKitSite/perf/slickspeed/system/slickspeed.js: Removed.
12367         * WebKitSite/perf/slickspeed/system/template.php: Removed.
12368         * WebKitSite/perf/slickspeed/template.html: Removed.
12369         * WebKitSite/perf/sunspider: Removed.
12370         * WebKitSite/perf/sunspider-0.9: Removed.
12371         * WebKitSite/perf/sunspider-0.9.1: Removed.
12372         * WebKitSite/perf/sunspider-0.9.1/json2.js: Removed.
12373         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9: Removed.
12374         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1: Removed.
12375         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Removed.
12376         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Removed.
12377         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Removed.
12378         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Removed.
12379         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/driver.html: Removed.
12380         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/results.html: Removed.
12381         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Removed.
12382         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Removed.
12383         * WebKitSite/perf/sunspider-0.9.1/sunspider-analyze-results.js: Removed.
12384         * WebKitSite/perf/sunspider-0.9.1/sunspider-compare-results.js: Removed.
12385         * WebKitSite/perf/sunspider-0.9.1/sunspider.css: Removed.
12386         * WebKitSite/perf/sunspider-0.9/3d-cube.html: Removed.
12387         * WebKitSite/perf/sunspider-0.9/3d-morph.html: Removed.
12388         * WebKitSite/perf/sunspider-0.9/3d-raytrace.html: Removed.
12389         * WebKitSite/perf/sunspider-0.9/access-binary-trees.html: Removed.
12390         * WebKitSite/perf/sunspider-0.9/access-fannkuch.html: Removed.
12391         * WebKitSite/perf/sunspider-0.9/access-nbody.html: Removed.
12392         * WebKitSite/perf/sunspider-0.9/access-nsieve.html: Removed.
12393         * WebKitSite/perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Removed.
12394         * WebKitSite/perf/sunspider-0.9/bitops-bits-in-byte.html: Removed.
12395         * WebKitSite/perf/sunspider-0.9/bitops-bitwise-and.html: Removed.
12396         * WebKitSite/perf/sunspider-0.9/bitops-nsieve-bits.html: Removed.
12397         * WebKitSite/perf/sunspider-0.9/controlflow-recursive.html: Removed.
12398         * WebKitSite/perf/sunspider-0.9/crypto-aes.html: Removed.
12399         * WebKitSite/perf/sunspider-0.9/crypto-md5.html: Removed.
12400         * WebKitSite/perf/sunspider-0.9/crypto-sha1.html: Removed.
12401         * WebKitSite/perf/sunspider-0.9/date-format-tofte.html: Removed.
12402         * WebKitSite/perf/sunspider-0.9/date-format-xparb.html: Removed.
12403         * WebKitSite/perf/sunspider-0.9/math-cordic.html: Removed.
12404         * WebKitSite/perf/sunspider-0.9/math-partial-sums.html: Removed.
12405         * WebKitSite/perf/sunspider-0.9/math-spectral-norm.html: Removed.
12406         * WebKitSite/perf/sunspider-0.9/regexp-dna.html: Removed.
12407         * WebKitSite/perf/sunspider-0.9/string-base64.html: Removed.
12408         * WebKitSite/perf/sunspider-0.9/string-fasta.html: Removed.
12409         * WebKitSite/perf/sunspider-0.9/string-tagcloud.html: Removed.
12410         * WebKitSite/perf/sunspider-0.9/string-unpack-code.html: Removed.
12411         * WebKitSite/perf/sunspider-0.9/string-validate-input.html: Removed.
12412         * WebKitSite/perf/sunspider-0.9/sunspider-analyze-results.js: Removed.
12413         * WebKitSite/perf/sunspider-0.9/sunspider-compare-results.js: Removed.
12414         * WebKitSite/perf/sunspider-0.9/sunspider-driver.html: Removed.
12415         * WebKitSite/perf/sunspider-0.9/sunspider-record-result.js: Removed.
12416         * WebKitSite/perf/sunspider-0.9/sunspider-results.html: Removed.
12417         * WebKitSite/perf/sunspider-0.9/sunspider-test-prefix.js: Removed.
12418         * WebKitSite/perf/sunspider-0.9/sunspider.css: Removed.
12419         * WebKitSite/perf/sunspider/sunspider.css: Removed.
12420         * WebKitSite/perf/sunspider/sunspider.html: Removed.
12421         * WebKitSite/pngbehavior.htc: Removed.
12422         * WebKitSite/projects: Removed.
12423         * WebKitSite/projects/accessibility: Removed.
12424         * WebKitSite/projects/accessibility/index.html: Removed.
12425         * WebKitSite/projects/cleanup: Removed.
12426         * WebKitSite/projects/cleanup/index.html: Removed.
12427         * WebKitSite/projects/compat: Removed.
12428         * WebKitSite/projects/compat/index.html: Removed.
12429         * WebKitSite/projects/css: Removed.
12430         * WebKitSite/projects/css/index.html: Removed.
12431         * WebKitSite/projects/documentation: Removed.
12432         * WebKitSite/projects/documentation/index.html: Removed.
12433         * WebKitSite/projects/dom: Removed.
12434         * WebKitSite/projects/dom/index.html: Removed.
12435         * WebKitSite/projects/editing: Removed.
12436         * WebKitSite/projects/editing/index.html: Removed.
12437         * WebKitSite/projects/forms: Removed.
12438         * WebKitSite/projects/forms/index.html: Removed.
12439         * WebKitSite/projects/goals.html: Removed.
12440         * WebKitSite/projects/html: Removed.
12441         * WebKitSite/projects/html/index.html: Removed.
12442         * WebKitSite/projects/index.html: Removed.
12443         * WebKitSite/projects/javascript: Removed.
12444         * WebKitSite/projects/javascript/index.html: Removed.
12445         * WebKitSite/projects/layout: Removed.
12446         * WebKitSite/projects/layout/index.html: Removed.
12447         * WebKitSite/projects/mathml: Removed.
12448         * WebKitSite/projects/mathml/index.html: Removed.
12449         * WebKitSite/projects/performance: Removed.
12450         * WebKitSite/projects/performance/index.html: Removed.
12451         * WebKitSite/projects/plugins: Removed.
12452         * WebKitSite/projects/plugins/index.html: Removed.
12453         * WebKitSite/projects/portability: Removed.
12454         * WebKitSite/projects/portability/index.html: Removed.
12455         * WebKitSite/projects/printing: Removed.
12456         * WebKitSite/projects/printing/index.html: Removed.
12457         * WebKitSite/projects/svg: Removed.
12458         * WebKitSite/projects/svg/index.html: Removed.
12459         * WebKitSite/projects/svg/status.xml: Removed.
12460         * WebKitSite/projects/svg/svg-status.css: Removed.
12461         * WebKitSite/projects/svg/svg-status.xsl: Removed.
12462         * WebKitSite/projects/webkit: Removed.
12463         * WebKitSite/projects/webkit/index.html: Removed.
12464         * WebKitSite/projects/xml: Removed.
12465         * WebKitSite/projects/xml/index.html: Removed.
12466         * WebKitSite/projects/xslt: Removed.
12467         * WebKitSite/projects/xslt/index.html: Removed.
12468         * WebKitSite/quality: Removed.
12469         * WebKitSite/quality/.htaccess: Removed.
12470         * WebKitSite/quality/Ahem.ttf: Removed.
12471         * WebKitSite/quality/bugpriorities.html: Removed.
12472         * WebKitSite/quality/bugwriting.html: Removed.
12473         * WebKitSite/quality/bugzilla.html: Removed.
12474         * WebKitSite/quality/crashlogs.html: Removed.
12475         * WebKitSite/quality/leakhunting.html: Removed.
12476         * WebKitSite/quality/lifecycle.html: Removed.
12477         * WebKitSite/quality/mac_reportbox.jpg: Removed.
12478         * WebKitSite/quality/mac_viewtrace.jpg: Removed.
12479         * WebKitSite/quality/reduction.html: Removed.
12480         * WebKitSite/quality/reporting.html: Removed.
12481         * WebKitSite/quality/testing.html: Removed.
12482         * WebKitSite/quality/testwriting.html: Removed.
12483         * WebKitSite/quality/win_installwatson.jpg: Removed.
12484         * WebKitSite/quality/win_watsongui.jpg: Removed.
12485         * WebKitSite/quality/win_watsoninstalled.jpg: Removed.
12486         * WebKitSite/security: Removed.
12487         * WebKitSite/security/index.html: Removed.
12488         * WebKitSite/security/security-group-members.html: Removed.
12489         * WebKitSite/specs: Removed.
12490         * WebKitSite/specs/CSSVisualEffects: Removed.
12491         * WebKitSite/specs/CSSVisualEffects/css3-2d-transforms: Removed.
12492         * WebKitSite/specs/CSSVisualEffects/css3-3d-transforms: Removed.
12493         * WebKitSite/specs/CSSVisualEffects/css3-animations: Removed.
12494         * WebKitSite/specs/CSSVisualEffects/css3-transitions: Removed.
12495         * WebKitSite/specs/CSSVisualEffects/index.html: Removed.
12496         * WebKitSite/specs/HTML_Timed_Media_Elements.html: Removed.
12497         * WebKitSite/specs/MediaQueriesExtensions.html: Removed.
12498         * WebKitSite/specs/PointerEventsProperty.html: Removed.
12499         * WebKitSite/specs/Timed_Media_CSS.html: Removed.
12500         * WebKitSite/specs/Timed_Media_Elements-Open_Issues.html: Removed.
12501         * WebKitSite/specs/index.html: Removed.
12502         * WebKitSite/specs/mediaelement.css: Removed.
12503         * WebKitSite/specs/movie-status-states.png: Removed.
12504         * WebKitSite/specs/squirrelfish-bytecode.html: Removed.
12505         * cmake/WebKitPackaging.cmake:
12506
12507 2010-12-20  Joseph Pecoraro  <joepeck@webkit.org>
12508
12509         Reviewed by Darin Adler.
12510
12511         Update .gitattributes for WebKitTools -> Tools change
12512         https://bugs.webkit.org/show_bug.cgi?id=51365
12513
12514         * .gitattributes: WebKitTools -> Tools rename. Removed no longer existing file references.
12515
12516 2010-12-20  Xan Lopez  <xlopez@igalia.com>
12517
12518         Reviewed by Gustavo Noronha.
12519
12520         * configure.ac: bump version for 1.3.8 release.
12521
12522 2010-12-20  David Levin  <levin@chromium.org>
12523
12524         Reviewed by Ariya Hidayat.
12525
12526         .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
12527         https://bugs.webkit.org/show_bug.cgi?id=51343
12528
12529         Follow up from the WebKitTools -> Tools rename.
12530
12531         * .gitignore:
12532
12533 2010-12-20  Ryuan Choi  <ryuan.choi@samsung.com>
12534
12535         Reviewed by Antonio Gomes.
12536
12537         [CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
12538         https://bugs.webkit.org/show_bug.cgi?id=51319
12539
12540         Change WEBKITTOOLS_DIR variable's name and value to TOOLS_DIR and tools/.
12541
12542         * CMakeLists.txt:
12543
12544 2010-12-18  Adam Barth  <abarth@webkit.org>
12545
12546         Reviewed by Sam Weinig.
12547
12548         Move WebKitExamplePlugins to Examples
12549         https://bugs.webkit.org/show_bug.cgi?id=51291
12550
12551         * Examples: Copied from WebKitExamplePlugins.
12552         * WebKitExamplePlugins: Removed.
12553         * WebKitExamplePlugins/NetscapeCocoaPlugin: Removed.
12554         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj: Removed.
12555         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj/InfoPlist.strings: Removed.
12556         * WebKitExamplePlugins/NetscapeCocoaPlugin/Info.plist: Removed.
12557         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.h: Removed.
12558         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.m: Removed.
12559         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj: Removed.
12560         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/project.pbxproj: Removed.
12561         * WebKitExamplePlugins/NetscapeCocoaPlugin/main.m: Removed.
12562         * WebKitExamplePlugins/NetscapeCocoaPlugin/test.html: Removed.
12563         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin: Removed.
12564         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj: Removed.
12565         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj/InfoPlist.strings: Removed.
12566         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Info.plist: Removed.
12567         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.h: Removed.
12568         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.m: Removed.
12569         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj: Removed.
12570         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/project.pbxproj: Removed.
12571         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Pause.tiff: Removed.
12572         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Play.tiff: Removed.
12573         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackCenter.tiff: Removed.
12574         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackLeft.tiff: Removed.
12575         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackRight.tiff: Removed.
12576         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Thumb.tiff: Removed.
12577         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/main.m: Removed.
12578         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/test.html: Removed.
12579         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin: Removed.
12580         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Composition.qtz: Removed.
12581         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj: Removed.
12582         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj/InfoPlist.strings: Removed.
12583         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Info.plist: Removed.
12584         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj: Removed.
12585         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/project.pbxproj: Removed.
12586         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/main.m: Removed.
12587         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/test.html: Removed.
12588         * WebKitExamplePlugins/NetscapeInputMethodPlugin: Removed.
12589         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj: Removed.
12590         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj/InfoPlist.strings: Removed.
12591         * WebKitExamplePlugins/NetscapeInputMethodPlugin/Info.plist: Removed.
12592         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj: Removed.
12593         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/project.pbxproj: Removed.
12594         * WebKitExamplePlugins/NetscapeInputMethodPlugin/main.m: Removed.
12595         * WebKitExamplePlugins/NetscapeInputMethodPlugin/test.html: Removed.
12596         * cmake/WebKitPackaging.cmake:
12597
12598 2010-12-17  Dan Bernstein  <mitz@apple.com>
12599
12600         Reviewed by Simon Fraser.
12601
12602         Rename WebKitTools to Tools
12603         https://bugs.webkit.org/show_bug.cgi?id=49861
12604
12605         * DerivedSources.pro:
12606         * GNUmakefile.am:
12607         * MakeFile:
12608         * MakeFile.shared:
12609         * Tools: Renamed from WebKitTools.
12610         * WebKit.pro:
12611         * cmake/WebKitPackaging.cmake:
12612         * wscript:
12613
12614 2010-12-16  Leandro Pereira  <leandro@profusion.mobi>
12615
12616         [EFL] Unreviewed build fix.
12617
12618         Disable ContextMenu support for now while support for
12619         CROSS_PLATFORM_MENUS is written.
12620
12621         * cmake/OptionsEfl.cmake:
12622
12623 2010-12-15  Sheriff Bot  <webkit.review.bot@gmail.com>
12624
12625         Unreviewed, rolling out r74117.
12626         http://trac.webkit.org/changeset/74117
12627         https://bugs.webkit.org/show_bug.cgi?id=51113
12628
12629         This broke the GTK1 build. (Requested by mrobinson on
12630         #webkit).
12631
12632         * GNUmakefile.am:
12633         * configure.ac:
12634
12635 2010-12-15  Amruth Raj  <amruthraj@motorola.com> and Ravi Kasibhatla  <ravi.kasibhatla@motorola.com>
12636
12637         Reviewed by Martin Robinson.
12638
12639         Changes to enable building WebKit2 for Gtk port.
12640         (https://bugs.webkit.org/show_bug.cgi?id=37369)
12641
12642         * GNUmakefile.am: Changes to build either of WebKit1 or WebKit2.
12643         It basically excludes all WebKit/gtk/webkit/ files when building WebKit2.
12644         Also, exludes Unittests, DumprenderTree, GtkLauncher etc for WebKit2.
12645         * configure.ac: Option for enable or disable WebKit2.
12646
12647 2010-12-14  Commit Queue  <commit-queue@webkit.org>
12648
12649         Unreviewed.  Test commit for commit-queue@webkit.org.
12650
12651 2010-12-14  Commit Queue  <commit-queue@webkit.org>
12652
12653         Unreviewed.  Test commit for commit-queue@webkit.org.
12654
12655 2010-12-14  Ryosuke Niwa  <rniwa@webkit.org>
12656
12657         Reviewed by Eric Seidel.
12658
12659         [git].DS_Store should be in .gitignore
12660         https://bugs.webkit.org/show_bug.cgi?id=51065
12661
12662         Added .DS_Store to .gitignore.
12663
12664         * .gitignore:
12665
12666 2010-12-14  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
12667
12668         Reviewed by Eric Seidel.
12669
12670         [EFL] Add linker script to export less symbols
12671         https://bugs.webkit.org/show_bug.cgi?id=44609
12672
12673         Filter the exported symbols by using a linker script. Only symbols
12674         starting with "ewk_" are exported.
12675
12676         * cmake/OptionsEfl.cmake: Pass linker option to use a version script
12677         when linking webkit.
12678         * cmake/eflsymbols.filter: Added. Export only symbols starting with
12679         "ewk_" (C linkage).
12680
12681 2010-12-13  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
12682
12683         Unreviewed build fix for EFL.
12684
12685         Remove DataSourceGStreamer.cpp in WebCore/CMakeListsEfl.txt
12686         Because, DataSourceGStreamer.cpp was removed by Bug 30007.
12687
12688         * ../WebCore/CMakeListsEfl.txt:
12689
12690 2010-12-13  Andras Becsi  <abecsi@webkit.org>
12691
12692         Reviewed by Csaba Osztrogonác.
12693
12694         [Qt][WK2] Fix build if WebKitTools are not available
12695         https://bugs.webkit.org/show_bug.cgi?id=50242
12696
12697         * DerivedSources.pro: add new DerivedSources.pro to SUBDIRS.
12698
12699 2010-12-06  Philippe Normand  <pnormand@igalia.com>
12700
12701         Reviewed by Martin Robinson.
12702
12703         [GTK] Support the Mozilla-style Fullscreen Javascript API
12704         https://bugs.webkit.org/show_bug.cgi?id=50572
12705
12706         * configure.ac: new configure flag to disable the new Javascript
12707         Fullscreen API build. It is enabled by default.
12708
12709 2010-12-09  Philippe Normand  <pnormand@igalia.com>
12710
12711         Reviewed by Xan Lopez.
12712
12713         [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails
12714         https://bugs.webkit.org/show_bug.cgi?id=50741
12715
12716         * configure.ac:
12717
12718 2010-12-07  Patrick Gansterer  <paroga@webkit.org>
12719
12720         Reviewed by Andreas Kling.
12721
12722         [CMake] Remove WebKitGenerators
12723         https://bugs.webkit.org/show_bug.cgi?id=50445
12724
12725         * CMakeLists.txt:
12726         * cmake/WebKitGenerators.cmake: Removed.
12727
12728 2010-12-06  Patrick Gansterer  <paroga@webkit.org>
12729
12730         Reviewed by Andreas Kling.
12731
12732         [WINCE] Add build system
12733         https://bugs.webkit.org/show_bug.cgi?id=50522
12734
12735         * cmake/OptionsWinCE.cmake: Added.
12736         * cmake/OptionsWindows.cmake: Added.
12737
12738 2010-12-04  Patrick Gansterer  <paroga@webkit.org>
12739
12740         Reviewed by Andreas Kling.
12741
12742         [CMake] Better detection of ARM platform
12743         https://bugs.webkit.org/show_bug.cgi?id=50452
12744
12745         * CMakeLists.txt:
12746
12747 2010-12-03  Xan Lopez  <xlopez@igalia.com>
12748
12749         Unreviewed build fix for GTK+.
12750
12751         Add configure.ac-fu for WebAudio.
12752
12753         * configure.ac:
12754
12755 2010-12-02  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
12756
12757         Reviewed by Eric Seidel.
12758
12759         [EFL] Fails to build with non-system cairo
12760         https://bugs.webkit.org/show_bug.cgi?id=50395
12761
12762         Do not add 'cairo' as a suffix for the paths provided by
12763         pkgconfig. The paths provided by pkgconfig already include it.
12764
12765         * cmake/FindCairo.cmake:
12766
12767 2010-12-02  Xan Lopez  <xlopez@igalia.com>
12768
12769         Third attempt to fix the build.
12770
12771         * autotools/symbols.filter: be more liberal in one more symbol.
12772
12773 2010-12-02  Xan Lopez  <xlopez@igalia.com>
12774
12775         Another attempt to fix the GTK+ build.
12776
12777         * autotools/symbols.filter: try to be more liberal with the
12778         mangled names of some symbols.
12779
12780 2010-12-02  Xan Lopez  <xlopez@igalia.com>
12781
12782         Try to fix GTK+ build.
12783
12784         * autotools/symbols.filter: add missing ';'.
12785
12786 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
12787
12788         Attempt to fix the GTK+ build. Add missing symbol the
12789         list of unfiltered symbols for the linker.
12790
12791         * autotools/symbols.filter: Add symbol used in DumpRenderTree.
12792
12793 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
12794
12795         Reviewed by Xan Lopez.
12796
12797         [GTK] DumpRenderTree has two copies of JavaScriptCore
12798         https://bugs.webkit.org/show_bug.cgi?id=49877
12799
12800         Prevent the need to compile JSC into DumpRenderTree twice, by adjusting
12801         the symbol visibility rules for libwebkit. Make all JSC symbols visible,
12802         while hiding WebCore/WebKit symbols.
12803
12804         * GNUmakefile.am: Move the symbol visibility flags to the WebKit build.
12805         * autotools/symbols.filter: Update the symbol filter list with the real
12806         mangled names of the symbols and include other symbols that DRT needs.
12807
12808 2010-12-02  Daniel Bates  <dbates@rim.com>
12809
12810         Add autotools generated files to svn:ignore so that these
12811         files do not show up in an svn stat.
12812
12813         * .: Added properties svn:ignore, svn:ignore and svn:ignore. Modified property svn:ignore.
12814         * autotools: Added property svn:ignore.
12815
12816 2010-12-01  Adam Roben  <aroben@apple.com>
12817
12818         Teach git to ignore files installed by WebKitSupportLibrary and
12819         WebKitAuxiliaryLibrary
12820
12821         Fixes <http://webkit.org/b/50348> Git complains about lots of
12822         untracked files in WebKitLibraries/win
12823
12824         Reviewed by Steve Falkenburg.
12825
12826         * .gitignore: Added files from these libraries.
12827
12828 2010-12-01  Steve Falkenburg  <sfalken@apple.com>
12829
12830         Reviewed by Adam Roben.
12831
12832         vcproj changes can't be applied cleanly by the Windows EWS bot
12833         https://bugs.webkit.org/show_bug.cgi?id=50328
12834
12835         * .gitattributes:
12836
12837 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
12838
12839         Reviewed by Andreas Kling.
12840
12841         [CMake] Use preprocessor argument in GENERATE_DOM_NAMES
12842         https://bugs.webkit.org/show_bug.cgi?id=49886
12843
12844         * cmake/WebKitMacros.cmake:
12845
12846 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
12847
12848         Reviewed by Andreas Kling.
12849
12850         Move generator logic into WebCore CMakeLists.txt file
12851         https://bugs.webkit.org/show_bug.cgi?id=49885
12852
12853         * cmake/WebKitMacros.cmake:
12854
12855 2010-11-29  Xan Lopez  <xlopez@igalia.com>
12856
12857         Reviewed by Martin Robinson.
12858
12859         * configure.ac: bump version for 1.3.7 release.
12860
12861 2010-11-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
12862
12863         Reviewed by Antonio Gomes.
12864
12865         [Qt] Remove unused BASE_DIR from the build system
12866         https://bugs.webkit.org/show_bug.cgi?id=50132
12867
12868         * WebKit.pri:
12869
12870 2010-11-24  Hayato Ito  <hayato@chromium.org>
12871
12872         Reviewed by David Levin.
12873
12874         Add files which Chromium port generates to .gitignore.
12875
12876         https://bugs.webkit.org/show_bug.cgi?id=49943
12877
12878         * .gitignore:
12879
12880 2010-11-23  Patrick Gansterer  <paroga@webkit.org>
12881
12882         Reviewed by David Levin.
12883
12884         Add WebKit2 VisualStudio files to .gitattributes
12885         https://bugs.webkit.org/show_bug.cgi?id=49969
12886
12887         * .gitattributes:
12888
12889 2010-11-19  Mihai Parparita  <mihaip@chromium.org>
12890
12891         Add recent upstream Chromium dependencies to .gitignore.
12892
12893         * .gitignore:
12894
12895 2010-11-17  Martin Robinson  <mrobinson@igalia.com>
12896
12897         Reviewed by Gustavo Noronha Silva.
12898
12899         [GTK] Changing any GNUmakefile.am in the source tree forces a rebuld of the DOM bindings and WebKit APi
12900         https://bugs.webkit.org/show_bug.cgi?id=49400
12901
12902         Move WebKit API build rules out of GNUmakefile.am. These are now in
12903         WebKit/gtk/GNUmakefile.am.
12904
12905         * GNUmakefile.am: Remove WebKit API build rules.
12906
12907 2010-11-17  Commit Queue  <commit-queue@webkit.org>
12908
12909         Unreviewed.  Test commit for commit-queue@webkit.org.
12910
12911 2010-11-16  Andreas Kling  <kling@webkit.org>
12912
12913         Unreviewed typo fix for previous commit.
12914
12915         * common.pri:
12916
12917 2010-11-16  Andreas Kling  <kling@webkit.org>
12918
12919         Reviewed by Kenneth Rohde Christiansen.
12920
12921         [Qt][Scratchbox] Use gold linker explicitly when available
12922
12923         gold is faster at linking QtWebKit than binutils ld, but it cannot be
12924         enabled by default on a system that compiles other Qt projects.
12925         This is due to gold not supporting the --add-needed flag.
12926
12927         Original patch by Kimmo Kinnunen.
12928
12929         * common.pri:
12930
12931 2010-11-16  Andreas Kling  <kling@webkit.org>
12932
12933         Reviewed by Kenneth Rohde Christiansen.
12934
12935         [Qt] Add 'valgrind' build mode
12936
12937         Passing CONFIG+=valgrind to qmake will now build WebKit in a way
12938         suitable for debugging with Valgrind.
12939
12940         Original patch by Christian Sejersen.
12941
12942         * WebKit.pri:
12943
12944 2010-11-15  Patrick Gansterer  <paroga@webkit.org>
12945
12946         Reviewed by Andreas Kling.
12947
12948         [CMake] Add additional flags to cmakeconfig.h
12949         https://bugs.webkit.org/show_bug.cgi?id=49556
12950
12951         * cmake/OptionsEfl.cmake:
12952         * cmakeconfig.h.cmake:
12953
12954 2010-11-14  Ryuan Choi  <ryuan.choi@samsung.com>
12955
12956         Reviewed by Martin Robinson.
12957
12958         [EFL] add pango support
12959         https://bugs.webkit.org/show_bug.cgi?id=46029
12960
12961         Add FONT_BACKEND option to switch between pango and freetype.
12962
12963         * cmake/OptionsEfl.cmake:
12964
12965 2010-11-11  Eric Seidel  <eric@webkit.org>
12966
12967         Rubber-stamped by Adam Roben.
12968
12969         * .: Modified property svn:ignore.
12970          - Add WebKitSupportLibrary.zip and WebKitBuild to the root ignore list.
12971
12972 2010-11-10  Csaba Osztrogonác  <ossy@webkit.org>
12973
12974         Reviewed by David Hyatt.
12975
12976         HTML5 Ruby support should be mandatory feature
12977         https://bugs.webkit.org/show_bug.cgi?id=49272
12978
12979         Remove Ruby as optional feature.
12980
12981         * cmake/OptionsEfl.cmake:
12982         * cmakeconfig.h.cmake:
12983         * configure.ac:
12984
12985 2010-11-09  Gavin Peters  <gavinp@chromium.org>
12986
12987         Reviewed by Xan Lopez.
12988
12989         gtk platform doesn't support link prefetch
12990         https://bugs.webkit.org/show_bug.cgi?id=49234
12991
12992         * configure.ac:
12993
12994 2010-11-08  Xan Lopez  <xlopez@igalia.com>
12995
12996         Reviewed by Martin Robinson.
12997
12998         Update version numbers for release.
12999
13000         * configure.ac:
13001
13002 2010-11-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
13003
13004         Reviewed by Adam Barth.
13005
13006         [EFL] Enable HTML5 Video
13007         https://bugs.webkit.org/show_bug.cgi?id=48972 
13008
13009         Enable HTML 5 Video option for WebKit EFL. 
13010
13011         * cmake/OptionsEfl.cmake:
13012
13013 2010-11-01  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
13014
13015         Reviewed by Andreas Kling.
13016
13017         [Qt][Symbian] QtTestBrowser runs out of memory with most of javascript benchmarks.
13018         https://bugs.webkit.org/show_bug.cgi?id=48730
13019
13020         Increase the maximum heap size on Symbian to 256 MB.
13021
13022         * WebKit.pri:
13023
13024 2010-10-29  Csaba Osztrogonác  <ossy@webkit.org>
13025
13026         Reviewed by Adam Roben and David Kilzer.
13027
13028         Fix and cleanup of build systems
13029         https://bugs.webkit.org/show_bug.cgi?id=48342
13030
13031         * cmake/OptionsEfl.cmake: Remove unnecessary ENABLE_SANDBOX.
13032         * cmakeconfig.h.cmake:
13033         * configure.ac:
13034
13035 2010-10-26  Antonio Gomes  <agomes@rim.com>
13036
13037         Reviewed by Martin Robinson.
13038
13039         [GTK] Implement DumpRenderTreeSupportGtk (similarly to DumpRenderTreeSupportQt idea)
13040         https://bugs.webkit.org/show_bug.cgi?id=48199
13041
13042         * GNUmakefile.am: Added WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp|h to GTK+'s build system;
13043         * autotools/symbols.filter: Added DumpRenderTreeSupportGtk symbols to symbols.filter so they do not get
13044           filtered and get visible by DRT.
13045
13046 2010-10-24  Anders Bakken  <agbakken@gmail.com>
13047
13048         Reviewed by Simon Hausmann.
13049
13050         [Qt] Disable enable_fast_mobile_scrolling for QWS
13051         https://bugs.webkit.org/show_bug.cgi?id=48006
13052
13053         Turning this on breaks the acidtests for QWS/DirectFB and QWS/QVFB
13054
13055         * WebKit.pri:
13056
13057 2010-10-22  Adam Barth  <abarth@webkit.org>
13058
13059         Unreviewed, rolling out r70290.
13060         http://trac.webkit.org/changeset/70290
13061         https://bugs.webkit.org/show_bug.cgi?id=48111
13062
13063         Undelete Android build files.
13064
13065         * Android.mk: Added.
13066
13067 2010-10-21  Adam Barth  <abarth@webkit.org>
13068
13069         Reviewed by David Levin.
13070
13071         Remove Android build system
13072         https://bugs.webkit.org/show_bug.cgi?id=48111
13073
13074         * Android.mk: Removed.
13075
13076 2010-10-19  Ryuan Choi  <ryuan.choi@samsung.com>
13077
13078         Unreviewed, adding missed additionalArguments.
13079
13080         [CMAKE] additional arguments was missed in GENERATE_DOM_NAMES
13081         https://bugs.webkit.org/show_bug.cgi?id=47694
13082
13083         Pass additionalArguments for make_names.pl to choose enabled features.
13084
13085         * cmake/WebKitMacros.cmake:
13086
13087 2010-10-19  Sheriff Bot  <webkit.review.bot@gmail.com>
13088
13089         Unreviewed, rolling out r70034.
13090         http://trac.webkit.org/changeset/70034
13091         https://bugs.webkit.org/show_bug.cgi?id=47889
13092
13093         "Gustavo's bot is lame" (Requested by xan_ on #webkit).
13094
13095         * configure.ac:
13096
13097 2010-10-19  Prof. MAAD  <himself@prof-maad.org>
13098
13099         Reviewed by Xan Lopez.
13100
13101         [GTK] Correct erroneous documentation for webkit_web_navigation_action_get_button()
13102         https://bugs.webkit.org/show_bug.cgi?id=46723
13103
13104         * WebKit/gtk/webkit/webkitwebnavigationaction.cpp:
13105
13106 2010-10-19  Xan Lopez  <xlopez@igalia.com>
13107
13108         Reviewed by Martin Robinson.
13109
13110         [GTK] Bump minimum requirement for libsoup to 2.30
13111         https://bugs.webkit.org/show_bug.cgi?id=46176
13112
13113         Bump minimum libsoup to required version to 2.30.0.
13114
13115         * configure.ac:
13116
13117 2010-10-18  Xan Lopez  <xlopez@igalia.com>
13118
13119         Reviewed by Martin Robinson.
13120
13121         Bump version numbers for 1.3.5 release.
13122
13123         * configure.ac:
13124
13125 2006-10-27  Brady Eidson  <beidson@apple.com>
13126
13127         70,000!
13128
13129 2010-10-15  Sergio Villar Senin  <svillar@igalia.com>
13130
13131         Reviewed by Martin Robinson.
13132
13133         [GTK] Fix introspection support
13134         https://bugs.webkit.org/show_bug.cgi?id=47723
13135
13136         Added HTTP cache directory to the WebkitGtk+ GIR sources.
13137
13138         * GNUmakefile.am:
13139
13140 2010-10-14  Andras Becsi  <abecsi@webkit.org>
13141
13142         Reviewed by Csaba Osztrogonác.
13143
13144         [Qt] Fix -Werror after r68637 on x86 platforms.
13145         Qt's build system sets QT_ARCH statically to i386 or x86_64 accordingly,
13146         so check for this instead of only checking for x86.
13147
13148         * WebKit.pri:
13149
13150 2010-10-13  Sergio Villar Senin  <svillar@igalia.com>
13151
13152         Reviewed by Martin Robinson.
13153
13154         [GTK] Add HTTP caching support
13155         https://bugs.webkit.org/show_bug.cgi?id=44261
13156
13157         Bump the required version of GLib. The serialization/deserialization
13158         code of libsoup caching code uses GVariant, which was added to GLib in
13159         version 2.24.
13160
13161         * GNUmakefile.am: Add paths for soup HTTP cache code.
13162         * autotools/webkit.m4: Increase required glib version.
13163
13164 2010-10-13  Xan Lopez  <xlopez@igalia.com>
13165
13166         Reviewed by Gustavo Noronha.
13167
13168         [GTK] Remove more warnings from the g-i scanner run
13169         https://bugs.webkit.org/show_bug.cgi?id=47255
13170
13171         Fixes almost all warnings coming from the g-i scanner.
13172
13173         * GNUmakefile.am: Add missing files and include dirs to the
13174         scanner run.
13175
13176 2010-10-08  Balazs Kelemen  <kbalazs@webkit.org>
13177
13178         Reviewed by Csaba Osztrogonác.
13179
13180         [Qt] Turn on building WTR
13181         https://bugs.webkit.org/show_bug.cgi?id=47349
13182
13183         * DerivedSources.pro:
13184         * WebKit.pro:
13185
13186 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
13187
13188         Reviewed by Kenneth Rohde Christiansen.
13189
13190         [Qt] Add WTR's InjectedBundle build files.
13191         https://bugs.webkit.org/show_bug.cgi?id=47333
13192
13193         * DerivedSources.pro:
13194         * WebKit.pro:
13195
13196 2010-10-07  Sheriff Bot  <webkit.review.bot@gmail.com>
13197
13198         Unreviewed, rolling out r69315.
13199         http://trac.webkit.org/changeset/69315
13200         https://bugs.webkit.org/show_bug.cgi?id=47363
13201
13202         Forgot to add the new files (Requested by kbalazs on #webkit).
13203
13204         * DerivedSources.pro:
13205
13206 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
13207
13208         Reviewed by Kenneth Rohde Christiansen.
13209
13210         [Qt] Add WTR's InjectedBundle build files.
13211         https://bugs.webkit.org/show_bug.cgi?id=47333
13212
13213         * DerivedSources.pro:
13214         * WebKit.pro:
13215
13216 2010-10-07  Balazs Kelemen  <kbalazs@webkit.org>
13217
13218         Reviewed by Kenneth Rohde Christiansen.
13219
13220         [Qt] Turn on building WTR
13221         https://bugs.webkit.org/show_bug.cgi?id=47349
13222
13223         * WebKit.pro:
13224
13225 2010-10-07  Carlos Garcia Campos  <cgarcia@igalia.com>
13226
13227         Reviewed by Xan Lopez.
13228
13229         [GTK] Fix the build for GTK+ 3
13230         https://bugs.webkit.org/show_bug.cgi?id=47249
13231
13232         Bump required gtk+-3 version to 2.91.0
13233
13234         * configure.ac:
13235
13236 2010-10-07  Simon Hausmann  <simon.hausmann@nokia.com>
13237
13238         Rubber-stamped by Tor Arne Vestbø.
13239
13240         [Qt] Re-enable the web inspector for maemo6 builds
13241
13242         Yeah, it's strange :), but they really want it.
13243
13244         * WebKit.pri:
13245
13246 2010-10-06  Balazs Kelemen  <kbalazs@webkit.org>
13247
13248         Reviewed by Kenneth Rohde Christiansen.
13249
13250         [Qt] Add WebKitTestRunner's build files
13251         https://bugs.webkit.org/show_bug.cgi?id=44155
13252
13253         Add the new subdirs.
13254         * DerivedSources.pro:
13255         * WebKit.pro:
13256
13257 2010-10-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
13258
13259         Reviewed by Antonio Gomes.
13260
13261         [EFL] Use fast malloc for WebKit EFL
13262         https://bugs.webkit.org/show_bug.cgi?id=46691
13263
13264         Use fast malloc for WebKit EFL because the fast malloc is to allocate
13265         memory quickly.
13266
13267         * cmake/OptionsEfl.cmake:
13268
13269 2010-10-03  Dimitri Glazkov  <dglazkov@chromium.org>
13270
13271         Add Chromium depot_tools to files that git should ignore.
13272
13273         * .gitignore: Added WebKit/chromium/depot_tools.
13274
13275 2010-09-30  Kevin Ollivier  <kevino@theolliviers.com>
13276
13277         [wx] Fix typo in build script.
13278
13279         * wscript:
13280
13281 2010-09-29  Simon Hausmann  <simon.hausmann@nokia.com>
13282
13283         Reviewed by Csaba Osztrogonác.
13284
13285         [Qt] Fix the build on non-x86 platforms with gcc
13286
13287         Don't disable -Werror on arm, that doesn't work when QT_ARCH is
13288         for example armv6. Instead change the condition as the comment says,
13289         enable -Werror on x86/gcc where we know it passes. On other platforms
13290         gcc produces difference warnings, and when they're fixed we can add
13291         them to the whitelist of -Werror-supported architectures.
13292
13293         * WebKit.pri:
13294
13295 2010-09-28  Philippe Normand  <pnormand@igalia.com>
13296
13297         Reviewed by Martin Robinson.
13298
13299         check USE(GSTREAMER) instead of ENABLE(VIDEO) in gstreamer/ files
13300         https://bugs.webkit.org/show_bug.cgi?id=46717
13301
13302         Define WTF_USE_GSTREAMER if configure found the gstreamer
13303         development files and add the macro in the gcc command-line if needed.
13304
13305         * GNUmakefile.am:
13306         * configure.ac:
13307
13308 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
13309
13310         [wx] Build fix, build sources that used to be built as part of other sources.
13311
13312         * wscript:
13313
13314 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
13315
13316         [wx] One more build fix for Win.
13317
13318         * wscript:
13319
13320 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
13321
13322         [wx] Build fix, ignore Qt-specific (for now?) source in platform/graphics.
13323
13324         * wscript:
13325
13326 2010-09-28  Andras Becsi  <abecsi@webkit.org>
13327
13328         Reviewed by Csaba Osztrogonác.
13329
13330         Undefined reference errors when linking due to gperf and inlining.
13331         webkit.org/b/29244
13332
13333         EFL CMake changes by Leandro Pereira <leandro@profusion.mobi>
13334
13335         Refactor gperf code generation and usage to fix the debug build with gcc>4.4.
13336         Hitherto gperf generated C code, these files were included in multiple C++ files across WebCore
13337         to access the functionality provided. This resulted in debug build failure with newer gcc versions
13338         because of a behaviour change of gcc, which disables C style inlining in debug mode.
13339         The make-hash-tools.pl script lets gperf generate C++ code for all gperf files now, which are compiled
13340         in their own compilation unit.
13341         The functionality provided by the generated code is wrapped behind HashTools.h, so there is no need
13342         for multiple inclusions of generated C files to access these functions.
13343
13344         * cmake/WebKitMacros.cmake:
13345
13346 2010-09-27  Philippe Normand  <pnormand@igalia.com>
13347
13348         Reviewed by Martin Robinson.
13349
13350         [GTK] use ENABLE(GLIB_SUPPORT)
13351         https://bugs.webkit.org/show_bug.cgi?id=46630
13352
13353         Enabling GLIB_SUPPORT on all ports that use GLib to simplify
13354         checks.
13355
13356         * GNUmakefile.am: Enabled the GLIB_SUPPORT define.
13357
13358 2010-09-24  Romain Pokrzywka  <romain@kdab.com>
13359
13360         Reviewed by Simon Hausmann.
13361
13362         [Qt] Fix the Wince build.
13363
13364         * WebKit.pri: Apply msvc flags to wince, too.
13365
13366 2010-09-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13367
13368         Reviewed by Antonio Gomes.
13369
13370         [EFL] Enable warnings during build by default
13371         https://bugs.webkit.org/show_bug.cgi?id=46351
13372
13373         Change default build to enable several warnings like other ports do.
13374         We need to pay special attention to "-Wall" in order to produce better
13375         code, so highlight this keyword, too.
13376
13377         * cmake/WebKitHelpers.cmake:
13378
13379 2010-09-22  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13380
13381         Reviewed by Antonio Gomes.
13382
13383         [EFL] Fix build with GCC 4.4.x
13384         https://bugs.webkit.org/show_bug.cgi?id=40826
13385
13386         Change the -fstrict-aliasing flag to -fno-strict-aliasing as other
13387         ports like GTK and QT are using in their build systems. It was failing
13388         to execute when compiled with GCC 4.4.x in Release mode.
13389
13390         Refactor the flags in order to be more readable.
13391
13392         * cmake/WebKitHelpers.cmake:
13393
13394 2010-09-22  No'am Rosenthal  <noam.rosenthal@nokia.com>
13395
13396         Reviewed by Kenneth Rohde Christiansen.
13397
13398         [Qt] Move the accelerated compositing build flag to the right place
13399         https://bugs.webkit.org/show_bug.cgi?id=43882
13400
13401         * WebKit.pri: Removed the redundant version check.
13402
13403 2010-09-21  Fridrich Strba  <fridrich.strba@bluewin.ch>
13404
13405         Reviewed by Martin Robinson.
13406
13407         Fix linking issues of the GTK+ port on Windows
13408         https://bugs.webkit.org/show_bug.cgi?id=45844
13409
13410         * GNUmakefile.am: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
13411         * configure.ac: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
13412         and export correctly all needed symbols from the libwebkitgtk DLL.
13413
13414 2010-09-21  Xan Lopez  <xlopez@igalia.com>
13415
13416         Reviewed by Martin Robinson.
13417
13418         [GTK] Generate correct WebKit gir file with g-i 0.9.5
13419         https://bugs.webkit.org/show_bug.cgi?id=46173
13420
13421         Generate a correct gir file for WebKit with the
13422         gobject-introspection 0.9.5 scanner.
13423
13424         * GNUmakefile.am:
13425
13426 2010-09-21  Xan Lopez  <xlopez@igalia.com>
13427
13428         Reviewed by Gustavo Noronha.
13429
13430         Update for 1.3.4 release.
13431
13432         * configure.ac:
13433
13434 2010-09-21  Xan Lopez  <xlopez@igalia.com>
13435
13436         Reviewed by Martin Robinson.
13437
13438         [GTK] Configure flag for Opcode stats
13439         https://bugs.webkit.org/show_bug.cgi?id=46081
13440
13441         Opcode stats won't work with JIT enabled, so bail out if both are
13442         enabled at the same time.
13443
13444         * configure.ac:
13445
13446 2010-09-21  Xan Lopez  <xlopez@igalia.com>
13447
13448         Reviewed by Martin Robinson.
13449
13450         [GTK] Fix --disable-jit
13451         https://bugs.webkit.org/show_bug.cgi?id=46080
13452
13453         Manually define ENABLE_JIT to 0 when we want the feature disabled.
13454
13455         If the value is undefined Platform.h will enable it again
13456         automatically in some platforms, which is probably not what the
13457         user wanted if he passed --disable-jit.
13458
13459         * configure.ac:
13460
13461 2010-09-18  Kevin Ollivier  <kevino@theolliviers.com>
13462
13463         [wx] Build fix, fix use of wrong case in name.
13464
13465         * wscript:
13466
13467 2010-09-16  Eric Uhrhane  <ericu@chromium.org>
13468
13469         Reviewed by Jian Li.
13470
13471         Unify FILE_SYSTEM and FILE_WRITER enables under the name FILE_SYSTEM.
13472         https://bugs.webkit.org/show_bug.cgi?id=45798
13473
13474         * configure.ac:
13475
13476 2010-09-15  Commit Queue  <commit-queue@webkit.org>
13477
13478         Unreviewed.  Test commit for commit-queue@webkit.org.
13479
13480 2010-09-15  Eric Seidel  <eric@webkit.org>
13481
13482         Unreviewed.  Test commit for commit-queue@webkit.org.
13483
13484 2010-09-15  Kevin Ollivier  <kevino@theolliviers.com>
13485
13486         [wx] Build fixes for wxMSW.
13487
13488         * wscript:
13489
13490 2010-09-14  Andras Becsi  <abecsi@webkit.org>
13491
13492         Reviewed by Csaba Osztrogonác.
13493
13494         [Qt] qmake doesn't generate correct dependencies for rcc resource files
13495         https://bugs.webkit.org/show_bug.cgi?id=45747
13496
13497         * WebKit.pri: add OUT_PWD to DEPENDPATH
13498
13499 2010-09-11  Simon Hausmann  <simon.hausmann@nokia.com>
13500
13501         Reviewed by Andreas Kling.
13502
13503         [Qt] V8 port: webkit project files changes
13504         https://bugs.webkit.org/show_bug.cgi?id=45140
13505
13506         * WebKit.pro: Don't compile JavaScriptCore and jsc when
13507         building with v8.
13508
13509 2010-09-11  Xan Lopez  <xlopez@igalia.com>
13510
13511         Reviewed by Martin Robinson.
13512
13513         [GTK] Make introspection work with g-o-i 0.9.5
13514         https://bugs.webkit.org/show_bug.cgi?id=45590
13515
13516         Bump required gobject-introspection version to 0.9.5.
13517
13518         * configure.ac:
13519
13520 2010-09-09  Benjamin Poulain  <benjamin.poulain@nokia.com>
13521
13522         Unreviewed buildfix.
13523
13524         [Qt] Treat warnings as errors by default for gcc
13525         https://bugs.webkit.org/show_bug.cgi?id=43191
13526
13527         The buildfix r66990 fixes the build for the Maemo
13528         branch of Qt, but the symbols maemo5 and 6 are not defined
13529         for regular branches on ARM.
13530         This fixes the build by disabling -Werror for any ARM platform.
13531
13532         * WebKit.pri: Don't add -Werror for arm platforms.
13533
13534 2010-09-08  Peter Kasting  <pkasting@google.com>
13535
13536         Reviewed by David Hyatt.
13537
13538         Add smooth scrolling framework, and a Windows implementation.
13539         https://bugs.webkit.org/show_bug.cgi?id=32356
13540
13541         * wscript: Add Windows ScrollAnimator.
13542
13543 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
13544
13545         Unreviewed buildfix after r66972.
13546
13547         [Qt] Treat warnings as errors by default for gcc
13548         https://bugs.webkit.org/show_bug.cgi?id=43191
13549
13550         * WebKit.pri: Don't add -Werror for maemo platforms.
13551
13552 2010-09-08  Martin Robinson  <mrobinson@igalia.com>
13553
13554         Reviewed by Xan Lopez.
13555
13556         [GTK] Need a WebSocket implementation
13557         https://bugs.webkit.org/show_bug.cgi?id=45197
13558
13559         * configure.ac: Enable WebSocket by default.
13560
13561 2010-09-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
13562
13563         Reviewed by Kenneth Rohde Christiansen.
13564
13565         [EFL] Support to enable HTML5's Video based on gstreamer in WebKit-EFL
13566         https://bugs.webkit.org/show_bug.cgi?id=44098
13567
13568         To support video of HTML5 based on gstreamer, add cmake files for gstreamer. 
13569
13570         * cmake/FindGStreamer-App.cmake: Added.
13571         * cmake/FindGStreamer-Base.cmake: Added.
13572         * cmake/FindGStreamer-Interfaces.cmake: Added.
13573         * cmake/FindGStreamer-Pbutils.cmake: Added.
13574         * cmake/FindGStreamer-Plugins-Base.cmake: Added.
13575         * cmake/FindGStreamer-Video.cmake: Added.
13576         * cmake/FindGStreamer.cmake: Added.
13577         * cmake/OptionsEfl.cmake:
13578
13579 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
13580
13581         Reviewed by Andreas Kling.
13582
13583         [Qt] Treat warnings as errors by default for gcc
13584         https://bugs.webkit.org/show_bug.cgi?id=43191
13585
13586         * WebKit.pri: -Werror added to QMAKE_CXXFLAGS for x86 Linux platforms
13587
13588 2010-09-07  Arno Renevier  <arno@renevier.net>
13589
13590         Reviewed by Holger Freyther.
13591
13592         gitignore *~ files and gtk *.pot files
13593         https://bugs.webkit.org/show_bug.cgi?id=45129
13594
13595         * .gitignore:
13596
13597 2010-09-04  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13598
13599         Reviewed by Kenneth Rohde Christiansen.
13600
13601         [EFL] Move test browser to WebKitTools directory
13602         https://bugs.webkit.org/show_bug.cgi?id=45212
13603
13604         Follow other ports like QT and GTK which moved the test browser to
13605         WebKitTools directory.
13606
13607         * CMakeLists.txt: Include test browser if port defines one.
13608
13609 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13610
13611         Reviewed by Antonio Gomes.
13612
13613         [EFL] Name install directories according to library name
13614         https://bugs.webkit.org/show_bug.cgi?id=45126
13615
13616         * cmake/OptionsEfl.cmake: Use library name in order to define the data
13617         directory.
13618
13619 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13620
13621         Reviewed by Antonio Gomes.
13622
13623         [EFL] Do not override custom compile flags
13624         https://bugs.webkit.org/show_bug.cgi?id=45125
13625
13626         Set a default build type if and only if user did not define one as
13627         command line options and he did not give custom CFLAGS or CXXFLAGS.
13628         Otherwise, flags from default build type would override user-defined
13629         ones.
13630
13631         * CMakeLists.txt:
13632
13633 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13634
13635         Reviewed by Antonio Gomes.
13636
13637         [EFL] Fix double addition of -fPIC
13638         https://bugs.webkit.org/show_bug.cgi?id=45122
13639
13640          When SHARED_CORE=ON, -fPIC is automatically added because all
13641          libraries are dynamic. Only when static libraries are built that
13642          -fPIC needs to be manually inserted (because the final library,
13643          libewebkit.so, is dynamic).
13644
13645         * cmake/OptionsCommon.cmake: Remove -fPIC flag.
13646         * cmake/WebKitHelpers.cmake: Add -fPIC flags iff SHARED_CORE=ON.
13647
13648 2010-09-01  Ryuan Choi  <ryuan.choi@samsung.com>
13649
13650         Reviewed by Antonio Gomes.
13651
13652         [EFL] Need to check LibSoup version
13653         https://bugs.webkit.org/show_bug.cgi?id=44658
13654
13655         Add version check of LibSoup.
13656
13657         * cmake/FindLibSoup2.cmake:
13658
13659 2010-08-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
13660
13661         Reviewed by Martin Robinson.
13662
13663         Preparations for the 1.3.4 release. Bump webkit version to 543.7,
13664         as well.
13665
13666         * configure.ac:
13667
13668 2010-08-30  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13669
13670         Reviewed by Adam Barth.
13671
13672         [EFL] Remove compiler optimization for gcc 4.5.1
13673         https://bugs.webkit.org/show_bug.cgi?id=44520
13674
13675         GCC 4.5.1 generates wrong code because of -ftree-sra which is enabled
13676         by default at any optimization level.
13677
13678         Newer and older versions are not affected, so check for compiler
13679         version before disabling this.
13680
13681         * cmake/WebKitHelpers.cmake: add flag depending on compiler version.
13682
13683 2010-08-30  Alejandro G. Castro  <alex@igalia.com>
13684
13685         Reviewed by Martin Robinson.
13686
13687         [Gtk] gdk_display_get_core_pointer and gdk_device_get_core_pointer
13688         are deprecated
13689         https://bugs.webkit.org/show_bug.cgi?id=44787
13690
13691         We have replaced GtkVersioning.cpp with GtkVersioning.c and
13692         created a function (getDefaultGDKPointerDevice) to get the pointer
13693         of the window with the new APIs. We added that function to DRT and
13694         copyandpaste unit test.
13695
13696         * GNUmakefile.am:
13697
13698 2010-08-30  Martin Robinson  <mrobinson@igalia.com>
13699
13700         Reviewed by Xan Lopez.
13701
13702         [GTK] WebKit DOM bindings build should not depend on output GNUMakefile
13703         https://bugs.webkit.org/show_bug.cgi?id=44805
13704
13705         Move the DOM bindings source lists and generator rules to
13706         WebCore/bindings/gobject/GNUmakefile.am. This will prevent a full WebKit API
13707         rebuild whenever the automake files change, decreasing build times.
13708
13709         * GNUmakefile.am:
13710
13711 2010-08-27  Mark Rowe  <mrowe@apple.com>
13712
13713         Reviewed by Adam Barth.
13714
13715         <http://webkit.org/b/44802> REGRESSION (r65351): WebCore build fails due to attempting to directly access WebKitTools/Scripts
13716
13717         Move create-html-entity-table in to WebCore so that the build is again self-contained.
13718         The script is also updated to take input as a CSV file rather than JSON as the former
13719         can be parsed without requiring a third-party Python module be installed.
13720
13721         * cmake/WebKitMacros.cmake:
13722
13723 2010-08-27  Kwang Yul Seo  <skyul@company100.net>
13724
13725         Reviewed by Kevin Ollivier.
13726
13727         [BREWMP] Add build system
13728         https://bugs.webkit.org/show_bug.cgi?id=44645
13729
13730         Check wxpython option only when build_port is wx.
13731
13732         * wscript:
13733
13734 2010-08-27  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13735
13736         Unreviewed. Fix compiling dependencies on EFL port due to r65891.
13737
13738         No new functionality so no new tests.
13739
13740         * cmake/WebKitGenerators.cmake:
13741
13742 2010-08-26  Martin Robinson  <mrobinson@igalia.com>
13743
13744         Reviewed by Xan Lopez.
13745
13746         [GTK] The GNUmakefile.am files contain a myriad of confusing preprocessor and compiler flag definitions
13747         https://bugs.webkit.org/show_bug.cgi?id=44624
13748
13749         Clean up GNUmakefile.am.
13750
13751         * GNUmakefile.am: Make the comments describing the global_* variables more readable and
13752         correct. Move WebKit-specific include lines and definitions out of webkitgtk_cppflags,
13753         corekit_cppflags and webcoregtk_cppflags and straight to the appropriate CPPFLAGS definition.
13754         Use global_cppflags for compiler flags that apply to both C++ and C code. Move some JavaScriptCore
13755         specific includes to the appropriate sub-directory GNUmakefile.am. Make sure the tests build
13756         with the global CPP flags as well.
13757
13758 2010-08-25  Kwang Yul Seo  <skyul@company100.net>
13759
13760         Reviewed by Kevin Ollivier.
13761
13762         [BREWMP] Add build system
13763         https://bugs.webkit.org/show_bug.cgi?id=44645
13764
13765         Make waf script portable so that we can add more ports.
13766
13767         * wscript:
13768
13769 2010-08-25  Xan Lopez  <xlopez@igalia.com>
13770
13771         Reviewed by Martin Robinson.
13772
13773         [GTK] CodeGeneratorGObject not picking up FEATURE_DEFINES
13774         https://bugs.webkit.org/show_bug.cgi?id=44608
13775
13776         Move FEATURE_DEFINES declaration here, since it's used by the
13777         bindings code generator. Also, fix typo in the variable holding
13778         the defines.
13779
13780         * GNUmakefile.am:
13781
13782 2010-08-25  Rafael Antognolli  <antognolli@profusion.mobi>
13783
13784         Unreviewed build fix.
13785
13786         [EFL] Build fix for revision 65332
13787         https://bugs.webkit.org/show_bug.cgi?id=44543
13788
13789         Generated variables are now returned from FindPkgConfig, so no need
13790         to document the custom ones.
13791
13792         * cmake/FindGthread.cmake:
13793
13794 2010-08-24  Xan Lopez  <xlopez@igalia.com>
13795
13796         Build fix, strike 2.
13797
13798         The unit tests are C files, so put the flag in global_cflags.
13799
13800         * GNUmakefile.am:
13801
13802 2010-08-24  Xan Lopez  <xlopez@igalia.com>
13803
13804         Try to fix GTK+ build.
13805
13806         Move GTK_API_VERSION_2 define to here, since we want to use it
13807         outside of WebCore/WebKit.
13808
13809         * GNUmakefile.am:
13810
13811 2010-08-24  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13812
13813         [EFL] Unreviewed build fix after r65891.
13814
13815         r65891 renamed RemoteInspectorFrontend to InspectorFrontend. Rename
13816         accordingly in CMake build system.
13817
13818         * cmake/WebKitGenerators.cmake:
13819
13820 2010-08-20  Leandro Pereira  <leandro@profusion.mobi>
13821
13822         [EFL] Unreviewed. Fix build when using GNU gold.
13823         When linking with GNU gold, some symbols are not found: explicitly
13824         link with the required libraries.
13825
13826         * cmake/FindFontconfig.cmake: Added.
13827         * cmake/OptionsEfl.cmake: Find Fontconfig, JPEG, and PNG libraries.
13828
13829 2010-08-19  Philippe Normand  <pnormand@igalia.com>
13830
13831         Reviewed by Gustavo Noronha Silva.
13832
13833         [GStreamer] GTK XOverlay support in GStreamerGWorld
13834         https://bugs.webkit.org/show_bug.cgi?id=39474
13835
13836         * configure.ac: gst-interfaces link support needed for use of
13837         GstXOverlay interface.
13838         * GNUmakefile.am: Added new FullscreenVideoController files in the
13839         build.
13840
13841 2010-08-18  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
13842
13843         Reviewed by Antonio Gomes.
13844
13845         [EFL] Bump library dependencies
13846         https://bugs.webkit.org/show_bug.cgi?id=44182
13847
13848         Prepare for EFL release. All the EFL dependencies were bumped to
13849         1.0.0. Eina and Ecore_X needed a bump because of API has changed and
13850         the others were changed just to follow those two and because this is
13851         a stable release.
13852
13853         * cmake/FindEFL.cmake: Bump dependencies.
13854
13855 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
13856
13857         Reviewed by Yury Semikhatsky.
13858
13859         Web Inspector: replace hand written InspectorBackendStub.js with generated one.
13860         https://bugs.webkit.org/show_bug.cgi?id=43791
13861
13862         * GNUmakefile.am:
13863
13864 2010-08-18  Sheriff Bot  <webkit.review.bot@gmail.com>
13865
13866         Unreviewed, rolling out r65595.
13867         http://trac.webkit.org/changeset/65595
13868         https://bugs.webkit.org/show_bug.cgi?id=44161
13869
13870         qt build failed (Requested by loislo on #webkit).
13871
13872         * GNUmakefile.am:
13873
13874 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
13875
13876         Reviewed by Yury Semikhatsky.
13877
13878         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
13879         https://bugs.webkit.org/show_bug.cgi?id=43791
13880
13881         * GNUmakefile.am:
13882
13883 2010-08-17  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
13884
13885         Reviewed by Darin Adler.
13886
13887         Add NetworkingContext to avoid layer violations
13888         https://bugs.webkit.org/show_bug.cgi?id=42292
13889
13890         Preparation: Just add the files to the build system.
13891
13892         * GNUmakefile.am: Added new files.
13893
13894 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.couk>
13895
13896         Reviewed by Martin Robinson.
13897
13898         WebBackForwardList.get_{back|forward}_list_with_limit not introspectable
13899         https://bugs.webkit.org/show_bug.cgi?id=43054
13900
13901         * GNUmakefile.am: Give also API implementation files to the GIR
13902         scanner.
13903
13904 2010-08-17  Martin Robinson  <mrobinson@igalia.com>
13905
13906         GTK+ Build fix for those having stable versions of GLib.
13907
13908         * configure.ac: Only invoke GLIB_GSETTINGS if we have the necessary gio version.
13909
13910 2010-08-17  Sheriff Bot  <webkit.review.bot@gmail.com>
13911
13912         Unreviewed, rolling out r65500.
13913         http://trac.webkit.org/changeset/65500
13914         https://bugs.webkit.org/show_bug.cgi?id=44108
13915
13916         Qt bots failed to compile. (Requested by loislo on #webkit).
13917
13918         * GNUmakefile.am:
13919
13920 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
13921
13922         Reviewed by Yury Semikhatsky.
13923
13924         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
13925         https://bugs.webkit.org/show_bug.cgi?id=43791
13926
13927         * GNUmakefile.am:
13928
13929 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
13930
13931         Reviewed by Martin Robinson.
13932
13933         [GTK] GSettings support adds annoying warnings on systems with older glib versions
13934         https://bugs.webkit.org/show_bug.cgi?id=44056
13935
13936         Add file containing GLIB_GSETTINGS macro so that
13937         configure doesn't spit warnings in older systems.
13938
13939         * autotools/gsettings.m4: Added.
13940         * .gitignore: Ignore files that are generated inside autotools
13941         explicitely, because we have some that are kept in version
13942         control.
13943
13944 2010-08-16  Paul Sawaya  <psawaya@apple.com>
13945
13946         Reviewed by Chris Marrin.
13947
13948         Added shader validation via ANGLE
13949         https://bugs.webkit.org/show_bug.cgi?id=42405
13950
13951         Added ANGLE build to Makefile
13952
13953         * Makefile:
13954
13955 2010-08-16  Kevin Ollivier  <kevino@theolliviers.com>
13956
13957         [wx] Build fix, do not build WebCore as a convenience library as this leads to
13958         errors in the Win build w/export symbols and causes problems with DOM bindings
13959         debugging in gdb. 
13960
13961         * wscript: Copied from WebCore/wscript.
13962
13963 2010-08-15  Ryuan Choi  <ryuan.choi@samsung.com>
13964
13965         Reviewed by Antonio Gomes.
13966
13967         [EFL] Build error on r65378
13968         https://bugs.webkit.org/show_bug.cgi?id=44019
13969
13970         Add GENERATE_JSON macro for HTMLEntityNames.json instead of HTMLEntityNames.gperf
13971
13972         * cmake/WebKitMacros.cmake:
13973
13974 2010-08-14  Patrick Gansterer  <paroga@paroga.com>
13975
13976         Reviewed by Kenneth Rohde Christiansen.
13977
13978         [CMake] Add preprocessor detection for generator scripts
13979         https://bugs.webkit.org/show_bug.cgi?id=43984
13980
13981         * cmake/OptionsCommon.cmake:
13982
13983 2010-08-14  Adrienne Walker  <enne@google.com>
13984
13985         Reviewed by Kenneth Rohde Christiansen.
13986
13987         Update .gitignore file for more files
13988         https://bugs.webkit.org/show_bug.cgi?id=43991
13989
13990         * .gitignore:
13991
13992 2010-08-13  Leandro Pereira  <leandro@profusion.mobi>
13993
13994         [EFL] Unreviewed build fix.
13995
13996         * cmake/FindGthread.cmake: Fix warnings about obsolete PKGCONFIG macro.
13997         * cmake/WebKitGenerators.cmake: FLEX_EXECUTABLE was defined already
13998         by the root CMakeLists.txt file, so remove relevant lines that
13999         depends on FIND_PACKAGE_HANDLE_STANDARD_ARGS macro, which isn't
14000         available anymore.
14001
14002 2010-08-13  Alejandro G. Castro  <alex@igalia.com>
14003
14004         Reviewed by Xan Lopez.
14005
14006         We have to add the ACLOCAL_FLAGS in the env to the autogen.sh
14007         ACLOCAL_FLAGS variable in order to honor the value already
14008         defined, jhbuild uses it to pass parameters.
14009
14010         * autogen.sh:
14011
14012 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
14013
14014         Reviewed by Ariya Hidayat.
14015
14016         [Qt] Introduce Maemo6 for mobile features
14017         https://bugs.webkit.org/show_bug.cgi?id=43969
14018
14019         * WebKit.pri: Use maemo6 where we also use maemo5.
14020
14021 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
14022
14023         Reviewed by Ariya Hidayat.
14024
14025         [Qt] Clean up mobile feature useage
14026         https://bugs.webkit.org/show_bug.cgi?id=43968
14027
14028         * WebKit.pri: Set feature defaults here for some Nokia specific mobile platforms
14029
14030 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
14031
14032         Reviewed by Nikolas Zimmermann.
14033
14034         [CMake] Cleanup generator code.
14035         https://bugs.webkit.org/show_bug.cgi?id=39164
14036
14037         * cmake/WebKitGenerators.cmake:
14038         * cmake/WebKitMacros.cmake:
14039
14040 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
14041
14042         Reviewed by Nikolas Zimmermann.
14043
14044         [CMake] Add missing FIND_PACKAGE(Gperf)
14045         https://bugs.webkit.org/show_bug.cgi?id=43937
14046
14047         * CMakeLists.txt:
14048
14049 2010-08-12  Dimitri Glazkov  <dglazkov@chromium.org>
14050
14051         Reviewed by David Levin.
14052
14053         Add more Chromium-related dependency directories to .gitignore.
14054         https://bugs.webkit.org/show_bug.cgi?id=43940
14055
14056         * .gitignore: Added all existing that are created by update-webkit --chromium.
14057
14058 2010-08-12  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
14059
14060         Reviewed by Martin Robinson.
14061
14062         [GTK] Use GSettings to save/restore Web Inspector settings
14063         https://bugs.webkit.org/show_bug.cgi?id=43512
14064
14065         * GNUmakefile.am: GSettings rules.
14066         * configure.ac: GSettings infrastructure, and check if we should
14067         use it by looking for an appropriate version of GIO.
14068
14069 2010-08-12  Rafael Antognolli  <antognolli@profusion.mobi>
14070
14071         Reviewed by Kenneth Rohde Christiansen.
14072
14073         [EFL] Making CMake keep track of theme dependencies.
14074         https://bugs.webkit.org/show_bug.cgi?id=43862
14075
14076         Removing unused macro GENERATE_EDJ.
14077
14078         * cmake/WebKitEfl.cmake:
14079
14080 2010-08-12  Sheriff Bot  <webkit.review.bot@gmail.com>
14081
14082         Unreviewed, rolling out r65225.
14083         http://trac.webkit.org/changeset/65225
14084         https://bugs.webkit.org/show_bug.cgi?id=43918
14085
14086         Broke EFL port build (Requested by acidx on #webkit).
14087
14088         * cmake/WebKitGenerators.cmake:
14089         * cmake/WebKitMacros.cmake:
14090
14091 2010-08-12  Patrick Gansterer  <paroga@paroga.com>
14092
14093         Reviewed by Nikolas Zimmermann.
14094
14095         [CMake] Cleanup generator code.
14096         https://bugs.webkit.org/show_bug.cgi?id=39164
14097
14098         * cmake/WebKitGenerators.cmake:
14099         * cmake/WebKitMacros.cmake:
14100
14101 2010-08-10  Balazs Kelemen  <kb@inf.u-szeged.hu>
14102
14103         Reviewed by Antonio Gomes.
14104
14105         [Qt] Build WebKit2 into a static lib
14106
14107         https://bugs.webkit.org/show_bug.cgi?id=43621
14108
14109         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
14110
14111 2010-08-07  Sheriff Bot  <webkit.review.bot@gmail.com>
14112
14113         Unreviewed, rolling out r64904.
14114         http://trac.webkit.org/changeset/64904
14115         https://bugs.webkit.org/show_bug.cgi?id=43671
14116
14117         Broke the Qt Windows builders. (Requested by bbandix on
14118         #webkit).
14119
14120         * WebKit.pro:
14121
14122 2010-08-07  Balazs Kelemen  <kb@inf.u-szeged.hu>
14123
14124         Reviewed by Eric Seidel.
14125
14126         [Qt] Build WebKit2 into a static lib
14127
14128         https://bugs.webkit.org/show_bug.cgi?id=43621
14129
14130         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
14131
14132 2010-08-06  ryuan choi  <ryuan.choi@samsung.com>
14133
14134         Reviewed by Antonio Gomes.
14135
14136         [EFL] Regression (64763) build fix for efl.
14137         https://bugs.webkit.org/show_bug.cgi?id=43597
14138
14139         change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break
14140
14141         * cmake/OptionsEfl.cmake:
14142
14143 2010-08-05  Jian Li  <jianli@chromium.org>
14144
14145         Reviewed by David Levin.
14146
14147         Unify blob related feature defines to ENABLE(BLOB).
14148         https://bugs.webkit.org/show_bug.cgi?id=43081
14149
14150         * cmakeconfig.h.cmake:
14151         * configure.ac:
14152
14153 2010-08-05  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
14154
14155         Reviewed by Xan Lopez.
14156
14157         Move files that are generated by the configure script to
14158         DISTCLEANFILES, where they should be. This fixes building after a
14159         make clean.
14160
14161         * GNUmakefile.am:
14162
14163 2010-08-04  Siddharth Mathur  <siddharth.mathur@nokia.com>
14164
14165         Reviewed by Laszlo Gombos.
14166
14167         [Qt][Symbian] Variable max heap size between target/emulator
14168         https://bugs.webkit.org/show_bug.cgi?id=41480
14169
14170         * WebKit.pri: Symbian-only code block for EPOCHEAPSIZE configuration
14171
14172 2010-08-03  Eric Seidel  <eric@webkit.org>
14173
14174         Unreviewed.  Test commit for commit-queue@webkit.org.
14175
14176 2010-08-03  Xan Lopez  <xlopez@igalia.com>
14177
14178         Reviewed by Gustavo Noronha.
14179
14180         [GTK] Fix DOM event dispatch
14181         https://bugs.webkit.org/show_bug.cgi?id=40847
14182
14183         Add new files to the build.
14184
14185         * GNUmakefile.am:
14186
14187 2010-08-03  Xan Lopez  <xlopez@igalia.com>
14188
14189         Reviewed by Gustavo Noronha.
14190
14191         Silence JSCore gir "creation".
14192
14193         * GNUmakefile.am:
14194
14195 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
14196
14197         Unreviewed, rolling out r64471.
14198         http://trac.webkit.org/changeset/64471
14199         https://bugs.webkit.org/show_bug.cgi?id=43005
14200
14201         Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
14202         until further discussion
14203
14204         * GNUmakefile.am:
14205
14206 2010-08-02  Xan Lopez  <xlopez@igalia.com>
14207
14208         Reviewed by Gustavo Noronha.
14209
14210         [GTK] Add support for the Audio element in the DOM bindings
14211         https://bugs.webkit.org/show_bug.cgi?id=43313
14212
14213         Add new files to the build.
14214
14215         * GNUmakefile.am:
14216
14217 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
14218
14219         Reviewed by David Kilzer.
14220
14221         AX: Support methods for web apps to interact with the native accessibility APIs
14222         https://bugs.webkit.org/show_bug.cgi?id=43005
14223
14224         * GNUmakefile.am:
14225
14226 2010-08-02  Balazs Kelemen  <kb@inf.u-szeged.hu>
14227
14228         Reviewed by Simon Hausmann.
14229
14230         [Qt] Generate forwarding headers for WebKit2
14231
14232         https://bugs.webkit.org/show_bug.cgi?id=43336
14233
14234         * DerivedSources.pro: Added WebKit2/DerivedSources.pro to SUBDIRS if webkit2 is on.
14235
14236 2010-07-30  Patrick Gansterer  <paroga@paroga.com>
14237
14238         Reviewed by Nikolas Zimmermann.
14239
14240         [CMake] Add FindGperf.cmake
14241         https://bugs.webkit.org/show_bug.cgi?id=39163
14242
14243         Add a clean gperf dedection since we need it for building.
14244
14245         * CMakeLists.txt:
14246         * cmake/FindGperf.cmake: Added.
14247
14248 2010-07-30  Rafael Antognolli  <antognolli@profusion.mobi>
14249
14250         Reviewed by Antonio Gomes.
14251
14252         [EFL] Add library version and soname to EFL generated libraries and binary.
14253         https://bugs.webkit.org/show_bug.cgi?id=43212
14254
14255         Make WebKit-EFL follow libtool soname versioning scheme.
14256
14257         * cmake/OptionsEfl.cmake: Added PROJECT_VERSION_PATCH to PROJECT_VERSION.
14258
14259 2010-07-29  Martin Robinson  <mrobinson@igalia.com>
14260
14261         Unreviewed build fix.
14262
14263         Fix installation of autogenerated header files.
14264
14265         * GNUmakefile.am: Fix autogenerated header file installation.
14266
14267 2010-07-27  Martin Robinson  <mrobinson@igalia.com>
14268
14269         Unreviewed build fix.
14270
14271         Add missing webkitdomdefines.h header to the sources list.
14272
14273         * GNUmakefile.am: Add missing header to the sources list.
14274
14275 2010-07-27  Kinuko Yasuda  <kinuko@chromium.org>
14276
14277         Reviewed by Ojan Vafai.
14278
14279         Add FILE_SYSTEM build flag for FileSystem API
14280         https://bugs.webkit.org/show_bug.cgi?id=42915
14281
14282         * configure.ac:
14283
14284 2010-07-26  ryuan choi  <ryuan.choi@samsung.com>
14285
14286         Unreviewed build fix.
14287
14288         [EFL]REGRESSION(r63952): build break because of InspectorBackendDispatcher.cpp
14289         https://bugs.webkit.org/show_bug.cgi?id=43021
14290
14291         Modify cmake script to fix build break as adding InspectorBackendDispatcher.
14292
14293         * cmake/WebKitGenerators.cmake:
14294
14295 2010-07-27  Rafael Antognolli  <antognolli@profusion.mobi>
14296
14297         Reviewed by Antonio Gomes.
14298
14299         [EFL] Changing library names (appending suffix "_efl")
14300         https://bugs.webkit.org/show_bug.cgi?id=42902
14301
14302         Instead of having libwebcore.so, we will have libwebcore_efl.so.
14303         Same for javascriptcore and wtf when compiled as shared, and for jsc.
14304
14305         * cmake/OptionsEfl.cmake:
14306
14307 2010-07-26  Martin Robinson  <mrobinson@igalia.com>
14308
14309         Reviewed by Xan Lopez.
14310
14311         [GTK] Get rid of libgdom
14312         https://bugs.webkit.org/show_bug.cgi?id=42378
14313
14314         Remove the need to build the libgdom intermediate library.
14315
14316         * GNUmakefile.am: Move the source list for the GObject DOM bindings to
14317         the top-level GNUmakefile.am, since they are logically part of WebKit, instead
14318         of WebCore. List all auto-generated files statically and remove no-longer-
14319         used variables. Fix an issue where some places expected webkitenumtypes.cpp
14320         to be generated in different directories.
14321
14322 2010-07-24  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>
14323
14324         Reviewed by Xan Lopez.
14325
14326         [GTK] Enable jit compilation on arm
14327         https://bugs.webkit.org/show_bug.cgi?id=42856
14328
14329         Add missing bits to configure.ac to build the arm jit.
14330         Compile and tested on debian sid armel on a qemu vm.
14331
14332         * configure.ac:
14333
14334 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
14335
14336         Reviewed by Antonio Gomes.
14337
14338         [EFL] Cleanup glib support (make it optional)
14339         https://bugs.webkit.org/show_bug.cgi?id=42480
14340
14341         Fixing support for compiling EFL port without glib.
14342
14343         * cmake/FindGthread.cmake: Added.
14344         * cmake/OptionsEfl.cmake:
14345
14346 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
14347
14348         Reviewed by Antonio Gomes.
14349
14350         [EFL] Add support for using libcurl network backend.
14351         https://bugs.webkit.org/show_bug.cgi?id=42286
14352
14353         Instead of just libsoup, the EFL port now can use libcurl backend.
14354         This is a step in the direction of removing dependency on glib. Just
14355         need to pass the option -DNETWORK_BACKEND=curl to cmake in order to
14356         enable it.
14357
14358         * cmake/OptionsEfl.cmake:
14359
14360 2010-07-23  Andras Becsi  <abecsi@webkit.org>
14361
14362         Reviewed by Kenneth Rohde Christiansen.
14363
14364         [Qt] Enable the build of MiniBrowser.
14365
14366         * WebKit.pro: add MiniBrowser.pro to SUBDIRS.
14367
14368 2010-07-23  Balazs Kelemen  <kb@inf.u-szeged.hu>
14369
14370         Reviewed by Kenneth Rohde Christiansen.
14371
14372         [Qt] Setup the QtWebProcess
14373
14374         https://bugs.webkit.org/show_bug.cgi?id=42623
14375
14376         * WebKit.pro: Add WebKit2.pro to the build guarded by webkit2 config variable.
14377
14378 2010-07-20  Rafael Antognolli  <antognolli@profusion.mobi>
14379
14380         Reviewed by Antonio Gomes.
14381
14382         [EFL] Enable Ecore-X on compile time
14383         https://bugs.webkit.org/show_bug.cgi?id=42600
14384
14385         Check for a flag received from cmake configure and disable it
14386         if necessary. Also disable it if Ecore-X wasn't found.
14387
14388         EFL port does not support automated tests yet.
14389
14390         * cmake/FindEFL.cmake:
14391         * cmake/OptionsEfl.cmake:
14392
14393 2010-07-20  Hans Wennborg  <hans@chromium.org>
14394
14395         Reviewed by Steve Block.
14396
14397         Add WebCore/bindings/generic/RuntimeEnabledFeatures.cpp to build files
14398         https://bugs.webkit.org/show_bug.cgi?id=42380
14399
14400         RuntimeEnabledFeatures.cpp and .h were moved from bindings/v8 to
14401         bindings/generic a while a go (in r54593), but need to
14402         be added to the build in order to be used.
14403
14404         No new functionality so no new tests.
14405
14406         * Android.mk:
14407
14408 2010-07-16  Leandro Pereira  <leandro@profusion.mobi>
14409
14410         [EFL] Unreviewed build system cleanup.
14411
14412         Remove reference to "mediaControlsGtk.css".
14413
14414         * cmake/WebKitGenerators.cmake:
14415
14416 2010-07-16  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
14417
14418         Reviewed by Antonio Gomes.
14419
14420         [EFL] Build with MathML enabled. Fix build when MathML is enabled and
14421         make it the default.
14422         https://bugs.webkit.org/show_bug.cgi?id=42453
14423
14424         * cmake/OptionsEfl.cmake: build with MathML enabled as default.
14425
14426 2010-07-15  Martin Robinson  <mrobinson@igalia.com>
14427
14428         Reviewed by Oliver Hunt.
14429
14430         [GTK] Simplify the distribution step
14431         https://bugs.webkit.org/show_bug.cgi?id=42414
14432
14433         * GNUmakefile.am: Remove unused variables. Rely on WebCore/GNUmakefile.am
14434         to handle distributing IDL files from WebCore and to modify EXTRA_DIST.
14435
14436 2010-07-14  Martin Robinson  <mrobinson@igalia.com>
14437
14438         Reviewed by Xan Lopez.
14439
14440         [GTK] Get rid of libWebCoreJS
14441         https://bugs.webkit.org/show_bug.cgi?id=42083
14442
14443         * GNUmakefile.am: Remove the libWebCoreJS library from the extra
14444         link libraries. Add IDL files to the distribution manually, as they
14445         are no longer included in the header list. This prevents a good deal
14446         of repetition in the source listings by avoiding listing both the IDL
14447         files and their final targets.
14448
14449 2010-07-14  Vincent Scheib  <scheib@chromium.org>
14450
14451         Reviewed by Kent Tamura
14452
14453         Configure Git to ignore build files generated by Chromium .gyp on windows.
14454
14455         Bug 42205: Chromium build files on windows not ignored by git
14456         https://bugs.webkit.org/show_bug.cgi?id=42205
14457         
14458         * .gitignore: Updated
14459
14460 2010-07-13  Sheriff Bot  <webkit.review.bot@gmail.com>
14461
14462         Unreviewed, rolling out r63262.
14463         http://trac.webkit.org/changeset/63262
14464         https://bugs.webkit.org/show_bug.cgi?id=42229
14465
14466         broke Windows compile (Requested by bweinstein on #webkit).
14467
14468         * WebKit.pro:
14469
14470 2010-07-13  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
14471
14472         Reviewed by Oliver Hunt.
14473
14474         Separate CoreFoundation specific tests in JSC's testapi.c
14475
14476         testapi.c depends on the Core Foundation.
14477         https://bugs.webkit.org/show_bug.cgi?id=40058
14478
14479         * WebKit.pro: enable compilation of JSC C API test.
14480
14481 2010-07-13  Scott Violet  <sky@chromium.org>
14482
14483         Reviewed by David Levin.
14484
14485         [Chromium] Makes pressing tab accept the currently selected item in a popup.
14486         https://bugs.webkit.org/show_bug.cgi?id=42172
14487
14488         * WebCore/platform/chromium/PopupMenuChromium.cpp:
14489
14490 2010-07-12  Xan Lopez  <xlopez@igalia.com>
14491
14492         Reviewed by Gustavo Noronha.
14493
14494         Bump to 1.3.3
14495
14496         * configure.ac:
14497
14498 2010-07-12  Xan Lopez  <xlopez@igalia.com>
14499
14500         Reviewed by Gustavo Noronha.
14501
14502         Suffix .mo files with the GTK+ API version so that they can be
14503         parallel installable.
14504
14505         * configure.ac:
14506
14507 2010-07-12  Xan Lopez  <xlopez@igalia.com>
14508
14509         Reviewed by Gustavo Noronha.
14510
14511         Add another include path to the scanner to avoid warnings related
14512         to undefined types. It wasn't picking up <webkit/foo.h>-like
14513         headers.
14514
14515         * GNUmakefile.am:
14516
14517 2010-07-07  Rafael Antognolli  <antognolli@profusion.mobi>
14518
14519         Reviewed by Adam Barth.
14520
14521         [EFL] Fix cmake build and libsoup detection
14522         Some changes should be done to cmake build system to fix the detection of libsoup and correct some link paths:
14523         - LINK_FLAGS should be set using quotes, otherwise some wrong
14524         substitution takes place;
14525         - we should use LIBSOUP24_* instead of LIBSOUP_* since this is the
14526         version we are using;
14527         - need to set HAVE_LIBSOUP_2_29_90 if we find a version equal or newer
14528         than that.
14529         https://bugs.webkit.org/show_bug.cgi?id=41717
14530
14531         * cmake/OptionsEfl.cmake:
14532
14533 2010-07-06  Leandro Pereira  <leandro@profusion.mobi>
14534
14535         Unreviewed build fix.
14536
14537         [EFL] Add macro to generate inspector code.
14538
14539         * cmake/WebKitGenerators.cmake:
14540
14541 2010-07-06  Martin Robinson  <mrobinson@igalia.com>
14542
14543         Unreviewed.
14544
14545         Build fix after r62549.
14546
14547         * GNUmakefile.am: Remove new variable that is no longer used.
14548
14549 2010-07-06  Ilya Tikhonovsky  <loislo@chromium.org>
14550
14551         Reviewed by Yury Semikhatsky.
14552
14553         WebInspector: generator part of the patch for bug 40675.
14554         On the way to Remote Debugging we want to support JSON serialization
14555         on both sides of WebInspector transport.
14556         As far as InspectorFrontend class is a simple proxy to WebInspector
14557         it would be better to generate it from an IDL file.
14558         We have generator infrastructure for binding and will reuse it for
14559         new generator.
14560         https://bugs.webkit.org/show_bug.cgi?id=41692
14561
14562         * GNUmakefile.am:
14563
14564 2010-07-05  Antti Koivisto  <koivisto@iki.fi>
14565
14566         Revert unplanned project file change.
14567
14568         * WebKit.pro:
14569
14570 2010-06-23  Martin Robinson  <mrobinson@igalia.com>
14571
14572         Reviewed by Gustavo Noronha Silva.
14573
14574         [GTK] Separate DerivedSources per-project
14575         https://bugs.webkit.org/show_bug.cgi?id=41109
14576
14577         Separate WebKitGTK+ DerivedSources into per-project subdirectories to prepare
14578         for properly building WebKit2.
14579
14580         * GNUmakefile.am:
14581
14582 2010-07-01  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
14583
14584         Reviewed by Simon Hausmann.
14585
14586         [Qt] Fix a comment in WebKit.pri.
14587
14588         * WebKit.pri:
14589
14590 2010-06-16  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
14591
14592         Reviewed by Simon Hausmann.
14593
14594         [Qt] Fix qmake vcproj generation for QtWebKit.
14595
14596         qmake use TARGET=/LIBS+= -lTARGET to create dependencies
14597         between projects in a subdir template.
14598
14599         Since when compiling outside of Qt we hijack the target name of
14600         QtWebKit to add the configuration and version suffix to the binary
14601         filename, qmake can't establish the WebCore project as a dependency
14602         to QtTestBrowser.
14603
14604         This patch makes sure that the target is not hijacked on the
14605         first of the three passes where the dependencies are determined.
14606
14607         * WebKit.pri:
14608
14609 2010-07-01  Simon Hausmann  <simon.hausmann@nokia.com>
14610
14611         Rubber-stamped by Laszlo Gombos.
14612
14613         [Qt][Symbian] Bumped up the maximum heap size to 96MB
14614
14615         * WebKit.pri:
14616
14617 2010-06-30  Leandro Pereira  <leandro@profusion.mobi>
14618
14619         Unreviewed.
14620
14621         Generate CSSValueKeywords.cpp instead of CSSValueKeywords.c to avoid
14622         recompilation and relinking of WebCore when no files were changed.
14623
14624         * cmake/WebKitGenerators.cmake:
14625
14626 2010-06-29  Antoine Labour  <piman@chromium.org>
14627
14628         Reviewed by Dimitri Glazkov.
14629
14630         Only call Windows-specific PlatformSkiaContext functions on Windows.
14631
14632         * WebCore/platform/graphics/chromium/LayerChromium.cpp:
14633         * WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:
14634
14635 2010-06-28  John Gregg  <johnnyg@google.com>
14636
14637         Reviewed by Kent Tamura.
14638
14639         add ENABLE_DIRECTORY_UPLOAD build support
14640         https://bugs.webkit.org/show_bug.cgi?id=41100
14641
14642         * configure.ac:
14643
14644 2010-06-28  Xan Lopez  <xlopez@igalia.com>
14645
14646         Reviewed by Gustavo Noronha.
14647
14648         Bump version to 1.3.2.
14649
14650         * configure.ac:
14651
14652 2010-06-28  Xan Lopez  <xlopez@igalia.com>
14653
14654         Rubber-stamped by Gustavo Noronha.
14655
14656         Bump gobject-introspection required version to 0.6.15, since we
14657         are now shipping version 1.1 gir files.
14658
14659         * configure.ac:
14660
14661 2010-06-28  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
14662
14663         Unreviewed build fix.
14664
14665         [EFL] Build fix for latest version of Ecore library.
14666         Ecore recently changed return type of callbacks from int to Eina_Bool.
14667
14668         * cmake/FindEFL.cmake: Bump version of Ecore dependency.
14669
14670 2010-06-28  Xan Lopez  <xlopez@igalia.com>
14671
14672         Reviewed by Gustavo Noronha.
14673
14674         [GTK] Does not compile with -DGSEAL_ENABLE
14675         https://bugs.webkit.org/show_bug.cgi?id=37851
14676
14677         Add automake flag to signal whether we are building with GTK+ 2.x
14678         or 3.x.
14679
14680         * configure.ac:
14681
14682 2010-06-28  Xan Lopez  <xlopez@igalia.com>
14683
14684         Reviewed by Gustavo Noronha.
14685
14686         [GTK] Add support for GTK+3
14687         https://bugs.webkit.org/show_bug.cgi?id=41253
14688
14689         Add --with-gtk configure flag, defaulting to support for GTK+ 2.x.
14690
14691         * GNUmakefile.am:
14692         * configure.ac:
14693
14694 2010-06-26  Tony Gentilcore  <tonyg@chromium.org>
14695
14696         Reviewed by Dimitri Glazkov.
14697
14698         Add an --enable-web-timing flag which guards Web Timing support.
14699         https://bugs.webkit.org/show_bug.cgi?id=38924
14700
14701         This flag is disabled by default.
14702         See: http://dev.w3.org/2006/webapi/WebTiming/
14703
14704         * configure.ac:
14705
14706 2010-06-25  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
14707
14708         Reviewed by Simon Hausmann.
14709
14710         Introduce to QtScript benchmarks.
14711
14712         The QtScript performance should be tested regularly. The patch introduces
14713         micro benchmarks for existing API.
14714
14715         [Qt] Performance of the QtScript API is not tested.
14716         https://bugs.webkit.org/show_bug.cgi?id=40911
14717
14718         * WebKit.pro:
14719
14720 2010-06-25  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
14721
14722         Reviewed by Kenneth Rohde Christiansen.
14723
14724         [CMake] Add option to enable JIT.
14725         JIT is disabled by default, but now it's possible to enable it through
14726         an option to CMake: -DENABLE_JIT will enable it.
14727         https://bugs.webkit.org/show_bug.cgi?id=40936
14728
14729         * cmake/OptionsEfl.cmake: add new -DENABLE_JIT option.
14730         * cmakeconfig.h.cmake: use new -DENABLE_JIT option.
14731
14732 2010-06-23  Leandro Pereira  <leandro@profusion.mobi>
14733
14734         Reviewed by Kenneth Rohde Christiansen.
14735
14736         [EFL] Add support to CPack (to generate source tarballs)
14737         https://bugs.webkit.org/show_bug.cgi?id=41009
14738         
14739         * CMakeLists.txt:
14740         * cmake/OptionsEfl.cmake: Define the default source generator for
14741         the EFL port.
14742         * cmake/WebKitPackaging.cmake: Added. This file filters the source
14743         files so that only files relevant to the selected port are included
14744         in the source tarball. See comments for details.
14745
14746 2010-06-22  Eric Seidel  <eric@webkit.org>
14747
14748         Unreviewed.  Test commit for commit-queue@webkit.org.
14749
14750 2010-06-21  Prasad Tammana  <prasadt@chromium.org>
14751
14752         Reviewed by Darin Adler.
14753
14754         DumpRenderTree should allow tests with modal dialogs
14755         https://bugs.webkit.org/show_bug.cgi?id=35350
14756
14757         * DumpRenderTree/LayoutTestController.cpp:
14758         (abortModalCallback):
14759         (LayoutTestController::staticFunctions):
14760         * DumpRenderTree/LayoutTestController.h:
14761         * DumpRenderTree/mac/LayoutTestControllerMac.mm:
14762         (LayoutTestController::abortModal):
14763         Add abortModal method to LayoutTestController and make it available from script.
14764
14765         * DumpRenderTree/mac/UIDelegate.mm: Add support for showModalDialog.
14766         (-[UIDelegate modalWindowWillClose:]): Observer for NSWindowWillCloseNotifications to call
14767         abortModal from when modal window closes.
14768         (-[UIDelegate webViewRunModal:]): Delegate method for showModalDialog to run the modal loop.
14769
14770 2010-06-21  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
14771
14772         Unreviewed debug build fix.
14773
14774         [CMake] Do not force build type to Release
14775         https://bugs.webkit.org/show_bug.cgi?id=40566
14776
14777         * CMakeLists.txt:
14778
14779 2010-06-21  Satish Sampath  <satish@chromium.org>
14780
14781         Reviewed by Steve Block.
14782
14783         Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
14784         https://bugs.webkit.org/show_bug.cgi?id=40878
14785
14786         * configure.ac:
14787
14788 2010-06-17  Shu Chang  <chang.shu@nokia.com>
14789
14790         Reviewed by Kenneth Rohde Christiansen.
14791
14792         [Qt] Fix the link error on symbian with ENABLE_JIT=0.
14793         1. Add "#if ENABLE(JIT)" in the header file;
14794         2. Put feature enable/disable logic to a common.pri so
14795         that both JavaScriptCore.pri and WebCore.pri can share.
14796
14797         https://bugs.webkit.org/show_bug.cgi?id=40780
14798
14799         * common.pri: Added.
14800
14801 2010-06-17  Alexis Menard  <alexis.menard@nokia.com>
14802
14803         Reviewed by Kenneth Rohde Christiansen.
14804
14805         [Qt] Upstream the WebKit QML integration plugin
14806         https://bugs.webkit.org/show_bug.cgi?id=40050
14807
14808         Add to the build the QML WebKit integration plugin.
14809
14810         * WebKit.pro:
14811
14812 2010-06-17  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
14813
14814         Reviewed by Gustavo Noronha.
14815
14816         Update CMake build system to use new script for generating source files
14817         with gperf (r61091).
14818         https://bugs.webkit.org/show_bug.cgi?id=40628
14819
14820         * cmake/WebKitGenerators.cmake:
14821
14822 2010-06-17  Mark Brand  <mabrand@mabrand.nl>
14823
14824         Reviewed by Simon Hausmann.
14825
14826         [Qt] use "win32-g++*" scope to match all MinGW makespecs
14827
14828         The scope "win32-g++" comes from the name of the makespec. However, it
14829         is frequently used to check for MinGW. This works fine as long as
14830         win32-g++ is the only makespec for MinGW. Now we need the wildcard
14831         to cover "win32-g++-cross" as well.
14832
14833         * WebKit.pri:
14834
14835 2010-06-15  Xan Lopez  <xlopez@igalia.com>
14836
14837         Unreviewed build fix.
14838
14839         Remove GSEAL from the debug config since the bots have a GTK+
14840         version too old, duh.
14841
14842         * GNUmakefile.am:
14843
14844 2010-06-15  Xan Lopez  <xlopez@igalia.com>
14845
14846         Reviewed by Gustavo Noronha.
14847
14848         [GTK] Does not compile with -DGSEAL_ENABLE
14849         https://bugs.webkit.org/show_bug.cgi?id=37851
14850
14851         Add GSEAL_ENABLE flag when doing debug builds.
14852
14853         * GNUmakefile.am:
14854
14855 2010-06-13  Tony Chang  <tony@chromium.org>
14856
14857         Reviewed by Darin Fisher.
14858
14859         Chromium shouldn't build inside the source directory
14860         https://bugs.webkit.org/show_bug.cgi?id=40489
14861
14862         Ignore Chromium Linux build files.
14863
14864         * .: Added property svn:ignore. Modified property svn:ignore.
14865
14866 2010-06-09  Leandro Pereira  <leandro@profusion.mobi>
14867
14868         Reviewed by Adam Treat.
14869
14870         [EFL] Allow building core libraries as shared objects to speed up
14871         linking time on machines with small amounts of memory.
14872         http://webkit.org/b/39899
14873
14874         * CMakeLists.txt: Add SHARED_CORE option.
14875         * cmake/FindGlib.cmake: Add GObject to the list of GLib libraries to
14876         search.
14877         * cmake/OptionsEfl.cmake: Remove default library type definitions.
14878         * cmake/WebKitHelpers.cmake: -fvisibility=hidden did not behave well
14879         when SHARED_CORE is used.
14880
14881 2010-06-08  Xan Lopez  <xlopez@igalia.com>
14882
14883         Reviewed by Gustavo Noronha.
14884
14885         [GTK] Unit testing for WebKitDOMNode hierarchy walk
14886         https://bugs.webkit.org/show_bug.cgi?id=40171
14887
14888         Add DOM node test to the build system.
14889
14890         * GNUmakefile.am:
14891
14892 2010-06-02  Sterling Swigart  <sswigart@google.com>
14893
14894         Reviewed by David Levin.
14895
14896         Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
14897         https://bugs.webkit.org/show_bug.cgi?id=39906
14898
14899         * configure.ac:
14900
14901 2010-05-31  Xan Lopez  <xlopez@igalia.com>
14902
14903         Reviewed by Gustavo Noronha.
14904
14905         Copy the NEWS file to the toplevel when creating the release
14906         tarballs, otherwise it's a bit hard to find.
14907
14908         * GNUmakefile.am:
14909
14910 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
14911
14912         Final make distcheck fix - clean up generated GDOM files on distclean.
14913
14914         * GNUmakefile.am:
14915
14916 2010-05-27  Xan Lopez  <xlopez@igalia.com>
14917
14918         More GTK+ distcheck fixes.
14919
14920         * GNUmakefile.am:
14921
14922 2010-05-27  Xan Lopez  <xlopez@igalia.com>
14923
14924         Reviewed by Gustavo Noronha.
14925
14926         Bump for 1.3.1 release.
14927
14928         * configure.ac:
14929
14930 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
14931
14932         Reviewed by Xan Lopez.
14933
14934         Build fix for introspection support - make sure DOM headers are
14935         included by the GI scanner.
14936
14937         * GNUmakefile.am:
14938
14939 2010-05-26  Gustavo Noronha Silva  <gns@gnome.org>
14940
14941         Build fixes for make distcheck.
14942
14943         * GNUmakefile.am:
14944
14945 2010-05-26  Xan Lopez  <xlopez@igalia.com>
14946
14947         Reviewed by Gustavo Noronha.
14948
14949         [GTK] Add support for DOM events in the GObject DOM bindings
14950         https://bugs.webkit.org/show_bug.cgi?id=38844
14951
14952         Add new test to the build.
14953
14954         * GNUmakefile.am:
14955
14956 2010-05-22  Leandro Pereira  <leandro@profusion.mobi>
14957
14958         Reviewed by Eric Seidel.
14959
14960         [EFL] Build fix (always compile libraries with -fPIC when compiler
14961         is gcc; always define WTF_USE_PTHREADS).
14962         http://webkit.org/b/39235
14963
14964         * cmake/OptionsCommon.cmake:
14965         * cmake/OptionsEfl.cmake:
14966         * cmake/WebKitHelpers.cmake:
14967
14968 2010-05-19  Dan Winship  <danw@gnome.org>
14969
14970         Reviewed by Xan Lopez.
14971
14972         [GTK] Install introspection files in our prefix, not
14973         gobject-introspection's prefix
14974
14975         * GNUmakefile.am:
14976         * configure.ac:
14977
14978 2010-05-15  Leandro Pereira  <leandro@profusion.mobi>
14979
14980         Reviewed by Adam Treat.
14981
14982         [EFL] Add build system for the EFL port.
14983         http://webkit.org/b/37945
14984
14985         * CMakeLists.txt: Added.
14986         * cmake/FindCFLite.cmake: Added.
14987         * cmake/FindCairo.cmake: Added.
14988         * cmake/FindEFL.cmake: Added.
14989         * cmake/FindFreetype.cmake: Added.
14990         * cmake/FindGDK-PixBuf.cmake: Added.
14991         * cmake/FindGDK.cmake: Added.
14992         * cmake/FindGIO.cmake: Added.
14993         * cmake/FindGlib.cmake: Added.
14994         * cmake/FindICU.cmake: Added.
14995         * cmake/FindLibSoup2.cmake: Added.
14996         * cmake/FindLibXlst.cmake: Added.
14997         * cmake/FindPango.cmake: Added.
14998         * cmake/FindSqlite.cmake: Added.
14999         * cmake/LibFindMacros.cmake: Added.
15000         * cmake/OptionsCommon.cmake: Added.
15001         * cmake/OptionsEfl.cmake: Added.
15002         * cmake/WebKitEfl.cmake: Added.
15003         * cmake/WebKitFS.cmake: Added.
15004         * cmake/WebKitFeatures.cmake: Added.
15005         * cmake/WebKitGenerators.cmake: Added.
15006         * cmake/WebKitHelpers.cmake: Added.
15007         * cmake/WebKitMacros.cmake: Added.
15008         * cmakeconfig.h.cmake: Added.
15009
15010 2010-05-14  Simon Hausmann  <simon.hausmann@nokia.com>
15011
15012         Rubber-stamped by Antti Koivisto.
15013
15014         [Qt] Rename QtLauncher to QtTestBrowser
15015         https://bugs.webkit.org/show_bug.cgi?id=37665
15016
15017         * WebKit.pro:
15018
15019 2010-05-12  Csaba Osztrogonác  <ossy@webkit.org>
15020
15021         Reviewed by Kenneth Rohde Christiansen.
15022
15023         [Qt] Link error in debug mode without debug_and_release config
15024         https://bugs.webkit.org/show_bug.cgi?id=39006
15025
15026         * WebKit.pri: Unnecessary build_pass guard removed.
15027
15028 2010-05-12  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
15029
15030         Reviewed by Kenneth Rohde Christiansen.
15031
15032         [Qt] Detect debug mode consistently
15033         https://bugs.webkit.org/show_bug.cgi?id=38863
15034
15035         * WebKit.pri:
15036
15037 2010-05-08  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
15038
15039         Reviewed by Kenneth Rohde Christiansen.
15040
15041         [Qt] Build the ImageDiff tool for all platforms including Windows and Symbian
15042         https://bugs.webkit.org/show_bug.cgi?id=38706
15043
15044         * WebKit.pro:
15045
15046 2010-05-07  Simon Hausmann  <simon.hausmann@nokia.com>
15047
15048         Add a few more files with Windows linefeeds to the .gitattributes file.
15049
15050         * .gitattributes:
15051
15052 2010-05-05  Alejandro G. Castro  <alex@igalia.com>
15053
15054         Reviewed by Xan Lopez.
15055
15056         Fixed the gobject introspection compilation with the new DOM
15057         bindings, we needed to add DOM objects.
15058
15059         * GNUmakefile.am:
15060
15061 2010-05-04  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
15062
15063         Unreviewed, build fix for Symbian.
15064
15065         [Symbian] Symbian builds does not support shadow builds
15066
15067         Revision r54715 broke the Symbian build. For Symbian
15068         the include directory is generated in the root of the source tree.
15069         This patch sets the INCLUDEPATH accordingly for Symbian.
15070
15071         * WebKit.pri:
15072
15073 2010-05-03  Adam Barth  <abarth@webkit.org>
15074
15075         Reviewed by Dimitri Glazkov.
15076
15077         Add some more Chromium-specific files to gitignore
15078         https://bugs.webkit.org/show_bug.cgi?id=38469
15079
15080         These files are generated as part of the update-webkit --chromium
15081         script.
15082
15083         * .gitignore:
15084
15085 2010-05-02  Geoff Levand  <geoff.levand@am.sony.com>
15086
15087         Reviewed by Eric Seidel.
15088
15089         [GTK] Fix out of source build failure
15090         https://bugs.webkit.org/show_bug.cgi?id=38051
15091
15092         Add a preprocessor include path for generated GTK header files.
15093         Fixes build errors like these when building GTK out of source:
15094
15095           webkit.h: error: webkit/webkitversion.h: No such file or directory
15096
15097         * GNUmakefile.am:
15098
15099 2010-05-02  Kartikaya Gupta  <kagupta@rim.com>
15100
15101         Reviewed by George Staikos.
15102
15103         When running the IDL file through the preprocessor, wait for the preprocessor subcommand to fully terminate before continuing. Without this, if multiple IDL files are parsed in a tight loop, the code dies after 64 IDL files because it exhausts the available system resources.
15104
15105         https://bugs.webkit.org/show_bug.cgi?id=37888
15106
15107         No new tests. None needed.
15108
15109         * bindings/scripts/IDLParser.pm:
15110
15111 2010-04-29  Xan Lopez  <xlopez@igalia.com>
15112
15113         Reviewed by Gustavo Noronha.
15114
15115         [GTK] GObject DOM bindings
15116         https://bugs.webkit.org/show_bug.cgi?id=33590
15117
15118         Add WebKitDOMDocument tests to the build.
15119
15120         * GNUmakefile.am:
15121
15122 2010-04-28  Sam Weinig  <sam@webkit.org>
15123
15124         Reviewed by Mark Rowe.
15125
15126         Add WebKit2 to the lists of modules to build.
15127
15128         * Makefile:
15129
15130 2010-04-21  Xan Lopez  <xlopez@igalia.com>
15131
15132         Reviewed by Adam Barth.
15133
15134         [GTK] GObject DOM bindings
15135         https://bugs.webkit.org/show_bug.cgi?id=33590
15136
15137         Add build bits for the GObject DOM bindings.
15138
15139         * GNUmakefile.am:
15140
15141 2010-04-20  Xan Lopez  <xlopez@igalia.com>
15142
15143         Build fix?
15144
15145         * autotools/webkit.m4:
15146
15147 2010-04-19  Diego Escalante Urrelo  <descalante@igalia.com>
15148
15149         Reviewed by Xan Lopez.
15150
15151         [Gtk] Evaluate and create tests for all the AtkRole's implemented by
15152         WebKitGtk
15153         https://bugs.webkit.org/show_bug.cgi?id=34449
15154
15155         Add and enable the build of testatkroles to test ATK non form roles.
15156
15157         * GNUmakefile.am:
15158
15159 2010-04-18  Michael Forney  <michael@mforney.org>
15160
15161         Reviewed by Laszlo Gombos.
15162
15163         https://bugs.webkit.org/show_bug.cgi?id=37762
15164
15165         Fixes the sandbox option in configure.
15166
15167         * configure.ac: Fix cut and paste error in the sandbox option causing
15168         --{enable,disable}-sandbox to be ineffective, and it to be controlled
15169         by the ruby flag.
15170
15171 2010-04-09  Simon Hausmann  <simon.hausmann@nokia.com>
15172
15173         Unreviewed crash fix.
15174
15175         Revert part of 57320 that would remove NDEBUG in release builds for
15176         DRT, etc.
15177
15178         * WebKit.pri:
15179
15180 2010-04-09  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
15181
15182         Reviewed by Simon Hausmann.
15183
15184         [Qt] Fix crashes with package builds in release
15185
15186         * WebKit.pri: Don't randomly add NDEBUG to the defines.
15187
15188 2010-04-07  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
15189
15190         Reviewed by Kenneth Rohde Christiansen.
15191
15192         [Qt] Fix trunk (non-standalone) builds for Symbian
15193         https://bugs.webkit.org/show_bug.cgi?id=37136
15194
15195         Test for source files before building instead of relying on
15196         standalone_package config.
15197
15198         * WebKit.pro:
15199
15200 2010-04-01  Kinuko Yasuda  <kinuko@chromium.org>
15201
15202         Reviewed by Dmitry Titov.
15203
15204         Add FileThread for async file operation support in FileReader and FileWriter
15205         https://bugs.webkit.org/show_bug.cgi?id=36896
15206
15207         Add EANBEL_FILE_READER and ENABLE_FILE_WRITER flags.
15208
15209         * configure.ac:
15210
15211 2010-04-01  Ojan Vafai  <ojan@chromium.org>
15212
15213         Reviewed by Adam Barth.
15214
15215         autoinstalled should be git ignored
15216         https://bugs.webkit.org/show_bug.cgi?id=36970
15217
15218         * .gitignore:
15219
15220 2010-04-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
15221
15222         Reviewed by Kenneth Rohde Christiansen.
15223
15224         [Qt]Add -Wextra warning level to the QtWebKit build
15225         https://bugs.webkit.org/show_bug.cgi?id=36971
15226
15227         * WebKit.pri:
15228
15229 2010-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
15230
15231         Reviewed by Holger Freyther.
15232
15233         [GTK] webkit_get_default_session() should make sure webkit_init() is called
15234         https://bugs.webkit.org/show_bug.cgi?id=36754
15235
15236         New API test.
15237
15238         * GNUmakefile.am:
15239
15240 2010-03-26  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
15241
15242         Reviewed by Simon Hausmann.
15243
15244         [Qt] Build JavaScriptCore as a static library.
15245         https://bugs.webkit.org/show_bug.cgi?id=36590
15246
15247         This patch takes what was left of the unused JavaScriptCore.pro
15248         and moved the compilation logic from JavaScriptCore.pri to
15249         JavaScriptCore.pro.
15250
15251         * WebKit.pro:
15252
15253 2010-03-16  Xan Lopez  <xlopez@igalia.com>
15254
15255         Rubber-stamped by Gustavo Noronha.
15256
15257         Update library version for 1.1.90 release.
15258
15259         * configure.ac:
15260
15261 2010-03-16  Xan Lopez  <xlopez@igalia.com>
15262
15263         Reviewed by Gustavo Noronha.
15264
15265         Bump version for 1.1.90 release.
15266
15267         * configure.ac:
15268
15269 2010-03-16  Xan Lopez  <xlopez@igalia.com>
15270
15271         Reviewed by Gustavo Noronha.
15272
15273         Add support for Fast Mobile Scrolling in the build system.
15274
15275         * configure.ac:
15276
15277 2010-03-16  Simon Hausmann  <simon.hausmann@nokia.com>
15278
15279         Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
15280
15281         * .gitattributes:
15282
15283 2010-03-12  Scott Byer  <scottbyer@chromium.org>
15284
15285         Reviewed by David Levin.
15286
15287         Popup font size needs to be exposed to clients.
15288         https://bugs.webkit.org/show_bug.cgi?id=35990
15289
15290         Add function to expose the popup menu font size, add a field to
15291         WebPopupMenuInfo that receives that information to convey that to
15292         the web view client's createPopupMenu() call.
15293
15294         * WebCore/platform/chromium/PopupMenuChromium.cpp:
15295         * WebCore/platform/chromium/PopupMenuChromium.h:
15296         * WebKit/chromium/public/WebPopupMenuInfo.h:
15297         * WebKit/chromium/src/ChromeClientImpl.cpp:
15298
15299 2010-03-11  Adam Roben  <aroben@apple.com>
15300
15301         Teach git about ObjC files
15302
15303         Fixes <http://webkit.org/b/36015>.
15304
15305         Reviewed by Tim Hatcher.
15306
15307         * .gitattributes: Set the diff attribute for .m and .mm files, and .h
15308         files in Mac-specific directories. This can be used to generate
15309         more-readable diffs of ObjC files.
15310
15311 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
15312
15313         Unreviewed. Versioning for 1.1.23.
15314
15315         * configure.ac:
15316
15317 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
15318
15319         Unreviewed distcheck fix.
15320
15321         * GNUmakefile.am:
15322
15323 2010-03-08  Jian Li  <jianli@chromium.org>
15324
15325         Reviewed by Dmitry Titov.
15326
15327         Blob.slice support.
15328         https://bugs.webkit.org/show_bug.cgi?id=32993
15329
15330         Add ENABLE_BLOB_SLICE feature define.
15331
15332         * configure.ac:
15333
15334 2010-03-04  Fridrich Strba  <fridrich.strba@bluewin.ch>
15335
15336         Reviewed by Holger Freyther.
15337
15338         https://bugs.webkit.org/show_bug.cgi?id=35726
15339         Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
15340
15341         Removing orphaned #if USE.
15342
15343         * GNUmakefile.am:
15344
15345 2010-03-04  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
15346
15347         Reviewed by Tor Arne Vestbø.
15348
15349         [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
15350
15351         This also allows shadow builds relying only on qmake to work properly.
15352
15353         * WebKit.pri:
15354
15355 2010-03-03  Fridrich Strba  <fridrich.strba@bluewin.ch>
15356
15357         Reviewed by Xan Lopez.
15358
15359         Miscellaneous little fixes for the windows build of webkit-gtk
15360         https://bugs.webkit.org/show_bug.cgi?id=35640
15361
15362         * GNUmakefile.am: On Windows with GCC, presence of
15363         __declspec(dllexport) on some symbols disables the autoexport/autoimport
15364         feature for all others. Using regex here assures that all symbols that 
15365         need to be exported in the dll are actually exported.
15366
15367 2010-03-02  Arno Renevier  <arno@renevier.net>
15368
15369         Reviewed by Gustavo Noronha Silva.
15370
15371         [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
15372         https://bugs.webkit.org/show_bug.cgi?id=35210
15373
15374         * GNUmakefile.am:
15375
15376 2010-03-02  Dmitry Titov  <dimich@chromium.org>
15377
15378         Reviewed by Alexey Proskuryakov.
15379
15380         Ignore compiled Java test cases in .gitignore.
15381         https://bugs.webkit.org/show_bug.cgi?id=35559
15382
15383         * .gitignore:
15384
15385 2010-02-26  Arno Renevier  <arno@renevier.net>
15386
15387         Reviewed by Gustavo Noronha Silva.
15388
15389         [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
15390         https://bugs.webkit.org/show_bug.cgi?id=35424
15391
15392         * .gitignore:
15393
15394 2010-02-24  Sam Kerner  <skerner@chromium.org>
15395
15396         Reviewed by Darin Fisher.
15397
15398         Expose WebFrame::setCanHaveScrollbars().  This allows a view
15399         which is being resized to not need scroll bars to ensure that
15400         they are not drawn.
15401
15402         Existing function setAllowsScrolling() was renamed
15403         setCanHaveScrollbars(), to be consistant with change 37159:
15404         http://trac.webkit.org/changeset/37159
15405
15406         https://bugs.webkit.org/show_bug.cgi?id=35257
15407
15408         * WebKit/chromium/public/WebFrame.h:
15409         * WebKit/chromium/src/ChromeClientImpl.cpp:
15410         * WebKit/chromium/src/WebFrameImpl.cpp:
15411         * WebKit/chromium/src/WebFrameImpl.h:
15412
15413 2010-02-19  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
15414
15415         Reviewed by Kenneth Rohde Christiansen.
15416
15417         [Qt] Remove QGVLauncher
15418
15419         https://bugs.webkit.org/show_bug.cgi?id=35292
15420
15421         * WebKit.pro:
15422
15423 2010-02-24  Xan Lopez  <xlopez@igalia.com>
15424
15425         Reviewed by Gustavo Noronha.
15426
15427         Enable SharedWorkers by default, since that's been the default for
15428         a long time in our build-webkit configuration.
15429
15430         * configure.ac:
15431
15432 2010-02-23  James Choi  <jchoi42@pha.jhu.edu>
15433
15434         Add Solaris definitions
15435         https://bugs.webkit.org/show_bug.cgi?id=35214
15436
15437         * WebKit/chromium/src/WebViewImpl.cpp
15438         * WebKit/chromium/src/WebFrameImpl.cpp
15439
15440 2010-02-23  Arno Renevier  <arno@renevier.net>
15441
15442         Reviewed by Gustavo Noronha Silva.
15443
15444         [Gtk]: testwebview does not work when called with absolute path
15445         https://bugs.webkit.org/show_bug.cgi?id=34940
15446
15447         When testwebview is called as absolute path, chdir to executable
15448         directory before searching resource files.
15449
15450         * GNUmakefile.am:
15451
15452 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
15453
15454         Reviewed by Gustavo Noronha Silva.
15455
15456         Changes references of GOwnPtr to reflect their new place.
15457         http://webkit.org/b/35084
15458
15459         * JavaScriptCore/JavaScriptCore.gypi:
15460         * JavaScriptCore/wtf/Threading.h:
15461         * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
15462
15463 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
15464
15465         Reviewed by Gustavo Noronha Silva.
15466
15467         Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
15468         again.
15469         http://webkit.org/b/35084
15470
15471         * GNUmakefile.am:
15472
15473 2010-02-23  Diego Escalante Urrelo  <descalante@igalia.com>
15474
15475         Reviewed by Eric Seidel.
15476
15477         [gtk] missing libsoup-2.4 package in gir generation
15478         https://bugs.webkit.org/show_bug.cgi?id=35199
15479
15480         Include libsoup-2.4 package in gobject introspection .gir generation.
15481
15482         * GNUmakefile.am:
15483
15484 2010-02-22  Huahui Wu  <hwu@google.com>
15485
15486         Reviewed by Eric Seidel.
15487
15488         Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
15489         in Android. It's disabled by default, but is enabled when the 
15490         enveronment variable ENABLE_JSC_JIT is set to true.
15491         https://bugs.webkit.org/show_bug.cgi?id=34855
15492
15493         * Android.mk:
15494
15495 2010-02-22  Xan Lopez  <xlopez@igalia.com>
15496
15497         Reviewed by Gustavo Noronha.
15498
15499         Bump library versioning for 1.1.22 release.
15500
15501         * configure.ac:
15502
15503 2010-02-22  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
15504
15505         Reviewed by Kenneth Rohde Christiansen.
15506
15507         [Qt] Add support for layout tests on Symbian
15508         https://bugs.webkit.org/show_bug.cgi?id=31589
15509
15510         * WebKit.pro:
15511
15512 2010-02-20  Noam Rosenthal  <noam.rosenthal@nokia.com>
15513
15514         Reviewed by Laszlo Gombos.
15515
15516         [Qt] ENABLE_3D_RENDERING should be optional
15517         https://bugs.webkit.org/show_bug.cgi?id=35100
15518
15519         * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
15520
15521 2010-02-19  Maciej Stachowiak  <mjs@apple.com>
15522
15523         Reviewed by David Levin.
15524
15525         Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
15526         https://bugs.webkit.org/show_bug.cgi?id=35147
15527
15528         * configure.ac:
15529
15530 2010-02-18  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
15531
15532         Reviewed by Eric Seidel.
15533
15534         Add .gitattributes file for custom ChangeLog merge-driver
15535
15536         * .gitattributes: Added.
15537
15538 2010-02-17  Noam Rosenthal  <noam.rosenthal@nokia.com>
15539
15540         Reviewed by Ariya Hidayat.
15541
15542         [Qt] GraphicsLayer: support perspective and 3D transforms
15543         https://bugs.webkit.org/show_bug.cgi?id=34960
15544
15545         * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
15546
15547 2010-02-15  Philippe Normand  <pnormand@igalia.com>
15548
15549         Reviewed by Gustavo Noronha Silva.
15550
15551         [GStreamer] Should handle BUFFERING messages
15552         https://bugs.webkit.org/show_bug.cgi?id=30004
15553
15554         * configure.ac: Bump gstreamer -core/-plugins-base requirements to
15555         0.10.25 which is the minimum required version for on-disk buffering.
15556
15557 2010-02-16  Xan Lopez  <xlopez@igalia.com>
15558
15559         Reviewed by Gustavo Noronha.
15560
15561         Bump version to 1.1.22 so we can depend on it in applications.
15562
15563         * configure.ac:
15564
15565 2010-02-12  Simon Hausmann  <simon.hausmann@nokia.com>
15566
15567         Reviewed by Holger Freyther.
15568
15569         Removed WMLInputElement.* from .gitattributes as the file is
15570         now CRLF clean.
15571
15572         * .gitattributes:
15573
15574 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
15575
15576         Reviewed by Tor Arne Vestbø.
15577
15578         [Qt] Make qtlauncher and qgvlauncher use the generated headers
15579         path to make sure they are correctly generated.
15580
15581         * WebKit.pri:
15582
15583 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
15584
15585         Reviewed by Tor Arne Vestbø.
15586
15587         [Qt] Manually add support for the install target on Symbian.
15588
15589         This is required to copy the headers over the ones in Qt.
15590
15591         * WebKit.pro:
15592
15593 2010-02-11  Fridrich Strba  <fridrich.strba@bluewin.ch>
15594
15595         Reviewed by Gustavo Noronha Silva.
15596
15597         Detect properly different versions of libpng out there.
15598
15599         * configure.ac:
15600
15601 2010-02-11  Xan Lopez  <xlopez@igalia.com>
15602
15603         Try to fix GTK+ build.
15604
15605         * configure.ac:
15606
15607 2010-02-11  Antonio Gomes  <tonikitoo@webkit.org>
15608
15609         Reviewed by Xan Lopez.
15610
15611         Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
15612
15613         * configure.ac:
15614
15615 2010-02-08  Maciej Stachowiak  <mjs@apple.com>
15616
15617         Reviewed by Cameron Zwarich.
15618
15619         Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
15620         https://bugs.webkit.org/show_bug.cgi?id=34698
15621
15622         * configure.ac:
15623
15624 2010-02-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
15625
15626         Reviewed by Xan Lopez.
15627
15628         Bump version to 1.1.21, and adjust library versioning accordingly.
15629
15630         * configure.ac:
15631
15632 2010-02-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
15633
15634         Reviewed by Gustavo Noronha.
15635
15636         Add gstreamer-app-0.10 to configure.ac
15637         https://bugs.webkit.org/show_bug.cgi?id=34317
15638
15639         * configure.ac:
15640
15641 2010-02-05  Simon Hausmann  <simon.hausmann@nokia.com>
15642
15643         Reviewed by Tor Arne Vestbø.
15644
15645         Add .gitattributes file to tell git about files with Windows linefeeds
15646         https://bugs.webkit.org/show_bug.cgi?id=34645
15647
15648         On Windows git defaults to "true" for core.autocrlf, meaning all text
15649         files in the working directory are converted from CRLF to LF on checkin
15650         time. Some files present in the repository have been checked in with
15651         CRLF linefeeds and git should not try to convert them. The added
15652         .gitattributes file tells git to not do any CRLF conversion.
15653
15654         * .gitattributes: Added.
15655
15656 2010-02-05  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
15657
15658         Reviewed by Simon Hausmann.
15659
15660         [Qt] Generate convenience headers (QWebView, etc) using qmake
15661
15662         In Qt this is done using syncqt, but we use a pro-file instead
15663         that generates makefile-rules for each of the extra headers.
15664
15665         These extra headers are installed alongside the normal headers.
15666
15667         * DerivedSources.pro: Include API-DerivedSources
15668
15669 2010-02-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
15670
15671         Reviewed by Lars Knoll.
15672
15673         [Qt] Make 'make -f Makefile.DerivedSources qmake' work
15674
15675         Previously this target ended up generating a file named
15676         Makefile.DerivedSources.DerivedSources, and so on.
15677
15678         * DerivedSources.pro:
15679
15680 2010-02-04  Christian Dywan  <christian@twotasts.de>
15681
15682         Reviewed by Xan Lopez.
15683
15684         Require either libsoup 2.28.2 or 2.29.90.
15685
15686         * configure.ac:
15687
15688 2010-02-04  Xan Lopez  <xlopez@igalia.com>
15689
15690         Reviewed by Gustavo Noronha.
15691
15692         Bump minimum libsoup requirement to 2.29.90
15693
15694         * configure.ac:
15695
15696 2010-02-02  Gustavo Noronha Silva  <gns@gnome.org>
15697
15698         Reviewed by Xan Lopez.
15699
15700         Bump version, and adjust library versioning for 1.1.20.
15701
15702         * configure.ac:
15703
15704 2010-01-29  Jeremy Orlow  <jorlow@chromium.org>
15705
15706         Reviewed by Dimitri Glazkov.
15707
15708         A first step towards the Indexed Database API
15709         https://bugs.webkit.org/show_bug.cgi?id=34342
15710
15711         Add Indexed Database API
15712
15713         * configure.ac:
15714
15715 2010-01-27  Simon Hausmann  <simon.hausmann@nokia.com>
15716
15717         Reviewed by Kenneth Rohde Christiansen.
15718
15719         [Qt] Don't build the tests in packages, only the launcher(s)
15720
15721         * WebKit.pro:
15722
15723 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
15724
15725         Reviewed by Tor Arne Vestbø.
15726
15727         [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
15728
15729         * WebKit.pri:
15730
15731 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
15732
15733         Unreviewed build fix
15734
15735         [Qt] Build fix for windows when QTDIR contains release libraries.
15736
15737         * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
15738
15739 2010-01-26  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
15740
15741         Reviewed by Simon Hausmann.
15742
15743         First steps of the QtScript API.
15744         
15745         Two new classes were created; QScriptEngine and QScriptValue.
15746         The first should encapsulate a javascript context and the second a script
15747         value.
15748         
15749         This API is still in development, so it isn't compiled by default.
15750         To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
15751         build-webkit.
15752
15753         https://bugs.webkit.org/show_bug.cgi?id=32565
15754
15755         * WebKit.pro:
15756
15757 2010-01-25  Simon Hausmann  <simon.hausmann@nokia.com>
15758
15759         Reviewed by Laszlo Gombos.
15760
15761         [Qt] Fix the build on Maemo5.
15762
15763         https://bugs.webkit.org/show_bug.cgi?id=34051
15764
15765         * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
15766
15767 2010-01-21  No'am Rosenthal  <noam.rosenthal@nokia.com>
15768
15769         Reviewed by Antti Koivisto.
15770
15771         [Qt] Implement GraphicsLayer for accelerated layer compositing
15772         https://bugs.webkit.org/show_bug.cgi?id=33514
15773
15774         * WebKit.pri: Addded compile flags to enable accelerated compositing
15775         on versions higher than 4.5
15776
15777 2010-01-20  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
15778
15779         Reviewed by Simon Hausmann.
15780
15781         [Qt] Make DumpRenderTree build on Windows
15782
15783         * WebKit.pro:
15784
15785 2010-01-20  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
15786
15787         Reviewed by Simon Hausmann.
15788
15789         [Qt] Fix the recursive generated_files target to work with qmake -r -o
15790
15791         * DerivedSources.pro:
15792
15793 2010-01-20  Simon Hausmann  <simon.hausmann@nokia.com>
15794
15795         Reviewed by Tor Arne Vestbø.
15796
15797         [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
15798
15799         * DerivedSources.pro:
15800
15801 2010-01-19  Gustavo Noronha Silva  <gns@gnome.org>
15802
15803         Unreviewed. Shared library versioning update for 1.1.19.
15804
15805         * configure.ac:
15806
15807 2010-01-15  Gustavo Noronha Silva  <gns@gnome.org>
15808
15809         Rubber-stamped by Xan Lopez.
15810
15811         Bump version to 1.1.19.
15812
15813         * configure.ac:
15814
15815 2010-01-14  Csaba Osztrogonác  <ossy@webkit.org>
15816
15817         Reviewed by Eric Seidel.
15818
15819         [Qt] Defective dependencies caused build failing on QtBuildBot.
15820         https://bugs.webkit.org/show_bug.cgi?id=33693
15821
15822         * WebKit.pri: CONFIG += depend_includepath added.
15823
15824 2010-01-14  Steve Block  <steveblock@google.com>
15825
15826         Reviewed by David Levin.
15827
15828         Moves general includes before bindings includes in Android build system.
15829         https://bugs.webkit.org/show_bug.cgi?id=33623
15830
15831         This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
15832         and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
15833         JavaScriptCore/runtime and other bindings includes after the WebCore and other
15834         general includes, so that the WebCore StringBuilder.h is picked up when building
15835         WebCore.
15836
15837         * Android.mk: Modified.
15838
15839 2010-01-13  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
15840
15841         Reviewed by Simon Hausmann.
15842
15843         [Qt] Split the build process in two different .pro files.
15844         This allows qmake to be run once all source files are available.
15845
15846         * DerivedSources.pro: Added.
15847         * WebKit.pri:
15848
15849 2010-01-07  Daniel Bates  <dbates@rim.com>
15850
15851         Reviewed by Eric Seidel.
15852
15853         https://bugs.webkit.org/show_bug.cgi?id=32987
15854
15855         Added ENABLE_XHTMLMP flag. Disabled by default.
15856
15857         * configure.ac:
15858
15859 2010-01-05  Gustavo Noronha Silva  <gns@gnome.org>
15860
15861         Reviewed by Xan Lopez.
15862
15863         Based on idea and original patch by Evan Martin.
15864
15865         Remove libWebCore intermediate library, to improve link time.
15866
15867         [GTK] Build time must be reduced
15868         https://bugs.webkit.org/show_bug.cgi?id=32921
15869
15870         * GNUmakefile.am:
15871
15872 2010-01-05  Xan Lopez  <xlopez@igalia.com>
15873
15874         Bump for 1.1.18 release.
15875
15876         * configure.ac:
15877
15878 2010-01-04  Gustavo Noronha Silva  <gns@gnome.org>
15879
15880         Fix JSCore-1.0.gir path to fix make distcheck.
15881
15882         * GNUmakefile.am:
15883
15884 2010-01-04  Simon Hausmann  <simon.hausmann@nokia.com>
15885
15886         Reviewed by Tor Arne Vestbø.
15887
15888         [Qt] Fix standalone package builds.
15889
15890         * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
15891         * WebKit.pro: Don't build JSC and DRT for package builds.
15892
15893 2010-01-04  Eric Seidel  <eric@webkit.org>
15894
15895         Reviewed by Adam Barth.
15896
15897         bugzilla-tool should not require users to install mechanize
15898         https://bugs.webkit.org/show_bug.cgi?id=32635
15899
15900         * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
15901
15902 2009-12-28  Estêvão Samuel Procópio  <tevaum@gmail.com>
15903
15904         Reviewed by Gustavo Noronha Silva.
15905
15906         Bug 32940: [GTK] Changing the download throttle conditions.
15907         https://bugs.webkit.org/show_bug.cgi?id=32716
15908
15909         The WebKitDownload progress notification was taking long to
15910         update. This fix makes notification happens each 0.7 secs
15911         or when the progress ups in 1%.
15912
15913         * WebKit/gtk/webkit/webkitdownload.cpp:
15914
15915 2009-12-22  Simon Hausmann  <simon.hausmann@nokia.com>
15916
15917         Rubber-stamped by Holger Freyther.
15918
15919         Adjusted path to QtLauncher.
15920
15921         * WebKit.pro:
15922
15923 2009-12-19  Evan Martin  <evan@chromium.org>
15924
15925         Reviewed by Gustavo Noronha Silva.
15926
15927         Add a couple of WebKitGtk files to .gitignore.
15928
15929         * .gitignore:
15930
15931 2009-12-18  Benjamin Otte  <otte@gnome.org>
15932
15933         Reviewed by Xan Lopez.
15934
15935         [GTK] RemoveDashboard support. It's useless.
15936
15937         * configure.ac:
15938
15939 2009-12-18  Simon Hausmann  <simon.hausmann@nokia.com>
15940
15941         Reviewed by Tor Arne Vestbø.
15942
15943         [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
15944
15945         https://bugs.webkit.org/show_bug.cgi?id=32716
15946
15947         * WebKit.pri: Use standalone_package instead of QTDIR_build
15948
15949 2009-12-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
15950
15951         Unreviewed. Build fixes for make distcheck.
15952
15953         * GNUmakefile.am:
15954
15955 2009-12-16  Dan Winship  <danw@gnome.org>
15956
15957         Reviewed by Gustavo Noronha Silva.
15958
15959         [Gtk] Content-Encoding support
15960
15961         https://bugs.webkit.org/show_bug.cgi?id=522772
15962
15963         * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
15964
15965 2009-12-13  Eric Seidel  <eric@webkit.org>
15966
15967         Reviewed by Gavin Barraclough.
15968
15969         string-base64 test does not compute a valid base64 string
15970         http://bugs.webkit.org/show_bug.cgi?id=16806
15971
15972         * tests/string-base64.js: change str[i] to str.charCodeAt(i)
15973
15974 2009-12-10  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
15975
15976         Reviewed by Xan Lopez.
15977
15978         [GTK] Should provide an API to control the IconDatabase
15979         https://bugs.webkit.org/show_bug.cgi?id=32334
15980
15981         Add test to make sure favicon reporting works.
15982
15983         * GNUmakefile.am:
15984
15985 2009-12-09  Steve Block  <steveblock@google.com>
15986
15987         Reviewed by Adam Barth.
15988
15989         Adds Android Makefiles for building with V8.
15990         https://bugs.webkit.org/show_bug.cgi?id=32278
15991
15992         * Android.mk: Modified. Includes Makefiles for V8.
15993
15994 2009-12-08  Steve Block  <steveblock@google.com>
15995
15996         Reviewed by Adam Barth.
15997
15998         [Android] Adds Makefiles for Android port.
15999         https://bugs.webkit.org/show_bug.cgi?id=31325
16000
16001         * Android.mk: Added.
16002
16003 2009-12-08  Christian Dywan  <christian@twotoasts.de>
16004
16005         Reviewed by Xan Lopez.
16006
16007         * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
16008         and define HAVE_LIBSOUP_2_29_3 in that case.
16009
16010 2009-12-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
16011
16012         Rubber-stamped by Xan Lopez.
16013
16014         Late post-release version bump.
16015
16016         * configure.ac:
16017
16018 2009-12-08  Dominik Röttsches  <dominik.roettsches@access-company.com>
16019
16020         Reviewed by Gustavo Noronha Silva.
16021
16022         [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
16023         https://bugs.webkit.org/show_bug.cgi?id=31469
16024
16025         Removing hybrid configuration for --with-unicode-backend=glib
16026         ICU not required anymore.
16027
16028         * autotools/webkit.m4:
16029
16030 2009-12-08  Nikolas Zimmermann  <nzimmermann@rim.com>
16031
16032         Rubber-stamped by Maciej Stachowiak.
16033
16034         Turn on (SVG) Filters for Gtk.
16035         https://bugs.webkit.org/show_bug.cgi?id=32224
16036
16037         * configure.ac:
16038
16039 2009-12-07  Dmitry Titov  <dimich@chromium.org>
16040
16041         Rubber-stamped by Darin Adler.
16042
16043         Remove ENABLE_SHARED_SCRIPT flags
16044         https://bugs.webkit.org/show_bug.cgi?id=32245
16045         This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
16046
16047         * configure.ac:
16048
16049 2009-12-06  Gustavo Noronha Silva  <gns@gnome.org>
16050
16051         Reviewed by Xan Lopez.
16052
16053         Build the new API test.
16054
16055         [GTK] REGRESSION: webkit thinks it can render PDFs
16056         https://bugs.webkit.org/show_bug.cgi?id=32183
16057
16058         * GNUmakefile.am:
16059
16060 2009-12-05  Vincent Untz <vuntz@gnome.org>
16061
16062         Reviewed by Gustavo Noronha.
16063
16064         Fixes race for builds with introspection enabled, and parallel
16065         make.
16066
16067         * GNUmakefile.am:
16068
16069 2009-12-04  Xan Lopez  <xlopez@igalia.com>
16070
16071         Reviewed by Gustavo Noronha.
16072
16073         [GTK]Enable DNS prefetching
16074         https://bugs.webkit.org/show_bug.cgi?id=23846
16075
16076         Bump libsoup required version to 2.29.3 for DNS prefetching.
16077
16078         * configure.ac:
16079
16080 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
16081
16082         Rubber-stamped by Xan Lopez.
16083
16084         Make sure we distribute and install GObject Introspection files.
16085
16086         * GNUmakefile.am:
16087
16088 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
16089
16090         Build fix. Make sure JSCore-1.0.gir is added to the distributed
16091         tarball.
16092
16093         * GNUmakefile.am:
16094
16095 2009-11-30  Xan Lopez  <xlopez@igalia.com>
16096
16097         Reviewed by Gustavo Noronha.
16098
16099         Bump versions for 1.1.17 release.
16100
16101         * configure.ac:
16102
16103 2009-11-30  Jan-Arve Sæther  <jan-arve.saether@nokia.com>
16104
16105         Reviewed by Simon Hausmann.
16106
16107         [Qt] Fix compilation with win32-icc
16108
16109         Include os-win32 for stdint.h since MS does not ship that in their PSDK.
16110
16111         * WebKit.pri:
16112
16113 2009-11-26  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16114
16115         Reviewed by Oliver Hunt.
16116
16117         Move GOwnPtr* from wtf to wtf/gtk
16118         https://bugs.webkit.org/show_bug.cgi?id=31793
16119
16120         * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to 
16121           the include path.
16122
16123 2009-11-24  Dmitry Titov  <dimich@chromium.org>
16124
16125         Reviewed by Eric Seidel.
16126
16127         Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
16128         https://bugs.webkit.org/show_bug.cgi?id=31444
16129
16130         * configure.ac:
16131
16132 2009-11-24  Jason Smith  <dark.panda@gmail.com>
16133
16134         Reviewed by Alexey Proskuryakov.
16135
16136         RegExp#exec's returned Array-like object behaves differently from
16137         regular Arrays
16138         https://bugs.webkit.org/show_bug.cgi?id=31689
16139
16140         * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
16141         * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
16142         * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
16143
16144 2009-11-24  Jens Alfke  <snej@chromium.org>
16145
16146         Reviewed by David Levin.
16147
16148         Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
16149         https://bugs.webkit.org/show_bug.cgi?id=31847
16150         
16151         * .gitignore:  Add three .xcodeproj files.
16152
16153 2009-11-09  Priit Laes  <plaes@plaes.org>
16154
16155         Reviewed by Oliver Hunt.
16156
16157         [Gtk] Build from tarball fails with --enable-introspection
16158         https://bugs.webkit.org/show_bug.cgi?id=31261
16159
16160         We need to enable gobject-introspection during distcheck otherwise
16161         some of the required files are missing in tarball.
16162
16163         * GNUmakefile.am:
16164
16165 2009-11-05  Priit Laes  <plaes@plaes.org>
16166
16167         Reviewed by Jan Alonzo.
16168
16169         [Gtk] Build failure with --enable-introspection
16170         https://bugs.webkit.org/show_bug.cgi?id=31102
16171
16172         Add search and include paths for JSCore-1.0.gir required by
16173         gobject-introspection tools.
16174
16175         * GNUmakefile.am:
16176
16177 2009-11-04  Benjamin Otte  <otte@gnome.org>
16178
16179         Reviewed by Gustavo Noronha.
16180
16181         Update Cairo requirement to 1.6.
16182         
16183         https://bugs.webkit.org/show_bug.cgi?id=19266
16184
16185         * configure.ac:
16186
16187 2009-11-02  Estêvão Samuel Procópio  <tevaum@gmail.com>
16188
16189         Reviewed by Gustavo Noronha.
16190
16191         [Build] make install ignores --prefix option for gobject-introspection.
16192         https://bugs.webkit.org/show_bug.cgi?id=31025
16193
16194         Make the build system use the --prefix path also when installing
16195         gobject-introspection files.
16196
16197         * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
16198
16199 2009-11-02  Xan Lopez  <xlopez@igalia.com>
16200
16201         Bump version before release (or post-release, depending on your
16202         point of view) so that we can make applications depending on
16203         unreleased APIs in WebKit svn fail at configure time when the
16204         requirements are not met.
16205
16206         * configure.ac:
16207
16208 2009-11-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16209
16210         Reviewed by Eric Seidel.
16211
16212         Turn on warnings for QtWebKit for gcc
16213         https://bugs.webkit.org/show_bug.cgi?id=30958
16214
16215         * WebKit.pri: Turn on warnings for the GCC compiler
16216
16217 2009-10-30  Adam Barth  <abarth@webkit.org>
16218
16219         Reviewed by Mark Rowe.
16220
16221         Teach git to ignore some files
16222         https://bugs.webkit.org/show_bug.cgi?id=30951
16223
16224         Ignore WebKitBuild because we never want to version that directory.
16225         Also, ignore the xcode project files so git clean doesn't blow away
16226         your project settings.  Finally, ignore the compiled python files in
16227         WebKitTools/Script modules because they clutter up git status.
16228
16229         * .gitignore: Added.
16230
16231 2009-10-30  Roland Steiner  <rolandsteiner@chromium.org>
16232
16233         Reviewed by Eric Seidel.
16234
16235         Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
16236
16237         Bug 28420 -  Implement HTML5 <ruby> rendering
16238         (https://bugs.webkit.org/show_bug.cgi?id=28420)
16239
16240         No new tests (no functional change).
16241
16242         * configure.ac:
16243
16244 2009-10-26  Holger Hans Peter Freyther  <zecke@selfish.org>
16245
16246         Rubber-stamped by Darin Adler.
16247
16248         Export fastMalloc, fastCalloc, fastRealloc and fastFree
16249         https://bugs.webkit.org/show_bug.cgi?id=30769
16250
16251         Export the FastMalloc functions outside of the libwebkit library
16252         to be able to instrument memory allocations. These are C++ symbols
16253         but do not require the C++ runtime to be useful and should be of
16254         no harm to plain C code.
16255
16256         * autotools/symbols.filter:
16257
16258 2009-10-26  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
16259
16260         Reviewed by Jan Alonzo.
16261
16262         Alternative solution to regression introduced in r48672.
16263
16264         * GNUmakefile.am:
16265
16266 2009-10-26  Xan Lopez  <xlopez@igalia.com>
16267
16268         Reviewed by Gustavo Noronha.
16269
16270         Update for 1.1.16 release.
16271
16272         * configure.ac:
16273
16274 2009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16275
16276         Reviewed by Holger Freyther.
16277
16278         [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
16279         https://bugs.webkit.org/show_bug.cgi?id=30476
16280
16281         Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
16282         to all executables linking against WebKit library.
16283
16284         * WebKit.pri:
16285
16286 2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
16287
16288         Reviewed by Holger Freyther.
16289
16290         [GTK] Add MathML to the build system
16291         https://bugs.webkit.org/show_bug.cgi?id=30487
16292
16293         Add --enable-mathml to configure.
16294
16295         * configure.ac:
16296
16297 2009-10-15  Jan Michael Alonzo  <jmalonzo@webkit.org>
16298
16299         Reviewed by Xan Lopez.
16300
16301         [GTK] marshal stamp files are not cleaned after a distclean
16302         https://bugs.webkit.org/show_bug.cgi?id=30156
16303
16304         Add the stamp files directly to cleanfiles. Also rearrange the
16305         variable declarations so we don't miss any files that need to be
16306         cleaned up during the clean targets.
16307
16308         * GNUmakefile.am:
16309
16310 2009-10-15  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
16311
16312         Unreviewed. Help text fix - Web Sockets default is no, not yes.
16313
16314         * configure.ac:
16315
16316 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
16317
16318         Rubberstamped by Eric Seidel.
16319
16320         [Gtk] Fix icu CFLAG for Darwin
16321         https://bugs.webkit.org/show_bug.cgi?id=29517
16322
16323         Don't escape the srcdir variable. Also use $host instead of the
16324         os_foo variables.
16325
16326         * autotools/webkit.m4:
16327
16328 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
16329
16330         Reviewed by Gustavo Noronha.
16331
16332         [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
16333         https://bugs.webkit.org/show_bug.cgi?id=29518
16334
16335         * configure.ac:
16336
16337 2009-10-05  Zoltan Horvath  <zoltan@webkit.org>
16338
16339         Reviewed by Simon Hausmann.
16340
16341         [Qt] Disable TCmalloc for Windows port at the present, because MinGW
16342         hasn't got built-in pthread library.
16343
16344         * WebKit.pri:
16345
16346 2009-10-02  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
16347
16348         Reviewed by Simon Hausmann.
16349
16350         Disable a few more harmless MSVC warnings.
16351
16352         * WebKit.pri:
16353
16354 2009-10-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16355
16356         Unreviewed, build fix.
16357
16358         [Qt] Symbian build break after r48976.
16359         unix is set for Symbian in the Qt build system.
16360
16361         * WebKit.pri:
16362
16363 2009-10-01  Zoltan Horvath  <zoltan@webkit.org>
16364
16365         Reviewed by Simon Hausmann.
16366
16367         [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
16368         https://bugs.webkit.org/show_bug.cgi?id=27029
16369
16370         Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
16371         so these Qt-ports will use TCmalloc as other ports.
16372
16373         * WebKit.pri:
16374
16375 2009-10-01  Martin Robinson  <martin.james.robinson@gmail.com>
16376
16377         Reviewed by Xan Lopez.
16378
16379         [GTK] GtkIMContext filtering interferes with DOM key events
16380         https://bugs.webkit.org/show_bug.cgi?id=28733
16381
16382         Add new key event test ensuring that IME keypresses are handled.
16383
16384         * GNUmakefile.am:
16385
16386 2009-10-01  Philippe Normand  <pnormand@igalia.com>
16387
16388         Reviewed by Xan Lopez.
16389
16390         [GTK] data: uri support in media player
16391         https://bugs.webkit.org/show_bug.cgi?id=29842
16392
16393         Check presence of gstreamer-pbutils-0.10.
16394
16395         * configure.ac:
16396
16397 2009-09-26  David Kilzer  <ddkilzer@apple.com>
16398
16399         GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
16400
16401         * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
16402
16403 2009-09-23  Xan Lopez  <xlopez@igalia.com>
16404
16405         Reviewed by Gustavo Noronha.
16406
16407         Do not add unneeded include paths for gir files, and add the
16408         include paths for headers manually instead of relying on our own
16409         pc file and installed headers, since that adds a circular
16410         dependency.
16411
16412         * GNUmakefile.am:
16413
16414 2009-09-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
16415
16416         Reviewed by Xan Lopez.
16417
16418         Minor reorganization to the patch landed in
16419         http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
16420         in the gtk directory as that's only useful to the Gtk port at the
16421         moment.
16422
16423         * GNUmakefile.am:
16424         * configure.ac:
16425
16426 2009-09-23  Xan Lopez  <xlopez@igalia.com>
16427
16428         Reviewed by Gustavo Noronha.
16429
16430         [GTK] We should generate our own gir file for introspection
16431         https://bugs.webkit.org/show_bug.cgi?id=29603
16432
16433         Generate gir and typelib files for WebKit and JSCore. The JSCore
16434         gir file is handwritten (since it's only useful, for now, as a
16435         dependency of the WebKit gir file), the WebKit one is
16436         autogenerated from the headers.
16437
16438         * GNUmakefile.am:
16439         * JSCore-1.0.gir: Added.
16440         * configure.ac:
16441
16442 2009-09-22  Philippe Normand  <pnormand@igalia.com>
16443
16444         Reviewed by Xan Lopez.
16445
16446         link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
16447         https://bugs.webkit.org/show_bug.cgi?id=29638
16448
16449         Call icu-cconfig with ldflags-libsonly to prevent having a -L
16450         statement that could override libs installed in another prefix.
16451
16452         * autotools/webkit.m4:
16453
16454 2009-09-21  Xan Lopez  <xlopez@igalia.com>
16455
16456         Reviewed by Gustavo Noronha.
16457
16458         Bump version for 1.1.15 release.
16459
16460         * configure.ac:
16461
16462 2009-09-18  Xan Lopez  <xlopez@igalia.com>
16463
16464         Reviewed by Gustavo Noronha and Jan Alonzo.
16465
16466         [GTK] context menu overriding API is very limited
16467         https://bugs.webkit.org/show_bug.cgi?id=27546
16468
16469         Add new tests to the build.
16470
16471         * GNUmakefile.am:
16472
16473 2009-09-18  Xan Lopez  <xlopez@igalia.com>
16474
16475         Reviewed by Gustavo Noronha and Jan Alonzo.
16476
16477         [GTK] context menu overriding API is very limited
16478         https://bugs.webkit.org/show_bug.cgi?id=27546
16479
16480         Add WebKitHitTestResult to the build.
16481
16482         * GNUmakefile.am:
16483
16484 2009-09-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16485
16486         Reviewed by Ariya Hidayat.
16487
16488         Disable some ARM compiler warnings
16489         https://bugs.webkit.org/show_bug.cgi?id=29083
16490
16491         The following ARM compiler warnings are disabled
16492
16493         - #68-D: integer conversion resulted in a change of sign
16494         - #111-D: statement is unreachable
16495         - #177-D: variable XXX was declared but never referenced
16496         - #368-D: class XXX defines no constructor to initialize the following: YYY
16497         - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
16498         - #1293-D: assignment in condition
16499
16500         * WebKit.pri:
16501
16502 2009-09-09  Kenneth Rohde Christiansen  <kenneth@webkit.org>
16503
16504         Reviewed by Simon Hausmann.
16505
16506         [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
16507
16508         https://bugs.webkit.org/show_bug.cgi?id=28862
16509
16510         * WebKit.pro:
16511
16512 2009-09-07  Xan Lopez  <xlopez@igalia.com>
16513
16514         Rubber-stamped by Gustavo Noronha.
16515
16516         Bump versions in preparation for 1.1.14 release.
16517
16518         * configure.ac:
16519
16520 2009-09-07  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
16521
16522         Reviewed by Xan Lopez.
16523
16524         https://bugs.webkit.org/show_bug.cgi?id=26854
16525         [GTK] Needs API to allow more control over outgoing requests
16526
16527         * GNUmakefile.am: new files added to the build for new class
16528         WebKitNetworkResponse
16529
16530 2009-09-06  Martin Robinson  <martin.james.robinson@gmail.com>
16531
16532         Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
16533
16534         [Gtk] Expose a database API
16535         https://bugs.webkit.org/show_bug.cgi?id=27899
16536
16537         Expose an HTML5 database API for GTK+.
16538
16539         * GNUmakefile.am:
16540
16541 2009-09-04  Albert Bachand  <albertb@google.com>
16542
16543         Reviewed by Eric Seidel.
16544
16545         Modify the condition regarding the key modifier for opening combo
16546         boxes under GTK from just PLATFORM(GTK) to also look for
16547         (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
16548
16549         * WebCore/dom/SelectElement.cpp:
16550         * WebCore/manual-tests/select-popup-on-spacebar.html:
16551
16552 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
16553
16554         Reviewed by Xan Lopez and Gustavo Noronha.
16555
16556         [Gtk] Implement a WebDataSource for the gtk port
16557         https://bugs.webkit.org/show_bug.cgi?id=24758
16558
16559         Add WebKitWebDataSource unit test to the build script
16560
16561         * GNUmakefile.am:
16562
16563 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
16564
16565         Reviewed by Xan Lopez and Gustavo Noronha.
16566
16567         [Gtk] Implement a WebDataSource for the gtk port
16568         https://bugs.webkit.org/show_bug.cgi?id=24758
16569
16570         Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
16571
16572         * GNUmakefile.am:
16573
16574 2009-09-01  Jan Michael Alonzo  <jmalonzo@webkit.org>
16575
16576         Reviewed by Xan Lopez and Gustavo Noronha.
16577
16578         [Gtk] Implement a WebDataSource for the gtk port
16579         https://bugs.webkit.org/show_bug.cgi?id=24758
16580
16581         Add WebKitWebResource to the build script.
16582
16583         * GNUmakefile.am:
16584
16585 2009-08-28  Jan Michael Alonzo  <jmalonzo@webkit.org>
16586
16587         Reviewed by Oliver Hunt.
16588
16589         Gtk Build broken for OSX Quartz
16590         https://bugs.webkit.org/show_bug.cgi?id=28727
16591
16592         Define XP_UNIX for non-Win OS builds.
16593
16594         * GNUmakefile.am:
16595
16596 2009-08-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
16597
16598         Reviewed by Holger Freyther.
16599
16600         https://bugs.webkit.org/show_bug.cgi?id=25889
16601         [GTK] scrollbar policy for main frame is not implementable
16602
16603         Adding files for the new test for window-related issues (starting
16604         with scrollbar policy).
16605
16606         * GNUmakefile.am:
16607
16608 2009-08-27  Priit Laes  <plaes@plaes.org>
16609
16610         Reviewed by Xan Lopez.
16611
16612         [GTK] Out-of-srcdir build problem
16613         https://bugs.webkit.org/show_bug.cgi?id=28741
16614
16615         * GNUmakefile.am, autotools/webkit.m4:
16616         Fix problem with out-of-srcdir builds. Also bump required glib version.
16617
16618 2009-08-24  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
16619
16620         Reviewed by Xan Lopez.
16621
16622         Bump package and so versions for 1.1.13 release.
16623
16624         * configure.ac:
16625
16626 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
16627
16628         [GTK] Not use deprecated symbols in WebKitWebView example code.
16629         https://bugs.webkit.org/show_bug.cgi?id=28651
16630
16631         * WebKit/gtk/webkit/webkitwebview.cpp
16632
16633 2009-08-18  Xan Lopez  <xlopez@igalia.com>
16634
16635         Rubber-stamped by Holger Freyther.
16636
16637         Require at least libsoup 2.27.91 for the new password
16638         manager/authentication APIs.
16639
16640         * configure.ac:
16641
16642 2009-08-18  Drew Wilson  <atwilson@google.com>
16643
16644         Reviewed by NOBODY (Build Break).
16645
16646         Speculative fix for GTK DumpRenderTree.
16647
16648         * GNUmakefile.am:
16649
16650 2009-08-18  Kent Tamura  <tkent@chromium.org>
16651
16652         Reviewed by Eric Seidel.
16653
16654         Add --enable-datalist option.
16655
16656         * configure.ac:
16657
16658 2009-08-14  Adam Bergkvist  <adam.bergkvist@ericsson.com>
16659
16660         Reviewed by Sam Weinig.
16661
16662         [GTK] Added EventSource to the build (default on).
16663         https://bugs.webkit.org/show_bug.cgi?id=14997 
16664
16665         * configure.ac:
16666
16667 2009-08-14  Jan Michael Alonzo  <jmalonzo@webkit.org>
16668
16669         Rubber-stamped by Gustavo Noronha.
16670
16671         Initialize CFLAGS and CXXFLAGS before the main body of the
16672         WEBKIT_INIT macro so C files don't get built with "-g -O2".
16673
16674         * autotools/webkit.m4:
16675
16676 2009-08-12  Xan Lopez  <xlopez@igalia.com>
16677
16678         Reviewed by Jan Alonzo.
16679
16680         [GTK] Remove keyring optional features
16681         https://bugs.webkit.org/show_bug.cgi?id=28173
16682
16683         Remove keyring support, we now do authentication storage through
16684         libsoup. We depend on libsoup master now, will bump the dependency
16685         when there's a new release.
16686
16687         * GNUmakefile.am:
16688         * configure.ac:
16689
16690 2009-08-11  Drew Wilson  <atwilson@google.com>
16691
16692         Reviewed by NOBODY (Build break).
16693
16694         Speculative fix for GTK build break.
16695
16696         * WebKit.pro:
16697
16698 2009-08-11  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
16699
16700         Reviewed by Simon Hausmann.
16701
16702         Build the TestNetscapePlugin on Qt/Mac
16703
16704         * WebKit.pro:
16705
16706 2009-08-11  Xan Lopez  <xlopez@igalia.com>
16707
16708         Reviewed by Jan Alonzo.
16709
16710         Prefix lengthy commands with AM_V_GEN so that they produce an
16711         output like 'GEN <filename>' when in silent mode.
16712
16713         * GNUmakefile.am:
16714
16715 2009-08-05  Jan Michael Alonzo  <jmalonzo@webkit.org>
16716
16717         Reviewed by Xan Lopez.
16718
16719         [Gtk] macros in webkit.m4 should be defined once only
16720         https://bugs.webkit.org/show_bug.cgi?id=27929
16721
16722         The macros in webkit.m4 are not meant to be called multiple times
16723         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
16724         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
16725
16726         Lastly, make sure CXXFLAGS and CFLAGS are defined before
16727         AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
16728
16729         * autotools/webkit.m4:
16730
16731 2009-08-05  Xan Lopez  <xlopez@igalia.com>
16732
16733         Revert r46714, it was making us build debug images by default.
16734
16735         * autotools/webkit.m4:
16736
16737 2009-08-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16738
16739         Reviewed by Eric Seidel.
16740
16741         [Qt] Consolidate common gcc flags to WebKit.pri
16742         https://bugs.webkit.org/show_bug.cgi?id=27934
16743
16744         * WebKit.pri:
16745
16746 2009-08-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
16747
16748         Rubber-stamped by Eric Seidel.
16749
16750         [Gtk] macros in webkit.m4 should be defined once only
16751         https://bugs.webkit.org/show_bug.cgi?id=27929
16752
16753         The macros in webkit.m4 are not meant to be called multiple times
16754         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
16755         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
16756
16757         * autotools/webkit.m4:
16758
16759 2009-07-29  Ariya Hidayat  <ariya.hidayat@nokia.com>
16760
16761         Reviewed by Simon Hausmann.
16762
16763         Adding ImageDiff project file.
16764
16765         https://bugs.webkit.org/show_bug.cgi?id=27813
16766
16767         * WebKit.pro: Added ImageDiff.pro.
16768
16769 2009-07-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
16770
16771         Reviewed by Eric Seidel and Xan Lopez.
16772
16773         [Gtk] Enable http/tests/appcache tests
16774         https://bugs.webkit.org/show_bug.cgi?id=27674
16775
16776         * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
16777
16778 2009-07-28  Xan Lopez  <xlopez@igalia.com>
16779
16780         Reviewed by Gustavo Noronha.
16781
16782         Use automake 1.11 SILENT_RULES when present, for cleaner build
16783         output. You can disable it by passing --disable-silent-rules to
16784         configure or V=1 to make.
16785
16786         * autotools/dolt.m4:
16787         * configure.ac:
16788
16789 2009-07-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16790
16791         Reviewed by Simon Hausmann.
16792
16793         [Qt] Disable some compiler warnings for the win build
16794         https://bugs.webkit.org/show_bug.cgi?id=27709
16795
16796         * WebKit.pri:
16797
16798 2009-07-28  Xan Lopez  <xlopez@igalia.com>
16799
16800         Reviewed by Gustavo Noronha.
16801
16802         * configure.ac: bump version for 1.1.12 release.
16803
16804 2009-07-24  Xan Lopez  <xlopez@igalia.com>
16805
16806         Reviewed by Gustavo Noronha.
16807
16808         Remove unneeded commas from PKG_CHECK_MODULES.
16809
16810         * configure.ac:
16811
16812 2009-07-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
16813
16814         Reviewed by Xan Lopez.
16815
16816         Bump pango version requirement to 1.12 which is the version that
16817         came with Gtk 2.10.
16818
16819         * configure.ac:
16820
16821 2009-07-21  Roland Steiner  <rolandsteiner@google.com>
16822
16823         Reviewed by David Levin.
16824
16825         Add ENABLE_RUBY to list of build options
16826         https://bugs.webkit.org/show_bug.cgi?id=27324
16827
16828         * configure.ac: Added flag ENABLE_RUBY.
16829
16830 2009-07-20  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16831
16832         Reviewed by Holger Freyther.
16833
16834         [Qt] Add an option for QtLauncher to build without QtUiTools dependency
16835         https://bugs.webkit.org/show_bug.cgi?id=27438
16836
16837         Based on Norbert Leser's work.
16838
16839         * WebKit.pri: Symbian does not have UiTools
16840
16841 2009-07-16  Fumitoshi Ukai  <ukai@chromium.org>
16842
16843         Reviewed by David Levin.
16844
16845         Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
16846         https://bugs.webkit.org/show_bug.cgi?id=27206
16847
16848         Add --enable-web-sockets in configure.ac
16849
16850         * configure.ac:
16851
16852 2009-07-16  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16853
16854         Reviewed by Simon Hausmann.
16855
16856         [Qt] Enable GNU compiler extensions to the ARM compiler 
16857         for all Qt ports using RVCT
16858         https://bugs.webkit.org/show_bug.cgi?id=27348
16859
16860         * WebKit.pri:
16861
16862 2009-07-15  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
16863
16864         Rubber-stamped by Simon Hausmann.
16865
16866         Fix the Qt/Mac build by disabling TestNetscapePlugin
16867
16868         We should fix and enable this once we run DRT for Qt/Mac
16869
16870         * WebKit.pro:
16871
16872 2009-07-13  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
16873
16874         Unreviewed build fix. Require the correct libsoup version now that
16875         it's released.
16876
16877         * configure.ac:
16878
16879 2009-07-13  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16880
16881         Reviewed by Tor Arne Vestbø.
16882
16883         [Qt] Build fix for QtWebKit on Win
16884         https://bugs.webkit.org/show_bug.cgi?id=27205
16885
16886         * WebKit.pri: Include the major version number in the QtWebKit
16887         library file for Win.
16888
16889 2009-07-13  Simon Hausmann  <simon.hausmann@nokia.com>
16890
16891         Reviewed by Ariya Hidayat.
16892
16893         Add the test netscape plugin for the Qt DRT to the build.
16894
16895         * WebKit.pro:
16896
16897 2009-07-13  Drew Wilson  <atwilson@google.com>
16898
16899         Reviewed by David Levin.
16900
16901         Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
16902         https://bugs.webkit.org/show_bug.cgi?id=26932
16903
16904         Added ENABLE(SHARED_WORKERS) flag.
16905
16906        * configure.ac:
16907
16908 2009-07-12  Xan Lopez  <xlopez@igalia.com>
16909
16910         Reviewed by Gustavo Noronha.
16911
16912         Bump version in preparation for 1.1.11 release.
16913
16914         * configure.ac:
16915
16916 2009-07-07  Norbert Leser  <norbert.leser@nokia.com>
16917
16918         Reviewed by Simon Hausmann.
16919
16920         Exclude DumpRenderTree.pro from symbian build
16921
16922         * WebKit.pro:
16923
16924 2009-07-09  Drew Wilson  <atwilson@google.com>
16925
16926         Reviewed by Alexey Proskuryakov.
16927
16928         https://bugs.webkit.org/show_bug.cgi?id=26903
16929
16930         Turned on CHANNEL_MESSAGING by default because the MessageChannel API
16931         can now be implemented for Web Workers and is reasonably stable.
16932
16933         * configure.ac: enable CHANNEL_MESSAGING.
16934
16935 2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
16936
16937         Reviewed by Xan Lopez and Gustavo Noronha.
16938
16939         Set user-agent from application
16940         https://bugs.webkit.org/show_bug.cgi?id=17375
16941
16942         Define UA version macros to be used by the UA string.
16943         Add new WebSettings unit test for the User-Agent string API.
16944
16945         * GNUmakefile.am:
16946         * configure.ac:
16947
16948 2009-06-20  Gustavo Noronha Silva  <gns@gnome.org>
16949
16950         Reviewed by Jan Alonzo.
16951
16952         Adding files for the new test case for loading statuses.
16953
16954         * GNUmakefile.am:
16955
16956 2009-06-15  Xan Lopez  <xlopez@igalia.com>
16957
16958         Reviewed by Gustavo Noronha.
16959
16960         Version bump in preparation for 1.1.10 release.
16961
16962         * configure.ac:
16963
16964 2009-06-12  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
16965
16966         Reviewed by Xan Lopez.
16967
16968         Refactor handling of options in the build-webkit script
16969         
16970         Options are now defined in one place, and then reused when creating
16971         the usage help text, the arguments to GetOptions(), and when passing
16972         the options on to the underlying port-dependent build systems.
16973         
16974         This allows the Qt port to read the defaults for the options from the
16975         pro file (dynamically), and to pass the options on to qmake at build.
16976
16977         * configure.ac:
16978
16979 2009-06-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
16980
16981         Reviewed by Holger Freyther.
16982
16983         [Qt] Fix release build detection
16984         https://bugs.webkit.org/show_bug.cgi?id=26267
16985
16986         * WebKit.pri:
16987
16988 2009-06-10  Gustavo Noronha Silva  <gns@gnome.org>
16989
16990         Reviewed by Xan Lopez.
16991
16992         Add unit tests for our WebKitNetworkRequest object.
16993
16994         * GNUmakefile.am:
16995
16996 2009-06-10  Xan Lopez  <xlopez@igalia.com>
16997
16998         Reviewed by Gustavo Noronha.
16999
17000         Version bump in preparation for 1.1.9 release.
17001
17002         * configure.ac:
17003
17004 2009-06-10  Xan Lopez  <xlopez@igalia.com>
17005
17006         Reviewed by Jan Alonzo.
17007
17008         https://bugs.webkit.org/show_bug.cgi?id=25415
17009         [GTK][ATK] Please implement support for get_text_at_offset
17010
17011         Add new dependency on the Gail utils library, needed for our a11y
17012         implementation.
17013
17014         * GNUmakefile.am:
17015         * configure.ac:
17016
17017 2009-05-29  Gustavo Noronha Silva  <gns@gnome.org>
17018
17019         Reviewed by Jan Alonzo.
17020
17021         Add a test-case for our HTTP backend, currently checking the
17022         ref-counting of the SoupMessage.
17023
17024         * GNUmakefile.am:
17025
17026 2009-05-28  Dirk Schulze  <krit@webkit.org>
17027
17028         Reviewed by Nikolas Zimmermann.
17029
17030         Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
17031
17032         * configure.ac:
17033
17034 2009-05-19  Xan Lopez  <xlopez@igalia.com>
17035
17036         Reviewed by Jan Alonzo and Gustavo Noronha.
17037
17038         https://bugs.webkit.org/show_bug.cgi?id=25415
17039         [GTK][ATK] Please implement support for get_text_at_offset
17040
17041         Add new test file for ATK.
17042
17043         * GNUmakefile.am:
17044
17045 2009-05-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
17046
17047         Rubber-stamped by Xan Lopez.
17048
17049         Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
17050         correct directory, so that we pass make distcheck.
17051
17052         * GNUmakefile.am:
17053
17054 2009-05-28  Xan Lopez  <xlopez@igalia.com>
17055
17056         Bump version numbers in preparation for 1.1.8 release.
17057
17058         * configure.ac:
17059
17060 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
17061
17062         Unreviewed build fix. Add gstreamer-video-0.10 libs to
17063         GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
17064         - symbol used in MediaPlayerPrivateGstreamer.
17065
17066         * configure.ac:
17067
17068 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
17069
17070         Reviewed by Xan Lopez.
17071
17072         [Gtk] Various autotools build refactoring and fixes
17073         https://bugs.webkit.org/show_bug.cgi?id=25286
17074
17075         Refactor library LIBS. Move third-party libs in libwebkit instead
17076         of libWebCore.
17077
17078         * GNUmakefile.am:
17079
17080 2009-05-22  Antonio Gomes  <antonio.gomes@openbossa.org>
17081
17082         Reviewed by Gustavo Noronha.
17083
17084         Make Gtk build not bail out if gtk-doc-tools is not installed.
17085
17086         Warning message shown instead.
17087
17088         * autogen.sh:
17089
17090 2009-05-22  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
17091
17092         Reviewed by Xan Lopez.
17093
17094         Add big warnings about the glib unicode backend being slow and
17095         incomplete, since it is a work in progress.
17096
17097         * autotools/webkit.m4:
17098         * configure.ac:
17099
17100 2009-05-22  Dominik Röttsches  <dominik.roettsches@access-company.com>
17101
17102         Reviewed by Gustavo Noronha.
17103
17104         https://bugs.webkit.org/show_bug.cgi?id=15914
17105         [GTK] Implement Unicode functionality using GLib
17106
17107         Initial version of this patch by Jürg Billeter.
17108
17109         Adding options for --with-unicode-backend=icu|glib
17110         and checking for pango version >= 1.21.0 if GLib backend
17111         is selected. Temporarily, until remaining parts of
17112         this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
17113         macro to allow for a mixed compilation with WTF Unicode
17114         backend based on GLib while text codecs and TextBreakIterator
17115         remain ICU dependent.
17116
17117         * GNUmakefile.am:
17118         * configure.ac:
17119
17120 2009-05-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
17121
17122         Reviewed by Gavin Barraclough.
17123
17124         Enable YARR, and disable WREC for GTK+.
17125
17126         * configure.ac:
17127
17128 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
17129
17130          Reviewed by Xan Lopez.
17131
17132          [Gtk] Various autotools build refactoring and fixes
17133          https://bugs.webkit.org/show_bug.cgi?id=25286
17134
17135          Add support for running unit tests. Also run the tests whenever
17136          the 'check' target runs.
17137
17138          * GNUmakefile.am:
17139
17140 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
17141
17142          Reviewed by Xan Lopez.
17143
17144          [Gtk] Various autotools build refactoring and fixes
17145          https://bugs.webkit.org/show_bug.cgi?id=25286
17146
17147          Style fixes
17148
17149          * GNUmakefile.am:
17150
17151 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
17152
17153          Reviewed by Xan Lopez.
17154
17155          [Gtk] Various autotools build refactoring and fixes
17156          https://bugs.webkit.org/show_bug.cgi?id=25286
17157
17158          Add -no-install and -no-fast-install to programs and tests that we
17159          don't install. Also remove -O2 since this is already handled at
17160          configure time.
17161
17162          * GNUmakefile.am:
17163
17164 2009-05-17  Jan Michael Alonzo  <jmalonzo@webkit.org>
17165
17166         Reviewed by Xan Lopez.
17167
17168         [Gtk] Various autotools build refactoring and fixes
17169         https://bugs.webkit.org/show_bug.cgi?id=25286
17170
17171         Refactor library cflags
17172
17173         * GNUmakefile.am:
17174
17175 2009-05-15  Fridrich Strba  <fridrich.strba@bluewin.ch>
17176
17177         Reviewed by Jan Alonzo.
17178
17179         Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
17180         the JIT compiler is not a cross-compiler
17181
17182         * configure.ac:
17183
17184 2009-05-13  Xan Lopez  <xlopez@igalia.com>
17185
17186         Unreviewed: bump versions in preparation for 1.1.7 release.
17187
17188         * configure.ac:
17189
17190 2009-05-13  Xan Lopez  <xlopez@igalia.com>
17191
17192         Rubber-stamped by Gustavo Noronha.
17193
17194         Revert commit r43563, since it breaks WebKitGTK+ when compiled
17195         with gcc 4.4.
17196
17197         * GNUmakefile.am:
17198
17199 2009-05-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
17200
17201         Reviewed by Holger Freyther.
17202
17203         [Gtk] Various autotools build refactoring and fixes
17204         https://bugs.webkit.org/show_bug.cgi?id=25286
17205
17206         Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
17207
17208         * GNUmakefile.am:
17209
17210 2009-05-09  Jan Michael Alonzo  <jmalonzo@webkit.org>
17211
17212         Reviewed by Gustavo Noronha.
17213
17214         WebKit-r43163 won't build for gtk-directfb
17215         https://bugs.webkit.org/show_bug.cgi?id=25538
17216
17217         Move the ENCHANT check out of the with_target conditional since it
17218         applies to all targets
17219
17220         * configure.ac:
17221
17222 2009-05-09  Mike Hommey  <glandium@debian.org>
17223
17224         Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
17225
17226         Enable JIT on x86-64 gtk+
17227         https://bugs.webkit.org/show_bug.cgi?id=24724
17228
17229         * configure.ac:
17230
17231 2009-05-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
17232
17233         Reviewed by Xan Lopez.
17234
17235         Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
17236
17237         * GNUmakefile.am:
17238         * autogen.sh:
17239
17240 2009-05-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
17241
17242         Reviewed by Simon Hausmann.
17243
17244         Build QtWebKit as a framework on Mac
17245
17246         This implies both debug and release build by default, unless
17247         one of the --debug or --release config options are passed to
17248         the build-webkit script.
17249
17250         Frameworks can be disabled by passing CONFIG+=webkit_no_framework
17251         to the build-webkit script.
17252
17253         To be able to build both debug and release targets in parallel
17254         we have to use separate output directories for the generated
17255         sources, which is not optimal, but required to avoid race conditions.
17256
17257         An optimization would be to only require this spit-up on Mac.
17258
17259         * WebKit.pri:
17260
17261 2009-04-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
17262
17263         Unreviewed build GTK build fix
17264
17265         * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
17266
17267 2009-04-30  Dimitri Glazkov  <dglazkov@chromium.org>
17268
17269         Unreviewed, build fix.
17270
17271         https://bugs.webkit.org/show_bug.cgi?id=25470
17272         Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
17273
17274         * configure.ac: Add autoconfig options, missed in the first commit.
17275
17276 2009-04-28  Xan Lopez  <xlopez@igalia.com>
17277
17278         Unreviewed: bump versions in preparation for 1.1.6 release.
17279
17280         * configure.ac:
17281
17282 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
17283
17284         Reviewed by Xan Lopez.
17285
17286         [GTK] Error reporting
17287         https://bugs.webkit.org/show_bug.cgi?id=18344
17288
17289         Add webkiterror to the build.
17290
17291         * GNUmakefile.am:
17292
17293 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
17294
17295          Reviewed by Xan Lopez.
17296
17297          [GTK] Error reporting
17298          https://bugs.webkit.org/show_bug.cgi?id=18344
17299
17300          Add the default error page for installation.
17301
17302          * GNUmakefile.am:
17303
17304 2009-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
17305
17306         Reviewed by Gustavo Noronha.
17307
17308         https://bugs.webkit.org/show_bug.cgi?id=15616
17309         [GTK] Add spell checking
17310
17311         Add enchant support for spell-checking-languages property to work
17312         properly.
17313
17314         * GNUmakefile.am:
17315         * configure.ac:
17316
17317 2009-04-24  Simon Hausmann  <simon.hausmann@nokia.com>
17318
17319         Reviewed by Ariya Hidayat.
17320
17321         Added support for generating API docs in the Qt build using "make docs"
17322
17323         * WebKit.pro: Include docs.pri for "make docs" target.
17324
17325 2009-04-14  Xan Lopez  <xlopez@igalia.com>
17326
17327         Unreviewed version bump in preparation for 1.1.5 release.
17328
17329         * configure.ac:
17330
17331 2009-04-06  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
17332
17333         Rubber-stamped by Sam Weinig.
17334
17335         Added rules to maintain the localization support. We cannot simply
17336         use whatever gettextize gives us because our build system is
17337         non-recursive.
17338
17339         * GNUmakefile.am:
17340         * configure.ac:
17341
17342 2009-04-05  Mike Hommey  <glandium@debian.org>
17343
17344         Reviewed by Holger Freyther.
17345
17346         Filter out all C++ symbols
17347         https://bugs.webkit.org/show_bug.cgi?id=24960
17348
17349         Considering the public API is all C, we can just filter out all
17350         C++ mangled symbols, which will avoid exporting symbols in some
17351         corner cases such as gcc bugs on specific architectures, etc.
17352
17353         * autotools/symbols.filter:
17354
17355 2009-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
17356
17357         Reviewed by Holger Freyther.
17358
17359         Require GTK+ >= 2.10; 2.8 is already very old, and some very
17360         useful APIs are only available since 2.10.
17361
17362         * configure.ac:
17363
17364 2009-04-01  Christian Dywan  <christian@twotoasts.de>
17365
17366         Reviewed by Holger Freyther.
17367
17368         Unit test WebKitDownload
17369         http://bugs.webkit.org/show_bug.cgi?id=24844
17370
17371         * GNUmakefile.am: Add a unit test for downloading.
17372
17373 2009-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
17374
17375         Unreviewed build fix. Fix make distcheck, after the gtk-doc
17376         integration.
17377
17378         * GNUmakefile.am:
17379
17380 2009-03-30  Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
17381
17382         Reviewed by Holger Freyther.
17383
17384         Integrate gtk-doc into the Gtk+ buildsystem.
17385
17386         * autogen.sh:
17387         * configure.ac:
17388
17389 2009-03-30  Xan Lopez  <xlopez@igalia.com>
17390
17391         Unreviewed: bump version to 1.1.4 for release.
17392
17393         * configure.ac:
17394
17395 2009-03-21  Xan Lopez  <xlopez@igalia.com>
17396
17397         Reviewed by Holger Freyther.
17398
17399         Require gnome-keyring 2.26.0, since we were depending on an
17400         unreleased trunk revision between 2.25.91 and 2.26.0.
17401
17402         * configure.ac:
17403
17404 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
17405
17406         Reviewed by Holger Freyther.
17407
17408         [GTK] Misc patches for WebKitWebHistoryItem
17409         https://bugs.webkit.org/show_bug.cgi?id=24493
17410
17411         Added build support for build the WebKitWebHistoryItem unit test.
17412
17413         * GNUmakefile.am:
17414
17415 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
17416
17417         Reviewed by Holger Freyther.
17418
17419         Separate gtk unit tests
17420         https://bugs.webkit.org/show_bug.cgi?id=24039
17421
17422         Build the unit tests accordingly.
17423
17424         * GNUmakefile.am:
17425
17426 2009-03-17  Gustavo Noronha Silva  <gns@gnome.org>
17427
17428         Reviewed by Mark Rowe.
17429
17430         Enable HTML5 media elements support by default in the GTK+ port.
17431
17432         * configure.ac:
17433
17434 2009-03-17  Mike Hommey <glandium@debian.org>
17435
17436         Reviewed by Holger Freyther.
17437
17438         Do not export cti* symbols.
17439         See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
17440
17441         * autotools/symbols.filter:
17442
17443 2009-03-15  Xan Lopez  <xlopez@igalia.com>
17444
17445         Bump version to 1.1.3 for release and fix soversion
17446         calculation (oops). Thanks to Frederik Himpe for pointing this
17447         out.
17448
17449         * configure.ac:
17450
17451 2009-03-15  Xan Lopez  <xlopez@igalia.com>
17452
17453         Bump version and libtool version for release.
17454
17455         * configure.ac:
17456
17457 2009-03-14  Xan Lopez  <xlopez@igalia.com>
17458
17459         No review, build fix.
17460
17461         Split clean rules to make distcheck pass.
17462
17463         * GNUmakefile.am:
17464
17465 2009-03-13  Mark Rowe  <mrowe@apple.com>
17466
17467         Reviewed by Dan Bernstein.
17468
17469         Remove rarely used Makefile targets from the Makefile.
17470
17471         There are many situations in which the targets don't work as expected,
17472         and their primary use is addressed by having the build system default
17473         to building the appropriate architecture.
17474
17475         * Makefile.shared:
17476
17477 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
17478
17479         Reviewed by Holger Freyther.
17480
17481         [Gtk] Fix make clean targets
17482         https://bugs.webkit.org/show_bug.cgi?id=24450
17483
17484         Fix 'make' clean targets. We shouldn't be removing DerivedSources
17485         if it's only clean. Only remove it if it's distclean or
17486         maintainer-clean. Also remove build-related auxillary files on
17487         dist/maintainer clean.
17488
17489         * GNUmakefile.am:
17490
17491 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
17492
17493         Reviewed by Holger Freyther
17494
17495         [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
17496         https://bugs.webkit.org/show_bug.cgi?id=2260
17497
17498         pangoft2 is also used in directfb builds so use it for all targets
17499
17500         * configure.ac:
17501
17502 2009-03-02  Xan Lopez  <xan@gnome.org>
17503
17504         Reviewed by Mark Rowe.
17505
17506         https://bugs.webkit.org/show_bug.cgi?id=24287
17507         [GTK] Move auth dialog feature to WebKit/
17508
17509         Add WebKitSoupAuthDialog files to build.
17510
17511         * GNUmakefile.am:
17512
17513 2009-03-03  Gustavo Noronha Silva  <gns@gnome.org>
17514
17515         Reviewed by Alexey Proskuryakov.
17516
17517         https://bugs.webkit.org/show_bug.cgi?id=16826
17518         [Gtk] Implement WebKitDownload
17519
17520         Adding new files related to WebKitDownload to the GTK+ port.
17521
17522         * GNUmakefile.am:
17523
17524 2009-03-02  Gustavo Noronha Silva  <gns@gnome.org>
17525
17526         Unreviewed build fix; adding missing files to EXTRA_DIST, so that
17527         they show up in the tarball.
17528
17529         * GNUmakefile.am:
17530
17531 2009-03-01  Christian Dywan  <christian@twotoasts.de>
17532
17533         * configure.ac: Bump GTK port version to 1.1.1.
17534
17535 2009-02-27  Gustavo Noronha Silva  <gns@gnome.org>
17536
17537         Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
17538         file to EXTRA_DIST to fix make dist.
17539
17540         * GNUmakefile.am:
17541
17542 2009-02-26  Xan Lopez  <xan@gnome.org>
17543
17544         Reviewed by Holger Freyther.
17545
17546         https://bugs.webkit.org/show_bug.cgi?id=16947
17547         [GTK] Missing HTTP Auth challenge
17548
17549         Add HTTP authentication dialog with optional GNOME Keyring
17550         storage.
17551
17552         * GNUmakefile.am:
17553         * configure.ac:
17554
17555 2009-02-26  Xan Lopez  <xan@gnome.org>
17556
17557         Reviewed by Holger Freyther.
17558
17559         https://bugs.webkit.org/show_bug.cgi?id=16947
17560         [GTK] Missing HTTP Auth challenge
17561
17562         Take marshallers to be built from a manually maintained list
17563         instead of grepping the sources.
17564
17565         It's much faster, especially so now that we want to add
17566         marshallers from WebCore too. A system to only take into account
17567         the modified files when generating the marshallers from sources
17568         could be hacked, but I think it's overkill considering how rarely
17569         a new marshaller is added.
17570
17571         * GNUmakefile.am:
17572
17573 2009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
17574
17575         Reviewed by Alexey Proskuryakov.
17576
17577         [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
17578         https://bugs.webkit.org/show_bug.cgi?id=24072
17579
17580         Add options for toggling 3D transforms and HTML5 channel messaging
17581         support on or off.
17582
17583         Also fix the web-workers option. It should be web-workers and not workers.
17584
17585         * configure.ac:
17586
17587 2009-02-23  Xan Lopez  <xan@gnome.org>
17588
17589         Reviewed by Alexey Proskuryakov.
17590
17591         https://bugs.webkit.org/show_bug.cgi?id=22624
17592         [SOUP][GTK] Need API to get SoupSession from WebKit.
17593
17594         Remove CURL support, the only supported HTTP backend is SOUP now.
17595
17596         * GNUmakefile.am:
17597         * configure.ac:
17598
17599 2009-02-19  Christian Dywan  <christian@twotoasts.de>
17600
17601         Rubber-stamped by Holger Freyther.
17602
17603         http://bugs.webkit.org/show_bug.cgi?id=22811
17604         Underlinking in Programs_UnitTests (GTK+ build)
17605
17606         * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
17607
17608 2009-02-18  Gustavo Noronha Silva  <gns@gnome.org>
17609
17610         Reviewed by Holger Freyther.
17611
17612         Fix symbols.filter location, and add other missing files to the
17613         autotools build, so that make dist works.
17614
17615         * GNUmakefile.am:
17616
17617 2009-02-17  Gustavo Noronha Silva  <gns@gnome.org>
17618
17619         Reviewed by Alexey Proskuryakov.
17620
17621         https://bugs.webkit.org/show_bug.cgi?id=23939
17622         Release build being built with debugging symbols
17623
17624         * configure.ac: Revert change done in revision 40790, since we
17625         already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
17626
17627 2009-02-12  Gustavo Noronha Silva  <gns@gnome.org>
17628
17629         Reviewed by Eric Seidel.
17630
17631         * configure.ac: Make soup the default HTTP backend for the Gtk port.
17632
17633 2009-02-09  Calvin Walton  <calvin.walton@gmail.com>
17634
17635         Reviewed by Holger Freyther.
17636
17637         https://bugs.webkit.org/show_bug.cgi?id=23823
17638
17639         [Gtk] Fix build with recent autotools
17640
17641         Current versions of automake/libtool don't assume you want C++ enabled
17642         by default any more, so explicitly check for a C++ compiler.
17643
17644         * configure.ac: Add AC_PROG_CXX macro
17645
17646 2009-02-02  Christian Dywan  <christian@twotoasts.de>
17647
17648         Rubber-stamped by Holger Freyther.
17649
17650         Don't require Geolocation by default.
17651
17652         * configure.ac:
17653
17654 2009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
17655
17656         Reviewed by Nikolas Zimmermann.
17657
17658         [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
17659         https://bugs.webkit.org/show_bug.cgi?id=22136
17660
17661         * GNUmakefile.am:
17662         * acinclude.m4: Removed.
17663         * autogen.sh:
17664         * autotools/acinclude.m4: Added.
17665         * autotools/dolt.m4: Added.
17666         * autotools/symbols.filter: Renamed from symbols.filter.
17667         * autotools/webkit.m4: Added.
17668         * configure.ac:
17669
17670 2009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>
17671
17672         Reviewed by Nikolas Zimmermann.
17673
17674         [GTK] Implement GeolocationService using the Geoclue library
17675
17676         https://bugs.webkit.org/show_bug.cgi?id=22022
17677
17678         Untested implementation of the GeolocationService using the geoclue
17679         library. Velocity handling is completely missing and the accuracy
17680         handling might be wrong.
17681
17682         * GNUmakefile.am:
17683         * configure.ac:
17684
17685 2009-01-11  Xan Lopez  <xan@gnome.org>
17686
17687         Reviewed by Holger Freyther.
17688
17689         Bump version to 1.1.0 since we are breaking ABI and adding new
17690         major features.
17691
17692         * configure.ac:
17693
17694 2008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>
17695
17696         Reviewed by Holger Freyther.
17697
17698         http://bugs.webkit.org/show_bug.cgi?id=16562
17699         [gtk] Implement WebPolicyDelegate methods
17700
17701         Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
17702         Noronha.
17703
17704         This implements the delegates methods of WebPolicyDelegate.
17705         Since Gtk+/C doesn't have delegate methods, they are replaced with
17706         signals.
17707
17708         A new object WebKitWebPolicyDecision allows the browser to delay its
17709         response in certain cases. WebKitWebNavigationAction contains the
17710         information about what caused a navigation request.
17711
17712         * GNUmakefile.am: Add new files
17713
17714 2008-12-19  Gustavo Noronha Silva  <gns@gnome.org>
17715
17716         Reviewed by Holger Freyther.
17717
17718         Use ustar tar format for WebKit/GTK+'s make dist target, so that
17719         storing files whose filenames are > 99 is possible.
17720
17721         * configure.ac:
17722
17723 2008-12-19  Holger Hans Peter Freyther  <zecke@selfish.org>
17724
17725         [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
17726
17727         Fix the jit compilation on i*686 on Linux by using the va_list
17728         to pass arguments to the CTI. This is done on the MAC as well
17729         and sunspider and javascriptcore seem to work with that.
17730
17731         * configure.ac:
17732
17733 2008-12-18  Pamela Greene  <pam@chromium.org>
17734
17735         Submitted without review.
17736         Right, remove the whole misplaced directory, not just the tests.
17737
17738         * fast: Removed.
17739         * fast/dom: Removed.
17740
17741 2008-12-18  Pamela Greene  <pam@chromium.org>
17742
17743         Submitted without review.
17744         Moving layout test into LayoutTests where it belongs.
17745
17746         * fast/dom/setter-type-enforcement-expected.txt: Removed.
17747         * fast/dom/setter-type-enforcement.html: Removed.
17748
17749 2008-12-15  Daniel Macks  <dmacks@netspace.org>
17750
17751         Reviewed by Darin Adler.
17752
17753         Default to use external libicu-config if avail on all platforms.
17754         https://bugs.webkit.org/show_bug.cgi?id=22713
17755
17756         * configure.ac:
17757
17758 2008-12-12  Holger Hans Peter Freyther  <zecke@selfish.org>
17759
17760         Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
17761
17762         The m4 directory does not exist and we now have a compile issue on
17763         Gentoo systems.
17764
17765         * GNUmakefile.am:
17766         * configure.ac:
17767
17768 2008-12-11  Daniel Macks  <dmacks@netspace.org>
17769
17770         Reviewed by Darin Adler.
17771
17772         https://bugs.webkit.org/show_bug.cgi?id=22714
17773
17774         Put libtool macro files in subdir that it wants.
17775
17776         * GNUmakefile.am:
17777         * configure.ac:
17778
17779 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
17780
17781         Reviewed by Eric Seidel.
17782
17783         [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
17784
17785         https://bugs.webkit.org/show_bug.cgi?id=22491
17786
17787         Add the skeleton to WebKit/gtk/tests and integrate that into the
17788         buildsystem. Testing support was added in glib 2.16. For versions
17789         using glib < 2.16 we compile an empty application.
17790
17791         * GNUmakefile.am:
17792
17793 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
17794
17795         Reviewed by Cameron Zwarich.
17796
17797         [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
17798
17799         When building the jit on i*86 also enable the above optimizations.
17800
17801         * configure.ac:
17802
17803 2008-12-03  Simon Hausmann  <hausmann@webkit.org>
17804
17805         Reviewed by Tor Arne Vestbø.
17806
17807         Fix the build of WebKit inside Qt by making sure that qmake generators
17808         that do not produce generated sources (i.e. cpp files) are not
17809         included in SOURCES.
17810
17811         * WebKit.pri:
17812
17813 2008-12-02  Simon Hausmann  <hausmann@webkit.org>
17814
17815         Reviewed by Tor Arne Vestbø.
17816
17817         Removed JavaScriptCore from SUBDIRS as it's not built separately
17818         anymore.
17819
17820         * WebKit.pro:
17821
17822 2008-11-28  Gustavo Noronha Silva  <gns@gnome.org>
17823
17824         Reviewed and slightly modified by Holger Freyther.
17825
17826         https://bugs.webkit.org/show_bug.cgi?id=19130
17827
17828         Added the new WebKitGtk files to be built:
17829         WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
17830
17831         * GNUmakefile.am:
17832
17833 2008-11-26  Kalle Vahlman  <kalle.vahlman@movial.com>
17834
17835         Reviewed by Darin Adler. Landed by Jan Alonzo.
17836
17837         Bison versions under 2.2 produce crashing CSSGrammar code for ARM
17838         https://bugs.webkit.org/show_bug.cgi?id=22456
17839
17840         Check for bison version 2.2 or greater on ARM. Earlier versions produce
17841         code that crashes on ARM devices.
17842
17843         * configure.ac:
17844
17845 2008-11-25  Holger Hans Peter Freyther  <zecke@selfish.org>
17846
17847         Reviewed by David Kilzer.
17848
17849         https://bugs.webkit.org/show_bug.cgi?id=22022
17850
17851         Add Geolocation support to the configure.ac
17852
17853         Add an option to build WebKit/Gtk+ with Geolocation. The
17854         implementation will be using Gypsy.
17855
17856         * configure.ac:
17857
17858 2008-11-24  Holger Hans Peter Freyther  <zecke@selfish.org>
17859
17860         Reviewed by Mark Rowe.
17861
17862         [Gtk+] Add configure option to enable Web Workers and enable it by default
17863
17864         Add --enable-workers to the buildsystem (used by build-webkit) add
17865         the to be build files to the GNUmakefile.am and change build-webkit
17866         to enable Web Workers by default.
17867
17868         * configure.ac:
17869
17870 2008-09-09  Joerg Bornemann  <joerg.bornemann@trolltech.com>
17871
17872         Reviewed by Simon Hausmann.
17873
17874         Steps towards making the Qt port of WebKit compile on Windows CE
17875
17876         https://bugs.webkit.org/show_bug.cgi?id=20746
17877
17878         * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
17879
17880 2008-11-17  Nikolas Zimmermann  <nikolas.zimmermann@torchmobile.com>
17881
17882         Reviewed by George Staikos.
17883
17884         Add WML build support for Gtk as well.
17885
17886         * configure.ac:
17887
17888 2008-11-16  Geoffrey Garen  <ggaren@apple.com>
17889
17890         Not reviewed.
17891
17892         Try to fix gtk build.
17893
17894         * configure.ac:
17895
17896 2008-11-10  Tor Arne Vestbø  <tavestbo@trolltech.com>
17897
17898         Rubber-stamped by Simon Hausmann.
17899
17900         Distinguish between building from trunk and as part of Qt
17901
17902         * WebKit.pri:
17903
17904 2008-11-10  Morten Sørvig  <msorvig@trolltech.com>
17905
17906         Reviewed by Simon Hausmann.
17907
17908         Make tests/auto/qwebframe compile on Qt/Mac.
17909
17910         * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
17911
17912 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
17913
17914         Not reviewed.
17915
17916         Speculatively fix the GTK build.
17917
17918         * GNUmakefile.am:
17919
17920 2008-11-06  Alp Toker  <alp@nuanti.com>
17921
17922         GTK build fix for r38155. create_hash_table was moved out of kjs/
17923
17924         * GNUmakefile.am:
17925
17926 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
17927
17928         Rubber-stamped by Sam Weinig.
17929
17930         Correct the reference to jsc.pro in WebKit.pro to match its new
17931         location in the root directory of JavaScriptCore.
17932
17933         * WebKit.pro:
17934
17935 2008-11-03  Alp Toker  <alp@nuanti.com>
17936
17937         autotools distcleancheck fix. Add dolt-generated files and
17938         webkitenumtypes.h to the list of files that need to be cleaned.
17939         Unreviewed.
17940
17941         * GNUmakefile.am:
17942
17943 2008-11-03  Alp Toker  <alp@nuanti.com>
17944
17945         Rubber-stamped by Holger Freyther.
17946
17947         Do not enable RTTI or exceptions in debug builds, matching release
17948         builds. They don't help much with debugging and significantly slow
17949         down and increase the size of the debug build.
17950
17951         * GNUmakefile.am:
17952
17953 2008-11-03  Alp Toker  <alp@nuanti.com>
17954
17955         Rubber-stamped by Holger Freyther.
17956
17957         Add mingw32 case to dolt for faster GTK+ Windows builds.
17958
17959         * acinclude.m4:
17960
17961 2008-11-02  Xan Lopez  <xan@gnome.org>
17962
17963         Reviewed by Holger Freyther
17964
17965         https://bugs.webkit.org/show_bug.cgi?id=22009
17966         HTML5 Video with GStreamer pulls gnome-vfs without using it.
17967
17968         * configure.ac:
17969         Remove gnome-vfs from configure.ac, it's unused.
17970
17971 2008-10-30  Alp Toker  <alp@nuanti.com>
17972
17973         https://bugs.webkit.org/show_bug.cgi?id=19395
17974         doltlibtool bug with bash 3.0
17975
17976         autotools dolt build fix for bash version 3.0 and older. Remove
17977         concatenation syntax from doltlibtool to support the older versions
17978         which don't have '+='.
17979
17980         * acinclude.m4:
17981
17982 2008-10-30  Alp Toker  <alp@nuanti.com>
17983
17984         Rubber-stamped by Oliver Hunt.
17985
17986         autotools build system change to enable JIT features by default. Can
17987         be disabled with --disable-jit (and is disabled automatically on
17988         unsupported platforms).
17989
17990         * configure.ac:
17991
17992 2008-10-30  Alp Toker  <alp@nuanti.com>
17993
17994         Bump WebKit GTK+ version to 1.0.3.
17995
17996         * configure.ac:
17997
17998 2008-10-29  Gustavo Noronha Silva  <gns@gnome.org>
17999
18000         Reviewed by Holger Freyther.
18001
18002         Added all the files that need to be installed for the Inspector to
18003         work.
18004
18005 2008-10-29  Mike Hommey  <glandium@debian.org>
18006
18007         Reviewed by Holger Freyther.
18008
18009         https://bugs.webkit.org/show_bug.cgi?id=21884
18010         Test presence and link against libpng.
18011
18012         * GNUmakefile.am:
18013         * configure.ac:
18014
18015 2008-10-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
18016
18017         Reviewed by Holger Freyther.
18018
18019         Add --enable-optimizations to enable optimized builds. The default
18020         is to enable it for release builds, and disabled for debug builds.
18021         This option will allow builders to have a debug as well as
18022         optimized builds.
18023
18024         * GNUmakefile.am:
18025         * configure.ac:
18026
18027 2008-10-28  Mike Hommey  <glandium@debian.org>
18028
18029         Reviewed by Alp Toker.
18030
18031         https://bugs.webkit.org/show_bug.cgi?id=21885
18032         [GTK] libwebkit doesn't link against libpangoft2
18033
18034         Add pkg-config check for pangoft2 which provides
18035         pango_fc_font_description_from_pattern() used in the FreeType font
18036         backend.
18037
18038         * configure.ac:
18039
18040 2008-10-28  Alp Toker  <alp@nuanti.com>
18041
18042         Include copyright license files in the autotools dist target.
18043
18044         Change suggested by Mike Hommey.
18045
18046         * GNUmakefile.am:
18047
18048 2008-10-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
18049
18050         Gtk build fix: add '-' to Wl which was missed in r36845
18051
18052         * GNUmakefile.am:
18053
18054 2008-10-22  Alp Toker  <alp@nuanti.com>
18055
18056         Fix build for Cairo 1.2.
18057
18058         * configure.ac:
18059
18060 2008-10-20  Alp Toker  <alp@nuanti.com>
18061
18062         Partial GTK+/Win32 build fix. Lowercase library name to enable linking
18063         when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
18064
18065         * configure.ac:
18066
18067 2008-10-13  Alp Toker  <alp@nuanti.com>
18068
18069         GTK+ build fix: Ensure correct builds when debugging is
18070         enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
18071         It's still passed as a compiler flag since some sources (DRT) don't
18072         use config.h yet.
18073
18074         * configure.ac:
18075
18076 2008-10-09  Alp Toker  <alp@nuanti.com>
18077
18078         Reviewed by Mark Rowe.
18079
18080         https://bugs.webkit.org/show_bug.cgi?id=20760
18081         Implement support for x86 Linux in CTI
18082
18083         Prepare to enable CTI/WREC on supported architectures. Will be
18084         switched on when the crasher introduced in r37386 is resolved.
18085
18086         * configure.ac:
18087
18088 2008-10-07  Alp Toker  <alp@nuanti.com>
18089
18090         GTK+ build fix for older automake versions (1.7). Discussed in bug
18091         #21392.
18092
18093         * GNUmakefile.am:
18094
18095 2008-10-07  Alp Toker  <alp@nuanti.com>
18096
18097         Reviewed by Mark Rowe.
18098
18099         https://bugs.webkit.org/show_bug.cgi?id=21392
18100         [GTK] Auto-generate JS DOM binding sources list
18101
18102         Remove the huge lists of generated DOM binding sources and headers in
18103         the build system. These are difficult to maintain and can be derived
18104         automatically.
18105
18106         The new strategy is to re-use the existing lists of IDL sources (which
18107         are needed for dist support anyway). This will also ease the addition
18108         of new language bindings.
18109
18110         * GNUmakefile.am:
18111
18112 2008-09-27  Jan Michael Alonzo  <jmalonzo@webkit.org>
18113
18114         Reviewed by Holger Freyther.
18115
18116         https://bugs.webkit.org/show_bug.cgi?id=20287
18117         [Gtk] disable plugins for gtk/directfb target
18118
18119         Introduce WTF_PLATFORM_X11 for X11 builds.
18120         Also use target-specific packages when building the port
18121
18122         * configure.ac: Do not check for cairo-ft for directfb builds.
18123
18124 2008-09-27  Marco Barisione  <marco.barisione@collabora.co.uk>
18125
18126         Reviewed by Holger Freyther.
18127
18128         http://bugs.webkit.org/show_bug.cgi?id=21174
18129         [GTK][AUTOTOOLS] Enable large file support at configure time
18130
18131         * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
18132
18133 2008-09-23  Richard Hult  <richard@imendio.com>
18134
18135         Reviewed by Alp Toker. Landed by Jan Alonzo.
18136
18137         http://bugs.webkit.org/show_bug.cgi?id=20582
18138         [Gtk] Link error on Mac OS X
18139
18140         * GNUmakefile.am: Only use the -version-script flag for the gnu
18141         linker.
18142         * configure.ac: Check for GNU OSes.
18143
18144 2008-09-19  Alp Toker  <alp@nuanti.com>
18145
18146         Build fix for the 'gold' linker and recent binutils. New behaviour
18147         requires that we link to used libraries explicitly.
18148
18149         * GNUmakefile.am:
18150         * configure.ac:
18151
18152 2008-09-04  Marco Barisione  <marco.barisione@collabora.co.uk>
18153
18154         Reviewed by Eric Seidel.
18155
18156         http://bugs.webkit.org/show_bug.cgi?id=20380
18157         [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
18158
18159         * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
18160
18161 2008-08-28  Alp Toker  <alp@nuanti.com>
18162
18163         GTK+ dist/build fix. List newly added header files.
18164
18165         * GNUmakefile.am:
18166
18167 2008-08-27  Mike Hommey <glandium@debian.org>
18168
18169         Reviewed by Holger.
18170
18171         * GNUmakefile.am:
18172         * symbols.filter: Added.
18173
18174 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
18175
18176         Reviewed (and updated) by Alp Toker.
18177
18178         https://bugs.webkit.org/show_bug.cgi?id=16620
18179         [GTK] Autotools make dist and make check support
18180
18181         Get make dist working.
18182
18183         Note that not all possible configurations have been tested yet.
18184
18185         * GNUmakefile.am:
18186
18187 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
18188
18189         Reviewed by Alp Toker.
18190
18191         http://bugs.webkit.org/show_bug.cgi?id=19045
18192         [gtk] ./configure doesn't check for x toolkit availability
18193
18194         Some old versions of Xt do not provide xt.pc, in this case use
18195         AC_CHECK_LIB to check if the library is installed and then fall back
18196         to using just -lXt.
18197
18198         * configure.ac:
18199
18200 2008-08-09  Alp Toker  <alp@nuanti.com>
18201
18202         GTK+ build fixes.
18203
18204         Back out r20338 libxslt check (conditional check already exists and
18205         this broke the build).
18206
18207         Make the flex version check a warning rather than fatal to fix the
18208         build bot.
18209
18210         * configure.ac:
18211
18212 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
18213
18214         Reviewed by Mark Rowe.
18215
18216         http://bugs.webkit.org/show_bug.cgi?id=20338
18217         [Gtk] Autotools should check for libxslt
18218
18219         Autotools check for libxslt
18220
18221         * configure.ac:
18222
18223 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
18224
18225         Reviewed by David Kilzer.
18226
18227         Check for correct flex version to avoid faulty builds
18228
18229         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
18230         https://bugs.webkit.org/show_bug.cgi?id=20253
18231
18232         acinclude.m4: Import AX_COMPARE_VERSION macro
18233         configure.ac: Check for flex version
18234
18235         * acinclude.m4:
18236         * configure.ac:
18237
18238 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
18239
18240         Rubber-stamped by Lars.
18241
18242         Added API tests for QWebPage/QWebFrame based on QTestLib.
18243
18244         * WebKit.pro: Add WebKit/qt/tests to the build.
18245
18246 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
18247
18248         Reviewed by Eric Seidel.
18249
18250         http://bugs.webkit.org/show_bug.cgi?id=20276
18251         [GTK] Makefile rules for the enum GTypes files depend on Makefile
18252         instead of GNUmakefile
18253
18254         The patch committed in revision 34649 added the code needed to
18255         generate GTypes for enums but the makefile rules for
18256         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
18257         Makefile (used by other ports) instead of GNUmakefile.
18258
18259         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
18260
18261 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
18262
18263         Reviewed by Alp Toker.
18264
18265         http://bugs.webkit.org/show_bug.cgi?id=19045
18266         [gtk] ./configure doesn't check for x toolkit availability
18267
18268         Check for the .pc file for Xt instead of hard coding -lXt in the
18269         GNUmakefile.am.
18270
18271         Thanks to Dominik Röttsches for the initial patch.
18272
18273         * GNUmakefile.am:
18274         * configure.ac:
18275
18276 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
18277
18278         Reviewed by Holger.
18279
18280         http://bugs.webkit.org/show_bug.cgi?id=19742
18281         [GTK] Auto generate webkitmarshal.list
18282
18283         Auto generate webkitmarshal.list from source files to reduce the
18284         number of conflicts when merging git branches or when applying
18285         patches.
18286         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
18287
18288         * GNUmakefile.am:
18289
18290 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
18291
18292         Reviewed by Mark Rowe.
18293
18294         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
18295
18296         [Gtk] Improve detection jpeglib
18297         https://bugs.webkit.org/show_bug.cgi?id=17865
18298
18299         * GNUmakefile.am:
18300         * configure.ac:
18301
18302 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
18303
18304         Discussed with and rubber-stamped by Lars.
18305
18306         Fix the build system for the Qt port.
18307
18308         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
18309         include search path. With a build process that combines JavaScriptCore and
18310         WebCore in one build process/Makefile the existance of
18311         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
18312
18313         This commit solves this by introducing a separate build of JavaScriptCore into
18314         a static library.
18315
18316         As a result of the split-up a race-condition due to broken dependencies of
18317         regular source files to header files of generated sources showed up very
18318         frequently when doing parallel builds (which the buildbot does). This commit at
18319         the same time tries to address the dependency problem by making the
18320         addExtraCompiler() function also generate a pseudo extra compiler that
18321         represents the header file output, so that qmake is aware of the creation of
18322         the header file for dependency calculation.
18323
18324         At the same time I removed a lot of cruft from the pro files to ease maintenance.
18325
18326         * WebKit.pri:
18327         * WebKit.pro:
18328
18329 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
18330
18331         Reviewed by Alp Toker.
18332
18333         https://bugs.webkit.org/show_bug.cgi?id=19171
18334         [GTK] GTypes for enumerations
18335
18336         Generate GTypes for public enumerations so they can be used as
18337         properties.
18338
18339         * GNUmakefile.am: Generate webkit-enum-types.cpp and
18340         webkit-enum-types.h.
18341
18342 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
18343
18344         Fix the Qt build. testkjs.pro is now called jsc.pro.
18345
18346         * WebKit.pro:
18347
18348 2008-06-15  Alp Toker  <alp@nuanti.com>
18349
18350         Rubber-stamped by Maciej.
18351
18352         Install 'jsc' application by default.
18353
18354         * GNUmakefile.am:
18355
18356 2008-06-08  Alp Toker  <alp@nuanti.com>
18357
18358         autotools/GTK+ build system cleanup. Don't include WebKit API in the
18359         WebCore build as it's no longer needed since r34426.
18360
18361         * GNUmakefile.am:
18362
18363 2008-06-08  Alp Toker  <alp@nuanti.com>
18364
18365         Rubber-stamped by Mark Rowe.
18366
18367         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
18368         r31821, since aliasing issues have now been fixed.
18369
18370         Use -O3, not -O2 for the JavaScriptCore build.
18371
18372         * GNUmakefile.am:
18373         * configure.ac:
18374
18375 2008-06-05  Christian Dywan  <christian@twotoasts.de>
18376
18377         Reviewed by Alp Toker.
18378
18379         https://bugs.webkit.org/show_bug.cgi?id=14141
18380         Please add a version to the Gtk port
18381
18382         * GNUmakefile.am:
18383
18384 2008-06-02  Alp Toker  <alp@nuanti.com>
18385
18386         GTK+/autotools Windows build system fixes.
18387
18388         * GNUmakefile.am:
18389         * configure.ac:
18390
18391 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
18392
18393         Reviewed by Alp Toker.
18394
18395         Build WebCore GTK+ sources as part of WebCore, not WebKit.
18396         Split common and GTK+-specific sources into separate file lists.
18397
18398         * GNUmakefile.am:
18399
18400 2008-06-01  Josh Triplett  <josh@freedesktop.org>
18401
18402         Reviewed by Alp Toker.
18403
18404         http://bugs.webkit.org/show_bug.cgi?id=16891
18405         [GTK] autotools build is slow
18406
18407         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
18408         the build, often by a factor of two or more on supported platforms,
18409         otherwise falls back to libtool.
18410
18411         See http://dolt.freedesktop.org for details.
18412
18413         * acinclude.m4: Added.
18414         * configure.ac:
18415
18416 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
18417
18418         Reviewed by Alp Toker.
18419
18420         http://bugs.webkit.org/show_bug.cgi?id=19142
18421         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
18422
18423         * configure.ac:
18424
18425 2008-05-24  Alp Toker  <alp@nuanti.com>
18426
18427         GTK+/Win32 build fixes. Link against Windows ICU without using
18428         icu-config since it's not available on that platform.
18429
18430         Link against Ws2_32 when the curl http backend is chosen since we
18431         use select() directly.
18432
18433         * configure.ac:
18434
18435 2008-05-23  Alp Toker  <alp@nuanti.com>
18436
18437         GTK+ fixes for building without database support.
18438
18439         * configure.ac:
18440
18441 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
18442
18443         Reviewed by Alp Toker.
18444
18445         Fix for previous autotools change.
18446
18447         * configure.ac:
18448
18449 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
18450
18451         Reviewed by Alp.
18452
18453         http://bugs.webkit.org/show_bug.cgi?id=18483
18454         [Gtk] Autotools should match build-webkit default flags
18455
18456         * configure.ac:
18457
18458 2008-05-19  Alp Toker  <alp@nuanti.com>
18459
18460         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
18461         the Pango font backend is selected.
18462
18463         * GNUmakefile.am:
18464         * configure.ac:
18465
18466 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
18467
18468         Reviewed by Eric.
18469
18470         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
18471
18472         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
18473
18474 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
18475
18476         Reviewed by Simon.
18477
18478         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
18479         from gtk-port.
18480
18481         * WebKit.pri:
18482         * WebKit.pro:
18483
18484 2008-05-09  Anders Carlsson  <andersca@apple.com>
18485
18486         Reviewed by Mark.
18487
18488         Add x86_64 rule.
18489
18490         * Makefile:
18491
18492 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
18493
18494         Reviewed by Holger.
18495
18496         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
18497
18498         This dependency is completely unnecessary here and creates only problems by
18499         propagating through WebCore.pro over libQtWebKit.prl right now customer
18500         applications.
18501
18502
18503         * WebKit.pri:
18504
18505 2008-05-02  Anders Carlsson  <andersca@apple.com>
18506
18507         Reviewed by Mark.
18508
18509         Add an "x86_64" make rule.
18510
18511         * Makefile.shared:
18512
18513 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
18514
18515         Reviewed by Eric.
18516
18517         https://bugs.webkit.org/show_bug.cgi?id=18811
18518         Enable dashboard and offline web apps in autotools
18519
18520         * configure.ac:
18521
18522 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
18523
18524         Reviewed by Alp Toker.
18525
18526         https://bugs.webkit.org/show_bug.cgi?id=14750
18527         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
18528
18529         * GNUmakefile.am: Added Xt library.
18530
18531 2008-04-29  David Kilzer  <ddkilzer@apple.com>
18532
18533         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
18534
18535         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
18536
18537 2008-04-22  Alp Toker  <alp@nuanti.com>
18538
18539         GTK+ debug build fix for changes in r32257.
18540
18541         * GNUmakefile.am:
18542
18543 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
18544
18545         Reviewed by Alp Toker.
18546
18547         http://bugs.webkit.org/show_bug.cgi?id=16620
18548         [GTK] Autotools make dist and make check support
18549
18550         Cleanups.
18551
18552         * GNUmakefile.am:
18553
18554 2008-04-11  Mark Rowe  <mrowe@apple.com>
18555
18556         Rubber-stamped by Antti Koivisto.
18557
18558         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
18559
18560 2008-04-17  Alp Toker  <alp@atoker.com>
18561
18562         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
18563         #17865 (reopened).
18564
18565         * configure.ac:
18566
18567 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
18568
18569         Reviewed by Alp Toker.
18570
18571         http://bugs.webkit.org/show_bug.cgi?id=17865
18572         [Gtk] Improve detection of jpeglib and glib tools
18573
18574         Improve detecting jpeglib and glib tools
18575
18576         * configure.ac: Throw an error if the dependencies above are
18577         currently not installed
18578
18579 2008-04-14  Xan Lopez  <xan@gnome.org>
18580
18581         Reviewed by Alp Toker.
18582
18583         http://bugs.webkit.org/show_bug.cgi?id=17917
18584         Bug 17917: Cookie support for HTTP soup backend
18585
18586         Bumped the libsoup required version to 2.23 for cookie support.
18587
18588         * configure.ac:
18589
18590 2008-04-11  Mark Rowe  <mrowe@apple.com>
18591
18592         Rubber-stamped by Anders Carlsson.
18593
18594         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
18595         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
18596
18597         GCC 4.3 generates bad code in some instances when working with our HashTables
18598         as some of the HashTable code violates the strict aliasing requirements.  Since
18599         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
18600         the code can be fixed to be safe with strict aliasing enabled, we will disable
18601         strict aliasing.
18602
18603         * GNUmakefile.am:
18604
18605 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
18606
18607         Reviewed by Alp Toker.
18608
18609         http://bugs.webkit.org/show_bug.cgi?id=18397
18610         Fix leaving spaces before parens in functions
18611
18612         * WebKitTools/Scripts/wkstyle:
18613
18614 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
18615
18616         Build fix, rubber-stamped and landed by ap.
18617
18618         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
18619
18620 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
18621
18622         Reviewed by Holger.
18623
18624         Remove the JSCore include path options from global_cppflags.
18625         Place JSCore include path options in javascriptcore_cppflags.
18626         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
18627
18628         * GNUmakefile.am:
18629
18630 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
18631
18632         Reviewed by Anders.
18633
18634         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
18635         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
18636
18637         Added WebKitNavigationAction object to GTK API
18638
18639         * GNUmakefile.am:
18640
18641 2008-03-12  Xan Lopez  <xan@gnome.org>
18642
18643         Reviewed by Alp Toker.
18644
18645         http://bugs.webkit.org/show_bug.cgi?id=15229
18646
18647         Add optional font backend support with freetype and pango
18648         backends. Default is freetype for now.
18649
18650         Original patch by Sven Herzberg <sven@imendio.com>
18651
18652         * configure.ac:
18653
18654 2008-03-11  Xan Lopez  <xan@gnome.org>
18655
18656         Reviewed by Alp Toker.
18657
18658         http://bugs.webkit.org/show_bug.cgi?id=16476
18659
18660         Add support for multiple http backends, and add soup backend (off by default).
18661
18662         * GNUmakefile.am:
18663         * configure.ac:
18664
18665 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
18666
18667         Reviewed by Darin Adler.
18668
18669         Done with Lars.
18670
18671         Added plugins subdirectory to the include path.
18672
18673         * WebKit.pri:
18674
18675 2008-03-09  Alp Toker  <alp@atoker.com>
18676
18677         GTK+ build fix for r30913.
18678
18679         Use UNICODE_CFLAGS for C++ sources as well as C sources.
18680
18681         * GNUmakefile.am:
18682
18683 2008-03-09  Jörg Billeter  <j@bitron.ch>
18684
18685         Reviewed by Alp Toker.
18686
18687         Conditionalise ICU for Unicode in the GTK+ port.
18688
18689         * GNUmakefile.am:
18690         * configure.ac:
18691
18692 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
18693
18694         Reviewed by Alp Toker.
18695
18696         http://bugs.webkit.org/show_bug.cgi?id=17644
18697         Build GTK on Mac OS X using native ICU library
18698
18699         Use Apple native ICU libraries when building GTK
18700         webkit on Mac OS.
18701
18702         * configure.ac:
18703
18704 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
18705
18706         Reviewed by Alp Toker.
18707
18708         Add ICU_CPPFLAGS earlier in include path for WebCore
18709         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
18710         the wtf/unicode/UTF8.h on case-insensitive file systems.
18711
18712         * GNUmakefile.am:
18713
18714 2008-03-02  Alp Toker  <alp@atoker.com>
18715
18716         Reviewed by Mark Rowe.
18717
18718         Split the WebKit GTK+ build out of the WebCore build and change the
18719         shared object name to match the package name.
18720
18721         * GNUmakefile.am:
18722
18723 2008-02-28  Alp Toker  <alp@atoker.com>
18724
18725         Fix a configure script typo spotted by Kalle Vahlman.
18726
18727         * configure.ac:
18728
18729 2008-02-26  Timothy Hatcher  <timothy@apple.com>
18730
18731         Reviewed by Darin Adler.
18732
18733         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
18734
18735         make 64: will build Intel-only 64-bit.
18736         make 64u: will build 4-way universal for PPC and Intel.
18737
18738         * Makefile:
18739         * Makefile.shared:
18740
18741 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
18742
18743         Rubber stamped by Darin Adler.
18744
18745         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
18746         whitespaces introduced in the previous commit.
18747
18748         * GNUmakefile.am:
18749
18750 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
18751
18752         Rubber-stamped by Darin Adler.
18753
18754         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
18755         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
18756
18757 2008-02-21  Alp Toker  <alp@atoker.com>
18758
18759         Fix a configure script typo.
18760
18761         * configure.ac:
18762
18763 2008-02-21  Alp Toker  <alp@atoker.com>
18764
18765         GTK+/autotools SVG experimental build fix
18766
18767         Don't enable SVG filters in --enable-svg-experimental.
18768
18769         This feature isn't supported at all yet. Developers can enable it
18770         explicitly by passing --enable-svg-filters if needed.
18771
18772         * configure.ac:
18773
18774 2008-02-21  Mike Auty  <mike.auty@gmail.com>
18775
18776         Reviewed by Alp Toker.
18777
18778         http://bugs.webkit.org/show_bug.cgi?id=17445
18779         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
18780
18781         The GNUmakefile.am files make use of the LDFLAGS variable to include library
18782         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
18783         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
18784
18785         The as-needed flag discards libraries whose functions have not been needed by
18786         earlier libraries, which therefore makes the ordering important.
18787
18788         This moves all -l library inclusion statements from LDFLAGS variables to
18789         LIBADD/LDADD variables.
18790
18791         * GNUmakefile.am:
18792
18793 2008-02-15  Alp Toker  <alp@atoker.com>
18794
18795         Reviewed by Holger.
18796
18797         GTK+ configure script cleanups
18798
18799         Categorize the configuration summary printout.
18800         Bump GTK+ requirement to 2.8.
18801         Rename 'webkit_target' to just 'target'.
18802         Don't check for pthread on Win32.
18803
18804         * configure.ac:
18805
18806 2008-02-14  Adam Roben  <aroben@apple.com>
18807
18808         Turn on cross-document messaging support by default
18809
18810         Reviewed by Darin Adler.
18811
18812         * configure.ac:
18813
18814 2008-02-14  Adam Roben  <aroben@apple.com>
18815
18816         Conditionalize cross-document messaging support
18817
18818         The cross-document messaging parts of HTML 5 are in flux and we want
18819         ports to be able to turn off the support as needed.
18820
18821         Note that the support is turned off by default right now. A subsequent
18822         commit will turn it on by default.
18823
18824         Reviewed by Darin Adler.
18825
18826         * configure.ac:
18827
18828 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
18829
18830         Reviewed by Alp Toker.
18831
18832         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
18833         to the CPPFLAGS for WebCore and WebKit
18834         Add a pkgconfig check for hildon-1 when --with-hildon specified
18835         Output the use of Hildon support in the summary
18836         Add HILDON_CPPFLAGS to webkitgtk_cppflags
18837         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
18838         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
18839
18840         * configure.ac:
18841         * GNUmakefile.am:
18842
18843 2008-02-08  Alp Toker  <alp@atoker.com>
18844
18845         Rubber-stamped by Maciej.
18846
18847         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
18848
18849         * configure.ac:
18850
18851 2008-02-06  Timothy Hatcher  <timothy@apple.com>
18852
18853         Rubber-stamped by Mark Rowe.
18854
18855         Dump of bugs.webkit.org's Bugzilla instance.
18856
18857         * BugsSite: Added.
18858         * BugsSite/.htaccess: Added.
18859         * BugsSite/Bugzilla: Added.
18860         * BugsSite/Bugzilla.pm: Added.
18861         * BugsSite/Bugzilla/.cvsignore: Added.
18862         * BugsSite/Bugzilla/.htaccess: Added.
18863         * BugsSite/Bugzilla/Attachment.pm: Added.
18864         * BugsSite/Bugzilla/Auth: Added.
18865         * BugsSite/Bugzilla/Auth.pm: Added.
18866         * BugsSite/Bugzilla/Auth/Login: Added.
18867         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
18868         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
18869         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
18870         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
18871         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
18872         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
18873         * BugsSite/Bugzilla/Auth/README: Added.
18874         * BugsSite/Bugzilla/Auth/Verify: Added.
18875         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
18876         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
18877         * BugsSite/Bugzilla/Bug.pm: Added.
18878         * BugsSite/Bugzilla/BugMail.pm: Added.
18879         * BugsSite/Bugzilla/CGI.pm: Added.
18880         * BugsSite/Bugzilla/Chart.pm: Added.
18881         * BugsSite/Bugzilla/Config.pm: Added.
18882         * BugsSite/Bugzilla/Constants.pm: Added.
18883         * BugsSite/Bugzilla/DB: Added.
18884         * BugsSite/Bugzilla/DB.pm: Added.
18885         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
18886         * BugsSite/Bugzilla/DB/Pg.pm: Added.
18887         * BugsSite/Bugzilla/DB/Schema: Added.
18888         * BugsSite/Bugzilla/DB/Schema.pm: Added.
18889         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
18890         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
18891         * BugsSite/Bugzilla/Error.pm: Added.
18892         * BugsSite/Bugzilla/Flag.pm: Added.
18893         * BugsSite/Bugzilla/FlagType.pm: Added.
18894         * BugsSite/Bugzilla/Group.pm: Added.
18895         * BugsSite/Bugzilla/Search.pm: Added.
18896         * BugsSite/Bugzilla/Series.pm: Added.
18897         * BugsSite/Bugzilla/Template: Added.
18898         * BugsSite/Bugzilla/Template.pm: Added.
18899         * BugsSite/Bugzilla/Template/Plugin: Added.
18900         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
18901         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
18902         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
18903         * BugsSite/Bugzilla/Token.pm: Added.
18904         * BugsSite/Bugzilla/User: Added.
18905         * BugsSite/Bugzilla/User.pm: Added.
18906         * BugsSite/Bugzilla/User/Setting.pm: Added.
18907         * BugsSite/Bugzilla/Util.pm: Added.
18908         * BugsSite/CGI.pl: Added.
18909         * BugsSite/PrettyPatch: Added.
18910         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
18911         * BugsSite/PrettyPatch/prettify.rb: Added.
18912         * BugsSite/QUICKSTART: Added.
18913         * BugsSite/README: Added.
18914         * BugsSite/UPGRADING: Added.
18915         * BugsSite/UPGRADING-pre-2.8: Added.
18916         * BugsSite/ant.jpg: Added.
18917         * BugsSite/attachment-aroben.cgi: Added.
18918         * BugsSite/attachment.cgi: Added.
18919         * BugsSite/buglist.cgi: Added.
18920         * BugsSite/bugzilla.dtd: Added.
18921         * BugsSite/chart.cgi: Added.
18922         * BugsSite/checksetup.pl: Added.
18923         * BugsSite/colchange.cgi: Added.
18924         * BugsSite/collectstats.pl: Added.
18925         * BugsSite/config.cgi: Added.
18926         * BugsSite/contrib: Added.
18927         * BugsSite/contrib/BugzillaEmail.pm: Added.
18928         * BugsSite/contrib/README: Added.
18929         * BugsSite/contrib/README.Mailif: Added.
18930         * BugsSite/contrib/bug_email.pl: Added.
18931         * BugsSite/contrib/bugmail_help.html: Added.
18932         * BugsSite/contrib/bugzilla-submit: Added.
18933         * BugsSite/contrib/bugzilla-submit/README: Added.
18934         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
18935         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
18936         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
18937         * BugsSite/contrib/bugzilla.procmailrc: Added.
18938         * BugsSite/contrib/bugzilla_email_append.pl: Added.
18939         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
18940         * BugsSite/contrib/bzdbcopy.pl: Added.
18941         * BugsSite/contrib/cmdline: Added.
18942         * BugsSite/contrib/cmdline/bugcount: Added.
18943         * BugsSite/contrib/cmdline/bugids: Added.
18944         * BugsSite/contrib/cmdline/buglist: Added.
18945         * BugsSite/contrib/cmdline/bugs: Added.
18946         * BugsSite/contrib/cmdline/bugslink: Added.
18947         * BugsSite/contrib/cmdline/makequery: Added.
18948         * BugsSite/contrib/cmdline/query.conf: Added.
18949         * BugsSite/contrib/cvs-update.pl: Added.
18950         * BugsSite/contrib/gnats2bz.pl: Added.
18951         * BugsSite/contrib/gnatsparse: Added.
18952         * BugsSite/contrib/gnatsparse/README: Added.
18953         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
18954         * BugsSite/contrib/gnatsparse/magic.py: Added.
18955         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
18956         * BugsSite/contrib/jb2bz.py: Added.
18957         * BugsSite/contrib/mysqld-watcher.pl: Added.
18958         * BugsSite/contrib/sendbugmail.pl: Added.
18959         * BugsSite/contrib/sendunsentbugmail.pl: Added.
18960         * BugsSite/contrib/syncLDAP.pl: Added.
18961         * BugsSite/contrib/yp_nomail.sh: Added.
18962         * BugsSite/createaccount.cgi: Added.
18963         * BugsSite/data: Added.
18964         * BugsSite/data/.htaccess: Added.
18965         * BugsSite/data/attachments: Added.
18966         * BugsSite/data/attachments/.htaccess: Added.
18967         * BugsSite/data/duplicates: Added.
18968         * BugsSite/data/mail: Added.
18969         * BugsSite/data/mimedump-tmp: Added.
18970         * BugsSite/data/mining: Added.
18971         * BugsSite/data/nomail: Added.
18972         * BugsSite/data/params: Added.
18973         * BugsSite/data/template: Added.
18974         * BugsSite/data/template/template: Added.
18975         * BugsSite/data/template/template/en: Added.
18976         * BugsSite/data/template/template/en/custom: Added.
18977         * BugsSite/data/template/template/en/custom/account: Added.
18978         * BugsSite/data/template/template/en/custom/account/auth: Added.
18979         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
18980         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
18981         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
18982         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
18983         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
18984         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
18985         * BugsSite/data/template/template/en/custom/account/email: Added.
18986         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
18987         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
18988         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
18989         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
18990         * BugsSite/data/template/template/en/custom/account/password: Added.
18991         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
18992         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
18993         * BugsSite/data/template/template/en/custom/account/prefs: Added.
18994         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
18995         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
18996         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
18997         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
18998         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
18999         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
19000         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
19001         * BugsSite/data/template/template/en/custom/admin: Added.
19002         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
19003         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
19004         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
19005         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
19006         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
19007         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
19008         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
19009         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
19010         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
19011         * BugsSite/data/template/template/en/custom/admin/components: Added.
19012         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
19013         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
19014         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
19015         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
19016         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
19017         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
19018         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
19019         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
19020         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
19021         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
19022         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
19023         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
19024         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
19025         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
19026         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
19027         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
19028         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
19029         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
19030         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
19031         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
19032         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
19033         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
19034         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
19035         * BugsSite/data/template/template/en/custom/admin/groups: Added.
19036         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
19037         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
19038         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
19039         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
19040         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
19041         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
19042         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
19043         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
19044         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
19045         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
19046         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
19047         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
19048         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
19049         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
19050         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
19051         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
19052         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
19053         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
19054         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
19055         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
19056         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
19057         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
19058         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
19059         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
19060         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
19061         * BugsSite/data/template/template/en/custom/admin/products: Added.
19062         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
19063         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
19064         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
19065         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
19066         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
19067         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
19068         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
19069         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
19070         * BugsSite/data/template/template/en/custom/admin/settings: Added.
19071         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
19072         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
19073         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
19074         * BugsSite/data/template/template/en/custom/admin/users: Added.
19075         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
19076         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
19077         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
19078         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
19079         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
19080         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
19081         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
19082         * BugsSite/data/template/template/en/custom/admin/versions: Added.
19083         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
19084         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
19085         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
19086         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
19087         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
19088         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
19089         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
19090         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
19091         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
19092         * BugsSite/data/template/template/en/custom/attachment: Added.
19093         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
19094         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
19095         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
19096         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
19097         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
19098         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
19099         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
19100         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
19101         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
19102         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
19103         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
19104         * BugsSite/data/template/template/en/custom/bug: Added.
19105         * BugsSite/data/template/template/en/custom/bug/activity: Added.
19106         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
19107         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
19108         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
19109         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
19110         * BugsSite/data/template/template/en/custom/bug/create: Added.
19111         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
19112         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
19113         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
19114         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
19115         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
19116         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
19117         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
19118         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
19119         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
19120         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
19121         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
19122         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
19123         * BugsSite/data/template/template/en/custom/bug/process: Added.
19124         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
19125         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
19126         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
19127         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
19128         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
19129         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
19130         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
19131         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
19132         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
19133         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
19134         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
19135         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
19136         * BugsSite/data/template/template/en/custom/bug/votes: Added.
19137         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
19138         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
19139         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
19140         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
19141         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
19142         * BugsSite/data/template/template/en/custom/flag: Added.
19143         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
19144         * BugsSite/data/template/template/en/custom/global: Added.
19145         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
19146         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
19147         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
19148         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
19149         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
19150         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
19151         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
19152         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
19153         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
19154         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
19155         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
19156         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
19157         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
19158         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
19159         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
19160         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
19161         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
19162         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
19163         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
19164         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
19165         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
19166         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
19167         * BugsSite/data/template/template/en/custom/list: Added.
19168         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
19169         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
19170         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
19171         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
19172         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
19173         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
19174         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
19175         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
19176         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
19177         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
19178         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
19179         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
19180         * BugsSite/data/template/template/en/custom/pages: Added.
19181         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
19182         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
19183         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
19184         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
19185         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
19186         * BugsSite/data/template/template/en/custom/reports: Added.
19187         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
19188         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
19189         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
19190         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
19191         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
19192         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
19193         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
19194         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
19195         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
19196         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
19197         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
19198         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
19199         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
19200         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
19201         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
19202         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
19203         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
19204         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
19205         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
19206         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
19207         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
19208         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
19209         * BugsSite/data/template/template/en/custom/request: Added.
19210         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
19211         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
19212         * BugsSite/data/template/template/en/custom/search: Added.
19213         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
19214         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
19215         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
19216         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
19217         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
19218         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
19219         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
19220         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
19221         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
19222         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
19223         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
19224         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
19225         * BugsSite/data/template/template/en/custom/whine: Added.
19226         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
19227         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
19228         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
19229         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
19230         * BugsSite/data/template/template/en/default: Added.
19231         * BugsSite/data/template/template/en/default/attachment: Added.
19232         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
19233         * BugsSite/data/template/template/en/default/list: Added.
19234         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
19235         * BugsSite/data/versioncache: Added.
19236         * BugsSite/data/versioncache.13P9L: Added.
19237         * BugsSite/data/versioncache.1lH1E: Added.
19238         * BugsSite/data/versioncache.3AnHd: Added.
19239         * BugsSite/data/versioncache.3Jmjt: Added.
19240         * BugsSite/data/versioncache.3JzIL: Added.
19241         * BugsSite/data/versioncache.77b4y: Added.
19242         * BugsSite/data/versioncache.7VzyU: Added.
19243         * BugsSite/data/versioncache.EQdAm: Added.
19244         * BugsSite/data/versioncache.EouAG: Added.
19245         * BugsSite/data/versioncache.LJ5n1: Added.
19246         * BugsSite/data/versioncache.Lb0fW: Added.
19247         * BugsSite/data/versioncache.PyAd8: Added.
19248         * BugsSite/data/versioncache.SFyse: Added.
19249         * BugsSite/data/versioncache.SkTTg: Added.
19250         * BugsSite/data/versioncache.VVO7E: Added.
19251         * BugsSite/data/versioncache.XbxgU: Added.
19252         * BugsSite/data/versioncache.Yezqr: Added.
19253         * BugsSite/data/versioncache.dtzIv: Added.
19254         * BugsSite/data/versioncache.jzpeh: Added.
19255         * BugsSite/data/versioncache.pbn6U: Added.
19256         * BugsSite/data/versioncache.qyixS: Added.
19257         * BugsSite/data/versioncache.sBMdb: Added.
19258         * BugsSite/data/versioncache.xNi34: Added.
19259         * BugsSite/data/webdot: Added.
19260         * BugsSite/data/webdot/.htaccess: Added.
19261         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
19262         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
19263         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
19264         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
19265         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
19266         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
19267         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
19268         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
19269         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
19270         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
19271         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
19272         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
19273         * BugsSite/data/webdot/c412GYaHch.dot: Added.
19274         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
19275         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
19276         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
19277         * BugsSite/defparams.pl: Added.
19278         * BugsSite/describecomponents.cgi: Added.
19279         * BugsSite/describekeywords.cgi: Added.
19280         * BugsSite/describekeywords.cgi.bak: Added.
19281         * BugsSite/docs: Added.
19282         * BugsSite/docs/.cvsignore: Added.
19283         * BugsSite/docs/README.docs: Added.
19284         * BugsSite/docs/html: Added.
19285         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
19286         * BugsSite/docs/html/about.html: Added.
19287         * BugsSite/docs/html/administration.html: Added.
19288         * BugsSite/docs/html/bug_page.html: Added.
19289         * BugsSite/docs/html/bugreports.html: Added.
19290         * BugsSite/docs/html/cmdline-bugmail.html: Added.
19291         * BugsSite/docs/html/cmdline.html: Added.
19292         * BugsSite/docs/html/components.html: Added.
19293         * BugsSite/docs/html/configuration.html: Added.
19294         * BugsSite/docs/html/conventions.html: Added.
19295         * BugsSite/docs/html/copyright.html: Added.
19296         * BugsSite/docs/html/credits.html: Added.
19297         * BugsSite/docs/html/cust-change-permissions.html: Added.
19298         * BugsSite/docs/html/cust-hooks.html: Added.
19299         * BugsSite/docs/html/cust-templates.html: Added.
19300         * BugsSite/docs/html/customization.html: Added.
19301         * BugsSite/docs/html/dbdoc.html: Added.
19302         * BugsSite/docs/html/dbmodify.html: Added.
19303         * BugsSite/docs/html/disclaimer.html: Added.
19304         * BugsSite/docs/html/extraconfig.html: Added.
19305         * BugsSite/docs/html/faq.html: Added.
19306         * BugsSite/docs/html/flags-overview.html: Added.
19307         * BugsSite/docs/html/flags.html: Added.
19308         * BugsSite/docs/html/general-advice.html: Added.
19309         * BugsSite/docs/html/gfdl-0.html: Added.
19310         * BugsSite/docs/html/gfdl-1.html: Added.
19311         * BugsSite/docs/html/gfdl-10.html: Added.
19312         * BugsSite/docs/html/gfdl-2.html: Added.
19313         * BugsSite/docs/html/gfdl-3.html: Added.
19314         * BugsSite/docs/html/gfdl-4.html: Added.
19315         * BugsSite/docs/html/gfdl-5.html: Added.
19316         * BugsSite/docs/html/gfdl-6.html: Added.
19317         * BugsSite/docs/html/gfdl-7.html: Added.
19318         * BugsSite/docs/html/gfdl-8.html: Added.
19319         * BugsSite/docs/html/gfdl-9.html: Added.
19320         * BugsSite/docs/html/gfdl-howto.html: Added.
19321         * BugsSite/docs/html/gfdl.html: Added.
19322         * BugsSite/docs/html/glossary.html: Added.
19323         * BugsSite/docs/html/groups.html: Added.
19324         * BugsSite/docs/html/hintsandtips.html: Added.
19325         * BugsSite/docs/html/index.html: Added.
19326         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
19327         * BugsSite/docs/html/installation.html: Added.
19328         * BugsSite/docs/html/installing-bugzilla.html: Added.
19329         * BugsSite/docs/html/integration.html: Added.
19330         * BugsSite/docs/html/lifecycle.html: Added.
19331         * BugsSite/docs/html/list.html: Added.
19332         * BugsSite/docs/html/milestones.html: Added.
19333         * BugsSite/docs/html/modules-manual-download.html: Added.
19334         * BugsSite/docs/html/modules-manual-instructions.html: Added.
19335         * BugsSite/docs/html/modules-manual-optional.html: Added.
19336         * BugsSite/docs/html/myaccount.html: Added.
19337         * BugsSite/docs/html/newversions.html: Added.
19338         * BugsSite/docs/html/nonroot.html: Added.
19339         * BugsSite/docs/html/os-specific.html: Added.
19340         * BugsSite/docs/html/parameters.html: Added.
19341         * BugsSite/docs/html/paranoid-security.html: Added.
19342         * BugsSite/docs/html/patches.html: Added.
19343         * BugsSite/docs/html/patchviewer.html: Added.
19344         * BugsSite/docs/html/products.html: Added.
19345         * BugsSite/docs/html/query.html: Added.
19346         * BugsSite/docs/html/quips.html: Added.
19347         * BugsSite/docs/html/reporting.html: Added.
19348         * BugsSite/docs/html/security-bugzilla.html: Added.
19349         * BugsSite/docs/html/security-mysql.html: Added.
19350         * BugsSite/docs/html/security-os.html: Added.
19351         * BugsSite/docs/html/security-webserver.html: Added.
19352         * BugsSite/docs/html/security.html: Added.
19353         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
19354         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
19355         * BugsSite/docs/html/trbl-index.html: Added.
19356         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
19357         * BugsSite/docs/html/trbl-perlmodule.html: Added.
19358         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
19359         * BugsSite/docs/html/trbl-testserver.html: Added.
19360         * BugsSite/docs/html/trouble-filetemp.html: Added.
19361         * BugsSite/docs/html/troubleshooting.html: Added.
19362         * BugsSite/docs/html/upgrading.html: Added.
19363         * BugsSite/docs/html/useradmin.html: Added.
19364         * BugsSite/docs/html/userpreferences.html: Added.
19365         * BugsSite/docs/html/using-intro.html: Added.
19366         * BugsSite/docs/html/using.html: Added.
19367         * BugsSite/docs/html/versions.html: Added.
19368         * BugsSite/docs/html/voting.html: Added.
19369         * BugsSite/docs/html/whining.html: Added.
19370         * BugsSite/docs/html/x3190.html: Added.
19371         * BugsSite/docs/images: Added.
19372         * BugsSite/docs/images/bzLifecycle.png: Added.
19373         * BugsSite/docs/images/bzLifecycle.xml: Added.
19374         * BugsSite/docs/images/callouts: Added.
19375         * BugsSite/docs/images/callouts/1.gif: Added.
19376         * BugsSite/docs/images/callouts/2.gif: Added.
19377         * BugsSite/docs/images/callouts/3.gif: Added.
19378         * BugsSite/docs/images/caution.gif: Added.
19379         * BugsSite/docs/images/note.gif: Added.
19380         * BugsSite/docs/images/tip.gif: Added.
19381         * BugsSite/docs/images/warning.gif: Added.
19382         * BugsSite/docs/makedocs.pl: Added.
19383         * BugsSite/docs/pdf: Added.
19384         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
19385         * BugsSite/docs/rel_notes.txt: Added.
19386         * BugsSite/docs/txt: Added.
19387         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
19388         * BugsSite/docs/xml: Added.
19389         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
19390         * BugsSite/docs/xml/about.xml: Added.
19391         * BugsSite/docs/xml/administration.xml: Added.
19392         * BugsSite/docs/xml/conventions.xml: Added.
19393         * BugsSite/docs/xml/customization.xml: Added.
19394         * BugsSite/docs/xml/dbschema.mysql: Added.
19395         * BugsSite/docs/xml/faq.xml: Added.
19396         * BugsSite/docs/xml/filetemp.patch: Added.
19397         * BugsSite/docs/xml/gfdl.xml: Added.
19398         * BugsSite/docs/xml/glossary.xml: Added.
19399         * BugsSite/docs/xml/index.xml: Added.
19400         * BugsSite/docs/xml/installation.xml: Added.
19401         * BugsSite/docs/xml/integration.xml: Added.
19402         * BugsSite/docs/xml/introduction.xml: Added.
19403         * BugsSite/docs/xml/modules.xml: Added.
19404         * BugsSite/docs/xml/patches.xml: Added.
19405         * BugsSite/docs/xml/requiredsoftware.xml: Added.
19406         * BugsSite/docs/xml/security.xml: Added.
19407         * BugsSite/docs/xml/troubleshooting.xml: Added.
19408         * BugsSite/docs/xml/using.xml: Added.
19409         * BugsSite/doeditparams.cgi: Added.
19410         * BugsSite/duplicates.cgi: Added.
19411         * BugsSite/duplicates.xul: Added.
19412         * BugsSite/editclassifications.cgi: Added.
19413         * BugsSite/editcomponents.cgi: Added.
19414         * BugsSite/editflagtypes.cgi: Added.
19415         * BugsSite/editgroups.cgi: Added.
19416         * BugsSite/editkeywords.cgi: Added.
19417         * BugsSite/editmilestones.cgi: Added.
19418         * BugsSite/editparams.cgi: Added.
19419         * BugsSite/editproducts.cgi: Added.
19420         * BugsSite/editsettings.cgi: Added.
19421         * BugsSite/editusers.cgi: Added.
19422         * BugsSite/editvalues.cgi: Added.
19423         * BugsSite/editversions.cgi: Added.
19424         * BugsSite/editwhines.cgi: Added.
19425         * BugsSite/enter_bug.cgi: Added.
19426         * BugsSite/favicon.ico: Added.
19427         * BugsSite/globals.pl: Added.
19428         * BugsSite/graphs: Added.
19429         * BugsSite/images: Added.
19430         * BugsSite/images/padlock.png: Added.
19431         * BugsSite/importxml.pl: Added.
19432         * BugsSite/index.cgi: Added.
19433         * BugsSite/js: Added.
19434         * BugsSite/js/duplicates.js: Added.
19435         * BugsSite/js/productform.js: Added.
19436         * BugsSite/localconfig.js: Added.
19437         * BugsSite/long_list.cgi: Added.
19438         * BugsSite/move.pl: Added.
19439         * BugsSite/page.cgi: Added.
19440         * BugsSite/post_bug.cgi: Added.
19441         * BugsSite/process_bug.cgi: Added.
19442         * BugsSite/productmenu.js: Added.
19443         * BugsSite/query.cgi: Added.
19444         * BugsSite/quicksearch.html: Added.
19445         * BugsSite/quicksearch.js: Added.
19446         * BugsSite/quicksearchhack.html: Added.
19447         * BugsSite/quips.cgi: Added.
19448         * BugsSite/relogin.cgi: Added.
19449         * BugsSite/report.cgi: Added.
19450         * BugsSite/reports.cgi: Added.
19451         * BugsSite/request.cgi: Added.
19452         * BugsSite/robots.txt: Added.
19453         * BugsSite/runtests.pl: Added.
19454         * BugsSite/sanitycheck.cgi: Added.
19455         * BugsSite/show_activity.cgi: Added.
19456         * BugsSite/show_bug.cgi: Added.
19457         * BugsSite/showattachment.cgi: Added.
19458         * BugsSite/showdependencygraph.cgi: Added.
19459         * BugsSite/showdependencytree.cgi: Added.
19460         * BugsSite/sidebar.cgi: Added.
19461         * BugsSite/skins: Added.
19462         * BugsSite/skins/.cvsignore: Added.
19463         * BugsSite/skins/custom: Added.
19464         * BugsSite/skins/custom/admin.css: Added.
19465         * BugsSite/skins/custom/buglist.css: Added.
19466         * BugsSite/skins/custom/duplicates.css: Added.
19467         * BugsSite/skins/custom/editusers.css: Added.
19468         * BugsSite/skins/custom/global.css: Added.
19469         * BugsSite/skins/custom/index.css: Added.
19470         * BugsSite/skins/custom/opendarwin.gif: Added.
19471         * BugsSite/skins/custom/panel.css: Added.
19472         * BugsSite/skins/custom/show_multiple.css: Added.
19473         * BugsSite/skins/custom/summarize-time.css: Added.
19474         * BugsSite/skins/custom/voting.css: Added.
19475         * BugsSite/skins/standard: Added.
19476         * BugsSite/skins/standard/admin.css: Added.
19477         * BugsSite/skins/standard/buglist.css: Added.
19478         * BugsSite/skins/standard/duplicates.css: Added.
19479         * BugsSite/skins/standard/editusers.css: Added.
19480         * BugsSite/skins/standard/global: Added.
19481         * BugsSite/skins/standard/global.css: Added.
19482         * BugsSite/skins/standard/global/body-back.gif: Added.
19483         * BugsSite/skins/standard/global/header.png: Added.
19484         * BugsSite/skins/standard/index: Added.
19485         * BugsSite/skins/standard/index.css: Added.
19486         * BugsSite/skins/standard/index/front.jpg: Added.
19487         * BugsSite/skins/standard/index/front.png: Added.
19488         * BugsSite/skins/standard/panel.css: Added.
19489         * BugsSite/skins/standard/show_multiple.css: Added.
19490         * BugsSite/skins/standard/summarize-time.css: Added.
19491         * BugsSite/skins/standard/voting.css: Added.
19492         * BugsSite/summarize_time.cgi: Added.
19493         * BugsSite/t: Added.
19494         * BugsSite/t/001compile.t: Added.
19495         * BugsSite/t/002goodperl.t: Added.
19496         * BugsSite/t/003safesys.t: Added.
19497         * BugsSite/t/004template.t: Added.
19498         * BugsSite/t/005no_tabs.t: Added.
19499         * BugsSite/t/006spellcheck.t: Added.
19500         * BugsSite/t/007util.t: Added.
19501         * BugsSite/t/008filter.t: Added.
19502         * BugsSite/t/009bugwords.t: Added.
19503         * BugsSite/t/011pod.t: Added.
19504         * BugsSite/t/Support: Added.
19505         * BugsSite/t/Support/Files.pm: Added.
19506         * BugsSite/t/Support/Systemexec.pm: Added.
19507         * BugsSite/t/Support/Templates.pm: Added.
19508         * BugsSite/t/testchart.gif: Added.
19509         * BugsSite/t/testchart.png: Added.
19510         * BugsSite/t/testgd.png: Added.
19511         * BugsSite/template: Added.
19512         * BugsSite/template/.cvsignore: Added.
19513         * BugsSite/template/.htaccess: Added.
19514         * BugsSite/template/en: Added.
19515         * BugsSite/template/en/.cvsignore: Added.
19516         * BugsSite/template/en/custom: Added.
19517         * BugsSite/template/en/custom/account: Added.
19518         * BugsSite/template/en/custom/account/auth: Added.
19519         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
19520         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
19521         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
19522         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
19523         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
19524         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
19525         * BugsSite/template/en/custom/account/email: Added.
19526         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
19527         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
19528         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
19529         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
19530         * BugsSite/template/en/custom/account/password: Added.
19531         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
19532         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
19533         * BugsSite/template/en/custom/account/prefs: Added.
19534         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
19535         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
19536         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
19537         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
19538         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
19539         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
19540         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
19541         * BugsSite/template/en/custom/admin: Added.
19542         * BugsSite/template/en/custom/admin/classifications: Added.
19543         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
19544         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
19545         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
19546         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
19547         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
19548         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
19549         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
19550         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
19551         * BugsSite/template/en/custom/admin/components: Added.
19552         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
19553         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
19554         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
19555         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
19556         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
19557         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
19558         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
19559         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
19560         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
19561         * BugsSite/template/en/custom/admin/fieldvalues: Added.
19562         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
19563         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
19564         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
19565         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
19566         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
19567         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
19568         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
19569         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
19570         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
19571         * BugsSite/template/en/custom/admin/flag-type: Added.
19572         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
19573         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
19574         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
19575         * BugsSite/template/en/custom/admin/groups: Added.
19576         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
19577         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
19578         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
19579         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
19580         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
19581         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
19582         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
19583         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
19584         * BugsSite/template/en/custom/admin/keywords: Added.
19585         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
19586         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
19587         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
19588         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
19589         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
19590         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
19591         * BugsSite/template/en/custom/admin/milestones: Added.
19592         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
19593         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
19594         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
19595         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
19596         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
19597         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
19598         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
19599         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
19600         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
19601         * BugsSite/template/en/custom/admin/products: Added.
19602         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
19603         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
19604         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
19605         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
19606         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
19607         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
19608         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
19609         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
19610         * BugsSite/template/en/custom/admin/settings: Added.
19611         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
19612         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
19613         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
19614         * BugsSite/template/en/custom/admin/users: Added.
19615         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
19616         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
19617         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
19618         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
19619         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
19620         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
19621         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
19622         * BugsSite/template/en/custom/admin/versions: Added.
19623         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
19624         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
19625         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
19626         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
19627         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
19628         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
19629         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
19630         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
19631         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
19632         * BugsSite/template/en/custom/attachment: Added.
19633         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
19634         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
19635         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
19636         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
19637         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
19638         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
19639         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
19640         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
19641         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
19642         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
19643         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
19644         * BugsSite/template/en/custom/bug: Added.
19645         * BugsSite/template/en/custom/bug/activity: Added.
19646         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
19647         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
19648         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
19649         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
19650         * BugsSite/template/en/custom/bug/create: Added.
19651         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
19652         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
19653         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
19654         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
19655         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
19656         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
19657         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
19658         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
19659         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
19660         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
19661         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
19662         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
19663         * BugsSite/template/en/custom/bug/process: Added.
19664         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
19665         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
19666         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
19667         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
19668         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
19669         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
19670         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
19671         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
19672         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
19673         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
19674         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
19675         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
19676         * BugsSite/template/en/custom/bug/votes: Added.
19677         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
19678         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
19679         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
19680         * BugsSite/template/en/custom/config.js.tmpl: Added.
19681         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
19682         * BugsSite/template/en/custom/filterexceptions.pl: Added.
19683         * BugsSite/template/en/custom/flag: Added.
19684         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
19685         * BugsSite/template/en/custom/global: Added.
19686         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
19687         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
19688         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
19689         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
19690         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
19691         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
19692         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
19693         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
19694         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
19695         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
19696         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
19697         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
19698         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
19699         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
19700         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
19701         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
19702         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
19703         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
19704         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
19705         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
19706         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
19707         * BugsSite/template/en/custom/index.html.tmpl: Added.
19708         * BugsSite/template/en/custom/list: Added.
19709         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
19710         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
19711         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
19712         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
19713         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
19714         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
19715         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
19716         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
19717         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
19718         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
19719         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
19720         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
19721         * BugsSite/template/en/custom/pages: Added.
19722         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
19723         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
19724         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
19725         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
19726         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
19727         * BugsSite/template/en/custom/reports: Added.
19728         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
19729         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
19730         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
19731         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
19732         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
19733         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
19734         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
19735         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
19736         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
19737         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
19738         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
19739         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
19740         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
19741         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
19742         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
19743         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
19744         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
19745         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
19746         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
19747         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
19748         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
19749         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
19750         * BugsSite/template/en/custom/request: Added.
19751         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
19752         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
19753         * BugsSite/template/en/custom/search: Added.
19754         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
19755         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
19756         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
19757         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
19758         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
19759         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
19760         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
19761         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
19762         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
19763         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
19764         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
19765         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
19766         * BugsSite/template/en/custom/whine: Added.
19767         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
19768         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
19769         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
19770         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
19771         * BugsSite/template/en/default: Added.
19772         * BugsSite/template/en/default/account: Added.
19773         * BugsSite/template/en/default/account/auth: Added.
19774         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
19775         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
19776         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
19777         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
19778         * BugsSite/template/en/default/account/create.html.tmpl: Added.
19779         * BugsSite/template/en/default/account/created.html.tmpl: Added.
19780         * BugsSite/template/en/default/account/email: Added.
19781         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
19782         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
19783         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
19784         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
19785         * BugsSite/template/en/default/account/password: Added.
19786         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
19787         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
19788         * BugsSite/template/en/default/account/prefs: Added.
19789         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
19790         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
19791         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
19792         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
19793         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
19794         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
19795         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
19796         * BugsSite/template/en/default/admin: Added.
19797         * BugsSite/template/en/default/admin/classifications: Added.
19798         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
19799         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
19800         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
19801         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
19802         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
19803         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
19804         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
19805         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
19806         * BugsSite/template/en/default/admin/components: Added.
19807         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
19808         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
19809         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
19810         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
19811         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
19812         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
19813         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
19814         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
19815         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
19816         * BugsSite/template/en/default/admin/fieldvalues: Added.
19817         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
19818         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
19819         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
19820         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
19821         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
19822         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
19823         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
19824         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
19825         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
19826         * BugsSite/template/en/default/admin/flag-type: Added.
19827         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
19828         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
19829         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
19830         * BugsSite/template/en/default/admin/groups: Added.
19831         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
19832         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
19833         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
19834         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
19835         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
19836         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
19837         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
19838         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
19839         * BugsSite/template/en/default/admin/keywords: Added.
19840         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
19841         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
19842         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
19843         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
19844         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
19845         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
19846         * BugsSite/template/en/default/admin/milestones: Added.
19847         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
19848         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
19849         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
19850         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
19851         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
19852         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
19853         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
19854         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
19855         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
19856         * BugsSite/template/en/default/admin/products: Added.
19857         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
19858         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
19859         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
19860         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
19861         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
19862         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
19863         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
19864         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
19865         * BugsSite/template/en/default/admin/settings: Added.
19866         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
19867         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
19868         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
19869         * BugsSite/template/en/default/admin/users: Added.
19870         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
19871         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
19872         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
19873         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
19874         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
19875         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
19876         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
19877         * BugsSite/template/en/default/admin/versions: Added.
19878         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
19879         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
19880         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
19881         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
19882         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
19883         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
19884         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
19885         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
19886         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
19887         * BugsSite/template/en/default/attachment: Added.
19888         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
19889         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
19890         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
19891         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
19892         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
19893         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
19894         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
19895         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
19896         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
19897         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
19898         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
19899         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
19900         * BugsSite/template/en/default/bug: Added.
19901         * BugsSite/template/en/default/bug/activity: Added.
19902         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
19903         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
19904         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
19905         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
19906         * BugsSite/template/en/default/bug/create: Added.
19907         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
19908         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
19909         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
19910         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
19911         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
19912         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
19913         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
19914         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
19915         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
19916         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
19917         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
19918         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
19919         * BugsSite/template/en/default/bug/process: Added.
19920         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
19921         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
19922         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
19923         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
19924         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
19925         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
19926         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
19927         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
19928         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
19929         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
19930         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
19931         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
19932         * BugsSite/template/en/default/bug/votes: Added.
19933         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
19934         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
19935         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
19936         * BugsSite/template/en/default/config.js.tmpl: Added.
19937         * BugsSite/template/en/default/config.rdf.tmpl: Added.
19938         * BugsSite/template/en/default/filterexceptions.pl: Added.
19939         * BugsSite/template/en/default/flag: Added.
19940         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
19941         * BugsSite/template/en/default/global: Added.
19942         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
19943         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
19944         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
19945         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
19946         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
19947         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
19948         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
19949         * BugsSite/template/en/default/global/header.html.tmpl: Added.
19950         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
19951         * BugsSite/template/en/default/global/help.html.tmpl: Added.
19952         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
19953         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
19954         * BugsSite/template/en/default/global/message.html.tmpl: Added.
19955         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
19956         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
19957         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
19958         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
19959         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
19960         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
19961         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
19962         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
19963         * BugsSite/template/en/default/index.html.tmpl: Added.
19964         * BugsSite/template/en/default/list: Added.
19965         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
19966         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
19967         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
19968         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
19969         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
19970         * BugsSite/template/en/default/list/list.html.tmpl: Added.
19971         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
19972         * BugsSite/template/en/default/list/list.js.tmpl: Added.
19973         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
19974         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
19975         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
19976         * BugsSite/template/en/default/list/table.html.tmpl: Added.
19977         * BugsSite/template/en/default/pages: Added.
19978         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
19979         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
19980         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
19981         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
19982         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
19983         * BugsSite/template/en/default/reports: Added.
19984         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
19985         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
19986         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
19987         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
19988         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
19989         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
19990         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
19991         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
19992         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
19993         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
19994         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
19995         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
19996         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
19997         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
19998         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
19999         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
20000         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
20001         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
20002         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
20003         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
20004         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
20005         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
20006         * BugsSite/template/en/default/request: Added.
20007         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
20008         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
20009         * BugsSite/template/en/default/search: Added.
20010         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
20011         * BugsSite/template/en/default/search/form.html.tmpl: Added.
20012         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
20013         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
20014         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
20015         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
20016         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
20017         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
20018         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
20019         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
20020         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
20021         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
20022         * BugsSite/template/en/default/whine: Added.
20023         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
20024         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
20025         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
20026         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
20027         * BugsSite/template/en/extension: Added.
20028         * BugsSite/template/en/extension/filterexceptions.pl: Added.
20029         * BugsSite/testagent.cgi: Added.
20030         * BugsSite/testserver.pl: Added.
20031         * BugsSite/token.cgi: Added.
20032         * BugsSite/userprefs.cgi: Added.
20033         * BugsSite/votes.cgi: Added.
20034         * BugsSite/whine.pl: Added.
20035         * BugsSite/whineatnews.pl: Added.
20036         * BugsSite/xml.cgi: Added.
20037
20038 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
20039
20040         Reviewed by Alp Toker and Mark Rowe.
20041
20042         http://bugs.webkit.org/show_bug.cgi?id=16618
20043         [GTK] build-webkit and run-webkit-tests autootools support
20044
20045         Add support for the autotools build to the WebKit build and test
20046         scripts.
20047
20048 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
20049
20050         Reviewed by Alp Toker and Mark Rowe.
20051
20052         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
20053         Bug 17175: Use of C++ compiler flags in CFLAGS
20054
20055         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
20056         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
20057
20058         * GNUmakefile.am:
20059
20060 2008-02-04  Alp Toker  <alp@atoker.com>
20061
20062         Rubber-stamped by Mark Rowe.
20063
20064         Remove all trailing whitespace in the GTK+ port and related
20065         components.
20066
20067         * GNUmakefile.am:
20068         * configure.ac:
20069
20070 2008-01-31  Alp Toker  <alp@atoker.com>
20071
20072         Reviewed by Mark Rowe.
20073
20074         Fix the pkg-config file to follow GTK+ package naming and versioning
20075         conventions.
20076
20077         Remove unneeded dependency listings.
20078
20079         * GNUmakefile.am:
20080         * configure.ac:
20081
20082 2008-01-31  Alp Toker  <alp@atoker.com>
20083
20084         Rubber-stamped by Adam Roben.
20085
20086         http://bugs.webkit.org/show_bug.cgi?id=17006
20087         [GTK] Header path should be webkit/webkit.h
20088
20089         Move the GTK+ API sources as needed and update the build systems.
20090
20091         * GNUmakefile.am:
20092         * WebKit.pri:
20093
20094 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
20095
20096         Reviewed by Alp Toker.
20097
20098         http://bugs.webkit.org/show_bug.cgi?id=14811
20099         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
20100
20101         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
20102
20103 2008-01-26  Mark Rowe  <mrowe@apple.com>
20104
20105         Reviewed by Alp Toker.
20106
20107         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
20108         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
20109
20110         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
20111         with other system commands.  Check for the presence of glibtoolize if libtoolize
20112         cannot be found.
20113
20114         * autogen.sh:
20115
20116 2008-01-23  Alp Toker  <alp@atoker.com>
20117
20118         Rubber-stamped by Mark Rowe.
20119
20120         Remove whitespace after -I in automake include lists.
20121
20122         * GNUmakefile.am:
20123
20124 2008-01-22  Christian Dywan  <christian@imendio.com>
20125
20126         Reviewed by Alp Toker.
20127
20128         [GTK] API: WebKitWebSettings is not usable
20129         http://bugs.webkit.org/show_bug.cgi?id=16219
20130
20131         Implement WebKitWebSettings.
20132
20133         * GNUmakefile.am:
20134
20135 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
20136
20137         Reviewed by Lars.
20138
20139         Don't compile the ICO plugin when building against Qt >= 4.4
20140
20141
20142         * WebKit.pro:
20143
20144 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
20145
20146         Reviewed by Alp Toker.
20147
20148         http://bugs.webkit.org/show_bug.cgi?id=16955
20149         Get errors when cross-compile webkit-gtk
20150
20151         * GNUmakefile.am: added ICU_CPPFLAGS
20152         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
20153
20154 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
20155
20156         Reviewed by Alp Toker.
20157
20158         Add svg foreign object and svg experimental to the GTK+/autotools
20159         build system.
20160
20161         * configure.ac:
20162
20163 2008-01-15  Alp Toker  <alp@atoker.com>
20164
20165         Rubber-stamped by Anders.
20166
20167         Make the HTTP backend configurable in the GTK+ port. curl is currently
20168         the only option.
20169
20170         * GNUmakefile.am:
20171         * WebKit.pri:
20172         * configure.ac:
20173
20174 2008-01-15  Alp Toker  <alp@atoker.com>
20175
20176         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
20177         flags only when they're available.
20178
20179         Additionally, use -fvisibility-inlines-hidden in both debug and
20180         release builds when available to match the Mac build.
20181
20182         * GNUmakefile.am:
20183         * configure.ac:
20184
20185 2008-01-12  Alp Toker  <alp@atoker.com>
20186
20187         Reviewed by Mark Rowe.
20188
20189         Hide non-public symbols in GTK+/autotools release builds.
20190
20191         * GNUmakefile.am:
20192
20193 2008-01-11  Alp Toker  <alp@atoker.com>
20194
20195         Reviewed by Oliver Hunt.
20196
20197         Enable FastMalloc by default in GTK+/autotools and add a configure
20198         switch.
20199
20200         * GNUmakefile.am:
20201         * configure.ac:
20202
20203 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
20204
20205         Reviewed by Alp Toker.
20206
20207         http://bugs.webkit.org/show_bug.cgi?id=16838
20208         [GTK] Bad autotools debug and video options
20209
20210         Fix some configure options.
20211
20212         * configure.ac:
20213
20214 2008-01-11  Mark Rowe  <mrowe@apple.com>
20215
20216         Attempt to fix the GTK+ and Qt builds.
20217
20218         * WebKit.pro:
20219
20220 2008-01-10  Alp Toker  <alp@atoker.com>
20221
20222         SVG font build fix for GTK+/autotools.
20223
20224         * configure.ac:
20225
20226 2008-01-05  Alp Toker  <alp@atoker.com>
20227
20228         Rubber-stamped by Mark Rowe.
20229
20230         Fix configure script output with correct descriptions of the default
20231         configuration options.
20232
20233         * configure.ac:
20234
20235 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
20236
20237         Reviewed by Alp Toker.
20238
20239         http://bugs.webkit.org/show_bug.cgi?id=16736
20240         Allow autogen.sh invocation from a separate build directory.
20241
20242         * autogen.sh:
20243
20244 2008-01-04  Alp Toker  <alp@atoker.com>
20245
20246         Rubber-stamped by Mark Rowe.
20247
20248         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
20249         "rebuild rules" will now be enabled by default.
20250
20251         This obviates the need to pass '--enable-maintainer-mode' to
20252         configure.
20253
20254         * configure.ac:
20255
20256 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
20257
20258         Rubber stamped by Alp.
20259
20260         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
20261         the build. At least people doing a debug build on Ubuntu Hardy will see
20262         the breakage. I was asked to leave the flags inside the files to ease future
20263         debugging.
20264
20265         * GNUmakefile.am:
20266         * WebKit.pri:
20267
20268 2008-01-01  Alp Toker  <alp@atoker.com>
20269
20270         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
20271         correct parameter to AM_INIT_AUTOMAKE.
20272
20273         * configure.ac:
20274
20275 2007-12-30  Alp Toker  <alp@atoker.com>
20276
20277         Build fix for older autoconf versions.
20278
20279         * configure.ac:
20280
20281 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
20282
20283         Reviewed by Alp Toker.
20284
20285         Enable Database, XPath and XSLT features by default
20286
20287         * configure.ac:
20288
20289 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
20290
20291         Reviewed by Alp Toker.
20292
20293         http://bugs.webkit.org/show_bug.cgi?id=16669
20294         autotools update and fixes
20295
20296         Various fixes to the autotools build
20297
20298         * GNUmakefile.am:
20299           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
20300           - Fix clean rules (Rodney Dawes)
20301           - Added webcore specific variables, remove STDINT_H and
20302             PTHREAD_NP_H checks (already included in config.h)
20303         * autogen.sh:
20304           - Loosen automake and aclocal requirement
20305         * configure.ac:
20306           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
20307             when doing a debug build (Rodney Dawes)
20308           - Fix webkit target and remove traces of XBL
20309
20310 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
20311
20312         Reviewed by Alp Toker.
20313
20314         http://bugs.webkit.org/show_bug.cgi?id=16353
20315         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
20316
20317         Added the flags mentioned in the bug only when doing 'debug'
20318         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
20319
20320         * GNUmakefile.am:
20321         * WebKit.pri:
20322
20323 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
20324
20325         Reviewed by Alp Toker.
20326
20327         http://bugs.webkit.org/show_bug.cgi?id=16390
20328         Use autotools or GNU make as the build system for the GTK port
20329
20330         * GNUmakefile.am: Added.
20331         * autogen.sh: Added.
20332         * configure.ac: Added.
20333
20334 2007-12-20  Alp Toker  <alp@atoker.com>
20335
20336         Rubber-stamped by Maciej.
20337
20338         http://bugs.webkit.org/show_bug.cgi?id=16542
20339         [GTK] Text is missing with old Pango version
20340
20341         Back out commits r28880, r28876, r28865, r28864 which added Pango font
20342         selection support. These changes caused a regression where no text was
20343         displayed with older Pango versions.
20344
20345         * WebKit.pri:
20346
20347 2007-12-19  Alp Toker  <alp@atoker.com>
20348
20349         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
20350         cairo-ft directly following changes in r28864.
20351
20352         * WebKit.pri:
20353
20354 2007-12-12  Alp Toker  <alp@atoker.com>
20355
20356         Reviewed by Mark Rowe.
20357
20358         http://bugs.webkit.org/show_bug.cgi?id=16302
20359         [GTK] Compiler flags for optimization
20360
20361         Use the compiler flags -fno-exceptions -fno-rtti.
20362
20363         This patch does not add all the flags discussed in the bug report,
20364         only these two.
20365
20366         * WebKit.pri:
20367
20368 2007-12-04  Xan Lopez  <xan@gnome.org>
20369
20370         Reviewed by Alp Toker.
20371
20372         http://bugs.webkit.org/show_bug.cgi?id=15561
20373         GTK port needs DumpRenderTree implementation
20374
20375         Start work on the GTK+ DRT.
20376
20377         * WebKit.pro:
20378
20379 2007-11-30  Alp Toker  <alp@atoker.com>
20380
20381         Reviewed by Adam Roben.
20382
20383         http://bugs.webkit.org/show_bug.cgi?id=15691
20384         [GTK] Public API does not follow GTK+ conventions
20385
20386         Refactor the WebKit/GTK+ public API. Changes:
20387           WebKitPage -> WebKitWebView
20388           WebKitFrame -> WebKitWebFrame
20389
20390         Public API source and header names have been updated to mirror the API
20391         changes.
20392
20393         The API is now kept in WebKit/gtk/WebView to match other ports in the
20394         same class such as Mac and Win.
20395
20396         * WebKit.pri:
20397
20398 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
20399
20400         Reviewed by Mark Rowe.
20401
20402         Set CONFIG option for the window system GTK+ is using
20403
20404         * WebKit.pri:
20405
20406 2007-11-22  Alp Toker  <alp@atoker.com>
20407
20408         GTK+ build fix. Pass a correct LIBDIR value.
20409
20410         * WebKit.pri:
20411
20412 2007-11-20  Mark Rowe  <mrowe@apple.com>
20413
20414         Reviewed by Alp Toker.
20415
20416         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
20417
20418 2007-11-20  Alp Toker  <alp@atoker.com>
20419
20420         Reviewed by Simon Hausmann.
20421
20422         Clean up GTK+ port configuration.
20423
20424         Use similar compiler warning flags to the Mac build.
20425
20426         Add the qmake changes needed for DirectFB support.
20427
20428         * WebKit.pri:
20429
20430 2007-11-07  Simon Hausmann  <hausmann@kde.org>
20431
20432         Reviewed by Mark.
20433
20434         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
20435         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
20436
20437         * WebKit.pri:
20438
20439 2007-10-03  Lars Knoll  <lars@trolltech.com>
20440
20441         Signed off by olliej.
20442
20443         move WebKitQt to WebKit/qt for consistency with the other ports.
20444
20445         * WebKit.pri:
20446         * WebKit.pro:
20447
20448 2007-10-03  Lars Knoll  <lars@trolltech.com>
20449
20450         Reviewed by olliej.
20451
20452         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
20453
20454         * WebKit.pro:
20455
20456 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
20457
20458         Reviewed by Mark.
20459
20460         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
20461         Remove Bakefiles from svn.
20462
20463         * Bakefiles/Bakefiles.bkgen: Removed.
20464         * Bakefiles/ChangeLog: Removed.
20465         * Bakefiles/Readme.txt: Removed.
20466         * Bakefiles/presets.bkl: Removed.
20467         * Bakefiles/update-file-lists.py: Removed.
20468
20469 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
20470
20471         Rubber stamped by Adam.
20472
20473         Renamed files from *Gdk to *Gtk (see #14732) using the
20474         work of Juan A. Suarez Romero as a base.
20475
20476         GDK -> GTK
20477
20478         * WebKit.pri:
20479         * WebKit.pro:
20480
20481 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
20482
20483         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
20484         http://bugs.webkit.org/show_bug.cgi?id=14557
20485
20486         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
20487
20488 2007-07-27  Simon Hausmann  <hausmann@kde.org>
20489
20490         Done with and reviewed by Lars and Zack.
20491
20492         Exclude DumpRenderTree from the Qt build on Windows for now.
20493
20494         * WebKit.pro:
20495
20496 2007-07-27  Simon Hausmann  <hausmann@kde.org>
20497
20498         Done with and reviewed by Lars and Zack.
20499
20500         Temporarily disable the ICO support for the Qt build on Windows.
20501
20502         * WebKit.pro:
20503
20504 2007-07-26  Simon Hausmann  <hausmann@kde.org>
20505
20506         Reviewed by Lars.
20507
20508         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.
20509
20510         * WebKit.pri:
20511
20512 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
20513
20514         Reviewed by Adam.
20515
20516         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
20517         build against it.
20518
20519         * WebKit.pri:
20520
20521 2007-07-18  Simon Hausmann  <hausmann@kde.org>
20522
20523         Reviewed by Zack.
20524
20525         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
20526
20527         * WebKit.pro:
20528
20529 2007-07-18  Timothy Hatcher  <timothy@apple.com>
20530
20531         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
20532         still use this one Makefile.shared as an include.
20533
20534         * Makefile.shared:
20535
20536 2007-07-12  George Staikos  <staikos@kde.org>
20537
20538         Fix build in debug mode.
20539
20540         * WebKit.pri:
20541
20542 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
20543
20544         Reviewed by Darin Adler.
20545
20546         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
20547         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
20548
20549         * WebKit.pri: Adjust INCLUDEPATH
20550
20551 2007-06-25  Adam Roben  <aroben@apple.com>
20552
20553         Really remove LayoutTestResults.
20554
20555         * LayoutTestResults: Removed.
20556
20557 2007-06-25  Adam Roben  <aroben@apple.com>
20558
20559         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
20560         http://bugs.webkit.org/show_bug.cgi?id=14405
20561
20562         Reviewed by Anders.
20563
20564         * LayoutTestResults: Removed.
20565
20566 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
20567
20568         Reviewed by Mark.
20569
20570         http://bugs.webkit.org/show_bug.cgi?id=13975
20571         Use system-provided libjpeg and libpng
20572
20573         * WebKit.pri: Link against external libjpeg and libpng.
20574
20575 2007-06-20  Adam Roben  <aroben@apple.com>
20576
20577         Reviewed by Simon Hausmann.
20578
20579         More Gdk build fixing.
20580
20581         * WebKit.pro:
20582
20583 2007-06-15  Adam Treat  <adam@staikos.net>
20584
20585         Reviewed by George Staikos.
20586
20587         Add ICO support to the Qt build.
20588
20589         * WebKit.pro:
20590
20591 2007-06-13  George Staikos  <staikos@kde.org>
20592
20593         Reviewed by Lars.
20594
20595         Compile without self-linking.
20596
20597         * WebKit.pri:
20598
20599 2007-06-13  Simon Hausmann  <hausmann@kde.org>
20600
20601         Reviewed by Lars.
20602
20603         * WebKit.pri: WebKitQt is now called QtWebKit.
20604
20605 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
20606
20607         Reviewed by Eric Seidel.
20608
20609         http://bugs.webkit.org/show_bug.cgi?id=13941
20610         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
20611
20612         * WebKit.pri:
20613
20614 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
20615
20616         Reviewed by Mark Rowe.
20617
20618         * WebKit.pro: Build testkjs for Gdk and Qt
20619
20620 2007-05-11  Holger Freyther <freyther@kde.org>
20621
20622         Reviewed by Mark Rowe.
20623
20624         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
20625         and add ICU configuration to QMAKE_CXXFLAGS.
20626
20627         * WebKit.pri:
20628
20629 2007-05-06  Erik Bunce  <kde@bunce.us>
20630
20631         Reviewed by Mark Rowe.
20632
20633         * WebKit.pri:
20634         Removed unnecessary dependency on MacPorts (/opt/local)
20635
20636 2007-05-03  Holger Freyther <freyther@kde.org>
20637
20638         Reviewed by Zack, landed by Simon.
20639         This is bugzilla bug 13499.
20640
20641         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
20642         port
20643         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
20644         port
20645
20646 2007-04-27  Holger Freyther <freyther@kde.org>
20647
20648         Reviewed by Maciej.
20649
20650         Remove unmaintained CMake build system.
20651
20652         * CMakeLists.txt: Removed.
20653
20654 2007-01-30  Simon Hausmann  <hausmann@kde.org>
20655
20656         Reviewed by Zack.
20657
20658         * WebKit.pri: libJavaScriptCore is gone with the Qt build
20659         * WebKit.pro:
20660
20661 2007-01-26  George Staikos  <staikos@kde.org>
20662
20663         Remove headers - not needed now.
20664
20665         * WebKit.pri:
20666
20667 2007-01-23  George Staikos <staikos@kde.org>
20668
20669         Put everything back since we can't build everything without it yet.
20670
20671         * WebKit.pri:
20672
20673 2007-01-16  Lars Knoll <lars@trolltech.com>
20674
20675         Reviewed by Zack
20676
20677         Remove everything but the new public API from
20678         the include path.
20679
20680         * WebKit.pri:
20681
20682 2007-01-11  George Staikos  <staikos@kde.org>
20683
20684         Fix the Qt build
20685
20686         * WebKit.pri:
20687
20688 2007-01-03  Lars Knoll <lars@trolltech.com>
20689
20690         Fix the Qt build
20691
20692         * WebKit.pri:
20693
20694 2006-12-17  Simon Hausmann  <hausmann@kde.org>
20695
20696         Reviewed by Rob Buis.
20697
20698         * WebKit.pro: Build testkjs.
20699
20700 2006-12-14  Timothy Hatcher  <timothy@apple.com>
20701
20702         Reviewed by Brady.
20703
20704         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
20705
20706 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
20707
20708         Reviewed by Brady and Anders.
20709
20710         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
20711
20712 2006-12-10  Zack Rusin  <zack@kde.org>
20713
20714         Client classes have been moved to WebKitQt/WebCoreSupport so
20715         adjusting the pri file.
20716
20717         * WebKit.pri:
20718
20719 2006-12-10  George Staikos  <staikos@kde.org>
20720
20721         Reviewed by Zack.
20722
20723         Add WebKitBuild/Release back to the output dir for external build cases.
20724
20725         * WebKit.pri:
20726
20727 2006-12-10  Zack Rusin  <zack@kde.org>
20728
20729         Fix the link directory location.
20730
20731         * WebKit.pri:
20732
20733 2006-12-10  Lars Knoll <lars@trolltech.com>
20734
20735         Reviewed by Zack
20736
20737         Include DumpRenderTree in the Qt build
20738
20739         * WebKit.pro:
20740
20741 2006-12-09  George Staikos  <staikos@kde.org>
20742
20743         Reviewed by Zack.
20744
20745         Correct the path to the libraries for QMake.
20746
20747         * WebKit.pri:
20748
20749 2006-12-09  Lars Knoll <lars@trolltech.com>
20750
20751         Reviewed by Zack
20752
20753         Make it possible to build WebKit with qmake.
20754
20755         * WebKit.pri: Added.
20756         * WebKit.pro: Added.
20757
20758 2006-11-19  Simon Hausmann  <hausmann@kde.org>
20759
20760         Reviewed by Zack.
20761
20762         http://bugs.webkit.org/show_bug.cgi?id=11649
20763
20764         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
20765
20766 2006-10-30  Timothy Hatcher  <timothy@apple.com>
20767
20768         Reviewed by Brady.
20769
20770         Make the universal build return non-zero when module make fails.
20771
20772         * Makefile:
20773
20774 2006-10-30  Stephanie Lewis  <slewis@apple.com>
20775
20776         Reviewed by Darin Adler.
20777
20778         Change Makefiles to return non-zero when module make fails.
20779
20780         * Makefile:
20781
20782 2006-10-27  Brady Eidson  <beidson@apple.com>
20783
20784         Rubber stamped by Tim Hatcher
20785
20786         Added "make universal" to build universal binaries
20787
20788         * Makefile:
20789         * Makefile.shared:
20790
20791 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
20792
20793         Reviewed by eseidel.
20794
20795         * CMakeLists.txt: add option to disable colored output when building on the buildbot
20796