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

Last change on this file since 275 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 18.9 KB
Line 
12009-01-04 David Kilzer <[email protected]>
2
3 Don't install internal headers in WebKit framework
4
5 Reviewed by Darin Adler.
6
7 * WebKit.xcodeproj/project.pbxproj: Remove roles from internal
8 headers so they're not installed.
9
102009-01-02 Darin Adler <[email protected]>
11
12 * StringsNotToBeLocalized.txt: Updated.
13
142008-12-23 Darin Adler <[email protected]>
15
16 Reviewed by Alexey Proskuryakov.
17
18 - fix https://bugs.webkit.org/show_bug.cgi?id=22976
19 crash due to Mail's use of WebArchive and WebResource on non-main thread
20
21 * StringsNotToBeLocalized.txt: Updated.
22
23 * WebKit.xcodeproj/project.pbxproj: Added new file WebNSObjectExtras.mm and
24 existing file WebResourceInternal.h.
25
262008-12-08 David Kilzer <[email protected]>
27
28 Bug 22555: Sort "children" sections in Xcode project files
29
30 <https://bugs.webkit.org/show_bug.cgi?id=22555>
31
32 Reviewed by Eric Seidel.
33
34 * WebKit.xcodeproj/project.pbxproj: Sorted.
35
362008-12-08 Darin Adler <[email protected]>
37
38 * StringsNotToBeLocalized.txt: Updated for recent changes.
39
402008-12-05 Dan Bernstein <[email protected]>
41
42 Mac build fix.
43
44 * WebKit.xcodeproj/project.pbxproj:
45
462008-12-05 Dan Bernstein <[email protected]>
47
48 Mac build fix.
49
50 * WebKit.xcodeproj/project.pbxproj:
51
522008-12-04 Anders Carlsson <[email protected]>
53
54 Reviewed by Sam Weinig.
55
56 Add HostedNetscapePluginStream.
57
58 * WebKit.xcodeproj/project.pbxproj:
59
602008-12-03 Anders Carlsson <[email protected]>
61
62 Reviewed by Sam Weinig.
63
64 Move WebPluginRequest to its own file.
65
66 * WebKit.xcodeproj/project.pbxproj:
67
682008-12-03 Steve Falkenburg <[email protected]>
69
70 Update strings not to be localized.
71
72 Reviewed by Adam Roben.
73
74 * StringsNotToBeLocalized.txt:
75
762008-11-26 Mark Rowe <[email protected]>
77
78 Build fix.
79
80 Fix up the references to files under WebKit/mac/Plugins/Hosted.
81
82 * WebKit.xcodeproj/project.pbxproj:
83
842008-11-26 Anders Carlsson <[email protected]>
85
86 Reviewed by Mark Rowe.
87
88 Add plug-in host related files to the Xcode project.
89
90 * WebKit.xcodeproj/project.pbxproj:
91
922008-11-14 Dan Bernstein <[email protected]>
93
94 Reviewed by Darin Adler.
95
96 - part of <rdar://problem/6234337> Add a Text Direction menu to the default context menu when appropriate
97
98 * English.lproj/Localizable.strings: Added the Text Direction submenu
99 title.
100
1012008-11-13 John Sullivan <[email protected]>
102
103 fixed <rdar://problem/6361578> Web Kit UI strings: a few edits
104
105 Reviewed by Tim Hatcher
106
107 * English.lproj/Localizable.strings:
108 updated for these changes
109
110 * StringsNotToBeLocalized.txt:
111 removed unused exception
112
1132008-11-12 John Sullivan <[email protected]>
114
115 fixed <rdar://problem/3839110> Authentication dialogs talk about passwords being sent "in the clear"
116
117 Reviewed by Tim Hatcher
118
119 * English.lproj/Localizable.strings:
120 * StringsNotToBeLocalized.txt:
121 updated for this change
122
1232008-11-10 Anders Carlsson <[email protected]>
124
125 Reviewed by Kevin Decker.
126
127 Add WebHostedNetscapePluginView to the project.
128
129 * WebKit.xcodeproj/project.pbxproj:
130
1312008-11-10 Anders Carlsson <[email protected]>
132
133 Reviewed by Kevin Decker.
134
135 Add a new WebBaseNetscapePluginView class.
136
137 * WebKit.xcodeproj/project.pbxproj:
138
1392008-11-10 Anders Carlsson <[email protected]>
140
141 Reviewed by Adam Roben.
142
143 Rename WebBaseNetscapePluginView to WebNetscapePluginView.
144
145 * StringsNotToBeLocalized.txt:
146 * WebKit.xcodeproj/project.pbxproj:
147
1482008-11-05 Anders Carlsson <[email protected]>
149
150 Reviewed by Kevin Decker.
151
152 Remove WebPlugInStreamLoaderDelegate.h
153
154 * WebKit.xcodeproj/project.pbxproj:
155
1562008-11-03 Darin Adler <[email protected]>
157
158 Reviewed by Tim Hatcher.
159
160 - https://bugs.webkit.org/show_bug.cgi?id=22061
161 create script to check for exit-time destructors
162
163 * WebKit.xcodeproj/project.pbxproj: Added a script
164 phase that runs the check-for-exit-time-destructors script.
165
1662008-10-31 Anders Carlsson <[email protected]>
167
168 Reviewed by Kevin Decker.
169
170 Move WebNetscapePluginEventHandler classes to a subgroup of Netscape Plug-Ins.
171
172 * WebKit.xcodeproj/project.pbxproj:
173
1742008-10-29 Matt Lilek <[email protected]>
175
176 Not reviewed, build fix.
177
178 * WebKit.xcodeproj/project.pbxproj:
179
1802008-10-28 Adele Peterson <[email protected]>
181
182 Reviewed by John Sullivan.
183
184 Fix for https://bugs.webkit.org/show_bug.cgi?id=21880
185 "files" string for multifile uploads needs to be localized
186
187 * English.lproj/Localizable.strings: Updated with new string.
188
1892008-10-28 Adele Peterson <[email protected]>
190
191 Reviewed by Sam Weinig.
192
193 * English.lproj/Localizable.strings:
194 Updated.
195
1962008-10-27 Darin Adler <[email protected]>
197
198 * StringsNotToBeLocalized.txt: Updated for recent changes.
199
2002008-10-24 Timothy Hatcher <[email protected]>
201
202 Implement new InspectorClient methods to work with Settings.
203
204 https://bugs.webkit.org/show_bug.cgi?id=21856
205
206 Reviewed by Darin Adler.
207
208 * WebKit.xcodeproj/project.pbxproj: Add the new InspectorClientCF.cpp file.
209
2102008-10-15 Mark Rowe <[email protected]>
211
212 Rubber-stamped by Brady Eidson.
213
214 <rdar://problem/5803460> A file named StringsNotToBeLocalized.txt file is installed Webkit.framework/Resources.
215
216 * WebKit.xcodeproj/project.pbxproj: Don't install StringsNotToBeLocalized.txt.
217
2182008-10-14 Maxime Britto <[email protected]>
219
220 Reviewed by Darin Adler.
221
222 * WebKit.xcodeproj/project.pbxproj: Added two files for the
223 WebTextIterator, and made the WebTextIterator.h private
224
2252008-10-04 Mark Rowe <[email protected]>
226
227 Reviewed by Tim Hatcher.
228
229 Add a 'Check For Weak VTables' build phase to catch weak vtables as early as possible.
230
231 * WebKit.xcodeproj/project.pbxproj:
232
2332008-09-24 Darin Adler <[email protected]>
234
235 * StringsNotToBeLocalized.txt: Updated for recent changes.
236
2372008-09-15 Chris Fleizach <[email protected]>
238
239 Reviewed by Darin Adler, Beth Dakin
240
241 Support strings for AXLists
242
243 * English.lproj/Localizable.strings:
244
2452008-09-15 Anders Carlsson <[email protected]>
246
247 Reviewed by Mitz.
248
249 Merge WebNetscapePluginStream into WebBaseNetscapePluginStream.
250
251 * WebKit.xcodeproj/project.pbxproj:
252
2532008-09-02 Mark Rowe <[email protected]>
254
255 Reviewed by Tim Hatcher.
256
257 Build fix. Remove the now unnecessary check for "4" in the user agent string.
258
259 * WebKit.xcodeproj/project.pbxproj:
260
2612008-08-17 Geoffrey Garen <[email protected]>
262
263 Reviewed by Cameron Zwarich.
264
265 Updated project files to XCode 3.1.
266
267 * WebKit.xcodeproj/project.pbxproj:
268
2692008-08-15 Mark Rowe <[email protected]>
270
271 Rubber-stamped by Geoff Garen.
272
273 <rdar://problem/6139914> Please include a _debug version of JavaScriptCore framework
274
275 * WebKit.xcodeproj/project.pbxproj: Enable the debug variant.
276
2772008-08-05 Anders Carlsson <[email protected]>
278
279 Reviewed by Darin Adler.
280
281 Remove MainThreadObjectDeallocator.{h|mm}.
282
283 * WebKit.xcodeproj/project.pbxproj:
284
2852008-08-04 Mark Rowe <[email protected]>
286
287 Reviewed by Darin Adler.
288
289 Declare empty protocols when using versions of AppKit that do not use formal protocols for delegates and data sources.
290 Part one of fix for <rdar://problem/5853147>.
291
292 * WebKit.xcodeproj/project.pbxproj:
293
2942008-07-31 David D. Kilzer <[email protected]>
295
296 Fix layout test results for webarchive/test-xml-stylesheet.xml
297
298 Reviewed by Darin Adler.
299
300 * WebKit.xcodeproj/project.pbxproj: Added WebHTMLRepresentationInternal.h.
301 Changed WebHTMLRepresentationInternal.h and WebHTMLRepresentationPrivate.h
302 to private so they're copied into PrivateHeaders.
303
3042008-07-11 Stephanie Lewis <[email protected]>
305
306 Reviewed by Darin Adler.
307
308 Move WebPreferences.m to objc++ so it can include the new WTF leak counting class.
309
310 * WebKit.xcodeproj/project.pbxproj:
311
3122008-07-07 Mark Rowe <[email protected]>
313
314 Fix references to WebRenderNode.h and WebRenderNode.mm in Xcode project
315 so that they don't have an unnecessary ".." in the path.
316
317 * WebKit.xcodeproj/project.pbxproj:
318
3192008-07-05 Mark Rowe <[email protected]>
320
321 Reviewed by John Sullivan.
322
323 Remove WebSearchableTextView as it has been unused for some time now.
324
325 * WebKit.xcodeproj/project.pbxproj:
326
3272008-06-26 Anders Carlsson <[email protected]>
328
329 Reviewed by Darin Adler.
330
331 Add MainThreadObjectDeallocator to sources.
332
333 * WebKit.xcodeproj/project.pbxproj:
334
3352008-06-24 John Sullivan <[email protected]>
336
337 Rubber-stamped by Sam Weinig
338
339 * StringsNotToBeLocalized.txt:
340 brought this file up to date
341
3422008-06-17 Mark Rowe <[email protected]>
343
344 Reviewed by Darin Adler.
345
346 <rdar://problem/5775802> WebKit should not force use of GCC 4.0.
347
348 * WebKit.xcodeproj/project.pbxproj:
349
3502008-05-22 Timothy Hatcher <[email protected]>
351
352 <rdar://problem/5956403> Update the Develop menu to match the new Inspector items
353
354 Reviewed by Adam Roben.
355
356 * English.lproj/Localizable.strings: Added new strings.
357
3582008-05-21 Anders Carlsson <[email protected]>
359
360 Reviewed by Maciej.
361
362 Add WebIconFetcher files.
363
364 * WebKit.xcodeproj/project.pbxproj:
365
3662008-05-16 Timothy Hatcher <[email protected]>
367
368 Removes WebScriptDebugServer files and related calls. This removes
369 the hooks that Drosera uses for debugging. Now that the Web Inspector
370 has a better debugger, we don't need these anymore.
371
372 Reviewed by Sam Weinig.
373
374 * StringsNotToBeLocalized.txt:
375 * WebKit.xcodeproj/project.pbxproj:
376
3772008-05-13 Chris Fleizach <[email protected]>
378
379 Reviewed by Beth Dakin
380
381 <rdar://problem/4780592> WebKit application has its window announced as HTML content
382
383 * English.lproj/Localizable.strings:
384 * WebKit.xcodeproj/project.pbxproj:
385
3862008-05-09 Anders Carlsson <[email protected]>
387
388 Reviewed by Oliver.
389
390 <rdar://problem/5774495> Make Unicode text input possible in Netscape-style plug-ins
391
392 Add nptextinput.h as a public header.
393
394 * WebKit.xcodeproj/project.pbxproj:
395
3962008-05-06 Stephanie Lewis <[email protected]>
397
398 Reviewed by Andersca.
399
400 prepare for plugin fast teardown work - make WebPluginDatabase a objective C++ file.
401
402 * WebKit.xcodeproj/project.pbxproj:
403
4042008-05-01 Anders Carlsson <[email protected]>
405
406 Reviewed by Tim.
407
408 Remove npfunctions.h
409
410 * WebKit.xcodeproj/project.pbxproj:
411
4122008-05-01 Sam Weinig <[email protected]>
413
414 Reviewed by Anders Carlsson.
415
416 Turn off deprecated warnings for WebNetscapePluginEventHandlerCarbon.mm.
417
418 * WebKit.xcodeproj/project.pbxproj:
419
4202008-04-30 Anders Carlsson <[email protected]>
421
422 Reviewed by Adam.
423
424 Add Cocoa event handler.
425
426 * WebKit.xcodeproj/project.pbxproj:
427
4282008-04-29 Anders Carlsson <[email protected]>
429
430 Reviewed by Adam.
431
432 Add new event handlers.
433
434 * WebKit.xcodeproj/project.pbxproj:
435
4362008-04-07 John Sullivan <[email protected]>
437
438 Reviewed by Tim
439
440 - made the JavaScript text input panel not block Quit (part of 4133196)
441
442 * English.lproj/WebJavaScriptTextInputPanel.nib/classes.nib:
443 * English.lproj/WebJavaScriptTextInputPanel.nib/info.nib:
444 * English.lproj/WebJavaScriptTextInputPanel.nib/keyedobjects.nib:
445 Made the panel be a NonBlockingPanel
446
4472008-04-04 Ada Chan <[email protected]>
448
449 Updated the format string for window title for a standalone image to take integers.
450
451 Reviewed by Dan.
452
453 * English.lproj/Localizable.strings:
454
4552008-03-28 Brady Eidson <[email protected]>
456
457 Rubberstamped by Darin Adler
458
459 Remove WebArchiver.h/mm
460
461 * WebKit.xcodeproj/project.pbxproj:
462
4632008-03-25 Brady Eidson <[email protected]>
464
465 Reviewed by Darin
466
467 <rdar://problem/4516169> - Support WebArchives on Windows
468
469 * WebKit.xcodeproj/project.pbxproj:
470
4712008-03-24 Brady Eidson <[email protected]>
472
473 Reviewed by Darin's rubberstamp
474
475 Rename a .m to .mm
476
477 * WebKit.xcodeproj/project.pbxproj:
478
4792008-03-20 John Sullivan <[email protected]>
480
481 * StringsNotToBeLocalized.txt:
482 Brought this file up to date
483
4842008-03-20 Adam Roben <[email protected]>
485
486 Mark WebNodeHighlight.m and WebNodeHighlightView.m Obj-C++
487
488 Reviewed by Tim Hatcher.
489
490 * WebKit.xcodeproj/project.pbxproj:
491
4922008-03-12 Darin Adler <[email protected]>
493
494 Reviewed by Anders.
495
496 - http://bugs.webkit.org/show_bug.cgi?id=17640
497 eliminate WebCoreFrameBridge
498
499 * StringsNotToBeLocalized.txt: Updated for recent changes.
500 * WebKit.xcodeproj/project.pbxproj: Removed WebFrameBridge.h and WebFrameBridge.mm.
501
5022008-03-11 Darin Adler <[email protected]>
503
504 Reviewed by Anders.
505
506 * WebKit.xcodeproj/project.pbxproj: Change WebDynamicScrollBarsView.m to be Obj-C++.
507 We can rename the file later.
508
5092008-03-07 Mark Rowe <[email protected]>
510
511 Reviewed by Oliver Hunt.
512
513 Fix WebKit build with GCC 4.2.
514
515 * WebKit.xcodeproj/project.pbxproj: Mark WebTypesInternal.h as a private header so that DumpRenderTree can use it.
516
5172008-03-06 Darin Adler <[email protected]>
518
519 * WebKit.xcodeproj/project.pbxproj: Added WebHistoryInternal.h.
520
5212008-03-06 David D. Kilzer <[email protected]>
522
523 Name the WebKit build phase script that generates WebKit.LP64.exp.
524
525 * WebKit.xcodeproj/project.pbxproj: Name the build phase script
526 that generates the 64-bit export file to match the corresponding
527 build phase script in WebCore.
528
5292008-03-05 Adam Roben <[email protected]>
530
531 Remove WebCoreScriptDebugger.{h,mm}
532
533 Reviewed by Kevin M.
534
535 * WebKit.xcodeproj/project.pbxproj:
536
5372008-03-05 Adam Roben <[email protected]>
538
539 Rename WebCoreScriptDebuggerImp.{h,mm} to WebScriptDebugger.{h,mm}
540
541 Reviewed by Kevin M.
542
543 * WebKit.xcodeproj/project.pbxproj:
544
5452008-03-05 Adam Roben <[email protected]>
546
547 Remove WebScriptDebugger
548
549 Reviewed by Kevin M.
550
551 * WebKit.xcodeproj/project.pbxproj: Remove
552 WebScriptDebugDelegatePrivate.h from the project.
553
5542008-03-05 Adam Roben <[email protected]>
555
556 Move WebCoreScriptDebuggerImp to its own source files
557
558 Reviewed by Kevin M.
559
560 * WebKit.xcodeproj/project.pbxproj: Added new files to the project.
561
5622008-03-05 Adam Roben <[email protected]>
563
564 Move WebCoreScriptDebugger to WebKit
565
566 Reviewed by Darin Adler.
567
568 * WebKit.xcodeproj/project.pbxproj: Added WebCoreScriptDebugger.{h,mm}
569 to the project.
570
5712008-01-26 Greg Bolsinga <[email protected]>
572
573 <rdar://problem/5708388> WebDashboardRegion.h duplicated between WebCore / WebKit
574
575 Reviewed by Darin Adler.
576
577 * WebKit.xcodeproj/project.pbxproj: Removed WebDashboardRegion.h.
578
5792008-01-23 Steve Falkenburg <[email protected]>
580
581 Update localization exceptions.
582
583 Reviewed by Darin Adler.
584
585 * English.lproj/Localizable.strings:
586 * StringsNotToBeLocalized.txt:
587
5882008-01-20 Mark Rowe <[email protected]>
589
590 Reviewed by Dan Bernstein.
591
592 Remove code bracketed by REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM as we are no longer
593 interested in supporting Safari 2 with TOT WebKit.
594
595 * WebKit.xcodeproj/project.pbxproj: Don't define REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM
596 as it is no longer used.
597
5982008-01-03 Darin Adler <[email protected]>
599
600 - fix Safari build
601
602 * WebKit.xcodeproj/project.pbxproj: Mark header private (fixes Safari build).
603
6042008-01-02 Alexey Proskuryakov <[email protected]>
605
606 Reviewed by Darin Adler.
607
608 Removed "BackwardDelete", which is no longer present in source code.
609
610 * StringsNotToBeLocalized.txt:
611
6122007-12-16 Mark Rowe <[email protected]>
613
614 Reviewed by Maciej Stachowiak.
615
616 Refactor Mac plugin stream code to use the shared NetscapePlugInStreamLoader implementation.
617
618 * WebKit.xcodeproj/project.pbxproj: Add new files.
619
6202007-12-14 Darin Adler <[email protected]>
621
622 * StringsNotToBeLocalized.txt: Updated.
623
6242007-12-12 Brady Eidson <[email protected]>
625
626 Reviewed by Sam Weinig
627
628 Fix for <rdar://problem/4886844> and lay groundwork for <rdar://problem/4516170> (Back/Forward Cache on Windows)
629
630 * WebKit.xcodeproj/project.pbxproj: Added a new file
631
6322007-12-12 Mark Rowe <[email protected]>
633
634 Reviewed by Dave Kilzer.
635
636 Remove abuse of projectDirPath from WebKit.xcodeproj to fix Production builds.
637
638 * WebKit.xcodeproj/project.pbxproj:
639
6402007-11-19 Brady Eidson <[email protected]>
641
642 Reviewed by Maciej
643
644 * WebKit.xcodeproj/project.pbxproj: Sorted!
645
6462007-11-17 Timothy Hatcher <[email protected]>
647
648 Reviewed by Mark Rowe.
649
650 Bug 13470: i18n: The Web Inspector is not localizable
651 http://bugs.webkit.org/show_bug.cgi?id=13470
652
653 Update the localized strings and the file encoding of WebInspectorClient.mm.
654
655 * English.lproj/Localizable.strings:
656 * StringsNotToBeLocalized.txt:
657 * WebKit.xcodeproj/project.pbxproj:
658
6592007-11-16 Mark Rowe <[email protected]>
660
661 Reviewed by Tim Hatcher.
662
663 Build WebCore as a sub-framework of WebKit in all configurations.
664
665 * WebKit.xcodeproj/project.pbxproj:
666
6672007-11-16 Brady Eidson <[email protected]>
668
669 * WebKit.xcodeproj/project.pbxproj: WebDatabaseManagerPrivate.h, also!
670
6712007-11-16 Brady Eidson <[email protected]>
672
673 * WebKit.xcodeproj/project.pbxproj: Mark WebSecurityOriginPrivate.h private so
674 it is exported
675
6762007-11-16 Brady Eidson <[email protected]>
677
678 Reviewed by John
679
680 Database management API tweaks
681
682 * WebKit.xcodeproj/project.pbxproj:
683
6842007-11-15 Brady Eidson <[email protected]>
685
686 Reviewed by John
687
688 Stubbing out everything required for a WebKit API for databases
689
690 * WebKit.xcodeproj/project.pbxproj:
691
6922007-11-12 Adam Roben <[email protected]>
693
694 * StringsNotToBeLocalized.txt: Updated.
695
6962007-11-08 Kevin Ollivier <[email protected]>
697
698 Adding the wx WebKit implementation.
699
700 Reviewed by Mark Rowe.
701
702 * wx: Added.
703
7042007-11-07 Mark Rowe <[email protected]>
705
706 Reviewed by Kevin Decker.
707
708 Fix 64-bit Mac build.
709
710 * WebKit.xcodeproj/project.pbxproj: Change paths specified relative to SRCROOT
711 to be relative to PROJECT_DIR. PROJECT_DIR takes into account the projectDirPath
712 setting of the project, which in this instance includes the necessary "mac"
713 subdirectory.
714
Note: See TracBrowser for help on using the repository browser.