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