1 2014-04-30 Eric Carlson <eric.carlson@apple.com>
3 [iOS] do not pause video when entering background while playing to external device
4 https://bugs.webkit.org/show_bug.cgi?id=132374
8 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
10 2014-04-30 Anders Carlsson <andersca@apple.com>
12 Try yet again to fix the build.
14 * WebKit.xcodeproj/project.pbxproj:
16 2014-04-30 Anders Carlsson <andersca@apple.com>
18 Another build fix attempt.
20 * WebKit.xcodeproj/project.pbxproj:
22 2014-04-30 Anders Carlsson <andersca@apple.com>
24 Try to fix the iOS build.
26 * WebKit.xcodeproj/project.pbxproj:
28 2014-04-30 Anders Carlsson <andersca@apple.com>
30 Another build fix attempt.
32 * WebKit.xcodeproj/project.pbxproj:
33 Remove headers if it seems like the WKWebViewPrivate header imports itself.
35 2014-04-30 Anders Carlsson <andersca@apple.com>
39 * WebKit.xcodeproj/project.pbxproj:
40 Remove WK headers from WebKit.framework as well when WebKitLegacy WK headers are encountered.
42 2014-04-30 Anders Carlsson <andersca@apple.com>
46 * WebKit.xcodeproj/project.pbxproj:
47 Remove old WK forwarding headers from WebKitLegacy.
49 2014-04-30 Anders Carlsson <andersca@apple.com>
51 Move the legacy WebKit API into WebKitLegacy.framework and move it inside WebKit.framework
52 https://bugs.webkit.org/show_bug.cgi?id=132399
53 <rdar://problem/15920046>
55 Reviewed by Dan Bernstein.
57 * WebKit.xcodeproj/project.pbxproj:
58 Add a new build target that builds the legacy WebKit API in WebKitLegacy.framework. This framework
59 is then re-exported by WebKit.framework, and its headers are copied to WebKit.framework. All the WebKitLegacy
60 headers are made private, and the MigrateHeadersFromWebKitLegacy.make Makefile will copy all the headers specified
61 in WEBKIT_PUBLIC_HEADERS to WebKit/Headers.
63 2014-04-29 Alex Christensen <achristensen@webkit.org>
65 [WinCairo] Switch video from GStreamer to Media Foundation.
66 https://bugs.webkit.org/show_bug.cgi?id=132358
68 Reviewed by Brent Fulgham.
70 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
71 Removed dependencies on GStreamer.
73 2014-04-22 Brent Fulgham <bfulgham@apple.com>
75 [Win] Support Python 2.7 in Cygwin
76 https://bugs.webkit.org/show_bug.cgi?id=132023
78 Reviewed by Michael Saboff.
80 * WebKit.vcxproj/WebKit/WebKitVersion.cmd: Use correct
81 path to Python under Cygwin.
83 2014-04-20 Andreas Kling <akling@apple.com>
85 Blind Windows build fix. Hope I guessed the 64-bit mangled form right.
87 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
89 2014-04-18 Philippe Normand <pnormand@igalia.com>
91 Remove NETWORK_INFO support
92 https://bugs.webkit.org/show_bug.cgi?id=131841
94 Reviewed by Gyuyoung Kim.
98 2014-04-17 Brent Fulgham <bfulgham@apple.com>
100 [Win] Unreviewed 64-bit build fix.
102 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Do not
103 export 32-bit symbol in 64-bit build.
105 2014-04-17 Hyowon Kim <hw1008.kim@samsung.com>
107 [EFL] Remove deprecated ewk_paint code.
108 https://bugs.webkit.org/show_bug.cgi?id=131266
110 Reviewed by Gyuyoung Kim.
112 ewk_paint related code was deprecated since r166637.
114 * PlatformEfl.cmake: Remove ewk_paint_context.cpp
116 2014-04-16 Simon Fraser <simon.fraser@apple.com>
118 Make Windows fail with a link error so I know what the new symbol is.
120 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
122 2014-04-10 Michael Saboff <msaboff@apple.com>
124 LLInt interpreter code should be generated as part of one function
125 https://bugs.webkit.org/show_bug.cgi?id=131205
127 Reviewed by Mark Lam.
129 Updated VS dependencies for JavaScriptCore changes.
131 * WebKit.vcxproj/WebKit.sln:
133 2014-04-10 Brent Fulgham <bfulgham@apple.com>
135 [Win] Unreviewed 64-bit Build Fix.
137 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Provide
138 proper mangled names for 64-bit build.
140 2014-04-08 Martin Robinson <mrobinson@igalia.com>
142 [GTK] Remove the WebKitGTK+ WebKit 1 code
143 https://bugs.webkit.org/show_bug.cgi?id=131399
145 Reviewed by Anders Carlsson.
147 * PlatformGTK.cmake: Removed.
148 * gtk: Remove this entire directory.
150 2014-04-06 Darin Adler <darin@apple.com>
152 Make some bindings improvements, with smaller code size for error message generation
153 https://bugs.webkit.org/show_bug.cgi?id=131285
155 Reviewed by Andreas Kling.
157 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Updated for
158 changes in JavaScript binding functions.
160 2014-04-05 Brian J. Burg <burg@cs.washington.edu>
162 Web Inspector: remove unused test hook setInspectorResourcesDataSizeLimits
163 https://bugs.webkit.org/show_bug.cgi?id=131268
165 Reviewed by Timothy Hatcher.
167 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove symbols.
169 2014-04-05 Brian J. Burg <burg@cs.washington.edu>
171 Web Inspector: remove unused metrics and commands from the Timeline agent
172 https://bugs.webkit.org/show_bug.cgi?id=131184
174 Reviewed by Timothy Hatcher.
176 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove symbols.
178 2014-04-04 Brent Fulgham <bfulgham@apple.com>
180 Unreviewed build fix.
182 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing
185 2014-04-03 Brent Fulgham <bfulgham@apple.com>
187 Unreviewed build fix.
189 * WebKit.vcxproj/WebKit.sln: Make sure we don't generate the
190 WebInspectorUI before the generated JS is ready.
192 2014-04-02 Benjamin Poulain <bpoulain@apple.com>
194 [iOS] Remove the legacy string drawing code
195 https://bugs.webkit.org/show_bug.cgi?id=131088
197 Reviewed by Sam Weinig.
199 * WebKit.xcodeproj/project.pbxproj:
201 2014-04-02 Brent Fulgham <bfulgham@apple.com>
203 [Win] Unreviewed build fix for full Debug rebuild.
205 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export JSC symbol needed by testing infrastructure.
207 2014-04-01 Zalan Bujtas <zalan@apple.com>
209 Subpixel rendering: Transition class Image (and its dependencies) from int to float to enable subpixel positioned/sized images.
210 https://bugs.webkit.org/show_bug.cgi?id=130643
212 Reviewed by Simon Fraser.
214 This is in preparation to support subpixel positioned/sized background images. While 1x bitmap images can't take
215 subpixel sizing on hidpi resolutions, both generated and hidpi images can.
216 This patch does not change Image behavior in general as both position and size are still snapped to integral values.
218 No change in behavior.
220 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
222 2014-03-31 Andreas Kling <akling@apple.com>
224 Blind Windows build fix. Check my mangle-fu.
226 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
228 2014-03-26 Brent Fulgham <bfulgham@apple.com>
230 Unreviewed build/test correction.
232 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export the AXObjectCache::setEnhancedUserInterfaceEnabled
235 2014-03-22 Darin Adler <darin@apple.com>
237 Remove String::deprecatedCharacters
238 https://bugs.webkit.org/show_bug.cgi?id=126854
240 Reviewed by Sam Weinig.
242 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
243 Removed getData16SlowCase.
245 2014-03-21 Alex Christensen <achristensen@webkit.org>
247 [Win] Compile fixes with video not enabled.
248 https://bugs.webkit.org/show_bug.cgi?id=130597
250 Reviewed by Darin Adler.
252 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
253 Only include MediaSessionManager symbols if video is enabled.
255 2014-03-21 Pratik Solanki <psolanki@apple.com>
257 Check for inappropriate macros in private headers
258 https://bugs.webkit.org/show_bug.cgi?id=130564
260 Reviewed by Filip Pizlo.
262 Check PrivateHeaders for inappropriate macros as well so that we avoid build breakages like
263 the one due to the original commit for bug 130142.
265 * WebKit.xcodeproj/project.pbxproj:
267 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
269 [EFL][GTK] Get CMake to find Freetype2 properly
270 https://bugs.webkit.org/show_bug.cgi?id=130150
272 Reviewed by Martin Robinson.
274 Newer versions of CMake are not able to find Freetype2 correctly.
275 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
276 freetype2 repo, because a completely different version number is found in freetype2.pc.
280 2014-03-20 Beth Dakin <bdakin@apple.com>
282 Speculative build fix.
284 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
286 2014-03-20 Alex Christensen <achristensen@webkit.org>
288 Build fixes for Win64.
289 https://bugs.webkit.org/show_bug.cgi?id=130481
291 Reviewed by Brent Fulgham.
293 * WebKit.vcxproj/WebKit.sln:
294 Don't build ANGLE projects for now, corrected build configurations,
295 and build WebInspectorUI.
296 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
297 Added 64-bit linker symbol.
299 2014-03-20 Gavin Barraclough <barraclough@apple.com>
301 Merge AtomicString, Identifier
302 https://bugs.webkit.org/show_bug.cgi?id=128624
304 Reviewed by Geoff Garen.
306 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
307 - exports no longer needed.
309 2014-03-20 Commit Queue <commit-queue@webkit.org>
311 Unreviewed, rolling out r165962.
312 https://bugs.webkit.org/show_bug.cgi?id=130512
314 It broke the build (Requested by Ossy on #webkit).
318 "[EFL][GTK] Get CMake to find Freetype2 properly"
319 https://bugs.webkit.org/show_bug.cgi?id=130150
320 http://trac.webkit.org/changeset/165962
322 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
324 [EFL][GTK] Get CMake to find Freetype2 properly
325 https://bugs.webkit.org/show_bug.cgi?id=130150
327 Reviewed by Csaba Osztrogonác.
329 Newer versions of CMake are not able to find Freetype2 correctly.
330 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
331 freetype2 repo, because a completely different version number is found in freetype2.pc.
335 2014-03-18 Samuel White <samuel_white@apple.com>
337 AX: Not able to use arrow keys to read text with VoiceOver before selection is set someplace (anyplace).
338 https://bugs.webkit.org/show_bug.cgi?id=130250
340 Reviewed by Chris Fleizach.
342 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
344 2014-03-17 Ryosuke Niwa <rniwa@webkit.org>
346 Revert the erroneous change made by Xcode.
348 * WebKit.xcodeproj/project.pbxproj:
350 2014-03-16 Darin Adler <darin@apple.com>
352 Optimize hasTagName when called on an HTMLElement
353 https://bugs.webkit.org/show_bug.cgi?id=130090
355 Reviewed by Antti Koivisto.
357 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
358 Updated exports for QualifiedName -> HTMLQualifiedName change.
360 2014-03-14 Maciej Stachowiak <mjs@apple.com>
362 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
363 https://bugs.webkit.org/show_bug.cgi?id=130276
364 <rdar://problem/16266927>
366 Reviewed by Simon Fraser.
368 * scripts/generate-webkitversion.pl:
369 (printLicenseHeader):
371 2014-03-14 Oliver Hunt <oliver@apple.com>
373 Improve dom error messages
374 https://bugs.webkit.org/show_bug.cgi?id=130103
376 Reviewed by Andreas Kling.
380 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
382 2014-03-12 Anders Carlsson <andersca@apple.com>
384 <rdar://problem/16307346> Add new WebKitLegacy.framework.
386 Reviewed by Dan Bernstein.
388 * WebKit.xcodeproj/project.pbxproj:
391 2014-03-12 Tim Horton <timothy_horton@apple.com>
393 Hook up image controls for WebKit1
394 https://bugs.webkit.org/show_bug.cgi?id=130062
395 <rdar://problem/15964809>
397 Reviewed by Brady Eidson.
399 * WebKit.xcodeproj/project.pbxproj:
400 Add WebSharingServicePickerController.
402 2014-03-11 Jae Hyun Park <jaepark@webkit.org>
404 [GTK][CMake] Add HARFBUZZ_INCLUDE_DIRS to WebKit and WebKit2
405 https://bugs.webkit.org/show_bug.cgi?id=130070
407 Reviewed by Martin Robinson.
411 2014-03-10 Brent Fulgham <bfulgham@apple.com>
413 [Win] Unreviewed build fix (64-bit).
415 * WebKit.vcxproj/WebKit/WebKitCommon.props: Put uuid.lib as the last link library so that
416 the MSIE DOM symbols don't conflict with WebKit's.
417 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing 64-bit symbol definitions.
419 2014-03-10 Brent Fulgham <bfulgham@apple.com>
421 [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
422 https://bugs.webkit.org/show_bug.cgi?id=130023
424 Reviewed by Dean Jackson.
426 * WebKit.vcxproj/WebKit.make: Removed.
427 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Use %PlatformArchitecture% rather than
428 hard-coded 32-bit path.
430 2014-03-10 Martin Robinson <mrobinson@igalia.com>
432 [GTK] [CMake] Clean up library linking
433 https://bugs.webkit.org/show_bug.cgi?id=129782
435 Reviewed by Philippe Normand.
437 * PlatformGTK.cmake: Use the new macro.
439 2014-03-07 Alex Christensen <achristensen@webkit.org>
441 [Win] Unreviewed build fix after r165310.
443 * WebKit.vcxproj/WebKit/WebKitDirectX.props:
444 Replaced Platform macro, which is either "Win32" or "x64"
445 with PlatformShortName macro, which is either "x86" or "x64".
446 This is correct for finding the DirectX libraries.
448 2014-03-07 Brent Fulgham <bfulgham@apple.com>
450 [Win] Unreviewed gardening (for 64-bit)
452 * WebKit.vcxproj/WebKit/WebKitDirectX.props: Use Platform macro, rather than
453 hard-coded path. This allows it to work on 32-bit or 64-bit builds.
455 2014-03-07 Anders Carlsson <andersca@apple.com>
457 Make it possible to copy WebKit2 headers to WebKit.framework
458 https://bugs.webkit.org/show_bug.cgi?id=129935
460 Reviewed by Dan Bernstein.
462 * WebKit.xcodeproj/project.pbxproj:
463 Move the migrate headers script out into its own file.
465 2014-03-07 Brent Fulgham <bfulgham@apple.com>
467 [Win] Convert WebKit.make to an MSBuild file.
468 https://bugs.webkit.org/show_bug.cgi?id=129888
470 Reviewed by Dean Jackson.
472 * WebKit.vcxproj/WebKit.proj: Added.
474 2014-03-06 Joseph Pecoraro <pecoraro@apple.com>
476 Unreviewed follow-up fix for Windows for r165199.
478 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
480 2014-03-05 Martin Hock <mhock@apple.com>
482 Add support for sessions to MemoryCache.
483 https://bugs.webkit.org/show_bug.cgi?id=127794
485 Reviewed by Sam Weinig.
487 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
489 2014-03-03 Martin Robinson <mrobinson@igalia.com>
491 [GTK][CMake] Generate documentation for the DOM bindings
492 https://bugs.webkit.org/show_bug.cgi?id=126211
494 Reviewed by Carlos Garcia Campos.
496 * PlatformGTK.cmake: The list of headers for GIR generation has a better name
499 2014-03-03 Commit Queue <commit-queue@webkit.org>
501 Unreviewed, rolling out r165013.
502 http://trac.webkit.org/changeset/165013
503 https://bugs.webkit.org/show_bug.cgi?id=129646
505 New code is not thread safe, asserting on a worker test
506 (Requested by ap on #webkit).
508 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
510 2014-03-03 Martin Hock <mhock@apple.com>
512 Add support for sessions to MemoryCache.
513 https://bugs.webkit.org/show_bug.cgi?id=127794
515 Reviewed by Sam Weinig.
517 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
519 2014-03-02 Andreas Kling <akling@apple.com>
521 Blind Windows build fix.
523 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
525 Tweak JSDOMWindowBase::commonVM() return type to be a reference.
527 2014-02-28 Dan Bernstein <mitz@apple.com>
529 [Mac] Remove MailQuirksUserScript.js
530 https://bugs.webkit.org/show_bug.cgi?id=129536
532 Reviewed by Andy Estes.
534 * WebKit.xcodeproj/project.pbxproj: Removed reference to the file.
536 2014-02-26 Michael Saboff <msaboff@apple.com>
538 Auto generate bytecode information for bytecode parser and LLInt
539 https://bugs.webkit.org/show_bug.cgi?id=129181
541 Reviewed by Mark Lam.
543 Added ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR} to WebKit_INCLUDE_DIRECTORIES due to new
544 generated Bytecodes.h include file.
548 2014-02-26 Alex Christensen <achristensen@webkit.org>
550 [WinCairo] Fixed linking after disabling WebGL.
552 * WebKit.vcxproj/WebKit/WebKitCFLite.props:
553 Don't link to ANGLE libraries, which are no longer built.
555 2014-02-26 Joseph Pecoraro <pecoraro@apple.com>
557 Web Inspector: Remove console.profiles from window.console API
558 https://bugs.webkit.org/show_bug.cgi?id=116883
560 Reviewed by Timothy Hatcher.
562 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
564 2014-02-24 Martin Robinson <mrobinson@igalia.com>
566 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
567 https://bugs.webkit.org/show_bug.cgi?id=128417
569 Reviewed by Carlos Garcia Campos.
571 * PlatformGTK.cmake: Correct the definition of WebKitGTK_ENUM_GENERATION_HEADERS and generate
572 a gtkdoc-webkitgtk.cfg file to be used by generate-gtkdoc.
574 2014-02-24 Anders Carlsson <andersca@apple.com>
577 https://bugs.webkit.org/show_bug.cgi?id=129280
579 Reviewed by Dan Bernstein.
583 * WebKit.xcodeproj/project.pbxproj:
585 2014-02-24 Roger Fong <roger_fong@apple.com>
587 [WinCairo] Disable ANGLE build on WinCairo port.
589 * WebKit.vcxproj/WebKit.sln:
591 2014-02-21 Brent Fulgham <bfulgham@apple.com>
593 Unreviewed build fix after r164505
595 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Update exports
596 definition for TreeScope::getElementById.
598 2014-02-21 Eric Carlson <eric.carlson@apple.com>
600 Fix TimeRanges layering violations
601 https://bugs.webkit.org/show_bug.cgi?id=128717
603 Reviewed by Jer Noble.
605 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: TimeRanges::create(void) for Internals.
607 2014-02-20 Enrique Ocaña González <eocanha@igalia.com>
609 WebKitGTK+ should stop using COMPILE_ASSERT_MATCHING_ENUM macros
610 https://bugs.webkit.org/show_bug.cgi?id=127800
612 Reviewed by Martin Robinson.
614 * PlatformGTK.cmake: Removed AssertMatchingEnums.cpp
616 2014-02-18 Ryosuke Niwa <rniwa@webkit.org>
618 Changing selection shouldn't synchronously update editor UI components
619 https://bugs.webkit.org/show_bug.cgi?id=129024
621 Reviewed by Brent Fulgham.
623 Added symbols for internals.
625 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
627 2014-02-17 Sergio Correia <sergio.correia@openbossa.org>
629 Replace uses of PassOwnPtr/OwnPtr with std::unique_ptr in WebCore/inspector
630 https://bugs.webkit.org/show_bug.cgi?id=128681
632 Reviewed by Timothy Hatcher.
634 Another step towards getting rid of PassOwnPtr/OwnPtr, now targeting
635 WebCore/inspector/*. Besides files in there, a few other files in
636 JavaScriptCore/inspector, WebKit/, WebKit2/WebProcess/WebCoreSupport/
637 and WebCore/testing were touched.
639 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
641 2014-02-15 Alexey Proskuryakov <ap@apple.com>
643 [Mac] Remove WebSerializedJSValue SPI
644 https://bugs.webkit.org/show_bug.cgi?id=128720
646 Reviewed by Anders Carlsson.
648 * WebKit.xcodeproj/project.pbxproj: Removed WebSerializedJSValue files from the project.
650 2014-02-11 Alex Christensen <achristensen@webkit.org>
652 Fixed linking on Win64.
653 https://bugs.webkit.org/show_bug.cgi?id=128211
655 Reviewed by Brent Fulgham.
657 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
658 Corrected Win64 linker symbols.
660 2014-02-09 Mark Rowe <mrowe@apple.com>
662 Stop relinking WebKit on every build.
664 * WebKit.xcodeproj/project.pbxproj: Fix the case on an input file for the Generate Export Files
665 script phase so it will run only when the inputs change rather than on every build.
667 2014-02-09 Ryuan Choi <ryuan.choi@samsung.com>
669 [EFL] Remove PageClientEfl
670 https://bugs.webkit.org/show_bug.cgi?id=128508
672 Reviewed by Andreas Kling.
674 * PlatformEfl.cmake: Removed PageClientEfl.cpp
676 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
678 Unreviewed Windows Build Fix after r163568.
680 Remove old symbol export. It is now const. Waiting for bot to produce new symbol.
682 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
684 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
686 Remove ENABLE(SVG) guards
687 https://bugs.webkit.org/show_bug.cgi?id=127991
689 Reviewed by Sam Weinig.
693 2014-02-04 Eric Carlson <eric.carlson@apple.com>
695 Refine MediaSession interruptions
696 https://bugs.webkit.org/show_bug.cgi?id=128125
698 Reviewed by Jer Noble.
700 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export applicationWillEnterForeground
701 and applicationWillEnterBackground for Internals.
703 2014-02-04 Commit Queue <commit-queue@webkit.org>
705 Unreviewed, rolling out r163376.
706 http://trac.webkit.org/changeset/163376
707 https://bugs.webkit.org/show_bug.cgi?id=128184
709 Unexpected test failures. (Requested by eric_carlson on
712 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
714 2014-02-04 Eric Carlson <eric.carlson@apple.com>
716 Refine MediaSession interruptions
717 https://bugs.webkit.org/show_bug.cgi?id=128125
719 Reviewed by Jer Noble.
721 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export applicationWillEnterForeground
722 and applicationWillEnterBackground for Internals.
724 2014-01-31 Oliver Hunt <oliver@apple.com>
726 Rollout r163195 and related patches
730 2014-01-29 Oliver Hunt <oliver@apple.com>
732 Make it possible to implement JS builtins in JS
733 https://bugs.webkit.org/show_bug.cgi?id=127887
735 Reviewed by Michael Saboff.
741 2014-01-30 Martin Robinson <mrobinson@igalia.com>
743 [GTK] [CMake] Add support for building against GTK+ 2
744 https://bugs.webkit.org/show_bug.cgi?id=127959
746 Reviewed by Anders Carlsson.
748 * PlatformGTK.cmake: Use the new API version variable and don't use GTK3 directly.
750 2014-01-30 Commit Queue <commit-queue@webkit.org>
752 Unreviewed, rolling out r163052.
753 http://trac.webkit.org/changeset/163052
754 https://bugs.webkit.org/show_bug.cgi?id=127895
756 It was the buildfix after the rolled out r163048 (Requested by
759 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
761 2014-01-29 Dan Bernstein <mitz@apple.com>
763 Moved linking against common frameworks and a library from the .xcconfig file into the target.
765 Reviewed by Tim Horton.
767 * WebKit.xcodeproj/project.pbxproj:
769 2014-01-29 Sam Weinig <sam@webkit.org>
773 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
775 2014-01-29 Ryuan Choi <ryuan.choi@samsung.com>
777 EFL port should stop using COMPILE_ASSERT_MATCHING_ENUM macros
778 https://bugs.webkit.org/show_bug.cgi?id=127801
780 Reviewed by Anders Carlsson.
782 * PlatformEfl.cmake: Removed AssertMatchingEnums.cpp
784 2014-01-27 Roger Fong <roger_fong@apple.com>
786 [Windows] Tests crashing on Windows after r162816.
787 https://bugs.webkit.org/show_bug.cgi?id=127703.
789 Reviewed by Alexey Proskuryakov.
791 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove variable export in favor of function export.
793 2014-01-26 Chris Fleizach <cfleizach@apple.com>
795 AX: Disable accessibility after every test run
796 https://bugs.webkit.org/show_bug.cgi?id=127439
798 Reviewed by Alexey Proskuryakov.
800 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
802 2014-01-26 Anders Carlsson <andersca@apple.com>
806 Make HistoryPropertyList an Objective-C++ class.
808 * WebKit.xcodeproj/project.pbxproj:
810 2014-01-25 Alex Christensen <achristensen@webkit.org>
812 Unreviewed build fix for Win64.
814 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
815 Corrected 64-bit linker symbol.
817 2014-01-23 Simon Fraser <simon.fraser@apple.com>
819 Attempt to fix Windows DRT link issue.
821 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
823 2014-01-23 Simon Fraser <simon.fraser@apple.com>
825 Make visibleContentRect() return actualVisibleContentRect() on iOS most of the time
826 https://bugs.webkit.org/show_bug.cgi?id=127456
828 Reviewed by Antti Koivisto.
830 On iOS, visibleContentRect() returns the entire document rect for historical
831 reasons, and actualVisibleContentRect() returns what visibleContentRect()
832 returns on other platforms.
834 In addition, actualVisibleContentRect() was returning an empty rect in WK2.
836 Reduce the confusion of #ifdefs by making visibleContentRect() behave like
837 actualVisibleContentRect() by default on iOS. Where it needs the old behavior,
838 an optional parameter, LegacyIOSDocumentVisibleRect, provides this.
840 Achieve this by having the virtual ScrollableArea::visibleContentRectInternal(),
841 which is called by non-virtual visibleContentRect() and visibleContentRectIncludingScrollbars().
843 Similarly clean up visibleHeight/visibleWidth functions by having visibleSize() be virtual,
844 with non-virtual visibleHeight() and visibleWidth().
846 ScrollableArea subclasses override visibleContentRectInternal() and visibleSize() where necessary.
848 Mechanically change all the call sites of actualVisibleContentRect() to
849 use visibleContentRect(), and the call sites of visibleContentRect()
850 to visibleContentRect(..., LegacyIOSDocumentVisibleRect), adding comments
851 where this may not be appropriate.
853 Change callers of visibleContentRect(IncludeScrollbars...) to visibleContentRectIncludingScrollbars().
855 Also add actualScrollPosition(), and clean up some actualScroll* call sites.
859 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
861 2014-01-22 Brent Fulgham <bfulgham@apple.com>
863 [Win] Update project and solution files for 64-bit builds
864 https://bugs.webkit.org/show_bug.cgi?id=127457
866 Reviewed by Eric Carlson.
868 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj: Update for VS2013.
869 * WebKit.vcxproj/WebKit.submit.sln: Add 64-bit target.
870 * WebKit.vcxproj/WebKit/WebKit.vcxproj: Update for VS2013
871 * WebKit.vcxproj/WebKit/WebKitApple.props: Remove unused QTMovieWin
873 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
875 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj: Ditto
877 2014-01-22 Martin Robinson <mrobinson@igalia.com>
879 [GTK] Avoid a circular dependency when building webkitenumtypes.h
880 https://bugs.webkit.org/show_bug.cgi?id=127199
882 Reviewed by Daniel Bates.
884 * PlatformGTK.cmake: Create a new list of headers consisting of all installed headers
885 except webkitenumtypes.h. Use this list when generating webkitenumtypes.h.
887 2014-01-21 Alex Christensen <achristensen@webkit.org>
889 Unreviewed build fix for Win64.
891 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
892 Corrected 64-bit linker symbols.
894 2014-01-18 Brian Burg <bburg@apple.com>
896 Another build fix attempt for Windows and EFL WebKit1.
898 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
900 2014-01-18 Brian Burg <bburg@apple.com>
902 Unreviewed build fix attempt for Windows.
904 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
906 2014-01-17 Martin Robinson <mrobinson@igalia.com>
908 Build fix for the CMake GTK+ build
910 * PlatformGTK.cmake: We need to include ProgressTrackerClientGtk in the source list.
912 2014-01-17 Beth Dakin <bdakin@apple.com>
914 Need a way to test the tile cache with margins enabled
915 https://bugs.webkit.org/show_bug.cgi?id=127194
917 <rdar://problem/15571327>
919 Reviewed by Tim Horton.
921 Attempt to keep Windows building.
923 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
925 2014-01-16 Andy Estes <aestes@apple.com>
927 [iOS] Fix build issues with exported headers
929 * WebKit.xcodeproj/project.pbxproj: Removed WebPluginPrivate.h from
932 2014-01-15 Ryuan Choi <ryuan.choi@samsung.com>
934 [EFL][WK1] Implement ProgressTrackerClientEfl to fix the crash
935 https://bugs.webkit.org/show_bug.cgi?id=127031
937 Reviewed by Gyuyoung Kim.
939 * PlatformEfl.cmake: Added ProgressTrackerClientEfl.cpp into source lists.
941 2014-01-14 Anders Carlsson <andersca@apple.com>
943 Create separate progress tracker clients
944 https://bugs.webkit.org/show_bug.cgi?id=127025
946 Reviewed by Sam Weinig.
948 * WebKit.xcodeproj/project.pbxproj:
950 2014-01-14 Dean Jackson <dino@apple.com>
952 Correct grave mistake in updating the pbxproj file rather than xcconfig.
954 * WebKit.xcodeproj/project.pbxproj:
956 2014-01-14 Dean Jackson <dino@apple.com>
958 Attempt to fix 32-bit Mac build.
960 * WebKit.xcodeproj/project.pbxproj:
962 2014-01-14 Dean Jackson <dino@apple.com>
964 [WK1] Allow generated export files on iOS
965 https://bugs.webkit.org/show_bug.cgi?id=127008
967 Reviewed by Simon Fraser.
969 Modify the export file generation rule to read from
970 a shared and platform-specific input file.
972 * WebKit.xcodeproj/project.pbxproj:
974 2014-01-13 Alex Christensen <achristensen@webkit.org>
976 Unreviewed build fix for Win64.
978 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
979 Corrected 64-bit linker symbols.
981 2014-01-13 Daniel Bates <dabates@apple.com>
983 [iOS] More build fixes for WebKit
985 Add iOS-specific logic to build phases: "Symlink WebKitPluginHost in to place" and "Migrate Headers".
987 * WebKit.xcodeproj/project.pbxproj:
989 2014-01-13 Daniel Bates <dabates@apple.com>
991 [iOS] Fix up WebKit build phases
993 Add iOS-specific logic to build phrases "Generate 64-bit Export File" and "Migrate Headers".
995 * WebKit.xcodeproj/project.pbxproj:
997 2014-01-13 Daniel Bates <dabates@apple.com>
999 [iOS] Don't link to Mac-only frameworks when building WebKit
1001 Currently the Xcode project always links against various Mac-only frameworks (e.g. Carbon.framework).
1002 Instead the Xcode project should only link against {JavaScriptCore, WebCore}.framework and
1003 libicucore.dylib, which are the frameworks/libraries that are shared by both the Mac and iOS port. We'll
1004 use Configuration/WebCore.xcconfig to specify additional port-specific frameworks to link against.
1006 * WebKit.xcodeproj/project.pbxproj:
1008 2014-01-13 Eric Carlson <eric.carlson@apple.com>
1010 Unreviewed build fix.
1012 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing
1013 exports needed for Windows build after r161899.
1015 2014-01-13 Andy Estes <aestes@apple.com>
1017 [iOS] Build Fix: switch back to calling postprocess-headers.sh
1019 * WebKit.xcodeproj/project.pbxproj:
1021 2014-01-12 Dan Bernstein <mitz@apple.com>
1023 Try to fix the Windows build after r161852.
1025 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1027 2014-01-10 Daniel Bates <dabates@apple.com>
1029 [iOS] Upstream WebCore and Tools miscellaneous changes
1030 https://bugs.webkit.org/show_bug.cgi?id=126698
1032 Reviewed by David Kilzer.
1034 * WebKit.xcodeproj/project.pbxproj:
1036 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
1038 Remove the WebKit layer of the Blackberry port
1039 https://bugs.webkit.org/show_bug.cgi?id=126715
1041 Reviewed by Anders Carlsson.
1043 * PlatformBlackBerry.cmake: Removed.
1044 * blackberry: Removed.
1046 2014-01-08 Ryuan Choi <ryuan.choi@samsung.com>
1048 [EFL] Merge ewk_view_single into ewk_view
1049 https://bugs.webkit.org/show_bug.cgi?id=126508
1051 Reviewed by Gyuyoung Kim.
1053 * PlatformEfl.cmake: Removed ewk_view_single.cpp.
1055 2014-01-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1057 [EFL] Move efl API test binaries to TestWebKitAPI/EWebKit|EWebKit2
1058 https://bugs.webkit.org/show_bug.cgi?id=126615
1060 Reviewed by Martin Robinson.
1062 Now EFL API test binaries created in *bin* directory with other executables.
1063 It would be good to move them to their folder. This patch moves them to
1064 *TestWebKitAPI/EWebKit|EWebKit2* directories.
1066 * PlatformEfl.cmake:
1068 2014-01-08 Brent Fulgham <bfulgham@apple.com>
1070 Unreviewed build fix.
1072 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing
1073 exports needed for Windows build.
1075 2014-01-07 Eric Carlson <eric.carlson@apple.com>
1077 Teach MediaSessionManager to manage interruptions
1078 https://bugs.webkit.org/show_bug.cgi?id=126530
1080 Reviewed by Sam Weinig.
1082 * CMakeLists.txt: Add ${WEBCORE_DIR}/platform/animation to WebCore include directories.
1084 2014-01-06 Martin Robinson <mrobinson@igalia.com>
1086 Small build fix for the GTK+ CMake port
1088 * PlatformGTK.cmake: Include a missing GeoClue include directory.
1090 2014-01-06 Martin Robinson <mrobinson@igalia.com>
1092 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
1093 https://bugs.webkit.org/show_bug.cgi?id=126505
1095 Reviewed by Gustavo Noronha Silva.
1097 * PlatformGTK.cmake: Add the geoclue platform directory to the include directory list.
1099 2014-01-06 Mark Rowe <mrowe@apple.com>
1101 <https://webkit.org/b/126499> Move WebKit off the legacy WebKit availability macros
1103 The legacy WebKit availability macros are verbose, confusing, and provide no benefit
1104 over using the system availability macros directly. The original vision was that
1105 they'd serve a cross-platform purpose but that never came to be.
1107 Since WebKit1 is API on OS X but SPI on iOS, some indirection is still needed in the
1108 availability macros to allow the headers to advertise the API as unavailable on OS X
1109 without interfering with the ability to build on iOS. This is achieved by defining
1110 WEBKIT-prefixed versions of the Foundation availability macros that are defined to
1111 their NS-prefixed equivalents. The installed headers are post-processed to map these
1112 macros back to their Foundation equivalents.
1114 Part of <rdar://problem/15512304>.
1116 Reviewed by Sam Weinig.
1118 * WebKit.xcodeproj/project.pbxproj: Change the Postprocess Headers build phase to
1119 invoke mac/postprocess-headers.sh.
1121 2014-01-05 Martin Robinson <mrobinson@igalia.com>
1123 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
1124 https://bugs.webkit.org/show_bug.cgi?id=116379
1126 Reviewed by Gustavo Noronha Silva.
1128 * PlatformGTK.cmake: Install API headers, gir files, and the pkg-config file. Move
1129 a couple installed and generated headers to the installed headers list.
1131 2014-01-04 Martin Robinson <mrobinson@igalia.com>
1133 [GTK] [CMake] Improve the way we locate gobject-introspection
1134 https://bugs.webkit.org/show_bug.cgi?id=126452
1136 Reviewed by Philippe Normand.
1138 * PlatformGTK.cmake: Use the new introspection variables.
1140 2014-01-03 Simon Fraser <simon.fraser@apple.com>
1142 Attempt to fix EFL build.
1146 2013-12-31 Andy Estes <aestes@apple.com>
1148 [iOS] Upstream PLATFORM(IOS) changes to Source/WebKit/
1149 https://bugs.webkit.org/show_bug.cgi?id=125746
1151 Reviewed by David Kilzer.
1153 * WebKit.xcodeproj/project.pbxproj: Added WebDatabaseManagerInternal.h
1156 2013-12-30 Martin Robinson <mrobinson@igalia.com>
1158 [CMake] [GTK] Add support for GObject introspection
1159 https://bugs.webkit.org/show_bug.cgi?id=126162
1161 Reviewed by Daniel Bates.
1163 * PlatformGTK.cmake: Add the GIR targets.
1165 2013-12-29 Ryuan Choi <ryuan.choi@samsung.com>
1167 [EFL] Remove ewk_view_tiled
1168 https://bugs.webkit.org/show_bug.cgi?id=125961
1170 Reviewed by Gyuyoung Kim.
1172 * PlatformEfl.cmake: Removed ewk_view_tiled related files.
1174 2013-12-29 Martin Robinson <mrobinson@igalia.com>
1176 [GTK] [CMake] Convenience libraries that export API should be compiled with --whole-archive on Unix
1177 https://bugs.webkit.org/show_bug.cgi?id=126232
1179 Reviewed by Gustavo Noronha Silva.
1181 * PlatformGTK.cmake: Prefix libGObjectDOMBindings with --whole-archive so that
1182 symbols are not omitted during final linking.
1184 2013-12-25 Martin Robinson <mrobinson@igalia.com>
1186 [GTK] [CMake] Clean up generated sources directories
1187 https://bugs.webkit.org/show_bug.cgi?id=126216
1189 Reviewed by Gustavo Noronha Silva.
1191 * PlatformGTK.cmake: Use the new derived source variables.
1193 2013-12-22 Martin Robinson <mrobinson@igalia.com>
1195 [GTK][CMake] libtool-compatible soversion calculation
1196 https://bugs.webkit.org/show_bug.cgi?id=125511
1198 Reviewed by Gustavo Noronha Silva.
1200 * CMakeLists.txt: Use the POPULATE_LIBRARY_VERSION macro and the
1201 library-specific version information.
1203 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
1205 [GTK] [CMake] Generate pkg-config files
1206 https://bugs.webkit.org/show_bug.cgi?id=125685
1208 Reviewed by Martin Robinson.
1210 * PlatformGTK.cmake: generate webkitgtk-3.0.pc.
1212 2013-12-22 Martin Robinson <mrobinson@igalia.com>
1214 Small build fix for GTK+ with the CMake build
1216 * CMakeLists.txt: Remove duplicate include directory and add missing directories
1219 2013-12-20 Simon Fraser <simon.fraser@apple.com>
1221 Try to fix the Windows build.
1223 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1225 2013-12-20 Brent Fulgham <bfulgham@apple.com>
1227 [Win] Unreviewed build fix after r160908.
1229 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add
1232 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1234 Unreviewed cmake build fix for GTK+.
1236 * PlatformGTK.cmake: add missing include directory.
1238 2013-12-16 Martin Robinson <mrobinson@igalia.com>
1240 [GTK] [CMake] Add support for building WebKit1
1241 https://bugs.webkit.org/show_bug.cgi?id=116377
1243 Reviewed by Gustavo Noronha Silva.
1245 * CMakeLists.txt: Updated WebCore include directory list for WebKitGTK+ and
1246 added BUILDING_WEBKIT to the list of defines.
1247 * PlatformGTK.cmake: Added.
1249 2013-12-18 Alex Christensen <achristensen@webkit.org>
1251 [WinCairo] Preparation for GStreamer on Windows.
1252 https://bugs.webkit.org/show_bug.cgi?id=125946
1254 Reviewed by Brent Fulgham.
1256 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
1257 Use new GStreamer property sheets for WinCairo.
1258 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1259 Fixed 64-bit symbols, added GStreamer symbol.
1261 2013-12-16 Alex Christensen <achristensen@webkit.org>
1263 [Win] Unreviewed build fix for 64-bit.
1265 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1266 Corrected 64-bit linker symbols.
1268 2013-12-16 Brent Fulgham <bfulgham@apple.com>
1270 [Win] Unreviewed build fix.
1272 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Correct typo that added a '\' at the
1273 end of a line of the file.
1275 2013-12-16 Brent Fulgham <bfulgham@apple.com>
1277 [Win] Remove dead code after conversion to VS2013
1278 https://bugs.webkit.org/show_bug.cgi?id=125795
1280 Reviewed by Darin Adler.
1282 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1283 Remove unused function exports.
1285 2013-12-16 Alex Christensen <achristensen@webkit.org>
1287 Fixed Win64 build on VS2013.
1288 https://bugs.webkit.org/show_bug.cgi?id=125753
1290 Reviewed by Brent Fulgham.
1292 * WebKit.vcxproj/WebKit.sln:
1293 Use new 64-bit WebInspectorUI configurations.
1294 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
1295 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
1296 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
1297 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
1298 Added correct PlatformToolset for 64-bit builds.
1300 2013-12-15 Brent Fulgham <bfulgham@webkit.org>
1302 [Win] Unreviewed build fix.
1304 * WebKit.vcxproj/WebKit.sln: Remove reference to QTMovieWin,
1305 which we do not wish to build.
1307 2013-12-14 Brent Fulgham <bfulgham@webkit.org>
1309 [Win] Unreviewed build fix
1311 QTMovieWin should not be build at the moment, but some builders
1312 are continuing to attempt it. This change marks the project
1313 file as excluded from building.
1315 * WebKit.vcxproj/WebKit.sln: Mark QTMovieWin as excluded from build.
1317 2013-12-13 Brent Fulgham <bfulgham@apple.com>
1319 Unreviewed build correction after r160548.
1321 * WebKit.vcxproj/WebKit/WebKitApple.props: Exclude linking with QTMoveWin, which does
1322 not build with VS2013.
1324 2013-12-13 Brent Fulgham <bfulgham@apple.com>
1326 Unreviewed build correction after r160548
1328 * WebKit.vcxproj/WebKit.sln: Revise build order to avoid errors with ANGLE included.
1330 2013-12-13 Brent Fulgham <bfulgham@apple.com>
1332 [Win] Unreviewed build fix after r160548
1334 * WebKit.vcxproj/WebKit.sln: Revised to build under VS2013.
1336 2013-12-13 Andy Estes <aestes@apple.com>
1338 Post-process exported WebKit headers based on PLATFORM_NAME
1339 https://bugs.webkit.org/show_bug.cgi?id=125682
1341 Reviewed by Dan Bernstein.
1343 Added a build phase that calls unifdef(1) on each of WebKit's Public
1344 and Private headers, defining TARGET_OS_EMBEDDED, TARGET_OS_IPHONE, and
1345 TARGET_IPHONE_SIMULATOR based on the value of PLATFORM_NAME. This has
1346 the effect of stripping out bits not needed by the SDK being built for.
1348 * WebKit.xcodeproj/project.pbxproj:
1350 2013-12-13 Brent Fulgham <bfulgham@apple.com>
1352 [Win] Switch WebKit solution to Visual Studio 2013
1353 https://bugs.webkit.org/show_bug.cgi?id=125192
1355 Reviewed by Anders Carlsson.
1357 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj: Update for VS2013
1358 * WebKit.vcxproj/WebKit.sln: Ditto
1359 * WebKit.vcxproj/WebKit/WebKit.vcxproj: Ditto
1360 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj: Ditto
1361 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj: Ditto
1363 2013-12-11 Alex Christensen <achristensen@webkit.org>
1365 [Win] Build fix after r159768.
1366 https://bugs.webkit.org/show_bug.cgi?id=125467
1368 Reviewed by Brent Fulgham.
1370 * WebKit.vcxproj/WebKit/WebKitVersion.cmd:
1371 Set PATH environment variable to include cygwin bin directory.
1373 2013-12-11 Alex Christensen <achristensen@webkit.org>
1375 [Win] Unreviewed link fix.
1377 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1378 Corrected 64-bit linker symbols.
1380 2013-12-11 Joseph Pecoraro <pecoraro@apple.com>
1382 Web Inspector: Push More Inspector Required Classes Down into JavaScriptCore
1383 https://bugs.webkit.org/show_bug.cgi?id=125324
1385 Reviewed by Timothy Hatcher.
1387 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1389 2013-12-11 Mark Rowe <mrowe@apple.com>
1391 <https://webkit.org/b/125562> Remove a Leopard-specific check from WebKit.xcodeproj
1393 Reviewed by Anders Carlsson.
1395 * WebKit.xcodeproj/project.pbxproj:
1397 2013-12-06 Roger Fong <roger_fong@apple.com> and Brent Fulgham <bfulgham@apple.com>
1399 [Win] Support compiling with VS2013.
1400 https://bugs.webkit.org/show_bug.cgi?id=125353
1402 Reviewed by Anders Carlsson.
1404 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Provide
1405 proper exports for VS2013 build.
1407 2013-12-06 Dániel Bátyai <Batyai.Daniel@stud.u-szeged.hu>
1409 Build fix after r160207, remove the BitmapImage::decodeSize symbol export
1410 https://bugs.webkit.org/show_bug.cgi?id=125342
1412 Reviewed by Csaba Osztrogonác.
1414 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1416 2013-12-05 Brent Fulgham <bfulgham@apple.com>
1418 [Win] Avoid copying compiled-in resources to DSTROOT
1419 https://bugs.webkit.org/show_bug.cgi?id=125309
1421 Reviewed by Jer Noble.
1423 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Only copy Info.plist to the final WebKit.resource bundle.
1424 The PNG and RC files are compiled into the WebKit.dll library.
1426 2013-12-04 Brent Fulgham <bfulgham@apple.com>
1428 [Win] Correct WebKit.make copy command to land resources in proper directory.
1429 https://bugs.webkit.org/show_bug.cgi?id=125249
1431 Reviewed by Tim Horton.
1433 * WebKit.vcxproj/WebKit.make: Correct the copy command.
1435 2013-12-04 peavo@outlook.com <peavo@outlook.com>
1437 [Win][64-bit] Link error.
1438 https://bugs.webkit.org/show_bug.cgi?id=125234
1440 Reviewed by Brent Fulgham.
1442 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Changed 64-bit version of symbol.
1444 2013-12-03 Joseph Pecoraro <pecoraro@apple.com>
1446 Web Inspector: Push Remote Inspector debugging connection management into JavaScriptCore
1447 https://bugs.webkit.org/show_bug.cgi?id=124613
1449 Reviewed by Timothy Hatcher.
1451 * WebKit.xcodeproj/project.pbxproj:
1453 2013-12-03 Brent Fulgham <bfulgham@apple.com>
1455 [Win] WebKit.make Makefile doesn't copy resource bundle to DSTROOT
1456 https://bugs.webkit.org/show_bug.cgi?id=125160
1458 Reviewed by Tim Horton.
1460 * WebKit.vcxproj/WebKit.make: Add copy command for resource bundle.
1462 2013-12-02 Beth Dakin <bdakin@apple.com>
1464 Attempted build fix. I think this is no longer needed.
1466 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1468 2013-12-02 Beth Dakin <bdakin@apple.com>
1470 Add a setting to opt into a mode where the background extends and fixed elements
1471 don't move on rubber-band
1472 https://bugs.webkit.org/show_bug.cgi?id=124745
1474 Reviewed by Tim Horton.
1478 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1480 2013-12-02 Brent Fulgham <bfulgham@apple.com>
1482 [Win] WebKit Project doesn't copy resource bundle
1483 https://bugs.webkit.org/show_bug.cgi?id=125078
1485 Reviewed by Jer Noble.
1487 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Correct post-build step
1488 to copy WebKit.resources to build target.
1490 2013-11-28 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
1492 Building EFL Webkit again with mediastream enabled
1493 https://bugs.webkit.org/show_bug.cgi?id=124930
1495 Reviewed by Csaba Osztrogonác.
1499 2013-11-27 Sam Weinig <sam@webkit.org>
1503 * WebKit.xcodeproj/project.pbxproj:
1505 2013-11-25 peavo@outlook.com <peavo@outlook.com>
1507 [Win] WebKit version in user agent string is incorrect.
1508 https://bugs.webkit.org/show_bug.cgi?id=124454
1510 Reviewed by Brent Fulgham.
1512 Generate WebKitVersion.h file from mac's Version.xcconfig file.
1514 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
1515 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
1516 * WebKit.vcxproj/WebKit/WebKitVersion.cmd: Added.
1518 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
1520 [GStreamer] Remove 0.10 codepath
1521 https://bugs.webkit.org/show_bug.cgi?id=124534
1523 Reviewed by Philippe Normand.
1525 * PlatformEfl.cmake: Removed FullscreenVideoControllerEfl.cpp.
1527 2013-11-21 Alex Christensen <achristensen@webkit.org>
1529 Remove ANGLEGenerated from Windows build.
1530 https://bugs.webkit.org/show_bug.cgi?id=124759
1532 Reviewed by Darin Adler.
1534 * WebKit.vcxproj/WebKit.sln:
1535 Remove references to ANGLEGenerated.vcxproj.
1537 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
1539 Remove ENABLE_WORKERS
1540 https://bugs.webkit.org/show_bug.cgi?id=105784
1542 Reviewed by Darin Adler.
1544 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1546 2013-11-21 peavo@outlook.com <peavo@outlook.com>
1548 [WinCairo] Building ANGLE libraries fails.
1549 https://bugs.webkit.org/show_bug.cgi?id=124679
1551 Reviewed by Brent Fulgham.
1553 * WebKit.vcxproj/WebKit/WebKitCFLite.props: Link with translator_hlsl.lib.
1555 2013-11-19 Mark Lam <mark.lam@apple.com>
1557 Add tracking of endColumn for Executables.
1558 https://bugs.webkit.org/show_bug.cgi?id=124245.
1560 Reviewed by Geoffrey Garen.
1562 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1563 - Added an exported symbol to make the Win32 build happy. The Win64 symbol
1564 is currently a copy of the Win32 one. It'll need to be updated if the
1565 mangled symbol is different for Win64.
1567 2013-11-18 Mark Rowe <mrowe@apple.com>
1569 Use hw.activecpu for determining how many processes to spawn.
1571 It's documented as the preferred way to determine the number of threads
1572 or processes to create in a SMP aware application.
1574 Rubber-stamped by Tim Horton.
1576 * WebKit.xcodeproj/project.pbxproj:
1578 2013-11-18 Ryuan Choi <ryuan.choi@samsung.com>
1580 [EFL] Add EWebKitConfig.cmake and EWebKit2Config.cmake
1581 https://bugs.webkit.org/show_bug.cgi?id=124478
1583 Reviewed by Gyuyoung Kim.
1585 EWebKit is built using CMake but applications use *.pc to use it.
1586 This patch provides EWebKitConfig.cmake and EWebKit2Config.cmake
1587 for applications which use EWebkit and is compiled by CMake.
1589 * PlatformEfl.cmake:
1590 Configure and install EWebKitConfig.cmake and EWebKitConfigVersion.cmake
1592 2013-11-13 Joseph Pecoraro <pecoraro@apple.com>
1594 Unreviewed rollout of r159271, broke Mountain Lion build.
1596 * WebKit.xcodeproj/project.pbxproj:
1598 2013-11-13 Anders Carlsson <andersca@apple.com>
1600 Deprecate WebHistory methods that use NSCalendarDate
1601 https://bugs.webkit.org/show_bug.cgi?id=124329
1602 <rdar://problem/15441122>
1604 Reviewed by Mark Rowe.
1606 * WebKit.xcodeproj/project.pbxproj:
1607 Add a shell script phase that uses unifdef to remove the __NSd_10_9 #define from
1608 WebHistory on Mavericks.
1610 2013-11-11 Alex Christensen <achristensen@webkit.org>
1612 Unreviewed build fix for Win64.
1614 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1615 Fixed 64-bit linker symbols.
1617 2013-11-11 Dan Bernstein <mitz@apple.com>
1619 [Mac] .exp files are not source code
1620 https://bugs.webkit.org/show_bug.cgi?id=124154
1622 Reviewed by Andy Estes.
1624 * WebKit.xcodeproj/project.pbxproj: Removed WebKit.iOS.exp from the Compile Sources build
1627 2013-11-07 Roger Fong <roger_fong@apple.com>
1629 Unreviewed. Windows WebKit makefile fixes.
1631 No need to copy over WebKit.resources.
1633 * WebKit.vcxproj/WebKit.make:
1634 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
1636 2013-11-07 Denis Nomiyama <d.nomiyama@samsung.com>
1638 [GTK] Glyphs in vertical text tests are rotated 90 degrees clockwise
1639 https://bugs.webkit.org/show_bug.cgi?id=50619
1641 Reviewed by Martin Robinson.
1643 Added WebCore/platform/graphics/opentype to the include path.
1645 * PlatformEfl.cmake:
1647 2013-11-04 Brent Fulgham <bfulgham@apple.com>
1649 [Win] Use VersionStamper for official builds
1650 https://bugs.webkit.org/show_bug.cgi?id=123758
1652 Reviewed by Tim Horton.
1654 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd: Restore command to
1655 call VersionStamper on final stage of build.
1657 2013-11-02 Christophe Dumez <ch.dumez@samsung.com>
1659 EnforceRange doesn't enforce range of a short
1660 https://bugs.webkit.org/show_bug.cgi?id=123661
1662 Reviewed by Alexey Proskuryakov.
1664 Export symbols to fix Windows build.
1666 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1668 2013-11-01 Andy Estes <aestes@apple.com>
1670 [iOS] Make some headers Private
1671 https://bugs.webkit.org/show_bug.cgi?id=123626
1673 Reviewed by Andreas Kling.
1675 * WebKit.xcodeproj/project.pbxproj:
1677 2013-11-01 Afonso R. Costa Jr. <afonso.costa@samsung.com>
1679 Expose setApplicationCacheOriginQuota via window.internals
1680 https://bugs.webkit.org/show_bug.cgi?id=87838
1682 Reviewed by Joseph Pecoraro.
1684 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add
1685 symbols for setApplicationCacheOriginQuota from Internals.
1687 2013-11-01 Andy Estes <aestes@apple.com>
1689 Reverted r158443. It broke the build.
1691 * WebKit.xcodeproj/project.pbxproj:
1693 2013-11-01 Andy Estes <aestes@apple.com>
1695 [iOS] Make some headers Private
1696 https://bugs.webkit.org/show_bug.cgi?id=123626
1698 Reviewed by Sam Weinig.
1700 * WebKit.xcodeproj/project.pbxproj:
1702 2013-10-31 Ryosuke Niwa <rniwa@webkit.org>
1704 Windows build fix attempt after r158421.
1706 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1708 2013-10-29 Andy Estes <aestes@apple.com>
1710 [iOS] Upstream Source/WebKit/ios/
1711 https://bugs.webkit.org/show_bug.cgi?id=123470
1713 Reviewed by Sam Weinig.
1715 * WebKit.xcodeproj/project.pbxproj:
1717 2013-10-30 Myles C. Maxfield <mmaxfield@apple.com>
1719 WebKit/win/WebKitGraphics.h:void WebDrawText(WebTextRenderInfo*); is never called
1720 https://bugs.webkit.org/show_bug.cgi?id=123485
1722 Reviewed by Brent Fulgham.
1724 Deleting the function
1726 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1728 2013-10-30 Alex Christensen <achristensen@webkit.org>
1730 [Windows] Unreviewed build fix.
1732 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1733 Added missing 32-bit and 64-bit linker symbols.
1735 2013-10-30 Alex Christensen <achristensen@webkit.org>
1737 Disabled JIT on Win64.
1738 https://bugs.webkit.org/show_bug.cgi?id=122472
1740 Reviewed by Geoffrey Garen.
1742 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1743 Added missing 64-bit linker symbol.
1745 2013-10-28 Joseph Pecoraro <pecoraro@apple.com>
1747 Upstream remaining PLATFORM(IOS) and ENABLE(REMOTE_INSPECTOR) pieces
1748 https://bugs.webkit.org/show_bug.cgi?id=123411
1750 Reviewed by Timothy Hatcher.
1752 * WebKit.xcodeproj/project.pbxproj:
1754 2013-10-25 Joseph Pecoraro <pecoraro@apple.com>
1756 Upstream ENABLE(REMOTE_INSPECTOR) and enable on iOS and Mac
1757 https://bugs.webkit.org/show_bug.cgi?id=123111
1759 Reviewed by Timothy Hatcher.
1761 * WebKit.xcodeproj/project.pbxproj:
1763 2013-10-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1765 Integrate css3-images image-orientation with existing EXIF support
1766 https://bugs.webkit.org/show_bug.cgi?id=91566
1768 Reviewed by Beth Dakin.
1770 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Update export symbols for draw functions.
1772 2013-10-15 Andy Estes <aestes@apple.com>
1774 Expose -[WebPluginPackage bundle] as SPI
1775 https://bugs.webkit.org/show_bug.cgi?id=122814
1777 Reviewed by Anders Carlsson.
1779 * WebKit.xcodeproj/project.pbxproj: Added WebPluginPackagePrivate.h.
1781 2013-10-10 Ryosuke Niwa <rniwa@webkit.org>
1783 Windows build fix attempt.
1785 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1787 2013-10-10 Marcelo Morais <m.morais@samsung.com>
1789 Web Inspector: Remove the old front-end from WebKit
1790 https://bugs.webkit.org/show_bug.cgi?id=122295
1792 Reviewed by Timothy Hatcher.
1794 * PlatformBlackBerry.cmake: Removed the references for the old
1795 inspector front-end.
1797 2013-10-10 Anders Carlsson <andersca@apple.com>
1800 https://bugs.webkit.org/show_bug.cgi?id=122623
1802 Reviewed by Brent Fulgham.
1804 Remove files from VS projects.
1806 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
1807 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters:
1808 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
1809 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
1811 2013-10-08 Alex Christensen <achristensen@webkit.org>
1813 Fixed Win64 linking.
1814 https://bugs.webkit.org/show_bug.cgi?id=122530
1816 Reviewed by Brent Fulgham.
1818 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1819 Added 64-bit linker symbols.
1821 2013-10-06 Andreas Kling <akling@apple.com>
1823 No? Okay, let's try that again..
1825 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1827 2013-10-06 Andreas Kling <akling@apple.com>
1829 Attempt to fix the Windows build.
1831 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1833 2013-10-06 Darin Adler <darin@apple.com>
1835 Try to fix the Windows build.
1837 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1838 Removed export of non-existent Node::treeScope function returning
1839 a TreeScope*. Probably will have to add an export to fix the next failure.
1841 2013-10-06 Darin Adler <darin@apple.com>
1843 Remove unneeded ScriptGCEvent class
1844 https://bugs.webkit.org/show_bug.cgi?id=122390
1846 Reviewed by Anders Carlsson.
1848 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
1849 Replaced symbol from ScriptGCEvent with symbol from JSDOMWindowBase.
1851 2013-10-04 Daniel Bates <dabates@apple.com>
1853 [iOS] Upstream disk image cache
1854 https://bugs.webkit.org/show_bug.cgi?id=121985
1856 Reviewed by Joseph Pecoraro.
1858 * WebKit.xcodeproj/project.pbxproj:
1859 * ios/WebCoreSupport/WebDiskImageCacheClientIOS.h: Added.
1860 * ios/WebCoreSupport/WebDiskImageCacheClientIOS.mm: Added.
1862 2013-10-04 Anders Carlsson <andersca@apple.com>
1864 Remove WebAssertions.h
1865 https://bugs.webkit.org/show_bug.cgi?id=122328
1867 Reviewed by Jessie Berlin.
1869 * WebKit.xcodeproj/project.pbxproj:
1871 2013-10-03 Anders Carlsson <andersca@apple.com>
1873 Remove WebNSNotificationCenterExtras
1874 https://bugs.webkit.org/show_bug.cgi?id=122316
1876 Reviewed by Dan Bernstein.
1878 Update Xcode project.
1880 * WebKit.xcodeproj/project.pbxproj:
1882 2013-10-02 Anders Carlsson <andersca@apple.com>
1886 Rubber-stamped by Andreas Kling.
1888 * qt/Api/qhttpheader.cpp: Removed.
1889 * qt/Api/qhttpheader_p.h: Removed.
1890 * qt/Api/qwebdatabase.cpp: Removed.
1891 * qt/Api/qwebdatabase.h: Removed.
1892 * qt/Api/qwebdatabase_p.h: Removed.
1893 * qt/Api/qwebelement.cpp: Removed.
1894 * qt/Api/qwebelement.h: Removed.
1895 * qt/Api/qwebelement_p.h: Removed.
1896 * qt/Api/qwebhistory.cpp: Removed.
1897 * qt/Api/qwebhistory.h: Removed.
1898 * qt/Api/qwebhistory_p.h: Removed.
1899 * qt/Api/qwebhistoryinterface.cpp: Removed.
1900 * qt/Api/qwebhistoryinterface.h: Removed.
1901 * qt/Api/qwebkitglobal.cpp: Removed.
1902 * qt/Api/qwebkitglobal.h: Removed.
1903 * qt/Api/qwebkitplatformplugin.h: Removed.
1904 * qt/Api/qwebplugindatabase.cpp: Removed.
1905 * qt/Api/qwebplugindatabase_p.h: Removed.
1906 * qt/Api/qwebpluginfactory.cpp: Removed.
1907 * qt/Api/qwebpluginfactory.h: Removed.
1908 * qt/Api/qwebscriptworld.cpp: Removed.
1909 * qt/Api/qwebscriptworld.h: Removed.
1910 * qt/Api/qwebscriptworld_p.h: Removed.
1911 * qt/Api/qwebsecurityorigin.cpp: Removed.
1912 * qt/Api/qwebsecurityorigin.h: Removed.
1913 * qt/Api/qwebsecurityorigin_p.h: Removed.
1914 * qt/Api/qwebsettings.cpp: Removed.
1915 * qt/Api/qwebsettings.h: Removed.
1916 * qt/ChangeLog-2011-02-16: Removed.
1917 * qt/WebCoreSupport/ChromeClientQt.cpp: Removed.
1918 * qt/WebCoreSupport/ChromeClientQt.h: Removed.
1919 * qt/WebCoreSupport/ContextMenuClientQt.cpp: Removed.
1920 * qt/WebCoreSupport/ContextMenuClientQt.h: Removed.
1921 * qt/WebCoreSupport/DragClientQt.cpp: Removed.
1922 * qt/WebCoreSupport/DragClientQt.h: Removed.
1923 * qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp: Removed.
1924 * qt/WebCoreSupport/DumpRenderTreeSupportQt.h: Removed.
1925 * qt/WebCoreSupport/EditorClientQt.cpp: Removed.
1926 * qt/WebCoreSupport/EditorClientQt.h: Removed.
1927 * qt/WebCoreSupport/FrameLoaderClientQt.cpp: Removed.
1928 * qt/WebCoreSupport/FrameLoaderClientQt.h: Removed.
1929 * qt/WebCoreSupport/FrameNetworkingContextQt.cpp: Removed.
1930 * qt/WebCoreSupport/FrameNetworkingContextQt.h: Removed.
1931 * qt/WebCoreSupport/FullScreenVideoQt.cpp: Removed.
1932 * qt/WebCoreSupport/FullScreenVideoQt.h: Removed.
1933 * qt/WebCoreSupport/GeolocationClientQt.cpp: Removed.
1934 * qt/WebCoreSupport/GeolocationClientQt.h: Removed.
1935 * qt/WebCoreSupport/GeolocationPermissionClientQt.cpp: Removed.
1936 * qt/WebCoreSupport/GeolocationPermissionClientQt.h: Removed.
1937 * qt/WebCoreSupport/IconDatabaseClientQt.cpp: Removed.
1938 * qt/WebCoreSupport/IconDatabaseClientQt.h: Removed.
1939 * qt/WebCoreSupport/InitWebCoreQt.cpp: Removed.
1940 * qt/WebCoreSupport/InitWebCoreQt.h: Removed.
1941 * qt/WebCoreSupport/InspectorClientQt.cpp: Removed.
1942 * qt/WebCoreSupport/InspectorClientQt.h: Removed.
1943 * qt/WebCoreSupport/InspectorServerQt.cpp: Removed.
1944 * qt/WebCoreSupport/InspectorServerQt.h: Removed.
1945 * qt/WebCoreSupport/NotificationPresenterClientQt.cpp: Removed.
1946 * qt/WebCoreSupport/NotificationPresenterClientQt.h: Removed.
1947 * qt/WebCoreSupport/PlatformStrategiesQt.cpp: Removed.
1948 * qt/WebCoreSupport/PlatformStrategiesQt.h: Removed.
1949 * qt/WebCoreSupport/PopupMenuQt.cpp: Removed.
1950 * qt/WebCoreSupport/PopupMenuQt.h: Removed.
1951 * qt/WebCoreSupport/QWebFrameAdapter.cpp: Removed.
1952 * qt/WebCoreSupport/QWebFrameAdapter.h: Removed.
1953 * qt/WebCoreSupport/QWebPageAdapter.cpp: Removed.
1954 * qt/WebCoreSupport/QWebPageAdapter.h: Removed.
1955 * qt/WebCoreSupport/QtPlatformPlugin.cpp: Removed.
1956 * qt/WebCoreSupport/QtPlatformPlugin.h: Removed.
1957 * qt/WebCoreSupport/QtPluginWidgetAdapter.cpp: Removed.
1958 * qt/WebCoreSupport/QtPluginWidgetAdapter.h: Removed.
1959 * qt/WebCoreSupport/QtPrintContext.cpp: Removed.
1960 * qt/WebCoreSupport/QtPrintContext.h: Removed.
1961 * qt/WebCoreSupport/SearchPopupMenuQt.cpp: Removed.
1962 * qt/WebCoreSupport/SearchPopupMenuQt.h: Removed.
1963 * qt/WebCoreSupport/TextCheckerClientQt.cpp: Removed.
1964 * qt/WebCoreSupport/TextCheckerClientQt.h: Removed.
1965 * qt/WebCoreSupport/TextureMapperLayerClientQt.cpp: Removed.
1966 * qt/WebCoreSupport/TextureMapperLayerClientQt.h: Removed.
1967 * qt/WebCoreSupport/UndoStepQt.cpp: Removed.
1968 * qt/WebCoreSupport/UndoStepQt.h: Removed.
1969 * qt/WebCoreSupport/WebEventConversion.cpp: Removed.
1970 * qt/WebCoreSupport/WebEventConversion.h: Removed.
1971 * qt/WidgetApi/qgraphicswebview.cpp: Removed.
1972 * qt/WidgetApi/qgraphicswebview.h: Removed.
1973 * qt/WidgetApi/qwebframe.cpp: Removed.
1974 * qt/WidgetApi/qwebframe.h: Removed.
1975 * qt/WidgetApi/qwebframe_p.h: Removed.
1976 * qt/WidgetApi/qwebinspector.cpp: Removed.
1977 * qt/WidgetApi/qwebinspector.h: Removed.
1978 * qt/WidgetApi/qwebinspector_p.h: Removed.
1979 * qt/WidgetApi/qwebpage.cpp: Removed.
1980 * qt/WidgetApi/qwebpage.h: Removed.
1981 * qt/WidgetApi/qwebpage_p.h: Removed.
1982 * qt/WidgetApi/qwebview.cpp: Removed.
1983 * qt/WidgetApi/qwebview.h: Removed.
1984 * qt/WidgetApi/qwebviewaccessible.cpp: Removed.
1985 * qt/WidgetApi/qwebviewaccessible_p.h: Removed.
1986 * qt/WidgetSupport/DefaultFullScreenVideoHandler.cpp: Removed.
1987 * qt/WidgetSupport/DefaultFullScreenVideoHandler.h: Removed.
1988 * qt/WidgetSupport/FullScreenVideoWidget.cpp: Removed.
1989 * qt/WidgetSupport/FullScreenVideoWidget.h: Removed.
1990 * qt/WidgetSupport/InitWebKitQt.cpp: Removed.
1991 * qt/WidgetSupport/InitWebKitQt.h: Removed.
1992 * qt/WidgetSupport/InspectorClientWebPage.cpp: Removed.
1993 * qt/WidgetSupport/InspectorClientWebPage.h: Removed.
1994 * qt/WidgetSupport/PageClientQt.cpp: Removed.
1995 * qt/WidgetSupport/PageClientQt.h: Removed.
1996 * qt/WidgetSupport/QGraphicsWidgetPluginImpl.cpp: Removed.
1997 * qt/WidgetSupport/QGraphicsWidgetPluginImpl.h: Removed.
1998 * qt/WidgetSupport/QStyleFacadeImp.cpp: Removed.
1999 * qt/WidgetSupport/QStyleFacadeImp.h: Removed.
2000 * qt/WidgetSupport/QWebUndoCommand.cpp: Removed.
2001 * qt/WidgetSupport/QWebUndoCommand.h: Removed.
2002 * qt/WidgetSupport/QWidgetPluginImpl.cpp: Removed.
2003 * qt/WidgetSupport/QWidgetPluginImpl.h: Removed.
2004 * qt/WidgetSupport/QtFallbackWebPopup.cpp: Removed.
2005 * qt/WidgetSupport/QtFallbackWebPopup.h: Removed.
2006 * qt/WidgetSupport/QtWebComboBox.cpp: Removed.
2007 * qt/WidgetSupport/QtWebComboBox.h: Removed.
2008 * qt/declarative/declarative.pro: Removed.
2009 * qt/declarative/experimental/experimental.pri: Removed.
2010 * qt/declarative/experimental/plugin.cpp: Removed.
2011 * qt/declarative/experimental/plugin.json: Removed.
2012 * qt/declarative/experimental/qmldir: Removed.
2013 * qt/declarative/plugin.cpp: Removed.
2014 * qt/declarative/plugin.json: Removed.
2015 * qt/declarative/plugins.qmltypes: Removed.
2016 * qt/declarative/public.pri: Removed.
2017 * qt/declarative/qmldir: Removed.
2018 * qt/docs/qtwebkit-bridge.qdoc: Removed.
2019 * qt/docs/qtwebkit-goes-mobile.qdoc: Removed.
2020 * qt/docs/qtwebkit.qdoc: Removed.
2021 * qt/docs/qwebview-diagram.png: Removed.
2022 * qt/docs/webkitsnippets/qtwebkit_bridge_snippets.cpp: Removed.
2023 * qt/docs/webkitsnippets/qtwebkit_build_snippet.qdoc: Removed.
2024 * qt/docs/webkitsnippets/qtwebkit_goes_mobile_snippets.cpp: Removed.
2025 * qt/docs/webkitsnippets/qtwebkit_qwebinspector_snippet.cpp: Removed.
2026 * qt/docs/webkitsnippets/qtwebkit_qwebview_snippet.cpp: Removed.
2027 * qt/docs/webkitsnippets/simple/main.cpp: Removed.
2028 * qt/docs/webkitsnippets/simple/simple.pro: Removed.
2029 * qt/docs/webkitsnippets/webelement/main.cpp: Removed.
2030 * qt/docs/webkitsnippets/webelement/webelement.pro: Removed.
2031 * qt/docs/webkitsnippets/webpage/main.cpp: Removed.
2032 * qt/docs/webkitsnippets/webpage/webpage.pro: Removed.
2033 * qt/examples/examples.pro: Removed.
2034 * qt/examples/platformplugin/README: Removed.
2035 * qt/examples/platformplugin/WebNotificationPresenter.cpp: Removed.
2036 * qt/examples/platformplugin/WebNotificationPresenter.h: Removed.
2037 * qt/examples/platformplugin/WebPlugin.cpp: Removed.
2038 * qt/examples/platformplugin/WebPlugin.h: Removed.
2039 * qt/examples/platformplugin/platformplugin.pro: Removed.
2040 * qt/examples/platformplugin/qwebkitplatformplugin.h: Removed.
2041 * qt/tests/MIMESniffing/MIMESniffing.pro: Removed.
2042 * qt/tests/MIMESniffing/TestData.h: Removed.
2043 * qt/tests/MIMESniffing/resources.qrc: Removed.
2044 * qt/tests/MIMESniffing/resources/application_atom+xml: Removed.
2045 * qt/tests/MIMESniffing/resources/application_ogg: Removed.
2046 * qt/tests/MIMESniffing/resources/application_pdf: Removed.
2047 * qt/tests/MIMESniffing/resources/application_postscript: Removed.
2048 * qt/tests/MIMESniffing/resources/application_rdf+xml: Removed.
2049 * qt/tests/MIMESniffing/resources/application_rss+xml: Removed.
2050 * qt/tests/MIMESniffing/resources/application_x-gzip: Removed.
2051 * qt/tests/MIMESniffing/resources/application_x-rar-compressed: Removed.
2052 * qt/tests/MIMESniffing/resources/application_zip: Removed.
2053 * qt/tests/MIMESniffing/resources/audio_x-wave: Removed.
2054 * qt/tests/MIMESniffing/resources/image_bmp: Removed.
2055 * qt/tests/MIMESniffing/resources/image_gif: Removed.
2056 * qt/tests/MIMESniffing/resources/image_jpeg: Removed.
2057 * qt/tests/MIMESniffing/resources/image_png: Removed.
2058 * qt/tests/MIMESniffing/resources/image_vnd.microsoft.icon: Removed.
2059 * qt/tests/MIMESniffing/resources/image_webp: Removed.
2060 * qt/tests/MIMESniffing/resources/text_html: Removed.
2061 * qt/tests/MIMESniffing/resources/text_xml: Removed.
2062 * qt/tests/MIMESniffing/resources/video_webm: Removed.
2063 * qt/tests/MIMESniffing/tst_MIMESniffing.cpp: Removed.
2064 * qt/tests/benchmarks/loading/loading.pro: Removed.
2065 * qt/tests/benchmarks/loading/tst_loading.cpp: Removed.
2066 * qt/tests/benchmarks/painting/painting.pro: Removed.
2067 * qt/tests/benchmarks/painting/tst_painting.cpp: Removed.
2068 * qt/tests/benchmarks/webgl/10000_triangles.html: Removed.
2069 * qt/tests/benchmarks/webgl/tst_webgl.cpp: Removed.
2070 * qt/tests/benchmarks/webgl/tst_webgl.qrc: Removed.
2071 * qt/tests/benchmarks/webgl/webgl.pro: Removed.
2072 * qt/tests/cmake/CMakeLists.txt: Removed.
2073 * qt/tests/cmake/cmake.pro: Removed.
2074 * qt/tests/hybridPixmap/hybridPixmap.pro: Removed.
2075 * qt/tests/hybridPixmap/resources.qrc: Removed.
2076 * qt/tests/hybridPixmap/test.html: Removed.
2077 * qt/tests/hybridPixmap/tst_hybridPixmap.cpp: Removed.
2078 * qt/tests/hybridPixmap/widget.cpp: Removed.
2079 * qt/tests/hybridPixmap/widget.h: Removed.
2080 * qt/tests/hybridPixmap/widget.ui: Removed.
2081 * qt/tests/qgraphicswebview/qgraphicswebview.pro: Removed.
2082 * qt/tests/qgraphicswebview/resources/greendiv.html: Removed.
2083 * qt/tests/qgraphicswebview/resources/input_types.html: Removed.
2084 * qt/tests/qgraphicswebview/resources/pointing_right.html: Removed.
2085 * qt/tests/qgraphicswebview/resources/pointing_up.html: Removed.
2086 * qt/tests/qgraphicswebview/resources/scrolltest_page.html: Removed.
2087 * qt/tests/qgraphicswebview/tst_qgraphicswebview.cpp: Removed.
2088 * qt/tests/qgraphicswebview/tst_qgraphicswebview.qrc: Removed.
2089 * qt/tests/qobjectbridge/qobjectbridge.pro: Removed.
2090 * qt/tests/qobjectbridge/tst_qobjectbridge.cpp: Removed.
2091 * qt/tests/qwebelement/qwebelement.pro: Removed.
2092 * qt/tests/qwebelement/resources/image.png: Removed.
2093 * qt/tests/qwebelement/resources/style.css: Removed.
2094 * qt/tests/qwebelement/resources/style2.css: Removed.
2095 * qt/tests/qwebelement/tst_qwebelement.cpp: Removed.
2096 * qt/tests/qwebelement/tst_qwebelement.qrc: Removed.
2097 * qt/tests/qwebframe/qwebframe.pro: Removed.
2098 * qt/tests/qwebframe/resources/image.png: Removed.
2099 * qt/tests/qwebframe/resources/style.css: Removed.
2100 * qt/tests/qwebframe/resources/test1.html: Removed.
2101 * qt/tests/qwebframe/resources/test2.html: Removed.
2102 * qt/tests/qwebframe/resources/testiframe.html: Removed.
2103 * qt/tests/qwebframe/resources/testiframe2.html: Removed.
2104 * qt/tests/qwebframe/tst_qwebframe.cpp: Removed.
2105 * qt/tests/qwebframe/tst_qwebframe.qrc: Removed.
2106 * qt/tests/qwebhistory/qwebhistory.pro: Removed.
2107 * qt/tests/qwebhistory/resources/page1.html: Removed.
2108 * qt/tests/qwebhistory/resources/page2.html: Removed.
2109 * qt/tests/qwebhistory/resources/page3.html: Removed.
2110 * qt/tests/qwebhistory/resources/page4.html: Removed.
2111 * qt/tests/qwebhistory/resources/page5.html: Removed.
2112 * qt/tests/qwebhistory/resources/page6.html: Removed.
2113 * qt/tests/qwebhistory/tst_qwebhistory.cpp: Removed.
2114 * qt/tests/qwebhistory/tst_qwebhistory.qrc: Removed.
2115 * qt/tests/qwebhistoryinterface/qwebhistoryinterface.pro: Removed.
2116 * qt/tests/qwebhistoryinterface/tst_qwebhistoryinterface.cpp: Removed.
2117 * qt/tests/qwebinspector/qwebinspector.pro: Removed.
2118 * qt/tests/qwebinspector/tst_qwebinspector.cpp: Removed.
2119 * qt/tests/qwebpage/qwebpage.pro: Removed.
2120 * qt/tests/qwebpage/resources/content.html: Removed.
2121 * qt/tests/qwebpage/resources/frame_a.html: Removed.
2122 * qt/tests/qwebpage/resources/frame_c.html: Removed.
2123 * qt/tests/qwebpage/resources/framedindex.html: Removed.
2124 * qt/tests/qwebpage/resources/iframe.html: Removed.
2125 * qt/tests/qwebpage/resources/iframe2.html: Removed.
2126 * qt/tests/qwebpage/resources/iframe3.html: Removed.
2127 * qt/tests/qwebpage/resources/index.html: Removed.
2128 * qt/tests/qwebpage/resources/script.html: Removed.
2129 * qt/tests/qwebpage/resources/user.css: Removed.
2130 * qt/tests/qwebpage/tst_qwebpage.cpp: Removed.
2131 * qt/tests/qwebpage/tst_qwebpage.qrc: Removed.
2132 * qt/tests/qwebplugindatabase/qwebplugindatabase.pro: Removed.
2133 * qt/tests/qwebplugindatabase/tst_qwebplugindatabase.cpp: Removed.
2134 * qt/tests/qwebsecurityorigin/qwebsecurityorigin.pro: Removed.
2135 * qt/tests/qwebsecurityorigin/resources/test.html: Removed.
2136 * qt/tests/qwebsecurityorigin/tst_qwebsecurityorigin.cpp: Removed.
2137 * qt/tests/qwebsecurityorigin/tst_qwebsecurityorigin.qrc: Removed.
2138 * qt/tests/qwebview/.gitignore: Removed.
2139 * qt/tests/qwebview/qwebview.pro: Removed.
2140 * qt/tests/qwebview/resources/frame_a.html: Removed.
2141 * qt/tests/qwebview/resources/index.html: Removed.
2142 * qt/tests/qwebview/resources/input_types.html: Removed.
2143 * qt/tests/qwebview/resources/scrolltest_page.html: Removed.
2144 * qt/tests/qwebview/tst_qwebview.cpp: Removed.
2145 * qt/tests/qwebview/tst_qwebview.qrc: Removed.
2146 * qt/tests/resources/image2.png: Removed.
2147 * qt/tests/resources/test.swf: Removed.
2148 * qt/tests/tests.pri: Removed.
2149 * qt/tests/util.h: Removed.
2151 2013-09-30 Benjamin Poulain <benjamin@webkit.org>
2153 Remove the code guarded by STYLE_SCOPED
2154 https://bugs.webkit.org/show_bug.cgi?id=122123
2156 Reviewed by Anders Carlsson.
2158 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2160 2013-09-30 Alex Christensen <achristensen@webkit.org>
2162 [Windows] Unreviewed build fix for Win64.
2164 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2165 Added correct 64-bit BitmapImage::create symbol.
2167 2013-09-30 Brent Fulgham <bfulgham@apple.com>
2169 [Win] Compile errors in WebKit (via peavo@outlook.com).
2170 https://bugs.webkit.org/show_bug.cgi?id=122106
2172 Reviewed by Darin Adler.
2174 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add link
2175 declarations missed in r156655.
2177 2013-09-28 Mark Rowe <mrowe@apple.com>
2179 Take Xcode's advice and enable some extra warnings.
2181 Reviewed by Sam Weinig.
2183 * WebKit.xcodeproj/project.pbxproj:
2185 2013-09-27 Alex Christensen <achristensen@webkit.org>
2187 [Windows] Unreviewed build fix.
2189 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2190 Fixed linker symbols I broke last time.
2192 2013-09-27 Alex Christensen <alex.christensen@flexsim.com>
2194 [Windows] Unreviewed build fix for Win64.
2196 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2197 Added and fixed 64-bit linker symbols.
2199 2013-09-26 Darin Adler <darin@apple.com>
2202 https://bugs.webkit.org/show_bug.cgi?id=16214
2204 Reviewed by Andreas Kling.
2206 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2207 Let the script to try to rename here.
2209 2013-09-26 Eric Carlson <eric.carlson@apple.com>
2211 [MediaStream] make MediaStream testable
2212 https://bugs.webkit.org/show_bug.cgi?id=121967
2214 Reviewed by Dean Jackson.
2216 * WebKit.xcodeproj/project.pbxproj: Add WebUserMediaClient.
2218 2013-09-26 Brent Fulgham <bfulgham@apple.com>
2220 [Windows] Unreviewed Build fix.
2222 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing
2223 symbol export to support tests.
2225 2013-09-25 Roger Fong <roger_fong@apple.com>
2227 [Windows] Unreviewed Build fix.
2229 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2231 2013-09-25 Alex Christensen <achristensen@webkit.org>
2233 Enabled AssembleBuildLogs on WinCairo port.
2234 https://bugs.webkit.org/show_bug.cgi?id=121923
2236 Reviewed by Brent Fulgham.
2238 * WebKit.vcxproj/WebKit.sln:
2239 Build AssembleBuildLogs in WinCairo port.
2241 2013-09-24 Brent Fulgham <bfulgham@apple.com>
2243 [Windows] Refactor RuntimeEnabledFeatures as a Singleton
2244 https://bugs.webkit.org/show_bug.cgi?id=121883
2246 Reviewed by Jer Noble.
2248 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2249 Expose singleton accessor for DLL clients.
2251 2013-09-25 Brent Fulgham <bfulgham@apple.com>
2253 [Windows] Unreviewed build fix after r156408.
2255 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add new
2256 version of symbol export declaration.
2258 2013-09-25 Brent Fulgham <bfulgham@apple.com>
2260 [Windows] Unreviewed build fix after r156408.
2262 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove
2263 symbol export declaration for WebCore::CSSParserContext::CSSParserContext,
2264 which is no longer provided by the system.
2266 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
2268 [Qt] Fix build with Qt 5.2 QtPosition module
2269 https://bugs.webkit.org/show_bug.cgi?id=121089
2271 Reviewed by Simon Hausmann.
2273 QtLocation -> QtPositioning
2277 2013-09-23 Patrick Gansterer <paroga@webkit.org>
2279 Cleanup CMake files in WebKit
2280 https://bugs.webkit.org/show_bug.cgi?id=121763
2282 Reviewed by Gyuyoung Kim.
2284 Sort files and unify style.
2286 * PlatformBlackBerry.cmake:
2287 * PlatformEfl.cmake:
2288 * PlatformWinCE.cmake:
2290 2013-09-20 Brent Fulgham <bfulgham@apple.com>
2292 [Windows] Unreviewed build fix after r156216.
2294 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: I
2295 accidentally exposed the symbol of the calling function, not
2298 2013-09-20 Brent Fulgham <bfulgham@apple.com>
2300 [Windows] Unreviewed build fix after r156215.
2302 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Expose
2303 missing symbols needed by DRT.
2305 2013-09-20 Patrick Gansterer <paroga@webkit.org>
2307 [CMake] Use COMPILE_DEFINITIONS target property for setting BUILDING_* defines
2308 https://bugs.webkit.org/show_bug.cgi?id=121672
2310 Reviewed by Gyuyoung Kim.
2312 Since the scope of add_definitions() is always a whole file, we need to use
2313 target properties instead to set definitions only for specific targets.
2317 2013-09-19 Bear Travis <betravis@adobe.com>
2319 CSS_SHAPES not supported on AppleWin port
2320 https://bugs.webkit.org/show_bug.cgi?id=118810
2322 Reviewed by Brent Fulgham.
2324 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add required symbol for enabling CSS Shapes.
2326 2013-09-18 peavo@outlook.com <peavo@outlook.com>
2328 [Win] TestWebKitAPI does not compile.
2329 https://bugs.webkit.org/show_bug.cgi?id=121485
2331 Reviewed by Brent Fulgham.
2333 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export needed symbols.
2335 2013-09-17 Andreas Kling <akling@apple.com>
2337 Some build juice for Windows.
2339 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2341 2013-09-13 Tim Horton <timothy_horton@apple.com>
2343 Unreviewed; part one of build fix for Windows.
2344 Sorry for the noise, I thought I'd fixed it.
2346 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2348 2013-09-12 peavo@outlook.com <peavo@outlook.com>
2350 [Win] TestWebKitAPI fails to link.
2351 https://bugs.webkit.org/show_bug.cgi?id=121223
2353 Reviewed by Brent Fulgham.
2355 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add required symbol.
2357 2013-09-11 Brent Fulgham <bfulgham@apple.com>
2359 [Windows] Avoid converting from IntSize->SIZE->IntSize
2360 https://bugs.webkit.org/show_bug.cgi?id=121180
2362 Reviewed by Anders Carlsson.
2364 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2365 Remove unused symbol export.
2367 2013-09-08 Antti Koivisto <antti@apple.com>
2373 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2375 2013-08-30 Brent Fulgham <bfulgham@apple.com>
2377 [Windows] Unreviewed build correction.
2378 Update project dependencies so that build logs on machines will include output from the
2379 WebInspectorUI project.
2381 * WebKit.vcxproj/WebKit.sln:
2383 2013-08-30 Brent Fulgham <bfulgham@apple.com>
2385 [Windows] Unreviewed build fix after r154917
2387 * WebKit.vcxproj/WebKit.sln: Establish build dependency from WebInspectorUI against
2388 WebKit. Remove reverse dependency.
2390 2013-08-29 Brent Fulgham <bfulgham@apple.com>
2392 [Windows] Unreviewed build fix after r154809
2394 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove two no-longer-existing
2397 2013-08-28 Brent Fulgham <bfulgham@webkit.org>
2399 [WinCairo] Unreviewed build fix.
2401 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add
2402 missing Cairo symbols; don't export CG symbols for Cairo build.
2404 2013-08-26 Roger Fong <roger_fong@apple.com>
2406 AppleWin build fix following r154627.
2408 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
2409 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
2411 2013-08-21 Roger Fong <roger_fong@apple.com>
2413 <https://bugs.webkit.org/show_bug.cgi?id=119829> IAccessibleText and IAccessibleEditableText implementation for AppleWindows port.
2415 Reviewed by Chris Fleizach.
2417 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
2418 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters:
2419 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
2420 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
2421 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
2422 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
2424 2013-08-26 Brent Fulgham <bfulgham@apple.com>
2426 [Windows] Build fix after r154541.
2428 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove reference
2429 to deleted Element::pseudoElement(PseudoID), and add exports for new
2430 beforePseudoElement() and afterPseudoElement().
2432 2013-08-23 Alex Christensen <achristensen@apple.com>
2434 Re-separating Win32 and Win64 builds.
2435 https://bugs.webkit.org/show_bug.cgi?id=120178
2437 Reviewed by Brent Fulgham.
2439 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
2440 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
2441 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
2442 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
2443 Use PlatformArchitecture to determine correct object directory (obj32 or obj64).
2445 2013-08-21 Commit Queue <commit-queue@webkit.org>
2447 Unreviewed, rolling out r154416.
2448 http://trac.webkit.org/changeset/154416
2449 https://bugs.webkit.org/show_bug.cgi?id=120147
2451 Broke Windows builds (Requested by rniwa on #webkit).
2453 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
2454 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
2455 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
2456 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
2458 2013-08-21 Alex Christensen <achristensen@apple.com>
2460 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
2462 Reviewed by Brent Fulgham.
2464 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
2465 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
2466 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
2467 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
2468 Use PlatformArchitecture to determine correct object directory (obj32 or obj64).
2470 2013-08-20 Brent Fulgham <bfulgham@apple.com>
2472 <https://webkit.org/b/120098> [Windows] Enable the new Web Inspector
2474 Reviewed by Brian Weinstein.
2476 * WebKit.vcxproj/WebKit.sln: Add reference to the new WebInspectorUI
2477 project so that it will be included in new distributions.
2479 2013-08-20 Alex Christensen <achristensen@apple.com>
2481 [Windows] Unreviewed build fix for Win64 after r154118.
2483 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2485 2013-08-20 Alex Christensen <achristensen@apple.com>
2487 <https://webkit.org/b/120076> More work towards a Win64 build
2489 Reviewed by Brent Fulgham.
2491 * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
2492 Use PlatformArchitecture macro instead of bin32, lib32, and obj32.
2494 2013-08-20 Alex Christensen <achristensen@apple.com>
2496 Use PlatformArchitecture to distinguish between 32-bit and 64-bit builds on Windows.
2497 https://bugs.webkit.org/show_bug.cgi?id=119512
2499 Reviewed by Brent Fulgham.
2501 * WebKit.vcxproj/Interfaces/InterfacesCommon.props:
2502 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
2503 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
2504 * WebKit.vcxproj/WebKit/WebKitCommon.props:
2505 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
2506 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj.filters:
2507 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
2508 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
2509 * WebKit.vcxproj/WebKitGUID/WebKitGUIDCommon.props:
2510 Replaced obj32, bin32, and lib32 with macros for 64-bit build.
2512 2013-08-17 Andreas Kling <akling@apple.com>
2514 [Windows] Unreviewed build fix.
2516 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2518 Don't export Frame::settings() as it's an inline method now.
2520 2013-08-15 Brent Fulgham <bfulgham@apple.com>
2522 [Windows] Unreviewed build fix after r154127.
2524 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove two symbols that are
2525 now part of JavaScriptCore.
2527 2013-08-15 Brent Fulgham <bfulgham@apple.com>
2529 [Windows] Build correctsion after r154106
2531 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add missing symbol export.
2533 2013-08-15 Brent Fulgham <bfulgham@apple.com>
2535 [Windows] Correct build after r154088
2537 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Remove unused
2538 (and now renamed) export symbols.
2540 2013-08-14 Alex Christensen <achristensen@apple.com>
2542 Unreviewed build fix for Win64 after r153943.
2544 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2545 Added 64-bit linker symbol for frameOrientationAtIndex.
2547 2013-08-12 peavo@outlook.com <peavo@outlook.com>
2549 [Win] TestWebKitAPI fails to link.
2550 https://bugs.webkit.org/show_bug.cgi?id=119619
2552 Reviewed by Brent Fulgham.
2554 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export needed symbol.
2556 2013-08-07 Ryuan Choi <ryuan.choi@samsung.com>
2558 Unreviewed build fix on Efl port after r153785.
2560 * CMakeLists.txt: Added "${WEBCORE_DIR}/style" in include list.
2562 2013-08-06 Alex Christensen <achristensen@apple.com>
2564 Enabled WebGL on WinCairo port.
2565 https://bugs.webkit.org/show_bug.cgi?id=119502
2567 Reviewed by Benjamin Poulain.
2569 * WebKit.vcxproj/WebKit.sln: Build ANGLE libraries.
2570 * WebKit.vcxproj/WebKit/WebKitCFLite.props: Link to ANGLE libraries.
2572 2013-08-05 Mark Lam <mark.lam@apple.com>
2574 Gardening: fix build after r153728.
2578 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2580 2013-07-29 Alex Christensen <achristensen@apple.com>
2582 Separated translator into preprocessor, translator_common,
2583 translator_hlsl (for libGLESv2), and translator_glsl (for ANGLEWebKitBridge).
2584 These projects are still not built by default.
2585 https://bugs.webkit.org/show_bug.cgi?id=119221
2587 Reviewed by Brent Fulgham.
2589 * WebKit.vcxproj/WebKit.sln:
2590 Added separate ANGLE translator projects.
2592 2013-07-25 Roger Fong <roger_fong@apple.com>
2594 Unreviewed build fix, AppleWin port.
2596 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2598 2013-07-25 Alex Christensen <achristensen@apple.com>
2600 Made Windows build system for ANGLE.
2601 https://bugs.webkit.org/show_bug.cgi?id=119103
2603 Reviewed by Brent Fulgham.
2605 * WebKit.vcxproj/WebKit.sln:
2606 Added ANGLEGenerated, libEGL, libGLESv2, and translator projects.
2607 These projects are currently not built.
2609 2013-07-23 Tim Horton <timothy_horton@apple.com>
2611 Unreviewed build fix after r153054.
2613 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2615 2013-07-22 Alex Christensen <achristensen@apple.com>
2617 Fixed WinCairo build configurations.
2618 https://bugs.webkit.org/show_bug.cgi?id=118932
2620 Reviewed by Brent Fulgham.
2622 * WebKit.vcxproj/WebKit.sln:
2623 Made WinCairo not build AssembleBuildLogs (wasn't working, not necessary).
2624 Made Debug_WinCairo build with Debug_WinCairo configuration.
2625 Made 64-bit WinCairo not build QTMovieWin.
2627 2013-07-19 Alex Christensen <achristensen@apple.com>
2629 Unreviewed build fix on Windows after r152930.
2631 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Added missing close paren.
2633 2013-07-19 Alex Christensen <achristensen@apple.com>
2635 Added 64-bit symbols to WebKitExports.def.in for 64-bit Windows builds
2636 and a macro to only use them for 64-bit builds.
2637 https://bugs.webkit.org/show_bug.cgi?id=118887
2639 Reviewed by Brent Fulgham.
2641 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Added 64-bit symbols.
2642 * WebKit.vcxproj/WebKitExportGenerator/make-export-file-generator:
2643 Added support for new symbolWithPointer macro.
2645 2013-07-19 Alex Christensen <achristensen@apple.com>
2647 Added x64 configuration to Visual Studio build.
2648 https://bugs.webkit.org/show_bug.cgi?id=118888
2650 Reviewed by Brent Fulgham.
2652 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
2653 * WebKit.vcxproj/WebKit.sln:
2654 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
2655 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
2656 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj.filters:
2657 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
2658 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters:
2660 2013-07-16 Balazs Kelemen <kbalazs@webkit.org>
2662 [CMake] Undefined references should be detected at build time
2663 https://bugs.webkit.org/show_bug.cgi?id=110236
2665 Reviewed by Christophe Dumez.
2667 Add library dependencies that were not defined explicitly before.
2670 * PlatformEfl.cmake:
2672 2013-07-11 Timothy Hatcher <timothy@apple.com>
2674 Revert r152267 and soft link WebInspectorUI.framework again.
2676 https://bugs.webkit.org/show_bug.cgi?id=118544
2678 Reviewed by David Kilzer.
2680 * WebKit.xcodeproj/project.pbxproj:
2682 2013-07-01 Timothy Hatcher <timothy@apple.com>
2684 Link to WebInspectorUI.framework at build time instead of soft linking.
2686 https://bugs.webkit.org/show_bug.cgi?id=118261
2688 Reviewed by Joseph Pecoraro.
2690 * WebKit.xcodeproj/project.pbxproj:
2692 2013-07-01 Brent Fulgham <bfulgham@apple.com>
2694 [Windows] Unreviewed build correction.
2696 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Need to export tag for textarea element.
2698 2013-06-26 Roger Fong <roger_fong@apple.com>
2700 Add an accessibility delegate interface to AppleWin port.
2701 https://bugs.webkit.org/show_bug.cgi?id=118094.
2703 Reviewed by Brent Fulgham.
2705 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
2706 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters:
2708 2013-06-24 Alex Christensen <achristensen@apple.com>
2710 Windows build links to opengl32.lib to allow WebGL compiling.
2711 https://bugs.webkit.org/show_bug.cgi?id=117949
2713 Reviewed by Brent Fulgham.
2715 * WebKit.vcxproj/WebKit/WebKitCommon.props: Added link to opengl32.lib.
2717 2013-06-17 Darin Adler <darin@apple.com>
2719 Sort all the Xcode project files
2720 https://bugs.webkit.org/show_bug.cgi?id=117696
2722 Reviewed by Anders Carlsson.
2724 * WebKit.xcodeproj/project.pbxproj: Ran the sort-Xcode-project-file script.
2726 2013-06-21 Roger Fong <roger_fong@apple.com>
2728 Unreviewed. Fix a missing parenthesis in include directory path.
2730 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
2732 2013-06-20 Roger Fong <roger_fong@apple.com>
2734 Make Windows makefile copy build output to a different folder.
2735 <rdar://problem/14219184>.
2737 * WebKit.vcxproj/WebKit.make:
2739 2013-06-18 Roger Fong <roger_fong@apple.com>
2741 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
2742 <rdar://problem/14118143>.
2744 Rubberstamped by Brent Fulgham.
2746 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
2747 * WebKit.vcxproj/Interfaces/InterfacesDebug.props:
2748 * WebKit.vcxproj/Interfaces/InterfacesDebugWinCairo.props:
2749 * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
2750 * WebKit.vcxproj/Interfaces/InterfacesProduction.props:
2751 * WebKit.vcxproj/Interfaces/InterfacesRelease.props:
2752 * WebKit.vcxproj/Interfaces/InterfacesReleaseWinCairo.props:
2753 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
2754 * WebKit.vcxproj/WebKit/WebKitDebug.props:
2755 * WebKit.vcxproj/WebKit/WebKitDebugWinCairo.props:
2756 * WebKit.vcxproj/WebKit/WebKitPreBuild.cmd:
2757 * WebKit.vcxproj/WebKit/WebKitProduction.props:
2758 * WebKit.vcxproj/WebKit/WebKitRelease.props:
2759 * WebKit.vcxproj/WebKit/WebKitReleaseWinCairo.props:
2760 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
2761 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebug.props:
2762 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebugWinCairo.props:
2763 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorProduction.props:
2764 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorRelease.props:
2765 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorReleaseWinCairo.props:
2766 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
2767 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebug.props:
2768 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebugWinCairo.props:
2769 * WebKit.vcxproj/WebKitGUID/WebKitGUIDProduction.props:
2770 * WebKit.vcxproj/WebKitGUID/WebKitGUIDRelease.props:
2771 * WebKit.vcxproj/WebKitGUID/WebKitGUIDReleaseWinCairo.props:
2773 2013-06-17 Roger Fong <roger_fong@apple.com>
2775 Modify Windows makefiles to copy some bin output into Program Files.
2776 https://bugs.webkit.org/show_bug.cgi?id=117714.
2777 <rdar://problem/14179054>
2779 Reviewed by Brent Fulgham.
2781 * WebKit.vcxproj/WebKit.make:
2783 2013-06-17 Michael BrĂĽning <michael.bruning@digia.com>
2785 [Qt] Remove Qt specific QTKIT flagged code.
2786 https://bugs.webkit.org/show_bug.cgi?id=117635
2788 Reviewed by Simon Hausmann.
2790 Due to disabling QTKIT for Qt in r151546, the
2791 code the flags that are not taken into account
2792 anymore and the code that has been rendered
2793 unreachable by this are removed.
2797 2013-06-14 Alberto Garcia <agarcia@igalia.com>
2799 [BlackBerry] Remove implementation of ContextMenu classes
2800 https://bugs.webkit.org/show_bug.cgi?id=114860
2802 Reviewed by Rob Buis.
2804 This code is not being used so we can safely remove it.
2806 * PlatformBlackBerry.cmake:
2808 2013-06-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
2810 Unreviewed build fix after rr151563.
2812 Export needed symbols for Windows.
2814 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2816 2013-06-13 Brent Fulgham <bfulgham@apple.com>
2818 [Windows] Revise WebKit project to show generated export definition file.
2819 https://bugs.webkit.org/show_bug.cgi?id=109629
2821 Reviewed by Mark Rowe.
2823 * WebKit.vcxproj/WebKit/WebKit.vcxproj: Add generated file.
2824 * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters: Ditto
2826 2013-06-13 Brent Fulgham <bfulgham@webkit.org>
2828 [WinCairo] Unreviewed build correction.
2830 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add
2831 missing symbols needed by TestWebKitAPI on WinCairo build.
2833 2013-06-12 Brent Fulgham <bfulgham@apple.com>
2835 [Windows] Implement Accessibility2 APIs in Windows.
2836 https://bugs.webkit.org/show_bug.cgi?id=117561
2838 Reviewed by Anders Carlsson.
2840 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj: Add new IAccessible2 IDL files.
2841 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters: Ditto.
2842 * WebKit.vcxproj/Interfaces/InterfacesCommon.props: Reference new Accessible2 folder.
2843 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj: Build IAccessible2 symbols.
2844 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj.filters: Ditto.
2846 2013-06-10 Bear Travis <betravis@adobe.com>
2848 [CSS Shapes][CSS Exclusions] Split CSS Exclusions and CSS Shapes code
2849 https://bugs.webkit.org/show_bug.cgi?id=117162
2851 Reviewed by Alexandru Chiculita.
2853 Adding the WebCore/rendering/shapes directory to the include list.
2857 2013-06-06 Roger Fong <roger_fong@apple.com>
2859 Unreviewed. Build configuration fix. WebKitExportGenerator's include path should fall back to
2860 $(WebKit_Libraries)\include\WebCore if $(ConfigurationBuildDir)\include\WebCore doesn't exist.
2862 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
2864 2013-06-05 Zan Dobersek <zdobersek@igalia.com>
2866 Unreviewed. Attempting a build fix for the AppleWin port after r151199.
2868 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export the required symbol.
2870 2013-06-03 Roger Fong <roger_fong@apple.com>
2872 Unreviewed. Some AppleWin VS2010 house cleaning.
2874 * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
2875 * WebKit.vcxproj/WebKit/WebKitPreBuild.cmd:
2877 2013-05-31 Roger Fong <roger_fong@apple.com>
2879 Unreviewed. Add AssembleBuildLogs project to WebKit solution in preparation for moving buildbots to VCExpress 2010.
2881 * WebKit.vcxproj/WebKit.sln:
2883 2013-05-30 Roger Fong <roger_fong@apple.com>
2885 Get rid of JavaScript exports file on AppleWin port.
2886 https://bugs.webkit.org/show_bug.cgi?id=117050.
2888 Reviewed by Darin Adler.
2890 Start linking in WTF.lib now that it's a shared library.
2892 * WebKit.vcxproj/WebKit.sln:
2893 * WebKit.vcxproj/WebKit/WebKitCommon.props:
2895 2013-05-28 Brent Fulgham <bfulgham@apple.com>
2897 [Windows] Many css2.1 tests fail on Apple's Windows port.
2898 https://bugs.webkit.org/show_bug.cgi?id=75707
2900 Reviewed by Darin Adler.
2902 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2903 Export the WebCore::directoryName method for use by DRT.
2905 2013-05-27 Patrick Gansterer <paroga@webkit.org>
2907 Use ICU_INCLUDE_DIRS in BlackBerry CMake files
2908 https://bugs.webkit.org/show_bug.cgi?id=116210
2910 Reviewed by Rob Buis.
2912 Set and use the ICU_INCLUDE_DIRS variable to avoid
2913 duplicated adding of the ICU include directory.
2915 * PlatformBlackBerry.cmake:
2917 2013-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2919 [BlackBerry] Move PagePopup implementation to WebKitSupport
2920 https://bugs.webkit.org/show_bug.cgi?id=116824
2922 Reviewed by Rob Buis.
2924 * PlatformBlackBerry.cmake: Update new file paths and names.
2926 2013-05-24 Brent Fulgham <bfulgham@apple.com>
2928 [Windows] Expose database storage and cache locations via preferences.
2929 https://bugs.webkit.org/show_bug.cgi?id=116729
2931 Reviewed by Tim Horton.
2933 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export
2934 three symbols needed to implement the feature.
2936 2013-05-24 Anders Carlsson <andersca@apple.com>
2938 Move history property list writer to WebKit
2939 https://bugs.webkit.org/show_bug.cgi?id=116746
2941 Reviewed by Tim Horton.
2943 Add files to the Xcode project.
2945 * WebKit.xcodeproj/project.pbxproj:
2947 2013-05-21 Carlos Garcia Campos <cgarcia@igalia.com>
2949 [BlackBerry] Make PagePopup implementation independent from WebCore
2950 https://bugs.webkit.org/show_bug.cgi?id=116448
2952 Reviewed by Anders Carlsson.
2954 * PlatformBlackBerry.cmake: Add
2955 blackberry/WebCoreSupport/PagePopupBlackBerryClient.cpp to
2958 2013-05-18 Patrick Gansterer <paroga@webkit.org>
2960 [CMake] Replace *_LIBRARY_NAME with *_OUTPUT_NAME
2961 https://bugs.webkit.org/show_bug.cgi?id=114554
2963 Reviewed by Gyuyoung Kim.
2965 Using variables as target names is very uncommon in CMake.
2966 The usual way to specify the name of the resulting binary
2967 is to set the OUTPUT_NAME target property.
2970 * PlatformBlackBerry.cmake:
2971 * PlatformEfl.cmake:
2973 2013-05-15 Ryosuke Niwa <rniwa@webkit.org>
2975 Revert the previous commit.
2977 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2979 2013-05-15 Ryosuke Niwa <rniwa@webkit.org>
2981 Windows build fix attempt after r150160.
2983 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2985 2013-05-15 Ryosuke Niwa <rniwa@webkit.org>
2987 Windows build fix attempt after r150156.
2989 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
2991 2013-05-14 Carlos Garcia Campos <cgarcia@igalia.com>
2993 [BlackBerry] Implement platform strategies
2994 https://bugs.webkit.org/show_bug.cgi?id=112162
2996 Reviewed by Rob Buis.
2998 * PlatformBlackBerry.cmake: Add new files to compilation.
3000 2013-05-06 Roger Fong <roger_fong@apple.com>
3002 Unreviewed. AppleWin VS2010 build fix.
3004 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3006 2013-05-04 Dean Jackson <dino@apple.com>
3008 Animations and Transitions should not start when globally suspended
3009 https://bugs.webkit.org/show_bug.cgi?id=114915
3011 Reviewed by Sam Weinig.
3013 Export AnimationController::isSuspended
3015 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3017 2013-05-04 Sam Weinig <sam@webkit.org>
3019 Move PopupMenuMac and SearchPopupMenuMac to Source/WebKit/mac
3020 matching where they are in WebKit2.
3022 Reviewed by Anders Carlsson.
3024 * WebKit.xcodeproj/project.pbxproj:
3026 2013-05-02 Roger Fong <roger_fong@apple.com>
3028 Following r149463, set Path for WebKit makefile as well.
3030 * WebKit.vcxproj/WebKit.make:
3032 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
3034 Show a block cursor in overtype mode
3035 https://bugs.webkit.org/show_bug.cgi?id=114819
3037 Reviewed by Ryosuke Niwa.
3039 Export three more WebCore symbols.
3041 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3043 2013-04-29 Brent Fulgham <bfulgham@webkit.org>
3045 [Windows, WinCairo] Remove pthread paths for WebKit build.
3046 https://bugs.webkit.org/show_bug.cgi?id=115390
3048 Reviewed by Tim Horton.
3050 Update Visual Studio property sheets to remove include paths and
3051 link references for the pthreadsVC2.dll, which is no longer used.
3053 * WebKit.vcxproj/WebKit/WebKitCommon.props:
3054 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
3056 2013-04-28 Ryosuke Niwa <rniwa@webkit.org>
3060 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3062 2013-04-25 Ryosuke Niwa <rniwa@webkit.org>
3064 StaticHashSetNodeList is unnecessary
3065 https://bugs.webkit.org/show_bug.cgi?id=115219
3067 Reviewed by Antonio Gomes.
3069 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3071 2013-04-26 Roger Fong <roger_fong@apple.com>
3073 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
3074 Make the DebugSuffix configuration use _debug dependencies.
3076 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
3077 * WebKit.vcxproj/Interfaces/InterfacesCommon.props:
3078 * WebKit.vcxproj/Interfaces/InterfacesDebug.props:
3079 * WebKit.vcxproj/Interfaces/InterfacesDebugWinCairo.props:
3080 * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
3081 * WebKit.vcxproj/Interfaces/InterfacesProduction.props:
3082 * WebKit.vcxproj/Interfaces/InterfacesRelease.props:
3083 * WebKit.vcxproj/Interfaces/InterfacesReleaseWinCairo.props:
3084 * WebKit.vcxproj/WebKit.make:
3085 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
3086 * WebKit.vcxproj/WebKit/WebKitApple.props:
3087 * WebKit.vcxproj/WebKit/WebKitCommon.props:
3088 * WebKit.vcxproj/WebKit/WebKitDebug.props:
3089 * WebKit.vcxproj/WebKit/WebKitDebugWinCairo.props:
3090 * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
3091 * WebKit.vcxproj/WebKit/WebKitPreBuild.cmd:
3092 * WebKit.vcxproj/WebKit/WebKitProduction.props:
3093 * WebKit.vcxproj/WebKit/WebKitRelease.props:
3094 * WebKit.vcxproj/WebKit/WebKitReleaseWinCairo.props:
3095 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
3096 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
3097 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
3098 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebug.props:
3099 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebugWinCairo.props:
3100 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
3101 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
3102 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorProduction.props:
3103 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorRelease.props:
3104 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorReleaseWinCairo.props:
3105 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3106 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
3107 * WebKit.vcxproj/WebKitGUID/WebKitGUIDCommon.props:
3108 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebug.props:
3109 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebugWinCairo.props:
3110 * WebKit.vcxproj/WebKitGUID/WebKitGUIDProduction.props:
3111 * WebKit.vcxproj/WebKitGUID/WebKitGUIDRelease.props:
3112 * WebKit.vcxproj/WebKitGUID/WebKitGUIDReleaseWinCairo.props:
3114 2013-04-25 Andreas Kling <akling@apple.com>
3116 Remove ENABLE(PARSED_STYLE_SHEET_CACHING) and make it always-on.
3118 Rubber-stamped by Anders Koivisto.
3120 * PlatformWinCE.cmake:
3122 2013-04-25 Patrick Gansterer <paroga@webkit.org>
3124 Remove OS(WINCE) from AccessibilityObject.h
3125 https://bugs.webkit.org/show_bug.cgi?id=115192
3127 Reviewed by Andreas Kling.
3129 Use the same files like the the other PLATFORM(WIN) ports use.
3131 * PlatformWinCE.cmake:
3133 2013-04-24 Jessie Berlin <jberlin@apple.com>
3135 Assertion failure (crash in release) attempting to delete database storage in WK1 without
3136 creating a WebView first
3137 https://bugs.webkit.org/show_bug.cgi?id=115065
3139 Reviewed by Brady Eidson.
3141 * WebKit.xcodeproj/project.pbxproj:
3142 Remove WebDatabaseManagerInternal.h.
3144 2013-04-23 Benjamin Poulain <bpoulain@apple.com>
3146 Remove the WebKit layer of wxWebKit
3147 https://bugs.webkit.org/show_bug.cgi?id=115006
3149 Reviewed by Anders Carlsson.
3151 The wxWebKit port is no longer actively maintained by Kevin
3152 on webkit.org. Remove the code until new maintainers resume the work.
3154 * wx/WebBrowserShell.cpp: Removed.
3155 * wx/WebBrowserShell.h: Removed.
3156 * wx/WebDOMSelection.cpp: Removed.
3157 * wx/WebDOMSelection.h: Removed.
3158 * wx/WebEdit.cpp: Removed.
3159 * wx/WebEdit.h: Removed.
3160 * wx/WebFrame.cpp: Removed.
3161 * wx/WebFrame.h: Removed.
3162 * wx/WebFramePrivate.h: Removed.
3163 * wx/WebKitDefines.h: Removed.
3164 * wx/WebKitSupport/ChromeClientWx.cpp: Removed.
3165 * wx/WebKitSupport/ChromeClientWx.h: Removed.
3166 * wx/WebKitSupport/ContextMenuClientWx.cpp: Removed.
3167 * wx/WebKitSupport/ContextMenuClientWx.h: Removed.
3168 * wx/WebKitSupport/DragClientWx.cpp: Removed.
3169 * wx/WebKitSupport/DragClientWx.h: Removed.
3170 * wx/WebKitSupport/EditCommandWx.h: Removed.
3171 * wx/WebKitSupport/EditorClientWx.cpp: Removed.
3172 * wx/WebKitSupport/EditorClientWx.h: Removed.
3173 * wx/WebKitSupport/FrameLoaderClientWx.cpp: Removed.
3174 * wx/WebKitSupport/FrameLoaderClientWx.h: Removed.
3175 * wx/WebKitSupport/FrameNetworkingContextWx.h: Removed.
3176 * wx/WebKitSupport/InspectorClientWx.cpp: Removed.
3177 * wx/WebKitSupport/InspectorClientWx.h: Removed.
3178 * wx/WebSettings.cpp: Removed.
3179 * wx/WebSettings.h: Removed.
3180 * wx/WebView.cpp: Removed.
3181 * wx/WebView.h: Removed.
3182 * wx/WebViewPrivate.h: Removed.
3183 * wx/bindings/python/samples/simple.py: Removed.
3184 * wx/bindings/python/webview.i: Removed.
3185 * wx/bindings/python/wscript: Removed.
3186 * wx/wscript: Removed.
3188 2013-04-22 Jessie Berlin <jberlin@apple.com>
3190 Speculative Windows build fix.
3192 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3194 2013-04-22 Benjamin Poulain <benjamin@webkit.org>
3196 Remove the memory instrumentation code
3197 https://bugs.webkit.org/show_bug.cgi?id=114931
3199 Reviewed by Andreas Kling.
3201 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3203 2013-04-21 Benjamin Poulain <benjamin@webkit.org>
3205 Improve StringImpl code density for older ARM hardware
3206 https://bugs.webkit.org/show_bug.cgi?id=114898
3208 Reviewed by Geoffrey Garen.
3210 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3212 2013-04-19 Roger Fong <roger_fong@apple.com>
3214 Unreviewed. WebKit_Source is incorrectly set.
3216 * WebKit.vcxproj/WebKit.make:
3218 2013-04-19 Jose Lejin PJ <jose.lejin@gmail.com>
3220 [EFL] Add method in ewk_settings for setting the CSS media type
3221 https://bugs.webkit.org/show_bug.cgi?id=113284
3223 Reviewed by Gyuyoung Kim.
3225 test_ewk_setting is added.
3227 * PlatformEfl.cmake:
3229 2013-04-18 Sam Weinig <sam@webkit.org>
3231 Network Process crashing trying to read in IDNScriptWhiteList.txt
3232 https://bugs.webkit.org/show_bug.cgi?id=114827
3234 Reviewed by Anders Carlsson.
3236 Move IDNScriptWhiteList.txt from WebKit to WebCore, so that the NetworkProcess does not have to link against
3237 WebKit. It was a layering violation for WebCore to be trying to access WebKit resources anyway.
3239 * WebKit.xcodeproj/project.pbxproj:
3241 2013-04-14 Roger Fong <roger_fong@apple.com>
3243 Copy make-file-export-generator script to the the Source folders of the projects that use it.
3244 <rdar://problem/13675604>
3246 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
3247 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj.filters:
3248 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorBuildCmd.cmd:
3249 * WebKit.vcxproj/WebKitExportGenerator/make-export-file-generator: Copied from Source/WebCore/make-export-file-generator.
3251 2013-04-16 Brent Fulgham <bfulgham@webkit.org>
3253 [Windows] Unreviewed VS2010 build correction.
3255 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
3256 Add correct link library to avoid mixture of ICU 4.0 and 4.6
3259 2013-04-12 Jer Noble <jer.noble@apple.com>
3261 TimeRanges::nearest() returns incorrect results.
3262 https://bugs.webkit.org/show_bug.cgi?id=114483
3264 Reviewed by Eric Carlson.
3266 Add symbols needed by WebCoreTestSupport to the exports list.
3268 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3270 2013-04-11 Rune Lillesveen <rune@opera.com>
3272 Incorrect evaluation of resolution media queries
3273 https://bugs.webkit.org/show_bug.cgi?id=114029
3275 Reviewed by Kenneth Rohde Christiansen.
3277 Removed setResolutionOverride from exports.
3279 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3281 2013-04-05 Roger Fong <roger_fong@apple.com>
3285 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3287 2013-04-08 Jeff Rogers <jrogers@rim.com>
3289 [BlackBerry] Update BlackBerry JavaScript API
3290 https://bugs.webkit.org/show_bug.cgi?id=114065
3292 Reviewed by Rob Buis.
3295 Remove obsolete files.
3297 * PlatformBlackBerry.cmake:
3299 2013-04-07 Patrick Gansterer <paroga@webkit.org>
3301 Remove references to Skia and V8 from CMake files
3302 https://bugs.webkit.org/show_bug.cgi?id=114130
3304 Reviewed by Geoffrey Garen.
3306 * PlatformBlackBerry.cmake:
3308 2013-04-06 Patrick Gansterer <paroga@webkit.org>
3310 [CMake] Remove general include directories from platform specific files
3312 Move the include directories, which are required by all CMake ports
3313 to the general CMakeLists.txt to fix the build for Windows CE port.
3316 * PlatformBlackBerry.cmake:
3317 * PlatformEfl.cmake:
3319 2013-04-05 Roger Fong <roger_fong@apple.com>
3321 More VS2010 solution makefile fixes.
3322 <rdar://problem/13588964>
3324 * WebKit.vcxproj/WebKit.make:
3326 2013-04-04 Benjamin Poulain <benjamin@webkit.org>
3328 Remove Webkit/chromium
3329 https://bugs.webkit.org/show_bug.cgi?id=113998
3331 Reviewed by Ryosuke Niwa.
3333 O Knights of Ni, you are just and fair, and we will return with a shrubbery.
3335 * chromium: Removed.
3337 2013-04-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
3339 [Cairo] Fix canvas drawing of SVG-based patterns and remove NativeImageCairo
3340 https://bugs.webkit.org/show_bug.cgi?id=113929
3342 Reviewed by Martin Robinson.
3344 Remove outdated symbols now that NativeImageCairo was removed.
3346 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3348 2013-04-03 Roger Fong <roger_fong@apple.com>
3350 Unreviewed VS2010 build fix.
3352 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3354 2013-03-27 Mark Lam <mark.lam@apple.com>
3356 Rolling out r147044.
3357 https://bugs.webkit.org/show_bug.cgi?id=113352.
3361 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3363 2013-03-27 Mark Lam <mark.lam@apple.com>
3365 Greening the Apple Win bot (debug build).
3366 https://bugs.webkit.org/show_bug.cgi?id=113352.
3370 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3372 2013-03-27 Mark Lam <mark.lam@apple.com>
3374 Greening the Apple Win bot.
3375 https://bugs.webkit.org/show_bug.cgi?id=113352.
3379 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3381 2013-03-22 Ryosuke Niwa <rniwa@webkit.org>
3383 The second part of the build fix for r146702. This should do it.
3384 I had to see the mangled name for the new signature.
3386 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3388 2013-03-22 Ryosuke Niwa <rniwa@webkit.org>
3390 Build fix attempt after r146702.
3392 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3394 2013-03-22 Carlos Garcia Campos <cgarcia@igalia.com>
3396 [BlackBerry] Add custom BackForwardList client implementation
3397 https://bugs.webkit.org/show_bug.cgi?id=113024
3399 Reviewed by Rob Buis.
3402 Internally reviewed by Joe Mason.
3404 * PlatformBlackBerry.cmake: Add new files to compilation.
3406 2013-03-21 Roger Fong <roger_fong@apple.com>
3408 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
3410 * WebKit.vcxproj/FeatureDefines.props: Removed.
3411 * WebKit.vcxproj/FeatureDefinesCairo.props: Removed.
3412 * WebKit.vcxproj/WebKit/cURL.props: Removed.
3413 * WebKit.vcxproj/WinCairo.props: Removed.
3414 * WebKit.vcxproj/common.props: Removed.
3415 * WebKit.vcxproj/debug.props: Removed.
3416 * WebKit.vcxproj/debug_wincairo.props: Removed.
3417 * WebKit.vcxproj/debugsuffix.props: Removed.
3418 * WebKit.vcxproj/production.props: Removed.
3419 * WebKit.vcxproj/release.props: Removed.
3421 2013-03-21 Ryosuke Niwa <rniwa@webkit.org>
3423 Windows build fix after r146430.
3425 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3427 2013-03-20 Brent Fulgham <bfulgham@webkit.org>
3429 [WinCairo] Top-level solution change to build under VS2010.
3430 https://bugs.webkit.org/show_bug.cgi?id=112861.
3432 Reviewed by Tim Horton.
3434 * WebKit.vcxproj/WebKit.sln: Add final set of WinCairo build
3436 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3437 Add #if/def guards around some media-specific exports that
3438 are not provided by the WinCairo port.
3440 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
3442 [WinCairo] Build the WebKit.dll under VS2010.
3443 https://bugs.webkit.org/show_bug.cgi?id=112759
3445 Reviewed by Tim Horton.
3447 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj: Update project to
3448 build WinCairo variant using new property sheets.
3449 * WebKit.vcxproj/Interfaces/InterfacesDebugWinCairo.props: Added.
3450 * WebKit.vcxproj/Interfaces/InterfacesReleaseWinCairo.props: Added.
3451 * WebKit.vcxproj/WebKit.sln: Update solution to use WinCairo
3452 build targets for WebKit.dll-related projects.
3453 * WebKit.vcxproj/WebKit/WebKit.vcxproj: Update project to build
3454 WinCairo variant using new property sheets.
3455 * WebKit.vcxproj/WebKit/cURL.props: Added.
3456 * WebKit.vcxproj/WebKit/WebKitDebugWinCairo.props: Added.
3457 * WebKit.vcxproj/WebKit/WebKitReleaseWinCairo.props: Added.
3458 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
3459 Update project to build WinCairo variant using new property sheets.
3460 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorDebugWinCairo.props: Added.
3461 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorReleaseWinCairo.props: Added.
3462 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj: Update project to
3463 build WinCairo variant using new property sheets.
3464 * WebKit.vcxproj/WebKitGUID/WebKitGUIDDebugWinCairo.props: Added.
3465 * WebKit.vcxproj/WebKitGUID/WebKitGUIDReleaseWinCairo.props: Added.
3466 * WebKit.vcxproj/WinCairo.props: Added.
3467 * WebKit.vcxproj/debug_wincairo.props: Added.
3469 2013-03-20 Eric Carlson <eric.carlson@apple.com>
3471 Allow ports specific text track menu
3472 https://bugs.webkit.org/show_bug.cgi?id=112800
3474 Reviewed by Dean Jackson.
3476 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Add new exports.
3477 * win/WebKit.vcproj/WebKitExports.def.in: Ditto.
3479 2013-03-20 Roger Fong <roger_fong@apple.com>
3481 AppleWin VS2010 build fix.
3483 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3485 2013-03-18 Brent Fulgham <bfulgham@webkit.org>
3487 [WinCairo] Build WinCairo port under VS2010
3488 https://bugs.webkit.org/show_bug.cgi?id=112604
3490 Reviewed by Tim Horton.
3492 * WebKit.vcxproj/WebKit.sln: Add Debug_WinCairo and Release_WinCairo
3493 build targets. No other changes in this patch.
3494 * WebKit.vcxproj/FeatureDefinesCairo.props: Add parallel property
3495 sheet for WinCairo version of build.
3497 2013-03-18 Roger Fong <roger_fong@apple.com>
3499 AppleWin VS2010 build fix.
3501 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3503 2013-03-14 Simon Hausmann <simon.hausmann@digia.com>
3505 [Qt] Improve the handling of mock geolocation, device orientation and motion clients
3507 Reviewed by Tor Arne Vestbø.
3509 The mock versions of these web facing features should be instantiated when
3510 running in DumpRenderTree only. In order for them to work, no extra Qt modules
3511 such as QtLocation are actually needed.
3513 This patch decouples enabling device orientation/motion and geolocation from
3514 the underlying Qt modules and makes them available in developer builds
3515 (!production_build) and backed by mock backends when running in drt.
3517 So if the Qt 5 modules are available, they'll be used (unless drtRun). For
3518 developers the web facing features are always enabled (although requests will
3519 time out) and the mock backends are enabled inside DRT, allowing for the layout
3520 tests to run with less dependencies.
3522 In addition this also enables the mock device motion client, which was
3523 previously never instantiated.
3528 2013-03-13 Genevieve Mak <gmak@rim.com>
3530 [BlackBerry] Add Proximity Detector.
3531 https://bugs.webkit.org/show_bug.cgi?id=112278
3533 Reviewed by Rob Buis.
3535 Internally Reviewed by Mike Lattanzio.
3538 * PlatformBlackBerry.cmake:
3540 2013-03-08 Roger Fong <roger_fong@apple.com>
3542 Build fix for AppleWin VS2010.
3544 * WebKit.vcxproj/FeatureDefines.props:
3546 2013-03-06 Jer Noble <jer.noble@apple.com>
3548 Unreviewed partial roll-out of r145003. Disable
3549 ENABLE_CURSOR_VISIBILITY on win.
3551 * WebKit.vcxproj/FeatureDefines.props:
3553 2013-03-04 Jer Noble <jer.noble@apple.com>
3555 Default mouse cursor behavior should be auto-hide for full screen video with custom controls
3556 https://bugs.webkit.org/show_bug.cgi?id=107601
3558 Reviewed by Beth Dakin.
3560 Enable the CURSOR_VISIBILITY feature.
3562 * WebKit.vcxproj/FeatureDefines.props:
3564 2013-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3566 [EFL] Build break with latest EFL libraries
3567 https://bugs.webkit.org/show_bug.cgi?id=111028
3569 Reviewed by Dirk Pranke.
3571 * PlatformEfl.cmake: Added ECORE_X_INCLUDE_DIRS.
3573 2013-03-04 Roger Fong <roger_fong@apple.com>
3575 Unreviewed. AppleWin build fix.
3577 * WebKit.vcxproj/FeatureDefines.props:
3578 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3580 2013-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
3582 Unreviewed, rolling out r144567.
3583 http://trac.webkit.org/changeset/144567
3584 https://bugs.webkit.org/show_bug.cgi?id=111266
3586 Does not compile on apple-win (Requested by abarth on
3589 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3591 2013-02-26 Roger Fong <roger_fong@apple.com>
3593 Unreviewed AppleWin build fix.
3595 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
3597 2013-02-26 Alberto Garcia <agarcia@igalia.com>
3599 [BlackBerry] Upstream the datalist support UI
3600 https://bugs.webkit.org/show_bug.cgi?id=110736
3602 Reviewed by Rob Buis.
3604 Original code by Otto Derek Cheung <otcheung@rim.com>
3606 * PlatformBlackBerry.cmake:
3608 2013-02-25 Roger Fong <roger_fong@apple.com>
3610 Unreviewed. VS2010 solution build fix.
3612 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3614 2013-02-22 Aaron Colwell <acolwell@chromium.org>
3616 Disable MediaSource on Apple Windows port
3617 https://bugs.webkit.org/show_bug.cgi?id=110494
3619 Reviewed by Tim Horton.
3621 * WebKit.vcxproj/FeatureDefines.props:
3623 2013-02-20 Roger Fong <roger_fong@apple.com>
3625 Get VS2010 Solution B&I ready.
3626 <rdar://problem/1322988>
3628 Rubberstamped by Timothy Horton.
3630 Add Production configuration.
3631 Add a WebKit submit solution with a DebugSuffix configuration.
3632 Modify WebKit.make as necessary.
3634 * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
3635 * WebKit.vcxproj/Interfaces/InterfacesProduction.props: Added.
3636 * WebKit.vcxproj/Interfaces/InterfacesRelease.props:
3637 * WebKit.vcxproj/WebKit.make: Added.
3638 * WebKit.vcxproj/WebKit.sln:
3639 * WebKit.vcxproj/WebKit.submit.sln: Added.
3640 * WebKit.vcxproj/WebKit/WebKit.vcxproj:
3641 * WebKit.vcxproj/WebKit/WebKitCommon.props:
3642 * WebKit.vcxproj/WebKit/WebKitProduction.props: Added.
3643 * WebKit.vcxproj/WebKit/WebKitRelease.props:
3644 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
3645 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorCommon.props:
3646 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPostBuild.cmd:
3647 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorPreBuild.cmd:
3648 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorProduction.props: Added.
3649 * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGeneratorRelease.props:
3650 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3651 * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
3652 * WebKit.vcxproj/WebKitGUID/WebKitGUIDProduction.props: Added.
3653 * WebKit.vcxproj/WebKitGUID/WebKitGUIDRelease.props:
3654 * WebKit.vcxproj/common.props:
3655 * WebKit.vcxproj/debugsuffix.props: Added.
3656 * WebKit.vcxproj/production.props: Added.
3657 * WebKit.vcxproj/releaseproduction.props: Removed.
3659 2013-02-19 Tony Chang <tony@chromium.org>
3661 Unreviewed, include exports for VS2010 as well.
3663 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3665 2013-02-18 Brent Fulgham <bfulgham@webkit.org>
3667 [Windows] Unreviewed VS2010 build correction.
3669 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Sync
3670 export definition with VS2005 version.
3672 2013-02-15 Rik Cabanier <cabanier@adobe.com>
3674 Add platform support for -webkit-background-blend-mode to CG context
3675 https://bugs.webkit.org/show_bug.cgi?id=108549
3677 Reviewed by Dean Jackson.
3681 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3683 2013-02-14 Roger Fong <roger_fong@apple.com>
3685 Unreviewed. Touch-ups to the VS2010 WebKit solution.
3686 Remove un-needed include directories and force includes.
3687 Update exports file.
3689 * WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:
3690 * WebKit.vcxproj/common.props:
3691 * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncherCommon.props:
3692 * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncherCommon.props:
3693 * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj: