1 2013-12-13 Brent Fulgham <bfulgham@apple.com>
3 [Win] Unreviewed build fix for VS2013
5 * win/lib32/WebKitSystemInterface.lib: Updated to use VS2013 _MSC_VER symbols
8 2013-12-09 Filip Pizlo <fpizlo@apple.com>
10 Unreviewed, update LLVM binary drops to r196830.
12 * LLVMIncludesMountainLion.tar.bz2:
13 * LLVMLibrariesMountainLion.tar.bz2:
15 2013-12-05 Bear Travis <betravis@adobe.com>
17 [CSS Shapes] Enable CSS Shapes on Windows
18 https://bugs.webkit.org/show_bug.cgi?id=89957
20 Reviewed by Brent Fulgham.
22 Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
24 * win/tools/vsprops/FeatureDefines.props:
25 * win/tools/vsprops/FeatureDefinesCairo.props:
27 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
29 Enable HTML template element on Windows ports
30 https://bugs.webkit.org/show_bug.cgi?id=124758
32 Reviewed by Andreas Kling.
34 Enable TEMPLATE_ELEMENT. Also removed UNDO_MANAGER since that feature has been removed
35 from the tree in r133326.
37 * win/tools/vsprops/FeatureDefines.props:
38 * win/tools/vsprops/FeatureDefinesCairo.props:
40 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
43 https://bugs.webkit.org/show_bug.cgi?id=105784
45 Reviewed by Darin Adler.
47 * win/tools/vsprops/FeatureDefines.props:
48 * win/tools/vsprops/FeatureDefinesCairo.props:
50 2013-11-17 Filip Pizlo <fpizlo@apple.com>
52 Update binary drops to include atrick's "Ran out of registers" fix in r194942.
54 * LLVMIncludesMountainLion.tar.bz2:
55 * LLVMLibrariesMountainLion.tar.bz2:
57 2013-11-08 Filip Pizlo <fpizlo@apple.com>
59 Update binary drops to a version that includes new stackmap fixes and exposes the new calling conventions.
61 * LLVMIncludesMountainLion.tar.bz2:
62 * LLVMLibrariesMountainLion.tar.bz2:
64 2013-11-03 Filip Pizlo <fpizlo@apple.com>
66 Update binary drops to a version that includes my pretty stack trace changes.
68 * LLVMIncludesMountainLion.tar.bz2:
69 * LLVMLibrariesMountainLion.tar.bz2:
71 2013-11-02 Filip Pizlo <fpizlo@apple.com>
73 Unreviewed, update binary drops.
75 These include my LLVMDisablePrettyStackTrace() fix and are built with --enable-crash-overrides=no
77 * LLVMIncludesMountainLion.tar.bz2:
78 * LLVMLibrariesMountainLion.tar.bz2:
80 2013-10-21 Mark Rowe <mrowe@apple.com>
82 Add a version of WebKitSystemInterface for Mavericks.
84 Reviewed by Ryosuke Niwa.
86 * libWebKitSystemInterfaceMavericks.a: Added.
88 2013-10-17 Anthony Johnson <anthony.johnson@flexsim.com>
90 Crash fix for Windows XP.
91 https://bugs.webkit.org/show_bug.cgi?id=122790
93 Reviewed by Geoffrey Garen.
95 * win/tools/vsprops/common.props:
96 Replaced stack and heap sizes of zero with blank stack and heap sizes.
98 2013-10-16 Filip Pizlo <fpizlo@apple.com>
100 libllvmForJSC shouldn't call exit(1) on report_fatal_error()
101 https://bugs.webkit.org/show_bug.cgi?id=122905
102 <rdar://problem/15237856>
104 Reviewed by Michael Saboff.
106 * LLVMIncludesMountainLion.tar.bz2:
107 * LLVMLibrariesMountainLion.tar.bz2:
109 2013-10-10 Filip Pizlo <fpizlo@apple.com>
111 Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
112 now that we have soft linking. Also include DataTypes.h in the drop.
114 Rubber stamped by Michael Saboff.
116 * LLVMIncludesMountainLion.tar.bz2:
117 * LLVMLibrariesMountainLion.tar.bz2:
119 2013-10-01 Filip Pizlo <fpizlo@apple.com>
121 FTL should use the new version of LLVM MCJIT memory manager APIs that take a SectionName
122 https://bugs.webkit.org/show_bug.cgi?id=122193
124 Reviewed by Geoffrey Garen.
126 * LLVMIncludesMountainLion.tar.bz2:
127 * LLVMLibrariesMountainLion.tar.bz2:
129 2013-10-01 Brent Fulgham <bfulgham@apple.com>
131 [Win] Implement the media controls in JavaScript.
132 https://bugs.webkit.org/show_bug.cgi?id=122166
134 Reviewed by Jer Noble.
136 * win/tools/vsprops/FeatureDefines.props: Activate the
137 ENABLE_MEDIA_CONTROLS_SCRIPT flag.
139 2013-09-24 Bear Travis <betravis@adobe.com>
141 Disable CSS_SHAPES on Windows
142 https://bugs.webkit.org/show_bug.cgi?id=121879
144 Reviewed by Brent Fulgham.
146 Enabling CSS_SHAPES on Windows is currently causing crashes in DRT.
147 Turn the feature off until it can be appropriately fixed.
149 * win/tools/vsprops/FeatureDefines.props: Disable on Win port
150 * win/tools/vsprops/FeatureDefinesCairo.props: Disable on WinCairo port
152 2013-09-23 Patrick Gansterer <paroga@webkit.org>
154 use NOMINMAX instead of #define min min
155 https://bugs.webkit.org/show_bug.cgi?id=73563
157 Reviewed by Brent Fulgham.
159 Use NOMINMAX instead of #define min/max as a cleaner
160 way of ensuring that Windows system header files don't
161 define min/max as macro in the first place.
163 * win/tools/vsprops/common.props:
165 2013-09-20 Mark Rowe <mrowe@apple.com>
167 Fix link errors for external users when building WebKit with Xcode 5.
169 Reviewed by Oliver Hunt.
171 * libWebKitSystemInterfaceLion.a:
172 * libWebKitSystemInterfaceMountainLion.a:
174 2013-09-19 Bear Travis <betravis@adobe.com>
176 CSS_SHAPES not supported on AppleWin port
177 https://bugs.webkit.org/show_bug.cgi?id=118810
179 Reviewed by Brent Fulgham.
181 * win/tools/vsprops/FeatureDefines.props: Add the CSS_SHAPES compile flag on Windows.
183 2013-09-19 Dan Bernstein <mitz@apple.com>
185 Removed WebCoreSQLite3. It has been unused for years.
187 Rubber-stamped by Mark Rowe.
189 * WebCoreSQLite3: Removed.
190 * WebCoreSQLite3/sqlite3.h: Removed.
191 * WebCoreSQLite3/sqlite3ext.h: Removed.
192 * libWebCoreSQLite3.a: Removed.
194 2013-09-18 Brent Fulgham <bfulgham@apple.com>
196 [Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
198 * win/tools/vsprops/common.props:
200 2013-09-13 Brent Fulgham <bfulgham@apple.com>
202 [Windows] Enable Page Visibility API
203 https://bugs.webkit.org/show_bug.cgi?id=121340
205 Reviewed by Anders Carlsson.
207 * win/tools/vsprops/FeatureDefines.props: Activate feature.
208 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
210 2013-09-12 Brent Fulgham <bfulgham@apple.com>
212 [Windows] Update WKSI library for Open Source builders.
214 * win/lib32/WebKitSystemInterface.lib: Recompile with latest WebKit to use newer
215 WTF.dll symbol exports.
217 2013-08-29 Filip Pizlo <fpizlo@apple.com>
219 Just linking LLVM into JSC causes all plugin tests to fail
220 https://bugs.webkit.org/show_bug.cgi?id=113915
222 Reviewed by Oliver Hunt.
224 Updated the binary drops to r189627 of llvm.org, and used the new configure-llvm that does CPPFLAGS=-fvisibility=hidden.
226 * LLVMIncludesMountainLion.tar.bz2:
227 * LLVMLibrariesMountainLion.tar.bz2:
229 2013-08-29 Brent Fulgham <bfulgham@apple.com>
231 [Windows] Unreviewed build fix after r154847.
233 * win/tools/vsprops/FeatureDefines.props: Add missing definition for ENABLE_PROMISES
234 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto
236 2013-08-26 Brent Fulgham <bfulgham@apple.com>
238 [Windows] Updates to WKSI to get external builders working.
240 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
241 * win/lib32/WebKitSystemInterface.lib:
243 2013-08-24 Brent Fulgham <bfulgham@apple.com>
245 [Windows] Another attempt to fix the Windows bots. Need to retain older
246 QuickTime player features for external builders.
248 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
249 * win/lib32/WebKitSystemInterface.lib:
251 2013-08-23 Brent Fulgham <bfulgham@apple.com>
253 [Windows] Forgot to check in the header as well!
255 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
257 2013-08-23 Brent Fulgham <bfulgham@apple.com>
259 [Windows] Unreviewed build correction.
261 * win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.
263 2013-08-23 Beth Dakin <bdakin@apple.com>
265 REGRESSION (r132545): Some PDFs generated by WebKit are blank when viewed in
267 https://bugs.webkit.org/show_bug.cgi?id=120240
269 <rdar://problem/14634453>
271 Reviewed by Anders Carlsson.
273 * WebKitSystemInterface.h:
274 * libWebKitSystemInterfaceLion.a:
275 * libWebKitSystemInterfaceMountainLion.a:
277 2013-08-23 Alex Christensen <achristensen@apple.com>
279 Re-separating Win32 and Win64 builds.
280 https://bugs.webkit.org/show_bug.cgi?id=120178
282 Reviewed by Brent Fulgham.
284 * win/tools/vsprops/common.props:
285 Export PlatformArchitecture to be used by make and cmd scripts.
286 Use PlatformArchitecture to determine correct build directory
287 (lib32/bin32/obj32 or lib64/bin64/obj64).
289 2013-08-22 Filip Pizlo <fpizlo@apple.com>
291 Update LLVM binary drops and scripts to the latest version from SVN
292 https://bugs.webkit.org/show_bug.cgi?id=120184
294 Reviewed by Mark Hahnenberg.
296 Updated binary drops to r189066.
298 * LLVMIncludesMountainLion.tar.bz2:
299 * LLVMLibrariesMountainLion.tar.bz2:
301 2013-08-21 Commit Queue <commit-queue@webkit.org>
303 Unreviewed, rolling out r154416.
304 http://trac.webkit.org/changeset/154416
305 https://bugs.webkit.org/show_bug.cgi?id=120147
307 Broke Windows builds (Requested by rniwa on #webkit).
309 * win/tools/vsprops/common.props:
311 2013-08-21 Alex Christensen <achristensen@apple.com>
313 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
315 Reviewed by Brent Fulgham.
317 * win/tools/vsprops/common.props:
318 Export PlatformArchitecture to be used by make and cmd scripts.
319 Use PlatformArchitecture to determine correct build directory
320 (lib32/bin32/obj32 or lib64/bin64/obj64).
322 2013-08-21 Brent Fulgham <bfulgham@apple.com>
324 <https://webkit.org/b/120113> [Windows] Enable CSS_IMAGE_SET
326 Reviewed by Anders Carlsson.
328 * win/tools/vsprops/FeatureDefines.props: Enable CSS_IMAGE_SET feature.
329 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
331 2013-08-15 Eric Carlson <eric.carlson@apple.com>
333 [Mac] Remove "legacy" media UI
334 https://bugs.webkit.org/show_bug.cgi?id=119752
336 Reviewed by Jer Noble.
338 * WebKitSystemInterface.h:
339 * libWebKitSystemInterfaceLion.a:
340 * libWebKitSystemInterfaceMountainLion.a:
342 2013-08-13 Simon Fraser <simon.fraser@apple.com>
344 Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
345 https://bugs.webkit.org/show_bug.cgi?id=119490
347 New versions of WKSI that fix a bug that caused spew about null CGContexts,
348 and update WebKitSystemInterface.h.
350 * WebKitSystemInterface.h:
351 * libWebKitSystemInterfaceLion.a:
352 * libWebKitSystemInterfaceMountainLion.a:
354 2013-08-08 Alex Christensen <achristensen@apple.com>
358 Rubberstamped by Brent Fulgham.
360 * win/tools/vsprops/debug_wincairo.props: Removed MinimalRebuild option preventing parallel compiling.
362 2013-07-30 Sanghyun Park <sh919.park@samsung.com>
364 Missing the rename REGISTER_PROCOTOL_HANDLER Macro to NAVIGATOR_CONTENT_UTILS in WebKitLibraries.
365 https://bugs.webkit.org/show_bug.cgi?id=119239
367 According to "https://bugs.webkit.org/show_bug.cgi?id=94920", REGISTER_PROCOTOL_HANDLER macro was changed to NAVIGATOR_CONTENT_UTILS.
368 But, FeatureDefines.props and FeatureDefinesCairo.props was not changed.
370 Reviewed by Brent Fulgham.
372 * win/tools/vsprops/FeatureDefines.props:
373 * win/tools/vsprops/FeatureDefinesCairo.props:
375 2013-05-22 Filip Pizlo <fpizlo@apple.com>
377 Updated LLVM drops to include MCJIT memory management APIs.
379 Rubber stamped by Mark Hahnenberg.
381 * LLVMIncludesMountainLion.tar.bz2:
382 * LLVMLibrariesMountainLion.tar.bz2:
384 2013-04-30 Filip Pizlo <fpizlo@apple.com>
386 Updated LLVM drops to include MCJIT fixes and newly exposed API.
388 Rubber stamped by Mark Hahnenberg.
390 * LLVMIncludesMountainLion.tar.bz2:
391 * LLVMLibrariesMountainLion.tar.bz2:
393 2013-04-16 Filip Pizlo <fpizlo@apple.com>
395 Updated LLVM drops to include MCJIT fixes.
397 * LLVMIncludesMountainLion.tar.bz2:
398 * LLVMLibrariesMountainLion.tar.bz2:
400 2013-04-03 Filip Pizlo <fpizlo@apple.com>
402 Updated LLVM drops to include LLVM_DO_NOT_INCLUDE_CPP_HEADERS changes.
404 Rubber stamped by Mark Hahnenberg.
406 * LLVMIncludesMountainLion.tar.bz2:
407 * LLVMLibrariesMountainLion.tar.bz2:
409 2013-03-29 Filip Pizlo <fpizlo@apple.com>
411 fourthTier: Check in a known-good build of LLVM into WebKitLibraries, and have a story for updating it
412 https://bugs.webkit.org/show_bug.cgi?id=113452
414 Rubber stamped by Mark Hahnenberg.
416 * LLVMIncludesMountainLion.tar.bz2: Added.
417 * LLVMLibrariesMountainLion.tar.bz2: Added.
419 2013-07-18 Roger Fong <roger_fong@apple.com>
421 Make sure to link against _debug binaries when appropriate.
422 <rdar://problem/14473010>.
424 * win/tools/vsprops/debugsuffix.props:
426 2013-07-02 Commit Queue <commit-queue@webkit.org>
428 Unreviewed, rolling out r152233.
429 http://trac.webkit.org/changeset/152233
430 https://bugs.webkit.org/show_bug.cgi?id=118304
432 hopeful attempt to restore windows buildage (Requested by
435 * win/tools/vsprops/debugsuffix.props:
437 2013-07-01 Brent Fulgham <bfulgham@apple.com>
439 [Windows] Unreviewed correction to DEBUG_ALL target. Target was undefining DEBUG_ALL and DEBUG_INTERNAL,
440 which prevented proper build operation.
442 * win/tools/vsprops/debugsuffix.props: We should DEFINE (not UNDEFINE) the DEBUG_ALL and DEBUG_INTERNAL
443 macros when building with 'debugsuffix' target.
445 2013-06-18 Roger Fong <roger_fong@apple.com>
447 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
448 <rdar://problem/14118143>.
450 Rubberstamped by Brent Fulgham.
452 * win/tools: Copied from win/tools32.
453 * win/tools/WinTools.make:
454 * win/tools/scripts/auto-version.sh:
455 * win/tools/scripts/feature-defines.sh:
456 * win/tools32: Removed.
457 * win/tools32/WinTools.make: Removed.
458 * win/tools32/scripts: Removed.
459 * win/tools32/scripts/COPYRIGHT-END-YEAR: Removed.
460 * win/tools32/scripts/VERSION: Removed.
461 * win/tools32/scripts/auto-version.sh: Removed.
462 * win/tools32/scripts/feature-defines.sh: Removed.
463 * win/tools32/vsprops: Removed.
464 * win/tools32/vsprops/FeatureDefines.props: Removed.
465 * win/tools32/vsprops/FeatureDefines.vsprops: Removed.
466 * win/tools32/vsprops/FeatureDefinesCairo.props: Removed.
467 * win/tools32/vsprops/FeatureDefinesCairo.vsprops: Removed.
468 * win/tools32/vsprops/WinCairo.props: Removed.
469 * win/tools32/vsprops/WinCairo.vsprops: Removed.
470 * win/tools32/vsprops/cURL.props: Removed.
471 * win/tools32/vsprops/cURL.vsprops: Removed.
472 * win/tools32/vsprops/common.props: Removed.
473 * win/tools32/vsprops/common.vsprops: Removed.
474 * win/tools32/vsprops/debug.props: Removed.
475 * win/tools32/vsprops/debug.vsprops: Removed.
476 * win/tools32/vsprops/debug_all.vsprops: Removed.
477 * win/tools32/vsprops/debug_wincairo.props: Removed.
478 * win/tools32/vsprops/debug_wincairo.vsprops: Removed.
479 * win/tools32/vsprops/debugsuffix.props: Removed.
480 * win/tools32/vsprops/production.props: Removed.
481 * win/tools32/vsprops/production.vsprops: Removed.
482 * win/tools32/vsprops/release.props: Removed.
483 * win/tools32/vsprops/release.vsprops: Removed.
484 * win/tools32/vsprops/releaseproduction.vsprops: Removed.
486 2013-06-12 Brent Fulgham <bfulgham@webkit.org>
488 [WinCairo] Unreviewed build correction.
490 * win/tools32/vsprops/WinCairo.props: Switch from using the
491 $WebKitLibraries environment variable to the newer
493 * win/tools32/vsprops/debug_wincairo.props: Ditto.
495 2013-06-11 Roger Fong <roger_fong@apple.com>
497 Unreviewed. Another part of rollout of r151408.
499 * win/tools64: Removed.
500 * win/tools64/scripts: Removed.
501 * win/tools64/vsprops: Removed.
503 2013-06-11 Roger Fong <roger_fong@apple.com>
505 Unreviewed. WinTools makefile fix.
507 * win/tools32/WinTools.make:
509 2013-06-11 Commit Queue <commit-queue@webkit.org>
511 Unreviewed, rolling out r151408.
512 http://trac.webkit.org/changeset/151408
513 https://bugs.webkit.org/show_bug.cgi?id=117519
515 Opting for a different approach (Requested by rfong on
518 * win/WinTools.make: Removed.
519 * win/tools32/WinTools.make: Renamed from WebKitLibraries/win/tools64/WinTools.make.
520 * win/tools64/scripts/COPYRIGHT-END-YEAR: Removed.
521 * win/tools64/scripts/VERSION: Removed.
522 * win/tools64/scripts/auto-version.sh: Removed.
523 * win/tools64/scripts/feature-defines.sh: Removed.
524 * win/tools64/vsprops/FeatureDefines.props: Removed.
525 * win/tools64/vsprops/FeatureDefines.vsprops: Removed.
526 * win/tools64/vsprops/FeatureDefinesCairo.props: Removed.
527 * win/tools64/vsprops/FeatureDefinesCairo.vsprops: Removed.
528 * win/tools64/vsprops/WinCairo.props: Removed.
529 * win/tools64/vsprops/WinCairo.vsprops: Removed.
530 * win/tools64/vsprops/cURL.props: Removed.
531 * win/tools64/vsprops/cURL.vsprops: Removed.
532 * win/tools64/vsprops/common.props: Removed.
533 * win/tools64/vsprops/common.vsprops: Removed.
534 * win/tools64/vsprops/debug.props: Removed.
535 * win/tools64/vsprops/debug.vsprops: Removed.
536 * win/tools64/vsprops/debug_all.vsprops: Removed.
537 * win/tools64/vsprops/debug_wincairo.props: Removed.
538 * win/tools64/vsprops/debug_wincairo.vsprops: Removed.
539 * win/tools64/vsprops/debugsuffix.props: Removed.
540 * win/tools64/vsprops/production.props: Removed.
541 * win/tools64/vsprops/production.vsprops: Removed.
542 * win/tools64/vsprops/release.props: Removed.
543 * win/tools64/vsprops/release.vsprops: Removed.
544 * win/tools64/vsprops/releaseproduction.vsprops: Removed.
546 2013-06-10 Roger Fong <roger_fong@apple.com>
548 Change WebKitLibraries/win folder structure around.
549 <rdar://problem/14097829>
551 Reviewed by Lucas Forschler.
553 * win/WinTools.make: Copied from win/tools32/WinTools.make.
554 * win/tools32/WinTools.make: Removed.
555 * win/tools64: Copied from win/tools32.
557 2013-06-05 Bear Travis <betravis@adobe.com>
559 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
560 https://bugs.webkit.org/show_bug.cgi?id=117172
562 Reviewed by Alexandru Chiculita.
564 Adding the CSS_SHAPES compile flag.
566 * win/tools32/vsprops/FeatureDefines.vsprops:
567 * win/tools32/vsprops/FeatureDefinesCairo.vsprops:
569 2013-06-03 Roger Fong <roger_fong@apple.com>
571 Unreviewed. Some AppleWin VS2010 house cleaning.
573 * win/tools32/scripts/auto-version.sh: Replaced with win/tools32/scripts/auto-version2010.sh.
574 * win/tools32/scripts/auto-version2010.sh: Removed.
575 * win/tools32/scripts/feature-defines.sh: Replaced with win/tools32/scripts/feature-defines2010.sh.
576 * win/tools32/scripts/feature-defines2010.sh: Removed.
578 2013-06-03 Roger Fong <roger_fong@apple.com>
580 Nuke VS2005 files from the tree.
581 <rdar://problem/14042021>.
583 Rubberstamped by Brent Fulgham.
586 * win/lib/WebKitSystemInterface.lib: Removed.
587 * win/tools: Removed.
588 * win/tools/WinTools.make: Removed.
589 * win/tools/scripts: Removed.
590 * win/tools/scripts/COPYRIGHT-END-YEAR: Removed.
591 * win/tools/scripts/VERSION: Removed.
592 * win/tools/scripts/auto-version.sh: Removed.
593 * win/tools/scripts/auto-version2010.sh: Removed.
594 * win/tools/scripts/feature-defines.sh: Removed.
595 * win/tools/scripts/feature-defines2010.sh: Removed.
596 * win/tools/vsprops: Removed.
597 * win/tools/vsprops/FeatureDefines.props: Removed.
598 * win/tools/vsprops/FeatureDefines.vsprops: Removed.
599 * win/tools/vsprops/FeatureDefinesCairo.props: Removed.
600 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Removed.
601 * win/tools/vsprops/WinCairo.props: Removed.
602 * win/tools/vsprops/WinCairo.vsprops: Removed.
603 * win/tools/vsprops/cURL.props: Removed.
604 * win/tools/vsprops/cURL.vsprops: Removed.
605 * win/tools/vsprops/common.props: Removed.
606 * win/tools/vsprops/common.vsprops: Removed.
607 * win/tools/vsprops/debug.props: Removed.
608 * win/tools/vsprops/debug.vsprops: Removed.
609 * win/tools/vsprops/debug_all.vsprops: Removed.
610 * win/tools/vsprops/debug_wincairo.props: Removed.
611 * win/tools/vsprops/debug_wincairo.vsprops: Removed.
612 * win/tools/vsprops/debugsuffix.props: Removed.
613 * win/tools/vsprops/production.props: Removed.
614 * win/tools/vsprops/production.vsprops: Removed.
615 * win/tools/vsprops/release.props: Removed.
616 * win/tools/vsprops/release.vsprops: Removed.
617 * win/tools/vsprops/releaseproduction.vsprops: Removed.
619 2013-05-29 Jeffrey Pfau <jpfau@apple.com>
621 [Mac] Enable cache partitioning and the public suffix list on 10.8
622 <rdar://problem/13679019>
624 Rubber-stamped by David Kilzer.
626 * WebKitSystemInterface.h:
627 * libWebKitSystemInterfaceLion.a:
628 * libWebKitSystemInterfaceMountainLion.a:
630 2013-05-14 Beth Dakin <bdakin@apple.com>
632 Printing in 1Password app is broken with screen fonts disabled
633 https://bugs.webkit.org/show_bug.cgi?id=116133
635 <rdar://problem/13162981>
637 Reviewed by Anders Carlsson.
639 Need WKExecutableWasLinkedOnOrBeforeMountainLion() for this quirk.
641 * libWebKitSystemInterfaceLion.a:
642 * libWebKitSystemInterfaceMountainLion.a:
644 2013-05-08 Roger Fong <roger_fong@apple.com>
646 Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
648 * win/lib32: Copied from win/lib.
649 * win/tools/WinTools.make:
651 2013-05-02 Roger Fong <roger_fong@apple.com>
653 Unreviewed Windows build fix.
655 * win/lib/WebKitSystemInterface.lib:
657 2013-05-01 Alexey Proskuryakov <ap@apple.com>
659 Update WebKitSystemInterface.
661 * WebKitSystemInterface.h:
662 * libWebKitSystemInterfaceLion.a:
663 * libWebKitSystemInterfaceMountainLion.a:
665 2013-04-29 Chris Fleizach <cfleizach@apple.com>
667 WEB SPEECH: need to identify the default voice per language
668 https://bugs.webkit.org/show_bug.cgi?id=115366
670 Reviewed by Simon Fraser.
672 * WebKitSystemInterface.h:
673 * libWebKitSystemInterfaceLion.a:
674 * libWebKitSystemInterfaceMountainLion.a:
676 2013-04-29 Roger Fong <roger_fong@apple.com>
678 Need a tools32 folder for VS2010 builds.
679 tools folder will be nuked when we nuke VS2005.
681 * win/tools32: Copied from WebKitLibraries/win/tools.
683 2013-04-26 Roger Fong <roger_fong@apple.com>
685 Disable sub-pixel-layout on Apple Windows port, VS2005 edition.
687 * win/tools/vsprops/FeatureDefines.vsprops:
689 2013-04-26 Roger Fong <roger_fong@apple.com>
691 Disable sub-pixel-layout on Apple Windows port.
693 * win/tools/vsprops/FeatureDefines.props:
695 2013-04-26 Roger Fong <roger_fong@apple.com>
697 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
698 Make the DebugSuffix configuration use _debug dependencies.
700 * win/tools/WinTools.make:
701 * win/tools/scripts/auto-version2010.sh:
702 * win/tools/scripts/feature-defines2010.sh:
703 * win/tools/vsprops/common.props:
704 * win/tools/vsprops/debugsuffix.props:
706 2013-04-25 Chris Fleizach <cfleizach@apple.com>
708 WEB SPEECH: language support does not work as expected
709 https://bugs.webkit.org/show_bug.cgi?id=115119
711 Reviewed by Alexey Proskuryakov.
713 * WebKitSystemInterface.h:
715 2013-04-24 Roger Fong <roger_fong@apple.com>
717 Have VS2010 WebKit solution look in WebKit_Libraries/lib32 for dependencies.
719 * win/tools/vsprops/common.props:
721 2013-04-23 Antoine Quint <graouts@apple.com>
723 Initial advance of text runs should be taken into account
724 https://bugs.webkit.org/show_bug.cgi?id=114949
726 Reviewed by Darin Adler.
728 * WebKitSystemInterface.h:
729 * libWebKitSystemInterfaceLion.a:
730 * libWebKitSystemInterfaceMountainLion.a:
732 2013-04-12 Jeffrey Pfau <jpfau@apple.com>
734 Query directly for cache partition names
735 https://bugs.webkit.org/show_bug.cgi?id=114538
737 Reviewed by David Kilzer.
739 * WebKitSystemInterface.h:
740 * libWebKitSystemInterfaceLion.a:
741 * libWebKitSystemInterfaceMountainLion.a:
743 2013-04-08 Roger Fong <roger_fong@apple.com>
747 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
748 * win/lib/WebKitSystemInterface.lib:
750 2013-04-11 Alexey Proskuryakov <ap@apple.com>
752 <rdar://problem/10416316> [Mac] WebSocket doesn't work with authenticating proxies
753 https://bugs.webkit.org/show_bug.cgi?id=114464
755 Update WebKitSystemInterface.
757 * WebKitSystemInterface.h:
758 * libWebKitSystemInterfaceLion.a:
759 * libWebKitSystemInterfaceMountainLion.a:
761 2013-04-10 Benjamin Poulain <bpoulain@apple.com>
763 Mass remove all the empty directories
765 Rubberstamped by Ryosuke Niwa.
768 * win/lib/WebKitSystemInterface: Removed.
770 2013-04-05 Roger Fong <roger_fong@apple.com>
772 More VS2010 solution makefile fixes.
773 <rdar://problem/13588964>
775 * win/tools/WinTools.make:
777 2013-04-03 Brent Fulgham <bfulgham@webkit.org>
779 [Windows, WinCairo] Unreviewed VS2010 Build Correction
781 * win/tools/scripts/auto-version2010.sh: Added properties svn:eol-style and svn:executable.
782 * win/tools/scripts/feature-defines2010.sh: Added properties svn:eol-style and svn:executable.
784 2013-04-01 Roger Fong <roger_fong@apple.com>
786 Update FEATURE_DEFINES string generation for VS2010 solution.
787 https://bugs.webkit.org/show_bug.cgi?id=113737.
789 Reviewed by Timothy Horton.
791 * win/tools/scripts/feature-defines2010.sh: Added.
793 2013-03-29 Roger Fong <roger_fong@apple.com>
795 Unreviewed. Rollout r146818.
797 * win/tools/vsprops/FeatureDefines.props:
799 2013-03-25 Kent Tamura <tkent@chromium.org>
801 Rename ENABLE_INPUT_TYPE_DATETIME
802 https://bugs.webkit.org/show_bug.cgi?id=113254
804 Reviewed by Kentaro Hara.
806 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
807 Actually I'd like to remove the code, but we shouldn't remove it yet
808 because we shipped products with it on some platforms.
810 * win/tools/vsprops/FeatureDefines.props:
811 * win/tools/vsprops/FeatureDefines.vsprops:
812 * win/tools/vsprops/FeatureDefinesCairo.props:
813 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
815 2013-03-25 Sheriff Bot <webkit.review.bot@gmail.com>
817 Unreviewed, rolling out r146816, r146821, and r146830.
818 http://trac.webkit.org/changeset/146816
819 http://trac.webkit.org/changeset/146821
820 http://trac.webkit.org/changeset/146830
821 https://bugs.webkit.org/show_bug.cgi?id=113262
823 Broke all the Windows tests (Requested by rfong on #webkit).
825 * win/tools/vsprops/FeatureDefines.vsprops:
827 2013-03-25 Roger Fong <roger_fong@apple.com>
829 Unreviewed. Also enable CSS_REGIONS and EXCLUSIONS for VS2010 solution.
831 * win/tools/vsprops/FeatureDefines.props:
833 2013-03-25 Roger Fong <roger_fong@apple.com>
835 Enable CSS_REGIONS and CSS_EXCLUSIONS.
836 https://bugs.webkit.org/show_bug.cgi?id=87519
838 Reviewed by Timothy Horton.
840 * win/tools/vsprops/FeatureDefines.vsprops:
842 2013-03-21 Roger Fong <roger_fong@apple.com>
844 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
846 * win/tools/vsprops/FeatureDefines.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefines.props.
847 * win/tools/vsprops/FeatureDefinesCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefinesCairo.props.
848 * win/tools/vsprops/WinCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/WinCairo.props.
849 * win/tools/vsprops/cURL.props: Copied from ../Source/WebKit/WebKit.vcxproj/WebKit/cURL.props.
850 * win/tools/vsprops/common.props: Copied from ../Source/WebKit/WebKit.vcxproj/common.props.
851 * win/tools/vsprops/debug.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug.props.
852 * win/tools/vsprops/debug_wincairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug_wincairo.props.
853 * win/tools/vsprops/debugsuffix.props: Copied from ../Source/WebKit/WebKit.vcxproj/debugsuffix.props.
854 * win/tools/vsprops/production.props: Copied from ../Source/WebKit/WebKit.vcxproj/production.props.
855 * win/tools/vsprops/release.props: Copied from ../Source/WebKit/WebKit.vcxproj/release.props.
857 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
859 [WinCairo] Unreviewed build fix.
861 * win/tools/vsprops/FeatureDefinesCairo.vsprops: This file was out
862 of sync with the main Windows build, and the VS2010 version of the
863 WinCairo port, preventing consistent builds.
865 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
867 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
868 https://bugs.webkit.org/show_bug.cgi?id=112277
870 Reviewed by Adam Barth.
872 * win/tools/vsprops/FeatureDefines.vsprops:
873 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
875 2013-03-06 Jer Noble <jer.noble@apple.com>
877 Unreviewed roll-out of r145011.
879 * win/tools/vsprops/FeatureDefines.vsprops:
881 2013-03-06 Jer Noble <jer.noble@apple.com>
883 Unreviewed build fix. Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
884 (non-Cairo) Windows builds.
886 * win/tools/vsprops/FeatureDefines.vsprops:
888 2013-03-05 Kiran Muppala <cmuppala@apple.com>
890 Remove deprecated process suppression assertion SPI from WebKitSystemInterface
891 https://bugs.webkit.org/show_bug.cgi?id=111501
893 Reviewed by Alexey Proskuryakov.
895 https://bugs.webkit.org/show_bug.cgi?id=111387 replaced all usage of
896 WKNSProcessInfoProcessAssertionWithTypes() with
897 -[NSProcessInfo beginSuspensionOfSystemBehaviors:]. Hence, remove
898 the now deprecated SPI.
900 * WebKitSystemInterface.h: Remove
901 WKNSProcessInfoProcessAssertionWithTypes and associated declarations.
903 2013-03-05 Kiran Muppala <cmuppala@apple.com>
905 Use new assertion API for process suppression on Mac
906 https://bugs.webkit.org/show_bug.cgi?id=111387
908 Reviewed by Alexey Proskuryakov.
910 Add WKProcessSuppressionSystemBehaviors constant for use in WebKit2 to
911 take a process suppression assertion.
913 * WebKitSystemInterface.h:
915 2013-03-05 Jeffrey Pfau <jpfau@apple.com>
917 Clear associated cache partitions when deleting origins' cache
918 https://bugs.webkit.org/show_bug.cgi?id=111383
920 Reviewed by Maciej Stachowiak.
922 * WebKitSystemInterface.h:
923 * libWebKitSystemInterfaceLion.a:
924 * libWebKitSystemInterfaceMountainLion.a:
926 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
928 Add build flag for FontLoader
929 https://bugs.webkit.org/show_bug.cgi?id=111289
931 Reviewed by Benjamin Poulain.
933 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
935 * win/tools/vsprops/FeatureDefines.vsprops:
936 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
938 2013-02-27 Glenn Adams <glenn@skynav.com>
940 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
941 https://bugs.webkit.org/show_bug.cgi?id=110944
943 Reviewed by Dean Jackson.
945 * win/tools/vsprops/FeatureDefines.vsprops:
946 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
948 2013-02-21 Jeffrey Pfau <jpfau@apple.com>
950 Optionally partition cache to prevent using cache for tracking
951 https://bugs.webkit.org/show_bug.cgi?id=110269
953 Reviewed by Maciej Stachowiak.
955 Update WKSI bindings.
957 * WebKitSystemInterface.h:
958 * libWebKitSystemInterfaceLion.a:
959 * libWebKitSystemInterfaceMountainLion.a:
961 2013-02-22 Aaron Colwell <acolwell@chromium.org>
963 Disable MediaSource on Apple Windows port
964 https://bugs.webkit.org/show_bug.cgi?id=110494
966 Reviewed by Tim Horton.
968 * win/tools/vsprops/FeatureDefines.vsprops:
970 2013-02-22 Roger Fong <roger_fong@apple.com>
972 Unreviewed. Make WinTools.make stop copying vsprops into nested vsprops folders.
974 * win/tools/WinTools.make:
976 2013-02-14 Anders Carlsson <andersca@apple.com>
978 Add WKContextIsPlugInUpdateAvailable
979 https://bugs.webkit.org/show_bug.cgi?id=109862
980 <rdar://problem/13173140>
982 Reviewed by Sam Weinig.
984 Roll WebKitSystemInterface DEPS.
986 * WebKitSystemInterface.h:
987 * libWebKitSystemInterfaceLion.a:
988 * libWebKitSystemInterfaceMountainLion.a:
990 2013-02-13 Roger Fong <roger_fong@apple.com>
992 Move all .props files from WebKitLibraries folder to WebKit Source folder.
993 https://bugs.webkit.org/show_bug.cgi?id=109761
995 Reviewed by Brent Fulgham.
997 * win/tools/vsprops/FeatureDefines.props: Removed.
998 * win/tools/vsprops/common.props: Removed.
999 * win/tools/vsprops/debug.props: Removed.
1000 * win/tools/vsprops/release.props: Removed.
1001 * win/tools/vsprops/releaseproduction.props: Removed.
1003 2013-02-07 Roger Fong <roger_fong@apple.com>
1005 Unreviewed. More VS2010 WebKit solution touchups.
1006 Move an ignored warning from a project to common properties.
1008 * win/tools/vsprops/common.props:
1010 2013-02-06 Mike West <mkwst@chromium.org>
1012 Add an ENABLE_NOSNIFF feature flag.
1013 https://bugs.webkit.org/show_bug.cgi?id=109029
1015 Reviewed by Jochen Eisinger.
1017 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
1018 when processing script and other resource types.
1020 * win/tools/vsprops/FeatureDefines.vsprops:
1021 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1023 2013-02-01 Alexis Menard <alexis@webkit.org>
1025 Enable unprefixed CSS transitions by default.
1026 https://bugs.webkit.org/show_bug.cgi?id=108216
1028 Reviewed by Dean Jackson.
1030 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
1031 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
1032 guard the unprefixing work for CSS Transforms and animations.
1034 * win/tools/vsprops/FeatureDefines.vsprops:
1035 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1037 2013-01-30 Alexey Proskuryakov <ap@apple.com>
1039 Update WebKitSystemInterface for <rdar://problem/13111288>.
1041 * libWebKitSystemInterfaceLion.a:
1042 * libWebKitSystemInterfaceMountainLion.a:
1044 * WebKitSystemInterface.h: Removed WKEnterPluginSandbox, which has been unused now.
1046 2013-01-28 Kiran Muppala <cmuppala@apple.com>
1048 Add window occlusion criteria to determine page visibility on Mac
1049 https://bugs.webkit.org/show_bug.cgi?id=107494
1051 Reviewed by Simon Fraser.
1053 Add enum constants to specify window occlusion notification type to
1054 notification registration/unregistration methods. Add typedef for
1055 window ID data passed to the window occlusion notification handler.
1056 Add method to enable occlusion notifications for a particular window.
1058 * WebKitSystemInterface.h: Add
1059 WKOcclusionNotificationTypeWindowBecameVisible,
1060 WKOcclusionNotificationTypeWindowBecameOccluded,
1062 WKEnableWindowOcclusionNotifications().
1064 2013-01-25 Andy Estes <aestes@apple.com>
1066 Update WKSI header and libraries after r140875.
1068 * WebKitSystemInterface.h:
1069 * libWebKitSystemInterfaceLion.a:
1070 * libWebKitSystemInterfaceMountainLion.a:
1072 2013-01-24 Brent Fulgham <bfulgham@webkit.org>
1074 Get WTF compiling in VS2010 (32bit)
1075 https://bugs.webkit.org/show_bug.cgi?id=106986
1077 Reviewed by Tim Horton.
1079 If you do not have Cygwin in the overall operating system
1080 PATH, the project will not build. In VS2005 we had logic
1081 in the build system to guard against this. We should
1082 retain this in the VS2010 work.
1084 Furthermore, VS2010 has a nasty bug where to Visual Studio
1085 tools path is not defined when performing a 'clean' phase
1086 on an NMAKE-based build. This is corrected here as well.
1088 * win/tools/vsprops/common.props: Revise environment setup
1089 to ensure proper tools are in path during build.
1091 2013-01-19 Roger Fong <roger_fong@apple.com>
1093 Add WebKitLibraries property sheets for compiling WebKit in VS2010.
1094 https://bugs.webkit.org/show_bug.cgi?id=106949
1096 Reviewed by Brent Fulgham.
1098 * win/tools/vsprops/FeatureDefines.props: Added.
1099 * win/tools/vsprops/common.props: Added.
1100 * win/tools/vsprops/debug.props: Added.
1101 * win/tools/vsprops/release.props: Added.
1102 * win/tools/vsprops/releaseproduction.props: Added.
1104 2013-01-21 Dirk Schulze <dschulze@adobe.com>
1106 Add build flag for Canvas's Path object (disabled by default)
1107 https://bugs.webkit.org/show_bug.cgi?id=107473
1109 Reviewed by Dean Jackson.
1111 Add CANVAS_PATH build flag to build systems.
1113 * win/tools/vsprops/FeatureDefines.vsprops:
1114 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1116 2013-01-10 Roger Fong <roger_fong@apple.com>
1118 Update WebkitSystemInterface lib for Windows port.
1119 This hasn't been done in a while and the current one is out of date.
1120 In addition I believe it will fix:
1121 <rdar://problem/12990844>
1123 Rubberstamped by Timothy Horton.
1125 * win/lib/WebKitSystemInterface.lib:
1127 2013-01-08 Kiran Muppala <cmuppala@apple.com>
1129 Add WebKitSystemInterface needed for overriding system proxies on Mac
1130 https://bugs.webkit.org/show_bug.cgi?id=106410
1132 Reviewed by Stephanie Lewis.
1134 This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
1135 Add user defaults to override system proxy settings for NetworkProcess on Mac, which
1136 is awaiting the approval of a WebKit2 committer. Commiting the WKSI portion separately,
1137 so that the internal repository commit for generating the WKSI libraries does not have to
1138 be rolled back every time the rest of the patch changes.
1140 Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
1141 custom proxies during initialization.
1143 * WebKitSystemInterface.h:
1144 * libWebKitSystemInterfaceLion.a:
1145 * libWebKitSystemInterfaceMountainLion.a:
1147 2013-01-04 Adam Klein <adamk@chromium.org>
1149 Remove ENABLE_MUTATION_OBSERVERS #define
1150 https://bugs.webkit.org/show_bug.cgi?id=105459
1152 Reviewed by Ryosuke Niwa.
1154 * win/tools/vsprops/FeatureDefines.vsprops:
1155 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1157 2013-01-01 Dan Bernstein <mitz@apple.com>
1159 <rdar://problem/12942239> Update copyright strings
1161 Reviewed by Sam Weinig.
1163 * win/tools/scripts/COPYRIGHT-END-YEAR:
1165 2012-12-28 Mark Rowe <mrowe@apple.com>
1167 Move logic for extracting the OS X marketing version in to WebCore
1168 <http://webkit.org/b/105841> / <rdar://problem/10736041>
1170 Reviewed by Dan Bernstein.
1172 * WebKitSystemInterface.h:
1174 2012-12-19 Kiran Muppala <cmuppala@apple.com>
1176 Adopt new assertion SPI for process suppression on Mac
1177 https://bugs.webkit.org/show_bug.cgi?id=105378
1179 Reviewed by Mark Rowe.
1181 Add WKNSProcessInfoProcessAssertionWithTypes().
1183 * WebKitSystemInterface.h:
1185 2012-12-19 Alexis Menard <alexis@webkit.org>
1187 Implement CSS parsing for CSS transitions unprefixed.
1188 https://bugs.webkit.org/show_bug.cgi?id=104804
1190 Reviewed by Dean Jackson.
1192 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
1193 to cover the work of unprefixing Transforms, Animations and
1194 Transitions. It will let the possibility of each ports to turn it off
1195 in their release branches until we're confident that these CSS
1196 properties are ready to be unprefixed.
1198 * win/tools/vsprops/FeatureDefines.vsprops:
1199 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1201 2012-12-12 Roger Fong <roger_fong@apple.com>
1203 Enable VIDEO_TRACK on Windows.
1204 https://bugs.webkit.org/show_bug.cgi?id=104706.
1206 Reviewed by Timothy Horton.
1208 Enable VIDEO_TRACK on Windows and update project property files.
1210 * win/tools/vsprops/FeatureDefines.vsprops:
1212 2012-12-12 Sheriff Bot <webkit.review.bot@gmail.com>
1214 Unreviewed, rolling out r137491.
1215 http://trac.webkit.org/changeset/137491
1216 https://bugs.webkit.org/show_bug.cgi?id=104828
1218 broke the builtd (Requested by rfong on #webkit).
1220 * win/tools/vsprops/FeatureDefines.vsprops:
1222 2012-12-11 Roger Fong <roger_fong@apple.com>
1224 Enable VIDEO_TRACK on Windows.
1225 https://bugs.webkit.org/show_bug.cgi?id=104706.
1227 Reviewed by Timothy Horton.
1229 Enable VIDEO_TRACK on Windows and update project property files.
1231 * win/tools/vsprops/FeatureDefines.vsprops:
1233 2012-12-10 Alexis Menard <alexis@webkit.org>
1235 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
1236 https://bugs.webkit.org/show_bug.cgi?id=104539
1238 Reviewed by Antonio Gomes.
1240 As discussed on webkit-dev it is not needed to keep this feature flag
1241 as support for <position> type is a small feature that is already
1242 implemented by three other UAs. It was useful while landing this
1243 feature as partial bits were landed one after one.
1245 * win/tools/vsprops/FeatureDefines.vsprops:
1246 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1248 2012-12-06 Rick Byers <rbyers@chromium.org>
1250 CSS cursor property should support webkit-image-set
1251 https://bugs.webkit.org/show_bug.cgi?id=99493
1253 Reviewed by Beth Dakin.
1255 Add ENABLE_MOUSE_CURSOR_SCALE - disabled by default
1257 * win/tools/vsprops/FeatureDefines.vsprops:
1258 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1260 2012-11-26 Roger Fong <roger_fong@apple.com>
1262 Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
1263 Add a feature flag and skip some failing tests.
1264 https://bugs.webkit.org/show_bug.cgi?id=103294
1267 compositing/overflow/scrolling-without-painting.html
1268 compositing/overflow/updating-scrolling-content.html
1270 * win/tools/vsprops/FeatureDefines.vsprops:
1272 2012-11-23 Alexis Menard <alexis@webkit.org>
1274 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
1275 https://bugs.webkit.org/show_bug.cgi?id=102104
1277 Reviewed by Julien Chaffraix.
1279 Protect the new feature behind a feature flag.
1281 * win/tools/vsprops/FeatureDefines.vsprops:
1282 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1284 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
1286 Add PROXIMITY_EVENTS feature
1287 https://bugs.webkit.org/show_bug.cgi?id=102658
1289 Reviewed by Kentaro Hara.
1291 Add PROXIMITY_EVENTS feature to win and win-cairo prot.
1293 * win/tools/vsprops/FeatureDefines.vsprops:
1294 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1296 2012-11-12 Beth Dakin <bdakin@apple.com>
1298 Build fix. Forgot these bits last time.
1300 * libWebKitSystemInterfaceLion.a:
1301 * libWebKitSystemInterfaceMountainLion.a:
1303 2012-11-12 Beth Dakin <bdakin@apple.com>
1305 Zoomed-in scrolling is very slow when deviceScaleFactor > 1
1306 https://bugs.webkit.org/show_bug.cgi?id=101787
1308 Reviewed by Simon Fraser.
1310 wkSetCGFontRenderingMode now takes a BOOL parameter.
1311 * WebKitSystemInterface.h:
1312 * libWebKitSystemInterfaceLion.a:
1313 * libWebKitSystemInterfaceMountainLion.a:
1315 2012-11-08 Anders Carlsson <andersca@apple.com>
1317 Roll WebKitSystemInterface DEPS.
1319 Rubber-stamped by Andreas Kling.
1321 * libWebKitSystemInterfaceLion.a:
1322 * libWebKitSystemInterfaceMountainLion.a:
1324 2012-11-07 Roger Fong <roger_fong@apple.com>
1326 Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
1327 https://bugs.webkit.org/show_bug.cgi?id=101538
1329 Rubberstamped by Tim Horton.
1331 * win/tools/vsprops/FeatureDefines.vsprops:
1333 2012-11-06 Anders Carlsson <andersca@apple.com>
1337 * WebKitSystemInterface.h:
1339 2012-11-06 Anders Carlsson <andersca@apple.com>
1341 Update Java related WKSI function names
1342 https://bugs.webkit.org/show_bug.cgi?id=101414
1344 Reviewed by Sam Weinig.
1346 Roll WebKitSystemInterface DEPS.
1348 * WebKitSystemInterface.h:
1349 * libWebKitSystemInterfaceLion.a:
1350 * libWebKitSystemInterfaceMountainLion.a:
1352 2012-11-06 Alexey Proskuryakov <ap@apple.com>
1354 Clean up which storage cookie jar functions use
1355 https://bugs.webkit.org/show_bug.cgi?id=101395
1357 Reviewed by Brady Eidson.
1359 * WebKitSystemInterface.h:
1360 * libWebKitSystemInterfaceLion.a:
1361 * libWebKitSystemInterfaceMountainLion.a:
1362 Added WKHTTPCookies() and WKDeleteAllHTTPCookies(). Updated ifdefs for currently
1363 supported OS versions.
1365 2012-11-06 Alexey Proskuryakov <ap@apple.com>
1367 Delete Leopard and Snow Leopard versions of WKSI. These have not been updated in ages.
1369 Rubber-stampted by Mark Rowe.
1371 * libWebKitSystemInterfaceLeopard.a: Removed.
1372 * libWebKitSystemInterfaceSnowLeopard.a: Removed.
1374 2012-11-05 Alexey Proskuryakov <ap@apple.com>
1376 Get rid of setCookieStoragePrivateBrowsingEnabled.
1377 https://bugs.webkit.org/show_bug.cgi?id=101247
1379 Reviewed by Brady Eidson.
1381 * WebKitSystemInterface.h: Removed the function.
1383 2012-11-02 Anders Carlsson <andersca@apple.com>
1385 Don't instantiate the Java plug-in if it's inactive
1386 https://bugs.webkit.org/show_bug.cgi?id=101102
1387 <rdar://problem/12595679>
1389 Reviewed by Andreas Kling.
1391 Update WebKitSystemInterface to a version that has WKJLReportWebComponentsUsed.
1393 * WebKitSystemInterface.h:
1394 * libWebKitSystemInterfaceLion.a:
1395 * libWebKitSystemInterfaceMountainLion.a:
1396 Roll WebKitSystemInterface DERPS.
1398 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
1400 Conditionalize XHR timeout support
1401 https://bugs.webkit.org/show_bug.cgi?id=100356
1403 Reviewed by Adam Barth.
1405 Adding ENABLE_XHR_TIMEOUT feature, which is default off for Apple Win.
1406 See also https://bugs.webkit.org/show_bug.cgi?id=100349 for an attempt
1407 to fix timeout support for CF Network.
1409 * win/tools/vsprops/FeatureDefines.vsprops:
1410 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1412 2012-10-24 Eric Carlson <eric.carlson@apple.com>
1414 Allow ports to override text track rendering style
1415 https://bugs.webkit.org/show_bug.cgi?id=97800
1416 <rdar://problem/12044964>
1418 Reviewed by Maciej Stachowiak.
1420 Update WKSI header with SPI for getting the user caption appearance preferences.
1422 * WebKitSystemInterface.h:
1424 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
1426 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
1427 https://bugs.webkit.org/show_bug.cgi?id=99804
1429 Reviewed by Julien Chaffraix.
1431 CSS3 text related properties will be implemented under this flag,
1432 including text decoration, text-align-last, and text-justify.
1434 * win/tools/vsprops/FeatureDefines.vsprops:
1435 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1437 2012-10-18 Pablo Flouret <pablof@motorola.com>
1439 Implement css3-conditional's @supports rule
1440 https://bugs.webkit.org/show_bug.cgi?id=86146
1442 Reviewed by Antti Koivisto.
1444 * win/tools/vsprops/FeatureDefines.vsprops:
1445 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1446 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
1448 2012-10-08 Kiran Muppala <cmuppala@apple.com>
1450 Throttle DOM timers on hidden pages.
1451 https://bugs.webkit.org/show_bug.cgi?id=98474
1453 Reviewed by Maciej Stachowiak.
1455 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
1457 * win/tools/vsprops/FeatureDefines.vsprops:
1458 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1460 2012-10-05 Sheriff Bot <webkit.review.bot@gmail.com>
1462 Unreviewed, rolling out r130556 and r130564.
1463 http://trac.webkit.org/changeset/130556
1464 http://trac.webkit.org/changeset/130564
1465 https://bugs.webkit.org/show_bug.cgi?id=98572
1467 The patch wasn't reviewed by a reviewer and it is breaking
1468 Chromium Windows (Requested by jchaffraix on #webkit).
1470 * WebKitSystemInterface.h:
1472 2012-10-05 Tim Horton <timothy_horton@apple.com>
1474 Update WebKitSystemInterface libraries and header.
1476 Reviewed by Simon Fraser.
1478 * WebKitSystemInterface.h:
1479 * libWebKitSystemInterfaceLion.a:
1480 * libWebKitSystemInterfaceMountainLion.a:
1481 * libWebKitSystemInterfaceSnowLeopard.a:
1483 2012-10-04 Eric Carlson <eric.carlson@apple.com>
1485 Allow ports to override text track rendering style
1486 https://bugs.webkit.org/show_bug.cgi?id=97800
1487 <rdar://problem/12044964>
1489 Reviewed by Silvia Pfeiffer.
1491 Update WKSI header with SPI for getting the user caption appearance preferences.
1493 * WebKitSystemInterface.h:
1495 2012-09-28 Eric Carlson <eric.carlson@apple.com>
1497 Allow ports to override text track rendering style
1498 <rdar://problem/12044964>
1500 Reviewed by Jessie Berlin.
1502 Update WKSI libraries.
1504 * libWebKitSystemInterfaceLion.a:
1505 * libWebKitSystemInterfaceMountainLion.a:
1506 * libWebKitSystemInterfaceSnowLeopard.a:
1508 2012-09-25 Simon Fraser <simon.fraser@apple.com>
1510 <rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed
1512 Reviewed by Tim Horton.
1514 New WKSI libraries and header.
1516 * WebKitSystemInterface.h:
1517 * libWebKitSystemInterfaceLion.a:
1518 * libWebKitSystemInterfaceMountainLion.a:
1519 * libWebKitSystemInterfaceSnowLeopard.a:
1521 2012-09-08 Sam Weinig <sam@webkit.org>
1523 Switch to entering the sandbox directly from main(), rather than waiting for the initialization message
1524 https://bugs.webkit.org/show_bug.cgi?id=96194
1526 Reviewed by Dan Bernstein.
1528 Update WKSI with SPI for getting the bundle URL from an executable URL.
1530 * WebKitSystemInterface.h:
1531 * libWebKitSystemInterfaceLion.a:
1532 * libWebKitSystemInterfaceMountainLion.a:
1533 * libWebKitSystemInterfaceSnowLeopard.a:
1534 Adds WKCopyBundleURLForExecutableURL().
1536 2012-08-29 Tony Chang <tony@chromium.org>
1538 Remove ENABLE_CSS3_FLEXBOX compile time flag
1539 https://bugs.webkit.org/show_bug.cgi?id=95382
1541 Reviewed by Ojan Vafai.
1543 Everyone is already enabling this by default and the spec has stablized.
1545 * win/tools/vsprops/FeatureDefines.vsprops:
1546 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1548 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
1550 [css3-text] Add CSS3 Text decoration compile flag
1551 https://bugs.webkit.org/show_bug.cgi?id=93863
1553 Reviewed by Julien Chaffraix.
1555 This patch handles the compile flag implementation, which will come disabled by
1556 default, thus not exposing the CSS3 text decoration features to the web, unless
1557 when explicitly enabling it with "--css3-text-decoration" build parameter.
1559 * win/tools/vsprops/FeatureDefines.vsprops:
1560 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1562 2012-08-14 Alex Christensen <alex.christensen@flexsim.com>
1564 /SAFESEH should not be a common linker option
1565 https://bugs.webkit.org/show_bug.cgi?id=89372
1567 Reviewed by Darin Adler.
1569 * win/tools/vsprops/common.vsprops:
1570 removed /SAFESEH as a default option for the linker (doesn't work for x64)
1572 2012-08-13 Roger Fong <roger_fong@apple.com>
1574 Enable CSS Sticky Position on Windows.
1575 https://bugs.webkit.org/show_bug.cgi?id=93905
1577 Reviewed by Tim Horton.
1579 As per https://bugs.webkit.org/show_bug.cgi?id=90046, the ENABLE_CSS_STICKY_POSITION needs to be turned on for Windows as well.
1581 * win/tools/vsprops/FeatureDefines.vsprops:
1582 Include ENABLE_CSS_STICKY_POSITION flag.
1584 2012-08-06 Anders Carlsson <andersca@apple.com>
1586 If the Apple Java plug-in is blocked and no runtime is installed, don't load it
1587 https://bugs.webkit.org/show_bug.cgi?id=93289
1588 <rdar://problem/11730092>
1590 Reviewed by Dan Bernstein.
1592 Add WKJLIsRuntimeAndWebComponentsInstalled().
1594 * WebKitSystemInterface.h:
1595 * libWebKitSystemInterfaceLion.a:
1596 * libWebKitSystemInterfaceMountainLion.a:
1598 2012-08-01 Jon Lee <jonlee@apple.com>
1602 Reviewed by Mark Rowe.
1604 * libWebKitSystemInterfaceLion.a:
1605 * libWebKitSystemInterfaceMountainLion.a:
1606 * libWebKitSystemInterfaceSnowLeopard.a:
1608 2012-07-29 Rik Cabanier <cabanier@adobe.com>
1610 Add ENABLE_CSS_COMPOSITING flag
1611 https://bugs.webkit.org/show_bug.cgi?id=92553
1613 Reviewed by Dirk Schulze.
1615 Adds compiler flag CSS_COMPOSITING to build systems to enable CSS blending and compositing. See spec https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html
1617 * win/tools/vsprops/FeatureDefines.vsprops:
1618 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1620 2012-07-23 Roger Fong <roger_fong@apple.com>
1622 Disable flexbox on Windows
1623 https://bugs.webkit.org/show_bug.cgi?id=92047
1624 <rdar://problem/11570384>
1626 Reviewed by Darin Adler.
1628 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
1630 * win/tools/vsprops/FeatureDefines.vsprops:
1631 Disable ENABLE_CSS3_FLEXBOX property.
1633 2012-07-23 Kent Tamura <tkent@chromium.org>
1635 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
1636 https://bugs.webkit.org/show_bug.cgi?id=91941
1638 Reviewed by Kentaro Hara.
1640 A flag name for an elmement should be ENABLE_*_ELEMENT.
1642 * win/tools/vsprops/FeatureDefines.vsprops:
1643 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1645 2012-07-22 Kent Tamura <tkent@chromium.org>
1647 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
1648 https://bugs.webkit.org/show_bug.cgi?id=91928
1650 Reviewed by Kentaro Hara.
1652 A flag name for an elmement should be ENABLE_*_ELEMENT.
1654 * win/tools/vsprops/FeatureDefines.vsprops:
1655 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1657 2012-07-20 Kent Tamura <tkent@chromium.org>
1659 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
1660 https://bugs.webkit.org/show_bug.cgi?id=91846
1662 Reviewed by Kentaro Hara.
1664 A flag name for an elmement should be ENABLE_*_ELEMENT.
1666 * win/tools/vsprops/FeatureDefines.vsprops:
1667 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1669 2012-07-11 Mark Rowe <mrowe@apple.com>
1671 Add a Mountain Lion version of libWebKitSystemInterface.a.
1673 Update the WebKitSystemInterface header and binaries.
1675 Reviewed by John Sullivan.
1677 * WebKitSystemInterface.h:
1678 * libWebKitSystemInterfaceLion.a:
1679 * libWebKitSystemInterfaceMountainLion.a: Added.
1680 * libWebKitSystemInterfaceSnowLeopard.a:
1682 2012-07-04 John Mellor <johnme@chromium.org>
1684 Text Autosizing: Add compile flag and runtime setting
1685 https://bugs.webkit.org/show_bug.cgi?id=87394
1687 This patch renames Font Boosting to Text Autosizing.
1689 Reviewed by Adam Barth.
1691 * win/tools/vsprops/FeatureDefines.vsprops:
1692 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1694 2012-06-29 Mihai Balan <mibalan@adobe.com>
1696 [CSS Regions] Adding feature defines for CSS Regions for Windows
1697 https://bugs.webkit.org/show_bug.cgi?id=88645
1699 Reviewed by Tony Chang.
1701 Re-trying to enable CSS regions on Windows. This time only enabling
1702 regions since exclusions lead to some very strange compiling/linking
1705 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_REGIONS
1706 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
1708 2012-06-28 Brent Fulgham <bfulgham@webkit.org>
1710 [WinCairo] Unreviewed build correction. Add two missing macro
1711 declarations to vsprops file.
1713 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
1714 ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.
1716 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
1718 [WinCairo] Unreviewed build correction. Accidentally turned on
1719 CSS_FILTERS, which is not available in tree.
1721 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Turn CSS_FILTERS
1722 back off for WinCairo target.
1724 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
1726 [WinCairo] Unreviewed build correction. Resync feature defines with
1727 Apple port. Things have drifted apart a little.
1729 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Update to match
1730 Apple port, define some missing features.
1732 2012-06-19 Mike West <mkwst@chromium.org>
1734 Introduce ENABLE_CSP_NEXT configuration flag.
1735 https://bugs.webkit.org/show_bug.cgi?id=89300
1737 Reviewed by Adam Barth.
1739 The 1.0 draft of the Content Security Policy spec is just about to
1740 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
1741 this ENABLE flag, disabled by default.
1743 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
1745 * win/tools/vsprops/FeatureDefines.vsprops:
1746 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1748 2012-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
1750 Unreviewed, rolling out r120280.
1751 http://trac.webkit.org/changeset/120280
1752 https://bugs.webkit.org/show_bug.cgi?id=89273
1754 Enabling CSS regions broke all Windows tests (Requested by
1755 jhomeycutt on #webkit).
1757 * win/tools/vsprops/FeatureDefines.vsprops:
1758 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1760 2012-06-13 Mihai Balan <mibalan@adobe.com>
1762 Fix for #88645 - enabling regions on Windows
1764 [CSS Regions] Adding feature defines for CSS Regions & exclusions for Windows
1765 https://bugs.webkit.org/show_bug.cgi?id=88645
1767 Reviewed by Sam Weinig.
1769 Previous work on #87442 added feature defines to allow proper disabling of CSS Regions and
1770 exclusions (previously even with the feature disabled, parsing still worked). However, the
1771 feature defines were enabled on Mac only - they were broken on Windows. This
1772 patch adds the feature defines to (re)enable regions and exclusions on Windows.
1774 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_EXCLUSIONS and ENABLE_CSS_REGIONS
1775 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
1777 2012-06-11 Alexis Menard <alexis.menard@openbossa.org>
1779 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
1780 https://bugs.webkit.org/show_bug.cgi?id=88804
1782 Reviewed by Tony Chang.
1784 Protect box-decoration-break behind a feature flag enabled by default.
1786 * win/tools/vsprops/FeatureDefines.vsprops:
1787 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1789 2012-06-11 Anders Carlsson <andersca@apple.com>
1791 Pass the right color space over to the web process so we can set it on our CA context
1792 https://bugs.webkit.org/show_bug.cgi?id=88819
1793 <rdar://problem/11629050>
1795 Reviewed by John Sullivan.
1797 Add WKCAContextSetColorSpace and WKCAContextGetColorSpace.
1799 * WebKitSystemInterface.h:
1800 * libWebKitSystemInterfaceLion.a:
1801 * libWebKitSystemInterfaceSnowLeopard.a:
1803 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
1805 Add UNDO_MANAGER flag
1806 https://bugs.webkit.org/show_bug.cgi?id=87908
1808 Reviewed by Tony Chang.
1810 * win/tools/vsprops/FeatureDefines.vsprops:
1811 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1813 2012-06-05 Dongwoo Im <dw.im@samsung.com>
1815 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
1816 https://bugs.webkit.org/show_bug.cgi?id=73176
1818 Reviewed by Adam Barth.
1820 Two more APIs are added in Custom Scheme Handler specification.
1821 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
1822 One is 'isProtocolHandlerRegistered' to query whether the specific URL
1823 is registered or not.
1824 The other is 'unregisterProtocolHandler' to remove the registered URL.
1826 * win/tools/vsprops/FeatureDefines.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
1827 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
1829 2012-05-29 Jessie Berlin <jberlin@apple.com>
1831 [Win] ~1/2 of all the iframe seamless tests fail
1832 https://bugs.webkit.org/show_bug.cgi?id=87543
1834 Rubber-stamped by Eric Seidel.
1836 Finish enabling IFRAME_SEAMLESS on Windows.
1838 * win/tools/vsprops/FeatureDefines.vsprops:
1840 2012-05-28 Vivek Galatage <vivekgalatage@gmail.com>
1842 Remove obsolete feature define ENABLE_3D_CANVAS from FeatureDefines.vsprops for windows
1843 https://bugs.webkit.org/show_bug.cgi?id=87622
1845 Reviewed by Eric Seidel.
1847 Removed the ENABLE_3D_CANVAS from the property define as this is
1848 obsolete since bug #53041
1850 * win/tools/vsprops/FeatureDefines.vsprops:
1852 2012-05-24 John Mellor <johnme@chromium.org>
1854 Font Boosting: Add compile flag and runtime setting
1855 https://bugs.webkit.org/show_bug.cgi?id=87394
1857 Reviewed by Adam Barth.
1859 Add ENABLE_FONT_BOOSTING.
1861 * win/tools/vsprops/FeatureDefines.vsprops:
1862 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1864 2012-05-23 Ojan Vafai <ojan@chromium.org>
1866 add back the ability to disable flexbox
1867 https://bugs.webkit.org/show_bug.cgi?id=87147
1869 Reviewed by Tony Chang.
1871 * win/tools/vsprops/FeatureDefines.vsprops:
1872 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1874 2012-05-10 Anders Carlsson <andersca@apple.com>
1876 WebKit1: Add a way to blacklist specific plug-ins/plug-in versions
1877 https://bugs.webkit.org/show_bug.cgi?id=86150
1878 <rdar://problem/9551196>
1880 Reviewed by Sam Weinig.
1882 Add WKShouldBlockPlugin.
1884 * WebKitSystemInterface.h:
1885 * libWebKitSystemInterfaceLion.a:
1886 * libWebKitSystemInterfaceSnowLeopard.a:
1888 2012-05-08 Jon Lee <jonlee@apple.com>
1890 Safari warns that it needs to resend the form in an iFrame when going back
1891 https://bugs.webkit.org/show_bug.cgi?id=82658
1892 <rdar://problem/11292558>
1894 Reviewed by Darin Adler.
1896 * WebKitSystemInterface.h:
1897 * libWebKitSystemInterfaceLeopard.a:
1898 * libWebKitSystemInterfaceLion.a:
1899 * libWebKitSystemInterfaceSnowLeopard.a:
1901 2012-05-07 Eric Seidel <eric@webkit.org>
1903 Add ENABLE_IFRAME_SEAMLESS so Apple can turn off SEAMLESS if needed
1904 https://bugs.webkit.org/show_bug.cgi?id=85822
1906 Reviewed by Adam Barth.
1908 * win/tools/vsprops/FeatureDefines.vsprops:
1910 2012-05-06 Eric Seidel <eric@webkit.org>
1912 Remove 3D_CANVAS define from vsprops files (it was renamed WEBGL many months ago)
1913 https://bugs.webkit.org/show_bug.cgi?id=85743
1915 Reviewed by Adam Barth.
1917 * win/tools/vsprops/FeatureDefines.vsprops:
1918 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1920 2012-05-02 Eric Seidel <eric@webkit.org>
1922 Resort FeatureDefinesCairo.vcprops to actually be alphabetical (in preparation for autogeneration)
1923 https://bugs.webkit.org/show_bug.cgi?id=85454
1925 Reviewed by Adam Barth.
1927 The PreprocessorDefinitions line is still not sorted, but I'll do that in a separate patch.
1928 There is no functional change in this patch. Just moving the defines around.
1929 Its interesting to me that now that it's sorted and I can easily compare this with other
1930 ports and found that a whole bunch of defines which should be on for Cairo are off,
1931 likely due to Cairo simply being overlooked. These oversights should be easy to avoid
1932 in an autogenerated world.
1934 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1936 2012-05-02 Eric Seidel <eric@webkit.org>
1938 Fix tabs vs. space formating in FeatureDefines.vsprops and fix alphabetical sorting
1939 https://bugs.webkit.org/show_bug.cgi?id=85445
1941 Reviewed by Adam Barth.
1943 I noticed this when comparing my auto-generated output for this file vs. the one
1944 we have checked in. Seems we might as well fix the checked in file to be
1945 consistent in style with itself. :)
1947 * win/tools/vsprops/FeatureDefines.vsprops:
1949 2012-04-27 Gavin Peters <gavinp@chromium.org>
1951 Add new ENABLE_LINK_PRERENDER define to control the Prerendering API
1952 https://bugs.webkit.org/show_bug.cgi?id=84871
1954 Reviewed by Adam Barth.
1956 Prerendering is currently covered by the ENABLE_LINK_PREFETCH macro, but the new Prerendering
1957 API separates it from prefetching. Having separate include guards lets ports enable prefetching,
1958 a relatively easy change, without needing to build the infrastructure for prerendering, which
1959 is considerably more complicated.
1961 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1963 2012-04-10 Adam Barth <abarth@webkit.org>
1965 Limit -apple- and -khtml- to ENABLE(DASHBOARD_SUPPORT)
1966 https://bugs.webkit.org/show_bug.cgi?id=83256
1968 Reviewed by Eric Seidel.
1970 * win/tools/vsprops/FeatureDefines.vsprops:
1972 2012-04-09 Beth Dakin <bdakin@apple.com>
1974 <rdar://problem/11214796>
1976 New WKSI will hopefully fix a common crash seen by the bots in libRIP.A.dylib:
1979 Reviewed by Simon Fraser.
1981 * libWebKitSystemInterfaceLeopard.a:
1982 * libWebKitSystemInterfaceLion.a:
1983 * libWebKitSystemInterfaceSnowLeopard.a:
1985 2012-04-06 Dan Bernstein <mitz@apple.com>
1987 <rdar://problem/10912476> HiDPI: Have canvas use a hidpi backing store, but downsample upon access
1989 Reviewed by Sam Weinig.
1991 * win/tools/vsprops/FeatureDefines.vsprops: Added ENABLE_HIGH_DPI_CANVAS.
1993 2012-04-03 Keishi Hattori <keishi@webkit.org>
1995 Disable ENABLE_DATALIST for now
1996 https://bugs.webkit.org/show_bug.cgi?id=82871
1998 Reviewed by Kent Tamura.
2000 * win/tools/vsprops/FeatureDefines.vsprops: Disabled ENABLE_DATALIST.
2002 2012-03-30 Keishi Hattori <keishi@webkit.org>
2004 Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
2005 https://bugs.webkit.org/show_bug.cgi?id=80972
2007 Reviewed by Kent Tamura.
2009 * win/tools/vsprops/FeatureDefines.vsprops:
2010 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2012 2012-03-20 Steve Falkenburg <sfalken@apple.com>
2014 Disable LTCG on Windows to avoid out of process space errors while linking
2015 https://bugs.webkit.org/show_bug.cgi?id=81714
2017 Reviewed by Jessie Berlin.
2019 * win/tools/vsprops/production.vsprops:
2021 2012-03-14 Jer Noble <jer.noble@apple.com>
2023 Wrong icon to restore to windowed mode in full screen video panel
2024 https://bugs.webkit.org/show_bug.cgi?id=70437
2026 Reviewed by Eric Carlson.
2028 * WebKitSystemInterface.h: Added WKMediaUIPartExitFullscreenButton.
2029 * libWebKitSystemInterfaceLeopard.a:
2030 * libWebKitSystemInterfaceLion.a:
2031 * libWebKitSystemInterfaceSnowLeopard.a:
2032 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2033 * win/lib/WebKitSystemInterface.lib:
2035 2012-03-13 Adam Barth <abarth@webkit.org> && Benjamin Poulain <bpoulain@apple.com>
2037 Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
2038 https://bugs.webkit.org/show_bug.cgi?id=78853
2040 Reviewed by Adam Barth.
2042 * win/tools/vsprops/FeatureDefines.vsprops:
2043 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2045 2012-03-12 Enrica Casucci <enrica@apple.com>
2047 WebKit2: remove NSPasteboard access for promised data from the WebProcess
2048 https://bugs.webkit.org/show_bug.cgi?id=80073
2050 * WebKitSystemInterface.h: Touched the file to make build system happy.
2051 * libWebKitSystemInterfaceLeopard.a:
2052 * libWebKitSystemInterfaceLion.a:
2053 * libWebKitSystemInterfaceSnowLeopard.a:
2055 2012-03-09 Jon Lee <jonlee@apple.com>
2057 Add support for ENABLE(LEGACY_NOTIFICATIONS)
2058 https://bugs.webkit.org/show_bug.cgi?id=80497
2060 Reviewed by Adam Barth.
2062 Prep for b80472: Update API for Web Notifications
2063 * win/tools/vsprops/FeatureDefines.vsprops:
2064 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2066 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
2068 Bash scripts should support LF endings only
2069 https://bugs.webkit.org/show_bug.cgi?id=79509
2071 Reviewed by David Kilzer.
2073 * win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
2075 2012-03-05 Sam Weinig <sam@webkit.org>
2077 Fix the SnowLeoaprd build.
2079 * WebKitSystemInterface.h:
2080 * libWebKitSystemInterfaceLeopard.a:
2081 * libWebKitSystemInterfaceLion.a:
2082 * libWebKitSystemInterfaceSnowLeopard.a:
2084 2012-03-05 Sam Weinig <sam@webkit.org>
2086 Update WebKitSystemInterface for WKCAContext additions.
2088 * WebKitSystemInterface.h:
2089 * libWebKitSystemInterfaceLeopard.a:
2090 * libWebKitSystemInterfaceLion.a:
2091 * libWebKitSystemInterfaceSnowLeopard.a:
2093 2012-03-03 Hans Wennborg <hans@chromium.org>
2095 Implement Speech JavaScript API
2096 https://bugs.webkit.org/show_bug.cgi?id=80019
2098 Reviewed by Adam Barth.
2100 Add ENABLE_SCRIPTED_SPEECH.
2102 * win/tools/vsprops/FeatureDefines.vsprops:
2103 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2105 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
2107 Unreviewed, rolling out r109255.
2108 http://trac.webkit.org/changeset/109255
2109 https://bugs.webkit.org/show_bug.cgi?id=79932
2111 Breaks rounded rects with dashed strokes in SVG
2113 * WebKitSystemInterface.h:
2114 * libWebKitSystemInterfaceLeopard.a:
2115 * libWebKitSystemInterfaceLion.a:
2116 * libWebKitSystemInterfaceSnowLeopard.a:
2118 2012-02-29 Tim Horton <timothy_horton@apple.com>
2120 Make use of CG rounded-rect primitives
2121 https://bugs.webkit.org/show_bug.cgi?id=79932
2122 <rdar://problem/9274953>
2124 Reviewed by Simon Fraser.
2126 Add wkCGPathAddRoundedRect.
2128 * WebKitSystemInterface.h:
2129 * libWebKitSystemInterfaceLeopard.a:
2130 * libWebKitSystemInterfaceLion.a:
2131 * libWebKitSystemInterfaceSnowLeopard.a:
2133 2012-02-28 Jer Noble <jer.noble@apple.com>
2135 Full screen video volume slider has "progress bar"
2136 https://bugs.webkit.org/show_bug.cgi?id=79812
2138 Reviewed by Eric Carlson.
2140 * WebKitSystemInterface.h:
2141 * libWebKitSystemInterfaceLeopard.a:
2142 * libWebKitSystemInterfaceLion.a:
2143 * libWebKitSystemInterfaceSnowLeopard.a:
2144 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2145 * win/lib/WebKitSystemInterface.lib:
2147 2012-02-28 Simon Fraser <simon.fraser@apple.com>
2149 Update WebKitSystemInterface.
2151 Reviewed by Sam Weinig.
2153 * WebKitSystemInterface.h:
2154 * libWebKitSystemInterfaceLeopard.a:
2155 * libWebKitSystemInterfaceLion.a:
2156 * libWebKitSystemInterfaceSnowLeopard.a:
2158 2012-02-28 Alexey Proskuryakov <ap@apple.com>
2160 [Mac] Add an experimental SPI for plug-ins to enter sandbox
2161 https://bugs.webkit.org/show_bug.cgi?id=79709
2163 This pulls a lot of WKSI changes at once, because the script that updates it didn't
2166 * WebKitSystemInterface.h:
2167 * libWebKitSystemInterfaceLeopard.a:
2168 * libWebKitSystemInterfaceLion.a:
2169 * libWebKitSystemInterfaceSnowLeopard.a:
2171 2012-02-10 Adam Klein <adamk@chromium.org>
2173 Enable MUTATION_OBSERVERS by default on all platforms
2174 https://bugs.webkit.org/show_bug.cgi?id=78196
2176 Reviewed by Ojan Vafai.
2178 * win/tools/vsprops/FeatureDefines.vsprops:
2179 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2181 2012-02-06 Matthew Delaney <mdelaney@apple.com>
2183 toDataURL() uses stale data after putImageData()
2184 https://bugs.webkit.org/show_bug.cgi?id=65767
2186 Added WKCGContextResetClip for use in reseting clip for new putByteArray method.
2188 Reviewed by Chris Marrin.
2190 * WebKitSystemInterface.h: Added WKCGContextResetClip.
2191 * libWebKitSystemInterfaceLeopard.a:
2192 * libWebKitSystemInterfaceSnowLeopard.a:
2193 * libWebKitSystemInterfaceLion.a:
2195 2012-02-02 Chris Marrin <cmarrin@apple.com>
2197 Turn on CSS Filters on Windows
2198 https://bugs.webkit.org/show_bug.cgi?id=76667
2200 Turned on CSS_FILTERS for Windows
2202 Reviewed by Adele Peterson.
2204 * win/tools/vsprops/FeatureDefines.vsprops:
2206 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
2208 Unreviewed, rolling out r106566.
2209 http://trac.webkit.org/changeset/106566
2210 https://bugs.webkit.org/show_bug.cgi?id=77673
2212 Broke the Windows build (Requested by jessieberlin on
2215 * win/tools/vsprops/FeatureDefines.vsprops:
2217 2012-02-02 Chris Marrin <cmarrin@apple.com>
2219 Turn on CSS Filters on Windows
2220 https://bugs.webkit.org/show_bug.cgi?id=76667
2222 Turned on CSS_FILTERS for Windows
2224 Reviewed by Adele Peterson.
2226 * win/tools/vsprops/FeatureDefines.vsprops:
2228 2012-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
2230 Not reviewed. Fix win build, by disabling ENABLE_SHADOW_DOM by default.
2232 * win/tools/vsprops/FeatureDefines.vsprops:
2233 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2235 2012-01-25 Hajime Morita <morrita@google.com>>
2237 ENABLE_SHADOW_DOM should be available via build-webkit --shadow-dom
2238 https://bugs.webkit.org/show_bug.cgi?id=76863
2240 Reviewed by Dimitri Glazkov.
2242 Added a feature flag.
2244 * win/tools/vsprops/FeatureDefines.vsprops:
2245 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2247 2012-01-16 Brent Fulgham <bfulgham@webkit.org>
2249 [WinCairo] Build correction. Switch to Apple style builds without
2250 the _debug postfix so that launching tools, etc., will work properly.
2252 * win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
2253 output files to be consistent with WebKit build/test tools.
2255 2012-01-05 Dan Bernstein <mitz@apple.com>
2257 <rdar://problem/10633760> Update copyright strings
2259 Reviewed by Mark Rowe.
2261 * win/tools/scripts/COPYRIGHT-END-YEAR:
2263 2011-12-06 Roland Steiner <rolandsteiner@chromium.org>
2265 <style scoped>: disable on Windows by default
2266 https://bugs.webkit.org/show_bug.cgi?id=73893
2268 Reviewed by Andreas Kling.
2270 * win/tools/vsprops/FeatureDefines.vsprops:
2271 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2273 2011-11-20 Roland Steiner <rolandsteiner@chromium.org>
2275 <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
2276 https://bugs.webkit.org/show_bug.cgi?id=72848
2278 Reviewed by Dimitri Glazkov.
2280 * win/tools/vsprops/FeatureDefines.vsprops:
2281 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2283 2011-11-14 Julien Chaffraix <jchaffraix@webkit.org>
2285 Add --css-grid-layout to build-webkit and the build systems
2286 https://bugs.webkit.org/show_bug.cgi?id=72320
2288 Reviewed by Ojan Vafai.
2290 * win/tools/vsprops/FeatureDefines.vsprops:
2291 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2293 2011-11-14 Tony Chang <tony@chromium.org>
2295 Remove the CSS3_FLEXBOX compile time flag and enable on all ports
2296 https://bugs.webkit.org/show_bug.cgi?id=72196
2298 Reviewed by Ojan Vafai.
2300 * win/tools/vsprops/FeatureDefines.vsprops:
2301 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2303 2011-11-11 Alexey Proskuryakov <ap@apple.com>
2305 WebProcess should use AppSandbox style quarantine
2306 https://bugs.webkit.org/show_bug.cgi?id=72168
2307 <rdar://problem/10434292>
2309 Reviewed by Darin Adler.
2311 * WebKitSystemInterface.h:
2312 * libWebKitSystemInterfaceLion.a:
2313 Added WKEnableSandboxStyleFileQuarantine().
2315 * libWebKitSystemInterfaceLeopard.a:
2316 * libWebKitSystemInterfaceSnowLeopard.a:
2317 Not sure why these also changed, but updating to match most recent build.
2319 2011-11-02 Dean Jackson <dino@apple.com>
2321 Add ENABLE_CSS_SHADERS flag
2322 https://bugs.webkit.org/show_bug.cgi?id=71394
2324 Reviewed by Sam Weinig.
2326 * win/tools/vsprops/FeatureDefines.vsprops:
2327 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2329 2011-10-24 Michael Saboff <msaboff@apple.com>
2331 WebKit doesn't build with recent changes to libdispatch
2332 https://bugs.webkit.org/show_bug.cgi?id=70737
2334 Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.
2336 * WebKitSystemInterface.h:
2337 * libWebKitSystemInterfaceLeopard.a:
2338 * libWebKitSystemInterfaceLion.a:
2339 * libWebKitSystemInterfaceSnowLeopard.a:
2341 2011-10-21 Jeff Miller <jeffm@apple.com>
2343 Focus rings are too thin in HiDPI in WebKit2
2344 https://bugs.webkit.org/show_bug.cgi?id=70396
2346 Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
2348 Reviewed by Beth Dakin.
2350 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2351 * win/lib/WebKitSystemInterface.lib:
2353 2011-10-19 Beth Dakin <bdakin@apple.com>
2355 Try to fix the Chromium build.
2357 * WebKitSystemInterface.h:
2358 * libWebKitSystemInterfaceLeopard.a:
2359 * libWebKitSystemInterfaceLion.a:
2360 * libWebKitSystemInterfaceSnowLeopard.a:
2362 2011-10-19 Beth Dakin <bdakin@apple.com>
2364 https://bugs.webkit.org/show_bug.cgi?id=70396
2365 Focus rings are too thin in HiDPI in WebKit2
2367 <rdar://problem/10086876>
2369 Reviewed by Dan Bernstein.
2371 Renamed an existing WebKitSystemInterface function.
2372 * WebKitSystemInterface.h:
2373 * libWebKitSystemInterfaceLion.a:
2374 * libWebKitSystemInterfaceSnowLeopard.a:
2376 2011-10-18 Adam Barth <abarth@webkit.org>
2378 Always enable ENABLE(XPATH)
2379 https://bugs.webkit.org/show_bug.cgi?id=70217
2381 Reviewed by Eric Seidel.
2383 * win/tools/vsprops/FeatureDefines.vsprops:
2384 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2386 2011-10-17 Adam Roben <aroben@apple.com>
2392 5>c:\cygwin\home\buildbot\slave\win-release\build\webkitbuild\release\obj\webcore\derivedsources\jssvgpathsegcurvetoquadraticrel.cpp(128) : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj
2394 * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
2396 2011-10-16 Adam Barth <abarth@webkit.org>
2398 Always enable ENABLE(DOM_STORAGE)
2399 https://bugs.webkit.org/show_bug.cgi?id=70189
2401 Reviewed by Eric Seidel.
2403 * win/tools/vsprops/FeatureDefines.vsprops:
2404 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2406 2011-10-14 Dan Bernstein <mitz@apple.com>
2408 REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
2409 https://bugs.webkit.org/show_bug.cgi?id=70081
2411 Reviewed by Anders Carlsson.
2413 * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
2414 * libWebKitSystemInterfaceLeopard.a:
2415 * libWebKitSystemInterfaceLion.a:
2416 * libWebKitSystemInterfaceSnowLeopard.a:
2418 2011-10-13 Arko Saha <arko@motorola.com>
2420 Microdata: Basic implementation of document.getItems() method.
2421 https://bugs.webkit.org/show_bug.cgi?id=68610
2423 Reviewed by Ryosuke Niwa.
2425 Added ENABLE(MICRODATA) feature flag. Implement document.getItems() DOM API.
2426 Spec: http://www.whatwg.org/specs/web-apps/current-work/complete/microdata.html
2428 * win/tools/vsprops/FeatureDefines.vsprops:
2429 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2431 2011-10-12 Adam Barth <abarth@webkit.org>
2433 Remove ENABLE(XHTMLMP) and associated code
2434 https://bugs.webkit.org/show_bug.cgi?id=69729
2436 Reviewed by David Levin.
2438 * win/tools/vsprops/FeatureDefines.vsprops:
2439 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2441 2011-10-11 Kent Tamura <tkent@chromium.org>
2443 C4481 warning should be disabled for OVERRIDE and FINAL.
2444 https://bugs.webkit.org/show_bug.cgi?id=69904
2446 Reviewed by Adam Roben.
2448 * win/tools/vsprops/common.vsprops: Disable C4481.
2450 2011-10-04 Kent Tamura <tkent@chromium.org>
2452 Introduce feature flags for incomplete input types
2453 https://bugs.webkit.org/show_bug.cgi?id=68971
2455 Reviewed by Hajime Morita.
2457 * win/tools/vsprops/FeatureDefines.vsprops:
2458 Add ENABLE_INPUT_TYPE_* flags. They are disabled by default.
2459 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto.
2461 2011-10-04 Scott Graham <scottmg@chromium.org>
2463 Add GAMEPAD feature flag
2464 https://bugs.webkit.org/show_bug.cgi?id=66859
2466 Reviewed by Darin Fisher.
2468 * win/tools/vsprops/FeatureDefines.vsprops:
2469 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2471 2011-09-26 Chris Marrin <cmarrin@apple.com>
2473 Enable requestAnimationFrame on Windows
2474 https://bugs.webkit.org/show_bug.cgi?id=68397
2476 Reviewed by Simon Fraser.
2478 Enable REQUEST_ANIMATION_FRAME for Windows
2480 * win/tools/vsprops/FeatureDefines.vsprops:
2482 2011-09-24 Adam Barth <abarth@webkit.org>
2484 Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
2485 https://bugs.webkit.org/show_bug.cgi?id=68767
2487 Reviewed by Eric Seidel.
2489 * win/tools/vsprops/FeatureDefines.vsprops:
2490 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2492 2011-09-23 Adam Klein <adamk@chromium.org>
2494 Add ENABLE_MUTATION_OBSERVERS feature flag
2495 https://bugs.webkit.org/show_bug.cgi?id=68732
2497 Reviewed by Ojan Vafai.
2499 This flag will guard an implementation of the "Mutation Observers" proposed in
2500 http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
2502 * win/tools/vsprops/FeatureDefines.vsprops:
2503 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2505 2011-09-22 Dean Jackson <dino@apple.com>
2507 Add ENABLE_CSS_FILTERS
2508 https://bugs.webkit.org/show_bug.cgi?id=68652
2510 Reviewed by Simon Fraser.
2512 * win/tools/vsprops/FeatureDefines.vsprops:
2513 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2515 2011-09-19 Adam Barth <abarth@webkit.org>
2517 Always enable ENABLE(EVENTSOURCE)
2518 https://bugs.webkit.org/show_bug.cgi?id=68414
2520 Reviewed by Eric Seidel.
2522 * win/tools/vsprops/FeatureDefines.vsprops:
2523 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2525 2011-09-15 Adam Barth <abarth@webkit.org>
2527 Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
2528 https://bugs.webkit.org/show_bug.cgi?id=68205
2530 Reviewed by Eric Seidel.
2532 * win/tools/vsprops/FeatureDefines.vsprops:
2533 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2535 2011-09-15 Eric Seidel <eric@webkit.org>
2537 Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
2538 https://bugs.webkit.org/show_bug.cgi?id=68182
2540 Reviewed by Adam Barth.
2542 * win/tools/vsprops/FeatureDefines.vsprops:
2543 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2545 2011-09-15 Eric Seidel <eric@webkit.org>
2547 Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
2548 https://bugs.webkit.org/show_bug.cgi?id=68022
2550 Reviewed by Ryosuke Niwa.
2552 * win/tools/vsprops/FeatureDefines.vsprops:
2553 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2555 2011-09-14 Eric Seidel <eric@webkit.org>
2557 Remove ENABLE_SVG_USE as <use> is required by HTML5
2558 https://bugs.webkit.org/show_bug.cgi?id=68019
2560 Reviewed by Ryosuke Niwa.
2562 I missed a couple uses of SVG_USE in my previous patch.
2564 * win/tools/vsprops/FeatureDefines.vsprops:
2565 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2567 2011-09-13 Eric Seidel <eric@webkit.org>
2569 Remove ENABLE_SVG_USE as <use> is required by HTML5
2570 https://bugs.webkit.org/show_bug.cgi?id=68019
2572 Reviewed by Ryosuke Niwa.
2574 * win/tools/vsprops/FeatureDefines.vsprops:
2575 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2577 2011-09-13 Eric Seidel <eric@webkit.org>
2579 Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
2580 https://bugs.webkit.org/show_bug.cgi?id=68018
2582 Reviewed by Ryosuke Niwa.
2584 * win/tools/vsprops/FeatureDefines.vsprops:
2585 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2587 2011-09-01 Tim Horton <timothy_horton@apple.com>
2589 REGRESSION: Rendering artifacts on a rotated, pattern filled shape
2590 https://bugs.webkit.org/show_bug.cgi?id=53055
2591 <rdar://problem/8910917>
2593 Reviewed by Simon Fraser.
2595 Introduce wkCGPatternCreateWithImageAndTransform.
2597 * WebKitSystemInterface.h:
2598 * libWebKitSystemInterfaceLeopard.a:
2599 * libWebKitSystemInterfaceLion.a:
2600 * libWebKitSystemInterfaceSnowLeopard.a:
2601 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2602 * win/lib/WebKitSystemInterface.lib:
2604 2011-08-30 Aaron Colwell <acolwell@chromium.org>
2606 Add MediaSource API to HTMLMediaElement
2607 https://bugs.webkit.org/show_bug.cgi?id=64731
2609 Reviewed by Eric Carlson.
2611 * win/tools/vsprops/FeatureDefines.vsprops:
2612 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2614 2011-08-24 Lucas Forschler <lforschler@apple.com>
2616 Update SVN properties to help out the Windows EWS bots.
2618 Reviewed by Adam Roben.
2620 * win: Modified properties svn:ignore.
2621 * win/include: Modified property svn:ignore.
2622 * win/lib: Modified property svn:ignore.
2624 2011-08-18 Beth Dakin <bdakin@apple.com>
2626 Reviewed by Sam Weinig.
2628 https://bugs.webkit.org/show_bug.cgi?id=66495
2629 Lion-specific scroller SPIs can use forward declaration instead of
2630 WebKitSystemInterface
2632 * WebKitSystemInterface.h:
2633 * libWebKitSystemInterfaceLeopard.a:
2634 * libWebKitSystemInterfaceLion.a:
2635 * libWebKitSystemInterfaceSnowLeopard.a:
2637 2011-07-28 Dan Bernstein <mitz@apple.com>
2639 WebKitSystemInterface support for
2640 <rdar://problem/9589433> Displaying Japanese dictionary contents in vertical orientation takes a couple of seconds
2642 Reviewed by Darin Adler.
2644 * WebKitSystemInterface.h: Added WKGetVerticalGlyphsForCharacters().
2645 * libWebKitSystemInterfaceLeopard.a:
2646 * libWebKitSystemInterfaceLion.a:
2647 * libWebKitSystemInterfaceSnowLeopard.a:
2649 2011-07-22 Jessie Berlin <jberlin@apple.com>
2651 [WebKit2] Changing the cookie accept policy in Private Browsing doesn’t work.
2652 https://bugs.webkit.org/show_bug.cgi?id=64997
2654 Reviewed by Ada Chan.
2656 Add a wrapper around the setter for the CF HTTP cookie accept policy (since it is not
2657 declared in the public headers on Snow Leopard). This wrapper is not necessary for Windows.
2659 * WebKitSystemInterface.h:
2660 * libWebKitSystemInterfaceLeopard.a:
2661 * libWebKitSystemInterfaceLion.a:
2662 * libWebKitSystemInterfaceSnowLeopard.a:
2664 2011-07-15 Pratik Solanki <psolanki@apple.com>
2666 Part of https://bugs.webkit.org/show_bug.cgi?id=63674
2667 Get webkit to compile with USE(CFNETWORK) enabled on Mac
2669 Reviewed by David Kilzer.
2671 New WebKitSystemInterface functions for CFNetwork-based loader.
2673 * WebKitSystemInterface.h:
2674 * libWebKitSystemInterfaceLeopard.a:
2675 * libWebKitSystemInterfaceLion.a:
2676 * libWebKitSystemInterfaceSnowLeopard.a:
2678 2011-07-12 Brent Fulgham <bfulgham@webkit.org>
2680 Standardize WinCairo conditionalized code under PLATFORM macro.
2681 https://bugs.webkit.org/show_bug.cgi?id=64377
2683 Reviewed by Maciej Stachowiak.
2685 * win/tools/vsprops/WinCairo.vsprops: Update to comply with PLATFORM
2686 macro definition (WTF_PLATFORM_WIN_CAIRO)
2688 2011-07-02 Mark Rowe <mrowe@apple.com>
2690 Update the header file too.
2692 * WebKitSystemInterface.h:
2694 2011-07-02 Mark Rowe <mrowe@apple.com>
2696 Update WebKitSystemInterface binaries.
2698 * libWebKitSystemInterfaceLeopard.a:
2699 * libWebKitSystemInterfaceLion.a: Added.
2700 * libWebKitSystemInterfaceSnowLeopard.a:
2702 2011-06-28 Brent Fulgham <bfulgham@webkit.org>
2704 Unreviewed build correction. Link to correct library for
2707 * win/tools/vsprops/WinCairo.vsprops: Don't link to the static
2708 zlib.lib when building for WinCairo.
2710 2011-06-21 MORITA Hajime <morrita@google.com>
2712 Unreviewed, rolling out r89401 and r89403.
2713 http://trac.webkit.org/changeset/89401
2714 http://trac.webkit.org/changeset/89403
2715 https://bugs.webkit.org/show_bug.cgi?id=62970
2717 Breaks mac build and mistakenly enables the spellcheck API
2719 * win/tools/vsprops/FeatureDefines.vsprops:
2720 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2722 2011-06-20 MORITA Hajime <morrita@google.com>
2724 Reviewed by Kent Tamura.
2726 Spellcheck API should be build-able.
2727 https://bugs.webkit.org/show_bug.cgi?id=62970
2729 * win/tools/vsprops/FeatureDefines.vsprops:
2730 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2732 2011-06-20 Pratik Solanki <psolanki@apple.com>
2734 Reviewed by David Kilzer.
2736 HTTP pipelining functions on mac should match windows
2737 https://bugs.webkit.org/show_bug.cgi?id=63012
2739 * WebKitSystemInterface.h:
2740 * libWebKitSystemInterfaceLeopard.a:
2741 * libWebKitSystemInterfaceSnowLeopard.a:
2743 2011-06-13 Tony Chang <tony@chromium.org>
2745 Reviewed by Dimitri Glazkov.
2747 rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
2748 https://bugs.webkit.org/show_bug.cgi?id=62578
2750 * win/tools/vsprops/FeatureDefines.vsprops:
2751 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2753 2011-06-13 Tony Chang <tony@chromium.org>
2755 Reviewed by Adam Barth.
2757 rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
2758 https://bugs.webkit.org/show_bug.cgi?id=62545
2760 * win/tools/vsprops/FeatureDefines.vsprops:
2761 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2763 2011-06-10 Tony Chang <tony@chromium.org>
2765 Reviewed by Ojan Vafai.
2767 add a compile guard ENABLE(FLEXBOX)
2768 https://bugs.webkit.org/show_bug.cgi?id=62049
2770 * win/tools/vsprops/FeatureDefines.vsprops:
2771 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2773 2011-06-07 Tim Horton <timothy_horton@apple.com>
2775 Reviewed by Alexey Proskuryakov.
2777 Use correct CFURLStorageSessionRef definition on Snow Leopard
2778 https://bugs.webkit.org/show_bug.cgi?id=62223
2780 * WebKitSystemInterface.h:
2782 2011-06-06 Alexandru Chiculita <achicu@adobe.com>
2784 Reviewed by Kent Tamura.
2786 Add ENABLE_CSS_EXCLUSIONS support for build-webkit script
2787 https://bugs.webkit.org/show_bug.cgi?id=61628
2789 * win/tools/vsprops/FeatureDefines.vsprops:
2790 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2792 2011-06-06 Mihnea Ovidenie <mihnea@adobe.com>
2794 Reviewed by Kent Tamura.
2796 Add ENABLE(CSS_REGIONS) guard for CSS Regions support
2797 https://bugs.webkit.org/show_bug.cgi?id=61631
2799 * win/tools/vsprops/FeatureDefines.vsprops:
2800 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2802 2011-05-25 Jer Noble <jer.noble@apple.com>
2804 Reviewed by Dan Bernstein.
2806 30 second rewind button dysfunctional viewing trailers fullscreen.
2807 https://bugs.webkit.org/show_bug.cgi?id=61505
2809 Updated WKSI Libraries with new images for Backward buttons in default
2812 * libWebKitSystemInterfaceLeopard.a:
2813 * libWebKitSystemInterfaceSnowLeopard.a:
2815 2011-05-25 Jer Noble <jer.noble@apple.com>
2817 Reviewed by Darin Adler.
2819 Video fails to play on Vimeo
2820 https://bugs.webkit.org/show_bug.cgi?id=61403
2822 Added functions to retrieve the resolved URL for media types supported on
2825 * WebKitSystemInterface.h:
2826 * WebKitSystemInterface.m:
2827 (WKAVAssetResolvedURL): Added.
2828 (WKQTMovieResolvedURL): Added.
2830 2011-05-24 Keishi Hattori <keishi@webkit.org>
2832 Reviewed by Kent Tamura.
2834 Disable input color. Add INPUT_COLOR feature flag. Implement input color sanitizer.
2835 https://bugs.webkit.org/show_bug.cgi?id=61273
2837 * win/tools/vsprops/FeatureDefines.vsprops: Added INPUT_COLOR feature flag.
2838 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added INPUT_COLOR feature flag.
2840 2011-05-12 Jessie Berlin <jberlin@apple.com>
2842 Reviewed by Darin Adler.
2844 [Windows WebKit2] Use cookies set in WebKit1
2845 https://bugs.webkit.org/show_bug.cgi?id=60274
2847 Update WKSI with the changes to wkCreatePrivateStorageSession.
2849 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2850 * win/lib/WebKitSystemInterface.lib:
2852 2011-05-11 Jessie Berlin <jberlin@apple.com>
2854 Reviewed by Steve Falkenburg.
2856 [Windows WebKit2] Use cookies set in WebKit1
2857 https://bugs.webkit.org/show_bug.cgi?id=60274
2859 Take 3 after rolling out KB2465367 from my system.
2861 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2862 * win/lib/WebKitSystemInterface.lib:
2864 2011-05-11 Sheriff Bot <webkit.review.bot@gmail.com>
2866 Unreviewed, rolling out r86255.
2867 http://trac.webkit.org/changeset/86255
2868 https://bugs.webkit.org/show_bug.cgi?id=60660
2870 REGRESSION (r86255): Lots of tests crashing in
2871 CFWriteStreamCreateWithAllocatedBuffers on Windows 7 Release
2872 (WebKit2 Tests) (Requested by aroben on #webkit).
2874 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2875 * win/lib/WebKitSystemInterface.lib:
2877 2011-05-11 Jessie Berlin <jberlin@apple.com>
2879 Reviewed by Steve Falkenburg.
2881 [Windows WebKit2] Use cookies set in WebKit1
2882 https://bugs.webkit.org/show_bug.cgi?id=60274
2884 Take 3 after rolling out KB2465367 from my system.
2886 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2887 * win/lib/WebKitSystemInterface.lib:
2889 2011-05-09 Sheriff Bot <webkit.review.bot@gmail.com>
2891 Unreviewed, rolling out r86075.
2892 http://trac.webkit.org/changeset/86075
2893 https://bugs.webkit.org/show_bug.cgi?id=60495
2895 broke windows tests (Requested by jessieberlin on #webkit).
2897 * win/lib/WebKitSystemInterface.lib:
2899 2011-05-09 Jessie Berlin <jberlin@apple.com>
2901 Take 2 on updating the WKSI libraries.
2903 * win/lib/WebKitSystemInterface.lib:
2905 2011-05-08 Sheriff Bot <webkit.review.bot@gmail.com>
2907 Unreviewed, rolling out r86037.
2908 http://trac.webkit.org/changeset/86037
2909 https://bugs.webkit.org/show_bug.cgi?id=60453
2911 broke Windows tests (Requested by jessieberlin on #webkit).
2913 * win/lib/WebKitSystemInterface.lib:
2915 2011-05-08 Jessie Berlin <jberlin@apple.com>
2917 Rubber-stamped by Alice Liu.
2919 Update the WKSI libraries.
2921 * win/lib/WebKitSystemInterface.lib:
2923 2011-05-07 Sheriff Bot <webkit.review.bot@gmail.com>
2925 Unreviewed, rolling out r86016.
2926 http://trac.webkit.org/changeset/86016
2927 https://bugs.webkit.org/show_bug.cgi?id=60445
2929 caused crashes on the WK2 Windows bots (Requested by
2930 jessieberlin on #webkit).
2932 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2933 * win/lib/WebKitSystemInterface.lib:
2935 2011-05-07 Jessie Berlin <jberlin@apple.com>
2937 Reviewed by Steve Falkenburg.
2939 [Windows WebKit2] Use cookies set in WebKit1
2940 https://bugs.webkit.org/show_bug.cgi?id=60274
2942 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2943 * win/lib/WebKitSystemInterface.lib:
2945 2011-05-05 Dan Bernstein <mitz@apple.com>
2947 Reviewed by Simon Fraser.
2949 WebKitSystemInterface part of <rdar://problem/9155590> Broken animation in iAd producer
2951 * WebKitSystemInterface.h: Added WKExecutableWasLinkedOnOrBeforeSnowLeopard().
2953 2011-04-29 Jer Noble <jer.noble@apple.com>
2955 Reviewed by Eric Seidel.
2957 Implement FULLSCREEN_API on Windows, Part 4: Enable it
2958 https://bugs.webkit.org/show_bug.cgi?id=59798
2960 * win/tools/vsprops/FeatureDefines.vsprops: Set ENABLE_FULLSCREEN_API to true.
2962 2011-05-03 David Kilzer <ddkilzer@apple.com>
2964 Part 1 of 2: <http://webkit.org/b/59838> Implement HTTP pipelining for CoreFoundation-based networking
2965 <rdar://problem/8924448>
2967 Reviewed by Adam Roben.
2969 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2970 (wkGetHTTPPipeliningPriority): Added declaration.
2971 (wkSetHTTPPipeliningMaximumPriority): Added declaration.
2972 (wkSetHTTPPipeliningPriority): Added declaration.
2973 * win/lib/WebKitSystemInterface.lib: Updated.
2975 2011-04-28 David Levin <levin@chromium.org>
2977 Reviewed by Adam Barth.
2979 Remove IMAGE_RESIZER related code.
2980 https://bugs.webkit.org/show_bug.cgi?id=59735
2982 * win/tools/vsprops/FeatureDefines.vsprops: Also removed WML which was missed in r85256.
2983 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Ditto.
2985 2011-04-28 Chris Fleizach <cfleizach@apple.com>
2987 Reviewed by Maciej Stachowiak.
2989 Allow remote accessibility API for WK2 to build on SnowLeopard.
2990 <rdar://problem/9324507>
2992 * WebKitSystemInterface.h:
2993 * libWebKitSystemInterfaceLeopard.a:
2994 * libWebKitSystemInterfaceSnowLeopard.a:
2996 2011-04-27 Mark Rowe <mrowe@apple.com>
2998 Rubber-stamped by Geoff Garen.
3000 Remove some files that are no longer relevant.
3002 * libWebKitSystemInterfaceTiger.a: Removed.
3004 2011-04-23 Brent Fulgham <bfulgham@webkit.org>
3006 [WinCairo] Unreviewed build change.
3008 Activate Geolocation API, as it will work with WinCairo assuming
3009 an appropriate Geolocation Provider is registered.
3011 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Activate the
3012 Geolocation features.
3014 2011-04-21 Maciej Stachowiak <mjs@apple.com>
3016 Reviewed by Adam Roben.
3018 Add a feature define to allow <details> and <summary> to be disabled
3019 https://bugs.webkit.org/show_bug.cgi?id=59118
3020 <rdar://problem/9257045>
3022 * win/tools/vsprops/FeatureDefines.vsprops:
3023 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3025 2011-04-20 Eric Carlson <eric.carlson@apple.com>
3027 Reviewed by Dan Bernstein.
3029 Adopt QTKit API for listing and deleting file in its media cache.
3030 <rdar://problem/9130029>
3031 https://bugs.webkit.org/show_bug.cgi?id=58795
3033 * WebKitSystemInterface.h:
3034 * libWebKitSystemInterfaceLeopard.a:
3035 * libWebKitSystemInterfaceSnowLeopard.a:
3037 2011-04-19 Jessie Berlin <jberlin@apple.com>
3039 Reviewed by Sam Weinig.
3041 Roll r81683 back in.
3043 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
3044 <rdar://problem/9139245>
3048 * win/lib/WebKitSystemInterface.lib:
3050 2011-04-15 Shishir Agrawal <shishir@chromium.org>
3052 Reviewed by James Robinson.
3054 Add a flag to guard Page Visibility API changes.
3055 https://bugs.webkit.org/show_bug.cgi?id=58464
3057 * win/tools/vsprops/FeatureDefines.vsprops:
3059 2011-04-14 Pratik Solanki <psolanki@apple.com>
3061 Reviewed by David Kilzer.
3063 Set minimum priority for fast lane connections
3064 https://bugs.webkit.org/show_bug.cgi?id=58353
3066 Add WKSetHTTPPipeliningMinimumFastLanePriority.
3068 * WebKitSystemInterface.h:
3069 * libWebKitSystemInterfaceLeopard.a:
3070 * libWebKitSystemInterfaceSnowLeopard.a:
3072 2011-04-08 Alpha Lam <hclam@chromium.org>
3074 Unreviewed, rolling out r83335.
3075 http://trac.webkit.org/changeset/83335
3076 https://bugs.webkit.org/show_bug.cgi?id=53556
3078 GTK and QT bots are broken
3080 * win/tools/vsprops/FeatureDefines.vsprops:
3081 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3083 2011-04-07 Anna Cavender <annacc@chromium.org>
3085 Reviewed by Eric Carlson.
3087 Setup ENABLE(TRACK) feature define
3088 https://bugs.webkit.org/show_bug.cgi?id=53556
3090 * win/tools/vsprops/FeatureDefines.vsprops:
3091 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3093 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
3095 Revert ENABLE_TRACK patch due to compile failures.
3097 * win/tools/vsprops/FeatureDefines.vsprops:
3098 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3100 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
3102 Reviewed by David Levin.
3104 Add QUOTA build flag for unified quota API
3105 https://bugs.webkit.org/show_bug.cgi?id=57918
3107 * win/tools/vsprops/FeatureDefines.vsprops: Added QUOTA build flag
3108 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added QUOTA build flag
3110 2011-04-04 David Kilzer <ddkilzer@apple.com>
3112 <http://webkit.org/b/57384> CFNetwork and WebCore load priorities should match
3114 Reviewed by Alexey Proskuryakov.
3116 * WebKitSystemInterface.h:
3117 (WKSetHTTPPipeliningMaximumPriority): Added declaration.
3118 (WKExtractWordDefinitionTokenRangeFromContextualString): Added
3119 missing declaration from r81890.
3120 (WKShowWordDefinitionWindow): Ditto.
3121 (WKHideWordDefinitionWindow): Ditto.
3122 * libWebKitSystemInterfaceLeopard.a: Updated.
3123 * libWebKitSystemInterfaceSnowLeopard.a: Updated.
3125 2011-04-04 Steve Falkenburg <sfalken@apple.com>
3127 Reviewed by Adam Roben.
3129 Remove unused AnalyzeWithLargeStack code from Windows build files
3130 https://bugs.webkit.org/show_bug.cgi?id=57771
3132 This was used for us to build with prefast automatically,
3133 but it is out-of-date and hasn't been used for some time.
3134 Removing completely for now.
3136 * win/tools/vsprops/common.vsprops:
3138 2011-04-04 Steve Falkenburg <sfalken@apple.com>
3140 Reviewed by Brian Weinstein.
3142 Fix Windows build warning.
3143 https://bugs.webkit.org/show_bug.cgi?id=57767
3145 * win/tools/vsprops/common.vsprops:
3147 2011-04-01 Brent Fulgham <bfulgham@webkit.org>
3149 [WinCairo] Unreviewed build fix.
3151 Define DEBUG_ALL for WinCairo debug builds so that the correct
3152 labeled DLLs ("*_debug.dll") are linked for testing runs.
3154 * win/tools/vsprops/debug_wincairo.vsprops:
3156 2011-04-01 Timothy Hatcher <timothy@apple.com>
3158 Make momentum scroll event latching work in WebKit2 on Mac.
3160 <rdar://problem/8751861>
3162 Reviewed by Darin Adler.
3164 * WebKitSystemInterface.h:
3165 * libWebKitSystemInterfaceLeopard.a: Updated to remove WKIsLatchingWheelEvent and add WKGetNSEventMomentumPhase.
3166 * libWebKitSystemInterfaceSnowLeopard.a: Ditto.
3168 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3170 Reviewed by Adam Roben.
3172 Should turn off frame pointer omission (FPO) for Release (not Production) builds
3173 https://bugs.webkit.org/show_bug.cgi?id=54403
3175 Leave it enabled for Windows Production builds.
3176 Disabling this optimization improves stack traces for memory and performance tools like umdh and xperf.
3178 We use both /Oy- and OmitFramePointers="false" since OmitFramePointers="false" isnt' enough
3181 * win/tools/vsprops/release.vsprops:
3183 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3185 Reviewed by Adam Roben.
3187 Share most vsprops between Release and Production builds in releaseproduction.vsprops
3188 https://bugs.webkit.org/show_bug.cgi?id=57508
3190 * win/tools/vsprops/release.vsprops:
3191 * win/tools/vsprops/releaseproduction.vsprops: Copied from WebKitLibraries/win/tools/vsprops/release.vsprops.
3193 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3195 Rubber stamped by Adam Roben.
3197 Remove unnecessary NDEBUG define.
3199 * win/tools/vsprops/production.vsprops:
3201 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3203 Reviewed by Adam Roben.
3205 Update Windows production build logic for new production configurations
3206 https://bugs.webkit.org/show_bug.cgi?id=57494
3208 * win/tools/vsprops/common.vsprops:
3209 * win/tools/vsprops/production.vsprops: Added.
3211 2011-03-29 Brent Fulgham <bfulgham@webkit.org>
3213 Unreviewed build change to activate MathML for WinCairo.
3215 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Enable MathML.
3217 2011-03-29 Jessie Berlin <jberlin@apple.com>
3219 Update the WebKitSystemInterface libraries for changes in the implementation.
3221 * libWebKitSystemInterfaceLeopard.a:
3222 * libWebKitSystemInterfaceSnowLeopard.a:
3224 2011-03-28 Jeff Miller <jeffm@apple.com>
3226 Reviewed by Adam Roben.
3228 Include certificate when sending a WebCore::ResourceError to UI process on Windows
3229 https://bugs.webkit.org/show_bug.cgi?id=57195
3231 Rename wkGetSSLPeerCertificateData() to wkGetSSLPeerCertificateDataBytePtr(), since it returns a void*, and
3232 implement wkGetSSLPeerCertificateData() to return a CFDataRef. Add wkSetSSLPeerCertificateData() so
3233 WebCore::ResourceError can set the certificate in the user info dictionary.
3235 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3236 * win/lib/WebKitSystemInterface.lib:
3238 2011-03-28 Jeff Miller <jeffm@apple.com>
3240 Rubber-stamped by Adam Roben.
3242 Remove WebKitSystemInterface_debug.lib, it hasn't been used for a few months now.
3244 * win/lib/WebKitSystemInterface_debug.lib: Removed.
3246 2011-03-25 Brent Fulgham <bfulgham@webkit.org>
3248 Kick the build machines after r81977.
3250 * win/tools/vsprops/common.vsprops:
3252 2011-03-22 Sheriff Bot <webkit.review.bot@gmail.com>
3254 Unreviewed, rolling out r81683.
3255 http://trac.webkit.org/changeset/81683
3256 https://bugs.webkit.org/show_bug.cgi?id=56872
3258 Crashing in some tests (Requested by weinig on #webkit).
3260 * win/lib/WebKitSystemInterface.lib:
3262 2011-03-22 Sam Weinig <sam@webkit.org>
3264 Reviewed by Adam Roben.
3266 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
3267 <rdar://problem/9139245>
3271 * win/lib/WebKitSystemInterface.lib:
3273 2011-03-22 Sam Weinig <sam@webkit.org>
3275 Reviewed by Brady Eidson.
3277 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
3278 <rdar://problem/9139245>
3280 * libWebKitSystemInterfaceLeopard.a:
3281 * libWebKitSystemInterfaceSnowLeopard.a:
3283 2011-03-17 Anders Carlsson <andersca@apple.com>
3285 Add WKWindowWillOrderOffScreenNotification.
3287 * WebKitSystemInterface.h:
3288 * libWebKitSystemInterfaceLeopard.a:
3289 * libWebKitSystemInterfaceSnowLeopard.a:
3291 2011-03-14 Pratik Solanki <psolanki@apple.com>
3293 Rubber-stamped by Mark Rowe.
3295 I checked in Intel-only version of these files in r80975. This fixes that by building all
3296 the correct slices - i386/x86_64/ppc for SnowLeopard and i386/x86_64/ppc/ppc64 for Leopard.
3298 * libWebKitSystemInterfaceLeopard.a:
3299 * libWebKitSystemInterfaceSnowLeopard.a:
3301 2011-03-13 Pratik Solanki <psolanki@apple.com>
3303 Reviewed by Brady Eidson.
3305 Make adjustMIMETypeIfNecessary use CFNetwork directly
3306 https://bugs.webkit.org/show_bug.cgi?id=55912
3308 Add new WKSI functions needed to implement adjustMIMETypeIfNecessary.
3310 * WebKitSystemInterface.h:
3311 * libWebKitSystemInterfaceLeopard.a:
3312 * libWebKitSystemInterfaceSnowLeopard.a:
3314 2011-03-09 Jessie Berlin <jberlin@apple.com>
3316 Reviewed by Adam Roben.
3318 Use the Cookie Storage from the Private Browsing Storage Session directly
3319 https://bugs.webkit.org/show_bug.cgi?id=55986
3321 * WebKitSystemInterface.h:
3322 * libWebKitSystemInterfaceLeopard.a:
3323 * libWebKitSystemInterfaceSnowLeopard.a:
3324 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3325 * win/lib/WebKitSystemInterface.lib:
3327 2011-03-07 Steve Falkenburg <sfalken@apple.com>
3331 * win/tools/scripts/VERSION:
3333 2011-03-06 Jessie Berlin <jberlin@apple.com>
3335 Reviewed by Sam Weinig.
3337 WebKit2: Use CFNetwork Sessions API.
3338 https://bugs.webkit.org/show_bug.cgi?id=55435.
3340 When Private Browsing is enabled, use cookies from a in-memory Cookie Storage based on the
3341 Private Browsing Storage Session.
3343 Update WebKitSystemInterface headers and libraries with the new functions.
3345 * WebKitSystemInterface.h:
3346 * libWebKitSystemInterfaceLeopard.a:
3347 * libWebKitSystemInterfaceSnowLeopard.a:
3348 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3349 * win/lib/WebKitSystemInterface.lib:
3351 2011-03-04 Jessie Berlin <jberlin@apple.com>
3353 Reviewed by Maciej Stachowiak.
3355 WebKit2: Use CFNetwork Sessions API.
3356 https://bugs.webkit.org/show_bug.cgi?id=55435.
3358 When Private Browsing is enabled, get the cached url response from the cache associated with
3359 the Private Browsing Storage Session.
3361 Update WebKitSystemInterface headers and libraries with the new functions.
3363 * WebKitSystemInterface.h:
3364 * libWebKitSystemInterfaceLeopard.a:
3365 * libWebKitSystemInterfaceSnowLeopard.a:
3366 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3367 * win/lib/WebKitSystemInterface.lib:
3369 2011-03-03 Jessie Berlin <jberlin@apple.com>
3371 Reviewed by Adam Roben.
3373 WebKit2: Use CFNetwork Sessions API.
3374 https://bugs.webkit.org/show_bug.cgi?id=55435
3376 Set the Private Browsing Storage Session on requests when Private Browsing is enabled.
3378 Update WebKitSystemInterface headers and libraries with the new functions.
3380 * WebKitSystemInterface.h:
3381 * libWebKitSystemInterfaceLeopard.a:
3382 * libWebKitSystemInterfaceSnowLeopard.a:
3383 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3384 * win/lib/WebKitSystemInterface.lib:
3386 2011-03-02 Jessie Berlin <jberlin@apple.com>
3388 Update WebKitSystemInterface libraries. Library changes reviewed by Darin Adler.
3390 * libWebKitSystemInterfaceLeopard.a:
3391 * libWebKitSystemInterfaceSnowLeopard.a:
3393 2011-03-02 Jessie Berlin <jberlin@apple.com>
3395 Windows build fix. Unreviewed.
3397 * win/lib/WebKitSystemInterface.lib:
3399 2011-03-02 Jessie Berlin <jberlin@apple.com>
3401 Rubber-stamped by Adam Roben.
3403 WebKit2: Use CFNetwork Sessions API.
3404 https://bugs.webkit.org/show_bug.cgi?id=55435
3406 Add the ability to create a Private Browsing Storage Session.
3408 Update WebKitSystemInterface headers and libraries with the new functions.
3410 * WebKitSystemInterface.h:
3411 * libWebKitSystemInterfaceLeopard.a:
3412 * libWebKitSystemInterfaceSnowLeopard.a:
3413 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3414 * win/lib/WebKitSystemInterface.lib:
3416 2011-03-02 Daniel Cheng <dcheng@chromium.org>
3418 Reviewed by David Levin.
3420 Add feature define for data transfer items
3421 https://bugs.webkit.org/show_bug.cgi?id=55510
3423 * win/tools/vsprops/FeatureDefines.vsprops:
3424 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3426 2011-03-02 Adam Roben <aroben@apple.com>
3428 Try to force a clean build on the Windows bots
3430 Some of the bots are running into bogus linker errors due to MSVC's "minimal rebuild"
3431 feature not rebuilding files it should. See <http://queues.webkit.org/results/8076907> for
3434 * win/tools/vsprops/common.vsprops: Touched to force a rebuild.
3436 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
3438 Unreviewed, rolling out r80079.
3439 http://trac.webkit.org/changeset/80079
3440 https://bugs.webkit.org/show_bug.cgi?id=55547
3442 "Broke the Win debug build?" (Requested by dcheng on #webkit).
3444 * win/tools/vsprops/FeatureDefines.vsprops:
3445 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3447 2011-03-01 Daniel Cheng <dcheng@chromium.org>
3449 Reviewed by David Levin.
3451 Add feature define for data transfer items
3452 https://bugs.webkit.org/show_bug.cgi?id=55510
3454 * win/tools/vsprops/FeatureDefines.vsprops:
3455 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3457 2011-03-01 Sam Weinig <sam@webkit.org>
3459 Reviewed by Anders Carlsson.
3461 WebKit2 needs to be made localizable
3462 <rdar://problem/8728860>
3464 * WebKitSystemInterface.h:
3465 * libWebKitSystemInterfaceLeopard.a:
3466 * libWebKitSystemInterfaceSnowLeopard.a:
3468 2011-02-25 Brian Weinstein <bweinstein@apple.com>
3470 Fix linking of Chromium Mac build.
3472 * libWebKitSystemInterfaceLeopard.a:
3473 * libWebKitSystemInterfaceSnowLeopard.a:
3475 2011-02-21 Brian Weinstein <bweinstein@apple.com>
3477 Reviewed by Adam Roben.
3479 WebResourceCacheManager should be responsible for managing the CFURLCache as well
3480 as the WebCore memory cache.
3481 https://bugs.webkit.org/show_bug.cgi?id=54886
3482 Part of <rdar://problem/8971738>
3484 Update WebKitSystemInterface headers and libraries with new functions.
3486 * WebKitSystemInterface.h:
3487 * libWebKitSystemInterfaceLeopard.a:
3488 * libWebKitSystemInterfaceSnowLeopard.a:
3489 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3490 * win/lib/WebKitSystemInterface.lib:
3492 2011-02-21 Brian Weinstein <bweinstein@apple.com>
3494 Rubber-stamped by Dan Bernstein.
3496 Update WebKitSystemInterface.h on Mac. The header that was in the tree didn't
3497 match the current WebKitSystemInterface.h.
3499 * WebKitSystemInterface.h:
3501 2011-02-08 Patrick Gansterer <paroga@webkit.org>
3503 Reviewed by Adam Roben.
3505 [WIN] Add missing forward declarations in WebKitSystemInterface.h
3506 https://bugs.webkit.org/show_bug.cgi?id=53889
3508 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3510 2011-02-04 Steve Falkenburg <sfalken@apple.com>
3512 Reviewed by Adam Roben.
3514 Bump Windows minimum system requirement to XPSP2
3515 https://bugs.webkit.org/show_bug.cgi?id=53807
3517 * win/tools/vsprops/common.vsprops:
3519 2011-02-03 James Kozianski <koz@chromium.org>
3521 Reviewed by Dimitri Glazkov.
3523 Add navigator.registerProtocolHandler behind a flag.
3524 https://bugs.webkit.org/show_bug.cgi?id=52609
3526 * win/tools/vsprops/FeatureDefines.vsprops:
3527 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3529 2011-02-02 Steve Lacey <sjl@chromium.org>
3531 Reviewed by Eric Carlson.
3533 Implement basic media statistics on media elements.
3534 https://bugs.webkit.org/show_bug.cgi?id=53322
3536 * win/tools/vsprops/FeatureDefines.vsprops:
3537 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3539 2011-01-28 Anders Carlsson <andersca@apple.com>
3545 * WebKitSystemInterface.h:
3546 * libWebKitSystemInterfaceLeopard.a:
3547 * libWebKitSystemInterfaceSnowLeopard.a:
3549 2011-01-26 David Kilzer <ddkilzer@apple.com>
3551 <http://webkit.org/b/53192> Add experimental support for HTTP pipelining in CFNetwork
3552 <rdar://problem/8821760>
3554 Reviewed by Antti Koivisto.
3556 * WebKitSystemInterface.h:
3557 New methods added for HTTP pipelining support.
3558 (WKGetHTTPPipeliningPriority): Added.
3559 (WKSetHTTPPipeliningPriority): Added.
3560 Unrelated methods added after updating the header.
3561 (WKMakeScrollbarPainter): Added.
3562 (WKScrollbarPainterPaint): Added.
3563 * libWebKitSystemInterfaceLeopard.a: Updated.
3564 * libWebKitSystemInterfaceSnowLeopard.a: Updated.
3566 2011-01-24 Jer Noble <jer.noble@apple.com>
3568 Reviewed by Eric Carlson.
3570 REGRESSION (r72119): Audio never plays on Star Wars intro animation
3571 https://bugs.webkit.org/show_bug.cgi?id=52467
3573 Add wkGetQuickTimeMIMETypeList() function.
3575 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3576 * win/lib/WebKitSystemInterface.lib:
3578 2011-01-18 Anders Carlsson <andersca@apple.com>
3580 Reviewed by Darin Adler.
3582 Add WKPopupContextMenu.
3584 * WebKitSystemInterface.h:
3585 * libWebKitSystemInterfaceLeopard.a:
3586 * libWebKitSystemInterfaceSnowLeopard.a:
3588 2011-01-17 Adam Roben <aroben@apple.com>
3590 Make it possible to both set and clear a wkCACFContext's D3D device
3592 Fixes <http://webkit.org/b/52587> WKCACFLayerRenderer is hard to use
3594 Reviewed by Chris Marrin.
3596 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3597 * win/lib/WebKitSystemInterface.lib:
3599 2011-01-07 Chris Marrin <cmarrin@apple.com>
3603 Minor change to check for null context
3605 * win/lib/WebKitSystemInterface.lib:
3606 * win/lib/WebKitSystemInterface_debug.lib:
3608 2011-01-07 Chris Marrin <cmarrin@apple.com>
3612 Added one more API to WKSI to get the user data
3613 out of the CACFContext.
3615 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3616 * win/lib/WebKitSystemInterface.lib:
3617 * win/lib/WebKitSystemInterface_debug.lib:
3619 2011-01-07 Chris Marrin <cmarrin@apple.com>
3623 Adding updated WKSI files missed in http://trac.webkit.org/changeset/75262
3625 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3626 * win/lib/WebKitSystemInterface.lib:
3627 * win/lib/WebKitSystemInterface_debug.lib:
3629 2011-01-05 Steve Falkenburg <sfalken@apple.com>
3631 Reviewed by Darin Adler.
3633 Debug and Release builds on Windows clobber each other
3634 https://bugs.webkit.org/show_bug.cgi?id=49185
3636 Changes the structure of WebKitBuild build products directory so we
3637 completely separate each build configuration into independent directories.
3639 Although we previously had per-configuration directories for obj, this change adds
3640 per-configuration directories for bin, lib, obj, and include. Each configuration's
3641 build products are stored within a directory inside of WebKitBuild.
3643 Most use of $(WebKitOutputDir) in the build files has been replaced by $(ConfigurationBuildDir),
3644 defined in common.vsprops to be $(WebKitOutputDir)\$(ConfigurationName).
3646 * win/tools/vsprops/common.vsprops:
3648 2011-01-03 Chris Fleizach <cfleizach@apple.com>
3650 Reviewed, tweaked and landed by Sam Weinig.
3652 WebKit2: Accessibility support (42130)
3653 <rdar://problem/7660629>
3655 * WebKitSystemInterface.h:
3656 * libWebKitSystemInterfaceLeopard.a:
3657 * libWebKitSystemInterfaceSnowLeopard.a:
3659 2011-01-02 Dan Bernstein <mitz@apple.com>
3661 Rubber-stamped by Simon Fraser.
3663 <rdar://problem/8812159> Update copyright strings
3665 * win/tools/scripts/COPYRIGHT-END-YEAR:
3667 2010-12-21 Sam Weinig <weinig@apple.com>
3669 Reviewed by Anders Carlsson.
3671 Add serialization for CFURLRequestRef and CFURLResponseRef.
3673 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3674 * win/lib/WebKitSystemInterface.lib:
3676 2010-12-14 Anders Carlsson <andersca@apple.com>
3678 Reviewed by Dan Bernstein.
3680 Add WKGetScriptCodeFromCurrentKeyboardInputSource function.
3682 * WebKitSystemInterface.h:
3683 * libWebKitSystemInterfaceLeopard.a:
3684 * libWebKitSystemInterfaceSnowLeopard.a:
3686 2010-12-10 Chris Marrin <cmarrin@apple.com>
3688 Reviewed by Adam Roben.
3690 Add CACFContextGetLastCommitTime to WebKitSystemInterface for Windows.
3691 Also got rid of WebKitSystemInterface_debug.lib as recommended by
3692 Adam Roben. No OpenSource builds use it since r72327.
3694 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3695 * win/lib/WebKitSystemInterface.lib:
3696 * win/lib/WebKitSystemInterface_debug.lib: Removed.
3698 2010-12-09 Anders Carlsson <andersca@apple.com>
3700 Reviewed by Sam Weinig.
3702 Cannot use NSKeyedArchiver in WK2&