OSDN Git Service

Merge commit 'ecc88d' into manualmerge
[android-x86/external-webkit.git] / WebKit / ChangeLog
1 2009-03-16  Darin Adler  <darin@apple.com>
2
3         Reviewed by Dan Bernstein.
4
5         * English.lproj/Localizable.strings: Updated.
6         * StringsNotToBeLocalized.txt: Updated for recent changes.
7
8 2009-03-13  Greg Bolsinga  <bolsinga@apple.com>
9
10         Reviewed by Simon Fraser.
11
12         Update Geolocation perimission dialogs to be asynchronous.
13         https://bugs.webkit.org/show_bug.cgi?id=24505
14
15         Add WebGeolocation, a wrapper around WebCore::Geolocation. It mimics the
16         coding style set by WebSecurityOrigin.
17
18         * WebKit.xcodeproj/project.pbxproj:
19
20 2009-03-13  Anders Carlsson  <andersca@apple.com>
21
22         Reviewed by Dan Bernstein.
23
24         <rdar://problem/6610666> Revise the Cocoa event model text API
25         
26         Remove nptextinput.h
27         
28         * WebKit.xcodeproj/project.pbxproj:
29
30 2009-03-03  David Kilzer  <ddkilzer@apple.com>
31
32         <rdar://problem/6581203> WebCore and WebKit should install the same set of headers during installhdrs phase as build phase
33
34         Reviewed by Mark Rowe.
35
36         The fix is to add INSTALLHDRS_COPY_PHASE = YES and
37         INSTALLHDRS_SCRIPT_PHASE = YES to WebKit.xcconfig, then to
38         make sure various build phase scripts work with the installhdrs
39         build phase.
40
41         * WebKit.xcodeproj/project.pbxproj:
42         - Added shell code to prevent running "Check For Global
43           Initializers", "Check For Exit Time Destructors" and "Check
44           For Weak VTables" scripts during the installhdrs build phase.
45         - Removed UMBRELLA_FRAMEWORKS_DIR from the Debug and Release
46           targets since it's no longer needed after defining
47           WEBCORE_PRIVATE_HEADERS_DIR in WebKit.xcconfig.
48
49 2009-03-03  David Kilzer  <ddkilzer@apple.com>
50
51         Remove last vestiges of JAVASCRIPTCORE_PRIVATE_HEADERS_DIR from WebKit
52
53         Reviewed by Adam Roben.
54
55         Use of JAVASCRIPTCORE_PRIVATE_HEADERS_DIR was removed in r37465
56         since NPAPI headers had migrated from JavaScriptCore to WebCore
57         before that.
58
59         * WebKit.xcodeproj/project.pbxproj: Removed
60         JAVASCRIPTCORE_PRIVATE_HEADERS_DIR build setting from from Debug
61         and Release configurations.
62
63 2009-03-02  Anders Carlsson  <andersca@apple.com>
64
65         WebNetscapePluginPackage.mm is an Objective-C++ file.
66
67         * WebKit.xcodeproj/project.pbxproj:
68
69 2009-03-02  Anders Carlsson  <andersca@apple.com>
70
71         Reviewed by John Sullivan.
72
73         Rename WebNetscapePluginPackage.m to WebNetscapePluginPackage.mm
74         
75         * WebKit.xcodeproj/project.pbxproj:
76
77 2009-02-20  Anders Carlsson  <andersca@apple.com>
78
79         Reviewed by Dan Bernstein.
80
81         Add new files.
82         
83         * WebKit.xcodeproj/project.pbxproj:
84
85 2009-02-13  Darin Adler  <darin@apple.com>
86
87         * StringsNotToBeLocalized.txt: Updated for recent changes.
88
89 2009-02-07  Darin Adler  <darin@apple.com>
90
91         * StringsNotToBeLocalized.txt: Updated for recent changes.
92
93 2009-02-04  Timothy Hatcher  <timothy@apple.com>
94
95         Removed the WebDefaultScriptDebugDelegate now that we have CallScriptDebugDelegate.
96
97         <rdar://problem/6508457> Launching widget in Dashcode debugger is
98         super-slow due forwardInvocation: calling debug delegate
99
100         Reviewed by Oliver Hunt.
101
102         * WebKit.xcodeproj/project.pbxproj:
103
104 2009-02-02  Anders Carlsson  <andersca@apple.com>
105
106         Reviewed by Dan Bernstein.
107         
108         Remove WebKitPluginContainerView.{h|mm}, they aren't used anywhere.
109         
110         * WebKit.xcodeproj/project.pbxproj:
111
112 2009-01-26  Mark Rowe  <mrowe@apple.com>
113
114         Rubber-stamped by Sam Weinig.
115
116         Clean up after r40240.
117
118         * WebKit.xcodeproj/project.pbxproj: Reinstate WebKitPluginHost.defs.
119
120 2009-01-25  Darin Adler  <darin@apple.com>
121
122         Try to fix full build on Mac Leopard.
123
124         * WebKit.xcodeproj/project.pbxproj: Removed WebKitPluginClient.defs from the WebKit target.
125         Maybe this is temporary, but I had to do it to get the full build to succeed.
126
127 2009-01-25  Mark Rowe  <mrowe@apple.com>
128
129         Rubber-stamped by Dan Bernstein.
130
131         Improve the consistency of settings in our .xcconfig files.
132
133         * WebKit.xcodeproj/project.pbxproj:
134
135 2009-01-23  Brady Eidson  <beidson@apple.com>
136
137         Rubberstamped by Darin Adler
138
139         Rename CachedPagePlatformData to CachedFramePlatformData to more accurately reflect its true role.
140
141         * WebKit.xcodeproj/project.pbxproj:
142
143 2009-01-20  Anders Carlsson  <andersca@apple.com>
144
145         Reviewed by Sam Weinig.
146
147         Add ProxyInstance files.
148         
149         * WebKit.xcodeproj/project.pbxproj:
150
151 2009-01-04  David Kilzer  <ddkilzer@apple.com>
152
153         Don't install internal headers in WebKit framework
154
155         Reviewed by Darin Adler.
156
157         * WebKit.xcodeproj/project.pbxproj: Remove roles from internal
158         headers so they're not installed.
159
160 2009-01-02  Darin Adler  <darin@apple.com>
161
162         * StringsNotToBeLocalized.txt: Updated.
163
164 2008-12-23  Darin Adler  <darin@apple.com>
165
166         Reviewed by Alexey Proskuryakov.
167
168         - fix https://bugs.webkit.org/show_bug.cgi?id=22976
169           crash due to Mail's use of WebArchive and WebResource on non-main thread
170
171         * StringsNotToBeLocalized.txt: Updated.
172
173         * WebKit.xcodeproj/project.pbxproj: Added new file WebNSObjectExtras.mm and
174         existing file WebResourceInternal.h.
175
176 2008-12-08  David Kilzer  <ddkilzer@apple.com>
177
178         Bug 22555: Sort "children" sections in Xcode project files
179
180         <https://bugs.webkit.org/show_bug.cgi?id=22555>
181
182         Reviewed by Eric Seidel.
183
184         * WebKit.xcodeproj/project.pbxproj: Sorted.
185
186 2008-12-08  Darin Adler  <darin@apple.com>
187
188         * StringsNotToBeLocalized.txt: Updated for recent changes.
189
190 2008-12-05  Dan Bernstein  <mitz@apple.com>
191
192         Mac build fix.
193
194         * WebKit.xcodeproj/project.pbxproj:
195
196 2008-12-05  Dan Bernstein  <mitz@apple.com>
197
198         Mac build fix.
199
200         * WebKit.xcodeproj/project.pbxproj:
201
202 2008-12-04  Anders Carlsson  <andersca@apple.com>
203
204         Reviewed by Sam Weinig.
205
206         Add HostedNetscapePluginStream.
207         
208         * WebKit.xcodeproj/project.pbxproj:
209
210 2008-12-03  Anders Carlsson  <andersca@apple.com>
211
212         Reviewed by Sam Weinig.
213         
214         Move WebPluginRequest to its own file.
215         
216         * WebKit.xcodeproj/project.pbxproj:
217
218 2008-12-03  Steve Falkenburg  <sfalken@apple.com>
219
220         Update strings not to be localized.
221
222         Reviewed by Adam Roben.
223
224         * StringsNotToBeLocalized.txt:
225
226 2008-11-26  Mark Rowe  <mrowe@apple.com>
227
228         Build fix.
229
230         Fix up the references to files under WebKit/mac/Plugins/Hosted.
231
232         * WebKit.xcodeproj/project.pbxproj:
233
234 2008-11-26  Anders Carlsson  <andersca@apple.com>
235
236         Reviewed by Mark Rowe.
237
238         Add plug-in host related files to the Xcode project.
239         
240         * WebKit.xcodeproj/project.pbxproj:
241
242 2008-11-14  Dan Bernstein  <mitz@apple.com>
243
244         Reviewed by Darin Adler.
245
246         - part of <rdar://problem/6234337> Add a Text Direction menu to the default context menu when appropriate
247
248         * English.lproj/Localizable.strings: Added the Text Direction submenu
249         title.
250
251 2008-11-13  John Sullivan  <sullivan@apple.com>
252
253         fixed <rdar://problem/6361578> Web Kit UI strings: a few edits
254
255         Reviewed by Tim Hatcher
256
257         * English.lproj/Localizable.strings:
258         updated for these changes
259         
260         * StringsNotToBeLocalized.txt:
261         removed unused exception
262
263 2008-11-12  John Sullivan  <sullivan@apple.com>
264
265         fixed <rdar://problem/3839110> Authentication dialogs talk about passwords being sent "in the clear"
266
267         Reviewed by Tim Hatcher
268
269         * English.lproj/Localizable.strings:
270         * StringsNotToBeLocalized.txt:
271         updated for this change
272
273 2008-11-10  Anders Carlsson  <andersca@apple.com>
274
275         Reviewed by Kevin Decker.
276         
277         Add WebHostedNetscapePluginView to the project.
278         
279         * WebKit.xcodeproj/project.pbxproj:
280
281 2008-11-10  Anders Carlsson  <andersca@apple.com>
282
283         Reviewed by Kevin Decker.
284
285         Add a new WebBaseNetscapePluginView class.
286         
287         * WebKit.xcodeproj/project.pbxproj:
288
289 2008-11-10  Anders Carlsson  <andersca@apple.com>
290
291         Reviewed by Adam Roben.
292                 
293         Rename WebBaseNetscapePluginView to WebNetscapePluginView.
294
295         * StringsNotToBeLocalized.txt:
296         * WebKit.xcodeproj/project.pbxproj:
297
298 2008-11-05  Anders Carlsson  <andersca@apple.com>
299
300         Reviewed by Kevin Decker.
301
302         Remove WebPlugInStreamLoaderDelegate.h
303         
304         * WebKit.xcodeproj/project.pbxproj:
305
306 2008-11-03  Darin Adler  <darin@apple.com>
307
308         Reviewed by Tim Hatcher.
309
310         - https://bugs.webkit.org/show_bug.cgi?id=22061
311           create script to check for exit-time destructors
312
313         * WebKit.xcodeproj/project.pbxproj: Added a script
314         phase that runs the check-for-exit-time-destructors script.
315
316 2008-10-31  Anders Carlsson  <andersca@apple.com>
317
318         Reviewed by Kevin Decker.
319
320         Move WebNetscapePluginEventHandler classes to a subgroup of Netscape Plug-Ins.
321         
322         * WebKit.xcodeproj/project.pbxproj:
323
324 2008-10-29  Matt Lilek  <webkit@mattlilek.com>
325
326         Not reviewed, build fix.
327
328         * WebKit.xcodeproj/project.pbxproj:
329
330 2008-10-28  Adele Peterson  <adele@apple.com>
331
332         Reviewed by John Sullivan.
333
334         Fix for https://bugs.webkit.org/show_bug.cgi?id=21880
335         "files" string for multifile uploads needs to be localized
336
337         * English.lproj/Localizable.strings: Updated with new string.
338
339 2008-10-28  Adele Peterson  <adele@apple.com>
340
341         Reviewed by Sam Weinig. 
342
343         * English.lproj/Localizable.strings:
344         Updated.
345
346 2008-10-27  Darin Adler  <darin@apple.com>
347
348         * StringsNotToBeLocalized.txt: Updated for recent changes.
349
350 2008-10-24  Timothy Hatcher  <timothy@apple.com>
351
352         Implement new InspectorClient methods to work with Settings.
353
354         https://bugs.webkit.org/show_bug.cgi?id=21856
355
356         Reviewed by Darin Adler.
357
358         * WebKit.xcodeproj/project.pbxproj: Add the new InspectorClientCF.cpp file.
359
360 2008-10-15  Mark Rowe  <mrowe@apple.com>
361
362         Rubber-stamped by Brady Eidson.
363
364         <rdar://problem/5803460> A file named StringsNotToBeLocalized.txt file is installed Webkit.framework/Resources.
365
366         * WebKit.xcodeproj/project.pbxproj: Don't install StringsNotToBeLocalized.txt.
367
368 2008-10-14  Maxime Britto  <britto@apple.com>
369
370         Reviewed by Darin Adler.
371
372         * WebKit.xcodeproj/project.pbxproj: Added two files for the 
373         WebTextIterator, and made the WebTextIterator.h private
374
375 2008-10-04  Mark Rowe  <mrowe@apple.com>
376
377         Reviewed by Tim Hatcher.
378
379         Add a 'Check For Weak VTables' build phase to catch weak vtables as early as possible.
380
381         * WebKit.xcodeproj/project.pbxproj:
382
383 2008-09-24  Darin Adler  <darin@apple.com>
384
385         * StringsNotToBeLocalized.txt: Updated for recent changes.
386
387 2008-09-15  Chris Fleizach  <cfleizach@apple.com>
388
389         Reviewed by Darin Adler, Beth Dakin
390
391         Support strings for AXLists
392
393         * English.lproj/Localizable.strings:
394
395 2008-09-15  Anders Carlsson  <andersca@apple.com>
396
397         Reviewed by Mitz.
398
399         Merge WebNetscapePluginStream into WebBaseNetscapePluginStream.
400         
401         * WebKit.xcodeproj/project.pbxproj:
402
403 2008-09-02  Mark Rowe  <mrowe@apple.com>
404
405         Reviewed by Tim Hatcher.
406
407         Build fix.  Remove the now unnecessary check for "4" in the user agent string.
408
409         * WebKit.xcodeproj/project.pbxproj:
410
411 2008-08-17  Geoffrey Garen  <ggaren@apple.com>
412
413         Reviewed by Cameron Zwarich.
414         
415         Updated project files to XCode 3.1.
416
417         * WebKit.xcodeproj/project.pbxproj:
418
419 2008-08-15  Mark Rowe  <mrowe@apple.com>
420
421         Rubber-stamped by Geoff Garen.
422
423         <rdar://problem/6139914> Please include a _debug version of JavaScriptCore framework
424
425         * WebKit.xcodeproj/project.pbxproj: Enable the debug variant.
426
427 2008-08-05  Anders Carlsson  <andersca@apple.com>
428
429         Reviewed by Darin Adler.
430
431         Remove MainThreadObjectDeallocator.{h|mm}.
432         
433         * WebKit.xcodeproj/project.pbxproj:
434
435 2008-08-04  Mark Rowe  <mrowe@apple.com>
436
437         Reviewed by Darin Adler.
438
439         Declare empty protocols when using versions of AppKit that do not use formal protocols for delegates and data sources.
440         Part one of fix for <rdar://problem/5853147>.
441
442         * WebKit.xcodeproj/project.pbxproj:
443
444 2008-07-31  David D. Kilzer  <ddkilzer@webkit.org>
445
446         Fix layout test results for webarchive/test-xml-stylesheet.xml
447
448         Reviewed by Darin Adler.
449
450         * WebKit.xcodeproj/project.pbxproj: Added WebHTMLRepresentationInternal.h.
451         Changed WebHTMLRepresentationInternal.h and WebHTMLRepresentationPrivate.h
452         to private so they're copied into PrivateHeaders.
453
454 2008-07-11  Stephanie Lewis  <slewis@apple.com>
455
456         Reviewed by Darin Adler.
457
458         Move WebPreferences.m to objc++ so it can include the new WTF leak counting class.
459
460         * WebKit.xcodeproj/project.pbxproj:
461
462 2008-07-07  Mark Rowe  <mrowe@apple.com>
463
464         Fix references to WebRenderNode.h and WebRenderNode.mm in Xcode project
465         so that they don't have an unnecessary ".." in the path.
466
467         * WebKit.xcodeproj/project.pbxproj:
468
469 2008-07-05  Mark Rowe  <mrowe@apple.com>
470
471         Reviewed by John Sullivan.
472
473         Remove WebSearchableTextView as it has been unused for some time now.
474
475         * WebKit.xcodeproj/project.pbxproj:
476
477 2008-06-26  Anders Carlsson  <andersca@apple.com>
478
479         Reviewed by Darin Adler.
480
481         Add MainThreadObjectDeallocator to sources.
482         
483         * WebKit.xcodeproj/project.pbxproj:
484
485 2008-06-24  John Sullivan  <sullivan@apple.com>
486
487         Rubber-stamped by Sam Weinig
488
489         * StringsNotToBeLocalized.txt:
490         brought this file up to date
491
492 2008-06-17  Mark Rowe  <mrowe@apple.com>
493
494         Reviewed by Darin Adler.
495
496         <rdar://problem/5775802> WebKit should not force use of GCC 4.0.
497
498         * WebKit.xcodeproj/project.pbxproj:
499
500 2008-05-22  Timothy Hatcher  <timothy@apple.com>
501
502         <rdar://problem/5956403> Update the Develop menu to match the new Inspector items
503
504         Reviewed by Adam Roben.
505
506         * English.lproj/Localizable.strings: Added new strings.
507
508 2008-05-21  Anders Carlsson  <andersca@apple.com>
509
510         Reviewed by Maciej.
511
512         Add WebIconFetcher files.
513         
514         * WebKit.xcodeproj/project.pbxproj:
515
516 2008-05-16  Timothy Hatcher  <timothy@apple.com>
517
518         Removes WebScriptDebugServer files and related calls. This removes
519         the hooks that Drosera uses for debugging. Now that the Web Inspector
520         has a better debugger, we don't need these anymore.
521
522         Reviewed by Sam Weinig.
523
524         * StringsNotToBeLocalized.txt:
525         * WebKit.xcodeproj/project.pbxproj:
526
527 2008-05-13  Chris Fleizach  <cfleizach@apple.com>
528
529         Reviewed by Beth Dakin
530
531         <rdar://problem/4780592> WebKit application has its window announced as HTML content
532
533         * English.lproj/Localizable.strings:
534         * WebKit.xcodeproj/project.pbxproj:
535
536 2008-05-09  Anders Carlsson  <andersca@apple.com>
537
538         Reviewed by Oliver.
539
540         <rdar://problem/5774495> Make Unicode text input possible in Netscape-style plug-ins
541         
542         Add nptextinput.h as a public header.
543         
544         * WebKit.xcodeproj/project.pbxproj:
545
546 2008-05-06  Stephanie Lewis  <slewis@apple.com>
547
548         Reviewed by Andersca.
549
550         prepare for plugin fast teardown work - make WebPluginDatabase a objective C++ file.
551
552         * WebKit.xcodeproj/project.pbxproj:
553
554 2008-05-01  Anders Carlsson  <andersca@apple.com>
555
556         Reviewed by Tim.
557
558         Remove npfunctions.h
559         
560         * WebKit.xcodeproj/project.pbxproj:
561
562 2008-05-01  Sam Weinig  <sam@webkit.org>
563
564         Reviewed by Anders Carlsson.
565
566         Turn off deprecated warnings for WebNetscapePluginEventHandlerCarbon.mm.
567
568         * WebKit.xcodeproj/project.pbxproj:
569
570 2008-04-30  Anders Carlsson  <andersca@apple.com>
571
572         Reviewed by Adam.
573
574         Add Cocoa event handler.
575         
576         * WebKit.xcodeproj/project.pbxproj:
577
578 2008-04-29  Anders Carlsson  <andersca@apple.com>
579
580         Reviewed by Adam.
581
582         Add new event handlers.
583         
584         * WebKit.xcodeproj/project.pbxproj:
585
586 2008-04-07  John Sullivan  <sullivan@apple.com>
587
588         Reviewed by Tim
589         
590         - made the JavaScript text input panel not block Quit (part of 4133196)
591
592         * English.lproj/WebJavaScriptTextInputPanel.nib/classes.nib:
593         * English.lproj/WebJavaScriptTextInputPanel.nib/info.nib:
594         * English.lproj/WebJavaScriptTextInputPanel.nib/keyedobjects.nib:
595         Made the panel be a NonBlockingPanel
596
597 2008-04-04  Ada Chan  <adachan@apple.com>
598
599         Updated the format string for window title for a standalone image to take integers.
600
601         Reviewed by Dan.
602
603         * English.lproj/Localizable.strings:
604
605 2008-03-28  Brady Eidson  <beidson@apple.com>
606
607         Rubberstamped by Darin Adler
608
609         Remove WebArchiver.h/mm
610
611         * WebKit.xcodeproj/project.pbxproj:
612
613 2008-03-25  Brady Eidson  <beidson@apple.com>
614
615         Reviewed by Darin
616
617         <rdar://problem/4516169> - Support WebArchives on Windows
618
619         * WebKit.xcodeproj/project.pbxproj:
620
621 2008-03-24  Brady Eidson  <beidson@apple.com>
622
623         Reviewed by Darin's rubberstamp
624
625         Rename a .m to .mm
626
627         * WebKit.xcodeproj/project.pbxproj:
628
629 2008-03-20  John Sullivan  <sullivan@apple.com>
630
631         * StringsNotToBeLocalized.txt:
632         Brought this file up to date
633
634 2008-03-20  Adam Roben  <aroben@apple.com>
635
636         Mark WebNodeHighlight.m and WebNodeHighlightView.m Obj-C++
637
638         Reviewed by Tim Hatcher.
639
640         * WebKit.xcodeproj/project.pbxproj:
641
642 2008-03-12  Darin Adler  <darin@apple.com>
643
644         Reviewed by Anders.
645
646         - http://bugs.webkit.org/show_bug.cgi?id=17640
647           eliminate WebCoreFrameBridge
648
649         * StringsNotToBeLocalized.txt: Updated for recent changes.
650         * WebKit.xcodeproj/project.pbxproj: Removed WebFrameBridge.h and WebFrameBridge.mm.
651
652 2008-03-11  Darin Adler  <darin@apple.com>
653
654         Reviewed by Anders.
655
656         * WebKit.xcodeproj/project.pbxproj: Change WebDynamicScrollBarsView.m to be Obj-C++.
657         We can rename the file later.
658
659 2008-03-07  Mark Rowe  <mrowe@apple.com>
660
661         Reviewed by Oliver Hunt.
662
663         Fix WebKit build with GCC 4.2.
664
665         * WebKit.xcodeproj/project.pbxproj:  Mark WebTypesInternal.h as a private header so that DumpRenderTree can use it.
666
667 2008-03-06  Darin Adler  <darin@apple.com>
668
669         * WebKit.xcodeproj/project.pbxproj: Added WebHistoryInternal.h.
670
671 2008-03-06  David D. Kilzer  <ddkilzer@apple.com>
672
673         Name the WebKit build phase script that generates WebKit.LP64.exp.
674
675         * WebKit.xcodeproj/project.pbxproj: Name the build phase script
676         that generates the 64-bit export file to match the corresponding
677         build phase script in WebCore.
678
679 2008-03-05  Adam Roben  <aroben@apple.com>
680
681         Remove WebCoreScriptDebugger.{h,mm}
682
683         Reviewed by Kevin M.
684
685         * WebKit.xcodeproj/project.pbxproj:
686
687 2008-03-05  Adam Roben  <aroben@apple.com>
688
689         Rename WebCoreScriptDebuggerImp.{h,mm} to WebScriptDebugger.{h,mm}
690
691         Reviewed by Kevin M.
692
693         * WebKit.xcodeproj/project.pbxproj:
694
695 2008-03-05  Adam Roben  <aroben@apple.com>
696
697         Remove WebScriptDebugger
698
699         Reviewed by Kevin M.
700
701         * WebKit.xcodeproj/project.pbxproj: Remove
702         WebScriptDebugDelegatePrivate.h from the project.
703
704 2008-03-05  Adam Roben  <aroben@apple.com>
705
706         Move WebCoreScriptDebuggerImp to its own source files
707
708         Reviewed by Kevin M.
709
710         * WebKit.xcodeproj/project.pbxproj: Added new files to the project.
711
712 2008-03-05  Adam Roben  <aroben@apple.com>
713
714         Move WebCoreScriptDebugger to WebKit
715
716         Reviewed by Darin Adler.
717
718         * WebKit.xcodeproj/project.pbxproj: Added WebCoreScriptDebugger.{h,mm}
719         to the project.
720
721 2008-01-26  Greg Bolsinga  <bolsinga@apple.com>
722
723         <rdar://problem/5708388> WebDashboardRegion.h duplicated between WebCore / WebKit
724
725         Reviewed by Darin Adler.
726
727         * WebKit.xcodeproj/project.pbxproj: Removed WebDashboardRegion.h.
728
729 2008-01-23  Steve Falkenburg  <sfalken@apple.com>
730
731         Update localization exceptions.
732         
733         Reviewed by Darin Adler.
734
735         * English.lproj/Localizable.strings:
736         * StringsNotToBeLocalized.txt:
737
738 2008-01-20  Mark Rowe  <mrowe@apple.com>
739
740         Reviewed by Dan Bernstein.
741
742         Remove code bracketed by REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM as we are no longer
743         interested in supporting Safari 2 with TOT WebKit.
744
745         * WebKit.xcodeproj/project.pbxproj: Don't define REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM
746         as it is no longer used. 
747
748 2008-01-03  Darin Adler  <darin@apple.com>
749
750         - fix Safari build
751
752         * WebKit.xcodeproj/project.pbxproj: Mark header private (fixes Safari build).
753
754 2008-01-02  Alexey Proskuryakov  <ap@webkit.org>
755
756         Reviewed by Darin Adler.
757
758         Removed "BackwardDelete", which is no longer present in source code.
759
760         * StringsNotToBeLocalized.txt:
761
762 2007-12-16  Mark Rowe  <mrowe@apple.com>
763
764         Reviewed by Maciej Stachowiak.
765
766         Refactor Mac plugin stream code to use the shared NetscapePlugInStreamLoader implementation.
767
768         * WebKit.xcodeproj/project.pbxproj: Add new files.
769
770 2007-12-14  Darin Adler  <darin@apple.com>
771
772         * StringsNotToBeLocalized.txt: Updated.
773
774 2007-12-12  Brady Eidson  <beidson@apple.com>
775
776         Reviewed by Sam Weinig
777
778         Fix for <rdar://problem/4886844> and lay groundwork for <rdar://problem/4516170> (Back/Forward Cache on Windows)
779
780         * WebKit.xcodeproj/project.pbxproj: Added a new file
781
782 2007-12-12  Mark Rowe  <mrowe@apple.com>
783
784         Reviewed by Dave Kilzer.
785
786         Remove abuse of projectDirPath from WebKit.xcodeproj to fix Production builds.
787
788         * WebKit.xcodeproj/project.pbxproj:
789
790 2007-11-19  Brady Eidson <beidson@apple.com>
791
792         Reviewed by Maciej
793
794         * WebKit.xcodeproj/project.pbxproj: Sorted!
795
796 2007-11-17  Timothy Hatcher  <timothy@apple.com>
797
798         Reviewed by Mark Rowe.
799
800         Bug 13470: i18n: The Web Inspector is not localizable
801         http://bugs.webkit.org/show_bug.cgi?id=13470
802
803         Update the localized strings and the file encoding of WebInspectorClient.mm.
804
805         * English.lproj/Localizable.strings:
806         * StringsNotToBeLocalized.txt:
807         * WebKit.xcodeproj/project.pbxproj:
808
809 2007-11-16  Mark Rowe  <mrowe@apple.com>
810
811         Reviewed by Tim Hatcher.
812
813         Build WebCore as a sub-framework of WebKit in all configurations.
814
815         * WebKit.xcodeproj/project.pbxproj:
816
817 2007-11-16  Brady Eidson  <beidson@apple.com>
818
819         * WebKit.xcodeproj/project.pbxproj: WebDatabaseManagerPrivate.h, also!
820
821 2007-11-16  Brady Eidson  <beidson@apple.com>
822
823         * WebKit.xcodeproj/project.pbxproj: Mark WebSecurityOriginPrivate.h private so
824           it is exported
825
826 2007-11-16  Brady Eidson  <beidson@apple.com>
827
828         Reviewed by John
829
830         Database management API tweaks
831
832         * WebKit.xcodeproj/project.pbxproj:
833
834 2007-11-15  Brady Eidson  <beidson@apple.com>
835
836         Reviewed by John
837
838         Stubbing out everything required for a WebKit API for databases
839
840         * WebKit.xcodeproj/project.pbxproj:
841
842 2007-11-12  Adam Roben  <aroben@apple.com>
843
844         * StringsNotToBeLocalized.txt: Updated.
845
846 2007-11-08  Kevin Ollivier  <kevino@theolliviers.com>
847
848         Adding the wx WebKit implementation.
849
850         Reviewed by Mark Rowe.
851
852         * wx: Added.
853
854 2007-11-07  Mark Rowe  <mrowe@apple.com>
855
856         Reviewed by Kevin Decker.
857
858         Fix 64-bit Mac build.
859
860         * WebKit.xcodeproj/project.pbxproj: Change paths specified relative to SRCROOT
861         to be relative to PROJECT_DIR.  PROJECT_DIR takes into account the projectDirPath
862         setting of the project, which in this instance includes the necessary "mac"
863         subdirectory.
864