1 2014-01-16 Andy Estes <aestes@apple.com>
3 [iOS] Fix build issues with exported headers
5 * WebKit.xcodeproj/project.pbxproj: Removed WebPluginPrivate.h from
8 2014-01-15 Ryuan Choi <ryuan.choi@samsung.com>
10 [EFL][WK1] Implement ProgressTrackerClientEfl to fix the crash
11 https://bugs.webkit.org/show_bug.cgi?id=127031
13 Reviewed by Gyuyoung Kim.
15 * PlatformEfl.cmake: Added ProgressTrackerClientEfl.cpp into source lists.
17 2014-01-14 Anders Carlsson <andersca@apple.com>
19 Create separate progress tracker clients
20 https://bugs.webkit.org/show_bug.cgi?id=127025
22 Reviewed by Sam Weinig.
24 * WebKit.xcodeproj/project.pbxproj:
26 2014-01-14 Dean Jackson <dino@apple.com>
28 Correct grave mistake in updating the pbxproj file rather than xcconfig.
30 * WebKit.xcodeproj/project.pbxproj:
32 2014-01-14 Dean Jackson <dino@apple.com>
34 Attempt to fix 32-bit Mac build.
36 * WebKit.xcodeproj/project.pbxproj:
38 2014-01-14 Dean Jackson <dino@apple.com>
40 [WK1] Allow generated export files on iOS
41 https://bugs.webkit.org/show_bug.cgi?id=127008
43 Reviewed by Simon Fraser.
45 Modify the export file generation rule to read from
46 a shared and platform-specific input file.
48 * WebKit.xcodeproj/project.pbxproj:
50 2014-01-13 Alex Christensen <achristensen@webkit.org>
52 Unreviewed build fix for Win64.
54 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
55 Corrected 64-bit linker symbols.
57 2014-01-13 Daniel Bates <dabates@apple.com>
59 [iOS] More build fixes for WebKit
61 Add iOS-specific logic to build phases: "Symlink WebKitPluginHost in to place" and "Migrate Headers".
63 * WebKit.xcodeproj/project.pbxproj:
65 2014-01-13 Daniel Bates <dabates@apple.com>
67 [iOS] Fix up WebKit build phases
69 Add iOS-specific logic to build phrases "Generate 64-bit Export File" and "Migrate Headers".
71 * WebKit.xcodeproj/project.pbxproj:
73 2014-01-13 Daniel Bates <dabates@apple.com>
75 [iOS] Don't link to Mac-only frameworks when building WebKit
77 Currently the Xcode project always links against various Mac-only frameworks (e.g. Carbon.framework).
78 Instead the Xcode project should only link against {JavaScriptCore, WebCore}.framework and
79 libicucore.dylib, which are the frameworks/libraries that are shared by both the Mac and iOS port. We'll
80 use Configuration/WebCore.xcconfig to specify additional port-specific frameworks to link against.
82 * WebKit.xcodeproj/project.pbxproj:
84 2014-01-13 Eric Carlson <eric.carlson@apple.com>
88 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing
89 exports needed for Windows build after r161899.
91 2014-01-13 Andy Estes <aestes@apple.com>
93 [iOS] Build Fix: switch back to calling postprocess-headers.sh
95 * WebKit.xcodeproj/project.pbxproj:
97 2014-01-12 Dan Bernstein <mitz@apple.com>
99 Try to fix the Windows build after r161852.
101 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
103 2014-01-10 Daniel Bates <dabates@apple.com>
105 [iOS] Upstream WebCore and Tools miscellaneous changes
106 https://bugs.webkit.org/show_bug.cgi?id=126698
108 Reviewed by David Kilzer.
110 * WebKit.xcodeproj/project.pbxproj:
112 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
114 Remove the WebKit layer of the Blackberry port
115 https://bugs.webkit.org/show_bug.cgi?id=126715
117 Reviewed by Anders Carlsson.
119 * PlatformBlackBerry.cmake: Removed.
120 * blackberry: Removed.
122 2014-01-08 Ryuan Choi <ryuan.choi@samsung.com>
124 [EFL] Merge ewk_view_single into ewk_view
125 https://bugs.webkit.org/show_bug.cgi?id=126508
127 Reviewed by Gyuyoung Kim.
129 * PlatformEfl.cmake: Removed ewk_view_single.cpp.
131 2014-01-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
133 [EFL] Move efl API test binaries to TestWebKitAPI/EWebKit|EWebKit2
134 https://bugs.webkit.org/show_bug.cgi?id=126615
136 Reviewed by Martin Robinson.
138 Now EFL API test binaries created in *bin* directory with other executables.
139 It would be good to move them to their folder. This patch moves them to
140 *TestWebKitAPI/EWebKit|EWebKit2* directories.
144 2014-01-08 Brent Fulgham <bfulgham@apple.com>
146 Unreviewed build fix.
148 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing
149 exports needed for Windows build.
151 2014-01-07 Eric Carlson <eric.carlson@apple.com>
153 Teach MediaSessionManager to manage interruptions
154 https://bugs.webkit.org/show_bug.cgi?id=126530
156 Reviewed by Sam Weinig.
158 * CMakeLists.txt: Add ${WEBCORE_DIR}/platform/animation to WebCore include directories.
160 2014-01-06 Martin Robinson <mrobinson@igalia.com>
162 Small build fix for the GTK+ CMake port
164 * PlatformGTK.cmake: Include a missing GeoClue include directory.
166 2014-01-06 Martin Robinson <mrobinson@igalia.com>
168 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
169 https://bugs.webkit.org/show_bug.cgi?id=126505
171 Reviewed by Gustavo Noronha Silva.
173 * PlatformGTK.cmake: Add the geoclue platform directory to the include directory list.
175 2014-01-06 Mark Rowe <mrowe@apple.com>
177 <https://webkit.org/b/126499> Move WebKit off the legacy WebKit availability macros
179 The legacy WebKit availability macros are verbose, confusing, and provide no benefit
180 over using the system availability macros directly. The original vision was that
181 they'd serve a cross-platform purpose but that never came to be.
183 Since WebKit1 is API on OS X but SPI on iOS, some indirection is still needed in the
184 availability macros to allow the headers to advertise the API as unavailable on OS X
185 without interfering with the ability to build on iOS. This is achieved by defining
186 WEBKIT-prefixed versions of the Foundation availability macros that are defined to
187 their NS-prefixed equivalents. The installed headers are post-processed to map these
188 macros back to their Foundation equivalents.
190 Part of <rdar://problem/15512304>.
192 Reviewed by Sam Weinig.
194 * WebKit.xcodeproj/project.pbxproj: Change the Postprocess Headers build phase to
195 invoke mac/postprocess-headers.sh.
197 2014-01-05 Martin Robinson <mrobinson@igalia.com>
199 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
200 https://bugs.webkit.org/show_bug.cgi?id=116379
202 Reviewed by Gustavo Noronha Silva.
204 * PlatformGTK.cmake: Install API headers, gir files, and the pkg-config file. Move
205 a couple installed and generated headers to the installed headers list.
207 2014-01-04 Martin Robinson <mrobinson@igalia.com>
209 [GTK] [CMake] Improve the way we locate gobject-introspection
210 https://bugs.webkit.org/show_bug.cgi?id=126452
212 Reviewed by Philippe Normand.
214 * PlatformGTK.cmake: Use the new introspection variables.
216 2014-01-03 Simon Fraser <simon.fraser@apple.com>
218 Attempt to fix EFL build.
222 2013-12-31 Andy Estes <aestes@apple.com>
224 [iOS] Upstream PLATFORM(IOS) changes to Source/WebKit/
225 https://bugs.webkit.org/show_bug.cgi?id=125746
227 Reviewed by David Kilzer.
229 * WebKit.xcodeproj/project.pbxproj: Added WebDatabaseManagerInternal.h
232 2013-12-30 Martin Robinson <mrobinson@igalia.com>
234 [CMake] [GTK] Add support for GObject introspection
235 https://bugs.webkit.org/show_bug.cgi?id=126162
237 Reviewed by Daniel Bates.
239 * PlatformGTK.cmake: Add the GIR targets.
241 2013-12-29 Ryuan Choi <ryuan.choi@samsung.com>
243 [EFL] Remove ewk_view_tiled
244 https://bugs.webkit.org/show_bug.cgi?id=125961
246 Reviewed by Gyuyoung Kim.
248 * PlatformEfl.cmake: Removed ewk_view_tiled related files.
250 2013-12-29 Martin Robinson <mrobinson@igalia.com>
252 [GTK] [CMake] Convenience libraries that export API should be compiled with --whole-archive on Unix
253 https://bugs.webkit.org/show_bug.cgi?id=126232
255 Reviewed by Gustavo Noronha Silva.
257 * PlatformGTK.cmake: Prefix libGObjectDOMBindings with --whole-archive so that
258 symbols are not omitted during final linking.
260 2013-12-25 Martin Robinson <mrobinson@igalia.com>
262 [GTK] [CMake] Clean up generated sources directories
263 https://bugs.webkit.org/show_bug.cgi?id=126216
265 Reviewed by Gustavo Noronha Silva.
267 * PlatformGTK.cmake: Use the new derived source variables.
269 2013-12-22 Martin Robinson <mrobinson@igalia.com>
271 [GTK][CMake] libtool-compatible soversion calculation
272 https://bugs.webkit.org/show_bug.cgi?id=125511
274 Reviewed by Gustavo Noronha Silva.
276 * CMakeLists.txt: Use the POPULATE_LIBRARY_VERSION macro and the
277 library-specific version information.
279 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
281 [GTK] [CMake] Generate pkg-config files
282 https://bugs.webkit.org/show_bug.cgi?id=125685
284 Reviewed by Martin Robinson.
286 * PlatformGTK.cmake: generate webkitgtk-3.0.pc.
288 2013-12-22 Martin Robinson <mrobinson@igalia.com>
290 Small build fix for GTK+ with the CMake build
292 * CMakeLists.txt: Remove duplicate include directory and add missing directories
295 2013-12-20 Simon Fraser <simon.fraser@apple.com>
297 Try to fix the Windows build.
299 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
301 2013-12-20 Brent Fulgham <bfulgham@apple.com>
303 [Win] Unreviewed build fix after r160908.
305 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add
308 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
310 Unreviewed cmake build fix for GTK+.
312 * PlatformGTK.cmake: add missing include directory.
314 2013-12-16 Martin Robinson <mrobinson@igalia.com>
316 [GTK] [CMake] Add support for building WebKit1
317 https://bugs.webkit.org/show_bug.cgi?id=116377
319 Reviewed by Gustavo Noronha Silva.
321 * CMakeLists.txt: Updated WebCore include directory list for WebKitGTK+ and
322 added BUILDING_WEBKIT to the list of defines.
323 * PlatformGTK.cmake: Added.
325 2013-12-18 Alex Christensen <achristensen@webkit.org>
327 [WinCairo] Preparation for GStreamer on Windows.
328 https://bugs.webkit.org/show_bug.cgi?id=125946
330 Reviewed by Brent Fulgham.
332 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
333 Use new GStreamer property sheets for WinCairo.
334 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
335 Fixed 64-bit symbols, added GStreamer symbol.
337 2013-12-16 Alex Christensen <achristensen@webkit.org>
339 [Win] Unreviewed build fix for 64-bit.
341 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
342 Corrected 64-bit linker symbols.
344 2013-12-16 Brent Fulgham <bfulgham@apple.com>
346 [Win] Unreviewed build fix.
348 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Correct typo that added a '\' at the
349 end of a line of the file.
351 2013-12-16 Brent Fulgham <bfulgham@apple.com>
353 [Win] Remove dead code after conversion to VS2013
354 https://bugs.webkit.org/show_bug.cgi?id=125795
356 Reviewed by Darin Adler.
358 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
359 Remove unused function exports.
361 2013-12-16 Alex Christensen <achristensen@webkit.org>
363 Fixed Win64 build on VS2013.
364 https://bugs.webkit.org/show_bug.cgi?id=125753
366 Reviewed by Brent Fulgham.
368 * WebKit.vcxproj/WebKit.sln:
369 Use new 64-bit WebInspectorUI configurations.
370 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
371 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
372 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
373 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
374 Added correct PlatformToolset for 64-bit builds.
376 2013-12-15 Brent Fulgham <bfulgham@webkit.org>
378 [Win] Unreviewed build fix.
380 * WebKit.vcxproj/WebKit.sln: Remove reference to QTMovieWin,
381 which we do not wish to build.
383 2013-12-14 Brent Fulgham <bfulgham@webkit.org>
385 [Win] Unreviewed build fix
387 QTMovieWin should not be build at the moment, but some builders
388 are continuing to attempt it. This change marks the project
389 file as excluded from building.
391 * WebKit.vcxproj/WebKit.sln: Mark QTMovieWin as excluded from build.
393 2013-12-13 Brent Fulgham <bfulgham@apple.com>
395 Unreviewed build correction after r160548.
397 * WebKit.vcxproj/WebKit/WebKitApple.props: Exclude linking with QTMoveWin, which does
398 not build with VS2013.
400 2013-12-13 Brent Fulgham <bfulgham@apple.com>
402 Unreviewed build correction after r160548
404 * WebKit.vcxproj/WebKit.sln: Revise build order to avoid errors with ANGLE included.
406 2013-12-13 Brent Fulgham <bfulgham@apple.com>
408 [Win] Unreviewed build fix after r160548
410 * WebKit.vcxproj/WebKit.sln: Revised to build under VS2013.
412 2013-12-13 Andy Estes <aestes@apple.com>
414 Post-process exported WebKit headers based on PLATFORM_NAME
415 https://bugs.webkit.org/show_bug.cgi?id=125682
417 Reviewed by Dan Bernstein.
419 Added a build phase that calls unifdef(1) on each of WebKit's Public
420 and Private headers, defining TARGET_OS_EMBEDDED, TARGET_OS_IPHONE, and
421 TARGET_IPHONE_SIMULATOR based on the value of PLATFORM_NAME. This has
422 the effect of stripping out bits not needed by the SDK being built for.
424 * WebKit.xcodeproj/project.pbxproj:
426 2013-12-13 Brent Fulgham <bfulgham@apple.com>
428 [Win] Switch WebKit solution to Visual Studio 2013
429 https://bugs.webkit.org/show_bug.cgi?id=125192
431 Reviewed by Anders Carlsson.
433 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj: Update for VS2013
434 * WebKit.vcxproj/WebKit.sln: Ditto
435 * WebKit.vcxproj/WebKit/WebKit.vcxproj: Ditto
436 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj: Ditto
437 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj: Ditto
439 2013-12-11 Alex Christensen <achristensen@webkit.org>
441 [Win] Build fix after r159768.
442 https://bugs.webkit.org/show_bug.cgi?id=125467
444 Reviewed by Brent Fulgham.
446 * WebKit.vcxproj/WebKit/WebKitVersion.cmd:
447 Set PATH environment variable to include cygwin bin directory.
449 2013-12-11 Alex Christensen <achristensen@webkit.org>
451 [Win] Unreviewed link fix.
453 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
454 Corrected 64-bit linker symbols.
456 2013-12-11 Joseph Pecoraro <pecoraro@apple.com>
458 Web Inspector: Push More Inspector Required Classes Down into JavaScriptCore
459 https://bugs.webkit.org/show_bug.cgi?id=125324
461 Reviewed by Timothy Hatcher.
463 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
465 2013-12-11 Mark Rowe <mrowe@apple.com>
467 <https://webkit.org/b/125562> Remove a Leopard-specific check from WebKit.xcodeproj
469 Reviewed by Anders Carlsson.
471 * WebKit.xcodeproj/project.pbxproj:
473 2013-12-06 Roger Fong <roger_fong@apple.com> and Brent Fulgham <bfulgham@apple.com>
475 [Win] Support compiling with VS2013.
476 https://bugs.webkit.org/show_bug.cgi?id=125353
478 Reviewed by Anders Carlsson.
480 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Provide
481 proper exports for VS2013 build.
483 2013-12-06 Dániel Bátyai <Batyai.Daniel@stud.u-szeged.hu>
485 Build fix after r160207, remove the BitmapImage::decodeSize symbol export
486 https://bugs.webkit.org/show_bug.cgi?id=125342
488 Reviewed by Csaba Osztrogonác.
490 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
492 2013-12-05 Brent Fulgham <bfulgham@apple.com>
494 [Win] Avoid copying compiled-in resources to DSTROOT
495 https://bugs.webkit.org/show_bug.cgi?id=125309
497 Reviewed by Jer Noble.
499 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Only copy Info.plist to the final WebKit.resource bundle.
500 The PNG and RC files are compiled into the WebKit.dll library.
502 2013-12-04 Brent Fulgham <bfulgham@apple.com>
504 [Win] Correct WebKit.make copy command to land resources in proper directory.
505 https://bugs.webkit.org/show_bug.cgi?id=125249
507 Reviewed by Tim Horton.
509 * WebKit.vcxproj/WebKit.make: Correct the copy command.
511 2013-12-04 peavo@outlook.com <peavo@outlook.com>
513 [Win][64-bit] Link error.
514 https://bugs.webkit.org/show_bug.cgi?id=125234
516 Reviewed by Brent Fulgham.
518 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Changed 64-bit version of symbol.
520 2013-12-03 Joseph Pecoraro <pecoraro@apple.com>
522 Web Inspector: Push Remote Inspector debugging connection management into JavaScriptCore
523 https://bugs.webkit.org/show_bug.cgi?id=124613
525 Reviewed by Timothy Hatcher.
527 * WebKit.xcodeproj/project.pbxproj:
529 2013-12-03 Brent Fulgham <bfulgham@apple.com>
531 [Win] WebKit.make Makefile doesn't copy resource bundle to DSTROOT
532 https://bugs.webkit.org/show_bug.cgi?id=125160
534 Reviewed by Tim Horton.
536 * WebKit.vcxproj/WebKit.make: Add copy command for resource bundle.
538 2013-12-02 Beth Dakin <bdakin@apple.com>
540 Attempted build fix. I think this is no longer needed.
542 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
544 2013-12-02 Beth Dakin <bdakin@apple.com>
546 Add a setting to opt into a mode where the background extends and fixed elements
547 don't move on rubber-band
548 https://bugs.webkit.org/show_bug.cgi?id=124745
550 Reviewed by Tim Horton.
554 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
556 2013-12-02 Brent Fulgham <bfulgham@apple.com>
558 [Win] WebKit Project doesn't copy resource bundle
559 https://bugs.webkit.org/show_bug.cgi?id=125078
561 Reviewed by Jer Noble.
563 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Correct post-build step
564 to copy WebKit.resources to build target.
566 2013-11-28 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
568 Building EFL Webkit again with mediastream enabled
569 https://bugs.webkit.org/show_bug.cgi?id=124930
571 Reviewed by Csaba Osztrogonác.
575 2013-11-27 Sam Weinig <sam@webkit.org>
579 * WebKit.xcodeproj/project.pbxproj:
581 2013-11-25 peavo@outlook.com <peavo@outlook.com>
583 [Win] WebKit version in user agent string is incorrect.
584 https://bugs.webkit.org/show_bug.cgi?id=124454
586 Reviewed by Brent Fulgham.
588 Generate WebKitVersion.h file from mac's Version.xcconfig file.
590 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
591 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
592 * WebKit.vcxproj/WebKit/WebKitVersion.cmd: Added.
594 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
596 [GStreamer] Remove 0.10 codepath
597 https://bugs.webkit.org/show_bug.cgi?id=124534
599 Reviewed by Philippe Normand.
601 * PlatformEfl.cmake: Removed FullscreenVideoControllerEfl.cpp.
603 2013-11-21 Alex Christensen <achristensen@webkit.org>
605 Remove ANGLEGenerated from Windows build.
606 https://bugs.webkit.org/show_bug.cgi?id=124759
608 Reviewed by Darin Adler.
610 * WebKit.vcxproj/WebKit.sln:
611 Remove references to ANGLEGenerated.vcxproj.
613 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
615 Remove ENABLE_WORKERS
616 https://bugs.webkit.org/show_bug.cgi?id=105784
618 Reviewed by Darin Adler.
620 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
622 2013-11-21 peavo@outlook.com <peavo@outlook.com>
624 [WinCairo] Building ANGLE libraries fails.
625 https://bugs.webkit.org/show_bug.cgi?id=124679
627 Reviewed by Brent Fulgham.
629 * WebKit.vcxproj/WebKit/WebKitCFLite.props: Link with translator_hlsl.lib.
631 2013-11-19 Mark Lam <mark.lam@apple.com>
633 Add tracking of endColumn for Executables.
634 https://bugs.webkit.org/show_bug.cgi?id=124245.
636 Reviewed by Geoffrey Garen.
638 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
639 - Added an exported symbol to make the Win32 build happy. The Win64 symbol
640 is currently a copy of the Win32 one. It'll need to be updated if the
641 mangled symbol is different for Win64.
643 2013-11-18 Mark Rowe <mrowe@apple.com>
645 Use hw.activecpu for determining how many processes to spawn.
647 It's documented as the preferred way to determine the number of threads
648 or processes to create in a SMP aware application.
650 Rubber-stamped by Tim Horton.
652 * WebKit.xcodeproj/project.pbxproj:
654 2013-11-18 Ryuan Choi <ryuan.choi@samsung.com>
656 [EFL] Add EWebKitConfig.cmake and EWebKit2Config.cmake
657 https://bugs.webkit.org/show_bug.cgi?id=124478
659 Reviewed by Gyuyoung Kim.
661 EWebKit is built using CMake but applications use *.pc to use it.
662 This patch provides EWebKitConfig.cmake and EWebKit2Config.cmake
663 for applications which use EWebkit and is compiled by CMake.
666 Configure and install EWebKitConfig.cmake and EWebKitConfigVersion.cmake
668 2013-11-13 Joseph Pecoraro <pecoraro@apple.com>
670 Unreviewed rollout of r159271, broke Mountain Lion build.
672 * WebKit.xcodeproj/project.pbxproj:
674 2013-11-13 Anders Carlsson <andersca@apple.com>
676 Deprecate WebHistory methods that use NSCalendarDate
677 https://bugs.webkit.org/show_bug.cgi?id=124329
678 <rdar://problem/15441122>
680 Reviewed by Mark Rowe.
682 * WebKit.xcodeproj/project.pbxproj:
683 Add a shell script phase that uses unifdef to remove the __NSd_10_9 #define from
684 WebHistory on Mavericks.
686 2013-11-11 Alex Christensen <achristensen@webkit.org>
688 Unreviewed build fix for Win64.
690 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
691 Fixed 64-bit linker symbols.
693 2013-11-11 Dan Bernstein <mitz@apple.com>
695 [Mac] .exp files are not source code
696 https://bugs.webkit.org/show_bug.cgi?id=124154
698 Reviewed by Andy Estes.
700 * WebKit.xcodeproj/project.pbxproj: Removed WebKit.iOS.exp from the Compile Sources build
703 2013-11-07 Roger Fong <roger_fong@apple.com>
705 Unreviewed. Windows WebKit makefile fixes.
707 No need to copy over WebKit.resources.
709 * WebKit.vcxproj/WebKit.make:
710 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
712 2013-11-07 Denis Nomiyama <d.nomiyama@samsung.com>
714 [GTK] Glyphs in vertical text tests are rotated 90 degrees clockwise
715 https://bugs.webkit.org/show_bug.cgi?id=50619
717 Reviewed by Martin Robinson.
719 Added WebCore/platform/graphics/opentype to the include path.
723 2013-11-04 Brent Fulgham <bfulgham@apple.com>
725 [Win] Use VersionStamper for official builds
726 https://bugs.webkit.org/show_bug.cgi?id=123758
728 Reviewed by Tim Horton.
730 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Restore command to
731 call VersionStamper on final stage of build.
733 2013-11-02 Christophe Dumez <ch.dumez@samsung.com>
735 EnforceRange doesn't enforce range of a short
736 https://bugs.webkit.org/show_bug.cgi?id=123661
738 Reviewed by Alexey Proskuryakov.
740 Export symbols to fix Windows build.
742 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
744 2013-11-01 Andy Estes <aestes@apple.com>
746 [iOS] Make some headers Private
747 https://bugs.webkit.org/show_bug.cgi?id=123626
749 Reviewed by Andreas Kling.
751 * WebKit.xcodeproj/project.pbxproj:
753 2013-11-01 Afonso R. Costa Jr. <afonso.costa@samsung.com>
755 Expose setApplicationCacheOriginQuota via window.internals
756 https://bugs.webkit.org/show_bug.cgi?id=87838
758 Reviewed by Joseph Pecoraro.
760 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add
761 symbols for setApplicationCacheOriginQuota from Internals.
763 2013-11-01 Andy Estes <aestes@apple.com>
765 Reverted r158443. It broke the build.
767 * WebKit.xcodeproj/project.pbxproj:
769 2013-11-01 Andy Estes <aestes@apple.com>
771 [iOS] Make some headers Private
772 https://bugs.webkit.org/show_bug.cgi?id=123626
774 Reviewed by Sam Weinig.
776 * WebKit.xcodeproj/project.pbxproj:
778 2013-10-31 Ryosuke Niwa <rniwa@webkit.org>
780 Windows build fix attempt after r158421.
782 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
784 2013-10-29 Andy Estes <aestes@apple.com>
786 [iOS] Upstream Source/WebKit/ios/
787 https://bugs.webkit.org/show_bug.cgi?id=123470
789 Reviewed by Sam Weinig.
791 * WebKit.xcodeproj/project.pbxproj:
793 2013-10-30 Myles C. Maxfield <mmaxfield@apple.com>
795 WebKit/win/WebKitGraphics.h:void WebDrawText(WebTextRenderInfo*); is never called
796 https://bugs.webkit.org/show_bug.cgi?id=123485
798 Reviewed by Brent Fulgham.
800 Deleting the function
802 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
804 2013-10-30 Alex Christensen <achristensen@webkit.org>
806 [Windows] Unreviewed build fix.
808 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
809 Added missing 32-bit and 64-bit linker symbols.
811 2013-10-30 Alex Christensen <achristensen@webkit.org>
813 Disabled JIT on Win64.
814 https://bugs.webkit.org/show_bug.cgi?id=122472
816 Reviewed by Geoffrey Garen.
818 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
819 Added missing 64-bit linker symbol.
821 2013-10-28 Joseph Pecoraro <pecoraro@apple.com>
823 Upstream remaining PLATFORM(IOS) and ENABLE(REMOTE_INSPECTOR) pieces
824 https://bugs.webkit.org/show_bug.cgi?id=123411
826 Reviewed by Timothy Hatcher.
828 * WebKit.xcodeproj/project.pbxproj:
830 2013-10-25 Joseph Pecoraro <pecoraro@apple.com>
832 Upstream ENABLE(REMOTE_INSPECTOR) and enable on iOS and Mac
833 https://bugs.webkit.org/show_bug.cgi?id=123111
835 Reviewed by Timothy Hatcher.
837 * WebKit.xcodeproj/project.pbxproj:
839 2013-10-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
841 Integrate css3-images image-orientation with existing EXIF support
842 https://bugs.webkit.org/show_bug.cgi?id=91566
844 Reviewed by Beth Dakin.
846 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Update export symbols for draw functions.
848 2013-10-15 Andy Estes <aestes@apple.com>
850 Expose -[WebPluginPackage bundle] as SPI
851 https://bugs.webkit.org/show_bug.cgi?id=122814
853 Reviewed by Anders Carlsson.
855 * WebKit.xcodeproj/project.pbxproj: Added WebPluginPackagePrivate.h.
857 2013-10-10 Ryosuke Niwa <rniwa@webkit.org>
859 Windows build fix attempt.
861 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
863 2013-10-10 Marcelo Morais <m.morais@samsung.com>
865 Web Inspector: Remove the old front-end from WebKit
866 https://bugs.webkit.org/show_bug.cgi?id=122295
868 Reviewed by Timothy Hatcher.
870 * PlatformBlackBerry.cmake: Removed the references for the old
873 2013-10-10 Anders Carlsson <andersca@apple.com>
876 https://bugs.webkit.org/show_bug.cgi?id=122623
878 Reviewed by Brent Fulgham.
880 Remove files from VS projects.
882 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
883 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters:
884 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
885 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
887 2013-10-08 Alex Christensen <achristensen@webkit.org>
890 https://bugs.webkit.org/show_bug.cgi?id=122530
892 Reviewed by Brent Fulgham.
894 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
895 Added 64-bit linker symbols.
897 2013-10-06 Andreas Kling <akling@apple.com>
899 No? Okay, let's try that again..
901 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
903 2013-10-06 Andreas Kling <akling@apple.com>
905 Attempt to fix the Windows build.
907 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
909 2013-10-06 Darin Adler <darin@apple.com>
911 Try to fix the Windows build.
913 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
914 Removed export of non-existent Node::treeScope function returning
915 a TreeScope*. Probably will have to add an export to fix the next failure.
917 2013-10-06 Darin Adler <darin@apple.com>
919 Remove unneeded ScriptGCEvent class
920 https://bugs.webkit.org/show_bug.cgi?id=122390
922 Reviewed by Anders Carlsson.
924 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
925 Replaced symbol from ScriptGCEvent with symbol from JSDOMWindowBase.
927 2013-10-04 Daniel Bates <dabates@apple.com>
929 [iOS] Upstream disk image cache
930 https://bugs.webkit.org/show_bug.cgi?id=121985
932 Reviewed by Joseph Pecoraro.
934 * WebKit.xcodeproj/project.pbxproj:
935 * ios/WebCoreSupport/WebDiskImageCacheClientIOS.h: Added.
936 * ios/WebCoreSupport/WebDiskImageCacheClientIOS.mm: Added.
938 2013-10-04 Anders Carlsson <andersca@apple.com>
940 Remove WebAssertions.h
941 https://bugs.webkit.org/show_bug.cgi?id=122328
943 Reviewed by Jessie Berlin.
945 * WebKit.xcodeproj/project.pbxproj:
947 2013-10-03 Anders Carlsson <andersca@apple.com>
949 Remove WebNSNotificationCenterExtras
950 https://bugs.webkit.org/show_bug.cgi?id=122316
952 Reviewed by Dan Bernstein.
954 Update Xcode project.
956 * WebKit.xcodeproj/project.pbxproj:
958 2013-10-02 Anders Carlsson <andersca@apple.com>
962 Rubber-stamped by Andreas Kling.
964 * qt/Api/qhttpheader.cpp: Removed.
965 * qt/Api/qhttpheader_p.h: Removed.
966 * qt/Api/qwebdatabase.cpp: Removed.
967 * qt/Api/qwebdatabase.h: Removed.
968 * qt/Api/qwebdatabase_p.h: Removed.
969 * qt/Api/qwebelement.cpp: Removed.
970 * qt/Api/qwebelement.h: Removed.
971 * qt/Api/qwebelement_p.h: Removed.
972 * qt/Api/qwebhistory.cpp: Removed.
973 * qt/Api/qwebhistory.h: Removed.
974 * qt/Api/qwebhistory_p.h: Removed.
975 * qt/Api/qwebhistoryinterface.cpp: Removed.
976 * qt/Api/qwebhistoryinterface.h: Removed.
977 * qt/Api/qwebkitglobal.cpp: Removed.
978 * qt/Api/qwebkitglobal.h: Removed.
979 * qt/Api/qwebkitplatformplugin.h: Removed.
980 * qt/Api/qwebplugindatabase.cpp: Removed.
981 * qt/Api/qwebplugindatabase_p.h: Removed.
982 * qt/Api/qwebpluginfactory.cpp: Removed.
983 * qt/Api/qwebpluginfactory.h: Removed.
984 * qt/Api/qwebscriptworld.cpp: Removed.
985 * qt/Api/qwebscriptworld.h: Removed.
986 * qt/Api/qwebscriptworld_p.h: Removed.
987 * qt/Api/qwebsecurityorigin.cpp: Removed.
988 * qt/Api/qwebsecurityorigin.h: Removed.
989 * qt/Api/qwebsecurityorigin_p.h: Removed.
990 * qt/Api/qwebsettings.cpp: Removed.
991 * qt/Api/qwebsettings.h: Removed.
992 * qt/ChangeLog-2011-02-16: Removed.
993 * qt/WebCoreSupport/ChromeClientQt.cpp: Removed.
994 * qt/WebCoreSupport/ChromeClientQt.h: Removed.
995 * qt/WebCoreSupport/ContextMenuClientQt.cpp: Removed.
996 * qt/WebCoreSupport/ContextMenuClientQt.h: Removed.
997 * qt/WebCoreSupport/DragClientQt.cpp: Removed.
998 * qt/WebCoreSupport/DragClientQt.h: Removed.
999 * qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp: Removed.
1000 * qt/WebCoreSupport/DumpRenderTreeSupportQt.h: Removed.
1001 * qt/WebCoreSupport/EditorClientQt.cpp: Removed.
1002 * qt/WebCoreSupport/EditorClientQt.h: Removed.
1003 * qt/WebCoreSupport/FrameLoaderClientQt.cpp: Removed.
1004 * qt/WebCoreSupport/FrameLoaderClientQt.h: Removed.
1005 * qt/WebCoreSupport/FrameNetworkingContextQt.cpp: Removed.
1006 * qt/WebCoreSupport/FrameNetworkingContextQt.h: Removed.
1007 * qt/WebCoreSupport/FullScreenVideoQt.cpp: Removed.
1008 * qt/WebCoreSupport/FullScreenVideoQt.h: Removed.
1009 * qt/WebCoreSupport/GeolocationClientQt.cpp: Removed.
1010 * qt/WebCoreSupport/GeolocationClientQt.h: Removed.
1011 * qt/WebCoreSupport/GeolocationPermissionClientQt.cpp: Removed.
1012 * qt/WebCoreSupport/GeolocationPermissionClientQt.h: Removed.
1013 * qt/WebCoreSupport/IconDatabaseClientQt.cpp: Removed.
1014 * qt/WebCoreSupport/IconDatabaseClientQt.h: Removed.
1015 * qt/WebCoreSupport/InitWebCoreQt.cpp: Removed.
1016 * qt/WebCoreSupport/InitWebCoreQt.h: Removed.
1017 * qt/WebCoreSupport/InspectorClientQt.cpp: Removed.
1018 * qt/WebCoreSupport/InspectorClientQt.h: Removed.
1019 * qt/WebCoreSupport/InspectorServerQt.cpp: Removed.
1020 * qt/WebCoreSupport/InspectorServerQt.h: Removed.
1021 * qt/WebCoreSupport/NotificationPresenterClientQt.cpp: Removed.
1022 * qt/WebCoreSupport/NotificationPresenterClientQt.h: Removed.
1023 * qt/WebCoreSupport/PlatformStrategiesQt.cpp: Removed.
1024 * qt/WebCoreSupport/PlatformStrategiesQt.h: Removed.
1025 * qt/WebCoreSupport/PopupMenuQt.cpp: Removed.
1026 * qt/WebCoreSupport/PopupMenuQt.h: Removed.
1027 * qt/WebCoreSupport/QWebFrameAdapter.cpp: Removed.
1028 * qt/WebCoreSupport/QWebFrameAdapter.h: Removed.
1029 * qt/WebCoreSupport/QWebPageAdapter.cpp: Removed.
1030 * qt/WebCoreSupport/QWebPageAdapter.h: Removed.
1031 * qt/WebCoreSupport/QtPlatformPlugin.cpp: Removed.
1032 * qt/WebCoreSupport/QtPlatformPlugin.h: Removed.
1033 * qt/WebCoreSupport/QtPluginWidgetAdapter.cpp: Removed.
1034 * qt/WebCoreSupport/QtPluginWidgetAdapter.h: Removed.
1035 * qt/WebCoreSupport/QtPrintContext.cpp: Removed.
1036 * qt/WebCoreSupport/QtPrintContext.h: Removed.
1037 * qt/WebCoreSupport/SearchPopupMenuQt.cpp: Removed.
1038 * qt/WebCoreSupport/SearchPopupMenuQt.h: Removed.
1039 * qt/WebCoreSupport/TextCheckerClientQt.cpp: Removed.
1040 * qt/WebCoreSupport/TextCheckerClientQt.h: Removed.
1041 * qt/WebCoreSupport/TextureMapperLayerClientQt.cpp: Removed.
1042 * qt/WebCoreSupport/TextureMapperLayerClientQt.h: Removed.
1043 * qt/WebCoreSupport/UndoStepQt.cpp: Removed.
1044 * qt/WebCoreSupport/UndoStepQt.h: Removed.
1045 * qt/WebCoreSupport/WebEventConversion.cpp: Removed.
1046 * qt/WebCoreSupport/WebEventConversion.h: Removed.
1047 * qt/WidgetApi/qgraphicswebview.cpp: Removed.
1048 * qt/WidgetApi/qgraphicswebview.h: Removed.
1049 * qt/WidgetApi/qwebframe.cpp: Removed.
1050 * qt/WidgetApi/qwebframe.h: Removed.
1051 * qt/WidgetApi/qwebframe_p.h: Removed.
1052 * qt/WidgetApi/qwebinspector.cpp: Removed.
1053 * qt/WidgetApi/qwebinspector.h: Removed.
1054 * qt/WidgetApi/qwebinspector_p.h: Removed.
1055 * qt/WidgetApi/qwebpage.cpp: Removed.
1056 * qt/WidgetApi/qwebpage.h: Removed.
1057 * qt/WidgetApi/qwebpage_p.h: Removed.
1058 * qt/WidgetApi/qwebview.cpp: Removed.
1059 * qt/WidgetApi/qwebview.h: Removed.
1060 * qt/WidgetApi/qwebviewaccessible.cpp: Removed.
1061 * qt/WidgetApi/qwebviewaccessible_p.h: Removed.
1062 * qt/WidgetSupport/DefaultFullScreenVideoHandler.cpp: Removed.
1063 * qt/WidgetSupport/DefaultFullScreenVideoHandler.h: Removed.
1064 * qt/WidgetSupport/FullScreenVideoWidget.cpp: Removed.
1065 * qt/WidgetSupport/FullScreenVideoWidget.h: Removed.
1066 * qt/WidgetSupport/InitWebKitQt.cpp: Removed.
1067 * qt/WidgetSupport/InitWebKitQt.h: Removed.
1068 * qt/WidgetSupport/InspectorClientWebPage.cpp: Removed.
1069 * qt/WidgetSupport/InspectorClientWebPage.h: Removed.
1070 * qt/WidgetSupport/PageClientQt.cpp: Removed.
1071 * qt/WidgetSupport/PageClientQt.h: Removed.
1072 * qt/WidgetSupport/QGraphicsWidgetPluginImpl.cpp: Removed.
1073 * qt/WidgetSupport/QGraphicsWidgetPluginImpl.h: Removed.
1074 * qt/WidgetSupport/QStyleFacadeImp.cpp: Removed.
1075 * qt/WidgetSupport/QStyleFacadeImp.h: Removed.
1076 * qt/WidgetSupport/QWebUndoCommand.cpp: Removed.
1077 * qt/WidgetSupport/QWebUndoCommand.h: Removed.
1078 * qt/WidgetSupport/QWidgetPluginImpl.cpp: Removed.
1079 * qt/WidgetSupport/QWidgetPluginImpl.h: Removed.
1080 * qt/WidgetSupport/QtFallbackWebPopup.cpp: Removed.
1081 * qt/WidgetSupport/QtFallbackWebPopup.h: Removed.
1082 * qt/WidgetSupport/QtWebComboBox.cpp: Removed.
1083 * qt/WidgetSupport/QtWebComboBox.h: Removed.
1084 * qt/declarative/declarative.pro: Removed.
1085 * qt/declarative/experimental/experimental.pri: Removed.
1086 * qt/declarative/experimental/plugin.cpp: Removed.
1087 * qt/declarative/experimental/plugin.json: Removed.
1088 * qt/declarative/experimental/qmldir: Removed.
1089 * qt/declarative/plugin.cpp: Removed.
1090 * qt/declarative/plugin.json: Removed.
1091 * qt/declarative/plugins.qmltypes: Removed.
1092 * qt/declarative/public.pri: Removed.
1093 * qt/declarative/qmldir: Removed.
1094 * qt/docs/qtwebkit-bridge.qdoc: Removed.
1095 * qt/docs/qtwebkit-goes-mobile.qdoc: Removed.
1096 * qt/docs/qtwebkit.qdoc: Removed.
1097 * qt/docs/qwebview-diagram.png: Removed.
1098 * qt/docs/webkitsnippets/qtwebkit_bridge_snippets.cpp: Removed.
1099 * qt/docs/webkitsnippets/qtwebkit_build_snippet.qdoc: Removed.
1100 * qt/docs/webkitsnippets/qtwebkit_goes_mobile_snippets.cpp: Removed.
1101 * qt/docs/webkitsnippets/qtwebkit_qwebinspector_snippet.cpp: Removed.
1102 * qt/docs/webkitsnippets/qtwebkit_qwebview_snippet.cpp: Removed.
1103 * qt/docs/webkitsnippets/simple/main.cpp: Removed.
1104 * qt/docs/webkitsnippets/simple/simple.pro: Removed.
1105 * qt/docs/webkitsnippets/webelement/main.cpp: Removed.
1106 * qt/docs/webkitsnippets/webelement/webelement.pro: Removed.
1107 * qt/docs/webkitsnippets/webpage/main.cpp: Removed.
1108 * qt/docs/webkitsnippets/webpage/webpage.pro: Removed.
1109 * qt/examples/examples.pro: Removed.
1110 * qt/examples/platformplugin/README: Removed.
1111 * qt/examples/platformplugin/WebNotificationPresenter.cpp: Removed.
1112 * qt/examples/platformplugin/WebNotificationPresenter.h: Removed.
1113 * qt/examples/platformplugin/WebPlugin.cpp: Removed.
1114 * qt/examples/platformplugin/WebPlugin.h: Removed.
1115 * qt/examples/platformplugin/platformplugin.pro: Removed.
1116 * qt/examples/platformplugin/qwebkitplatformplugin.h: Removed.
1117 * qt/tests/MIMESniffing/MIMESniffing.pro: Removed.
1118 * qt/tests/MIMESniffing/TestData.h: Removed.
1119 * qt/tests/MIMESniffing/resources.qrc: Removed.
1120 * qt/tests/MIMESniffing/resources/application_atom+xml: Removed.
1121 * qt/tests/MIMESniffing/resources/application_ogg: Removed.
1122 * qt/tests/MIMESniffing/resources/application_pdf: Removed.
1123 * qt/tests/MIMESniffing/resources/application_postscript: Removed.
1124 * qt/tests/MIMESniffing/resources/application_rdf+xml: Removed.
1125 * qt/tests/MIMESniffing/resources/application_rss+xml: Removed.
1126 * qt/tests/MIMESniffing/resources/application_x-gzip: Removed.
1127 * qt/tests/MIMESniffing/resources/application_x-rar-compressed: Removed.
1128 * qt/tests/MIMESniffing/resources/application_zip: Removed.
1129 * qt/tests/MIMESniffing/resources/audio_x-wave: Removed.
1130 * qt/tests/MIMESniffing/resources/image_bmp: Removed.
1131 * qt/tests/MIMESniffing/resources/image_gif: Removed.
1132 * qt/tests/MIMESniffing/resources/image_jpeg: Removed.
1133 * qt/tests/MIMESniffing/resources/image_png: Removed.
1134 * qt/tests/MIMESniffing/resources/image_vnd.microsoft.icon: Removed.
1135 * qt/tests/MIMESniffing/resources/image_webp: Removed.
1136 * qt/tests/MIMESniffing/resources/text_html: Removed.
1137 * qt/tests/MIMESniffing/resources/text_xml: Removed.
1138 * qt/tests/MIMESniffing/resources/video_webm: Removed.
1139 * qt/tests/MIMESniffing/tst_MIMESniffing.cpp: Removed.
1140 * qt/tests/benchmarks/loading/loading.pro: Removed.
1141 * qt/tests/benchmarks/loading/tst_loading.cpp: Removed.
1142 * qt/tests/benchmarks/painting/painting.pro: Removed.
1143 * qt/tests/benchmarks/painting/tst_painting.cpp: Removed.
1144 * qt/tests/benchmarks/webgl/10000_triangles.html: Removed.
1145 * qt/tests/benchmarks/webgl/tst_webgl.cpp: Removed.
1146 * qt/tests/benchmarks/webgl/tst_webgl.qrc: Removed.
1147 * qt/tests/benchmarks/webgl/webgl.pro: Removed.
1148 * qt/tests/cmake/CMakeLists.txt: Removed.
1149 * qt/tests/cmake/cmake.pro: Removed.
1150 * qt/tests/hybridPixmap/hybridPixmap.pro: Removed.
1151 * qt/tests/hybridPixmap/resources.qrc: Removed.
1152 * qt/tests/hybridPixmap/test.html: Removed.
1153 * qt/tests/hybridPixmap/tst_hybridPixmap.cpp: Removed.
1154 * qt/tests/hybridPixmap/widget.cpp: Removed.
1155 * qt/tests/hybridPixmap/widget.h: Removed.
1156 * qt/tests/hybridPixmap/widget.ui: Removed.
1157 * qt/tests/qgraphicswebview/qgraphicswebview.pro: Removed.
1158 * qt/tests/qgraphicswebview/resources/greendiv.html: Removed.
1159 * qt/tests/qgraphicswebview/resources/input_types.html: Removed.
1160 * qt/tests/qgraphicswebview/resources/pointing_right.html: Removed.
1161 * qt/tests/qgraphicswebview/resources/pointing_up.html: Removed.
1162 * qt/tests/qgraphicswebview/resources/scrolltest_page.html: Removed.
1163 * qt/tests/qgraphicswebview/tst_qgraphicswebview.cpp: Removed.
1164 * qt/tests/qgraphicswebview/tst_qgraphicswebview.qrc: Removed.
1165 * qt/tests/qobjectbridge/qobjectbridge.pro: Removed.
1166 * qt/tests/qobjectbridge/tst_qobjectbridge.cpp: Removed.
1167 * qt/tests/qwebelement/qwebelement.pro: Removed.
1168 * qt/tests/qwebelement/resources/image.png: Removed.
1169 * qt/tests/qwebelement/resources/style.css: Removed.
1170 * qt/tests/qwebelement/resources/style2.css: Removed.
1171 * qt/tests/qwebelement/tst_qwebelement.cpp: Removed.
1172 * qt/tests/qwebelement/tst_qwebelement.qrc: Removed.
1173 * qt/tests/qwebframe/qwebframe.pro: Removed.
1174 * qt/tests/qwebframe/resources/image.png: Removed.
1175 * qt/tests/qwebframe/resources/style.css: Removed.
1176 * qt/tests/qwebframe/resources/test1.html: Removed.
1177 * qt/tests/qwebframe/resources/test2.html: Removed.
1178 * qt/tests/qwebframe/resources/testiframe.html: Removed.
1179 * qt/tests/qwebframe/resources/testiframe2.html: Removed.
1180 * qt/tests/qwebframe/tst_qwebframe.cpp: Removed.
1181 * qt/tests/qwebframe/tst_qwebframe.qrc: Removed.
1182 * qt/tests/qwebhistory/qwebhistory.pro: Removed.
1183 * qt/tests/qwebhistory/resources/page1.html: Removed.
1184 * qt/tests/qwebhistory/resources/page2.html: Removed.
1185 * qt/tests/qwebhistory/resources/page3.html: Removed.
1186 * qt/tests/qwebhistory/resources/page4.html: Removed.
1187 * qt/tests/qwebhistory/resources/page5.html: Removed.
1188 * qt/tests/qwebhistory/resources/page6.html: Removed.
1189 * qt/tests/qwebhistory/tst_qwebhistory.cpp: Removed.
1190 * qt/tests/qwebhistory/tst_qwebhistory.qrc: Removed.
1191 * qt/tests/qwebhistoryinterface/qwebhistoryinterface.pro: Removed.
1192 * qt/tests/qwebhistoryinterface/tst_qwebhistoryinterface.cpp: Removed.
1193 * qt/tests/qwebinspector/qwebinspector.pro: Removed.
1194 * qt/tests/qwebinspector/tst_qwebinspector.cpp: Removed.
1195 * qt/tests/qwebpage/qwebpage.pro: Removed.
1196 * qt/tests/qwebpage/resources/content.html: Removed.
1197 * qt/tests/qwebpage/resources/frame_a.html: Removed.
1198 * qt/tests/qwebpage/resources/frame_c.html: Removed.
1199 * qt/tests/qwebpage/resources/framedindex.html: Removed.
1200 * qt/tests/qwebpage/resources/iframe.html: Removed.
1201 * qt/tests/qwebpage/resources/iframe2.html: Removed.
1202 * qt/tests/qwebpage/resources/iframe3.html: Removed.
1203 * qt/tests/qwebpage/resources/index.html: Removed.
1204 * qt/tests/qwebpage/resources/script.html: Removed.
1205 * qt/tests/qwebpage/resources/user.css: Removed.
1206 * qt/tests/qwebpage/tst_qwebpage.cpp: Removed.
1207 * qt/tests/qwebpage/tst_qwebpage.qrc: Removed.
1208 * qt/tests/qwebplugindatabase/qwebplugindatabase.pro: Removed.
1209 * qt/tests/qwebplugindatabase/tst_qwebplugindatabase.cpp: Removed.
1210 * qt/tests/qwebsecurityorigin/qwebsecurityorigin.pro: Removed.
1211 * qt/tests/qwebsecurityorigin/resources/test.html: Removed.
1212 * qt/tests/qwebsecurityorigin/tst_qwebsecurityorigin.cpp: Removed.
1213 * qt/tests/qwebsecurityorigin/tst_qwebsecurityorigin.qrc: Removed.
1214 * qt/tests/qwebview/.gitignore: Removed.
1215 * qt/tests/qwebview/qwebview.pro: Removed.
1216 * qt/tests/qwebview/resources/frame_a.html: Removed.
1217 * qt/tests/qwebview/resources/index.html: Removed.
1218 * qt/tests/qwebview/resources/input_types.html: Removed.
1219 * qt/tests/qwebview/resources/scrolltest_page.html: Removed.
1220 * qt/tests/qwebview/tst_qwebview.cpp: Removed.
1221 * qt/tests/qwebview/tst_qwebview.qrc: Removed.
1222 * qt/tests/resources/image2.png: Removed.
1223 * qt/tests/resources/test.swf: Removed.
1224 * qt/tests/tests.pri: Removed.
1225 * qt/tests/util.h: Removed.
1227 2013-09-30 Benjamin Poulain <benjamin@webkit.org>
1229 Remove the code guarded by STYLE_SCOPED
1230 https://bugs.webkit.org/show_bug.cgi?id=122123
1232 Reviewed by Anders Carlsson.
1234 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1236 2013-09-30 Alex Christensen <achristensen@webkit.org>
1238 [Windows] Unreviewed build fix for Win64.
1240 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1241 Added correct 64-bit BitmapImage::create symbol.
1243 2013-09-30 Brent Fulgham <bfulgham@apple.com>
1245 [Win] Compile errors in WebKit (via peavo@outlook.com).
1246 https://bugs.webkit.org/show_bug.cgi?id=122106
1248 Reviewed by Darin Adler.
1250 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add link
1251 declarations missed in r156655.
1253 2013-09-28 Mark Rowe <mrowe@apple.com>
1255 Take Xcode's advice and enable some extra warnings.
1257 Reviewed by Sam Weinig.
1259 * WebKit.xcodeproj/project.pbxproj:
1261 2013-09-27 Alex Christensen <achristensen@webkit.org>
1263 [Windows] Unreviewed build fix.
1265 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1266 Fixed linker symbols I broke last time.
1268 2013-09-27 Alex Christensen <alex.christensen@flexsim.com>
1270 [Windows] Unreviewed build fix for Win64.
1272 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1273 Added and fixed 64-bit linker symbols.
1275 2013-09-26 Darin Adler <darin@apple.com>
1278 https://bugs.webkit.org/show_bug.cgi?id=16214
1280 Reviewed by Andreas Kling.
1282 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1283 Let the script to try to rename here.
1285 2013-09-26 Eric Carlson <eric.carlson@apple.com>
1287 [MediaStream] make MediaStream testable
1288 https://bugs.webkit.org/show_bug.cgi?id=121967
1290 Reviewed by Dean Jackson.
1292 * WebKit.xcodeproj/project.pbxproj: Add WebUserMediaClient.
1294 2013-09-26 Brent Fulgham <bfulgham@apple.com>
1296 [Windows] Unreviewed Build fix.
1298 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing
1299 symbol export to support tests.
1301 2013-09-25 Roger Fong <roger_fong@apple.com>
1303 [Windows] Unreviewed Build fix.
1305 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1307 2013-09-25 Alex Christensen <achristensen@webkit.org>
1309 Enabled AssembleBuildLogs on WinCairo port.
1310 https://bugs.webkit.org/show_bug.cgi?id=121923
1312 Reviewed by Brent Fulgham.
1314 * WebKit.vcxproj/WebKit.sln:
1315 Build AssembleBuildLogs in WinCairo port.
1317 2013-09-24 Brent Fulgham <bfulgham@apple.com>
1319 [Windows] Refactor RuntimeEnabledFeatures as a Singleton
1320 https://bugs.webkit.org/show_bug.cgi?id=121883
1322 Reviewed by Jer Noble.
1324 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1325 Expose singleton accessor for DLL clients.
1327 2013-09-25 Brent Fulgham <bfulgham@apple.com>
1329 [Windows] Unreviewed build fix after r156408.
1331 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add new
1332 version of symbol export declaration.
1334 2013-09-25 Brent Fulgham <bfulgham@apple.com>
1336 [Windows] Unreviewed build fix after r156408.
1338 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove
1339 symbol export declaration for WebCore::CSSParserContext::CSSParserContext,
1340 which is no longer provided by the system.
1342 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
1344 [Qt] Fix build with Qt 5.2 QtPosition module
1345 https://bugs.webkit.org/show_bug.cgi?id=121089
1347 Reviewed by Simon Hausmann.
1349 QtLocation -> QtPositioning
1353 2013-09-23 Patrick Gansterer <paroga@webkit.org>
1355 Cleanup CMake files in WebKit
1356 https://bugs.webkit.org/show_bug.cgi?id=121763
1358 Reviewed by Gyuyoung Kim.
1360 Sort files and unify style.
1362 * PlatformBlackBerry.cmake:
1363 * PlatformEfl.cmake:
1364 * PlatformWinCE.cmake:
1366 2013-09-20 Brent Fulgham <bfulgham@apple.com>
1368 [Windows] Unreviewed build fix after r156216.
1370 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: I
1371 accidentally exposed the symbol of the calling function, not
1374 2013-09-20 Brent Fulgham <bfulgham@apple.com>
1376 [Windows] Unreviewed build fix after r156215.
1378 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Expose
1379 missing symbols needed by DRT.
1381 2013-09-20 Patrick Gansterer <paroga@webkit.org>
1383 [CMake] Use COMPILE_DEFINITIONS target property for setting BUILDING_* defines
1384 https://bugs.webkit.org/show_bug.cgi?id=121672
1386 Reviewed by Gyuyoung Kim.
1388 Since the scope of add_definitions() is always a whole file, we need to use
1389 target properties instead to set definitions only for specific targets.
1393 2013-09-19 Bear Travis <betravis@adobe.com>
1395 CSS_SHAPES not supported on AppleWin port
1396 https://bugs.webkit.org/show_bug.cgi?id=118810
1398 Reviewed by Brent Fulgham.
1400 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add required symbol for enabling CSS Shapes.
1402 2013-09-18 peavo@outlook.com <peavo@outlook.com>
1404 [Win] TestWebKitAPI does not compile.
1405 https://bugs.webkit.org/show_bug.cgi?id=121485
1407 Reviewed by Brent Fulgham.
1409 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export needed symbols.
1411 2013-09-17 Andreas Kling <akling@apple.com>
1413 Some build juice for Windows.
1415 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1417 2013-09-13 Tim Horton <timothy_horton@apple.com>
1419 Unreviewed; part one of build fix for Windows.
1420 Sorry for the noise, I thought I'd fixed it.
1422 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1424 2013-09-12 peavo@outlook.com <peavo@outlook.com>
1426 [Win] TestWebKitAPI fails to link.
1427 https://bugs.webkit.org/show_bug.cgi?id=121223
1429 Reviewed by Brent Fulgham.
1431 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add required symbol.
1433 2013-09-11 Brent Fulgham <bfulgham@apple.com>
1435 [Windows] Avoid converting from IntSize->SIZE->IntSize
1436 https://bugs.webkit.org/show_bug.cgi?id=121180
1438 Reviewed by Anders Carlsson.
1440 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1441 Remove unused symbol export.
1443 2013-09-08 Antti Koivisto <antti@apple.com>
1449 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1451 2013-08-30 Brent Fulgham <bfulgham@apple.com>
1453 [Windows] Unreviewed build correction.
1454 Update project dependencies so that build logs on machines will include output from the
1455 WebInspectorUI project.
1457 * WebKit.vcxproj/WebKit.sln:
1459 2013-08-30 Brent Fulgham <bfulgham@apple.com>
1461 [Windows] Unreviewed build fix after r154917
1463 * WebKit.vcxproj/WebKit.sln: Establish build dependency from WebInspectorUI against
1464 WebKit. Remove reverse dependency.
1466 2013-08-29 Brent Fulgham <bfulgham@apple.com>
1468 [Windows] Unreviewed build fix after r154809
1470 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove two no-longer-existing
1473 2013-08-28 Brent Fulgham <bfulgham@webkit.org>
1475 [WinCairo] Unreviewed build fix.
1477 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add
1478 missing Cairo symbols; don't export CG symbols for Cairo build.
1480 2013-08-26 Roger Fong <roger_fong@apple.com>
1482 AppleWin build fix following r154627.
1484 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
1485 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
1487 2013-08-21 Roger Fong <roger_fong@apple.com>
1489 <https://bugs.webkit.org/show_bug.cgi?id=119829> IAccessibleText and IAccessibleEditableText implementation for AppleWindows port.
1491 Reviewed by Chris Fleizach.
1493 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
1494 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters:
1495 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
1496 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
1497 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
1498 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
1500 2013-08-26 Brent Fulgham <bfulgham@apple.com>
1502 [Windows] Build fix after r154541.
1504 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove reference
1505 to deleted Element::pseudoElement(PseudoID), and add exports for new
1506 beforePseudoElement() and afterPseudoElement().
1508 2013-08-23 Alex Christensen <achristensen@apple.com>
1510 Re-separating Win32 and Win64 builds.
1511 https://bugs.webkit.org/show_bug.cgi?id=120178
1513 Reviewed by Brent Fulgham.
1515 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
1516 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
1517 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
1518 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
1519 Use PlatformArchitecture to determine correct object directory (obj32 or obj64).
1521 2013-08-21 Commit Queue <commit-queue@webkit.org>
1523 Unreviewed, rolling out r154416.
1524 http://trac.webkit.org/changeset/154416
1525 https://bugs.webkit.org/show_bug.cgi?id=120147
1527 Broke Windows builds (Requested by rniwa on #webkit).
1529 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
1530 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
1531 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
1532 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
1534 2013-08-21 Alex Christensen <achristensen@apple.com>
1536 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
1538 Reviewed by Brent Fulgham.
1540 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
1541 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
1542 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
1543 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
1544 Use PlatformArchitecture to determine correct object directory (obj32 or obj64).
1546 2013-08-20 Brent Fulgham <bfulgham@apple.com>
1548 <https://webkit.org/b/120098> [Windows] Enable the new Web Inspector
1550 Reviewed by Brian Weinstein.
1552 * WebKit.vcxproj/WebKit.sln: Add reference to the new WebInspectorUI
1553 project so that it will be included in new distributions.
1555 2013-08-20 Alex Christensen <achristensen@apple.com>
1557 [Windows] Unreviewed build fix for Win64 after r154118.
1559 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1561 2013-08-20 Alex Christensen <achristensen@apple.com>
1563 <https://webkit.org/b/120076> More work towards a Win64 build
1565 Reviewed by Brent Fulgham.
1567 * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
1568 Use PlatformArchitecture macro instead of bin32, lib32, and obj32.
1570 2013-08-20 Alex Christensen <achristensen@apple.com>
1572 Use PlatformArchitecture to distinguish between 32-bit and 64-bit builds on Windows.
1573 https://bugs.webkit.org/show_bug.cgi?id=119512
1575 Reviewed by Brent Fulgham.
1577 * WebKit.vcxproj/Interfaces/InterfacesCommon.props:
1578 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
1579 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
1580 * WebKit.vcxproj/WebKit/WebKitCommon.props:
1581 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
1582 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj.filters:
1583 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
1584 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
1585 * WebKit.vcxproj/WebKitGUID/WebKitGUIDCommon.props:
1586 Replaced obj32, bin32, and lib32 with macros for 64-bit build.
1588 2013-08-17 Andreas Kling <akling@apple.com>
1590 [Windows] Unreviewed build fix.
1592 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1594 Don't export Frame::settings() as it's an inline method now.
1596 2013-08-15 Brent Fulgham <bfulgham@apple.com>
1598 [Windows] Unreviewed build fix after r154127.
1600 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove two symbols that are
1601 now part of JavaScriptCore.
1603 2013-08-15 Brent Fulgham <bfulgham@apple.com>
1605 [Windows] Build correctsion after r154106
1607 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing symbol export.
1609 2013-08-15 Brent Fulgham <bfulgham@apple.com>
1611 [Windows] Correct build after r154088
1613 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove unused
1614 (and now renamed) export symbols.
1616 2013-08-14 Alex Christensen <achristensen@apple.com>
1618 Unreviewed build fix for Win64 after r153943.
1620 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1621 Added 64-bit linker symbol for frameOrientationAtIndex.
1623 2013-08-12 peavo@outlook.com <peavo@outlook.com>
1625 [Win] TestWebKitAPI fails to link.
1626 https://bugs.webkit.org/show_bug.cgi?id=119619
1628 Reviewed by Brent Fulgham.
1630 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export needed symbol.
1632 2013-08-07 Ryuan Choi <ryuan.choi@samsung.com>
1634 Unreviewed build fix on Efl port after r153785.
1636 * CMakeLists.txt: Added "${WEBCORE_DIR}/style" in include list.
1638 2013-08-06 Alex Christensen <achristensen@apple.com>
1640 Enabled WebGL on WinCairo port.
1641 https://bugs.webkit.org/show_bug.cgi?id=119502
1643 Reviewed by Benjamin Poulain.
1645 * WebKit.vcxproj/WebKit.sln: Build ANGLE libraries.
1646 * WebKit.vcxproj/WebKit/WebKitCFLite.props: Link to ANGLE libraries.
1648 2013-08-05 Mark Lam <mark.lam@apple.com>
1650 Gardening: fix build after r153728.
1654 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1656 2013-07-29 Alex Christensen <achristensen@apple.com>
1658 Separated translator into preprocessor, translator_common,
1659 translator_hlsl (for libGLESv2), and translator_glsl (for ANGLEWebKitBridge).
1660 These projects are still not built by default.
1661 https://bugs.webkit.org/show_bug.cgi?id=119221
1663 Reviewed by Brent Fulgham.
1665 * WebKit.vcxproj/WebKit.sln:
1666 Added separate ANGLE translator projects.
1668 2013-07-25 Roger Fong <roger_fong@apple.com>
1670 Unreviewed build fix, AppleWin port.
1672 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1674 2013-07-25 Alex Christensen <achristensen@apple.com>
1676 Made Windows build system for ANGLE.
1677 https://bugs.webkit.org/show_bug.cgi?id=119103
1679 Reviewed by Brent Fulgham.
1681 * WebKit.vcxproj/WebKit.sln:
1682 Added ANGLEGenerated, libEGL, libGLESv2, and translator projects.
1683 These projects are currently not built.
1685 2013-07-23 Tim Horton <timothy_horton@apple.com>
1687 Unreviewed build fix after r153054.
1689 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1691 2013-07-22 Alex Christensen <achristensen@apple.com>
1693 Fixed WinCairo build configurations.
1694 https://bugs.webkit.org/show_bug.cgi?id=118932
1696 Reviewed by Brent Fulgham.
1698 * WebKit.vcxproj/WebKit.sln:
1699 Made WinCairo not build AssembleBuildLogs (wasn't working, not necessary).
1700 Made Debug_WinCairo build with Debug_WinCairo configuration.
1701 Made 64-bit WinCairo not build QTMovieWin.
1703 2013-07-19 Alex Christensen <achristensen@apple.com>
1705 Unreviewed build fix on Windows after r152930.
1707 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Added missing close paren.
1709 2013-07-19 Alex Christensen <achristensen@apple.com>
1711 Added 64-bit symbols to WebKitExports.def.in for 64-bit Windows builds
1712 and a macro to only use them for 64-bit builds.
1713 https://bugs.webkit.org/show_bug.cgi?id=118887
1715 Reviewed by Brent Fulgham.
1717 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Added 64-bit symbols.
1718 * WebKit.vcxproj/WebKitExportGenerator/make-export-file-generator:
1719 Added support for new symbolWithPointer macro.
1721 2013-07-19 Alex Christensen <achristensen@apple.com>
1723 Added x64 configuration to Visual Studio build.
1724 https://bugs.webkit.org/show_bug.cgi?id=118888
1726 Reviewed by Brent Fulgham.
1728 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
1729 * WebKit.vcxproj/WebKit.sln:
1730 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
1731 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
1732 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj.filters:
1733 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
1734 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
1736 2013-07-16 Balazs Kelemen <kbalazs@webkit.org>
1738 [CMake] Undefined references should be detected at build time
1739 https://bugs.webkit.org/show_bug.cgi?id=110236
1741 Reviewed by Christophe Dumez.
1743 Add library dependencies that were not defined explicitly before.
1746 * PlatformEfl.cmake:
1748 2013-07-11 Timothy Hatcher <timothy@apple.com>
1750 Revert r152267 and soft link WebInspectorUI.framework again.
1752 https://bugs.webkit.org/show_bug.cgi?id=118544
1754 Reviewed by David Kilzer.
1756 * WebKit.xcodeproj/project.pbxproj:
1758 2013-07-01 Timothy Hatcher <timothy@apple.com>
1760 Link to WebInspectorUI.framework at build time instead of soft linking.
1762 https://bugs.webkit.org/show_bug.cgi?id=118261
1764 Reviewed by Joseph Pecoraro.
1766 * WebKit.xcodeproj/project.pbxproj:
1768 2013-07-01 Brent Fulgham <bfulgham@apple.com>
1770 [Windows] Unreviewed build correction.
1772 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Need to export tag for textarea element.
1774 2013-06-26 Roger Fong <roger_fong@apple.com>
1776 Add an accessibility delegate interface to AppleWin port.
1777 https://bugs.webkit.org/show_bug.cgi?id=118094.
1779 Reviewed by Brent Fulgham.
1781 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
1782 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters:
1784 2013-06-24 Alex Christensen <achristensen@apple.com>
1786 Windows build links to opengl32.lib to allow WebGL compiling.
1787 https://bugs.webkit.org/show_bug.cgi?id=117949
1789 Reviewed by Brent Fulgham.
1791 * WebKit.vcxproj/WebKit/WebKitCommon.props: Added link to opengl32.lib.
1793 2013-06-17 Darin Adler <darin@apple.com>
1795 Sort all the Xcode project files
1796 https://bugs.webkit.org/show_bug.cgi?id=117696
1798 Reviewed by Anders Carlsson.
1800 * WebKit.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
1802 2013-06-21 Roger Fong <roger_fong@apple.com>
1804 Unreviewed. Fix a missing parenthesis in include directory path.
1806 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
1808 2013-06-20 Roger Fong <roger_fong@apple.com>
1810 Make Windows makefile copy build output to a different folder.
1811 <rdar://problem/14219184>.
1813 * WebKit.vcxproj/WebKit.make:
1815 2013-06-18 Roger Fong <roger_fong@apple.com>
1817 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
1818 <rdar://problem/14118143>.
1820 Rubberstamped by Brent Fulgham.
1822 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
1823 * WebKit.vcxproj/Interfaces/InterfacesDebug.props:
1824 * WebKit.vcxproj/Interfaces/InterfacesDebugWinCairo.props:
1825 * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
1826 * WebKit.vcxproj/Interfaces/InterfacesProduction.props:
1827 * WebKit.vcxproj/Interfaces/InterfacesRelease.props:
1828 * WebKit.vcxproj/Interfaces/InterfacesReleaseWinCairo.props:
1829 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
1830 * WebKit.vcxproj/WebKit/WebKitDebug.props:
1831 * WebKit.vcxproj/WebKit/WebKitDebugWinCairo.props:
1832 * WebKit.vcxproj/WebKit/WebKitPreBuild.cmd:
1833 * WebKit.vcxproj/WebKit/WebKitProduction.props:
1834 * WebKit.vcxproj/WebKit/WebKitRelease.props:
1835 * WebKit.vcxproj/WebKit/WebKitReleaseWinCairo.props:
1836 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
1837 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebug.props:
1838 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebugWinCairo.props:
1839 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorProduction.props:
1840 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorRelease.props:
1841 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorReleaseWinCairo.props:
1842 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
1843 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebug.props:
1844 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebugWinCairo.props:
1845 * WebKit.vcxproj/WebKitGUID/WebKitGUIDProduction.props:
1846 * WebKit.vcxproj/WebKitGUID/WebKitGUIDRelease.props:
1847 * WebKit.vcxproj/WebKitGUID/WebKitGUIDReleaseWinCairo.props:
1849 2013-06-17 Roger Fong <roger_fong@apple.com>
1851 Modify Windows makefiles to copy some bin output into Program Files.
1852 https://bugs.webkit.org/show_bug.cgi?id=117714.
1853 <rdar://problem/14179054>
1855 Reviewed by Brent Fulgham.
1857 * WebKit.vcxproj/WebKit.make:
1859 2013-06-17 Michael Brüning <michael.bruning@digia.com>
1861 [Qt] Remove Qt specific QTKIT flagged code.
1862 https://bugs.webkit.org/show_bug.cgi?id=117635
1864 Reviewed by Simon Hausmann.
1866 Due to disabling QTKIT for Qt in r151546, the
1867 code the flags that are not taken into account
1868 anymore and the code that has been rendered
1869 unreachable by this are removed.
1873 2013-06-14 Alberto Garcia <agarcia@igalia.com>
1875 [BlackBerry] Remove implementation of ContextMenu classes
1876 https://bugs.webkit.org/show_bug.cgi?id=114860
1878 Reviewed by Rob Buis.
1880 This code is not being used so we can safely remove it.
1882 * PlatformBlackBerry.cmake:
1884 2013-06-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1886 Unreviewed build fix after rr151563.
1888 Export needed symbols for Windows.
1890 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1892 2013-06-13 Brent Fulgham <bfulgham@apple.com>
1894 [Windows] Revise WebKit project to show generated export definition file.
1895 https://bugs.webkit.org/show_bug.cgi?id=109629
1897 Reviewed by Mark Rowe.
1899 * WebKit.vcxproj/WebKit/WebKit.vcxproj: Add generated file.
1900 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters: Ditto
1902 2013-06-13 Brent Fulgham <bfulgham@webkit.org>
1904 [WinCairo] Unreviewed build correction.
1906 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add
1907 missing symbols needed by TestWebKitAPI on WinCairo build.
1909 2013-06-12 Brent Fulgham <bfulgham@apple.com>
1911 [Windows] Implement Accessibility2 APIs in Windows.
1912 https://bugs.webkit.org/show_bug.cgi?id=117561
1914 Reviewed by Anders Carlsson.
1916 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj: Add new IAccessible2 IDL files.
1917 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters: Ditto.
1918 * WebKit.vcxproj/Interfaces/InterfacesCommon.props: Reference new Accessible2 folder.
1919 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj: Build IAccessible2 symbols.
1920 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters: Ditto.
1922 2013-06-10 Bear Travis <betravis@adobe.com>
1924 [CSS Shapes][CSS Exclusions] Split CSS Exclusions and CSS Shapes code
1925 https://bugs.webkit.org/show_bug.cgi?id=117162
1927 Reviewed by Alexandru Chiculita.
1929 Adding the WebCore/rendering/shapes directory to the include list.
1933 2013-06-06 Roger Fong <roger_fong@apple.com>
1935 Unreviewed. Build configuration fix. WebKitExportGenerator's include path should fall back to
1936 $(WebKit_Libraries)\include\WebCore if $(ConfigurationBuildDir)\include\WebCore doesn't exist.
1938 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
1940 2013-06-05 Zan Dobersek <zdobersek@igalia.com>
1942 Unreviewed. Attempting a build fix for the AppleWin port after r151199.
1944 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export the required symbol.
1946 2013-06-03 Roger Fong <roger_fong@apple.com>
1948 Unreviewed. Some AppleWin VS2010 house cleaning.
1950 * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
1951 * WebKit.vcxproj/WebKit/WebKitPreBuild.cmd:
1953 2013-05-31 Roger Fong <roger_fong@apple.com>
1955 Unreviewed. Add AssembleBuildLogs project to WebKit solution in preparation for moving buildbots to VCExpress 2010.
1957 * WebKit.vcxproj/WebKit.sln:
1959 2013-05-30 Roger Fong <roger_fong@apple.com>
1961 Get rid of JavaScript exports file on AppleWin port.
1962 https://bugs.webkit.org/show_bug.cgi?id=117050.
1964 Reviewed by Darin Adler.
1966 Start linking in WTF.lib now that it's a shared library.
1968 * WebKit.vcxproj/WebKit.sln:
1969 * WebKit.vcxproj/WebKit/WebKitCommon.props:
1971 2013-05-28 Brent Fulgham <bfulgham@apple.com>
1973 [Windows] Many css2.1 tests fail on Apple's Windows port.
1974 https://bugs.webkit.org/show_bug.cgi?id=75707
1976 Reviewed by Darin Adler.
1978 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1979 Export the WebCore::directoryName method for use by DRT.
1981 2013-05-27 Patrick Gansterer <paroga@webkit.org>
1983 Use ICU_INCLUDE_DIRS in BlackBerry CMake files
1984 https://bugs.webkit.org/show_bug.cgi?id=116210
1986 Reviewed by Rob Buis.
1988 Set and use the ICU_INCLUDE_DIRS variable to avoid
1989 duplicated adding of the ICU include directory.
1991 * PlatformBlackBerry.cmake:
1993 2013-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1995 [BlackBerry] Move PagePopup implementation to WebKitSupport
1996 https://bugs.webkit.org/show_bug.cgi?id=116824
1998 Reviewed by Rob Buis.
2000 * PlatformBlackBerry.cmake: Update new file paths and names.
2002 2013-05-24 Brent Fulgham <bfulgham@apple.com>
2004 [Windows] Expose database storage and cache locations via preferences.
2005 https://bugs.webkit.org/show_bug.cgi?id=116729
2007 Reviewed by Tim Horton.
2009 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export
2010 three symbols needed to implement the feature.
2012 2013-05-24 Anders Carlsson <andersca@apple.com>
2014 Move history property list writer to WebKit
2015 https://bugs.webkit.org/show_bug.cgi?id=116746
2017 Reviewed by Tim Horton.
2019 Add files to the Xcode project.
2021 * WebKit.xcodeproj/project.pbxproj:
2023 2013-05-21 Carlos Garcia Campos <cgarcia@igalia.com>
2025 [BlackBerry] Make PagePopup implementation independent from WebCore
2026 https://bugs.webkit.org/show_bug.cgi?id=116448
2028 Reviewed by Anders Carlsson.
2030 * PlatformBlackBerry.cmake: Add
2031 blackberry/WebCoreSupport/PagePopupBlackBerryClient.cpp to
2034 2013-05-18 Patrick Gansterer <paroga@webkit.org>
2036 [CMake] Replace *_LIBRARY_NAME with *_OUTPUT_NAME
2037 https://bugs.webkit.org/show_bug.cgi?id=114554
2039 Reviewed by Gyuyoung Kim.
2041 Using variables as target names is very uncommon in CMake.
2042 The usual way to specify the name of the resulting binary
2043 is to set the OUTPUT_NAME target property.
2046 * PlatformBlackBerry.cmake:
2047 * PlatformEfl.cmake:
2049 2013-05-15 Ryosuke Niwa <rniwa@webkit.org>
2051 Revert the previous commit.
2053 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2055 2013-05-15 Ryosuke Niwa <rniwa@webkit.org>
2057 Windows build fix attempt after r150160.
2059 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2061 2013-05-15 Ryosuke Niwa <rniwa@webkit.org>
2063 Windows build fix attempt after r150156.
2065 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2067 2013-05-14 Carlos Garcia Campos <cgarcia@igalia.com>
2069 [BlackBerry] Implement platform strategies
2070 https://bugs.webkit.org/show_bug.cgi?id=112162
2072 Reviewed by Rob Buis.
2074 * PlatformBlackBerry.cmake: Add new files to compilation.
2076 2013-05-06 Roger Fong <roger_fong@apple.com>
2078 Unreviewed. AppleWin VS2010 build fix.
2080 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2082 2013-05-04 Dean Jackson <dino@apple.com>
2084 Animations and Transitions should not start when globally suspended
2085 https://bugs.webkit.org/show_bug.cgi?id=114915
2087 Reviewed by Sam Weinig.
2089 Export AnimationController::isSuspended
2091 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2093 2013-05-04 Sam Weinig <sam@webkit.org>
2095 Move PopupMenuMac and SearchPopupMenuMac to Source/WebKit/mac
2096 matching where they are in WebKit2.
2098 Reviewed by Anders Carlsson.
2100 * WebKit.xcodeproj/project.pbxproj:
2102 2013-05-02 Roger Fong <roger_fong@apple.com>
2104 Following r149463, set Path for WebKit makefile as well.
2106 * WebKit.vcxproj/WebKit.make:
2108 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
2110 Show a block cursor in overtype mode
2111 https://bugs.webkit.org/show_bug.cgi?id=114819
2113 Reviewed by Ryosuke Niwa.
2115 Export three more WebCore symbols.
2117 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2119 2013-04-29 Brent Fulgham <bfulgham@webkit.org>
2121 [Windows, WinCairo] Remove pthread paths for WebKit build.
2122 https://bugs.webkit.org/show_bug.cgi?id=115390
2124 Reviewed by Tim Horton.
2126 Update Visual Studio property sheets to remove include paths and
2127 link references for the pthreadsVC2.dll, which is no longer used.
2129 * WebKit.vcxproj/WebKit/WebKitCommon.props:
2130 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
2132 2013-04-28 Ryosuke Niwa <rniwa@webkit.org>
2136 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2138 2013-04-25 Ryosuke Niwa <rniwa@webkit.org>
2140 StaticHashSetNodeList is unnecessary
2141 https://bugs.webkit.org/show_bug.cgi?id=115219
2143 Reviewed by Antonio Gomes.
2145 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2147 2013-04-26 Roger Fong <roger_fong@apple.com>
2149 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
2150 Make the DebugSuffix configuration use _debug dependencies.
2152 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
2153 * WebKit.vcxproj/Interfaces/InterfacesCommon.props:
2154 * WebKit.vcxproj/Interfaces/InterfacesDebug.props:
2155 * WebKit.vcxproj/Interfaces/InterfacesDebugWinCairo.props:
2156 * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
2157 * WebKit.vcxproj/Interfaces/InterfacesProduction.props:
2158 * WebKit.vcxproj/Interfaces/InterfacesRelease.props:
2159 * WebKit.vcxproj/Interfaces/InterfacesReleaseWinCairo.props:
2160 * WebKit.vcxproj/WebKit.make:
2161 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
2162 * WebKit.vcxproj/WebKit/WebKitApple.props:
2163 * WebKit.vcxproj/WebKit/WebKitCommon.props:
2164 * WebKit.vcxproj/WebKit/WebKitDebug.props:
2165 * WebKit.vcxproj/WebKit/WebKitDebugWinCairo.props:
2166 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
2167 * WebKit.vcxproj/WebKit/WebKitPreBuild.cmd:
2168 * WebKit.vcxproj/WebKit/WebKitProduction.props:
2169 * WebKit.vcxproj/WebKit/WebKitRelease.props:
2170 * WebKit.vcxproj/WebKit/WebKitReleaseWinCairo.props:
2171 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
2172 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
2173 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
2174 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebug.props:
2175 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebugWinCairo.props:
2176 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
2177 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
2178 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorProduction.props:
2179 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorRelease.props:
2180 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorReleaseWinCairo.props:
2181 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2182 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
2183 * WebKit.vcxproj/WebKitGUID/WebKitGUIDCommon.props:
2184 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebug.props:
2185 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebugWinCairo.props:
2186 * WebKit.vcxproj/WebKitGUID/WebKitGUIDProduction.props:
2187 * WebKit.vcxproj/WebKitGUID/WebKitGUIDRelease.props:
2188 * WebKit.vcxproj/WebKitGUID/WebKitGUIDReleaseWinCairo.props:
2190 2013-04-25 Andreas Kling <akling@apple.com>
2192 Remove ENABLE(PARSED_STYLE_SHEET_CACHING) and make it always-on.
2194 Rubber-stamped by Anders Koivisto.
2196 * PlatformWinCE.cmake:
2198 2013-04-25 Patrick Gansterer <paroga@webkit.org>
2200 Remove OS(WINCE) from AccessibilityObject.h
2201 https://bugs.webkit.org/show_bug.cgi?id=115192
2203 Reviewed by Andreas Kling.
2205 Use the same files like the the other PLATFORM(WIN) ports use.
2207 * PlatformWinCE.cmake:
2209 2013-04-24 Jessie Berlin <jberlin@apple.com>
2211 Assertion failure (crash in release) attempting to delete database storage in WK1 without
2212 creating a WebView first
2213 https://bugs.webkit.org/show_bug.cgi?id=115065
2215 Reviewed by Brady Eidson.
2217 * WebKit.xcodeproj/project.pbxproj:
2218 Remove WebDatabaseManagerInternal.h.
2220 2013-04-23 Benjamin Poulain <bpoulain@apple.com>
2222 Remove the WebKit layer of wxWebKit
2223 https://bugs.webkit.org/show_bug.cgi?id=115006
2225 Reviewed by Anders Carlsson.
2227 The wxWebKit port is no longer actively maintained by Kevin
2228 on webkit.org. Remove the code until new maintainers resume the work.
2230 * wx/WebBrowserShell.cpp: Removed.
2231 * wx/WebBrowserShell.h: Removed.
2232 * wx/WebDOMSelection.cpp: Removed.
2233 * wx/WebDOMSelection.h: Removed.
2234 * wx/WebEdit.cpp: Removed.
2235 * wx/WebEdit.h: Removed.
2236 * wx/WebFrame.cpp: Removed.
2237 * wx/WebFrame.h: Removed.
2238 * wx/WebFramePrivate.h: Removed.
2239 * wx/WebKitDefines.h: Removed.
2240 * wx/WebKitSupport/ChromeClientWx.cpp: Removed.
2241 * wx/WebKitSupport/ChromeClientWx.h: Removed.
2242 * wx/WebKitSupport/ContextMenuClientWx.cpp: Removed.
2243 * wx/WebKitSupport/ContextMenuClientWx.h: Removed.
2244 * wx/WebKitSupport/DragClientWx.cpp: Removed.
2245 * wx/WebKitSupport/DragClientWx.h: Removed.
2246 * wx/WebKitSupport/EditCommandWx.h: Removed.
2247 * wx/WebKitSupport/EditorClientWx.cpp: Removed.
2248 * wx/WebKitSupport/EditorClientWx.h: Removed.
2249 * wx/WebKitSupport/FrameLoaderClientWx.cpp: Removed.
2250 * wx/WebKitSupport/FrameLoaderClientWx.h: Removed.
2251 * wx/WebKitSupport/FrameNetworkingContextWx.h: Removed.
2252 * wx/WebKitSupport/InspectorClientWx.cpp: Removed.
2253 * wx/WebKitSupport/InspectorClientWx.h: Removed.
2254 * wx/WebSettings.cpp: Removed.
2255 * wx/WebSettings.h: Removed.
2256 * wx/WebView.cpp: Removed.
2257 * wx/WebView.h: Removed.
2258 * wx/WebViewPrivate.h: Removed.
2259 * wx/bindings/python/samples/simple.py: Removed.
2260 * wx/bindings/python/webview.i: Removed.
2261 * wx/bindings/python/wscript: Removed.
2262 * wx/wscript: Removed.
2264 2013-04-22 Jessie Berlin <jberlin@apple.com>
2266 Speculative Windows build fix.
2268 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2270 2013-04-22 Benjamin Poulain <benjamin@webkit.org>
2272 Remove the memory instrumentation code
2273 https://bugs.webkit.org/show_bug.cgi?id=114931
2275 Reviewed by Andreas Kling.
2277 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2279 2013-04-21 Benjamin Poulain <benjamin@webkit.org>
2281 Improve StringImpl code density for older ARM hardware
2282 https://bugs.webkit.org/show_bug.cgi?id=114898
2284 Reviewed by Geoffrey Garen.
2286 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2288 2013-04-19 Roger Fong <roger_fong@apple.com>
2290 Unreviewed. WebKit_Source is incorrectly set.
2292 * WebKit.vcxproj/WebKit.make:
2294 2013-04-19 Jose Lejin PJ <jose.lejin@gmail.com>
2296 [EFL] Add method in ewk_settings for setting the CSS media type
2297 https://bugs.webkit.org/show_bug.cgi?id=113284
2299 Reviewed by Gyuyoung Kim.
2301 test_ewk_setting is added.
2303 * PlatformEfl.cmake:
2305 2013-04-18 Sam Weinig <sam@webkit.org>
2307 Network Process crashing trying to read in IDNScriptWhiteList.txt
2308 https://bugs.webkit.org/show_bug.cgi?id=114827
2310 Reviewed by Anders Carlsson.
2312 Move IDNScriptWhiteList.txt from WebKit to WebCore, so that the NetworkProcess does not have to link against
2313 WebKit. It was a layering violation for WebCore to be trying to access WebKit resources anyway.
2315 * WebKit.xcodeproj/project.pbxproj:
2317 2013-04-14 Roger Fong <roger_fong@apple.com>
2319 Copy make-file-export-generator script to the the Source folders of the projects that use it.
2320 <rdar://problem/13675604>
2322 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
2323 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj.filters:
2324 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
2325 * WebKit.vcxproj/WebKitExportGenerator/make-export-file-generator: Copied from Source/WebCore/make-export-file-generator.
2327 2013-04-16 Brent Fulgham <bfulgham@webkit.org>
2329 [Windows] Unreviewed VS2010 build correction.
2331 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
2332 Add correct link library to avoid mixture of ICU 4.0 and 4.6
2335 2013-04-12 Jer Noble <jer.noble@apple.com>
2337 TimeRanges::nearest() returns incorrect results.
2338 https://bugs.webkit.org/show_bug.cgi?id=114483
2340 Reviewed by Eric Carlson.
2342 Add symbols needed by WebCoreTestSupport to the exports list.
2344 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2346 2013-04-11 Rune Lillesveen <rune@opera.com>
2348 Incorrect evaluation of resolution media queries
2349 https://bugs.webkit.org/show_bug.cgi?id=114029
2351 Reviewed by Kenneth Rohde Christiansen.
2353 Removed setResolutionOverride from exports.
2355 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2357 2013-04-05 Roger Fong <roger_fong@apple.com>
2361 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2363 2013-04-08 Jeff Rogers <jrogers@rim.com>
2365 [BlackBerry] Update BlackBerry JavaScript API
2366 https://bugs.webkit.org/show_bug.cgi?id=114065
2368 Reviewed by Rob Buis.
2371 Remove obsolete files.
2373 * PlatformBlackBerry.cmake:
2375 2013-04-07 Patrick Gansterer <paroga@webkit.org>
2377 Remove references to Skia and V8 from CMake files
2378 https://bugs.webkit.org/show_bug.cgi?id=114130
2380 Reviewed by Geoffrey Garen.
2382 * PlatformBlackBerry.cmake:
2384 2013-04-06 Patrick Gansterer <paroga@webkit.org>
2386 [CMake] Remove general include directories from platform specific files
2388 Move the include directories, which are required by all CMake ports
2389 to the general CMakeLists.txt to fix the build for Windows CE port.
2392 * PlatformBlackBerry.cmake:
2393 * PlatformEfl.cmake:
2395 2013-04-05 Roger Fong <roger_fong@apple.com>
2397 More VS2010 solution makefile fixes.
2398 <rdar://problem/13588964>
2400 * WebKit.vcxproj/WebKit.make:
2402 2013-04-04 Benjamin Poulain <benjamin@webkit.org>
2404 Remove Webkit/chromium
2405 https://bugs.webkit.org/show_bug.cgi?id=113998
2407 Reviewed by Ryosuke Niwa.
2409 O Knights of Ni, you are just and fair, and we will return with a shrubbery.
2411 * chromium: Removed.
2413 2013-04-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
2415 [Cairo] Fix canvas drawing of SVG-based patterns and remove NativeImageCairo
2416 https://bugs.webkit.org/show_bug.cgi?id=113929
2418 Reviewed by Martin Robinson.
2420 Remove outdated symbols now that NativeImageCairo was removed.
2422 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2424 2013-04-03 Roger Fong <roger_fong@apple.com>
2426 Unreviewed VS2010 build fix.
2428 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2430 2013-03-27 Mark Lam <mark.lam@apple.com>
2432 Rolling out r147044.
2433 https://bugs.webkit.org/show_bug.cgi?id=113352.
2437 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2439 2013-03-27 Mark Lam <mark.lam@apple.com>
2441 Greening the Apple Win bot (debug build).
2442 https://bugs.webkit.org/show_bug.cgi?id=113352.
2446 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2448 2013-03-27 Mark Lam <mark.lam@apple.com>
2450 Greening the Apple Win bot.
2451 https://bugs.webkit.org/show_bug.cgi?id=113352.
2455 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2457 2013-03-22 Ryosuke Niwa <rniwa@webkit.org>
2459 The second part of the build fix for r146702. This should do it.
2460 I had to see the mangled name for the new signature.
2462 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2464 2013-03-22 Ryosuke Niwa <rniwa@webkit.org>
2466 Build fix attempt after r146702.
2468 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2470 2013-03-22 Carlos Garcia Campos <cgarcia@igalia.com>
2472 [BlackBerry] Add custom BackForwardList client implementation
2473 https://bugs.webkit.org/show_bug.cgi?id=113024
2475 Reviewed by Rob Buis.
2478 Internally reviewed by Joe Mason.
2480 * PlatformBlackBerry.cmake: Add new files to compilation.
2482 2013-03-21 Roger Fong <roger_fong@apple.com>
2484 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
2486 * WebKit.vcxproj/FeatureDefines.props: Removed.
2487 * WebKit.vcxproj/FeatureDefinesCairo.props: Removed.
2488 * WebKit.vcxproj/WebKit/cURL.props: Removed.
2489 * WebKit.vcxproj/WinCairo.props: Removed.
2490 * WebKit.vcxproj/common.props: Removed.
2491 * WebKit.vcxproj/debug.props: Removed.
2492 * WebKit.vcxproj/debug_wincairo.props: Removed.
2493 * WebKit.vcxproj/debugsuffix.props: Removed.
2494 * WebKit.vcxproj/production.props: Removed.
2495 * WebKit.vcxproj/release.props: Removed.
2497 2013-03-21 Ryosuke Niwa <rniwa@webkit.org>
2499 Windows build fix after r146430.
2501 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2503 2013-03-20 Brent Fulgham <bfulgham@webkit.org>
2505 [WinCairo] Top-level solution change to build under VS2010.
2506 https://bugs.webkit.org/show_bug.cgi?id=112861.
2508 Reviewed by Tim Horton.
2510 * WebKit.vcxproj/WebKit.sln: Add final set of WinCairo build
2512 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2513 Add #if/def guards around some media-specific exports that
2514 are not provided by the WinCairo port.
2516 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
2518 [WinCairo] Build the WebKit.dll under VS2010.
2519 https://bugs.webkit.org/show_bug.cgi?id=112759
2521 Reviewed by Tim Horton.
2523 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj: Update project to
2524 build WinCairo variant using new property sheets.
2525 * WebKit.vcxproj/Interfaces/InterfacesDebugWinCairo.props: Added.
2526 * WebKit.vcxproj/Interfaces/InterfacesReleaseWinCairo.props: Added.
2527 * WebKit.vcxproj/WebKit.sln: Update solution to use WinCairo
2528 build targets for WebKit.dll-related projects.
2529 * WebKit.vcxproj/WebKit/WebKit.vcxproj: Update project to build
2530 WinCairo variant using new property sheets.
2531 * WebKit.vcxproj/WebKit/cURL.props: Added.
2532 * WebKit.vcxproj/WebKit/WebKitDebugWinCairo.props: Added.
2533 * WebKit.vcxproj/WebKit/WebKitReleaseWinCairo.props: Added.
2534 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
2535 Update project to build WinCairo variant using new property sheets.
2536 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebugWinCairo.props: Added.
2537 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorReleaseWinCairo.props: Added.
2538 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj: Update project to
2539 build WinCairo variant using new property sheets.
2540 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebugWinCairo.props: Added.
2541 * WebKit.vcxproj/WebKitGUID/WebKitGUIDReleaseWinCairo.props: Added.
2542 * WebKit.vcxproj/WinCairo.props: Added.
2543 * WebKit.vcxproj/debug_wincairo.props: Added.
2545 2013-03-20 Eric Carlson <eric.carlson@apple.com>
2547 Allow ports specific text track menu
2548 https://bugs.webkit.org/show_bug.cgi?id=112800
2550 Reviewed by Dean Jackson.
2552 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add new exports.
2553 * win/WebKit.vcproj/WebKitExports.def.in: Ditto.
2555 2013-03-20 Roger Fong <roger_fong@apple.com>
2557 AppleWin VS2010 build fix.
2559 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2561 2013-03-18 Brent Fulgham <bfulgham@webkit.org>
2563 [WinCairo] Build WinCairo port under VS2010
2564 https://bugs.webkit.org/show_bug.cgi?id=112604
2566 Reviewed by Tim Horton.
2568 * WebKit.vcxproj/WebKit.sln: Add Debug_WinCairo and Release_WinCairo
2569 build targets. No other changes in this patch.
2570 * WebKit.vcxproj/FeatureDefinesCairo.props: Add parallel property
2571 sheet for WinCairo version of build.
2573 2013-03-18 Roger Fong <roger_fong@apple.com>
2575 AppleWin VS2010 build fix.
2577 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2579 2013-03-14 Simon Hausmann <simon.hausmann@digia.com>
2581 [Qt] Improve the handling of mock geolocation, device orientation and motion clients
2583 Reviewed by Tor Arne Vestbø.
2585 The mock versions of these web facing features should be instantiated when
2586 running in DumpRenderTree only. In order for them to work, no extra Qt modules
2587 such as QtLocation are actually needed.
2589 This patch decouples enabling device orientation/motion and geolocation from
2590 the underlying Qt modules and makes them available in developer builds
2591 (!production_build) and backed by mock backends when running in drt.
2593 So if the Qt 5 modules are available, they'll be used (unless drtRun). For
2594 developers the web facing features are always enabled (although requests will
2595 time out) and the mock backends are enabled inside DRT, allowing for the layout
2596 tests to run with less dependencies.
2598 In addition this also enables the mock device motion client, which was
2599 previously never instantiated.
2604 2013-03-13 Genevieve Mak <gmak@rim.com>
2606 [BlackBerry] Add Proximity Detector.
2607 https://bugs.webkit.org/show_bug.cgi?id=112278
2609 Reviewed by Rob Buis.
2611 Internally Reviewed by Mike Lattanzio.
2614 * PlatformBlackBerry.cmake:
2616 2013-03-08 Roger Fong <roger_fong@apple.com>
2618 Build fix for AppleWin VS2010.
2620 * WebKit.vcxproj/FeatureDefines.props:
2622 2013-03-06 Jer Noble <jer.noble@apple.com>
2624 Unreviewed partial roll-out of r145003. Disable
2625 ENABLE_CURSOR_VISIBILITY on win.
2627 * WebKit.vcxproj/FeatureDefines.props:
2629 2013-03-04 Jer Noble <jer.noble@apple.com>
2631 Default mouse cursor behavior should be auto-hide for full screen video with custom controls
2632 https://bugs.webkit.org/show_bug.cgi?id=107601
2634 Reviewed by Beth Dakin.
2636 Enable the CURSOR_VISIBILITY feature.
2638 * WebKit.vcxproj/FeatureDefines.props:
2640 2013-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2642 [EFL] Build break with latest EFL libraries
2643 https://bugs.webkit.org/show_bug.cgi?id=111028
2645 Reviewed by Dirk Pranke.
2647 * PlatformEfl.cmake: Added ECORE_X_INCLUDE_DIRS.
2649 2013-03-04 Roger Fong <roger_fong@apple.com>
2651 Unreviewed. AppleWin build fix.
2653 * WebKit.vcxproj/FeatureDefines.props:
2654 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2656 2013-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
2658 Unreviewed, rolling out r144567.
2659 http://trac.webkit.org/changeset/144567
2660 https://bugs.webkit.org/show_bug.cgi?id=111266
2662 Does not compile on apple-win (Requested by abarth on
2665 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2667 2013-02-26 Roger Fong <roger_fong@apple.com>
2669 Unreviewed AppleWin build fix.
2671 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
2673 2013-02-26 Alberto Garcia <agarcia@igalia.com>
2675 [BlackBerry] Upstream the datalist support UI
2676 https://bugs.webkit.org/show_bug.cgi?id=110736
2678 Reviewed by Rob Buis.
2680 Original code by Otto Derek Cheung <otcheung@rim.com>
2682 * PlatformBlackBerry.cmake:
2684 2013-02-25 Roger Fong <roger_fong@apple.com>
2686 Unreviewed. VS2010 solution build fix.
2688 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2690 2013-02-22 Aaron Colwell <acolwell@chromium.org>
2692 Disable MediaSource on Apple Windows port
2693 https://bugs.webkit.org/show_bug.cgi?id=110494
2695 Reviewed by Tim Horton.
2697 * WebKit.vcxproj/FeatureDefines.props:
2699 2013-02-20 Roger Fong <roger_fong@apple.com>
2701 Get VS2010 Solution B&I ready.
2702 <rdar://problem/1322988>
2704 Rubberstamped by Timothy Horton.
2706 Add Production configuration.
2707 Add a WebKit submit solution with a DebugSuffix configuration.
2708 Modify WebKit.make as necessary.
2710 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
2711 * WebKit.vcxproj/Interfaces/InterfacesProduction.props: Added.
2712 * WebKit.vcxproj/Interfaces/InterfacesRelease.props:
2713 * WebKit.vcxproj/WebKit.make: Added.
2714 * WebKit.vcxproj/WebKit.sln:
2715 * WebKit.vcxproj/WebKit.submit.sln: Added.
2716 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
2717 * WebKit.vcxproj/WebKit/WebKitCommon.props:
2718 * WebKit.vcxproj/WebKit/WebKitProduction.props: Added.
2719 * WebKit.vcxproj/WebKit/WebKitRelease.props:
2720 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
2721 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
2722 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
2723 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
2724 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorProduction.props: Added.
2725 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorRelease.props:
2726 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2727 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
2728 * WebKit.vcxproj/WebKitGUID/WebKitGUIDProduction.props: Added.
2729 * WebKit.vcxproj/WebKitGUID/WebKitGUIDRelease.props:
2730 * WebKit.vcxproj/common.props:
2731 * WebKit.vcxproj/debugsuffix.props: Added.
2732 * WebKit.vcxproj/production.props: Added.
2733 * WebKit.vcxproj/releaseproduction.props: Removed.
2735 2013-02-19 Tony Chang <tony@chromium.org>
2737 Unreviewed, include exports for VS2010 as well.
2739 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2741 2013-02-18 Brent Fulgham <bfulgham@webkit.org>
2743 [Windows] Unreviewed VS2010 build correction.
2745 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Sync
2746 export definition with VS2005 version.
2748 2013-02-15 Rik Cabanier <cabanier@adobe.com>
2750 Add platform support for -webkit-background-blend-mode to CG context
2751 https://bugs.webkit.org/show_bug.cgi?id=108549
2753 Reviewed by Dean Jackson.
2757 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2759 2013-02-14 Roger Fong <roger_fong@apple.com>
2761 Unreviewed. Touch-ups to the VS2010 WebKit solution.
2762 Remove un-needed include directories and force includes.
2763 Update exports file.
2765 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2766 * WebKit.vcxproj/common.props:
2767 * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherCommon.props:
2768 * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherCommon.props:
2769 * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj:
2770 * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj.filters:
2771 * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj:
2772 * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj.filters:
2773 * WinLauncher/WinLauncher.vcxproj/WinLauncherCommon.props:
2774 * win/record-memory/record-memoryCommon.props:
2775 * WebCore.vcxproj/WebCore.vcxproj:
2776 * WebCore.vcxproj/WebCore.vcxproj.filters:
2777 * JavaScriptCore.vcxproj/JavaScriptCoreCommon.props:
2778 * JavaScriptCore.vcxproj/JavaScriptCoreExportGenerator/JavaScriptCoreExports.def.in:
2779 * JavaScriptCore.vcxproj/jsc/jscCommon.props:
2780 * JavaScriptCore.vcxproj/testRegExp/testRegExp.vcxproj:
2781 * JavaScriptCore.vcxproj/testapi/testapi.vcxproj:
2782 * WTF.vcxproj/WTFCommon.props:
2784 2013-02-14 Tony Chang <tony@chromium.org>
2786 Unreviewed, set svn:eol-style native for .sln, .vcproj, and .vsprops files.
2787 https://bugs.webkit.org/show_bug.cgi?id=96934
2789 * WebKit.vcxproj/WebKit.sln: Modified property svn:eol-style.
2791 2013-02-14 Tony Chang <tony@chromium.org>
2793 Unreviewed, set svn:eol-style CRLF for .sln files.
2795 * WebKit.vcxproj/WebKit.sln: Modified property svn:eol-style.
2797 2013-02-14 Roger Fong <roger_fong@apple.com>
2799 Add TestWebKitAPI, gtest-md and record-memory projects to VS2010 WebKit solution.
2800 https://bugs.webkit.org/show_bug.cgi?id=107034.
2802 Reviewed by Brent Fulgham.
2804 * WebKit.vcxproj/WebKit.sln:
2806 2013-02-12 Roger Fong <roger_fong@apple.com>
2808 Unreviewed. Build fix for VS2010 WebKit solution.
2810 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2812 2013-02-11 Adenilson Cavalcanti <cavalcantii@gmail.com>
2814 Build fix: r142549 broke EFL build
2815 https://bugs.webkit.org/show_bug.cgi?id=109527
2817 Reviewed by Kentaro Hara.
2823 2013-02-11 Brent Fulgham <bfulgham@webkit.org>
2825 Rename Visual Studio solution folders to avoid conflicts with project names
2826 https://bugs.webkit.org/show_bug.cgi?id=109484
2828 Reviewed by Tim Horton.
2830 * WebKit.vcxproj/WebKit.sln: Rename several solution folders (e.g.,
2831 WTF, WebCore, WebKit, JavaScriptCore) so that they do not conflict
2832 with projects using the same name.
2834 2013-02-08 Benjamin Poulain <bpoulain@apple.com>
2836 Move workerThreadCount from TestRunner to WebCore Internals
2837 https://bugs.webkit.org/show_bug.cgi?id=109239
2839 Reviewed by Darin Adler.
2841 * WebKit.xcodeproj/project.pbxproj:
2843 2013-02-07 Roger Fong <roger_fong@apple.com>
2845 Unreviewed. Corrections the exports definition file.
2847 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2849 2013-02-07 Roger Fong <roger_fong@apple.com>
2851 Unreviewed. More VS2010 WebKit solution touchups.
2852 Make WebKitExports.def.in be treated as a custom build file so that changes to it cause the exports to be rebuilt.
2854 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
2855 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj.filters:
2856 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2858 2013-02-06 Roger Fong <roger_fong@apple.com>
2860 Unreviewed. Touchups to VS2010 WebKit solution.
2861 Add WinLauncher projects to solution.
2863 * WebKit.vcxproj/WebKit.sln:
2865 2013-02-05 Roger Fong <roger_fong@apple.com>
2867 Unreviewed. Get rid of redundant exports in export definitions file.
2869 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2871 2013-02-05 Brent Fulgham <bfulgham@webkit.org>
2873 Unreviewed Visual Studio 2010 build correction.
2875 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2876 Link export definitions out of date with ToT. Corrected.
2878 2013-02-05 Roger Fong <roger_fong@apple.com>
2880 Add a JavaScriptCore Export Generator project.
2881 https://bugs.webkit.org/show_bug.cgi?id=108971.
2883 Reviewed by Brent Fulgham.
2885 * WebKit.vcxproj/WebKit.sln:
2887 2013-02-05 Roger Fong <roger_fong@apple.com>
2889 Unreviewed. Delete some errant preprocessor definitions.
2891 * WebKit.vcxproj/WebKit/WebKitCommon.props:
2893 2013-02-05 Roger Fong <roger_fong@apple.com>
2895 VS2010 WebKit projects, scripts, and property sheets.
2896 https://bugs.webkit.org/show_bug.cgi?id=106989.
2898 Reviewed by Brent Fulgham.
2900 * WebKit.vcxproj/Interfaces: Added.
2901 * WebKit.vcxproj/Interfaces/FixMIDLHeaders.pl: Copied from win/WebKit.vcproj/FixMIDLHeaders.pl.
2902 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj: Added.
2903 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters: Added.
2904 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.user: Added.
2905 * WebKit.vcxproj/Interfaces/InterfacesCommon.props: Added.
2906 * WebKit.vcxproj/Interfaces/InterfacesDebug.props: Added.
2907 * WebKit.vcxproj/Interfaces/InterfacesPostBuild.cmd: Added.
2908 * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd: Added.
2909 * WebKit.vcxproj/Interfaces/InterfacesRelease.props: Added.
2910 * WebKit.vcxproj/WebKit: Added.
2911 * WebKit.vcxproj/WebKit.sln:
2912 * WebKit.vcxproj/WebKit/WebKit.vcxproj: Added.
2913 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters: Added.
2914 * WebKit.vcxproj/WebKit/WebKit.vcxproj.user: Added.
2915 * WebKit.vcxproj/WebKit/WebKitApple.props: Added.
2916 * WebKit.vcxproj/WebKit/WebKitCFLite.props: Added.
2917 * WebKit.vcxproj/WebKit/WebKitCommon.props: Added.
2918 * WebKit.vcxproj/WebKit/WebKitDebug.props: Added.
2919 * WebKit.vcxproj/WebKit/WebKitDirectX.props: Added.
2920 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Added.
2921 * WebKit.vcxproj/WebKit/WebKitPreBuild.cmd: Added.
2922 * WebKit.vcxproj/WebKit/WebKitPreLink.cmd: Added.
2923 * WebKit.vcxproj/WebKit/WebKitRelease.props: Added.
2924 * WebKit.vcxproj/WebKit/resource.h: Copied from win/WebKit.vcproj/resource.h.
2925 * WebKit.vcxproj/WebKitExportGenerator: Added.
2926 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj: Added.
2927 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj.filters: Added.
2928 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj.user: Added.
2929 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd: Added.
2930 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props: Added.
2931 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebug.props: Added.
2932 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd: Added.
2933 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd: Added.
2934 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorRelease.props: Added.
2935 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Copied from win/WebKit.vcproj/WebKitExports.def.in.
2936 * WebKit.vcxproj/WebKitGUID: Added.
2937 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj: Added.
2938 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters: Added.
2939 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.user: Added.
2940 * WebKit.vcxproj/WebKitGUID/WebKitGUIDCommon.props: Added.
2941 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebug.props: Added.
2942 * WebKit.vcxproj/WebKitGUID/WebKitGUIDPostBuild.cmd: Added.
2943 * WebKit.vcxproj/WebKitGUID/WebKitGUIDPreBuild.cmd: Added.
2944 * WebKit.vcxproj/WebKitGUID/WebKitGUIDRelease.props: Added.
2946 2013-01-31 Christophe Dumez <dchris@gmail.com>
2948 [EFL] Disable Web Intents
2949 https://bugs.webkit.org/show_bug.cgi?id=108457
2951 Reviewed by Alexey Proskuryakov.
2953 Remove intents files from EFL CMake project.
2955 * PlatformEfl.cmake:
2957 2013-01-25 Roger Fong <roger_fong@apple.com>
2959 Unreviewed. Rename LLInt projects folder and make appropriate changes to solutions.
2961 * WebKit.vcxproj/WebKit.sln:
2963 2013-01-23 Roger Fong <roger_fong@apple.com>
2965 Unreviewed. Add svn:eol-style to solution file, not eol-style.
2967 * WebKit.vcxproj/WebKit.sln: Added property svn:eol-style. Removed property eol-style.
2969 2013-01-23 Roger Fong <roger_fong@apple.com>
2971 Unreviewed. Added eol-style=native to solution file.
2973 * WebKit.vcxproj/WebKit.sln: Added property eol-style.
2975 2013-01-23 Roger Fong <roger_fong@apple.com>
2977 Unreviewed. Checkin the OpenSource WebKit solution.
2979 * WebKit.vcxproj/WebKit.sln:
2981 2013-01-23 Tony Chang <tony@chromium.org>
2983 Unreviewed, set svn:eol-style to CRLF on Windows .sln files.
2985 * WebKit.vcxproj/WebKit.sln: Added property svn:eol-style.
2987 2013-01-23 Roger Fong <roger_fong@apple.com>
2989 Add the VS2010 WebKit solution folder and solution file.
2990 The solution of course will not load until the dependent projects are all completed.
2991 https://bugs.webkit.org/show_bug.cgi?id=106949.
2993 Reviewed by Brent Fulgham.
2995 * WebKit.vcxproj: Added.
2996 * WebKit.vcxproj/WebKit.sln: Added.
2998 2013-01-22 Krzysztof Czech <k.czech@samsung.com>
3000 [EFL] Adds Accessibility support to wk1
3001 https://bugs.webkit.org/show_bug.cgi?id=107440
3003 Reviewed by Gyuyoung Kim.
3005 * PlatformEfl.cmake: Adds ATK headers and libraries.
3007 2013-01-17 Poul Sysolyatin <psytonx@gmail.com>
3009 32-bit build for Qt5 on Mac OS fails.
3010 https://bugs.webkit.org/show_bug.cgi?id=107094
3012 We need to define NS_BUILD_32_LIKE_64 for 32-bit build for Mac OS.
3013 Fixed 32-bit build detection for support Qt5.
3015 Reviewed by Benjamin Poulain.
3019 2013-01-14 Dean Jackson <dino@apple.com>
3021 [ANGLE] Update ANGLE in WebKit
3022 https://bugs.webkit.org/show_bug.cgi?id=106274
3024 Unreviewed attempted build fix.
3026 The khrplatform.h file is now a public header without a directory
3027 prefix. Update the include path to look in the right place.
3029 * PlatformEfl.cmake:
3031 2013-01-14 Max Vujovic <mvujovic@adobe.com>
3033 [ANGLE] Update ANGLE in WebKit
3034 https://bugs.webkit.org/show_bug.cgi?id=106274
3036 Reviewed by Dean Jackson.
3038 Update ANGLE to r1641.
3040 * PlatformEfl.cmake: Add ANGLE/include to the include directories list because ShaderLang.h
3041 now includes "KHR/khrplatform.h", which is located in ANGLE/include/KHR/khrplatform.h.
3043 2013-01-10 Christophe Dumez <christophe.dumez@intel.com>
3045 [EFL] Add gstreamer 1.0.5 to jhbuild
3046 https://bugs.webkit.org/show_bug.cgi?id=106178
3048 Reviewed by Laszlo Gombos.
3050 Remove GSTREAMER_INTERFACES_LIBRARIES from EFL
3051 CMake configuration.
3053 * PlatformEfl.cmake:
3055 2013-01-07 Ryosuke Niwa <rniwa@webkit.org>
3057 Sorted the xcodeproj file.
3059 * WebKit.xcodeproj/project.pbxproj:
3061 2012-12-20 Ryuan Choi <ryuan.choi@samsung.com>
3063 [EFL] Build break with latest EFL libraries.
3064 https://bugs.webkit.org/show_bug.cgi?id=104827
3066 Reviewed by Laszlo Gombos.
3068 * PlatformEfl.cmake: Includes eo EFL library.
3070 2012-12-18 Joseph Pecoraro <pecoraro@apple.com>
3072 [Mac] Add Build Phase to Check Headers for Inappropriate Macros (Platform.h macros)
3073 https://bugs.webkit.org/show_bug.cgi?id=104279
3075 Reviewed by David Kilzer.
3077 Add a build phase to check the public WebKit headers for
3078 inappropriate macros. Also set the executable as an input
3079 path on the other check-* build phases.
3081 * WebKit.xcodeproj/project.pbxproj:
3083 2012-12-12 Mark Lam <mark.lam@apple.com>
3085 Encapsulate externally used webdatabase APIs in DatabaseManager.
3086 https://bugs.webkit.org/show_bug.cgi?id=104741.
3088 Reviewed by Sam Weinig.
3090 Use DatabaseManager instead of accessing DatabaseTracker, AbstractDatabase,
3091 and DatabaseContext directly. This is to prepare for upcoming webkit2
3094 * WebKit.xcodeproj/project.pbxproj:
3096 2012-12-05 Halton Huo <halton.huo@intel.com>
3098 [CMake] Unify coding style for CMake files
3099 https://bugs.webkit.org/show_bug.cgi?id=103605
3101 Reviewed by Laszlo Gombos.
3103 Update cmake files(.cmake, CMakeLists.txt) with following style rules:
3105 1.1 Use spaces, not tabs.
3106 1.2 Four spaces as indent.
3108 2.1 Place one space between control statements and their parentheses.
3109 For eg, if (), else (), elseif (), endif (), foreach (),
3110 endforeach (), while (), endwhile (), break ().
3111 2.2 Do not place spaces between function and macro statements and
3112 their parentheses. For eg, macro(), endmacro(), function(),
3114 2.3 Do not place spaces between a command or function or macro and its
3115 parentheses, or between a parenthesis and its content. For eg,
3116 message("testing") not message( "testing") or message ("testing" )
3117 2.4 No space at line ending.
3118 3. Lowercase when call commands macros and functions. For eg,
3119 add_executable() not ADD_EXECUTABLE(), set() not SET().
3122 * PlatformBlackBerry.cmake:
3123 * PlatformEfl.cmake:
3124 * PlatformWinCE.cmake:
3126 2012-12-03 Pierre Rossi <pierre.rossi@digia.com>
3128 [Qt] another stab at fixing the windows build
3130 It seems the QT_BUILD_{TARGET}_LIB are not set as they should by qt_module.prf.
3131 Define them by hand to be on the safe side.
3135 2012-11-30 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com>
3137 [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets
3138 https://bugs.webkit.org/show_bug.cgi?id=99314
3140 Reviewed by Tor Arne Vestbø.
3142 This big change separates QtWebKit into QtWebKit and QtWebKitWidgets as
3145 It's a big refactoring that mostly involves moving WebCore dependent
3146 code into QtWebKit and accessing it through exported QWebFrameAdapter
3147 and QWebPageAdapter classes.
3150 * WebKitWidgets.pri: Removed.
3151 * WebKitWidgets.pro: Removed.
3153 2012-11-22 Jeff Rogers <jrogers@rim.com>
3155 [BlackBerry] Update Web Notifications Implementation
3156 https://bugs.webkit.org/show_bug.cgi?id=102621
3158 Reviewed by George Staikos.
3160 Reviewed internally by George Staikos and Joe Mason.
3162 Add new Notification files and remove obsolete ones.
3164 * PlatformBlackBerry.cmake:
3166 2012-11-22 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com>
3168 [Qt] Separate QWidget dependant code into separate WebKitWidgets static library
3169 https://bugs.webkit.org/show_bug.cgi?id=102800
3171 Reviewed by Tor Arne Vestbø.
3173 This patch separates code that needs to use QWidget related APIs in
3174 WebKit/qt/WebCoreSupport and Api from code that doesn't. This means for
3175 example FrameLoaderClientQt.cpp remains in the WebKit1 static library,
3176 while qwebpage.cpp and qwebframe.cpp become part of the WebKitWidgets
3177 static library. WebKit1 is compiled without QT += widgets and therefore
3178 any widget related dependency has been moved "up" and out of WebKit1 into
3179 the WebKitWidgets library.
3181 Between the code in WebKit.a and WebKitWidgets.a new adapters and
3182 interfaces have been introduced, such as QWebPageAdapter and
3183 QWebFrameAdapter. QWebPageAdapter, when used from WebKit1, is a way to
3184 call out into the API layer, implemented by QWebPage (QWebPagePrivate).
3185 The other way around if QWebPage wants to access WebCore or
3186 WebCoreSupport related functionality, it will go through
3187 QWebPageAdapater (as base class). The separation in the direction up
3188 into the API layer is complete with this patch, no code in WebKit1
3189 depends on QtWidgets. The separation the other way around, code in the
3190 API layer not using any WebCore types, is not complete yet.
3192 Some classes such as QWebSettings, QWebElement or
3193 DumpRenderTreeSupportQt remain in WebKit1. While they are API layer,
3194 they do not depend on widget related Qt APIs and they make much more
3195 use of WebCore internal APIs and therefore are easier to keep in
3198 In the future we plan to place a real shared library boundary between
3199 WebKit1 and WebKitWidgets, by keeping the WebKit1 static library as
3200 part of the QtWebKit shared library and by turning the WebKitWidgets
3201 static library into a shared one.
3205 * WebKitWidgets.pri: Copied from Source/WebKit/WebKit1.pri.
3206 * WebKitWidgets.pro: Added.
3208 2012-11-21 Kai Koehne <kai.koehne@digia.com>
3210 [Qt] MinGW: Don't add OpenGL library dependencies here
3211 https://bugs.webkit.org/show_bug.cgi?id=102924
3213 Reviewed by Simon Hausmann.
3215 As the comment suggests the dependency is already for WebCore, so add it there instead.
3219 2012-11-18 Laszlo Gombos <l.gombos@samsung.com>
3221 [CMake] Consolidate common input files
3222 https://bugs.webkit.org/show_bug.cgi?id=101632
3224 Reviewed by Rob Buis.
3226 Consolidate and sort the list of files.
3228 * PlatformEfl.cmake:
3230 2012-11-12 Timothy Hatcher <timothy@apple.com>
3232 Add a dock button to the top right corner of the Web Inspector window (similar to the full screen button).
3234 https://bugs.webkit.org/show_bug.cgi?id=102025
3236 Reviewed by Joseph Pecoraro.
3238 * WebKit.xcodeproj/project.pbxproj: Added Dock.pdf.
3240 2012-11-08 Laszlo Gombos <l.gombos@samsung.com>
3242 [EFL] Remove non-variable options from the build system
3243 https://bugs.webkit.org/show_bug.cgi?id=101506
3245 Reviewed by Kenneth Rohde Christiansen.
3247 Remove WTF_USE_FREETYPE and ENABLE_GLIB_SUPPORT cmake variables
3248 as these are always set to const 1 and not really configurable.
3250 * PlatformEfl.cmake:
3252 2012-11-07 Andreas Kling <akling@apple.com>
3254 Remove build-webkit dependency on Java SDK for Apple Mac WebKit.
3255 <http://webkit.org/b/101492>
3257 Reviewed by Anders Carlsson.
3259 * WebKit.xcodeproj/project.pbxproj: Remove WebJavaPlugIn.h
3261 2012-11-06 Laszlo Gombos <l.gombos@samsung.com>
3263 [EFL] Simplify the build system
3264 https://bugs.webkit.org/show_bug.cgi?id=101392
3266 Reviewed by Kenneth Rohde Christiansen.
3268 Use WTF_USE_3D_GRAPHICS to guard the inclusion of surfaces and textmap
3269 directories under WebCore/graphics to be consistent with
3270 WebCore/PlatformEfl.cmake.
3272 * PlatformEfl.cmake:
3274 2012-11-04 Halton Huo <halton.huo@intel.com>
3276 [EFL] Use _LIBRARIES instead of _LIBRARY
3277 https://bugs.webkit.org/show_bug.cgi?id=101042
3279 Reviewed by Gyuyoung Kim.
3281 In CMake Find files, _LIBRARY is intended for internal use, should
3282 use _LIBRARIES instead.
3284 * PlatformEfl.cmake: s/_LIBRARY}/_LIBRARIES}
3286 2012-11-01 Seonae Kim <sunaeluv.kim@samsung.com>
3288 [EFL][DRT] Support Geolocation
3289 https://bugs.webkit.org/show_bug.cgi?id=97427
3291 Reviewed by Gyuyoung Kim.
3293 Add a mock directory to use GeolocationClientMock in DumpRenderTree.
3295 * PlatformEfl.cmake:
3297 2012-10-31 Otto Derek Cheung <otcheung@rim.com>
3299 [BlackBerry] Adding window.external to our port
3300 https://bugs.webkit.org/show_bug.cgi?id=100868
3302 Reviewed by Rob Buis.
3304 Adding ExternalExtension classes to the BB cmake file.
3306 * PlatformBlackBerry.cmake:
3308 2012-10-31 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3310 [EFL][DRT] EventSender requires contextClick implementation
3311 https://bugs.webkit.org/show_bug.cgi?id=86091
3313 Reviewed by Gyuyoung Kim.
3315 Add new unit test file, needed due to ewk API changes.
3317 * PlatformEfl.cmake:
3319 2012-10-30 Peter Wang <peter.wang@torchmobile.com.cn>
3321 [BlackBerry] Clean the code of "JavaScriptDebuggerBlackBerry"
3322 https://bugs.webkit.org/show_bug.cgi?id=100724
3324 Reviewed by Rob Buis.
3326 Remove the code of JavaScriptDebuggerBlackBerry.
3328 * PlatformBlackBerry.cmake:
3330 2012-10-28 Mark Rowe <mrowe@apple.com>
3332 Remove references to unsupported OS and Xcode versions.
3334 Reviewed by Anders Carlsson.
3336 * WebKit.xcodeproj/project.pbxproj:
3338 2012-10-26 Sheriff Bot <webkit.review.bot@gmail.com>
3340 Unreviewed, rolling out r132601.
3341 http://trac.webkit.org/changeset/132601
3342 https://bugs.webkit.org/show_bug.cgi?id=100494
3344 It broke the Qt build (Requested by Ossy on #webkit).
3346 * PlatformEfl.cmake:
3348 2012-10-26 Xiaobo Wang <xbwang@torchmobile.com.cn>
3350 [BlackBerry] Support pixel tests for BlackBerry DRT
3351 https://bugs.webkit.org/show_bug.cgi?id=100210
3353 Reviewed by Rob Buis.
3355 Adds a step to build ImageDiff from Qt for DRT. Most of the works are
3356 accomplished by Christopher Wells.
3358 * PlatformBlackBerry.cmake:
3360 2012-10-24 Alexey Proskuryakov <ap@apple.com>
3362 Add a strategy for shared workers
3363 https://bugs.webkit.org/show_bug.cgi?id=100165
3365 EFL build fix by Christophe Dumez.
3367 Reviewed by Brady Eidson.
3369 * CMakeLists.txt: Add WebCore/workers to include paths.
3371 2012-10-24 Otto Derek Cheung <otcheung@rim.com>
3373 [BlackBerry] Rename GeolocationControllerClientBlackBerry to GeolocationClientBlackBerry
3374 https://bugs.webkit.org/show_bug.cgi?id=100250
3376 Reviewed by Rob Buis.
3378 Rename GeolocationControllerClientBlackBerry to GeolocationClientBlackBerry
3379 to prevent confusion.
3383 * PlatformBlackBerry.cmake:
3385 2012-10-23 Hyowon Kim <hw1008.kim@samsung.com>
3387 [Texmap][EFL] Add AcceleratedCompositingContextEfl to the build system.
3388 https://bugs.webkit.org/show_bug.cgi?id=88630
3390 Reviewed by Gyuyoung Kim.
3392 * PlatformEfl.cmake: Add the AcceleratedCompositingContextEfl.cpp file
3393 and INCLUDE paths for TEXTURE_MAPPER_GL.
3395 2012-10-18 Kangil Han <kangil.han@samsung.com>
3397 [EFL] Add unit test for ewk_frame_source_get.
3398 https://bugs.webkit.org/show_bug.cgi?id=95984
3400 Reviewed by Gyuyoung Kim.
3402 Add test_ewk_frame.cpp for unit test.
3404 * PlatformEfl.cmake:
3406 2012-10-15 David Kilzer <ddkilzer@apple.com>
3408 Move framework and library linking into WebKit.xcconfig
3409 <http://webkit.org/b/99284>
3411 Reviewed by Mark Rowe.
3413 * WebKit.xcodeproj/project.pbxproj: Remove frameworks and
3414 libraries from Xcode project file.
3416 2012-10-15 Christophe Dumez <christophe.dumez@intel.com>
3418 [EFL][WK2] Implement Favicons API
3419 https://bugs.webkit.org/show_bug.cgi?id=99087
3421 Reviewed by Kenneth Rohde Christiansen.
3423 Remove ewk_util.cpp from PlatformEfl.cmake now that its
3424 code has been moved to WebCore to be reused in WK2.
3426 * PlatformEfl.cmake:
3428 2012-10-15 Dongwoo Joshua Im <dw.im@samsung.com>
3430 [EFL] Set the basepath of the File System API.
3431 https://bugs.webkit.org/show_bug.cgi?id=98344
3433 Reviewed by Gyuyoung Kim.
3435 Set the basepath of the File System API using the internal setter function.
3437 * PlatformEfl.cmake: Add new include path.
3439 2012-10-15 Ryuan Choi <ryuan.choi@samsung.com>
3441 [EFL] Share resources installed for inspector
3442 https://bugs.webkit.org/show_bug.cgi?id=98991
3444 Reviewed by Gyuyoung Kim.
3446 * PlatformEfl.cmake:
3447 Extracted build scripts which install resources to WebKit/PlatformEfl.cmake.
3449 2012-10-15 George Staikos <staikos@webkit.org>
3451 [BlackBerry] Adapt to Platform API changes in string handling
3452 https://bugs.webkit.org/show_bug.cgi?id=99248
3454 Reviewed by Yong Li.
3456 Convert usage of WebString, char* and std::string to BlackBerry::Platform::String.
3458 * PlatformBlackBerry.cmake:
3460 2012-10-13 Jakob Petsovits <jpetsovits@rim.com>
3462 [BlackBerry] Fetch blit rects from a viewport accessor
3463 https://bugs.webkit.org/show_bug.cgi?id=98581
3466 Reviewed by George Staikos.
3467 Internally reviewed by Arvid Nilsson.
3469 Add new ViewportAccessor files to the build.
3470 See Source/WebKit/blackberry/ChangeLog for the
3471 verbose commit message.
3473 * PlatformBlackBerry.cmake:
3475 2012-10-12 Sheriff Bot <webkit.review.bot@gmail.com>
3477 Unreviewed, rolling out r131189.
3478 http://trac.webkit.org/changeset/131189
3479 https://bugs.webkit.org/show_bug.cgi?id=99187
3481 Made inspector http tests crash on WK2. (Requested by rakuco
3484 * PlatformEfl.cmake:
3486 2012-10-12 Ryuan Choi <ryuan.choi@samsung.com>
3488 [EFL] Share resources installed for inspector
3489 https://bugs.webkit.org/show_bug.cgi?id=98991
3491 Reviewed by Gyuyoung Kim.
3493 * PlatformEfl.cmake:
3494 Extracted build scripts which install resources to WebKit/PlatformEfl.cmake.
3496 2012-10-11 Chris Guan <chris.guan@torchmobile.com.cn>
3498 [Blackberry] makes NavigatorContentUtils work
3499 https://bugs.webkit.org/show_bug.cgi?id=99022
3501 Reviewed by Rob Buis.
3503 Because r126735 renamed RegisterProtocolHandler API to NavigatorContentUtils, So we
3504 need add Modules/navigatorcontentutils into WebKit_INCLUDE_DIRECTORIES.
3506 * PlatformBlackBerry.cmake:
3508 2012-10-10 Konrad Piascik <kpiascik@rim.com>
3510 [BlackBerry] Install inspector files into staging directory.
3511 https://bugs.webkit.org/show_bug.cgi?id=98930
3513 Reviewed by Rob Buis.
3515 Internally reviewed by Ming Xie.
3516 Install the web inspector resources into the staging directory to make it easier to flash to device.
3518 * PlatformBlackBerry.cmake:
3520 2012-10-09 Simon Hausmann <simon.hausmann@digia.com>
3522 [Qt] Fix build with QtMultimedia
3524 Reviewed by Tor Arne Vestbø.
3526 * WebKit1.pri: WK1 needs QtMultimediaWidgets for QVideoWidget and friends.
3528 2012-10-08 Simon Hausmann <simon.hausmann@digia.com>
3530 [Qt] Make RenderThemeQStyle/ScrollbarThemeQStyle compile without QStyle/QtWidgets
3531 https://bugs.webkit.org/show_bug.cgi?id=98268
3533 Reviewed by Tor Arne Vestbø.
3535 * WebKit1.pro: Add new files to the build.
3537 2012-10-04 Rob Buis <rbuis@rim.com>
3539 [BlackBerry] Sync up CMake files
3540 https://bugs.webkit.org/show_bug.cgi?id=98442
3542 Reviewed by Gyuyoung Kim.
3544 Amongst others use InspectorOverlayBlackBerry.
3546 * PlatformBlackBerry.cmake:
3548 2012-10-05 Simon Hausmann <simon.hausmann@digia.com>
3550 Unreviewed, rolling out r130495.
3551 http://trac.webkit.org/changeset/130495
3552 https://bugs.webkit.org/show_bug.cgi?id=98268
3554 Made WK2 tests crash....
3558 2012-10-05 Simon Hausmann <simon.hausmann@digia.com>
3560 [Qt] Make RenderThemeQStyle/ScrollbarThemeQStyle compile without QStyle/QtWidgets
3561 https://bugs.webkit.org/show_bug.cgi?id=98268
3563 Reviewed by Tor Arne Vestbø.
3565 * WebKit1.pro: Add new files to the build.
3567 2012-10-04 Konrad Piascik <kpiascik@rim.com>
3569 [BlackBerry] Update how we compile inspector front-end javascript.
3570 https://bugs.webkit.org/show_bug.cgi?id=98413
3572 Reviewed by Rob Buis.
3574 No longer cat all JavaScript together, instead use the lazy init and
3575 only append our custom changes script to the end of inspectorBB.html.
3577 * PlatformBlackBerry.cmake:
3579 2012-10-03 Ryuan Choi <ryuan.choi@samsung.com>
3581 [EFL] Default.edj should be generated although ENABLE_WEBKIT disabled.
3582 https://bugs.webkit.org/show_bug.cgi?id=97753
3584 Reviewed by Laszlo Gombos.
3586 default.edj is used in both webkit/efl and webkit2/efl.
3587 However, it has been generated only when ENABLE_WEBKIT is enabled.
3589 This patch separates the script which generates default.edj
3590 from source/webkit/platformefl.cmake.
3592 * PlatformEfl.cmake: Extracted codes which is related to default.edj.
3594 2012-10-03 Otto Derek Cheung <otcheung@rim.com>
3596 [BlackBerry] Implementing the NetworkInfo API for BB port
3597 https://bugs.webkit.org/show_bug.cgi?id=98273
3599 Reviewed by Rob Buis.
3601 Adding new classes to support NetworkInfo API in the
3604 * PlatformBlackBerry.cmake:
3606 2012-10-02 Krzysztof Czech <k.czech@samsung.com>
3608 [EFL] Add file EWKTestEnvironment.cpp to build system.
3609 https://bugs.webkit.org/show_bug.cgi?id=94925
3611 Reviewed by Gyuyoung Kim.
3613 Change is related to modifications in wk1 unit tests.
3615 * PlatformEfl.cmake:
3617 2012-09-27 Anders Carlsson <andersca@apple.com>
3619 Get rid of more unused WK1 plug-in code
3620 https://bugs.webkit.org/show_bug.cgi?id=97835
3622 Reviewed by Mark Rowe.
3624 Remove WebNetscapeDeprecatedFunctions.c and WebNetscapeDeprecatedFunctions.h from the Xcode project.
3626 * WebKit.xcodeproj/project.pbxproj:
3628 2012-09-27 Christophe Dumez <christophe.dumez@intel.com>
3630 [EFL][CMAKE] Default theme files are outdated in PlatformEfl.cmake
3631 https://bugs.webkit.org/show_bug.cgi?id=97769
3633 Reviewed by Kenneth Rohde Christiansen.
3635 Update Default theme files in PlatformEfl.cmake so that
3636 changes to those files are properly picked up by CMake
3637 when building incrementally.
3639 * PlatformEfl.cmake:
3641 2012-09-24 Arvid Nilsson <anilsson@rim.com>
3643 [BlackBerry] Add cookie database API
3644 https://bugs.webkit.org/show_bug.cgi?id=97102
3646 Reviewed by Antonio Gomes.
3648 Add cookie database file to build system.
3650 Reviewed internally by Otto D. Cheung.
3652 * PlatformBlackBerry.cmake:
3654 2012-09-21 Arvid Nilsson <anilsson@rim.com>
3656 [BlackBerry] Remove obsolete compositing surface code
3657 https://bugs.webkit.org/show_bug.cgi?id=97314
3659 Reviewed by Antonio Gomes.
3661 Remove compositing surface code from build system.
3665 * PlatformBlackBerry.cmake:
3667 2012-09-14 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3669 [Qt] Make force_static_libs_as_shared work on Mac OS
3671 We had to move a few LIBS += around that were in the wrong place,
3672 and not caught when everything was just linked into the final
3675 Reviewed by Simon Hausmann.
3677 * WebKit1.pri: Move multimedia-stuff to WebCore, to share with WK2
3679 2012-09-11 Raphael Kubo da Costa <rakuco@webkit.org>
3681 [EFL] Rewrite the EFL-related Find modules
3682 https://bugs.webkit.org/show_bug.cgi?id=95237
3684 Reviewed by Kenneth Rohde Christiansen.
3686 * PlatformEfl.cmake: Stop setting the LINK_FLAGS property and add
3687 libraries and include directories for each Enlightenment
3688 Foundation Library used by the port.
3690 2012-09-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3692 [Qt] Add a configure step to the Qt build system
3694 This allows building the Qt port using just 'qmake WebKit.pro'. Using
3695 the build-webkit script is still supported, and will add slightly more
3696 logic to the build, such as detecting the need for clean or incremental
3699 Internally, the build system now uses a new variable, WEBKIT_CONFIG, for
3700 all things related to configuring the build, such as use/have/enable flags,
3701 and these are translated to defines in default_post. Project files should
3702 no longer check contains(DEFINES,...) to detect features, but use the new
3703 enable?(), use?(), and have?() functions. The no_webkit1 and no_webkit2
3704 options have been translated into WEBKIT_CONFIG options as well, and can
3705 be checked using build?().
3707 Reviewed by Simon Hausmann.
3712 2012-09-06 Crystal Zhang <haizhang@rim.com>
3714 [BlackBerry] Implement a color picker
3715 https://bugs.webkit.org/show_bug.cgi?id=96001
3717 Reviewed by Rob Buis.
3719 Add color picker files into building system.
3721 * PlatformBlackBerry.cmake:
3723 2012-09-06 Simon Hausmann <simon.hausmann@nokia.com>
3725 [Qt] Fix build with ANGLE on platforms that provide EGL/GLESv2
3726 https://bugs.webkit.org/show_bug.cgi?id=95965
3728 Reviewed by Tor Arne Vestbø.
3730 Depend on ANGLE if necessary, due to the use WebCore types that pull in ANGLE
3731 headers (GraphicsContext3D.h in particular).
3735 2012-09-04 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3737 [EFL] Context menu restore.
3738 https://bugs.webkit.org/show_bug.cgi?id=74179
3740 Reviewed by Gyuyoung Kim.
3742 Adds context menu support for EFL port using non-CROSS_PLATFORM_CONTEXT_MENUS
3743 approach, the same as used in WebKit2.
3745 * PlatformEfl.cmake: Added ContextMenuClientEfl.cpp file to sources list.
3747 2012-08-29 Ryuan Choi <ryuan.choi@samsung.com>
3749 [EFL] Move several files to remove webkit1 dependency from WebCore.
3750 https://bugs.webkit.org/show_bug.cgi?id=95264
3752 Reviewed by Gyuyoung Kim.
3754 * PlatformEfl.cmake: Added files which is moved.
3756 2012-08-28 Thiago Marcos P. Santos <thiago.santos@intel.com>
3758 [EFL] Rename knob images to thumb on the default theme
3759 https://bugs.webkit.org/show_bug.cgi?id=95186
3761 Reviewed by Kenneth Rohde Christiansen.
3763 Updated buildsystem after renaming theme images.
3765 * PlatformEfl.cmake:
3767 2012-08-27 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3769 Rename RegisterProtocolHandler API to NavigatorContentUtils
3770 https://bugs.webkit.org/show_bug.cgi?id=94920
3772 Reviewed by Adam Barth.
3774 Modified PlatformEfl.cmake so that it includes the renamed files.
3776 * PlatformEfl.cmake:
3778 2012-08-20 Dominik Röttsches <dominik.rottsches@intel.com>
3780 [EFL] Get rid of pango backend support once harfbuzz-ng is working
3781 https://bugs.webkit.org/show_bug.cgi?id=92102
3783 Reviewed by Kenneth Rohde Christiansen.
3785 Removing pango-specific includes and libraries.
3787 * PlatformEfl.cmake: Pango sections removed.
3789 2012-08-17 Rob Buis <rbuis@rim.com>
3791 [BlackBerry] Remove some shared libraries from linking
3792 https://bugs.webkit.org/show_bug.cgi?id=94253
3794 Reviewed by Yong Li.
3796 Remove some shared libraries.
3798 * PlatformBlackBerry.cmake:
3800 2012-08-15 Ryosuke Niwa <rniwa@webkit.org>
3802 Update manual tests and comments to refer to TestRunner instead of LayoutTestController
3803 https://bugs.webkit.org/show_bug.cgi?id=94168
3805 Reviewed by Kent Tamura.
3807 * PlatformBlackBerry.cmake:
3809 2012-08-14 Christophe Dumez <christophe.dumez@intel.com>
3811 [EFL] undefined reference to 'g_type_init' with gold linker
3812 https://bugs.webkit.org/show_bug.cgi?id=93935
3814 Unreviewed build fix. Link against glib-gobject to
3815 fix linking error with gold linker.
3817 * PlatformEfl.cmake:
3819 2012-08-11 Raphael Kubo da Costa <rakuco@webkit.org>
3821 [CMake] Rewrite FindLibSoup2.cmake.
3822 https://bugs.webkit.org/show_bug.cgi?id=93191
3824 Reviewed by Rob Buis.
3826 * PlatformEfl.cmake: Use LIBSOUP_FOO instead of LIBSOUP24_FOO.
3828 2012-08-13 Raphael Kubo da Costa <rakuco@webkit.org>
3830 [CMake] Remove glib-related Find modules and write single new one instead.
3831 https://bugs.webkit.org/show_bug.cgi?id=93786
3833 Reviewed by Rob Buis.
3835 * PlatformEfl.cmake: Use GLIB_* instead of Glib_*.
3837 2012-08-12 Loïc Yhuel <loic.yhuel@softathome.com>
3839 [Qt] Make it possible to build without QtTest/QtPrintSupport
3840 https://bugs.webkit.org/show_bug.cgi?id=93492
3842 Reviewed by Tor Arne Vestbø.
3844 * WebKit1.pri: Optional printsupport
3846 2012-08-10 Joshua Netterfield <jnetterfield@rim.com>
3848 [WebGL] Add support for EXT_robustness
3849 https://bugs.webkit.org/show_bug.cgi?id=93379
3851 Reviewed by George Staikos.
3854 Internally reviewed by Arvid Nilsson.
3856 * CMakeLists.txt: Build system adaptation.
3858 2012-08-10 Benjamin C Meyer <bmeyer@rim.com>
3860 Introduce JavaScriptVariant object.
3861 https://bugs.webkit.org/show_bug.cgi?id=93644
3863 The JavaScriptVariant can be used for functions that return results from
3864 JavaScript such as executeJavaScript or functions that take arguments
3865 to pass a variable to JavaScript and they want to make sure the type
3868 Convert executeJavaScriptFunction() to use this data type as the
3869 example, other functions will be converted in the future.
3873 Internally reviewed by Joe Mason
3874 Reviewed by Adam Treat
3876 * PlatformBlackBerry.cmake:
3878 2012-08-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3880 [BlackBerry] Fix wrong include path for notifications.
3881 https://bugs.webkit.org/show_bug.cgi?id=93714
3883 Reviewed by Rob Buis.
3885 * PlatformBlackBerry.cmake: Change path from notifications to Modules/notifications.
3887 2012-08-08 Antonio Gomes <agomes@rim.com>
3889 [BlackBerry] Tie up the scrolling machinery to the graphics tree when applicable for in-region scroll
3890 https://bugs.webkit.org/show_bug.cgi?id=93482
3892 Reviewed by Rob Buis.
3894 * PlatformBlackBerry.cmake: Build system adaptation.
3896 2012-08-07 Ryuan Choi <ryuan.choi@samsung.com>
3898 [EFL] Remove PlatformTouchEventEfl and PlatformTouchPointEfl
3899 https://bugs.webkit.org/show_bug.cgi?id=93270
3901 Reviewed by Eric Seidel.
3903 * PlatformEfl.cmake: Added ewk_touch_event.cpp
3905 2012-08-07 Konrad Piascik <kpiascik@rim.com>
3907 [BlackBerry] InspectorOverlay class duplicated in WebCore
3908 https://bugs.webkit.org/show_bug.cgi?id=93124
3910 Reviewed by Rob Buis.
3912 Updated InspectorOverlay build path.
3914 * PlatformBlackBerry.cmake:
3916 2012-08-07 No'am Rosenthal <noam.rosenthal@nokia.com>
3918 [Qt] Make it possible to build without QtQuick
3920 Reviewed by Simon Hausmann.
3924 2012-07-19 Simon Hausmann <simon.hausmann@nokia.com>
3926 [Qt] Remove Qt 4 specific code paths
3927 https://bugs.webkit.org/show_bug.cgi?id=88161
3929 Reviewed by Kenneth Rohde Christiansen.
3935 2012-08-07 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3937 CUSTOM_SCHEME_HANDLER flag should depend on REGISTER_PROTOCOL_HANDLER
3938 https://bugs.webkit.org/show_bug.cgi?id=93081
3940 Reviewed by Adam Barth.
3942 Modified PlatformEfl.cmake so that CUSTOM_SCHEME_HANDLER flag cannot act without REGISTER_PROTOCOL_HANDLER being set.
3944 * PlatformEfl.cmake:
3946 2012-08-01 Antonio Gomes <agomes@rim.com>
3948 [BlackBerry] Implement InRegionScroller class as a in-region scroll controller
3949 https://bugs.webkit.org/show_bug.cgi?id=92889
3952 Reviewed by Yong Li.
3954 Internally reviewed by Arvid Nilsson.
3956 * PlatformBlackBerry.cmake: Added InRegionScroller.cpp|h to the build system.
3958 2012-07-30 Simon Hausmann <simon.hausmann@nokia.com>
3960 Unreviewed Qt/Mac build fix: Use libWebKitSystemInterfaceMountainLion.a
3965 2012-07-27 Thiago Marcos P. Santos <thiago.santos@intel.com>
3967 [EFL] WebKit API unit tests needs a timeout
3968 https://bugs.webkit.org/show_bug.cgi?id=92496
3970 Reviewed by Antonio Gomes.
3972 Added the same timeout value that we have for WebKit2.
3974 * PlatformEfl.cmake:
3976 2012-07-27 Dominik Röttsches <dominik.rottsches@intel.com>
3978 [Cairo] Add complex font drawing using HarfbuzzNG
3979 https://bugs.webkit.org/show_bug.cgi?id=91864
3981 Reviewed by Simon Hausmann and Martin Robinson.
3983 Adding includes for harfbuzz folders.
3987 2012-07-26 Christophe Dumez <christophe.dumez@intel.com>
3989 [EFL][WK2] Implement Network Information provider
3990 https://bugs.webkit.org/show_bug.cgi?id=92343
3992 Reviewed by Kenneth Rohde Christiansen.
3994 WebKit EFL not longer needs to link against EEZE
3995 library since the Network Information provider
3996 was moved to WebCore.
3999 * PlatformEfl.cmake:
4001 2012-07-26 Zoltan Nyul <zoltan.nyul@intel.com>
4003 [EFL] EFL port should use XDG paths
4004 https://bugs.webkit.org/show_bug.cgi?id=91719
4006 Reviewed by Kenneth Rohde Christiansen.
4008 Add efreet library to get the xdg paths.
4010 * PlatformEfl.cmake:
4012 2012-07-25 Kihong Kwon <kihong.kwon@samsung.com>
4014 [EFL] Add File Chooser API
4015 https://bugs.webkit.org/show_bug.cgi?id=91957
4017 Reviewed by Hajime Morita.
4019 Add ewk_file_chooser source and header.
4021 * PlatformEfl.cmake:
4023 2012-07-22 Kent Tamura <tkent@chromium.org>
4025 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
4026 https://bugs.webkit.org/show_bug.cgi?id=91941
4028 Reviewed by Kentaro Hara.
4030 A flag name for an elmement should be ENABLE_*_ELEMENT.
4032 * PlatformEfl.cmake:
4034 2012-07-20 Christophe Dumez <christophe.dumez@intel.com>
4036 [EFL] Proxy configuration should honor the no_proxy environment variable
4037 https://bugs.webkit.org/show_bug.cgi?id=91747
4039 Reviewed by Kenneth Rohde Christiansen.
4041 Add WebCore/platform/network/soup to INCLUDE paths.
4043 * PlatformEfl.cmake:
4045 2012-07-18 Yong Li <yoli@rim.com>
4047 [BlackBerry] Move about: URL handling out of WebCore
4048 https://bugs.webkit.org/show_bug.cgi?id=91541
4050 Reviewed by Rob Buis.
4052 AboutData.cpp is moved from WebCoreSupport to WebKitSupport.
4054 * PlatformBlackBerry.cmake:
4056 2012-07-18 Thiago Marcos P. Santos <thiago.santos@intel.com>
4058 [CMake] Make gtest a shared library
4059 https://bugs.webkit.org/show_bug.cgi?id=90973
4061 Reviewed by Daniel Bates.
4063 No need to link with gtest dependencies now since it is a shared library.
4065 * PlatformEfl.cmake:
4067 2012-07-17 Ryuan Choi <ryuan.choi@samsung.com>
4069 [EFL] Move codes related to theme setting from Widget to RenderTheme
4070 https://bugs.webkit.org/show_bug.cgi?id=89842
4072 Reviewed by Kenneth Rohde Christiansen.
4074 * CMakeLists.txt: Added html/shadow to WebKit_INCLUDE_DIRECTORIES.
4076 2012-07-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4078 Add RegisterProtocolHandlerClient to the Modules/protocolhandler
4079 https://bugs.webkit.org/show_bug.cgi?id=90940
4081 Reviewed by Hajime Morita.
4083 As a step to let protocol handler be moved to the modules, RegisterProtocolHandlerClient needs
4084 to be added to the Modules/protocolhandler. Because ChromeClient has some virtual functions for
4085 protocol handlers, virtual functions should be moved to RegisterProtocolHandlerClient.
4087 * PlatformEfl.cmake: Add RegisterProtocolHandlerEfl files and include path.
4089 2012-07-16 Joshua Netterfield <jnetterfield@rim.com>
4091 [BlackBerry] Upstream WebGL Code
4092 https://bugs.webkit.org/show_bug.cgi?id=91143
4094 Reviewed by Rob Buis.
4096 This patch includes BlackBerry-specific fixes for anti-aliasing, logging, and shader compilation.
4098 * PlatformBlackBerry.cmake: Define WTF_USE_OPENGL_ES_2 on WebGL-enabled builds.
4100 2012-07-16 Frederik Gladhorn <frederik.gladhorn@nokia.com>
4102 Add accessible for QWebView.
4103 https://bugs.webkit.org/show_bug.cgi?id=91073
4105 Reviewed by Simon Hausmann.
4107 Add classes to enable accessibility on the widget level.
4112 2012-07-15 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4114 [EFL] Move files guarded by #ifdef to existing file list.
4115 https://bugs.webkit.org/show_bug.cgi?id=91336
4117 Reviewed by Ryosuke Niwa.
4119 Some EFL files are already guared by #ifdef. So, cmake files doesn't need to guard
4120 them again. In addition, some files are missing #ifdef guard its header files.
4122 * PlatformEfl.cmake:
4124 2012-07-13 Thiago Marcos P. Santos <thiago.santos@intel.com>
4126 [CMake] Proper handling of ENABLE_API_TESTS build option
4127 https://bugs.webkit.org/show_bug.cgi?id=91221
4129 Reviewed by Rob Buis.
4131 Build unit tests only if ENABLE_API_TESTS is set.
4133 * PlatformEfl.cmake:
4135 2012-07-12 Simon Hausmann <simon.hausmann@nokia.com>
4137 Typo in path in generate-webkitversion.pl
4138 https://bugs.webkit.org/show_bug.cgi?id=90883
4140 Reviewed by Mark Rowe.
4142 Correct default path to version config file. In practice it wasn't a problem because only the Qt
4143 build system seems to use the script right now and passes the path to the version file as a
4144 command line parameter.
4146 * scripts/generate-webkitversion.pl:
4148 2012-07-11 Crystal Zhang <haizhang@rim.com>
4150 [BlackBerry] Implement Date/Time picker
4151 https://bugs.webkit.org/show_bug.cgi?id=90911
4153 Reviewed by Rob Buis.
4155 Add files into make file.
4157 * PlatformBlackBerry.cmake:
4159 2012-07-09 Christophe Dumez <christophe.dumez@intel.com>
4161 [EFL] Battery status code needs refactoring to be reused in WebKit2
4162 https://bugs.webkit.org/show_bug.cgi?id=90760
4164 Reviewed by Hajime Morita.
4166 Add BatteryClientEfl to PlatformEfl.cmake.
4168 * PlatformEfl.cmake:
4170 2012-07-08 Kihong Kwon <kihong.kwon@samsung.com>
4172 [EFL] Change notifications directory path of WebKit_INCLUDE_DIRECTORIES in the PlatformEfl.cmake
4173 https://bugs.webkit.org/show_bug.cgi?id=90650
4175 Reviewed by Laszlo Gombos.
4177 Change directory path for including notifications of WebCore
4178 from WebCore/notifications to WebCore/Modules/notifications
4180 * PlatformEfl.cmake:
4182 2012-07-07 Thiago Marcos P. Santos <thiago.santos@intel.com>
4184 [EFL][CMake] Remove non-existent include directory
4185 https://bugs.webkit.org/show_bug.cgi?id=90605
4187 Reviewed by Kentaro Hara.
4189 * PlatformEfl.cmake:
4191 2012-07-06 Thiago Marcos P. Santos <thiago.santos@intel.com>
4193 [EFL][CMake] Move gtest sources to an upper level
4194 https://bugs.webkit.org/show_bug.cgi?id=90602
4196 Reviewed by Chang Shu.
4198 Removed gtest since it is now built as a separated component.
4199 This will allow us to share it with WebKit 2 API tests.
4201 * PlatformEfl.cmake:
4203 2012-07-06 Seokju Kwon <seokju.kwon@samsung.com>
4205 [EFL] Add Web Inspector to WebKit-EFL
4206 https://bugs.webkit.org/show_bug.cgi?id=83865
4208 Reviewed by Pavel Feldman.
4210 EFL port implementation for Web Inspector.
4211 Prepare Web Inspector resources.
4213 * PlatformEfl.cmake:
4215 2012-07-05 Kihong Kwon <kihong.kwon@samsung.com>
4217 [EFL] Change class name from NotificationClientEfl to NotificationPresenterClientEfl.
4218 https://bugs.webkit.org/show_bug.cgi?id=90542
4220 Reviewed by Kenneth Rohde Christiansen.
4222 NotificationClientEfl.cpp is changed to NotificationPresenterClientEfl.cpp
4223 to be in line with other ports(qt, chromium, gtk).
4225 * PlatformEfl.cmake:
4227 2012-07-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
4229 [Qt] Remove a few un-needed load(features) after r121777
4231 The features are computed by configure.pro and cached in .qmake.cache.
4233 Reviewed by Jocelyn Turcotte.
4237 2012-07-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
4239 [Qt] Fix broken OR-operator in project file
4241 Qmake expects |, not ||. The result was that the block was entered, even
4242 if none of the two defines were set to 1.
4244 Reviewed by Jocelyn Turcotte.
4248 2012-07-03 Christophe Dumez <christophe.dumez@intel.com>
4250 [EFL] Move BatteryClientEfl from WebKit to WebCore
4251 https://bugs.webkit.org/show_bug.cgi?id=90063
4253 Reviewed by Kenneth Rohde Christiansen.
4255 Move BatteryClientEfl class from WebKit to WebCore
4256 so that it can be reused in WebKit2.
4258 * PlatformEfl.cmake:
4260 2012-07-02 Xiaobo Wang <xbwang@torchmobile.com.cn>
4262 [BlackBerry] Use PUBLIC_BUILD to enable/disable DRT
4263 https://bugs.webkit.org/show_bug.cgi?id=90271
4265 Reviewed by George Staikos.
4269 Currently DRT code will be compiled only if ENABLE_DRT is set, and it's not
4271 We should enable DRT by default unless PUBLIC_BUILD is set. In this way we don't
4272 need to rebuild webkit before running DRT.
4274 * PlatformBlackBerry.cmake:
4276 2012-07-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
4278 [EFL][CMake] Integrate API unit tests with CTest
4279 https://bugs.webkit.org/show_bug.cgi?id=87251
4281 Reviewed by Daniel Bates.
4283 Add every test to the test runner build target.
4285 * PlatformEfl.cmake:
4287 2012-07-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4289 [EFL] Rename NotificationPresenterEfl with NotificationClientEfl
4290 https://bugs.webkit.org/show_bug.cgi?id=90370
4292 Reviewed by Csaba Osztrogonác.
4294 Bug 80488 renamed NotificationPresenter with NotificationClient. So, EFL port needs to adjust
4297 * PlatformEfl.cmake:
4299 2012-06-29 Krzysztof Czech <k.czech@samsung.com>
4301 [EFL] Add support for Unit Tests, based on the gtest library.
4302 https://bugs.webkit.org/show_bug.cgi?id=68509
4304 Reviewed by Chang Shu.
4306 Add configuration for building gtest library, testing framework and unit tests.
4308 * PlatformEfl.cmake:
4310 2012-06-27 Sheriff Bot <webkit.review.bot@gmail.com>
4312 Unreviewed, rolling out r121398.
4313 http://trac.webkit.org/changeset/121398
4314 https://bugs.webkit.org/show_bug.cgi?id=90136
4316 broke efl build (Requested by ryuan on #webkit).
4318 * PlatformEfl.cmake:
4320 2012-06-27 Krzysztof Czech <k.czech@samsung.com>
4322 [EFL] Add support for Unit Tests, based on the gtest library.
4323 https://bugs.webkit.org/show_bug.cgi?id=68509
4325 Reviewed by Chang Shu.
4327 Add configuration for building gtest library, testing framework and unit tests.
4329 * PlatformEfl.cmake:
4331 2012-06-26 Simon Hausmann <simon.hausmann@nokia.com>
4333 [Qt][Win] Symbols are not exported in QtWebKit5.dll
4334 https://bugs.webkit.org/show_bug.cgi?id=88873
4336 Reviewed by Tor Arne Vestbø.
4338 * api.pri: Remove MAKEDLL setting done now in win32/default_post.prf.
4340 2012-06-25 Simon Hausmann <simon.hausmann@nokia.com>
4342 Unreviewed build fix: Don't do QT += widgets with Qt 4
4344 * WebKit1.pro: This is already done in WebKit1.pri.
4346 2012-06-25 Simon Hausmann <simon.hausmann@nokia.com>
4348 [Qt] Make it possible to build WebKit without QtWidgets
4349 https://bugs.webkit.org/show_bug.cgi?id=78109
4351 Reviewed by Tor Arne Vestbø.
4353 Moved WebKit1 sources into a separate static library. Only WK1
4354 depends on QtWidgets.
4356 * WebKit1.pri: Added.
4357 * WebKit1.pro: Added.
4359 2012-06-25 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4361 [EFL] Implement Network Information API
4362 https://bugs.webkit.org/show_bug.cgi?id=87067
4364 Reviewed by Kenneth Rohde Christiansen.
4366 * PlatformEfl.cmake: Add dependency of eeze library.
4368 2012-06-22 Joshua Netterfield <jnetterfield@rim.com>
4370 [BlackBerry] Sanitize GLSL code using ANGLE.
4372 BlackBerry port does not sanitize GLSL code with ANGLE
4373 https://bugs.webkit.org/show_bug.cgi?id=89583
4375 Reviewed by Rob Buis.
4377 * PlatformBlackBerry.cmake: Add ANGLE sources to BlackBerry builds.