1 2011-04-19 Vsevolod Vlasov <vsevik (a] chromium.org> 2 3 Reviewed by Pavel Feldman. 4 5 Web Inspector: Rename lengthReceived to encodedDataLength/dataLength 6 https://bugs.webkit.org/show_bug.cgi?id=58883 7 8 * WebCoreSupport/FrameLoaderClientWinCE.h: 9 10 2011-04-04 MORITA Hajime <morrita (a] google.com> 11 12 Reviewed by Ryosuke Niwa. 13 14 [Refactoring] SpellCheckingResult should be replaced with TextCheckingResult 15 https://bugs.webkit.org/show_bug.cgi?id=56085 16 17 * WebCoreSupport/EditorClientWinCE.h: 18 (WebKit::EditorClientWinCE::requestCheckingOfString): 19 20 2011-04-04 Alexey Proskuryakov <ap (a] apple.com> 21 22 Reviewed by Dan Bernstein. 23 24 REGRESSION (WebKit2): Caps-Lock indicator sometimes doesn't appear in WebKit2 25 https://bugs.webkit.org/show_bug.cgi?id=51230 26 <rdar://problem/8780989> 27 28 * WebView.cpp: (WebView::handleKeyDown): Moved Caps Lock handling from WebKits to WebCore, 29 because WebKit shouldn't be smart. 30 31 2011-03-31 Patrick Gansterer <paroga (a] webkit.org> 32 33 Unreviewed WinCE build fix for r82580. 34 35 * WebCoreSupport/FrameLoaderClientWinCE.h: StringWithDirection is in WebCore 36 and not in WTF namespace. 37 38 2011-03-31 Evan Martin <evan (a] chromium.org> 39 40 Reviewed by Eric Seidel. 41 42 <title> should support dir attribute 43 https://bugs.webkit.org/show_bug.cgi?id=50961 44 45 Update to new FrameLoaderClient interface. 46 47 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 48 (WebKit::FrameLoaderClientWinCE::dispatchDidReceiveTitle): 49 (WebKit::FrameLoaderClientWinCE::setTitle): 50 * WebCoreSupport/FrameLoaderClientWinCE.h: 51 52 2011-03-27 Patrick Gansterer <paroga (a] webkit.org> 53 54 Reviewed by Andreas Kling. 55 56 [WINCE] Use a appropriate user agent string 57 https://bugs.webkit.org/show_bug.cgi?id=57175 58 59 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 60 (WebKit::FrameLoaderClientWinCE::userAgent): 61 62 2011-03-26 Patrick Gansterer <paroga (a] webkit.org> 63 64 Unreviewed WinCE build fix. 65 66 * CMakeListsWinCE.txt: Added missing include directory. 67 68 2011-03-25 Andy Estes <aestes (a] apple.com> 69 70 Reviewed by Adele Peterson. 71 72 REGRESSION (r70748): latest nightly builds kills AC_QuickTime.js 73 https://bugs.webkit.org/show_bug.cgi?id=49016 74 75 Update objectContentType() implementation to handle the 76 shouldPreferPlugInsForImages flag. 77 78 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 79 (WebKit::FrameLoaderClientWinCE::objectContentType): 80 * WebCoreSupport/FrameLoaderClientWinCE.h: 81 82 2011-03-24 Sheriff Bot <webkit.review.bot (a] gmail.com> 83 84 Unreviewed, rolling out r81916 and r81917. 85 http://trac.webkit.org/changeset/81916 86 http://trac.webkit.org/changeset/81917 87 https://bugs.webkit.org/show_bug.cgi?id=57071 88 89 broke a test on platforms that do not have QuickTime installed 90 (Requested by estes on #webkit). 91 92 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 93 (WebKit::FrameLoaderClientWinCE::objectContentType): 94 * WebCoreSupport/FrameLoaderClientWinCE.h: 95 96 2011-03-24 Andy Estes <aestes (a] apple.com> 97 98 Reviewed by Darin Adler. 99 100 REGRESSION (r70748): latest nightly builds kills AC_QuickTime.js 101 https://bugs.webkit.org/show_bug.cgi?id=49016 102 103 Update objectContentType() implementation to handle the 104 shouldPreferPlugInsForImages flag. 105 106 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 107 (WebKit::FrameLoaderClientWinCE::objectContentType): 108 * WebCoreSupport/FrameLoaderClientWinCE.h: 109 110 2011-03-07 Sam Weinig <sam (a] webkit.org> 111 112 Reviewed by Anders Carlsson. 113 114 Replace WebKit2's decidePolicyForMIMEType with decidePolicyForResponse 115 https://bugs.webkit.org/show_bug.cgi?id=55827 116 117 Renamed FrameLoaderClient::dispatchDecidePolicyForMIMEType to dispatchDecidePolicyForResponse 118 and pass the entire response, instead of just the MIMEType. 119 120 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 121 (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForResponse): 122 * WebCoreSupport/FrameLoaderClientWinCE.h: 123 124 2011-03-03 Alexey Proskuryakov <ap (a] apple.com> 125 126 Removing an include of WebCoreKeyboardUIMode.h that Ive just added. It's already included 127 via ChromeClient.h 128 129 * WebCoreSupport/ChromeClientWinCE.h: 130 131 2011-03-02 Alexey Proskuryakov <ap (a] apple.com> 132 133 Reviewed by Darin Adler. 134 135 REGRESSION (WebKit2): Tab keys no longer observe Full Keyboard Access 136 https://bugs.webkit.org/show_bug.cgi?id=55633 137 <rdar://problem/8963023> 138 139 * WebCoreSupport/ChromeClientWinCE.cpp: (WebKit::ChromeClientWinCE::keyboardUIMode): 140 * WebCoreSupport/ChromeClientWinCE.h: 141 Implement keyboardUIMode() instead of tabsToLinks(). No change in functionality, since 142 this platform doesn't observe or have full keyboard access state. 143 144 2011-03-02 Brian Weinstein <bweinstein (a] apple.com> 145 146 WinCE build fix. 147 148 * WebCoreSupport/PlatformStrategiesWinCE.h: Add a needed include. 149 150 2011-03-02 Brian Weinstein <bweinstein (a] apple.com> 151 152 WinCE build fix. Have PlatformStrategiesWinCE inherit from CookiesStrategy, 153 and implement the needed methods. 154 155 * WebCoreSupport/PlatformStrategiesWinCE.cpp: 156 (PlatformStrategiesWinCE::createCookiesStrategy): 157 (PlatformStrategiesWinCE::notifyCookiesChanged): 158 * WebCoreSupport/PlatformStrategiesWinCE.h: 159 160 2011-02-28 Chang Shu <cshu (a] webkit.org> 161 162 Reviewed by Ryosuke Niwa. 163 164 Remove the support of Frame::isContentEditable and its dependencies. 165 https://bugs.webkit.org/show_bug.cgi?id=54292 166 167 Remove the WebKit side implementation. 168 169 * WebCoreSupport/EditorClientWinCE.cpp: 170 * WebCoreSupport/EditorClientWinCE.h: 171 172 2011-02-19 Charlie Reis <creis (a] chromium.org> 173 174 Reviewed by Mihai Parparita. 175 176 Ensure loading has stopped in HistoryController::goToItem 177 https://bugs.webkit.org/show_bug.cgi?id=54517 178 179 Add a FrameLoaderClient callback for whether to stop loading before goToItem. 180 181 Test: http/tests/navigation/forward-to-fragment-fires-onload.html 182 183 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 184 (WebKit::FrameLoaderClientWinCE::shouldStopLoadingForHistoryItem): Added. 185 * WebCoreSupport/FrameLoaderClientWinCE.h: 186 187 2011-02-10 Luiz Agostini <luiz.agostini (a] openbossa.org> 188 189 Reviewed by Adam Roben. 190 191 HTML5 <details> and <summary>: localized text 192 https://bugs.webkit.org/show_bug.cgi?id=54260 193 194 The method defaultDetailsSummaryText was added to LocalizationStrategy class. It is used to 195 provide the default label to be used by a <details> tag that has no <summary> child. 196 197 * WebCoreSupport/PlatformStrategiesWinCE.cpp: 198 (PlatformStrategiesWinCE::defaultDetailsSummaryText): 199 * WebCoreSupport/PlatformStrategiesWinCE.h: 200 201 2011-01-26 MORITA Hajime <morrita (a] google.com> 202 203 Reviewed by Ryosuke Niwa. 204 205 Refactoring: Extract TextCheckerClient from EditorClient 206 https://bugs.webkit.org/show_bug.cgi?id=53213 207 208 * WebCoreSupport/EditorClientWinCE.h: 209 (WebKit::EditorClientWinCE::textChecker): 210 211 2011-02-07 Ryosuke Niwa <rniwa (a] webkit.org> 212 213 Reviewed by Adam Barth. 214 215 Add EditorClient callbacks to override isDOMPasteAllowed and javaScriptCanAccessClipboard 216 https://bugs.webkit.org/show_bug.cgi?id=52417 217 218 Added two callback functions, canCopyCut and canPaste to EditorClient. They are currently 219 not implemented. 220 221 * WebCoreSupport/EditorClientWinCE.cpp: 222 (WebKit::EditorClientWinCE::canCopyCut): Added. 223 (WebKit::EditorClientWinCE::canPaste): Added. 224 * WebCoreSupport/EditorClientWinCE.h: 225 226 2011-02-10 Nate Chapin <japhet (a] chromium.org> 227 228 Reviewed by Adam Barth. 229 230 Update calls to DocumentWriter. 231 https://bugs.webkit.org/show_bug.cgi?id=50489 232 233 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 234 (WebKit::FrameLoaderClientWinCE::finishedLoading): 235 236 2011-02-08 Adam Barth <abarth (a] webkit.org> 237 238 Reviewed by Eric Seidel. 239 240 Remove orphan code from old parser 241 https://bugs.webkit.org/show_bug.cgi?id=53984 242 243 * WebCoreSupport/ChromeClientWinCE.cpp: 244 * WebCoreSupport/ChromeClientWinCE.h: 245 246 2011-02-07 Enrica Casucci <enrica (a] apple.com> 247 248 Reviewed Adam Roben and Darin Adler. 249 250 WebKit2: drag and drop support on Windows. 251 https://bugs.webkit.org/show_bug.cgi?id=52775 252 253 Removed createDragImageForLink from DragClient. 254 255 * WebCoreSupport/DragClientWinCE.cpp: 256 * WebCoreSupport/DragClientWinCE.h: 257 258 2011-02-06 Patrick Gansterer <paroga (a] webkit.org> 259 260 Reviewed by Martin Robinson. 261 262 [WINCE] FrameLoaderClient calls loadURLInChildFrame on the child's frame loader 263 https://bugs.webkit.org/show_bug.cgi?id=53896 264 265 * WebView.cpp: 266 (WebView::createFrame): Use coreFrame instead of childFrame. 267 268 2011-02-03 Adam Langley <agl (a] chromium.org> 269 270 Reviewed by Adam Barth. 271 272 Plumb mixed script URL to FrameLoaderClient 273 https://bugs.webkit.org/show_bug.cgi?id=52384 274 275 Regressions covered by http/tests/security/mixedContent/* 276 277 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 278 (WebKit::FrameLoaderClientWinCE::didRunInsecureContent): 279 * WebCoreSupport/FrameLoaderClientWinCE.h: 280 281 2011-02-02 Patrick Gansterer <paroga (a] webkit.org> 282 283 Unreviewed WinCE build fix for r77398. 284 285 * WebView.cpp: 286 (WebView::paint): 287 288 2011-01-28 Dan Bernstein <mitz (a] apple.com> 289 290 Reviewed by Sam Weinig. 291 292 <select> can't display right-to-left (rtl) languages 293 https://bugs.webkit.org/show_bug.cgi?id=19785 294 295 * WebCoreSupport/ChromeClientWinCE.cpp: 296 (WebKit::ChromeClientWinCE::selectItemAlignmentFollowsMenuWritingDirection): Added. 297 * WebCoreSupport/ChromeClientWinCE.h: 298 299 2011-01-25 Patrick Gansterer <paroga (a] webkit.org> 300 301 Reviewed by Adam Roben. 302 303 [WINCE] Ensure layouted frame when painting 304 https://bugs.webkit.org/show_bug.cgi?id=53108 305 306 * WebView.cpp: 307 (WebView::paint): 308 309 2011-01-04 Patrick Gansterer <paroga (a] webkit.org> 310 311 Unreviewed WinCE build fix. 312 313 * WebCoreSupport/ChromeClientWinCE.cpp: 314 (WebKit::ChromeClientWinCE::exceededDatabaseQuota): Added missing semicolon. 315 (WebKit::ChromeClientWinCE::reachedApplicationCacheOriginQuota): 316 * WebCoreSupport/ChromeClientWinCE.h: 317 318 2010-12-29 Patrick Gansterer <paroga (a] webkit.org> 319 320 Unreviewed build fix for WinCE after r73802. 321 322 * WebCoreSupport/ContextMenuClientWinCE.cpp: 323 (WebKit::ContextMenuClientWinCE::customizeMenu): 324 * WebCoreSupport/ContextMenuClientWinCE.h: 325 326 2010-12-22 Sam Weinig <sam (a] webkit.org> 327 328 Reviewed by Darin Adler. 329 330 WebKit2 needs to mirror the frame tree in the UIProcess 331 https://bugs.webkit.org/show_bug.cgi?id=51546 332 333 - Add client functions to notify that a frame has been added or 334 removed from the page cache. 335 336 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 337 (WebKit::FrameLoaderClientWinCE::didSaveToPageCache): 338 (WebKit::FrameLoaderClientWinCE::didRestoreFromPageCache): 339 * WebCoreSupport/FrameLoaderClientWinCE.h: 340 341 2010-12-22 Ryosuke Niwa <rniwa (a] webkit.org> 342 343 Reviewed by Eric Seidel. 344 345 Editor.h doesn't need to include SelectionController.h 346 https://bugs.webkit.org/show_bug.cgi?id=51441 347 348 Renamed SelectionController::EDirection to SelectionDirection. 349 350 * WebCoreSupport/EditorClientWinCE.cpp: 351 (WebKit::EditorClientWinCE::handleEditingKeyboardEvent): 352 353 2010-10-28 MORITA Hajime <morrita (a] google.com> 354 355 Reviewed by Ojan Vafai. 356 357 spellcheck does not check pasted text 358 https://bugs.webkit.org/show_bug.cgi?id=40092 359 360 Added a stub implememntation. 361 362 * WebCoreSupport/EditorClientWinCE.h: 363 (WebKit::EditorClient::requestCheckingOfString): 364 365 2010-12-07 Martin Robinson <mrobinson (a] igalia.com> 366 367 Unreviewed, rolling out r73392. 368 http://trac.webkit.org/changeset/73392 369 https://bugs.webkit.org/show_bug.cgi?id=50489 370 371 This commit caused crashes on the GTK+ bots 372 373 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 374 (WebKit::FrameLoaderClientWinCE::finishedLoading): 375 376 2010-12-06 Nate Chapin <japhet (a] chromium.org> 377 378 Reviewed by Adam Barth. 379 380 Update calls to DocumentWriter. 381 https://bugs.webkit.org/show_bug.cgi?id=50489 382 383 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 384 (WebKit::FrameLoaderClientWinCE::finishedLoading): 385 386 2010-12-06 Patrick Gansterer <paroga (a] webkit.org> 387 388 Reviewed by Andreas Kling. 389 390 [WINCE] Add build system 391 https://bugs.webkit.org/show_bug.cgi?id=50522 392 393 * CMakeListsWinCE.txt: Added. 394 395 2010-12-01 Jia Pu <jpu (a] apple.com> 396 397 Reviewed by Darin Adler. 398 399 Support multiple correction candidates panel for misspelled word on Mac OS X. 400 https://bugs.webkit.org/show_bug.cgi?id=50137 401 <rdar://problem/8568059> 402 403 Adopted new function signature defined in base class. 404 405 * WebCoreSupport/EditorClientWinCE.cpp: 406 (WebKit::EditorClientWinCE::getGuessesForWord): 407 * WebCoreSupport/EditorClientWinCE.h: 408 409 2010-11-30 Patrick Gansterer <paroga (a] webkit.org> 410 411 Reviewed by Adam Roben. 412 413 [WINCE] Add WebView 414 https://bugs.webkit.org/show_bug.cgi?id=50216 415 416 * WebView.cpp: Added. 417 * WebView.h: Added. 418 419 2010-11-13 Patrick Gansterer <paroga (a] webkit.org> 420 421 Unreviewed, build fix after r71541. 422 423 * WebCoreSupport/ChromeClientWinCE.h: 424 425 2010-11-08 Alexey Proskuryakov <ap (a] apple.com> 426 427 Reviewed by Darin Adler. 428 429 https://bugs.webkit.org/show_bug.cgi?id=48685 430 Notify UI process about focused frame 431 432 Added an empty implementation of the new ChromeClient method. 433 434 * WebCoreSupport/ChromeClientWinCE.cpp: 435 (WebKit::ChromeClientWinCE::focusedFrameChanged): 436 * WebCoreSupport/ChromeClientWinCE.h: 437 438 2010-11-02 Patrick Gansterer <paroga (a] webkit.org> 439 440 Unreviewed, build fix after r71041. 441 442 * WebCoreSupport/ChromeClientWinCE.h: 443 (WebKit::ChromeClientWinCE::showContextMenu): 444 445 2010-10-30 Patrick Gansterer <paroga (a] webkit.org> 446 447 Unreviewed, build fix after r70574. 448 449 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 450 (WebKit::FrameLoaderClientWinCE::transferLoadingResourceFromPage): 451 452 2010-10-29 Alexey Proskuryakov <ap (a] apple.com> 453 454 Reviewed by Darin Adler. 455 456 https://bugs.webkit.org/show_bug.cgi?id=48576 457 Let WebKit2 client know when a frame is a frameset 458 459 Added a blank implementation of the new FrameLoaderClient method. 460 461 * WebCoreSupport/FrameLoaderClientWinCE.h: 462 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 463 (WebKit::FrameLoaderClientWinCE::dispatchDidBecomeFrameset): 464 465 2010-10-26 Jenn Braithwaite <jennb (a] chromium.org> 466 467 Reviewed by Dmitry Titov. 468 469 Resource tracking failure when trying to move a frame between documents 470 https://bugs.webkit.org/show_bug.cgi?id=44713 471 472 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 473 (WebKit::FrameLoaderClientWinCE::transferLoadingResourceFromPage): 474 Empty method. 475 * WebCoreSupport/FrameLoaderClientWinCE.h: 476 477 2010-10-25 Patrick Gansterer <paroga (a] webkit.org> 478 479 Reviewed by David Kilzer. 480 481 Replace _countof with WTF_ARRAY_LENGTH 482 https://bugs.webkit.org/show_bug.cgi?id=48229 483 484 * WebCoreSupport/EditorClientWinCE.cpp: 485 (WebKit::EditorClientWinCE::interpretKeyEvent): 486 487 2010-10-22 Sam Weinig <sam (a] webkit.org> 488 489 Reviewed by Anders Carlsson. 490 491 WebKit2 needs to pass the current event modifier flags when requesting a new window 492 https://bugs.webkit.org/show_bug.cgi?id=48140 493 494 * WebCoreSupport/ChromeClientWinCE.cpp: 495 (WebKit::ChromeClientWinCE::createWindow): 496 * WebCoreSupport/ChromeClientWinCE.h: 497 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 498 (WebKit::FrameLoaderClientWinCE::dispatchCreatePage): 499 * WebCoreSupport/FrameLoaderClientWinCE.h: 500 Add NavigationAction parameter. 501 502 2010-10-22 Patrick Gansterer <paroga (a] webkit.org> 503 504 Reviewed by Adam Roben. 505 506 [WINCE] Implement EditorClient::handleKeyboardEvent 507 https://bugs.webkit.org/show_bug.cgi?id=48118 508 509 Copy the implementation from the EFL port. 510 511 * WebCoreSupport/EditorClientWinCE.cpp: 512 (WebKit::EditorClientWinCE::interpretKeyEvent): 513 (WebKit::EditorClientWinCE::handleEditingKeyboardEvent): 514 (WebKit::EditorClientWinCE::handleKeyboardEvent): 515 * WebCoreSupport/EditorClientWinCE.h: 516 517 2010-10-15 Nikolas Zimmermann <nzimmermann (a] rim.com> 518 519 Reviewed by Dirk Schulze. 520 521 Replace some String::format() usages by StringConcatenate in WebKit 522 https://bugs.webkit.org/show_bug.cgi?id=47714 523 524 * WebCoreSupport/PlatformStrategiesWinCE.cpp: 525 (PlatformStrategiesWinCE::imageTitle): 526 (PlatformStrategiesWinCE::multipleFileUploadText): 527 528 2010-09-28 Jenn Braithwaite <jennb (a] chromium.org> 529 530 Reviewed by Dmitry Titov. 531 532 Added oldPage param to FrameLoaderClient::didTransferChildFrameToNewDocument. 533 https://bugs.webkit.org/show_bug.cgi?id=46663 534 535 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 536 (WebKit::FrameLoaderClientWinCE::didTransferChildFrameToNewDocument): 537 * WebCoreSupport/FrameLoaderClientWinCE.h: 538 539 2010-09-23 Patrick Gansterer <paroga (a] webkit.org> 540 541 Reviewed by Adam Roben. 542 543 Add PlatformStrategiesWinCE 544 https://bugs.webkit.org/show_bug.cgi?id=46371 545 546 * WebCoreSupport/PlatformStrategiesWinCE.cpp: Copied from WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp. 547 * WebCoreSupport/PlatformStrategiesWinCE.h: Copied from WebKit/win/WebCoreSupport/WebPlatformStrategies.h. 548 549 2010-09-23 Patrick Gansterer <paroga (a] webkit.org> 550 551 Reviewed by Adam Roben. 552 553 Add ChromeClientWinCE 554 https://bugs.webkit.org/show_bug.cgi?id=46294 555 556 * WebCoreSupport/ChromeClientWinCE.cpp: Added. 557 * WebCoreSupport/ChromeClientWinCE.h: Added. 558 559 2010-09-23 Patrick Gansterer <paroga (a] webkit.org> 560 561 Unreviewed. 562 563 Build fix for FrameLoaderClientWinCE. 564 565 * WebCoreSupport/FrameLoaderClientWinCE.cpp: 566 (WebKit::FrameLoaderClientWinCE::canShowMIMETypeAsHTML): Add missing method. 567 * WebCoreSupport/FrameLoaderClientWinCE.h: 568 569 2010-09-21 Patrick Gansterer <paroga (a] webkit.org> 570 571 Reviewed by Adam Roben. 572 573 Add "WinCE" to classname for all WebCoreSupport classes to match filename. 574 https://bugs.webkit.org/show_bug.cgi?id=46175 575 576 * WebCoreSupport/ContextMenuClientWinCE.cpp: Rename ContextMenuClient to ContextMenuClientWinCE. 577 * WebCoreSupport/ContextMenuClientWinCE.h: Ditto. 578 * WebCoreSupport/DragClientWinCE.cpp: Rename DragClient to DragClientWinCE. 579 * WebCoreSupport/DragClientWinCE.h: Ditto. 580 * WebCoreSupport/EditorClientWinCE.cpp: Rename EditorClient to EditorClientWinCE. 581 * WebCoreSupport/EditorClientWinCE.h: Ditto. 582 * WebCoreSupport/InspectorClientWinCE.cpp: Rename InspectorClient to InspectorClientWinCE. 583 * WebCoreSupport/InspectorClientWinCE.h: Ditto. 584 585 2010-09-20 Patrick Gansterer <paroga (a] paroga.com> 586 587 Reviewed by Adam Roben. 588 589 Add FrameLoaderClientWinCE 590 https://bugs.webkit.org/show_bug.cgi?id=45682 591 592 * WebCoreSupport/FrameLoaderClientWinCE.cpp: Added. 593 * WebCoreSupport/FrameLoaderClientWinCE.h: Added. 594 595 2010-09-16 Patrick Gansterer <paroga (a] paroga.com> 596 597 Reviewed by Adam Roben. 598 599 [WINCE] Add missing FrameNetworkingContextWinCE::blockedError 600 https://bugs.webkit.org/show_bug.cgi?id=45680 601 602 * WebCoreSupport/FrameNetworkingContextWinCE.cpp: 603 (WebKit::FrameNetworkingContextWinCE::blockedError): 604 * WebCoreSupport/FrameNetworkingContextWinCE.h: 605 606 2010-09-13 Patrick Gansterer <paroga (a] paroga.com> 607 608 Reviewed by Kenneth Rohde Christiansen. 609 610 Add FrameNetworkingContextWinCE 611 https://bugs.webkit.org/show_bug.cgi?id=45474 612 613 * WebCoreSupport/FrameNetworkingContextWinCE.cpp: Added. 614 (WebKit::FrameNetworkingContextWinCE::FrameNetworkingContextWinCE): 615 (WebKit::FrameNetworkingContextWinCE::userAgent): 616 (WebKit::FrameNetworkingContextWinCE::referrer): 617 * WebCoreSupport/FrameNetworkingContextWinCE.h: Added. 618 (WebKit::FrameNetworkingContextWinCE::create): 619 620 2010-08-31 Patrick Gansterer <paroga (a] paroga.com> 621 622 Reviewed by Kenneth Rohde Christiansen. 623 624 Add EditorClientWinCE 625 https://bugs.webkit.org/show_bug.cgi?id=44822 626 627 * WebCoreSupport/EditorClientWinCE.cpp: Added. 628 (WebKit::EditorClient::EditorClient): 629 (WebKit::EditorClient::~EditorClient): 630 (WebKit::EditorClient::setInputMethodState): 631 (WebKit::EditorClient::shouldDeleteRange): 632 (WebKit::EditorClient::shouldShowDeleteInterface): 633 (WebKit::EditorClient::isContinuousSpellCheckingEnabled): 634 (WebKit::EditorClient::isGrammarCheckingEnabled): 635 (WebKit::EditorClient::spellCheckerDocumentTag): 636 (WebKit::EditorClient::shouldBeginEditing): 637 (WebKit::EditorClient::shouldEndEditing): 638 (WebKit::EditorClient::shouldInsertText): 639 (WebKit::EditorClient::shouldChangeSelectedRange): 640 (WebKit::EditorClient::shouldApplyStyle): 641 (WebKit::EditorClient::shouldMoveRangeAfterDelete): 642 (WebKit::EditorClient::didBeginEditing): 643 (WebKit::EditorClient::respondToChangedContents): 644 (WebKit::EditorClient::respondToChangedSelection): 645 (WebKit::EditorClient::didEndEditing): 646 (WebKit::EditorClient::didWriteSelectionToPasteboard): 647 (WebKit::EditorClient::didSetSelectionTypesForPasteboard): 648 (WebKit::EditorClient::isEditable): 649 (WebKit::EditorClient::registerCommandForUndo): 650 (WebKit::EditorClient::registerCommandForRedo): 651 (WebKit::EditorClient::clearUndoRedoOperations): 652 (WebKit::EditorClient::canUndo): 653 (WebKit::EditorClient::canRedo): 654 (WebKit::EditorClient::undo): 655 (WebKit::EditorClient::redo): 656 (WebKit::EditorClient::shouldInsertNode): 657 (WebKit::EditorClient::pageDestroyed): 658 (WebKit::EditorClient::smartInsertDeleteEnabled): 659 (WebKit::EditorClient::isSelectTrailingWhitespaceEnabled): 660 (WebKit::EditorClient::toggleContinuousSpellChecking): 661 (WebKit::EditorClient::toggleGrammarChecking): 662 (WebKit::EditorClient::handleKeyboardEvent): 663 (WebKit::EditorClient::handleInputMethodKeydown): 664 (WebKit::EditorClient::textFieldDidBeginEditing): 665 (WebKit::EditorClient::textFieldDidEndEditing): 666 (WebKit::EditorClient::textDidChangeInTextField): 667 (WebKit::EditorClient::doTextFieldCommandFromEvent): 668 (WebKit::EditorClient::textWillBeDeletedInTextField): 669 (WebKit::EditorClient::textDidChangeInTextArea): 670 (WebKit::EditorClient::ignoreWordInSpellDocument): 671 (WebKit::EditorClient::learnWord): 672 (WebKit::EditorClient::checkSpellingOfString): 673 (WebKit::EditorClient::getAutoCorrectSuggestionForMisspelledWord): 674 (WebKit::EditorClient::checkGrammarOfString): 675 (WebKit::EditorClient::updateSpellingUIWithGrammarString): 676 (WebKit::EditorClient::updateSpellingUIWithMisspelledWord): 677 (WebKit::EditorClient::showSpellingUI): 678 (WebKit::EditorClient::spellingUIIsShowing): 679 (WebKit::EditorClient::getGuessesForWord): 680 (WebKit::EditorClient::willSetInputMethodState): 681 * WebCoreSupport/EditorClientWinCE.h: Added. 682 683 2010-08-31 Patrick Gansterer <paroga (a] paroga.com> 684 685 Reviewed by Kenneth Rohde Christiansen. 686 687 Add DragClientWinCE 688 https://bugs.webkit.org/show_bug.cgi?id=44821 689 690 * WebCoreSupport/DragClientWinCE.cpp: Added. 691 (WebKit::DragClient::willPerformDragDestinationAction): 692 (WebKit::DragClient::willPerformDragSourceAction): 693 (WebKit::DragClient::actionMaskForDrag): 694 (WebKit::DragClient::dragSourceActionMaskForPoint): 695 (WebKit::DragClient::startDrag): 696 (WebKit::DragClient::createDragImageForLink): 697 (WebKit::DragClient::dragControllerDestroyed): 698 * WebCoreSupport/DragClientWinCE.h: Added. 699 700 2010-08-31 Patrick Gansterer <paroga (a] paroga.com> 701 702 Reviewed by Kenneth Rohde Christiansen. 703 704 Add ContextMenuClientWinCE 705 https://bugs.webkit.org/show_bug.cgi?id=44820 706 707 * WebCoreSupport/ContextMenuClientWinCE.cpp: Added. 708 (WebKit::ContextMenuClient::ContextMenuClient): 709 (WebKit::ContextMenuClient::contextMenuDestroyed): 710 (WebKit::ContextMenuClient::getCustomMenuFromDefaultItems): 711 (WebKit::ContextMenuClient::contextMenuItemSelected): 712 (WebKit::ContextMenuClient::downloadURL): 713 (WebKit::ContextMenuClient::copyImageToClipboard): 714 (WebKit::ContextMenuClient::searchWithGoogle): 715 (WebKit::ContextMenuClient::lookUpInDictionary): 716 (WebKit::ContextMenuClient::speak): 717 (WebKit::ContextMenuClient::stopSpeaking): 718 (WebKit::ContextMenuClient::isSpeaking): 719 * WebCoreSupport/ContextMenuClientWinCE.h: Added. 720 721 2010-08-28 Patrick Gansterer <paroga (a] paroga.com> 722 723 Reviewed by Adam Roben. 724 725 Add InspectorClientWinCE 726 https://bugs.webkit.org/show_bug.cgi?id=44819 727 728 * WebCoreSupport/InspectorClientWinCE.cpp: Added. 729 (WebKit::InspectorClient::InspectorClient): 730 (WebKit::InspectorClient::~InspectorClient): 731 (WebKit::InspectorClient::inspectorDestroyed): 732 (WebKit::InspectorClient::openInspectorFrontend): 733 (WebKit::InspectorClient::releaseFrontendPage): 734 (WebKit::InspectorClient::highlight): 735 (WebKit::InspectorClient::hideHighlight): 736 (WebKit::InspectorClient::populateSetting): 737 (WebKit::InspectorClient::storeSetting): 738 (WebKit::InspectorClient::sendMessageToFrontend): 739 * WebCoreSupport/InspectorClientWinCE.h: Added. 740