source: trunk/src/3rdparty/webkit/WebKit/ChangeLog

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 72.1 KB
Line 
12010-06-18 Alexis Menard <alexis.menard@nokia.com>
2
3 Reviewed by Simon Hausmann.
4
5 [qt] Better check for the declarative plugin inclusion.
6
7 * WebKit.pro:
8
92010-03-22 Kevin Decker <kdecker@apple.com>
10
11 Reviewed by Simon Fraser.
12
13 https://bugs.webkit.org/show_bug.cgi?id=36328
14
15 * WebKit.xcodeproj/project.pbxproj: Remove WebNullPluginView and nullplugin.tiff from the project.
16
172010-03-22 Darin Adler <darin@apple.com>
18
19 * StringsNotToBeLocalized.txt: Updated for recent changes.
20
212010-03-22 Kevin Decker <kdecker@apple.com>
22
23 Reviewed by John Sullivan.
24
25 https://bugs.webkit.org/show_bug.cgi?id=36328
26
27 * English.lproj/Localizable.strings: Added "Missing Plug-in" string.
28
292010-03-18 Leandro Pereira <leandro@profusion.mobi>
30
31 Reviewed by Kenneth Rohde Christiansen.
32
33 Add EFL port files to efl/ewk.
34 http://webkit.org/b/35931
35
36 * efl/ewk/ewk_settings.cpp: Added.
37 * efl/ewk/ewk_settings.h: Added.
38
392010-03-17 Leandro Pereira <leandro@profusion.mobi>
40
41 Reviewed by Kenneth Rohde Christiansen.
42
43 Add default theme files to efl/DefaultTheme.
44 http://webkit.org/b/36240
45
46 * efl/DefaultTheme/widget/radio/img_radio_on.png: Added.
47 * efl/DefaultTheme/radio/img_radio_off_hover.png: Added.
48 * efl/DefaultTheme/radio/img_radio_on_hover.png: Added.
49 * efl/DefaultTheme/radio/img_radio_off.png: Added.
50 * efl/DefaultTheme/radio/img_radio_off_focus.png: Added.
51 * efl/DefaultTheme/radio/img_radio_on_focus.png: Added.
52 * efl/DefaultTheme/combo/combo_normal.png: Added.
53 * efl/DefaultTheme/combo/combo_focus_button.png: Added.
54 * efl/DefaultTheme/combo/combo_hover_button.png: Added.
55 * efl/DefaultTheme/combo/combo_hover.png: Added.
56 * efl/DefaultTheme/combo/combo_focus.png: Added.
57 * efl/DefaultTheme/combo/combo_press_button.png: Added.
58 * efl/DefaultTheme/combo/combo_normal_button.png: Added.
59 * efl/DefaultTheme/combo/combo_press.png: Added.
60 * efl/DefaultTheme/combo/icon.png: Added.
61 * efl/DefaultTheme/file/file_normal.png: Added.
62 * efl/DefaultTheme/file/file_press.png: Added.
63 * efl/DefaultTheme/file/file_hover.png: Added.
64 * efl/DefaultTheme/file/file_focus.png: Added.
65 * efl/DefaultTheme/search/cancel/cancel_normal_button.png: Added.
66 * efl/DefaultTheme/search/cancel/cancel_normal_button2.png: Added.
67 * efl/DefaultTheme/search/decoration/decoration_normal_button.png: Added.
68 * efl/DefaultTheme/search/field/field_focused.png: Added.
69 * efl/DefaultTheme/search/field/field_normal.png: Added.
70 * efl/DefaultTheme/search/field/field_hovered.png: Added.
71 * efl/DefaultTheme/entry/img_normal.png: Added.
72 * efl/DefaultTheme/entry/img_hovered.png: Added.
73 * efl/DefaultTheme/entry/img_focused.png: Added.
74 * efl/DefaultTheme/check/img_check_off_hover.png: Added.
75 * efl/DefaultTheme/check/img_check_on.png: Added.
76 * efl/DefaultTheme/check/img_check_off_focus.png: Added.
77 * efl/DefaultTheme/check/img_check_on_focus.png: Added.
78 * efl/DefaultTheme/check/img_check_off.png: Added.
79 * efl/DefaultTheme/check/img_check_on_hover.png: Added.
80 * efl/DefaultTheme/scrollbar/scrollbar_knob_h.png: Added.
81 * efl/DefaultTheme/scrollbar/scrollbar_knob_v.png: Added.
82 * efl/DefaultTheme/scrollbar/scrollbar_hilight.png: Added.
83 * efl/DefaultTheme/scrollbar/scrollbar_v.png: Added.
84 * efl/DefaultTheme/scrollbar/scrollbar_h.png: Added.
85 * efl/DefaultTheme/button/img_button_normal.png: Added.
86 * efl/DefaultTheme/button/img_button_focus.png: Added.
87 * efl/DefaultTheme/button/img_button_hover.png: Added.
88 * efl/DefaultTheme/button/img_button_press.png: Added.
89
902010-03-17 Leandro Pereira <leandro@profusion.mobi>
91
92 Reviewed by Kenneth Rohde Christiansen.
93
94 Add EFL example browser to efl/EWebLauncher.
95 http://webkit.org/b/36176
96
97 * efl/EWebLauncher/main.c: Added.
98
992010-03-16 Leandro Pereira <leandro@profusion.mobi>
100
101 Reviewed by Kenneth Rohde Christiansen.
102
103 Add EFL port files to efl/WebCoreSupport.
104 http://webkit.org/b/35916
105
106 * efl/WebCoreSupport/ContextMenuClientEfl.cpp: Added.
107 * efl/WebCoreSupport/ContextMenuClientEfl.h: Added.
108
1092010-03-16 Yury Semikhatsky <yurys@chromium.org>
110
111 Reviewed by Pavel Feldman.
112
113 Introduce InspectorFrontendClient that provides InspectorFrontend with an interface to the embedder. InspectorClient now serves as a delegate for InspectorController and does not contain methods for managing inspector frontend window. That allows to create remote InspectorFrontendHost.
114
115 Introduce InspectorFrontendClient that would provide InspectorFrontend with an interface to the embedder
116 https://bugs.webkit.org/show_bug.cgi?id=35036
117
118 * efl/WebCoreSupport/InspectorClientEfl.cpp:
119 (WebCore::InspectorClientEfl::openInspectorFrontend):
120 * efl/WebCoreSupport/InspectorClientEfl.h:
121
1222010-03-13 Leandro Pereira <leandro@profusion.mobi>
123
124 Reviewed by Kenneth Rohde Christiansen.
125
126 Add EFL port files to efl/ewk.
127 http://webkit.org/b/35925
128
129 * efl/ewk/ewk_history.cpp: Added.
130 * efl/ewk/ewk_history.h: Added.
131
1322010-03-13 Leandro Pereira <leandro@profusion.mobi>
133
134 Reviewed by Kenneth Rohde Christiansen.
135
136 Add EFL port files to efl/ewk.
137 http://webkit.org/b/35928
138
139 * efl/ewk/ewk_main.cpp: Added.
140 * efl/ewk/ewk_main.h: Added.
141
1422010-03-13 Leandro Pereira <leandro@profusion.mobi>
143
144 Reviewed by Kenneth Rohde Christiansen.
145
146 Add EFL port files to efl/ewk.
147 http://webkit.org/b/35924
148
149 * efl/ewk/ewk_frame.cpp: Added.
150 * efl/ewk/ewk_frame.h: Added.
151
1522010-03-13 Leandro Pereira <leandro@profusion.mobi>
153
154 Reviewed by Kenneth Rohde Christiansen.
155
156 Add EFL port files to efl/ewk.
157 http://webkit.org/b/35936
158
159 * efl/ewk/ewk_view_single.c: Added.
160
1612010-03-13 Leandro Pereira <leandro@profusion.mobi>
162
163 Reviewed by Kenneth Rohde Christiansen.
164
165 Add EFL port files to efl/ewk.
166 http://webkit.org/b/35929
167
168 * efl/ewk/ewk_util.cpp: Added.
169 * efl/ewk/ewk_util.h: Added.
170
1712010-03-13 Leandro Pereira <leandro@profusion.mobi>
172
173 Reviewed by Kenneth Rohde Christiansen.
174
175 Add EFL port files to efl/ewk.
176 http://webkit.org/b/35934
177
178 * efl/ewk/EWebKit.h: Added.
179 * efl/ewk/ewk_eapi.h: Added.
180 * efl/ewk/ewk_logging.h: Added.
181 * efl/ewk/ewk_private.h: Added.
182
1832010-03-11 Leandro Pereira <leandro@profusion.mobi>
184
185 Reviewed by Gustavo Noronha Silva.
186
187 Add EFL port files to efl/WebCoreSupport.
188 http://webkit.org/b/35917
189
190 * efl/WebCoreSupport/InspectorClientEfl.h: Added.
191 * efl/WebCoreSupport/InspectorClientEfl.cpp: Added.
192
1932010-03-11 Leandro Pereira <leandro@profusion.mobi>
194
195 Reviewed by Gustavo Noronha Silva.
196
197 Add EFL port files to efl/WebCoreSupport.
198 http://webkit.org/b/35914
199
200 * efl/WebCoreSupport/DragClientEfl.h: Added.
201 * efl/WebCoreSupport/DragClientEfl.cpp: Added.
202
2032010-03-11 Simon Fraser <simon.fraser@apple.com>
204
205 Reviewed by Mark Rowe.
206
207 Sort the project file.
208
209 * WebKit.xcodeproj/project.pbxproj:
210
2112010-03-10 Leandro Pereira <leandro@profusion.mobi>
212
213 Reviewed by Holger Freyther.
214
215 Add EFL port files to efl/WebCoreSupport.
216 http://webkit.org/b/35913
217
218 * efl/WebCoreSupport/ChromeClientEfl.cpp: Added.
219 * efl/WebCoreSupport/ChromeClientEfl.h: Added.
220
2212010-03-09 John Sullivan <sullivan@apple.com>
222
223 Fixed localized string key collision. update-webkit-localized-strings now
224 runs without errors.
225
226 Reviewed by Adam Roben.
227
228 * English.lproj/Localizable.strings:
229 Regenerated.
230
2312010-03-09 John Sullivan <sullivan@apple.com>
232
233 * StringsNotToBeLocalized.txt:
234 Brought this file up to date. update-webkit-localizable-strings still lists
235 one key collision, but that's a separate issue.
236
2372010-03-04 Mark Rowe <mrowe@apple.com>
238
239 Reviewed by Sam Weinig.
240
241 Add a script to verify that WebKit framework headers are internally consistent.
242
243 * WebKit.xcodeproj/project.pbxproj: Run the script during the build and fail with
244 an error should the consistency check fail.
245
2462010-02-25 Alexey Proskuryakov <ap@apple.com>
247
248 Reviewed by Geoffrey Garen.
249
250 https://bugs.webkit.org/show_bug.cgi?id=35394
251 <rdar://problem/7685262> Make passing objects between Java and plug-ins work
252
253 * WebKit.xcodeproj/project.pbxproj: Added new files.
254
2552010-02-04 Mark Rowe <mrowe@apple.com>
256
257 Reviewed by Timothy Hatcher.
258
259 Build fix. Remove a symbol corresponding to an inline function from the linker export
260 file to prevent a weak external failure.
261
262 * WebKit.xcodeproj/project.pbxproj: Accommodate rename of script.
263
2642010-02-04 John Sullivan <sullivan@apple.com>
265
266 https://bugs.webkit.org/show_bug.cgi?id=34611
267 WebLocalizedString() could use an assertion that it is being called on the main thread
268
269 Reviewed by Tim Hatcher.
270
271 * WebKit.xcodeproj/project.pbxproj:
272 Updated for renamed file (WebLocalizableStrings.m -> WebLocalizableStrings.mm)
273
2742010-01-29 Mark Rowe <mrowe@apple.com>
275
276 Sort Xcode projects.
277
278 * WebKit.xcodeproj/project.pbxproj:
279
2802010-01-19 Dan Bernstein <mitz@apple.com>
281
282 Redo DumpRenderTree build fix without making WebTypesInternal.h a private header
283
284 * WebKit.xcodeproj/project.pbxproj:
285
2862010-01-19 Simon Fraser <simon.fraser@apple.com>
287
288 Build fix, no review.
289
290 Fix build of DumpRenderTree by making the header WebTypesInternal.h Private
291 in WebKit.
292
293 * WebKit.xcodeproj/project.pbxproj:
294
2952010-01-19 Jon Honeycutt <jhoneycutt@apple.com>
296
297 MSAA: The child <option> elements of a non-multiple <select> are not
298 exposed
299
300 https://bugs.webkit.org/show_bug.cgi?id=33773
301 <rdar://problem/7550556>
302
303 Reviewed by Alice Liu.
304
305 * English.lproj/Localizable.strings:
306 Add new localized strings.
307
3082010-01-13 Kevin Decker <kdecker@apple.com>
309
310 Reviewed by Mark Rowe.
311
312 https://bugs.webkit.org/show_bug.cgi?id=33610
313 <rdar://problem/7288546> Silverlight full screen performance problem seen on Snow Leopard.
314
315 * WebKit.xcodeproj/project.pbxproj: Link the project against OpenGL.
316
3172009-12-25 Darin Adler <darin@apple.com>
318
319 * StringsNotToBeLocalized.txt: Updated for recent changes.
320
3212009-12-18 Dan Bernstein <mitz@apple.com>
322
323 Updated localizable strings after r52368
324
325 * English.lproj/Localizable.strings:
326
3272009-12-18 Sam Weinig <sam@webkit.org>
328
329 Reviewed by Dan Bernstein.
330
331 Add Mac WebKit side of the client based geolocation provider.
332
333 * WebKit.xcodeproj/project.pbxproj:
334
3352009-12-16 Mark Rowe <mrowe@apple.com>
336
337 Build fix. Disable debug variants of WebKit frameworks.
338
339 * WebKit.xcodeproj/project.pbxproj:
340
3412009-12-16 John Sullivan <sullivan@apple.com>
342
343 Brought this file up to date, sans review.
344
345 * StringsNotToBeLocalized.txt:
346
3472009-11-30 Mark Rowe <mrowe@apple.com>
348
349 Use the correct path to Info.plist to avoid creating an empty file at the top of the WebKit directory.
350
351 * WebKit.xcodeproj/project.pbxproj:
352
3532009-11-24 Dmitry Titov <dimich@chromium.org>
354
355 Reviewed by Eric Seidel.
356
357 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
358 https://bugs.webkit.org/show_bug.cgi?id=31444
359
360 * chromium/features.gypi:
361
3622009-11-24 Mark Rowe <mrowe@apple.com>
363
364 Fix production builds where the source tree may be read-only.
365
366 * WebKit.xcodeproj/project.pbxproj:
367
3682009-11-20 Dave Hyatt <hyatt@apple.com>
369
370 Reviewed by Oliver Hunt and Jon Honeycutt.
371
372 Add support for WebSerializedJSValue to WebKit. This object wraps the SerializedScriptValue functionality in WebCore
373 and exposes the ability to do JS value serialization/deserialization to WebKit clients.
374
375 * WebKit.xcodeproj/project.pbxproj:
376
3772009-11-20 Chris Fleizach <cfleizach@apple.com>
378
379 Reviewed by Beth Dakin.
380
381 WAI-ARIA: add support for 'math' role
382 https://bugs.webkit.org/show_bug.cgi?id=31706
383
384 * English.lproj/Localizable.strings:
385 * StringsNotToBeLocalized.txt:
386
3872009-11-19 Eric Carlson <eric.carlson@apple.com>
388
389 Reviewed by Dan Bernstein.
390
391 <rdar://problem/7035231>
392 Support closed caption in <video> element
393
394 * English.lproj/Localizable.strings:
395 Add strings for toggle captions button.
396
3972009-11-18 Michelangelo De Simone <micdesim@gmail.com>
398
399 Reviewed by Darin Adler.
400
401 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>.
402 Support for validationMessage attribute, as per HTML5 specs.
403
404 * English.lproj/Localizable.strings: new localizable strings
405
4062009-11-18 Sam Weinig <sam@webkit.org>
407
408 Reviewed by Anders Carlsson.
409
410 Make the Mac Geolocation API async.
411
412 * WebKit.xcodeproj/project.pbxproj: Remove WebGeolocation.
413
4142009-11-13 Adam Roben <aroben@apple.com>
415
416 Add WebFrameLoadDelegatePrivat.h to WebKit.xcodeproj
417
418 Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
419 window objects in isolated worlds are cleared
420
421 Reviewed by Dave Hyatt.
422
423 * WebKit.xcodeproj/project.pbxproj: Added
424 WebFrameLoadDelegatePrivate.h, which already existed.
425
4262009-11-12 Adam Roben <aroben@apple.com>
427
428 Replace worldIDs with world objects
429
430 Part of <http://webkit.org/b/31414> Implement new SPI for dealing with
431 user scripts/stylesheets and isolated worlds
432
433 Reviewed by Sam Weinig.
434
435 * WebKit.xcodeproj/project.pbxproj: Added WebScriptWorld to the project.
436
4372009-11-12 Chris Fleizach <cfleizach@apple.com>
438
439 Reviewed by Darin Adler.
440
441 ARIA: add alert type roles
442 https://bugs.webkit.org/show_bug.cgi?id=31392
443
444 * English.lproj/Localizable.strings:
445 * StringsNotToBeLocalized.txt:
446
4472009-11-02 Eric Carlson <eric.carlson@apple.com>
448
449 Reviewed by John Sullivan and Mark Rowe.
450
451 <rdar://problem/7356733> Voiceover does not read correct media controller time values
452
453 Fix localized strings for media controller time values.
454
455 * English.lproj/Localizable.strings:
456
4572009-11-02 Chris Fleizach <cfleizach@apple.com>
458
459 Reviewed by Beth Dakin.
460
461 Support ARIA "tab" roles
462 https://bugs.webkit.org/show_bug.cgi?id=30842
463
464 Add a localizable string for tab panel.
465
466 * English.lproj/Localizable.strings:
467 * StringsNotToBeLocalized.txt:
468
4692009-10-27 Dan Bernstein <mitz@apple.com>
470
471 Reviewed by Darin Adler.
472
473 Updated license
474
475 * LICENSE:
476
4772009-10-26 Sam Weinig <sam@webkit.org>
478
479 Reviewed by Anders Carlsson.
480
481 Move some WebView event handling code into its own file, WebViewEventHandling.mm
482
483 * WebKit.xcodeproj/project.pbxproj:
484
4852009-10-19 John Gregg <johnnyg@google.com>
486
487 Reviewed by Dimitri Glazkov.
488
489 set ENABLE_NOTIFICATIONS=1 for Chromium
490 https://bugs.webkit.org/show_bug.cgi?id=29949
491
492 * chromium/features.gypi:
493
4942009-10-13 Drew Wilson <atwilson@atwilson-macpro.local>
495
496 Reviewed by David Levin.
497
498 Enable SHARED_WORKERS for Chromium
499 https://bugs.webkit.org/show_bug.cgi?id=30289
500
501 * chromium/features.gypi:
502 Turned on ENABLE_SHARED_WORKERS by default. This doesn't actually turn on
503 SharedWorkers yet, as Chromium overrides this flag in its feature_overrides.gypi.
504
5052009-10-12 Yaar Schnitman <yaar@chromium.org>
506
507 Reviewed by Dimitri Glazkov.
508
509 Chromium Port - Windows
510 https://bugs.webkit.org/show_bug.cgi?id=29969
511
512 * chromium/DEPS: Added gtest dep required by windows and incremented some of the deps revisions.
513
5142009-10-06 Simon Fraser <simon.fraser@apple.com>
515
516 Reviewed by Mark Rowe.
517
518 accessibility/media-element.html crashes (and has incorrect result)
519 https://bugs.webkit.org/show_bug.cgi?id=30108
520
521 Fix up the accessibilty label for the newly added fullscreen button,
522 and update the test result accordingly.
523
524 * English.lproj/Localizable.strings:
525
5262009-10-05 Kevin Decker <kdecker@apple.com>
527
528 Reviewed by Dan Bernstein.
529
530 * WebKit.xcodeproj/project.pbxproj: Add WebPluginHalterClient to the project.
531
5322009-10-05 Yaar Schnitman <yaar@chromium.org>
533
534 Reviewed by Dimitri Glazkov.
535
536 One of the dependencies' SVN url was missing a @ before the revision number.
537
538 https://bugs.webkit.org/show_bug.cgi?id=30101
539
540 * chromium/DEPS:
541
5422009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org>
543
544 Reviewed by Simon Fraser
545
546 Support fullscreen in MediaPlayer (Mac)
547 https://bugs.webkit.org/show_bug.cgi?id=26742
548
549 Add new files for video fullscreen.
550
551 * WebKit.xcodeproj/project.pbxproj:
552
5532009-10-05 Pavel Feldman <pfeldman@chromium.org>
554
555 Reviewed by Timothy Hatcher.
556
557 Web Inspector: add testing harness for Web Inspector.
558
559 https://bugs.webkit.org/show_bug.cgi?id=30010
560
561 * WebKit.xcodeproj/project.pbxproj:
562
5632009-10-04 Fumitoshi Ukai <ukai@chromium.org>
564
565 Reviewed by Eric Seidel
566
567 Enable Web Sockets in chromium build.
568 https://bugs.webkit.org/show_bug.cgi?id=29917
569
570 * chromium/features.gypi:
571
5722009-10-02 Yaar Schnitman <yaar@chromium.org>
573
574 Reviewed by Dimitri Glazkov.
575
576 Added gyp_webkit that does a subset of the things gyp_chromium does
577 plus some specialization for an upstream chromium build.
578
579 https://bugs.webkit.org/show_bug.cgi?id=29986
580
581 * chromium/DEPS: Points to gyp_webkit instead of gyp_chromium.
582 * chromium/gyp_webkit: A new python file.
583
5842009-10-01 Yaar Schnitman <yaar@chromium.org>
585
586 Reviewed by Dimitri Glazkov.
587
588 Make it possible to override the list of feature defines when building
589 downstream.
590
591 https://bugs.webkit.org/show_bug.cgi?id=29979
592
593 * chromium/features.gypi:
594
5952009-10-01 Yaar Schnitman <yaar@chromium.org>
596
597 Reviewed by Dimitri Glazkov.
598
599 Added windows-specific dependencies, updated some revisions and
600 re-organized file to make revision tracking easier. Also removed
601 extensions/v8 dependency that is no longer needed upstream.
602
603 https://bugs.webkit.org/show_bug.cgi?id=29973
604
605 * chromium/DEPS:
606
6072009-09-30 Yaar Schnitman <yaar@chromium.org>
608
609 Reviewed by Dimitri Glazkov.
610
611 1. Keeping up with downstream revisions.
612 2. Turning off v8 snapshot build step.
613
614 https://bugs.webkit.org/show_bug.cgi?id=29928
615
616 * chromium/DEPS
617
6182009-09-29 Brady Eidson <beidson@apple.com>
619
620 Reviewed by John Sullivan.
621
622 WebKit Mac API should provide a delegate interface for global history.
623 <rdar://problem/7042773> and https://webkit.org/b/29904
624
625 * WebKit.xcodeproj/project.pbxproj:
626
6272009-09-28 Yaar Schnitman <yaar@chromium.org>
628
629 Reviewed by Dimitri Glazkov.
630
631 https://bugs.webkit.org/show_bug.cgi?id=29722
632
633 * chromium/DEPS: Describes the chromium port's dependencies and
634 is used by gclient to fetch them.
635 * chromium/webkit.gyp: Currently only builds webcore but in
636 the future will also build the webkit api.
637
6382009-09-26 David Kilzer <ddkilzer@apple.com>
639
640 Part 2 of 2: <http://webkit.org/b/29753> DerivedSources.make broken for non-Mac targets
641
642 Reviewed by Darin Adler.
643
644 Fix ENABLE_ORIENTATION_EVENTS for non-Mac platforms.
645
646 * chromium/features.gypi: Added 'ENABLE_ORIENTATION_EVENTS=0' to
647 disable this feature by default.
648
6492009-09-22 Yaar Schnitman <yaar@chromium.org>
650
651 Reviewed by David Levin.
652
653 Create chromium directory and ported chromium.org's features.gypi for
654 the webkit chromium port.
655
656 https://bugs.webkit.org/show_bug.cgi?id=29617
657
658 * chromium/features.gypi: Added.
659
6602009-09-21 Dan Bernstein <mitz@apple.com>
661
662 Reviewed by Anders Carlsson.
663
664 <rdar://problem/4137135> iFrame with PDF not being handled correctly on
665 usps.com
666 https://bugs.webkit.org/show_bug.cgi?id=4151
667
668 * WebKit.xcodeproj/project.pbxproj: Added WebPDFDocumentExtras.{h,mm}
669 and WebJSPDFDoc.{h,mm} and changed WebPDFRepresentation to
670 Objective-C++.
671
6722009-09-07 Steve Block <steveblock@google.com>
673
674 Reviewed by Adam Barth.
675
676 Adds a mock Geolocation service. This will be used to provide predictable behavior of the
677 Geolocation API for use in LayoutTests. Later changes will integrate the the mock
678 Geolocation service with DumpRenderTree.
679 https://bugs.webkit.org/show_bug.cgi?id=28264
680
681 * WebKit.xcodeproj/project.pbxproj: Modified. Adds WebGeolocationMock.
682
6832009-09-03 John Sullivan <sullivan@apple.com>
684
685 Reviewed by Adam Roben
686
687 * StringsNotToBeLocalized.txt:
688 Brought this file up to date.
689
6902009-08-31 Mark Rowe <mrowe@apple.com>
691
692 Rubber-stamped by Beth Dakin.
693
694 Remove WebViewEditingContextMenu.nib and WebViewEditingContextMenuOld.nib.
695 We stopped using these back in r18592 when we switched over to context menus
696 driven by WebCore.
697
698 * English.lproj/WebViewEditingContextMenu.nib/classes.nib: Removed.
699 * English.lproj/WebViewEditingContextMenu.nib/info.nib: Removed.
700 * English.lproj/WebViewEditingContextMenu.nib/objects.nib: Removed.
701 * English.lproj/WebViewEditingContextMenuOld.nib/classes.nib: Removed.
702 * English.lproj/WebViewEditingContextMenuOld.nib/info.nib: Removed.
703 * English.lproj/WebViewEditingContextMenuOld.nib/objects.nib: Removed.
704 * WebKit.xcodeproj/project.pbxproj:
705
7062009-08-28 Chris Fleizach <cfleizach@apple.com>
707
708 Reviewed by John Sullivan.
709
710 update-webkit-localizable-strings script can no longer complete
711 https://bugs.webkit.org/show_bug.cgi?id=28792
712
713 * English.lproj/Localizable.strings:
714
7152009-08-27 John Sullivan <sullivan@apple.com>
716
717 * StringsNotToBeLocalized.txt:
718 Brought up to date, other than the problem mentioned in https://bugs.webkit.org/show_bug.cgi?id=28792
719
7202009-08-25 Eric Carlson <eric.carlson@apple.com>
721
722 Reviewed by Oliver Hunt.
723
724 <video> and <audio> controller should be accessible
725 https://bugs.webkit.org/show_bug.cgi?id=28081
726
727 Add localized strings for media controller accessiblility.
728
729 * English.lproj/Localizable.strings:
730
7312009-08-20 Chris Fleizach <cfleizach@apple.com>
732
733 Reviewed by Darin Adler.
734
735 Enable various "grouping" ARIA roles
736 https://bugs.webkit.org/show_bug.cgi?id=28486
737
738 * English.lproj/Localizable.strings:
739
7402009-08-18 Drew Wilson <atwilson@google.com>
741
742 Reviewed by Eric Seidel.
743
744 Need to extend DumpRenderTree to expose number of worker threads.
745 https://bugs.webkit.org/show_bug.cgi?id=28292
746
747 * WebKit.xcodeproj/project.pbxproj:
748 Added WebWorkersPrivate APIs to mac WebKit to expose workerThreadCount() for DumpRenderTree.
749
7502009-08-06 Mark Rowe <mrowe@apple.com>
751
752 Rubber-stamped by Sam Weinig.
753
754 Add explicit dependencies for our build verification scripts to ensure that they always run after linking has completed.
755
756 * WebKit.xcodeproj/project.pbxproj:
757
7582009-08-06 Mark Rowe <mrowe@apple.com>
759
760 Bring a little order to our otherwise out of control lives.
761
762 * WebKit.xcodeproj/project.pbxproj:
763
7642009-08-06 Mark Rowe <mrowe@apple.com>
765
766 Build fix.
767
768 Don't attempt to build a file that Anders just deleted.
769
770 * WebKit.xcodeproj/project.pbxproj:
771
7722009-07-29 David Kilzer <ddkilzer@apple.com>
773
774 <http://webkit.org/b/27788> Don't export WebPluginController.h as a private header
775
776 Reviewed by Mark Rowe.
777
778 WebPluginController.h includes WebPluginContainerCheck.h, which
779 is not a private header. Since WebPluginController.h doesn't
780 appear to be used anywhere, remove its private header status.
781
782 * WebKit.xcodeproj/project.pbxproj: Remove private header
783 attribute from WebPluginController.h.
784
7852009-07-28 Maxime Simon <simon.maxime@gmail.com>
786
787 Reviewed by David Levin.
788
789 Added FrameLoaderClient for Haiku WebCore support.
790 https://bugs.webkit.org/show_bug.cgi?id=26952
791
792 * haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp: Added.
793 (WebCore::FrameLoaderClientHaiku::FrameLoaderClientHaiku):
794 (WebCore::FrameLoaderClientHaiku::setFrame):
795 (WebCore::FrameLoaderClientHaiku::setWebView):
796 (WebCore::FrameLoaderClientHaiku::detachFrameLoader):
797 (WebCore::FrameLoaderClientHaiku::hasWebView):
798 (WebCore::FrameLoaderClientHaiku::hasBackForwardList):
799 (WebCore::FrameLoaderClientHaiku::resetBackForwardList):
800 (WebCore::FrameLoaderClientHaiku::provisionalItemIsTarget):
801 (WebCore::FrameLoaderClientHaiku::makeRepresentation):
802 (WebCore::FrameLoaderClientHaiku::forceLayout):
803 (WebCore::FrameLoaderClientHaiku::forceLayoutForNonHTML):
804 (WebCore::FrameLoaderClientHaiku::updateHistoryForCommit):
805 (WebCore::FrameLoaderClientHaiku::updateHistoryForBackForwardNavigation):
806 (WebCore::FrameLoaderClientHaiku::updateHistoryForReload):
807 (WebCore::FrameLoaderClientHaiku::updateHistoryForStandardLoad):
808 (WebCore::FrameLoaderClientHaiku::updateHistoryForInternalLoad):
809 (WebCore::FrameLoaderClientHaiku::updateHistoryAfterClientRedirect):
810 (WebCore::FrameLoaderClientHaiku::setCopiesOnScroll):
811 (WebCore::FrameLoaderClientHaiku::tokenForLoadErrorReset):
812 (WebCore::FrameLoaderClientHaiku::resetAfterLoadError):
813 (WebCore::FrameLoaderClientHaiku::doNotResetAfterLoadError):
814 (WebCore::FrameLoaderClientHaiku::willCloseDocument):
815 (WebCore::FrameLoaderClientHaiku::detachedFromParent2):
816 (WebCore::FrameLoaderClientHaiku::detachedFromParent3):
817 (WebCore::FrameLoaderClientHaiku::dispatchDidHandleOnloadEvents):
818 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveServerRedirectForProvisionalLoad):
819 (WebCore::FrameLoaderClientHaiku::dispatchDidCancelClientRedirect):
820 (WebCore::FrameLoaderClientHaiku::dispatchWillPerformClientRedirect):
821 (WebCore::FrameLoaderClientHaiku::dispatchDidChangeLocationWithinPage):
822 (WebCore::FrameLoaderClientHaiku::dispatchWillClose):
823 (WebCore::FrameLoaderClientHaiku::dispatchDidStartProvisionalLoad):
824 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveTitle):
825 (WebCore::FrameLoaderClientHaiku::dispatchDidCommitLoad):
826 (WebCore::FrameLoaderClientHaiku::dispatchDidFinishDocumentLoad):
827 (WebCore::FrameLoaderClientHaiku::dispatchDidFinishLoad):
828 (WebCore::FrameLoaderClientHaiku::dispatchDidFirstLayout):
829 (WebCore::FrameLoaderClientHaiku::dispatchDidFirstVisuallyNonEmptyLayout):
830 (WebCore::FrameLoaderClientHaiku::dispatchShow):
831 (WebCore::FrameLoaderClientHaiku::cancelPolicyCheck):
832 (WebCore::FrameLoaderClientHaiku::dispatchWillSubmitForm):
833 (WebCore::FrameLoaderClientHaiku::dispatchDidLoadMainResource):
834 (WebCore::FrameLoaderClientHaiku::revertToProvisionalState):
835 (WebCore::FrameLoaderClientHaiku::postProgressStartedNotification):
836 (WebCore::FrameLoaderClientHaiku::postProgressEstimateChangedNotification):
837 (WebCore::FrameLoaderClientHaiku::postProgressFinishedNotification):
838 (WebCore::FrameLoaderClientHaiku::progressStarted):
839 (WebCore::FrameLoaderClientHaiku::progressCompleted):
840 (WebCore::FrameLoaderClientHaiku::setMainFrameDocumentReady):
841 (WebCore::FrameLoaderClientHaiku::willChangeTitle):
842 (WebCore::FrameLoaderClientHaiku::didChangeTitle):
843 (WebCore::FrameLoaderClientHaiku::finishedLoading):
844 (WebCore::FrameLoaderClientHaiku::canShowMIMEType):
845 (WebCore::FrameLoaderClientHaiku::representationExistsForURLScheme):
846 (WebCore::FrameLoaderClientHaiku::generatedMIMETypeForURLScheme):
847 (WebCore::FrameLoaderClientHaiku::frameLoadCompleted):
848 (WebCore::FrameLoaderClientHaiku::saveViewStateToItem):
849 (WebCore::FrameLoaderClientHaiku::restoreViewState):
850 (WebCore::FrameLoaderClientHaiku::restoreScrollPositionAndViewState):
851 (WebCore::FrameLoaderClientHaiku::provisionalLoadStarted):
852 (WebCore::FrameLoaderClientHaiku::shouldTreatURLAsSameAsCurrent):
853 (WebCore::FrameLoaderClientHaiku::addHistoryItemForFragmentScroll):
854 (WebCore::FrameLoaderClientHaiku::didFinishLoad):
855 (WebCore::FrameLoaderClientHaiku::prepareForDataSourceReplacement):
856 (WebCore::FrameLoaderClientHaiku::setTitle):
857 (WebCore::FrameLoaderClientHaiku::userAgent):
858 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveIcon):
859 (WebCore::FrameLoaderClientHaiku::frameLoaderDestroyed):
860 (WebCore::FrameLoaderClientHaiku::canHandleRequest):
861 (WebCore::FrameLoaderClientHaiku::partClearedInBegin):
862 (WebCore::FrameLoaderClientHaiku::updateGlobalHistory):
863 (WebCore::FrameLoaderClientHaiku::updateGlobalHistoryRedirectLinks):
864 (WebCore::FrameLoaderClientHaiku::shouldGoToHistoryItem):
865 (WebCore::FrameLoaderClientHaiku::saveScrollPositionAndViewStateToItem):
866 (WebCore::FrameLoaderClientHaiku::canCachePage):
867 (WebCore::FrameLoaderClientHaiku::setMainDocumentError):
868 (WebCore::FrameLoaderClientHaiku::committedLoad):
869 (WebCore::FrameLoaderClientHaiku::cancelledError):
870 (WebCore::FrameLoaderClientHaiku::blockedError):
871 (WebCore::FrameLoaderClientHaiku::cannotShowURLError):
872 (WebCore::FrameLoaderClientHaiku::interruptForPolicyChangeError):
873 (WebCore::FrameLoaderClientHaiku::cannotShowMIMETypeError):
874 (WebCore::FrameLoaderClientHaiku::fileDoesNotExistError):
875 (WebCore::FrameLoaderClientHaiku::shouldFallBack):
876 (WebCore::FrameLoaderClientHaiku::createDocumentLoader):
877 (WebCore::FrameLoaderClientHaiku::download):
878 (WebCore::FrameLoaderClientHaiku::assignIdentifierToInitialRequest):
879 (WebCore::FrameLoaderClientHaiku::dispatchWillSendRequest):
880 (WebCore::FrameLoaderClientHaiku::shouldUseCredentialStorage):
881 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveAuthenticationChallenge):
882 (WebCore::FrameLoaderClientHaiku::dispatchDidCancelAuthenticationChallenge):
883 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveResponse):
884 (WebCore::FrameLoaderClientHaiku::dispatchDidReceiveContentLength):
885 (WebCore::FrameLoaderClientHaiku::dispatchDidFinishLoading):
886 (WebCore::FrameLoaderClientHaiku::dispatchDidFailLoading):
887 (WebCore::FrameLoaderClientHaiku::dispatchDidLoadResourceFromMemoryCache):
888 (WebCore::FrameLoaderClientHaiku::dispatchDidLoadResourceByXMLHttpRequest):
889 (WebCore::FrameLoaderClientHaiku::dispatchDidFailProvisionalLoad):
890 (WebCore::FrameLoaderClientHaiku::dispatchDidFailLoad):
891 (WebCore::FrameLoaderClientHaiku::dispatchCreatePage):
892 (WebCore::FrameLoaderClientHaiku::dispatchDecidePolicyForMIMEType):
893 (WebCore::FrameLoaderClientHaiku::dispatchDecidePolicyForNewWindowAction):
894 (WebCore::FrameLoaderClientHaiku::dispatchDecidePolicyForNavigationAction):
895 (WebCore::FrameLoaderClientHaiku::dispatchUnableToImplementPolicy):
896 (WebCore::FrameLoaderClientHaiku::startDownload):
897 (WebCore::FrameLoaderClientHaiku::createFrame):
898 (WebCore::FrameLoaderClientHaiku::objectContentType):
899 (WebCore::FrameLoaderClientHaiku::createPlugin):
900 (WebCore::FrameLoaderClientHaiku::redirectDataToPlugin):
901 (WebCore::FrameLoaderClientHaiku::pluginWillHandleLoadError):
902 (WebCore::FrameLoaderClientHaiku::createJavaAppletWidget):
903 (WebCore::FrameLoaderClientHaiku::overrideMediaType):
904 (WebCore::FrameLoaderClientHaiku::windowObjectCleared):
905 (WebCore::FrameLoaderClientHaiku::documentElementAvailable):
906 (WebCore::FrameLoaderClientHaiku::didPerformFirstNavigation):
907 (WebCore::FrameLoaderClientHaiku::registerForIconNotification):
908 (WebCore::FrameLoaderClientHaiku::savePlatformDataToCachedFrame):
909 (WebCore::FrameLoaderClientHaiku::transitionToCommittedFromCachedFrame):
910 (WebCore::FrameLoaderClientHaiku::transitionToCommittedForNewPage):
911 * haiku/WebCoreSupport/FrameLoaderClientHaiku.h: Added.
912 (WebCore::FrameLoaderClientHaiku::~FrameLoaderClientHaiku):
913
9142009-07-28 Maxime Simon <simon.maxime@gmail.com>
915
916 Reviewed by David Levin.
917
918 Added ChromeClient for Haiku WebCore support.
919 https://bugs.webkit.org/show_bug.cgi?id=26952
920
921 * haiku/WebCoreSupport/ChromeClientHaiku.cpp: Added.
922 (WebCore::ChromeClientHaiku::ChromeClientHaiku):
923 (WebCore::ChromeClientHaiku::~ChromeClientHaiku):
924 (WebCore::ChromeClientHaiku::chromeDestroyed):
925 (WebCore::ChromeClientHaiku::setWindowRect):
926 (WebCore::ChromeClientHaiku::windowRect):
927 (WebCore::ChromeClientHaiku::pageRect):
928 (WebCore::ChromeClientHaiku::scaleFactor):
929 (WebCore::ChromeClientHaiku::focus):
930 (WebCore::ChromeClientHaiku::unfocus):
931 (WebCore::ChromeClientHaiku::canTakeFocus):
932 (WebCore::ChromeClientHaiku::takeFocus):
933 (WebCore::ChromeClientHaiku::createWindow):
934 (WebCore::ChromeClientHaiku::createModalDialog):
935 (WebCore::ChromeClientHaiku::show):
936 (WebCore::ChromeClientHaiku::canRunModal):
937 (WebCore::ChromeClientHaiku::runModal):
938 (WebCore::ChromeClientHaiku::setToolbarsVisible):
939 (WebCore::ChromeClientHaiku::toolbarsVisible):
940 (WebCore::ChromeClientHaiku::setStatusbarVisible):
941 (WebCore::ChromeClientHaiku::statusbarVisible):
942 (WebCore::ChromeClientHaiku::setScrollbarsVisible):
943 (WebCore::ChromeClientHaiku::scrollbarsVisible):
944 (WebCore::ChromeClientHaiku::setMenubarVisible):
945 (WebCore::ChromeClientHaiku::menubarVisible):
946 (WebCore::ChromeClientHaiku::setResizable):
947 (WebCore::ChromeClientHaiku::addMessageToConsole):
948 (WebCore::ChromeClientHaiku::canRunBeforeUnloadConfirmPanel):
949 (WebCore::ChromeClientHaiku::runBeforeUnloadConfirmPanel):
950 (WebCore::ChromeClientHaiku::closeWindowSoon):
951 (WebCore::ChromeClientHaiku::runJavaScriptAlert):
952 (WebCore::ChromeClientHaiku::runJavaScriptConfirm):
953 (WebCore::ChromeClientHaiku::runJavaScriptPrompt):
954 (WebCore::ChromeClientHaiku::setStatusbarText):
955 (WebCore::ChromeClientHaiku::shouldInterruptJavaScript):
956 (WebCore::ChromeClientHaiku::tabsToLinks):
957 (WebCore::ChromeClientHaiku::windowResizerRect):
958 (WebCore::ChromeClientHaiku::repaint):
959 (WebCore::ChromeClientHaiku::scroll):
960 (WebCore::ChromeClientHaiku::screenToWindow):
961 (WebCore::ChromeClientHaiku::windowToScreen):
962 (WebCore::ChromeClientHaiku::platformWindow):
963 (WebCore::ChromeClientHaiku::contentsSizeChanged):
964 (WebCore::ChromeClientHaiku::scrollRectIntoView):
965 (WebCore::ChromeClientHaiku::addToDirtyRegion):
966 (WebCore::ChromeClientHaiku::scrollBackingStore):
967 (WebCore::ChromeClientHaiku::updateBackingStore):
968 (WebCore::ChromeClientHaiku::mouseDidMoveOverElement):
969 (WebCore::ChromeClientHaiku::setToolTip):
970 (WebCore::ChromeClientHaiku::print):
971 (WebCore::ChromeClientHaiku::exceededDatabaseQuota):
972 (WebCore::ChromeClientWx::reachedMaxAppCacheSize):
973 (WebCore::ChromeClientHaiku::requestGeolocationPermissionForFrame):
974 (WebCore::ChromeClientHaiku::runOpenPanel):
975 (WebCore::ChromeClientHaiku::setCursor):
976 (WebCore::ChromeClientHaiku::formStateDidChange):
977 (WebCore::ChromeClientHaiku::createHTMLParserQuirks):
978 * haiku/WebCoreSupport/ChromeClientHaiku.h: Added.
979
9802009-07-28 Robert Hogan <robert@roberthogan.net>
981
982 Reviewed by Simon Hausmann.
983
984 Add WebKit version API to Qt.
985
986 Get the current version of WebKit from WebKit/mac/Configurations/Version.xcconfig
987 at compile time and make it available to webkit ports through WebKitVersion.h.
988
989 https://bugs.webkit.org/show_bug.cgi?id=27158
990
991 * scripts/generate-webkitversion.pl: Added
992
9932009-07-24 Andrei Popescu <andreip@google.com>
994
995 ApplicationCache should have size limit
996 https://bugs.webkit.org/show_bug.cgi?id=22700
997
998 Updated the project after adding WebApplicationCache.h/mm
999
1000 * WebKit.xcodeproj/project.pbxproj:
1001
10022009-07-16 Maxime Simon <simon.maxime@gmail.com>
1003
1004 Reviewed by Eric Seidel.
1005
1006 Added InspectorClient for Haiku WebCore support.
1007 https://bugs.webkit.org/show_bug.cgi?id=26952
1008
1009 Adding two files, InspectorClientHaiku.h and InspectorClientHaiku.cpp
1010
1011 * haiku/WebCoreSupport/InspectorClientHaiku.cpp: Added.
1012 (WebCore::InspectorClientHaiku::inspectorDestroyed):
1013 (WebCore::InspectorClientHaiku::createPage):
1014 (WebCore::InspectorClientHaiku::localizedStringsURL):
1015 (WebCore::InspectorClientHaiku::hiddenPanels):
1016 (WebCore::InspectorClientHaiku::showWindow):
1017 (WebCore::InspectorClientHaiku::closeWindow):
1018 (WebCore::InspectorClientHaiku::attachWindow):
1019 (WebCore::InspectorClientHaiku::detachWindow):
1020 (WebCore::InspectorClientHaiku::setAttachedWindowHeight):
1021 (WebCore::InspectorClientHaiku::highlight):
1022 (WebCore::InspectorClientHaiku::hideHighlight):
1023 (WebCore::InspectorClientHaiku::inspectedURLChanged):
1024 (WebCore::InspectorClientHaiku::populateSetting):
1025 (WebCore::InspectorClientHaiku::storeSetting):
1026 (WebCore::InspectorClientHaiku::removeSetting):
1027 * haiku/WebCoreSupport/InspectorClientHaiku.h: Added.
1028
10292009-07-16 Maxime Simon <simon.maxime@gmail.com>
1030
1031 Reviewed by Oliver Hunt.
1032
1033 Added EditorClient for Haiku WebCore support.
1034 https://bugs.webkit.org/show_bug.cgi?id=26952
1035
1036 Adding two files, EditorClientHaiku.h and EditorClientHaiku.cpp
1037
1038 * haiku/WebCoreSupport/EditorClientHaiku.cpp: Added.
1039 (WebCore::EditorClientHaiku::EditorClientHaiku):
1040 (WebCore::EditorClientHaiku::setPage):
1041 (WebCore::EditorClientHaiku::pageDestroyed):
1042 (WebCore::EditorClientHaiku::shouldDeleteRange):
1043 (WebCore::EditorClientHaiku::shouldShowDeleteInterface):
1044 (WebCore::EditorClientHaiku::smartInsertDeleteEnabled):
1045 (WebCore::EditorClientHaiku::isSelectTrailingWhitespaceEnabled):
1046 (WebCore::EditorClientHaiku::isContinuousSpellCheckingEnabled):
1047 (WebCore::EditorClientHaiku::toggleContinuousSpellChecking):
1048 (WebCore::EditorClientHaiku::isGrammarCheckingEnabled):
1049 (WebCore::EditorClientHaiku::toggleGrammarChecking):
1050 (WebCore::EditorClientHaiku::spellCheckerDocumentTag):
1051 (WebCore::EditorClientHaiku::isEditable):
1052 (WebCore::EditorClientHaiku::shouldBeginEditing):
1053 (WebCore::EditorClientHaiku::shouldEndEditing):
1054 (WebCore::EditorClientHaiku::shouldInsertNode):
1055 (WebCore::EditorClientHaiku::shouldInsertText):
1056 (WebCore::EditorClientHaiku::shouldChangeSelectedRange):
1057 (WebCore::EditorClientHaiku::shouldApplyStyle):
1058 (WebCore::EditorClientHaiku::shouldMoveRangeAfterDelete):
1059 (WebCore::EditorClientHaiku::didBeginEditing):
1060 (WebCore::EditorClientHaiku::respondToChangedContents):
1061 (WebCore::EditorClientHaiku::respondToChangedSelection):
1062 (WebCore::EditorClientHaiku::didEndEditing):
1063 (WebCore::EditorClientHaiku::didWriteSelectionToPasteboard):
1064 (WebCore::EditorClientHaiku::didSetSelectionTypesForPasteboard):
1065 (WebCore::EditorClientHaiku::registerCommandForUndo):
1066 (WebCore::EditorClientHaiku::registerCommandForRedo):
1067 (WebCore::EditorClientHaiku::clearUndoRedoOperations):
1068 (WebCore::EditorClientHaiku::canUndo):
1069 (WebCore::EditorClientHaiku::canRedo):
1070 (WebCore::EditorClientHaiku::undo):
1071 (WebCore::EditorClientHaiku::redo):
1072 (WebCore::EditorClientHaiku::handleKeyboardEvent):
1073 (WebCore::EditorClientHaiku::handleInputMethodKeydown):
1074 (WebCore::EditorClientHaiku::textFieldDidBeginEditing):
1075 (WebCore::EditorClientHaiku::textFieldDidEndEditing):
1076 (WebCore::EditorClientHaiku::textDidChangeInTextField):
1077 (WebCore::EditorClientHaiku::doTextFieldCommandFromEvent):
1078 (WebCore::EditorClientHaiku::textWillBeDeletedInTextField):
1079 (WebCore::EditorClientHaiku::textDidChangeInTextArea):
1080 (WebCore::EditorClientHaiku::ignoreWordInSpellDocument):
1081 (WebCore::EditorClientHaiku::learnWord):
1082 (WebCore::EditorClientHaiku::checkSpellingOfString):
1083 (WebCore::EditorClientHaiku::getAutoCorrectSuggestionForMisspelledWord):
1084 (WebCore::EditorClientHaiku::checkGrammarOfString):
1085 (WebCore::EditorClientHaiku::updateSpellingUIWithGrammarString):
1086 (WebCore::EditorClientHaiku::updateSpellingUIWithMisspelledWord):
1087 (WebCore::EditorClientHaiku::showSpellingUI):
1088 (WebCore::EditorClientHaiku::spellingUIIsShowing):
1089 (WebCore::EditorClientHaiku::getGuessesForWord):
1090 (WebCore::EditorClientHaiku::setInputMethodState):
1091 (WebCore::EditorClientHaiku::isEditing):
1092 * haiku/WebCoreSupport/EditorClientHaiku.h: Added.
1093
10942009-07-16 Maxime Simon <simon.maxime@gmail.com>
1095
1096 Reviewed by Eric Seidel.
1097
1098 Added DragClient for Haiku WebCore support.
1099 https://bugs.webkit.org/show_bug.cgi?id=26952
1100
1101 Adding two files, DragClientHaiku.h and DragClientHaiku.cpp
1102
1103 * haiku/WebCoreSupport/DragClientHaiku.cpp: Added.
1104 (WebCore::DragClientHaiku::actionMaskForDrag):
1105 (WebCore::DragClientHaiku::willPerformDragDestinationAction):
1106 (WebCore::DragClientHaiku::dragControllerDestroyed):
1107 (WebCore::DragClientHaiku::dragSourceActionMaskForPoint):
1108 (WebCore::DragClientHaiku::willPerformDragSourceAction):
1109 (WebCore::DragClientHaiku::startDrag):
1110 (WebCore::DragClientHaiku::createDragImageForLink):
1111 * haiku/WebCoreSupport/DragClientHaiku.h: Added.
1112
11132009-07-16 Maxime Simon <simon.maxime@gmail.com>
1114
1115 Reviewed by Oliver Hunt.
1116
1117 Added ContextMenuClient for Haiku WebCore support.
1118 https://bugs.webkit.org/show_bug.cgi?id=26952
1119
1120 Adding two files, ContextMenuClientHaiku.h
1121 and ContextMenuClientHaiku.cpp
1122
1123 * haiku/WebCoreSupport/ContextMenuClientHaiku.cpp: Added.
1124 (WebCore::ContextMenuClientHaiku::contextMenuDestroyed):
1125 (WebCore::ContextMenuClientHaiku::getCustomMenuFromDefaultItems):
1126 (WebCore::ContextMenuClientHaiku::contextMenuItemSelected):
1127 (WebCore::ContextMenuClientHaiku::downloadURL):
1128 (WebCore::ContextMenuClientHaiku::lookUpInDictionary):
1129 (WebCore::ContextMenuClientHaiku::speak):
1130 (WebCore::ContextMenuClientHaiku::isSpeaking):
1131 (WebCore::ContextMenuClientHaiku::stopSpeaking):
1132 (WebCore::ContextMenuClientHaiku::searchWithGoogle):
1133 * haiku/WebCoreSupport/ContextMenuClientHaiku.h: Added.
1134
11352009-07-10 Adam Roben <aroben@apple.com>
1136
1137 Sort all our Xcode projects
1138
1139 Accomplished using sort-Xcode-project-file.
1140
1141 Requested by Dave Kilzer.
1142
1143 * WebKit.xcodeproj/project.pbxproj:
1144
11452009-07-02 Adam Roben <aroben@apple.com>
1146
1147 Fix warnings from update-webkit-localizable-strings
1148
1149 Rubber-stamped by Eric Carlson.
1150
1151 * English.lproj/Localizable.strings: Updated.
1152
11532009-07-02 Adam Roben <aroben@apple.com>
1154
1155 Update StringsNotToBeLocalized.txt for (not so) recent changes
1156
1157 Bug 26926: StringsNotToBeLocalized.txt is out-of-date
1158 <https://bugs.webkit.org/show_bug.cgi?id=26926>
1159
1160 Reviewed by John Sullivan.
1161
1162 * StringsNotToBeLocalized.txt:
1163
11642009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
1165
1166 Reviewed by Simon Fraser.
1167
1168 <rdar://problem/6518119>
1169
1170 Add localized strings for media controller status messages.
1171
1172 * English.lproj/Localizable.strings: Localized text.
1173
11742009-06-08 Dan Bernstein <mitz@apple.com>
1175
1176 Rubber-stamped by Mark Rowe.
1177
1178 - updated the project after giving Objective-C++ the .mm extension
1179
1180 * WebKit.xcodeproj/project.pbxproj:
1181
11822009-06-04 Sam Weinig <sam@webkit.org>
1183
1184 Reviewed by Alice Liu.
1185
1186 Move WebView internal data into WebViewData.h/mm.
1187
1188 * WebKit.xcodeproj/project.pbxproj:
1189
11902009-06-03 Sam Weinig <sam@webkit.org>
1191
1192 Reviewed by Mark Rowe.
1193
1194 Added WebDelegateImplementationCaching.h/mm
1195
1196 * WebKit.xcodeproj/project.pbxproj:
1197
11982009-06-03 Sam Weinig <sam@webkit.org>
1199
1200 Reviewed by Mark Rowe.
1201
1202 Add WebViewInternal.mm.
1203
1204 * WebKit.xcodeproj/project.pbxproj:
1205
12062009-06-03 Dan Bernstein <mitz@apple.com>
1207
1208 Reviewed by Anders Carlsson.
1209
1210 - WebKit project part of eliminating WebCoreTextRenderer
1211
1212 * WebKit.xcodeproj/project.pbxproj: Changed WebKitNSStringExtras.m to
1213 compile as Objective-C++.
1214
12152009-06-01 Darin Adler <darin@apple.com>
1216
1217 Reviewed by Maciej Stachowiak.
1218
1219 Bug 26113: break WebTextCompletionController out into its own source file
1220 https://bugs.webkit.org/show_bug.cgi?id=26113
1221
1222 * WebKit.xcodeproj/project.pbxproj: Add WebTextCompletionController.h/mm.
1223
12242009-05-28 Mark Rowe <mrowe@apple.com>
1225
1226 Rubber-stamped by Anders Carlsson.
1227
1228 Symlink WebKitPluginHost.app in to place if needed.
1229
1230 * WebKit.xcodeproj/project.pbxproj:
1231
12322009-05-24 Darin Adler <darin@apple.com>
1233
1234 * StringsNotToBeLocalized.txt: Updated for recent changes. Got rid of most full-file exceptions.
1235
12362009-05-16 Anders Carlsson <andersca@apple.com>
1237
1238 Reviewed by Sam Weinig and Dan Bernstein.
1239
1240 Fix <rdar://problem/6889644>.
1241
1242 * English.lproj/Localizable.strings:
1243
12442009-05-10 Alexey Proskuryakov <ap@webkit.org>
1245
1246 Reviewed by Dan Bernstein.
1247
1248 <rdar://problem/6870383> Have to enter credentials twice when downloading from a protected page
1249
1250 * WebKit.xcodeproj/project.pbxproj: Renamed Misc/WebDownload.m as WebDownload.mm, so that
1251 it could use C++ code from AuthenticaitonMac.h.
1252
12532009-04-27 Douglas R. Davidson <ddavidso@apple.com>
1254
1255 Add localizable strings for
1256 <rdar://problem/6724106> WebViews need to implement text checking
1257
1258 Reviewed by Justin Garcia.
1259
1260 * English.lproj/Localizable.strings:
1261
12622009-04-27 Kevin Decker <kdecker@apple.com>
1263
1264 Reviewed by Anders Carlsson.
1265
1266 <rdar://problem/6352982>
1267
1268 * WebKit.xcodeproj/project.pbxproj: Added WebNetscapeContainerCheckContextInfo.mm to the project.
1269
12702009-04-23 Kevin Decker <kdecker@apple.com>
1271
1272 Reviewed by Anders Carlsson.
1273
1274 * WebKit.xcodeproj/project.pbxproj: Added WebNetscapeContainerCheckPrivate.mm and header to the project.
1275
12762009-04-21 Adam Roben <aroben@apple.com>
1277
1278 Update StringsNotToBeLocalized.txt for recent changes
1279
1280 Rubber-stamped by John Sullivan.
1281
1282 * StringsNotToBeLocalized.txt:
1283
12842009-04-19 Darin Adler <darin@apple.com>
1285
1286 * StringsNotToBeLocalized.txt: Updated for recent changes.
1287
12882009-04-17 David Kilzer <ddkilzer@apple.com>
1289
1290 Simplify FEATURE_DEFINES definition
1291
1292 Reviewed by Darin Adler.
1293
1294 This moves FEATURE_DEFINES and its related ENABLE_FEATURE_NAME
1295 variables to their own FeatureDefines.xcconfig file. It also
1296 extracts a new ENABLE_GEOLOCATION variable so that
1297 FEATURE_DEFINES only needs to be defined once.
1298
1299 * WebKit.xcodeproj/project.pbxproj: Added
1300 FeatureDefines.xcconfig file.
1301
13022009-04-10 Timothy Hatcher <timothy@apple.com>
1303
1304 Remove DOMDocumentPrivate.h now that <rdar://problem/6730996> is fixed.
1305
1306 Rubber-stamped by Mark Rowe.
1307
1308 * WebKit.xcodeproj/project.pbxproj:
1309
13102009-04-09 Mike Thole <mthole@apple.com>
1311
1312 Reviewed by Adam Roben.
1313
1314 * WebKit.xcodeproj/project.pbxproj:
1315 Set the Localizable.strings encoding to UTF-16.
1316
13172009-04-07 Anders Carlsson <andersca@apple.com>
1318
1319 Try to fix the Leopard build once more.
1320
1321 * WebKit.xcodeproj/project.pbxproj:
1322
13232009-04-07 Anders Carlsson <andersca@apple.com>
1324
1325 Another attempt at fixing the build.
1326
1327 * WebKit.xcodeproj/project.pbxproj:
1328
13292009-04-02 Adele Peterson <adele@apple.com>
1330
1331 Reviewed by Darin Adler.
1332
1333 * WebKit.xcodeproj/project.pbxproj:
1334 Add WebDOMOperationsInternal.h and make WebDOMOperationsPrivate.h private.
1335
13362009-04-01 Greg Bolsinga <bolsinga@apple.com>
1337
1338 Reviewed by Mark Rowe.
1339
1340 https://bugs.webkit.org/show_bug.cgi?id=24990
1341 Put SECTORDER_FLAGS into xcconfig files.
1342
1343 * WebKit.xcodeproj/project.pbxproj:
1344
13452009-03-27 Darin Adler <darin@apple.com>
1346
1347 * StringsNotToBeLocalized.txt: Updated for recent changes.
1348
13492009-03-16 Darin Adler <darin@apple.com>
1350
1351 Reviewed by Dan Bernstein.
1352
1353 * English.lproj/Localizable.strings: Updated.
1354 * StringsNotToBeLocalized.txt: Updated for recent changes.
1355
13562009-03-13 Greg Bolsinga <bolsinga@apple.com>
1357
1358 Reviewed by Simon Fraser.
1359
1360 Update Geolocation perimission dialogs to be asynchronous.
1361 https://bugs.webkit.org/show_bug.cgi?id=24505
1362
1363 Add WebGeolocation, a wrapper around WebCore::Geolocation. It mimics the
1364 coding style set by WebSecurityOrigin.
1365
1366 * WebKit.xcodeproj/project.pbxproj:
1367
13682009-03-13 Anders Carlsson <andersca@apple.com>
1369
1370 Reviewed by Dan Bernstein.
1371
1372 <rdar://problem/6610666> Revise the Cocoa event model text API
1373
1374 Remove nptextinput.h
1375
1376 * WebKit.xcodeproj/project.pbxproj:
1377
13782009-03-03 David Kilzer <ddkilzer@apple.com>
1379
1380 <rdar://problem/6581203> WebCore and WebKit should install the same set of headers during installhdrs phase as build phase
1381
1382 Reviewed by Mark Rowe.
1383
1384 The fix is to add INSTALLHDRS_COPY_PHASE = YES and
1385 INSTALLHDRS_SCRIPT_PHASE = YES to WebKit.xcconfig, then to
1386 make sure various build phase scripts work with the installhdrs
1387 build phase.
1388
1389 * WebKit.xcodeproj/project.pbxproj:
1390 - Added shell code to prevent running "Check For Global
1391 Initializers", "Check For Exit Time Destructors" and "Check
1392 For Weak VTables" scripts during the installhdrs build phase.
1393 - Removed UMBRELLA_FRAMEWORKS_DIR from the Debug and Release
1394 targets since it's no longer needed after defining
1395 WEBCORE_PRIVATE_HEADERS_DIR in WebKit.xcconfig.
1396
13972009-03-03 David Kilzer <ddkilzer@apple.com>
1398
1399 Remove last vestiges of JAVASCRIPTCORE_PRIVATE_HEADERS_DIR from WebKit
1400
1401 Reviewed by Adam Roben.
1402
1403 Use of JAVASCRIPTCORE_PRIVATE_HEADERS_DIR was removed in r37465
1404 since NPAPI headers had migrated from JavaScriptCore to WebCore
1405 before that.
1406
1407 * WebKit.xcodeproj/project.pbxproj: Removed
1408 JAVASCRIPTCORE_PRIVATE_HEADERS_DIR build setting from from Debug
1409 and Release configurations.
1410
14112009-03-02 Anders Carlsson <andersca@apple.com>
1412
1413 WebNetscapePluginPackage.mm is an Objective-C++ file.
1414
1415 * WebKit.xcodeproj/project.pbxproj:
1416
14172009-03-02 Anders Carlsson <andersca@apple.com>
1418
1419 Reviewed by John Sullivan.
1420
1421 Rename WebNetscapePluginPackage.m to WebNetscapePluginPackage.mm
1422
1423 * WebKit.xcodeproj/project.pbxproj:
1424
14252009-02-20 Anders Carlsson <andersca@apple.com>
1426
1427 Reviewed by Dan Bernstein.
1428
1429 Add new files.
1430
1431 * WebKit.xcodeproj/project.pbxproj:
1432
14332009-02-13 Darin Adler <darin@apple.com>
1434
1435 * StringsNotToBeLocalized.txt: Updated for recent changes.
1436
14372009-02-07 Darin Adler <darin@apple.com>
1438
1439 * StringsNotToBeLocalized.txt: Updated for recent changes.
1440
14412009-02-04 Timothy Hatcher <timothy@apple.com>
1442
1443 Removed the WebDefaultScriptDebugDelegate now that we have CallScriptDebugDelegate.
1444
1445 <rdar://problem/6508457> Launching widget in Dashcode debugger is
1446 super-slow due forwardInvocation: calling debug delegate
1447
1448 Reviewed by Oliver Hunt.
1449
1450 * WebKit.xcodeproj/project.pbxproj:
1451
14522009-02-02 Anders Carlsson <andersca@apple.com>
1453
1454 Reviewed by Dan Bernstein.
1455
1456 Remove WebKitPluginContainerView.{h|mm}, they aren't used anywhere.
1457
1458 * WebKit.xcodeproj/project.pbxproj:
1459
14602009-01-26 Mark Rowe <mrowe@apple.com>
1461
1462 Rubber-stamped by Sam Weinig.
1463
1464 Clean up after r40240.
1465
1466 * WebKit.xcodeproj/project.pbxproj: Reinstate WebKitPluginHost.defs.
1467
14682009-01-25 Darin Adler <darin@apple.com>
1469
1470 Try to fix full build on Mac Leopard.
1471
1472 * WebKit.xcodeproj/project.pbxproj: Removed WebKitPluginClient.defs from the WebKit target.
1473 Maybe this is temporary, but I had to do it to get the full build to succeed.
1474
14752009-01-25 Mark Rowe <mrowe@apple.com>
1476
1477 Rubber-stamped by Dan Bernstein.
1478
1479 Improve the consistency of settings in our .xcconfig files.
1480
1481 * WebKit.xcodeproj/project.pbxproj:
1482
14832009-01-23 Brady Eidson <beidson@apple.com>
1484
1485 Rubberstamped by Darin Adler
1486
1487 Rename CachedPagePlatformData to CachedFramePlatformData to more accurately reflect its true role.
1488
1489 * WebKit.xcodeproj/project.pbxproj:
1490
14912009-01-20 Anders Carlsson <andersca@apple.com>
1492
1493 Reviewed by Sam Weinig.
1494
1495 Add ProxyInstance files.
1496
1497 * WebKit.xcodeproj/project.pbxproj:
1498
14992009-01-04 David Kilzer <ddkilzer@apple.com>
1500
1501 Don't install internal headers in WebKit framework
1502
1503 Reviewed by Darin Adler.
1504
1505 * WebKit.xcodeproj/project.pbxproj: Remove roles from internal
1506 headers so they're not installed.
1507
15082009-01-02 Darin Adler <darin@apple.com>
1509
1510 * StringsNotToBeLocalized.txt: Updated.
1511
15122008-12-23 Darin Adler <darin@apple.com>
1513
1514 Reviewed by Alexey Proskuryakov.
1515
1516 - fix https://bugs.webkit.org/show_bug.cgi?id=22976
1517 crash due to Mail's use of WebArchive and WebResource on non-main thread
1518
1519 * StringsNotToBeLocalized.txt: Updated.
1520
1521 * WebKit.xcodeproj/project.pbxproj: Added new file WebNSObjectExtras.mm and
1522 existing file WebResourceInternal.h.
1523
15242008-12-08 David Kilzer <ddkilzer@apple.com>
1525
1526 Bug 22555: Sort "children" sections in Xcode project files
1527
1528 <https://bugs.webkit.org/show_bug.cgi?id=22555>
1529
1530 Reviewed by Eric Seidel.
1531
1532 * WebKit.xcodeproj/project.pbxproj: Sorted.
1533
15342008-12-08 Darin Adler <darin@apple.com>
1535
1536 * StringsNotToBeLocalized.txt: Updated for recent changes.
1537
15382008-12-05 Dan Bernstein <mitz@apple.com>
1539
1540 Mac build fix.
1541
1542 * WebKit.xcodeproj/project.pbxproj:
1543
15442008-12-05 Dan Bernstein <mitz@apple.com>
1545
1546 Mac build fix.
1547
1548 * WebKit.xcodeproj/project.pbxproj:
1549
15502008-12-04 Anders Carlsson <andersca@apple.com>
1551
1552 Reviewed by Sam Weinig.
1553
1554 Add HostedNetscapePluginStream.
1555
1556 * WebKit.xcodeproj/project.pbxproj:
1557
15582008-12-03 Anders Carlsson <andersca@apple.com>
1559
1560 Reviewed by Sam Weinig.
1561
1562 Move WebPluginRequest to its own file.
1563
1564 * WebKit.xcodeproj/project.pbxproj:
1565
15662008-12-03 Steve Falkenburg <sfalken@apple.com>
1567
1568 Update strings not to be localized.
1569
1570 Reviewed by Adam Roben.
1571
1572 * StringsNotToBeLocalized.txt:
1573
15742008-11-26 Mark Rowe <mrowe@apple.com>
1575
1576 Build fix.
1577
1578 Fix up the references to files under WebKit/mac/Plugins/Hosted.
1579
1580 * WebKit.xcodeproj/project.pbxproj:
1581
15822008-11-26 Anders Carlsson <andersca@apple.com>
1583
1584 Reviewed by Mark Rowe.
1585
1586 Add plug-in host related files to the Xcode project.
1587
1588 * WebKit.xcodeproj/project.pbxproj:
1589
15902008-11-14 Dan Bernstein <mitz@apple.com>
1591
1592 Reviewed by Darin Adler.
1593
1594 - part of <rdar://problem/6234337> Add a Text Direction menu to the default context menu when appropriate
1595
1596 * English.lproj/Localizable.strings: Added the Text Direction submenu
1597 title.
1598
15992008-11-13 John Sullivan <sullivan@apple.com>
1600
1601 fixed <rdar://problem/6361578> Web Kit UI strings: a few edits
1602
1603 Reviewed by Tim Hatcher
1604
1605 * English.lproj/Localizable.strings:
1606 updated for these changes
1607
1608 * StringsNotToBeLocalized.txt:
1609 removed unused exception
1610
16112008-11-12 John Sullivan <sullivan@apple.com>
1612
1613 fixed <rdar://problem/3839110> Authentication dialogs talk about passwords being sent "in the clear"
1614
1615 Reviewed by Tim Hatcher
1616
1617 * English.lproj/Localizable.strings:
1618 * StringsNotToBeLocalized.txt:
1619 updated for this change
1620
16212008-11-10 Anders Carlsson <andersca@apple.com>
1622
1623 Reviewed by Kevin Decker.
1624
1625 Add WebHostedNetscapePluginView to the project.
1626
1627 * WebKit.xcodeproj/project.pbxproj:
1628
16292008-11-10 Anders Carlsson <andersca@apple.com>
1630
1631 Reviewed by Kevin Decker.
1632
1633 Add a new WebBaseNetscapePluginView class.
1634
1635 * WebKit.xcodeproj/project.pbxproj:
1636
16372008-11-10 Anders Carlsson <andersca@apple.com>
1638
1639 Reviewed by Adam Roben.
1640
1641 Rename WebBaseNetscapePluginView to WebNetscapePluginView.
1642
1643 * StringsNotToBeLocalized.txt:
1644 * WebKit.xcodeproj/project.pbxproj:
1645
16462008-11-05 Anders Carlsson <andersca@apple.com>
1647
1648 Reviewed by Kevin Decker.
1649
1650 Remove WebPlugInStreamLoaderDelegate.h
1651
1652 * WebKit.xcodeproj/project.pbxproj:
1653
16542008-11-03 Darin Adler <darin@apple.com>
1655
1656 Reviewed by Tim Hatcher.
1657
1658 - https://bugs.webkit.org/show_bug.cgi?id=22061
1659 create script to check for exit-time destructors
1660
1661 * WebKit.xcodeproj/project.pbxproj: Added a script
1662 phase that runs the check-for-exit-time-destructors script.
1663
16642008-10-31 Anders Carlsson <andersca@apple.com>
1665
1666 Reviewed by Kevin Decker.
1667
1668 Move WebNetscapePluginEventHandler classes to a subgroup of Netscape Plug-Ins.
1669
1670 * WebKit.xcodeproj/project.pbxproj:
1671
16722008-10-29 Matt Lilek <webkit@mattlilek.com>
1673
1674 Not reviewed, build fix.
1675
1676 * WebKit.xcodeproj/project.pbxproj:
1677
16782008-10-28 Adele Peterson <adele@apple.com>
1679
1680 Reviewed by John Sullivan.
1681
1682 Fix for https://bugs.webkit.org/show_bug.cgi?id=21880
1683 "files" string for multifile uploads needs to be localized
1684
1685 * English.lproj/Localizable.strings: Updated with new string.
1686
16872008-10-28 Adele Peterson <adele@apple.com>
1688
1689 Reviewed by Sam Weinig.
1690
1691 * English.lproj/Localizable.strings:
1692 Updated.
1693
16942008-10-27 Darin Adler <darin@apple.com>
1695
1696 * StringsNotToBeLocalized.txt: Updated for recent changes.
1697
16982008-10-24 Timothy Hatcher <timothy@apple.com>
1699
1700 Implement new InspectorClient methods to work with Settings.
1701
1702 https://bugs.webkit.org/show_bug.cgi?id=21856
1703
1704 Reviewed by Darin Adler.
1705
1706 * WebKit.xcodeproj/project.pbxproj: Add the new InspectorClientCF.cpp file.
1707
17082008-10-15 Mark Rowe <mrowe@apple.com>
1709
1710 Rubber-stamped by Brady Eidson.
1711
1712 <rdar://problem/5803460> A file named StringsNotToBeLocalized.txt file is installed Webkit.framework/Resources.
1713
1714 * WebKit.xcodeproj/project.pbxproj: Don't install StringsNotToBeLocalized.txt.
1715
17162008-10-14 Maxime Britto <britto@apple.com>
1717
1718 Reviewed by Darin Adler.
1719
1720 * WebKit.xcodeproj/project.pbxproj: Added two files for the
1721 WebTextIterator, and made the WebTextIterator.h private
1722
17232008-10-04 Mark Rowe <mrowe@apple.com>
1724
1725 Reviewed by Tim Hatcher.
1726
1727 Add a 'Check For Weak VTables' build phase to catch weak vtables as early as possible.
1728
1729 * WebKit.xcodeproj/project.pbxproj:
1730
17312008-09-24 Darin Adler <darin@apple.com>
1732
1733 * StringsNotToBeLocalized.txt: Updated for recent changes.
1734
17352008-09-15 Chris Fleizach <cfleizach@apple.com>
1736
1737 Reviewed by Darin Adler, Beth Dakin
1738
1739 Support strings for AXLists
1740
1741 * English.lproj/Localizable.strings:
1742
17432008-09-15 Anders Carlsson <andersca@apple.com>
1744
1745 Reviewed by Mitz.
1746
1747 Merge WebNetscapePluginStream into WebBaseNetscapePluginStream.
1748
1749 * WebKit.xcodeproj/project.pbxproj:
1750
17512008-09-02 Mark Rowe <mrowe@apple.com>
1752
1753 Reviewed by Tim Hatcher.
1754
1755 Build fix. Remove the now unnecessary check for "4" in the user agent string.
1756
1757 * WebKit.xcodeproj/project.pbxproj:
1758
17592008-08-17 Geoffrey Garen <ggaren@apple.com>
1760
1761 Reviewed by Cameron Zwarich.
1762
1763 Updated project files to XCode 3.1.
1764
1765 * WebKit.xcodeproj/project.pbxproj:
1766
17672008-08-15 Mark Rowe <mrowe@apple.com>
1768
1769 Rubber-stamped by Geoff Garen.
1770
1771 <rdar://problem/6139914> Please include a _debug version of JavaScriptCore framework
1772
1773 * WebKit.xcodeproj/project.pbxproj: Enable the debug variant.
1774
17752008-08-05 Anders Carlsson <andersca@apple.com>
1776
1777 Reviewed by Darin Adler.
1778
1779 Remove MainThreadObjectDeallocator.{h|mm}.
1780
1781 * WebKit.xcodeproj/project.pbxproj:
1782
17832008-08-04 Mark Rowe <mrowe@apple.com>
1784
1785 Reviewed by Darin Adler.
1786
1787 Declare empty protocols when using versions of AppKit that do not use formal protocols for delegates and data sources.
1788 Part one of fix for <rdar://problem/5853147>.
1789
1790 * WebKit.xcodeproj/project.pbxproj:
1791
17922008-07-31 David D. Kilzer <ddkilzer@webkit.org>
1793
1794 Fix layout test results for webarchive/test-xml-stylesheet.xml
1795
1796 Reviewed by Darin Adler.
1797
1798 * WebKit.xcodeproj/project.pbxproj: Added WebHTMLRepresentationInternal.h.
1799 Changed WebHTMLRepresentationInternal.h and WebHTMLRepresentationPrivate.h
1800 to private so they're copied into PrivateHeaders.
1801
18022008-07-11 Stephanie Lewis <slewis@apple.com>
1803
1804 Reviewed by Darin Adler.
1805
1806 Move WebPreferences.m to objc++ so it can include the new WTF leak counting class.
1807
1808 * WebKit.xcodeproj/project.pbxproj:
1809
18102008-07-07 Mark Rowe <mrowe@apple.com>
1811
1812 Fix references to WebRenderNode.h and WebRenderNode.mm in Xcode project
1813 so that they don't have an unnecessary ".." in the path.
1814
1815 * WebKit.xcodeproj/project.pbxproj:
1816
18172008-07-05 Mark Rowe <mrowe@apple.com>
1818
1819 Reviewed by John Sullivan.
1820
1821 Remove WebSearchableTextView as it has been unused for some time now.
1822
1823 * WebKit.xcodeproj/project.pbxproj:
1824
18252008-06-26 Anders Carlsson <andersca@apple.com>
1826
1827 Reviewed by Darin Adler.
1828
1829 Add MainThreadObjectDeallocator to sources.
1830
1831 * WebKit.xcodeproj/project.pbxproj:
1832
18332008-06-24 John Sullivan <sullivan@apple.com>
1834
1835 Rubber-stamped by Sam Weinig
1836
1837 * StringsNotToBeLocalized.txt:
1838 brought this file up to date
1839
18402008-06-17 Mark Rowe <mrowe@apple.com>
1841
1842 Reviewed by Darin Adler.
1843
1844 <rdar://problem/5775802> WebKit should not force use of GCC 4.0.
1845
1846 * WebKit.xcodeproj/project.pbxproj:
1847
18482008-05-22 Timothy Hatcher <timothy@apple.com>
1849
1850 <rdar://problem/5956403> Update the Develop menu to match the new Inspector items
1851
1852 Reviewed by Adam Roben.
1853
1854 * English.lproj/Localizable.strings: Added new strings.
1855
18562008-05-21 Anders Carlsson <andersca@apple.com>
1857
1858 Reviewed by Maciej.
1859
1860 Add WebIconFetcher files.
1861
1862 * WebKit.xcodeproj/project.pbxproj:
1863
18642008-05-16 Timothy Hatcher <timothy@apple.com>
1865
1866 Removes WebScriptDebugServer files and related calls. This removes
1867 the hooks that Drosera uses for debugging. Now that the Web Inspector
1868 has a better debugger, we don't need these anymore.
1869
1870 Reviewed by Sam Weinig.
1871
1872 * StringsNotToBeLocalized.txt:
1873 * WebKit.xcodeproj/project.pbxproj:
1874
18752008-05-13 Chris Fleizach <cfleizach@apple.com>
1876
1877 Reviewed by Beth Dakin
1878
1879 <rdar://problem/4780592> WebKit application has its window announced as HTML content
1880
1881 * English.lproj/Localizable.strings:
1882 * WebKit.xcodeproj/project.pbxproj:
1883
18842008-05-09 Anders Carlsson <andersca@apple.com>
1885
1886 Reviewed by Oliver.
1887
1888 <rdar://problem/5774495> Make Unicode text input possible in Netscape-style plug-ins
1889
1890 Add nptextinput.h as a public header.
1891
1892 * WebKit.xcodeproj/project.pbxproj:
1893
18942008-05-06 Stephanie Lewis <slewis@apple.com>
1895
1896 Reviewed by Andersca.
1897
1898 prepare for plugin fast teardown work - make WebPluginDatabase a objective C++ file.
1899
1900 * WebKit.xcodeproj/project.pbxproj:
1901
19022008-05-01 Anders Carlsson <andersca@apple.com>
1903
1904 Reviewed by Tim.
1905
1906 Remove npfunctions.h
1907
1908 * WebKit.xcodeproj/project.pbxproj:
1909
19102008-05-01 Sam Weinig <sam@webkit.org>
1911
1912 Reviewed by Anders Carlsson.
1913
1914 Turn off deprecated warnings for WebNetscapePluginEventHandlerCarbon.mm.
1915
1916 * WebKit.xcodeproj/project.pbxproj:
1917
19182008-04-30 Anders Carlsson <andersca@apple.com>
1919
1920 Reviewed by Adam.
1921
1922 Add Cocoa event handler.
1923
1924 * WebKit.xcodeproj/project.pbxproj:
1925
19262008-04-29 Anders Carlsson <andersca@apple.com>
1927
1928 Reviewed by Adam.
1929
1930 Add new event handlers.
1931
1932 * WebKit.xcodeproj/project.pbxproj:
1933
19342008-04-07 John Sullivan <sullivan@apple.com>
1935
1936 Reviewed by Tim
1937
1938 - made the JavaScript text input panel not block Quit (part of 4133196)
1939
1940 * English.lproj/WebJavaScriptTextInputPanel.nib/classes.nib:
1941 * English.lproj/WebJavaScriptTextInputPanel.nib/info.nib:
1942 * English.lproj/WebJavaScriptTextInputPanel.nib/keyedobjects.nib:
1943 Made the panel be a NonBlockingPanel
1944
19452008-04-04 Ada Chan <adachan@apple.com>
1946
1947 Updated the format string for window title for a standalone image to take integers.
1948
1949 Reviewed by Dan.
1950
1951 * English.lproj/Localizable.strings:
1952
19532008-03-28 Brady Eidson <beidson@apple.com>
1954
1955 Rubberstamped by Darin Adler
1956
1957 Remove WebArchiver.h/mm
1958
1959 * WebKit.xcodeproj/project.pbxproj:
1960
19612008-03-25 Brady Eidson <beidson@apple.com>
1962
1963 Reviewed by Darin
1964
1965 <rdar://problem/4516169> - Support WebArchives on Windows
1966
1967 * WebKit.xcodeproj/project.pbxproj:
1968
19692008-03-24 Brady Eidson <beidson@apple.com>
1970
1971 Reviewed by Darin's rubberstamp
1972
1973 Rename a .m to .mm
1974
1975 * WebKit.xcodeproj/project.pbxproj:
1976
19772008-03-20 John Sullivan <sullivan@apple.com>
1978
1979 * StringsNotToBeLocalized.txt:
1980 Brought this file up to date
1981
19822008-03-20 Adam Roben <aroben@apple.com>
1983
1984 Mark WebNodeHighlight.m and WebNodeHighlightView.m Obj-C++
1985
1986 Reviewed by Tim Hatcher.
1987
1988 * WebKit.xcodeproj/project.pbxproj:
1989
19902008-03-12 Darin Adler <darin@apple.com>
1991
1992 Reviewed by Anders.
1993
1994 - http://bugs.webkit.org/show_bug.cgi?id=17640
1995 eliminate WebCoreFrameBridge
1996
1997 * StringsNotToBeLocalized.txt: Updated for recent changes.
1998 * WebKit.xcodeproj/project.pbxproj: Removed WebFrameBridge.h and WebFrameBridge.mm.
1999
20002008-03-11 Darin Adler <darin@apple.com>
2001
2002 Reviewed by Anders.
2003
2004 * WebKit.xcodeproj/project.pbxproj: Change WebDynamicScrollBarsView.m to be Obj-C++.
2005 We can rename the file later.
2006
20072008-03-07 Mark Rowe <mrowe@apple.com>
2008
2009 Reviewed by Oliver Hunt.
2010
2011 Fix WebKit build with GCC 4.2.
2012
2013 * WebKit.xcodeproj/project.pbxproj: Mark WebTypesInternal.h as a private header so that DumpRenderTree can use it.
2014
20152008-03-06 Darin Adler <darin@apple.com>
2016
2017 * WebKit.xcodeproj/project.pbxproj: Added WebHistoryInternal.h.
2018
20192008-03-06 David D. Kilzer <ddkilzer@apple.com>
2020
2021 Name the WebKit build phase script that generates WebKit.LP64.exp.
2022
2023 * WebKit.xcodeproj/project.pbxproj: Name the build phase script
2024 that generates the 64-bit export file to match the corresponding
2025 build phase script in WebCore.
2026
20272008-03-05 Adam Roben <aroben@apple.com>
2028
2029 Remove WebCoreScriptDebugger.{h,mm}
2030
2031 Reviewed by Kevin M.
2032
2033 * WebKit.xcodeproj/project.pbxproj:
2034
20352008-03-05 Adam Roben <aroben@apple.com>
2036
2037 Rename WebCoreScriptDebuggerImp.{h,mm} to WebScriptDebugger.{h,mm}
2038
2039 Reviewed by Kevin M.
2040
2041 * WebKit.xcodeproj/project.pbxproj:
2042
20432008-03-05 Adam Roben <aroben@apple.com>
2044
2045 Remove WebScriptDebugger
2046
2047 Reviewed by Kevin M.
2048
2049 * WebKit.xcodeproj/project.pbxproj: Remove
2050 WebScriptDebugDelegatePrivate.h from the project.
2051
20522008-03-05 Adam Roben <aroben@apple.com>
2053
2054 Move WebCoreScriptDebuggerImp to its own source files
2055
2056 Reviewed by Kevin M.
2057
2058 * WebKit.xcodeproj/project.pbxproj: Added new files to the project.
2059
20602008-03-05 Adam Roben <aroben@apple.com>
2061
2062 Move WebCoreScriptDebugger to WebKit
2063
2064 Reviewed by Darin Adler.
2065
2066 * WebKit.xcodeproj/project.pbxproj: Added WebCoreScriptDebugger.{h,mm}
2067 to the project.
2068
20692008-01-26 Greg Bolsinga <bolsinga@apple.com>
2070
2071 <rdar://problem/5708388> WebDashboardRegion.h duplicated between WebCore / WebKit
2072
2073 Reviewed by Darin Adler.
2074
2075 * WebKit.xcodeproj/project.pbxproj: Removed WebDashboardRegion.h.
2076
20772008-01-23 Steve Falkenburg <sfalken@apple.com>
2078
2079 Update localization exceptions.
2080
2081 Reviewed by Darin Adler.
2082
2083 * English.lproj/Localizable.strings:
2084 * StringsNotToBeLocalized.txt:
2085
20862008-01-20 Mark Rowe <mrowe@apple.com>
2087
2088 Reviewed by Dan Bernstein.
2089
2090 Remove code bracketed by REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM as we are no longer
2091 interested in supporting Safari 2 with TOT WebKit.
2092
2093 * WebKit.xcodeproj/project.pbxproj: Don't define REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM
2094 as it is no longer used.
2095
20962008-01-03 Darin Adler <darin@apple.com>
2097
2098 - fix Safari build
2099
2100 * WebKit.xcodeproj/project.pbxproj: Mark header private (fixes Safari build).
2101
21022008-01-02 Alexey Proskuryakov <ap@webkit.org>
2103
2104 Reviewed by Darin Adler.
2105
2106 Removed "BackwardDelete", which is no longer present in source code.
2107
2108 * StringsNotToBeLocalized.txt:
2109
21102007-12-16 Mark Rowe <mrowe@apple.com>
2111
2112 Reviewed by Maciej Stachowiak.
2113
2114 Refactor Mac plugin stream code to use the shared NetscapePlugInStreamLoader implementation.
2115
2116 * WebKit.xcodeproj/project.pbxproj: Add new files.
2117
21182007-12-14 Darin Adler <darin@apple.com>
2119
2120 * StringsNotToBeLocalized.txt: Updated.
2121
21222007-12-12 Brady Eidson <beidson@apple.com>
2123
2124 Reviewed by Sam Weinig
2125
2126 Fix for <rdar://problem/4886844> and lay groundwork for <rdar://problem/4516170> (Back/Forward Cache on Windows)
2127
2128 * WebKit.xcodeproj/project.pbxproj: Added a new file
2129
21302007-12-12 Mark Rowe <mrowe@apple.com>
2131
2132 Reviewed by Dave Kilzer.
2133
2134 Remove abuse of projectDirPath from WebKit.xcodeproj to fix Production builds.
2135
2136 * WebKit.xcodeproj/project.pbxproj:
2137
21382007-11-19 Brady Eidson <beidson@apple.com>
2139
2140 Reviewed by Maciej
2141
2142 * WebKit.xcodeproj/project.pbxproj: Sorted!
2143
21442007-11-17 Timothy Hatcher <timothy@apple.com>
2145
2146 Reviewed by Mark Rowe.
2147
2148 Bug 13470: i18n: The Web Inspector is not localizable
2149 http://bugs.webkit.org/show_bug.cgi?id=13470
2150
2151 Update the localized strings and the file encoding of WebInspectorClient.mm.
2152
2153 * English.lproj/Localizable.strings:
2154 * StringsNotToBeLocalized.txt:
2155 * WebKit.xcodeproj/project.pbxproj:
2156
21572007-11-16 Mark Rowe <mrowe@apple.com>
2158
2159 Reviewed by Tim Hatcher.
2160
2161 Build WebCore as a sub-framework of WebKit in all configurations.
2162
2163 * WebKit.xcodeproj/project.pbxproj:
2164
21652007-11-16 Brady Eidson <beidson@apple.com>
2166
2167 * WebKit.xcodeproj/project.pbxproj: WebDatabaseManagerPrivate.h, also!
2168
21692007-11-16 Brady Eidson <beidson@apple.com>
2170
2171 * WebKit.xcodeproj/project.pbxproj: Mark WebSecurityOriginPrivate.h private so
2172 it is exported
2173
21742007-11-16 Brady Eidson <beidson@apple.com>
2175
2176 Reviewed by John
2177
2178 Database management API tweaks
2179
2180 * WebKit.xcodeproj/project.pbxproj:
2181
21822007-11-15 Brady Eidson <beidson@apple.com>
2183
2184 Reviewed by John
2185
2186 Stubbing out everything required for a WebKit API for databases
2187
2188 * WebKit.xcodeproj/project.pbxproj:
2189
21902007-11-12 Adam Roben <aroben@apple.com>
2191
2192 * StringsNotToBeLocalized.txt: Updated.
2193
21942007-11-08 Kevin Ollivier <kevino@theolliviers.com>
2195
2196 Adding the wx WebKit implementation.
2197
2198 Reviewed by Mark Rowe.
2199
2200 * wx: Added.
2201
22022007-11-07 Mark Rowe <mrowe@apple.com>
2203
2204 Reviewed by Kevin Decker.
2205
2206 Fix 64-bit Mac build.
2207
2208 * WebKit.xcodeproj/project.pbxproj: Change paths specified relative to SRCROOT
2209 to be relative to PROJECT_DIR. PROJECT_DIR takes into account the projectDirPath
2210 setting of the project, which in this instance includes the necessary "mac"
2211 subdirectory.
2212
Note: See TracBrowser for help on using the repository browser.