12014-03-12  Sergio Villar Senin  <svillar@igalia.com>
2
3        Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL
4        https://bugs.webkit.org/show_bug.cgi?id=129612
5
6        Reviewed by Darin Adler.
7
8        For new code use static NeverDestroyed<T> instead.
9
10        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
11        (WebKit::FrameLoaderClientWinCE::userAgent):
12        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
13        (PlatformStrategiesWinCE::initialize):
14
152014-03-06  Joseph Pecoraro  <pecoraro@apple.com>
16
17        Web Inspector: Expose the console object in JSContexts to interact with Web Inspector
18        https://bugs.webkit.org/show_bug.cgi?id=127944
19
20        Reviewed by Geoffrey Garen.
21
22        * WebCoreSupport/ChromeClientWinCE.h:
23        Update namespaces.
24
252014-02-24  Renata Hodovan  <rhodovan.u-szeged@partner.samsung.com>
26
27        Get rid of the unused 'immediate' parameters from repaint related functions
28        https://bugs.webkit.org/show_bug.cgi?id=129111
29
30        Reviewed by Simon Fraser.
31
32        Removing the 'immediate' parameters from repaint related functions - accoring
33        to the FIXME in RenderView::repaintViewRectangle() - since they have no effect.
34
35        * WebCoreSupport/ChromeClientWinCE.cpp:
36        (WebKit::ChromeClientWinCE::invalidateRootView):
37        (WebKit::ChromeClientWinCE::invalidateContentsAndRootView):
38        (WebKit::ChromeClientWinCE::invalidateContentsForSlowScroll):
39        (WebKit::ChromeClientWinCE::scroll):
40        * WebCoreSupport/ChromeClientWinCE.h:
41
422014-02-08  Darin Adler  <darin@apple.com>
43
44        Change TextIterator to use StringView, preparing to wean it from deprecatedCharacters
45        https://bugs.webkit.org/show_bug.cgi?id=128233
46
47        Reviewed by Anders Carlsson.
48
49        * WebCoreSupport/EditorClientWinCE.cpp:
50        (WebKit::EditorClientWinCE::checkSpellingOfString): Use StringView.
51        (WebKit::EditorClientWinCE::checkGrammarOfString): Ditto.
52        * WebCoreSupport/EditorClientWinCE.h: Ditto.
53
542014-02-06  Joseph Pecoraro  <pecoraro@apple.com>
55
56        Web Inspector: Add Console support to JSContext Inspection
57        https://bugs.webkit.org/show_bug.cgi?id=127941
58
59        Reviewed by Geoffrey Garen.
60
61        * WebCoreSupport/ChromeClientWinCE.h:
62
632014-01-30  Andrei Bucur  <abucur@adobe.com>
64
65        Remove the ACCELERATED_COMPOSITING flag
66        https://bugs.webkit.org/show_bug.cgi?id=127833
67
68        Reviewed by Antti Koivisto.
69
70        Remove the USE(ACCELERATED_COMPOSITING) conditionals from the code base and make AC
71        mandatory.
72
73        Another patch will be required to remove the flag support from the WinCE build system.
74
75        * WebCoreSupport/ChromeClientWinCE.cpp:
76        (WebKit::ChromeClientWinCE::scheduleCompositingLayerFlush):
77        * WebCoreSupport/ChromeClientWinCE.h:
78
792014-01-25  Anders Carlsson  <andersca@apple.com>
80
81        Remove an unused FrameLoaderClient function
82        https://bugs.webkit.org/show_bug.cgi?id=127628
83
84        Reviewed by Andreas Kling.
85
86        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
87        * WebCoreSupport/FrameLoaderClientWinCE.h:
88
892014-01-17  Anders Carlsson  <andersca@apple.com>
90
91        Remove another unused FrameLoaderClient callback
92        https://bugs.webkit.org/show_bug.cgi?id=127192
93
94        Reviewed by Dan Bernstein.
95
96        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
97        * WebCoreSupport/FrameLoaderClientWinCE.h:
98
992014-01-17  Anders Carlsson  <andersca@apple.com>
100
101        Remove didPerformFirstNavigation from all FrameLoaderClient subclasses
102        https://bugs.webkit.org/show_bug.cgi?id=127190
103
104        Reviewed by Dan Bernstein.
105
106        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
107        * WebCoreSupport/FrameLoaderClientWinCE.h:
108
1092014-01-16  Peter Molnar  <pmolnar.u-szeged@partner.samsung.com>
110
111        Remove workaround for compilers not supporting explicit override control
112        https://bugs.webkit.org/show_bug.cgi?id=127111
113
114        Reviewed by Anders Carlsson.
115
116        Now all compilers support explicit override control, this workaround can be removed.
117
118        * WebCoreSupport/ChromeClientWinCE.h:
119        * WebCoreSupport/ContextMenuClientWinCE.h:
120        * WebCoreSupport/DragClientWinCE.h:
121        * WebCoreSupport/EditorClientWinCE.h:
122        * WebCoreSupport/FrameLoaderClientWinCE.h:
123        * WebCoreSupport/FrameNetworkingContextWinCE.h:
124        * WebCoreSupport/InspectorClientWinCE.h:
125        * WebCoreSupport/PlatformStrategiesWinCE.h:
126
1272013-12-03  Joseph Pecoraro  <pecoraro@apple.com>
128
129        Web Inspector: Push Remote Inspector debugging connection management into JavaScriptCore
130        https://bugs.webkit.org/show_bug.cgi?id=124613
131
132        Reviewed by Timothy Hatcher.
133
134        * WebCoreSupport/InspectorClientWinCE.h:
135
1362013-11-04  Zhuang Zhigang  <zhuangzg@cn.fujitsu.com>
137
138        Change structure of frame tree in WINCE port.
139        https://bugs.webkit.org/show_bug.cgi?id=121079
140
141        Reviewed by Darin Adler.
142
143        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
144        (WebKit::FrameLoaderClientWinCE::createFrame):
145        * WebView.cpp:
146        (WebView::createFrame):
147        * WebView.h:
148
1492013-11-03  Patrick Gansterer  <paroga@webkit.org>
150
151        [WINCE] Replace OwnPtr with GDIObject
152        https://bugs.webkit.org/show_bug.cgi?id=123670
153
154        Reviewed by Anders Carlsson.
155
156        * WebView.cpp:
157        (WebView::paint):
158        (WebView::handlePaint):
159        * WebView.h:
160
1612013-11-02  Patrick Gansterer  <paroga@webkit.org>
162
163        Add OVERRIDE keyword to WebCoreSupport classes
164        https://bugs.webkit.org/show_bug.cgi?id=123672
165
166        Reviewed by Darin Adler.
167
168        Also align the function parameters with the base classes
169        and remove useless functions.
170
171        * WebCoreSupport/ChromeClientWinCE.cpp:
172        * WebCoreSupport/ChromeClientWinCE.h:
173        * WebCoreSupport/ContextMenuClientWinCE.cpp:
174        * WebCoreSupport/ContextMenuClientWinCE.h:
175        * WebCoreSupport/DragClientWinCE.cpp:
176        (WebKit::DragClientWinCE::willPerformDragDestinationAction):
177        (WebKit::DragClientWinCE::willPerformDragSourceAction):
178        (WebKit::DragClientWinCE::actionMaskForDrag):
179        (WebKit::DragClientWinCE::startDrag):
180        * WebCoreSupport/DragClientWinCE.h:
181        * WebCoreSupport/EditorClientWinCE.h:
182        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
183        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForResponse):
184        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForNewWindowAction):
185        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForNavigationAction):
186        (WebKit::FrameLoaderClientWinCE::dispatchWillSubmitForm):
187        * WebCoreSupport/FrameLoaderClientWinCE.h:
188        * WebCoreSupport/FrameNetworkingContextWinCE.h:
189        * WebCoreSupport/InspectorClientWinCE.cpp:
190        * WebCoreSupport/InspectorClientWinCE.h:
191        * WebCoreSupport/PlatformStrategiesWinCE.h:
192
1932013-11-02  Patrick Gansterer  <paroga@webkit.org>
194
195        Various small WinCE build fixes
196
197        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
198        (WebKit::FrameLoaderClientWinCE::transitionToCommittedForNewPage):
199        * WebView.cpp:
200
2012013-10-03  Sam Weinig  <sam@webkit.org>
202
203        Remove shouldRubberBandInDirection from the WKBundlePageUIClient
204        https://bugs.webkit.org/show_bug.cgi?id=122309
205
206        Reviewed by Andreas Kling.
207
208        * WebCoreSupport/ChromeClientWinCE.h:
209
2102013-10-01  Sam Weinig  <sam@webkit.org>
211
212        CTTE: DOMWrapperWorlds should be passed around by reference
213        https://bugs.webkit.org/show_bug.cgi?id=122206
214
215        Reviewed by Andreas Kling.
216
217        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
218        (WebKit::FrameLoaderClientWinCE::dispatchDidClearWindowObjectInWorld):
219        * WebCoreSupport/FrameLoaderClientWinCE.h:
220
2212013-09-30  Patrick Gansterer  <paroga@webkit.org>
222
223        Unreviewed WinCE build fix after r153927.
224
225        * WebView.cpp:
226        (WebView::WebView):
227
2282013-09-30  Patrick Gansterer  <paroga@webkit.org>
229
230        Unreviewed WinCE build fix after r155289.
231
232        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
233        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForResponse):
234        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForNewWindowAction):
235        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForNavigationAction):
236        (WebKit::FrameLoaderClientWinCE::dispatchWillSubmitForm):
237
2382013-09-30  Patrick Gansterer  <paroga@webkit.org>
239
240        Unreviewed WinCE build fix after r154178.
241
242        * WebView.cpp:
243        (WebView::wndProc):
244
2452013-09-26  Darin Adler  <darin@apple.com>
246
247        rename KURL to URL
248        https://bugs.webkit.org/show_bug.cgi?id=16214
249
250        Reviewed by Andreas Kling.
251
252        * many files: Renamed, using script.
253
2542013-09-16  Enrica Casucci  <enrica@apple.com>
255
256        Remove unused function didSetSelectionTypesForPasteboard from EditorClient.
257        https://bugs.webkit.org/show_bug.cgi?id=121464
258
259        Reviewed by Darin Adler.
260
261        * WebCoreSupport/EditorClientWinCE.cpp:
262        * WebCoreSupport/EditorClientWinCE.h:
263
2642013-08-24  Darin Adler  <darin@apple.com>
265
266        Frame::tree should return a reference instead of a pointer
267        https://bugs.webkit.org/show_bug.cgi?id=120259
268
269        Reviewed by Andreas Kling.
270
271        * WebView.cpp:
272        (WebView::createFrame):
273        Use tree(). instead of tree()->.
274
2752013-08-19  Pratik Solanki  <psolanki@apple.com>
276
277        <https://webkit.org/b/119918> Frame::selection() should return a reference
278
279        Reviewed by Darin Adler.
280
281        m_selection is never NULL so return a reference from Frame::selection(). Also removed some
282        unnecessary null checks and assert diff ts exposed as a result.
283
284        * WebCoreSupport/EditorClientWinCE.cpp:
285        (WebKit::EditorClientWinCE::handleEditingKeyboardEvent):
286
2872013-08-15  Anders Carlsson  <andersca@apple.com>
288
289        <https://webkit.org/b/119859> Frame::loader() should return a reference
290
291        Reviewed by Andreas Kling.
292
293        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
294        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForResponse):
295        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForNewWindowAction):
296        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForNavigationAction):
297        (WebKit::FrameLoaderClientWinCE::dispatchWillSubmitForm):
298        * WebCoreSupport/FrameNetworkingContextWinCE.cpp:
299        (WebKit::FrameNetworkingContextWinCE::referrer):
300        * WebView.cpp:
301        (WebView::createFrame):
302        (WebView::load):
303        (WebView::reload):
304        (WebView::stop):
305
3062013-07-25  Andreas Kling  <akling@apple.com>
307
308        ChromeClient::focusedNodeChanged() should be focusedElementChanged().
309        <http://webkit.org/b/119110>
310
311        Reviewed by Anders Carlsson.
312
313        * WebCoreSupport/ChromeClientWinCE.cpp:
314        (WebKit::ChromeClientWinCE::focusedElementChanged):
315        * WebCoreSupport/ChromeClientWinCE.h:
316
3172013-06-26  Patrick Gansterer  <paroga@webkit.org>
318
319        Unreviewed WinCE build fix after r152065.
320
321        * WebCoreSupport/ChromeClientWinCE.cpp:
322        (WebKit::ChromeClientWinCE::AXStartFrameLoad):
323        (WebKit::ChromeClientWinCE::AXFinishFrameLoad):
324        * WebCoreSupport/ChromeClientWinCE.h:
325
3262013-05-19  Anders Carlsson  <andersca@apple.com>
327
328        Remove ChromeClient::webView()
329        https://bugs.webkit.org/show_bug.cgi?id=116054
330
331        Reviewed by Darin Adler.
332
333        This blatantly horrible layer violation was only used to know if a ChromeClient is an empty
334        client or not. We already have a (slightly less horrible) way to do that.
335
336        * WebCoreSupport/ChromeClientWinCE.h:
337        (ChromeClientWinCE):
338
3392013-05-13  Anders Carlsson  <andersca@apple.com>
340
341        Frame::editor() should return a reference
342        https://bugs.webkit.org/show_bug.cgi?id=116037
343
344        Reviewed by Darin Adler.
345
346        * WebCoreSupport/EditorClientWinCE.cpp:
347        (WebKit::EditorClientWinCE::handleEditingKeyboardEvent):
348
3492013-04-29  Patrick Gansterer  <paroga@webkit.org>
350
351        Unreviewed build fix.
352
353        * WebCoreSupport/FrameLoaderClientWinCE.cpp: Added missing header.
354        * WebView.h: Ditto.
355
3562013-04-25  Joseph Pecoraro  <pecoraro@apple.com>
357
358        Web Inspector: ConsoleMessage should include line and column number where possible
359        https://bugs.webkit.org/show_bug.cgi?id=114929
360
361        Reviewed by Timothy Hatcher.
362
363        * WebCoreSupport/ChromeClientWinCE.cpp:
364        (WebKit::ChromeClientWinCE::addMessageToConsole):
365        * WebCoreSupport/ChromeClientWinCE.h:
366
3672013-04-18  Patrick Gansterer  <paroga@webkit.org>
368
369        Unreviewed WinCE build fix after r148545.
370
371        * WebCoreSupport/EditorClientWinCE.cpp:
372        * WebView.cpp:
373
3742013-04-15  Patrick Gansterer  <paroga@webkit.org>
375
376        Unreviewed WinCE build fix after r148373.
377
378        * WebCoreSupport/EditorClientWinCE.cpp:
379
3802013-04-06  Patrick Gansterer  <paroga@webkit.org>
381
382        Unreviewed WinCE build fix after r145849.
383
384        * WebCoreSupport/EditorClientWinCE.cpp:
385
3862013-03-15  Nate Chapin  <japhet@chromium.org>
387
388        Hide MainResourceLoader from the outside world
389        https://bugs.webkit.org/show_bug.cgi?id=109971
390
391        Reviewed by Adam Barth.
392
393        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
394        (WebKit::FrameLoaderClientWinCE::convertMainResourceLoadToDownload):
395        * WebCoreSupport/FrameLoaderClientWinCE.h:
396        (FrameLoaderClientWinCE):
397
3982013-03-15  Abhishek Arya  <inferno@chromium.org>
399
400        Replace static_casts with to* helper functions.
401        https://bugs.webkit.org/show_bug.cgi?id=112401
402
403        Reviewed by Stephen Chenney.
404
405        to* helper functions are preferred over static_cast calls since they
406        help to catch bad casts easily on the testing infrastructure.
407
408        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
409        (WebKit::FrameLoaderClientWinCE::redirectDataToPlugin):
410
4112013-03-14  Manuel Rego Casasnovas  <rego@igalia.com>
412
413        Add selectTrailingWhitespaceEnabled setting to WebCore::Page
414        https://bugs.webkit.org/show_bug.cgi?id=109404
415
416        Reviewed by Tony Chang.
417
418        Use new settings for smartInsertDeleteEnabled and
419        selectTrailingWhitespaceEnabled.
420
421        * WebCoreSupport/EditorClientWinCE.cpp:
422        (WebKit::EditorClientWinCE::smartInsertDeleteEnabled):
423        (WebKit::EditorClientWinCE::isSelectTrailingWhitespaceEnabled):
424
4252013-02-11  Ryosuke Niwa  <rniwa@webkit.org>
426
427        Disable delete button controller on non-Mac ports and delete EditorClient::shouldShowDeleteInterface
428        https://bugs.webkit.org/show_bug.cgi?id=109534
429
430        Reviewed by Anders Carlsson.
431
432        * WebCoreSupport/EditorClientWinCE.cpp:
433        (WebKit):
434        * WebCoreSupport/EditorClientWinCE.h:
435        (EditorClientWinCE):
436
4372013-02-03  KwangYong Choi  <ky0.choi@samsung.com>
438
439        Fix build warning after r141473
440        https://bugs.webkit.org/show_bug.cgi?id=108782
441
442        Reviewed by Kentaro Hara.
443
444        Fix -Wunused-parameter build warning.
445
446        * WebCoreSupport/EditorClientWinCE.cpp:
447        (WebKit::EditorClientWinCE::getClientPasteboardDataForRange):
448
4492013-01-31  Enrica Casucci  <enrica@apple.com>
450
451        WebKit2: provide new bundle APIs to allow bundle clients to be notified of pasteboard access.
452        https://bugs.webkit.org/show_bug.cgi?id=108396.
453        <rdar://problem/12920461>
454
455        Reviewed by Alexey Proskuryakov.
456
457        Adds stub implementation for WebKit of the new EditorClient methods.
458
459        * WebCoreSupport/EditorClientWinCE.cpp:
460        (WebKit::EditorClientWinCE::willWriteSelectionToPasteboard):
461        (WebKit::EditorClientWinCE::getClientPasteboardDataForRange):
462        * WebCoreSupport/EditorClientWinCE.h:
463
4642013-01-24  Patrick Gansterer  <paroga@webkit.org>
465
466        Unreviewed WinCE build fix after r139078.
467
468        * WebCoreSupport/ChromeClientWinCE.h:
469        (ChromeClientWinCE):
470
4712013-01-22  Anders Carlsson  <andersca@apple.com>
472
473        Use a platforom strategy for local storage
474        https://bugs.webkit.org/show_bug.cgi?id=107600
475
476        Reviewed by Andreas Kling.
477
478        Update for new storage strategy.
479
480        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
481        (PlatformStrategiesWinCE::createStorageStrategy):
482        * WebCoreSupport/PlatformStrategiesWinCE.h:
483        (PlatformStrategiesWinCE):
484
4852013-01-18  Seokju Kwon  <seokju.kwon@gmail.com>
486
487        Add explicit keyword to constructors in platform-specific InspectorClient
488        https://bugs.webkit.org/show_bug.cgi?id=107255
489
490        Reviewed by Kentaro Hara.
491
492        Add explicit keyword to constructors that take one argument
493        in platform-specific implementation of InspectorClient.
494        And fix some coding style.
495
496        * WebCoreSupport/InspectorClientWinCE.h:
497        (InspectorClientWinCE):
498
4992013-01-08  Mark Lam  <mark.lam@apple.com>
500
501        Removed the need for the ProposedDatabase mechanism.
502        https://bugs.webkit.org/show_bug.cgi?id=106292.
503
504        Reviewed by Sam Weinig.
505
506        * WebCoreSupport/ChromeClientWinCE.cpp:
507        (WebKit::ChromeClientWinCE::exceededDatabaseQuota):
508        * WebCoreSupport/ChromeClientWinCE.h:
509        (ChromeClientWinCE):
510
5112012-12-23  Alexey Proskuryakov  <ap@apple.com>
512
513        <rdar://problem/12808377> Network process should respect cookie accept policy
514        https://bugs.webkit.org/show_bug.cgi?id=105684
515
516        Reviewed by Sam Weinig.
517
518        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
519        * WebCoreSupport/PlatformStrategiesWinCE.h:
520        CookiesStrategy no longer has notifyCookiesChanged(). This port didn't use it anyway.
521
5222012-12-22  Alexey Proskuryakov  <ap@apple.com>
523
524        Add a separate class for networking related storage
525        https://bugs.webkit.org/show_bug.cgi?id=105676
526
527        Reviewed by Sam Weinig.
528
529        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
530        (PlatformStrategiesWinCE::cookiesForDOM):
531        (PlatformStrategiesWinCE::setCookiesFromDOM):
532        (PlatformStrategiesWinCE::cookiesEnabled):
533        (PlatformStrategiesWinCE::cookieRequestHeaderFieldValue):
534        (PlatformStrategiesWinCE::getRawCookies):
535        (PlatformStrategiesWinCE::deleteCookie):
536        * WebCoreSupport/PlatformStrategiesWinCE.h:
537        Cookie functions now take a NetworkStorageSession, not a NetworkingContext.
538
5392012-12-18  Alexey Proskuryakov  <ap@apple.com>
540
541        Remove unnecessary functions from CookiesStrategy
542        https://bugs.webkit.org/show_bug.cgi?id=105369
543
544        Reviewed by Brady Eidson.
545
546        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
547        * WebCoreSupport/PlatformStrategiesWinCE.h:
548
5492012-12-15  Anders Carlsson  <andersca@apple.com>
550
551        Rename FrameLoaderClient::download to convertMainResourceLoadToDownload
552        https://bugs.webkit.org/show_bug.cgi?id=105122
553
554        Reviewed by Andreas Kling.
555
556        Update for WebCore changes.
557
558        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
559        (WebKit::FrameLoaderClientWinCE::convertMainResourceLoadToDownload):
560        * WebCoreSupport/FrameLoaderClientWinCE.h:
561        (FrameLoaderClientWinCE):
562
5632012-12-15  Mark Lam  <mark.lam@apple.com>
564
565        Re-landing patch for "Introducing the DatabaseStrategy and database servers".
566        https://bugs.webkit.org/show_bug.cgi?id=104934.
567
568        Not reviewed.
569
570        Merged from r137767. Previously reviewed by Sam Weinig.
571
572        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
573        (PlatformStrategiesWinCE::createDatabaseStrategy):
574        * WebCoreSupport/PlatformStrategiesWinCE.h:
575        (PlatformStrategiesWinCE):
576
5772012-12-14  Sheriff Bot  <webkit.review.bot@gmail.com>
578
579        Unreviewed, rolling out r137767.
580        http://trac.webkit.org/changeset/137767
581        https://bugs.webkit.org/show_bug.cgi?id=105062
582
583        Broke Mac builds. (Requested by mlam on #webkit).
584
585        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
586        * WebCoreSupport/PlatformStrategiesWinCE.h:
587        (PlatformStrategiesWinCE):
588
5892012-12-14  Mark Lam  <mark.lam@apple.com>
590
591        Introducing the DatabaseStrategy and database servers.
592        https://bugs.webkit.org/show_bug.cgi?id=104934.
593
594        Reviewed by Sam Weinig.
595
596        The database server is currently a placeholder that does nothing.
597
598        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
599        (PlatformStrategiesWinCE::createDatabaseStrategy):
600        * WebCoreSupport/PlatformStrategiesWinCE.h:
601        (PlatformStrategiesWinCE):
602
6032012-12-11  Mike West  <mkwst@chromium.org>
604
605        Web Inspector: ConsoleTypes should not expose MessageType - it should be private to inspector.
606        https://bugs.webkit.org/show_bug.cgi?id=66371
607
608        Reviewed by Pavel Feldman.
609
610        Drops WebCore::MessageType from the addMessageToConsole method.
611
612        * WebCoreSupport/ChromeClientWinCE.cpp:
613        (WebKit::ChromeClientWinCE::addMessageToConsole):
614        * WebCoreSupport/ChromeClientWinCE.h:
615        (ChromeClientWinCE):
616
6172012-11-29  Alexey Proskuryakov  <ap@apple.com>
618
619        [WK2] Forward cookie jar calls to NetworkProcess
620        https://bugs.webkit.org/show_bug.cgi?id=103457
621
622        Reviewed by Darin Adler.
623
624        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
625        (PlatformStrategiesWinCE::cookiesForDOM):
626        (PlatformStrategiesWinCE::setCookiesFromDOM):
627        (PlatformStrategiesWinCE::cookiesEnabled):
628        (PlatformStrategiesWinCE::cookieRequestHeaderFieldValue):
629        (PlatformStrategiesWinCE::getRawCookies):
630        (PlatformStrategiesWinCE::deleteCookie):
631        (PlatformStrategiesWinCE::getHostnamesWithCookies):
632        (PlatformStrategiesWinCE::deleteCookiesForHostname):
633        (PlatformStrategiesWinCE::deleteAllCookies):
634
6352012-11-27  James Simonsen  <simonjam@chromium.org>
636
637        Consolidate FrameLoader::load() into one function taking a FrameLoadRequest
638        https://bugs.webkit.org/show_bug.cgi?id=102151
639
640        Reviewed by Adam Barth.
641
642        * WebView.cpp:
643        (WebView::load):
644
6452012-11-27  Sheriff Bot  <webkit.review.bot@gmail.com>
646
647        Unreviewed, rolling out r135786.
648        http://trac.webkit.org/changeset/135786
649        https://bugs.webkit.org/show_bug.cgi?id=103379
650
651        It made 3 plugin tests timeout on several platforms (Requested
652        by Ossy on #webkit).
653
654        * WebView.cpp:
655        (WebView::load):
656
6572012-11-26  James Simonsen  <simonjam@chromium.org>
658
659        Consolidate FrameLoader::load() into one function taking a FrameLoadRequest
660        https://bugs.webkit.org/show_bug.cgi?id=102151
661
662        Reviewed by Adam Barth.
663
664        * WebView.cpp:
665        (WebView::load):
666
6672012-11-20  Sheriff Bot  <webkit.review.bot@gmail.com>
668
669        Unreviewed, rolling out r135295.
670        http://trac.webkit.org/changeset/135295
671        https://bugs.webkit.org/show_bug.cgi?id=102834
672
673        This patch causes assertion to some layout tests on chromium
674        (Requested by jianli on #webkit).
675
676        * WebView.cpp:
677        (WebView::load):
678
6792012-11-20  James Simonsen  <simonjam@chromium.org>
680
681        Consolidate FrameLoader::load() into one function taking a FrameLoadRequest
682        https://bugs.webkit.org/show_bug.cgi?id=102151
683
684        Reviewed by Adam Barth.
685
686        * WebView.cpp:
687        (WebView::load):
688
6892012-10-24  Brady Eidson  <beidson@apple.com>
690
691        Add a strategy for loader customization.
692        https://bugs.webkit.org/show_bug.cgi?id=100278
693
694        Reviewed by Alexey Proskuryakov.
695
696        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
697        (PlatformStrategiesWinCE::createLoaderStrategy):
698        * WebCoreSupport/PlatformStrategiesWinCE.h:
699        (PlatformStrategiesWinCE):
700
7012012-10-23  Alexey Proskuryakov  <ap@apple.com>
702
703        Add a strategy for shared workers
704        https://bugs.webkit.org/show_bug.cgi?id=100165
705
706        Reviewed by Brady Eidson.
707
708        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
709        (PlatformStrategiesWinCE::createPasteboardStrategy):
710        (PlatformStrategiesWinCE::createSharedWorkerStrategy):
711        (PlatformStrategiesWinCE::createVisitedLinkStrategy):
712        * WebCoreSupport/PlatformStrategiesWinCE.h:
713
7142012-10-10  Jon Lee  <jonlee@apple.com>
715
716        [WK2] Activate plugins when user clicks on snapshot
717        https://bugs.webkit.org/show_bug.cgi?id=98328
718        <rdar://problem/12426681>
719
720        Reviewed by Brady Eidson.
721
722        * WebCoreSupport/FrameLoaderClientWinCE.h:
723        (WebKit::FrameLoaderClientWinCE::recreatePlugin): Stub implementation of recreatePlugin().
724
7252012-10-07  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
726
727        Rename first/second to key/value in HashMap iterators
728        https://bugs.webkit.org/show_bug.cgi?id=82784
729
730        Reviewed by Eric Seidel.
731
732        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
733        (PlatformStrategiesWinCE::getPluginInfo):
734
7352012-10-04  Simon Fraser  <simon.fraser@apple.com>
736
737        Standardize on "flush" terminology for compositing layer flushing/syncing
738        https://bugs.webkit.org/show_bug.cgi?id=98321
739
740        Reviewed by Simon Fraser.
741
742        Rename compositing-related methods that refer to "syncing" to instead
743        refer to "flushing".
744
745        * WebCoreSupport/ChromeClientWinCE.cpp:
746        (WebKit::ChromeClientWinCE::scheduleCompositingLayerFlush):
747        * WebCoreSupport/ChromeClientWinCE.h:
748        (ChromeClientWinCE):
749
7502012-09-28  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
751
752        Code inside FrameLoaderClient::canShowMIMEType() implementations can be shared among different WK ports
753        https://bugs.webkit.org/show_bug.cgi?id=97547
754
755        Reviewed by Adam Barth.
756
757        Newly added WebCore::MIMETypeRegistry::canShowMIMEType() function is used
758        inside WebKit::FrameLoaderClientWinCE::canShowMIMEType().
759
760        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
761        (WebKit::FrameLoaderClientWinCE::canShowMIMEType):
762
7632012-09-25  Beth Dakin  <bdakin@apple.com>
764
765        https://bugs.webkit.org/show_bug.cgi?id=95397
766        Need to merge didFirstVisuallyNonEmptyLayout and 
767        didNewFirstVisuallyNonEmptyLayout
768        -and corresponding-
769        <rdar://problem/10791680>
770
771        Reviewed by Sam Weinig.
772
773        Remove dispatchDidFirstLayout, 
774        dispatchDidFirstVisuallyNonEmptyLayout, and 
775        dispatchDidNewFirstVisuallyNonEmptyLayout. Their functionality 
776        is now replaced by dispatchDidLayout(LayoutMilestones)
777        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
778        (WebKit::FrameLoaderClientWinCE::dispatchDidLayout):
779        * WebCoreSupport/FrameLoaderClientWinCE.h:
780        (FrameLoaderClientWinCE):
781
7822012-08-28  Sheriff Bot  <webkit.review.bot@gmail.com>
783
784        Unreviewed, rolling out r126914.
785        http://trac.webkit.org/changeset/126914
786        https://bugs.webkit.org/show_bug.cgi?id=95239
787
788        it breaks everything and fixes nothing (Requested by pizlo on
789        #webkit).
790
791        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
792        (PlatformStrategiesWinCE::getPluginInfo):
793
7942012-08-28  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
795
796        Rename first/second to key/value in HashMap iterators
797        https://bugs.webkit.org/show_bug.cgi?id=82784
798
799        Reviewed by Eric Seidel.
800
801        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
802        (PlatformStrategiesWinCE::getPluginInfo):
803
8042012-08-27  Sheriff Bot  <webkit.review.bot@gmail.com>
805
806        Unreviewed, rolling out r126836.
807        http://trac.webkit.org/changeset/126836
808        https://bugs.webkit.org/show_bug.cgi?id=95163
809
810        Broke all Apple ports, EFL, and Qt. (Requested by tkent on
811        #webkit).
812
813        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
814        (PlatformStrategiesWinCE::getPluginInfo):
815
8162012-08-27  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
817
818        Rename first/second to key/value in HashMap iterators
819        https://bugs.webkit.org/show_bug.cgi?id=82784
820
821        Reviewed by Eric Seidel.
822
823        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
824        (PlatformStrategiesWinCE::getPluginInfo):
825
8262012-08-13  Tom Sepez  <tsepez@chromium.org>
827
828        [chromium] release FrameLoaderClientImpl::m_pluginWidget refptr upon Plugin Document detach.
829        https://bugs.webkit.org/show_bug.cgi?id=93283
830
831        Reviewed by Eric Seidel.
832
833        Change the client redirectDataToPlugin method(s) to expect the possibility of
834        a NULL argument, keeping existing behaviour otherwise.
835
836        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
837        (WebKit::FrameLoaderClientWinCE::redirectDataToPlugin):
838
8392012-07-23  Pierre Rossi  <pierre.rossi@gmail.com>
840
841        Unify numTouchEventHandlersChanged and needTouchEvents in the chrome client
842        https://bugs.webkit.org/show_bug.cgi?id=91006
843
844        Reviewed by Ryosuke Niwa.
845
846        Remove numTouchEventHandlersChanged stub.
847
848        * WebCoreSupport/ChromeClientWinCE.h:
849
8502012-07-17  Vivek Galatage  <vivekgalatage@gmail.com>
851
852        Web Inspector: refactor InspectorController::connectFrontend() to accept InspectorFrontendChannel.
853        https://bugs.webkit.org/show_bug.cgi?id=91196
854
855        Reviewed by Pavel Feldman.
856
857        Refactoring InspectorClients. InspectorClient::openInspectorFrontend
858        now returning the InspectorFrontendChannel.
859
860        * WebCoreSupport/InspectorClientWinCE.cpp:
861        (WebKit::InspectorClientWinCE::openInspectorFrontend):
862        * WebCoreSupport/InspectorClientWinCE.h:
863        (InspectorClientWinCE):
864
8652012-05-31  Hajime Morrita  <morrita@chromium.org>
866
867        REGRESSION(r117572): editing/spelling/spellcheck-async-remove-frame.html crashes on Mac
868        https://bugs.webkit.org/show_bug.cgi?id=86859
869
870        Reviewed by Ryosuke Niwa.
871
872        * WebCoreSupport/EditorClientWinCE.h:
873        (WebKit::EditorClientWinCE::requestCheckingOfString):
874
8752012-05-30  Patrick Gansterer  <paroga@webkit.org>
876
877        Unreviewed WinCE build fix after r115926.
878
879        * WebView.cpp:
880
8812012-05-30  Patrick Gansterer  <paroga@webkit.org>
882
883        Unreviewed WinCE build fix after r117470.
884
885        * WebCoreSupport/EditorClientWinCE.h:
886        (EditorClientWinCE):
887
8882012-05-18  MORITA Hajime <morrita@google.com>
889
890        Another unreviewed attempt to fix build breakage on r117572.
891
892        * WebCoreSupport/EditorClientWinCE.h:
893        (WebKit::EditorClientWinCE::frameWillDetachPage):
894
8952012-05-18  MORITA Hajime  <morrita@google.com>
896
897        https://bugs.webkit.org/show_bug.cgi?id=85515
898        Stale frame in WebCore::SpellChecker::didCheckSucceeded
899
900        Reviewed by Ryosuke Niwa.
901
902        * WebCoreSupport/EditorClientWinCE.h:
903        (WebKit::EditorClientWinCE::frameWillDetachPage):
904
9052012-05-17  Hironori Bono  <hbono@chromium.org>
906
907        [Refactoring] Move platform-specific code in Editor::respondToChangedSelection to the WebKit layer
908        https://bugs.webkit.org/show_bug.cgi?id=86591
909
910        Reviewed by Ryosuke Niwa.
911
912        This change adds a TextCheckerClient::shouldEraseMarkersAfterChangeSelection
913        function to remove platform-specific code from Editor::respondToChangedSelection
914        function.
915
916        No new tests, no change in behavior.
917
918        * WebCoreSupport/EditorClientWinCE.cpp:
919        (WebKit::EditorClientWinCE::shouldEraseMarkersAfterChangeSelection):
920        (WebKit):
921        * WebCoreSupport/EditorClientWinCE.h:
922        (EditorClientWinCE):
923
9242012-05-04  Nate Chapin  <japhet@chromium.org>
925
926        Don't require FrameLoaderClient to manufacture a commitData() call for empty documents.
927        https://bugs.webkit.org/show_bug.cgi?id=85533
928
929        Reviewed by Alexey Proskuryakov.
930
931        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
932        (WebKit::FrameLoaderClientWinCE::finishedLoading):
933
9342012-04-18  Jon Honeycutt  <jhoneycutt@apple.com>
935
936        FrameLoaderClient::dispatchWillSendSubmitEvent() should be given more
937        information about the form being submitted
938        https://bugs.webkit.org/show_bug.cgi?id=84297
939
940        Reviewed by Andy Estes.
941
942        * WebCoreSupport/FrameLoaderClientWinCE.h:
943        (WebKit::FrameLoaderClientWinCE::dispatchWillSendSubmitEvent):
944        Updated method declaration.
945
9462012-03-30  Patrick Gansterer  <paroga@webkit.org>
947
948        [WinCE] Correct <wtf/*.h> include paths.
949        https://bugs.webkit.org/show_bug.cgi?id=82713
950
951        Reviewed by Eric Seidel.
952
953        Modify the #include declarations for several WinCE-related files
954        so that the wtf types are included using the full path.
955
956        * WebView.cpp:
957        * WebView.h:
958
9592012-03-28  Nate Chapin  <japhet@chromium.org>
960
961        Remove dispatchDidLoadMainResource callback, since no
962        port implements it.
963        https://bugs.webkit.org/show_bug.cgi?id=82539
964
965        Reviewed by Alexey Proskuryakov.
966
967        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
968        (WebKit):
969        * WebCoreSupport/FrameLoaderClientWinCE.h:
970        (FrameLoaderClientWinCE):
971
9722012-03-19  Adam Barth  <abarth@webkit.org>
973
974        Remove support for "magic" iframe
975        https://bugs.webkit.org/show_bug.cgi?id=81590
976
977        Reviewed by Eric Seidel.
978
979        Remove FrameLoaderClient methods that no longer exist.
980
981        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
982        (WebKit):
983        * WebCoreSupport/FrameLoaderClientWinCE.h:
984        (FrameLoaderClientWinCE):
985
9862012-03-13  Jon Lee  <jonlee@apple.com>
987
988        Separate NOTIFICATIONS and LEGACY_NOTIFICATIONS
989        https://bugs.webkit.org/show_bug.cgi?id=80922
990        <rdar://problem/11035082>
991
992        Reviewed by Jian Li.
993
994        You can include either NOTIFICATIONS or LEGACY_NOTIFICATIONS and have a complete API.
995        LEGACY_NOTIFICATIONS should cover all of the previous functionality, and NOTIFICATIONS will cover the
996        new API. Therefore, APIs that are common between the two will have:
997        #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
998
999        This patch initially sets both to be exactly the same. As other bugs with patches begin to migrate to
1000        the new API, the defines will begin to split. This allows ports to decide which set of APIs to include.
1001
1002        Update everything to be #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
1003        * WebCoreSupport/ChromeClientWinCE.h:
1004        (ChromeClientWinCE):
1005
10062012-03-13  Adam Barth  <abarth@webkit.org> && Benjamin Poulain  <bpoulain@apple.com>
1007
1008        Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
1009        https://bugs.webkit.org/show_bug.cgi?id=78853
1010
1011        Reviewed by Adam Barth.
1012
1013        * WebCoreSupport/ChromeClientWinCE.cpp:
1014        * WebCoreSupport/ChromeClientWinCE.h:
1015        (ChromeClientWinCE):
1016
10172012-03-09  Jon Lee  <jonlee@apple.com>
1018
1019        Rename NotificationPresenter to NotificationClient
1020        https://bugs.webkit.org/show_bug.cgi?id=80488
1021        <rdar://problem/10965558>
1022
1023        Reviewed by Kentaro Hara.
1024
1025        Refactor to use renamed WebCore::NotificationClient.
1026        * WebCoreSupport/ChromeClientWinCE.h:
1027        (ChromeClientWinCE):
1028
10292012-02-26  Hajime Morrita  <morrita@chromium.org>
1030
1031        Move ChromeClient::showContextMenu() to ContextMenuClient
1032        https://bugs.webkit.org/show_bug.cgi?id=79427
1033
1034        Reviewed by Adam Barth.
1035
1036        * WebCoreSupport/ChromeClientWinCE.h:
1037        (ChromeClientWinCE):
1038
10392012-02-24  Shinya Kawanaka  <shinyak@chromium.org>
1040
1041        SpellCheckRequest needs to know the context where the spellcheck happened.
1042        https://bugs.webkit.org/show_bug.cgi?id=79320
1043
1044        Reviewed by Hajime Morita.
1045
1046        * WebCoreSupport/EditorClientWinCE.h:
1047        (WebKit::EditorClientWinCE::requestCheckingOfString):
1048
10492012-02-23  Patrick Gansterer  <paroga@webkit.org>
1050
1051        Unreviewed WinCE build fix after r108462.
1052
1053        * WebCoreSupport/EditorClientWinCE.h:
1054        (EditorClientWinCE):
1055
10562012-02-21  Ryosuke Niwa  <rniwa@webkit.org>
1057
1058        Remove the remaining uses of CSSStyleDeclaration in Editor
1059        https://bugs.webkit.org/show_bug.cgi?id=78939
1060
1061        Reviewed by Enrica Casucci.
1062
1063        * WebCoreSupport/EditorClientWinCE.cpp:
1064        (WebKit::EditorClientWinCE::shouldApplyStyle):
1065
10662012-02-22  Ryosuke Niwa  <rniwa@webkit.org>
1067
1068        Remove the remaining uses of CSSStyleDeclaration in Editor
1069        https://bugs.webkit.org/show_bug.cgi?id=78939
1070
1071        Reviewed by Enrica Casucci.
1072
1073        * WebCoreSupport/EditorClientWinCE.cpp:
1074        (WebKit::EditorClientWinCE::shouldApplyStyle):
1075
10762012-02-20  Benjamin Poulain  <benjamin@webkit.org>
1077
1078        Get rid of the LocalizationStrategy
1079        https://bugs.webkit.org/show_bug.cgi?id=78324
1080
1081        Reviewed by Sam Weinig.
1082
1083        Remove a useless #include of LocalizationStrategy.h.
1084
1085        * WebCoreSupport/PlatformStrategiesWinCE.h:
1086
10872012-02-15  Patrick Gansterer  <paroga@webkit.org>
1088
1089        Unreviewed WinCE build fix after r107606.
1090
1091        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
1092        (PlatformStrategiesWinCE::createPasteboardStrategy):
1093        * WebCoreSupport/PlatformStrategiesWinCE.h:
1094        (PlatformStrategiesWinCE):
1095
10962012-02-15  Sadrul Habib Chowdhury  <sadrul@chromium.org>
1097
1098        Notify ChromeClient when touch-event handlers are installed/removed.
1099        https://bugs.webkit.org/show_bug.cgi?id=77440
1100
1101        Reviewed by Darin Fisher and Ryosuke Niwa.
1102
1103        * WebCoreSupport/ChromeClientWinCE.h:
1104        (WebKit::ChromeClientWinCE::numTouchEventHandlersChanged):
1105
11062011-12-19  Sam Weinig  <sam@webkit.org>
1107
1108        More PlatformEvent cleanup
1109        https://bugs.webkit.org/show_bug.cgi?id=74831
1110
1111        Reviewed by Dan Bernstein.
1112
1113        * WebView.cpp:
1114        (WebView::handleMouseEvent):
1115        Update to use new names, access style.
1116
11172011-12-16  Ryosuke Niwa  <rniwa@webkit.org>
1118
1119        Rename registerCommandFor(Undo|Redo) to register(Undo|Redo)Step
1120        https://bugs.webkit.org/show_bug.cgi?id=74748
1121
1122        Reviewed by Eric Seidel.
1123
1124        * WebCoreSupport/EditorClientWinCE.cpp:
1125        (WebKit::EditorClientWinCE::registerUndoStep):
1126        (WebKit::EditorClientWinCE::registerRedoStep):
1127        * WebCoreSupport/EditorClientWinCE.h:
1128
11292011-12-16  Sam Weinig  <sam@webkit.org>
1130
1131        Give PlatformEvents a base class
1132        https://bugs.webkit.org/show_bug.cgi?id=74685
1133
1134        Reviewed by Anders Carlsson.
1135
1136        Add a base class for PlatformMouseEvent, PlatformKeyboardEvent, PlatformWheelEvent
1137        and PlatformGestureEvent and move Type enumeration and modifiers down to it.
1138
1139        * WebCoreSupport/EditorClientWinCE.cpp:
1140        (WebKit::EditorClientWinCE::handleEditingKeyboardEvent):
1141        * WebView.cpp:
1142        (WebView::handleKeyDown):
1143        (WebView::handleKeyPress):
1144        (WebView::handleKeyUp):
1145
11462011-12-16  Ryosuke Niwa  <rniwa@webkit.org>
1147
1148        Only EditCommandComposition should implement unapply and reapply
1149        https://bugs.webkit.org/show_bug.cgi?id=74490
1150
1151        Reviewed by Eric Seidel.
1152
1153        * WebCoreSupport/EditorClientWinCE.cpp:
1154        (WebKit::EditorClientWinCE::registerCommandForUndo):
1155        (WebKit::EditorClientWinCE::registerCommandForRedo):
1156        * WebCoreSupport/EditorClientWinCE.h:
1157
11582011-12-14  Jing Zhao  <jingzhao@chromium.org>
1159
1160        Opening two popup menus by dispatchEvent() makes problems.
1161        https://bugs.webkit.org/show_bug.cgi?id=73304
1162
1163        Reviewed by Ryosuke Niwa.
1164
1165        * WebCoreSupport/ChromeClientWinCE.cpp:
1166        (WebKit::ChromeClientWinCE::hasOpenedPopup): Not implemented.
1167        * WebCoreSupport/ChromeClientWinCE.h: Overrides hasOpenedPopup().
1168
11692011-11-30  Alexey Proskuryakov  <ap@apple.com>
1170
1171        Remove an unneeded argument from FrameLoaderClient::download
1172        https://bugs.webkit.org/show_bug.cgi?id=73486
1173
1174        Reviewed by Andreas Kling.
1175
1176        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1177        (WebKit::FrameLoaderClientWinCE::download):
1178        * WebCoreSupport/FrameLoaderClientWinCE.h:
1179        Updated for the change.
1180
11812011-11-26  Sheriff Bot  <webkit.review.bot@gmail.com>
1182
1183        Unreviewed, rolling out r101193.
1184        http://trac.webkit.org/changeset/101193
1185        https://bugs.webkit.org/show_bug.cgi?id=73158
1186
1187        Breaks Windows and Qt minimal. (Requested by pfeldman on
1188        #webkit).
1189
1190        * WebCoreSupport/InspectorClientWinCE.cpp:
1191        * WebCoreSupport/InspectorClientWinCE.h:
1192
11932011-11-22  Pavel Feldman  <pfeldman@google.com>
1194
1195        Web Inspector: remove Inspector::bringToFront from the protocol.
1196        https://bugs.webkit.org/show_bug.cgi?id=72937
1197
1198        Reviewed by Yury Semikhatsky.
1199
1200        * WebCoreSupport/InspectorClientWinCE.cpp:
1201        (WebKit::InspectorClientWinCE::bringFrontendToFront):
1202        * WebCoreSupport/InspectorClientWinCE.h:
1203
12042011-11-21  Andreas Kling  <kling@webkit.org>
1205
1206        Unreviewed WinCE build fix after r100874.
1207
1208        * WebCoreSupport/EditorClientWinCE.h:
1209        * WebCoreSupport/EditorClientWinCE.cpp:
1210        (WebKit::EditorClientWinCE::respondToChangedSelection):
1211
1212            Add WebCore::Frame* parameter to respondToChangedSelection().
1213
12142011-11-15  Anders Carlsson  <andersca@apple.com>
1215
1216        HostWindow screenToWindow/windowToScreen should be screenToRootView/rootViewToScreen
1217        https://bugs.webkit.org/show_bug.cgi?id=72397
1218
1219        Reviewed by Dan Bernstein.
1220
1221        * WebCoreSupport/ChromeClientWinCE.cpp:
1222        (WebKit::ChromeClientWinCE::rootViewToScreen):
1223        (WebKit::ChromeClientWinCE::screenToRootView):
1224        * WebCoreSupport/ChromeClientWinCE.h:
1225
12262011-11-14  Anders Carlsson  <andersca@apple.com>
1227
1228        HostWindow invalidation functions should use root view coordinates
1229        https://bugs.webkit.org/show_bug.cgi?id=72338
1230
1231        Reviewed by Dan Bernstein.
1232
1233        * WebCoreSupport/ChromeClientWinCE.cpp:
1234        (WebKit::ChromeClientWinCE::invalidateRootView):
1235        (WebKit::ChromeClientWinCE::invalidateContentsAndRootView):
1236        (WebKit::ChromeClientWinCE::invalidateContentsForSlowScroll):
1237        (WebKit::ChromeClientWinCE::scroll):
1238        * WebCoreSupport/ChromeClientWinCE.h:
1239
12402011-11-04  Patrick Gansterer  <paroga@webkit.org>
1241
1242        [WINCE] Use default LocalizationStrategy
1243        https://bugs.webkit.org/show_bug.cgi?id=71495
1244
1245        Reviewed by Adam Roben.
1246
1247        Use LocalizationStrategy from WebCore instead of using a copy of the strings in WebKit.
1248
1249        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
1250        * WebCoreSupport/PlatformStrategiesWinCE.h:
1251
12522011-11-02  Tom Sepez  <tsepez@chromium.org>
1253
1254        XSSAuditor is silent
1255        https://bugs.webkit.org/show_bug.cgi?id=70973
1256
1257        Reviewed by Adam Barth.
1258
1259        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1260        (WebKit::FrameLoaderClientWinCE::didDetectXSS):
1261        * WebCoreSupport/FrameLoaderClientWinCE.h:
1262
12632011-11-02  Jon Lee  <jonlee@apple.com>
1264
1265        <input=file multiple> default text uses singular instead of plural
1266        https://bugs.webkit.org/show_bug.cgi?id=71319
1267        <rdar://problem/10379021>
1268
1269        Reviewed by Darin Adler.
1270
1271        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
1272        (PlatformStrategiesWinCE::fileButtonNoFilesSelectedLabel):
1273        * WebCoreSupport/PlatformStrategiesWinCE.h:
1274
12752011-10-28  Jochen Eisinger  <jochen@chromium.org>
1276
1277        Rename a number of methods mentioning JavaScript to just Script instead
1278        https://bugs.webkit.org/show_bug.cgi?id=71105
1279
1280        Reviewed by Adam Barth.
1281
1282        * WebView.cpp:
1283        (WebView::WebView):
1284
12852011-10-07  Patrick Gansterer  <paroga@webkit.org>
1286
1287        Unreviewed build fix after r95604.
1288
1289        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
1290        (PlatformStrategiesWinCE::isLinkVisited):
1291        (PlatformStrategiesWinCE::addVisitedLink):
1292
12932011-09-24  Adam Barth  <abarth@webkit.org>
1294
1295        Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
1296        https://bugs.webkit.org/show_bug.cgi?id=68767
1297
1298        Reviewed by Eric Seidel.
1299
1300        * WebCoreSupport/ChromeClientWinCE.cpp:
1301        (WebKit::ChromeClientWinCE::reachedApplicationCacheOriginQuota):
1302        * WebCoreSupport/ChromeClientWinCE.h:
1303
13042011-09-21  Andras Becsi  <andras.becsi@nokia.com>
1305
1306        [Qt] Remove Qt specific code from css/SelectorChecker.cpp
1307        https://bugs.webkit.org/show_bug.cgi?id=67702
1308
1309        Reviewed by Csaba Osztrogonác.
1310
1311        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
1312        (PlatformStrategiesWinCE::addVisitedLink):
1313        * WebCoreSupport/PlatformStrategiesWinCE.h:
1314
13152011-09-17  Mihai Parparita  <mihaip@chromium.org>
1316
1317        FrameLoaderClient BackForwardList-related methods are unsued
1318        https://bugs.webkit.org/show_bug.cgi?id=68293
1319
1320        Reviewed by Darin Adler.
1321
1322        Remove FrameLoaderClient methods that were added by r51629, since only        
1323        the old (since-deleted) Android port needed them.
1324
1325        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1326        * WebCoreSupport/FrameLoaderClientWinCE.h:
1327
13282011-09-15  Adam Barth  <abarth@webkit.org>
1329
1330        Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
1331        https://bugs.webkit.org/show_bug.cgi?id=68205
1332
1333        Reviewed by Eric Seidel.
1334
1335        * WebCoreSupport/ChromeClientWinCE.cpp:
1336        * WebCoreSupport/ChromeClientWinCE.h:
1337
13382011-08-30  Ryosuke Niwa  <rniwa@webkit.org>
1339
1340        WinCE build fix attempt after r94080.
1341
1342        * WebCoreSupport/ChromeClientWinCE.cpp:
1343        (WebKit::ChromeClientWinCE::scrollRectIntoView):
1344
13452011-08-30  Kaustubh Atrawalkar  <kaustubh@motorola.com>
1346
1347        The unused ScrollView* argument can and should be removed from
1348        scrollRectIntoView.
1349        https://bugs.webkit.org/show_bug.cgi?id=67117
1350
1351        Reviewed by Darin Adler.
1352
1353        * WebCoreSupport/ChromeClientWinCE.h:
1354
13552011-08-17  Adam Roben  <aroben@apple.com>
1356
1357        Make WebCore keep track of the current device scale factor
1358
1359        Fixes <http://webkit.org/b/66413> WebCore requires every WebKit port to keep track of the
1360        device scale factor
1361
1362        Reviewed by Darin Adler.
1363
1364        * WebCoreSupport/ChromeClientWinCE.cpp:
1365        * WebCoreSupport/ChromeClientWinCE.h:
1366        Removed deviceScaleFactor.
1367
13682011-08-15  Dmitry Titov  <dimich@chromium.org>
1369
1370        FrameLoaderClient::transferLoadingResourceFromPage does not have enough parameters
1371        https://bugs.webkit.org/show_bug.cgi?id=66165
1372
1373        Reviewed by Darin Fisher.
1374
1375        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1376        (WebKit::FrameLoaderClientWinCE::transferLoadingResourceFromPage):
1377        * WebCoreSupport/FrameLoaderClientWinCE.h:
1378
13792011-08-10  Adam Roben  <aroben@apple.com>
1380
1381        Clear up scale factor terminology
1382
1383        WebKit by and large deals with two scale factors: one intrinsic to the device on which the
1384        software is running, and one that is per-Page and can be controlled via API calls. This
1385        patch names the former "deviceScaleFactor" and the latter "pageScaleFactor", and makes the
1386        code use those names. It should introduce no behavior changes.
1387
1388        Fixes <http://webkit.org/b/55787> WebKit uses multiple conflicting names to refer to the
1389        device scale factor
1390
1391        Reviewed by Simon Fraser.
1392
1393        * WebCoreSupport/ChromeClientWinCE.cpp:
1394        * WebCoreSupport/ChromeClientWinCE.h:
1395
13962011-08-03  Pavel Feldman  <pfeldman@chromium.org>
1397
1398        Web Inspector: remove Node parameter from the InspectorClient::highlight
1399        https://bugs.webkit.org/show_bug.cgi?id=65549
1400
1401        Reviewed by Yury Semikhatsky.
1402
1403        * WebCoreSupport/InspectorClientWinCE.cpp:
1404        (WebKit::InspectorClientWinCE::highlight):
1405        * WebCoreSupport/InspectorClientWinCE.h:
1406
14072011-07-26  Sadrul Habib Chowdhury  <sadrul@chromium.org>
1408
1409        Add support for download='filename' attribute in anchors.
1410        https://bugs.webkit.org/show_bug.cgi?id=64580
1411
1412        Reviewed by Adam Barth.
1413
1414        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1415        (WebKit::FrameLoaderClientWinCE::startDownload):
1416        * WebCoreSupport/FrameLoaderClientWinCE.h:
1417
14182011-07-15  Dan Bernstein  <mitz@apple.com>
1419
1420        REGRESSION: Mouse cursor doesn’t hide when full screen video HUD hides
1421        https://bugs.webkit.org/show_bug.cgi?id=64615
1422
1423        Reviewed by Anders Carlsson.
1424
1425        * WebCoreSupport/ChromeClientWinCE.cpp:
1426        (WebKit::ChromeClientWinCE::setCursorHiddenUntilMouseMoves): Added this stub.
1427        * WebCoreSupport/ChromeClientWinCE.h:
1428
14292011-07-12  Joseph Pecoraro  <joepeck@webkit.org>
1430
1431        ApplicationCache update should not immediately fail when reaching per-origin quota
1432        https://bugs.webkit.org/show_bug.cgi?id=64177
1433
1434        Reviewed by Alexey Proskuryakov.
1435
1436        * WebCoreSupport/ChromeClientWinCE.cpp:
1437        (WebKit::ChromeClientWinCE::reachedApplicationCacheOriginQuota):
1438        * WebCoreSupport/ChromeClientWinCE.h:
1439
14402011-06-30  Kentaro Hara  <haraken@google.com>
1441
1442        Reviewed by Kent Tamura.
1443
1444        Change the label of an HTML5 file chooser button to "Choose Files"
1445        https://bugs.webkit.org/show_bug.cgi?id=49245
1446
1447        We should notify capability of multiple files to users.
1448
1449        Test: fast/forms/input-file-label.html
1450
1451        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
1452        (PlatformStrategiesWinCE::fileButtonChooseFileLabel): Updated the description for "Choose File".
1453        (PlatformStrategiesWinCE::fileButtonChooseMultipleFilesLabel): Returns a "Choose Files" label.
1454        * WebCoreSupport/PlatformStrategiesWinCE.h:
1455
14562011-06-20  Ryosuke Niwa  <rniwa@webkit.org>
1457
1458        WinCE build fix after r89293.
1459
1460        * WebCoreSupport/EditorClientWinCE.cpp:
1461        (WebKit::EditorClientWinCE::handleEditingKeyboardEvent):
1462
14632011-06-18  Dimitri Glazkov  <dglazkov@chromium.org>
1464
1465        Reviewed by Darin Adler.
1466
1467        Separate concerns of loading file icons and choosing files.
1468        https://bugs.webkit.org/show_bug.cgi?id=62931
1469
1470        * WebCoreSupport/ChromeClientWinCE.cpp:
1471        (WebKit::ChromeClientWinCE::loadIconForFiles): Renamed.
1472        * WebCoreSupport/ChromeClientWinCE.h:
1473
14742011-06-12  Adam Barth  <abarth@webkit.org>
1475
1476        Reviewed by Alexey Proskuryakov.
1477
1478        Rename FrameLoaderClient::interruptForPolicyChangeError to use the past tense
1479        https://bugs.webkit.org/show_bug.cgi?id=62516
1480
1481        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1482        (WebKit::FrameLoaderClientWinCE::interruptedForPolicyChangeError):
1483        * WebCoreSupport/FrameLoaderClientWinCE.h:
1484
14852011-05-13  Jon Lee  <jonlee@apple.com>
1486
1487        Reviewed by Simon Fraser.
1488
1489        Can't horizontally scroll iframes and overflow because wheel events are always accepted
1490        https://bugs.webkit.org/show_bug.cgi?id=60779
1491
1492        * WebCoreSupport/ChromeClientWinCE.h:
1493        (WebKit::ChromeClientWinCE::shouldRubberBandInDirection): Default impl of new ChromeClient method
1494        (WebKit::ChromeClientWinCE::numWheelEventHandlersChanged): Default impl of new ChromeClient method
1495
14962011-05-05  Ryosuke Niwa  <rniwa@webkit.org>
1497
1498        Reviewed by Eric Seidel.
1499
1500        Rename SelectionController to FrameSelection
1501        https://bugs.webkit.org/show_bug.cgi?id=60234
1502
1503        * WebCoreSupport/EditorClientWinCE.cpp:
1504        (WebKit::EditorClientWinCE::handleEditingKeyboardEvent):
1505
15062011-05-04  Cris Neckar  <cdn@chromium.org>
1507
1508        Reviewed by Adam Barth.
1509
1510        Expose WebView directly through ChromeClient.
1511        https://bugs.webkit.org/show_bug.cgi?id=49902
1512
1513        * WebCoreSupport/ChromeClientWinCE.h:
1514        (WebKit::ChromeClientWinCE::webView):
1515
15162011-05-04  Tao Bai  <michaelbai@chromium.org>
1517
1518        Reviewed by David Kilzer.
1519
1520        Populate touch-icon url to FrameLoaderClient
1521        https://bugs.webkit.org/show_bug.cgi?id=59143
1522
1523        Respect the interface change in FrameLoaderClient.
1524
1525        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1526        (WebKit::FrameLoaderClientWinCE::dispatchDidChangeIcons):
1527        * WebCoreSupport/FrameLoaderClientWinCE.h:
1528
15292011-05-01  Patrick Gansterer  <paroga@webkit.org>
1530
1531        [WIN] Unreviewed buildfix after r85434.
1532
1533        * WebView.cpp:
1534        (WebView::paint):
1535
15362011-04-21  Ryosuke Niwa  <rniwa@webkit.org>
1537
1538        WinCE build fix after r84574.
1539
1540        * WebCoreSupport/EditorClientWinCE.cpp:
1541        (WebKit::EditorClientWinCE::canCopyCut):
1542        (WebKit::EditorClientWinCE::canPaste):
1543        * WebCoreSupport/EditorClientWinCE.h:
1544
15452011-04-19  Vsevolod Vlasov  <vsevik@chromium.org>
1546
1547        Reviewed by Pavel Feldman.
1548
1549        Web Inspector: Rename lengthReceived to encodedDataLength/dataLength
1550        https://bugs.webkit.org/show_bug.cgi?id=58883
1551
1552        * WebCoreSupport/FrameLoaderClientWinCE.h:
1553
15542011-04-04  MORITA Hajime  <morrita@google.com>
1555
1556        Reviewed by Ryosuke Niwa.
1557
1558        [Refactoring] SpellCheckingResult should be replaced with TextCheckingResult
1559        https://bugs.webkit.org/show_bug.cgi?id=56085
1560
1561        * WebCoreSupport/EditorClientWinCE.h:
1562        (WebKit::EditorClientWinCE::requestCheckingOfString):
1563
15642011-04-04  Alexey Proskuryakov  <ap@apple.com>
1565
1566        Reviewed by Dan Bernstein.
1567
1568        REGRESSION (WebKit2): Caps-Lock indicator sometimes doesn't appear in WebKit2
1569        https://bugs.webkit.org/show_bug.cgi?id=51230
1570        <rdar://problem/8780989>
1571
1572        * WebView.cpp: (WebView::handleKeyDown): Moved Caps Lock handling from WebKits to WebCore,
1573        because WebKit shouldn't be smart.
1574
15752011-03-31  Patrick Gansterer  <paroga@webkit.org>
1576
1577        Unreviewed WinCE build fix for r82580.
1578
1579        * WebCoreSupport/FrameLoaderClientWinCE.h: StringWithDirection is in WebCore
1580                                                   and not in WTF namespace.
1581
15822011-03-31  Evan Martin  <evan@chromium.org>
1583
1584        Reviewed by Eric Seidel.
1585
1586        <title> should support dir attribute
1587        https://bugs.webkit.org/show_bug.cgi?id=50961
1588
1589        Update to new FrameLoaderClient interface.
1590
1591        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1592        (WebKit::FrameLoaderClientWinCE::dispatchDidReceiveTitle):
1593        (WebKit::FrameLoaderClientWinCE::setTitle):
1594        * WebCoreSupport/FrameLoaderClientWinCE.h:
1595
15962011-03-27  Patrick Gansterer  <paroga@webkit.org>
1597
1598        Reviewed by Andreas Kling.
1599
1600        [WINCE] Use a appropriate user agent string
1601        https://bugs.webkit.org/show_bug.cgi?id=57175
1602
1603        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1604        (WebKit::FrameLoaderClientWinCE::userAgent):
1605
16062011-03-26  Patrick Gansterer  <paroga@webkit.org>
1607
1608        Unreviewed WinCE build fix.
1609
1610        * CMakeListsWinCE.txt: Added missing include directory.
1611
16122011-03-25  Andy Estes  <aestes@apple.com>
1613
1614        Reviewed by Adele Peterson.
1615
1616        REGRESSION (r70748): latest nightly builds kills AC_QuickTime.js
1617        https://bugs.webkit.org/show_bug.cgi?id=49016
1618
1619        Update objectContentType() implementation to handle the
1620        shouldPreferPlugInsForImages flag.
1621
1622        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1623        (WebKit::FrameLoaderClientWinCE::objectContentType):
1624        * WebCoreSupport/FrameLoaderClientWinCE.h:
1625
16262011-03-24  Sheriff Bot  <webkit.review.bot@gmail.com>
1627
1628        Unreviewed, rolling out r81916 and r81917.
1629        http://trac.webkit.org/changeset/81916
1630        http://trac.webkit.org/changeset/81917
1631        https://bugs.webkit.org/show_bug.cgi?id=57071
1632
1633        broke a test on platforms that do not have QuickTime installed
1634        (Requested by estes on #webkit).
1635
1636        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1637        (WebKit::FrameLoaderClientWinCE::objectContentType):
1638        * WebCoreSupport/FrameLoaderClientWinCE.h:
1639
16402011-03-24  Andy Estes  <aestes@apple.com>
1641
1642        Reviewed by Darin Adler.
1643
1644        REGRESSION (r70748): latest nightly builds kills AC_QuickTime.js
1645        https://bugs.webkit.org/show_bug.cgi?id=49016
1646
1647        Update objectContentType() implementation to handle the
1648        shouldPreferPlugInsForImages flag.
1649
1650        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1651        (WebKit::FrameLoaderClientWinCE::objectContentType):
1652        * WebCoreSupport/FrameLoaderClientWinCE.h:
1653
16542011-03-07  Sam Weinig  <sam@webkit.org>
1655
1656        Reviewed by Anders Carlsson.
1657
1658        Replace WebKit2's decidePolicyForMIMEType with decidePolicyForResponse
1659        https://bugs.webkit.org/show_bug.cgi?id=55827
1660
1661        Renamed FrameLoaderClient::dispatchDecidePolicyForMIMEType to dispatchDecidePolicyForResponse
1662        and pass the entire response, instead of just the MIMEType.
1663
1664        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1665        (WebKit::FrameLoaderClientWinCE::dispatchDecidePolicyForResponse):
1666        * WebCoreSupport/FrameLoaderClientWinCE.h:
1667
16682011-03-03  Alexey Proskuryakov  <ap@apple.com>
1669
1670        Removing an include of WebCoreKeyboardUIMode.h that Ive just added. It's already included
1671        via ChromeClient.h
1672
1673        * WebCoreSupport/ChromeClientWinCE.h:
1674
16752011-03-02  Alexey Proskuryakov  <ap@apple.com>
1676
1677        Reviewed by Darin Adler.
1678
1679        REGRESSION (WebKit2): Tab keys no longer observe Full Keyboard Access
1680        https://bugs.webkit.org/show_bug.cgi?id=55633
1681        <rdar://problem/8963023>
1682
1683        * WebCoreSupport/ChromeClientWinCE.cpp: (WebKit::ChromeClientWinCE::keyboardUIMode):
1684        * WebCoreSupport/ChromeClientWinCE.h:
1685        Implement keyboardUIMode() instead of tabsToLinks(). No change in functionality, since
1686        this platform doesn't observe or have full keyboard access state.
1687
16882011-03-02  Brian Weinstein  <bweinstein@apple.com>
1689
1690        WinCE build fix.
1691
1692        * WebCoreSupport/PlatformStrategiesWinCE.h: Add a needed include.
1693
16942011-03-02  Brian Weinstein  <bweinstein@apple.com>
1695
1696        WinCE build fix. Have PlatformStrategiesWinCE inherit from CookiesStrategy,
1697        and implement the needed methods.
1698
1699        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
1700        (PlatformStrategiesWinCE::createCookiesStrategy):
1701        (PlatformStrategiesWinCE::notifyCookiesChanged):
1702        * WebCoreSupport/PlatformStrategiesWinCE.h:
1703
17042011-02-28  Chang Shu  <cshu@webkit.org>
1705
1706        Reviewed by Ryosuke Niwa.
1707
1708        Remove the support of Frame::isContentEditable and its dependencies.
1709        https://bugs.webkit.org/show_bug.cgi?id=54292
1710
1711        Remove the WebKit side implementation.
1712
1713        * WebCoreSupport/EditorClientWinCE.cpp:
1714        * WebCoreSupport/EditorClientWinCE.h:
1715
17162011-02-19  Charlie Reis  <creis@chromium.org>
1717
1718        Reviewed by Mihai Parparita.
1719
1720        Ensure loading has stopped in HistoryController::goToItem
1721        https://bugs.webkit.org/show_bug.cgi?id=54517
1722
1723        Add a FrameLoaderClient callback for whether to stop loading before goToItem.
1724
1725        Test: http/tests/navigation/forward-to-fragment-fires-onload.html
1726
1727        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1728        (WebKit::FrameLoaderClientWinCE::shouldStopLoadingForHistoryItem): Added.
1729        * WebCoreSupport/FrameLoaderClientWinCE.h:
1730
17312011-02-10  Luiz Agostini  <luiz.agostini@openbossa.org>
1732
1733        Reviewed by Adam Roben.
1734
1735        HTML5 <details> and <summary>: localized text
1736        https://bugs.webkit.org/show_bug.cgi?id=54260
1737
1738        The method defaultDetailsSummaryText was added to LocalizationStrategy class. It is used to
1739        provide the default label to be used by a <details> tag that has no <summary> child.
1740
1741        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
1742        (PlatformStrategiesWinCE::defaultDetailsSummaryText):
1743        * WebCoreSupport/PlatformStrategiesWinCE.h:
1744
17452011-01-26  MORITA Hajime  <morrita@google.com>
1746
1747        Reviewed by Ryosuke Niwa.
1748
1749        Refactoring: Extract TextCheckerClient from EditorClient
1750        https://bugs.webkit.org/show_bug.cgi?id=53213
1751
1752        * WebCoreSupport/EditorClientWinCE.h:
1753        (WebKit::EditorClientWinCE::textChecker):
1754
17552011-02-07  Ryosuke Niwa  <rniwa@webkit.org>
1756
1757        Reviewed by Adam Barth.
1758
1759        Add EditorClient callbacks to override isDOMPasteAllowed and javaScriptCanAccessClipboard
1760        https://bugs.webkit.org/show_bug.cgi?id=52417
1761
1762        Added two callback functions, canCopyCut and canPaste to EditorClient. They are currently
1763        not implemented.
1764
1765        * WebCoreSupport/EditorClientWinCE.cpp:
1766        (WebKit::EditorClientWinCE::canCopyCut): Added.
1767        (WebKit::EditorClientWinCE::canPaste): Added.
1768        * WebCoreSupport/EditorClientWinCE.h:
1769
17702011-02-10  Nate Chapin  <japhet@chromium.org>
1771
1772        Reviewed by Adam Barth.
1773
1774        Update calls to DocumentWriter.
1775        https://bugs.webkit.org/show_bug.cgi?id=50489
1776
1777        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1778        (WebKit::FrameLoaderClientWinCE::finishedLoading):
1779
17802011-02-08  Adam Barth  <abarth@webkit.org>
1781
1782        Reviewed by Eric Seidel.
1783
1784        Remove orphan code from old parser
1785        https://bugs.webkit.org/show_bug.cgi?id=53984
1786
1787        * WebCoreSupport/ChromeClientWinCE.cpp:
1788        * WebCoreSupport/ChromeClientWinCE.h:
1789
17902011-02-07  Enrica Casucci  <enrica@apple.com>
1791
1792        Reviewed Adam Roben and Darin Adler.
1793
1794        WebKit2: drag and drop support on Windows.
1795        https://bugs.webkit.org/show_bug.cgi?id=52775
1796
1797        Removed createDragImageForLink from DragClient.
1798
1799        * WebCoreSupport/DragClientWinCE.cpp:
1800        * WebCoreSupport/DragClientWinCE.h:
1801
18022011-02-06  Patrick Gansterer  <paroga@webkit.org>
1803
1804        Reviewed by Martin Robinson.
1805
1806        [WINCE] FrameLoaderClient calls loadURLInChildFrame on the child's frame loader
1807        https://bugs.webkit.org/show_bug.cgi?id=53896
1808
1809        * WebView.cpp:
1810        (WebView::createFrame): Use coreFrame instead of childFrame.
1811
18122011-02-03  Adam Langley  <agl@chromium.org>
1813
1814        Reviewed by Adam Barth.
1815
1816        Plumb mixed script URL to FrameLoaderClient
1817        https://bugs.webkit.org/show_bug.cgi?id=52384
1818
1819        Regressions covered by http/tests/security/mixedContent/*
1820
1821        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1822        (WebKit::FrameLoaderClientWinCE::didRunInsecureContent):
1823        * WebCoreSupport/FrameLoaderClientWinCE.h:
1824
18252011-02-02  Patrick Gansterer  <paroga@webkit.org>
1826
1827        Unreviewed WinCE build fix for r77398.
1828
1829        * WebView.cpp:
1830        (WebView::paint):
1831
18322011-01-28  Dan Bernstein  <mitz@apple.com>
1833
1834        Reviewed by Sam Weinig.
1835
1836        <select> can't display right-to-left (rtl) languages
1837        https://bugs.webkit.org/show_bug.cgi?id=19785
1838
1839        * WebCoreSupport/ChromeClientWinCE.cpp:
1840        (WebKit::ChromeClientWinCE::selectItemAlignmentFollowsMenuWritingDirection): Added.
1841        * WebCoreSupport/ChromeClientWinCE.h:
1842
18432011-01-25  Patrick Gansterer  <paroga@webkit.org>
1844
1845        Reviewed by Adam Roben.
1846
1847        [WINCE] Ensure layouted frame when painting
1848        https://bugs.webkit.org/show_bug.cgi?id=53108
1849
1850        * WebView.cpp:
1851        (WebView::paint):
1852
18532011-01-04  Patrick Gansterer  <paroga@webkit.org>
1854
1855        Unreviewed WinCE build fix.
1856
1857        * WebCoreSupport/ChromeClientWinCE.cpp:
1858        (WebKit::ChromeClientWinCE::exceededDatabaseQuota): Added missing semicolon.
1859        (WebKit::ChromeClientWinCE::reachedApplicationCacheOriginQuota):
1860        * WebCoreSupport/ChromeClientWinCE.h:
1861
18622010-12-29  Patrick Gansterer  <paroga@webkit.org>
1863
1864        Unreviewed build fix for WinCE after r73802.
1865
1866        * WebCoreSupport/ContextMenuClientWinCE.cpp:
1867        (WebKit::ContextMenuClientWinCE::customizeMenu):
1868        * WebCoreSupport/ContextMenuClientWinCE.h:
1869
18702010-12-22  Sam Weinig  <sam@webkit.org>
1871
1872        Reviewed by Darin Adler.
1873
1874        WebKit2 needs to mirror the frame tree in the UIProcess
1875        https://bugs.webkit.org/show_bug.cgi?id=51546
1876
1877        - Add client functions to notify that a frame has been added or
1878          removed from the page cache.
1879
1880        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1881        (WebKit::FrameLoaderClientWinCE::didSaveToPageCache):
1882        (WebKit::FrameLoaderClientWinCE::didRestoreFromPageCache):
1883        * WebCoreSupport/FrameLoaderClientWinCE.h:
1884
18852010-12-22  Ryosuke Niwa  <rniwa@webkit.org>
1886
1887        Reviewed by Eric Seidel.
1888
1889        Editor.h doesn't need to include SelectionController.h
1890        https://bugs.webkit.org/show_bug.cgi?id=51441
1891
1892        Renamed SelectionController::EDirection to SelectionDirection.
1893
1894        * WebCoreSupport/EditorClientWinCE.cpp:
1895        (WebKit::EditorClientWinCE::handleEditingKeyboardEvent):
1896
18972010-10-28  MORITA Hajime  <morrita@google.com>
1898
1899        Reviewed by Ojan Vafai.
1900
1901        spellcheck does not check pasted text
1902        https://bugs.webkit.org/show_bug.cgi?id=40092
1903
1904        Added a stub implememntation.
1905
1906        * WebCoreSupport/EditorClientWinCE.h:
1907        (WebKit::EditorClient::requestCheckingOfString):
1908
19092010-12-07  Martin Robinson  <mrobinson@igalia.com>
1910
1911        Unreviewed, rolling out r73392.
1912        http://trac.webkit.org/changeset/73392
1913        https://bugs.webkit.org/show_bug.cgi?id=50489
1914
1915        This commit caused crashes on the GTK+ bots
1916
1917        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1918        (WebKit::FrameLoaderClientWinCE::finishedLoading):
1919
19202010-12-06  Nate Chapin  <japhet@chromium.org>
1921
1922        Reviewed by Adam Barth.
1923
1924        Update calls to DocumentWriter.
1925        https://bugs.webkit.org/show_bug.cgi?id=50489
1926
1927        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1928        (WebKit::FrameLoaderClientWinCE::finishedLoading):
1929
19302010-12-06  Patrick Gansterer  <paroga@webkit.org>
1931
1932        Reviewed by Andreas Kling.
1933
1934        [WINCE] Add build system
1935        https://bugs.webkit.org/show_bug.cgi?id=50522
1936
1937        * CMakeListsWinCE.txt: Added.
1938
19392010-12-01  Jia Pu  <jpu@apple.com>
1940
1941        Reviewed by Darin Adler.
1942
1943        Support multiple correction candidates panel for misspelled word on Mac OS X.
1944        https://bugs.webkit.org/show_bug.cgi?id=50137
1945        <rdar://problem/8568059>
1946
1947        Adopted new function signature defined in base class.
1948
1949        * WebCoreSupport/EditorClientWinCE.cpp:
1950        (WebKit::EditorClientWinCE::getGuessesForWord):
1951        * WebCoreSupport/EditorClientWinCE.h:
1952
19532010-11-30  Patrick Gansterer  <paroga@webkit.org>
1954
1955        Reviewed by Adam Roben.
1956
1957        [WINCE] Add WebView
1958        https://bugs.webkit.org/show_bug.cgi?id=50216
1959
1960        * WebView.cpp: Added.
1961        * WebView.h: Added.
1962
19632010-11-13  Patrick Gansterer  <paroga@webkit.org>
1964
1965        Unreviewed, build fix after r71541.
1966
1967        * WebCoreSupport/ChromeClientWinCE.h:
1968
19692010-11-08  Alexey Proskuryakov  <ap@apple.com>
1970
1971        Reviewed by Darin Adler.
1972
1973        https://bugs.webkit.org/show_bug.cgi?id=48685
1974        Notify UI process about focused frame
1975
1976        Added an empty implementation of the new ChromeClient method.
1977
1978        * WebCoreSupport/ChromeClientWinCE.cpp:
1979        (WebKit::ChromeClientWinCE::focusedFrameChanged):
1980        * WebCoreSupport/ChromeClientWinCE.h:
1981
19822010-11-02  Patrick Gansterer  <paroga@webkit.org>
1983
1984        Unreviewed, build fix after r71041.
1985
1986        * WebCoreSupport/ChromeClientWinCE.h:
1987        (WebKit::ChromeClientWinCE::showContextMenu):
1988
19892010-10-30  Patrick Gansterer  <paroga@webkit.org>
1990
1991        Unreviewed, build fix after r70574.
1992
1993        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
1994        (WebKit::FrameLoaderClientWinCE::transferLoadingResourceFromPage):
1995
19962010-10-29  Alexey Proskuryakov  <ap@apple.com>
1997
1998        Reviewed by Darin Adler.
1999
2000        https://bugs.webkit.org/show_bug.cgi?id=48576
2001        Let WebKit2 client know when a frame is a frameset
2002
2003        Added a blank implementation of the new FrameLoaderClient method.
2004
2005        * WebCoreSupport/FrameLoaderClientWinCE.h:
2006        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
2007        (WebKit::FrameLoaderClientWinCE::dispatchDidBecomeFrameset):
2008
20092010-10-26  Jenn Braithwaite  <jennb@chromium.org>
2010
2011        Reviewed by Dmitry Titov.
2012
2013        Resource tracking failure when trying to move a frame between documents
2014        https://bugs.webkit.org/show_bug.cgi?id=44713
2015
2016        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
2017        (WebKit::FrameLoaderClientWinCE::transferLoadingResourceFromPage):
2018        Empty method.
2019        * WebCoreSupport/FrameLoaderClientWinCE.h:
2020
20212010-10-25  Patrick Gansterer  <paroga@webkit.org>
2022
2023        Reviewed by David Kilzer.
2024
2025        Replace _countof with WTF_ARRAY_LENGTH
2026        https://bugs.webkit.org/show_bug.cgi?id=48229
2027
2028        * WebCoreSupport/EditorClientWinCE.cpp:
2029        (WebKit::EditorClientWinCE::interpretKeyEvent):
2030
20312010-10-22  Sam Weinig  <sam@webkit.org>
2032
2033        Reviewed by Anders Carlsson.
2034
2035        WebKit2 needs to pass the current event modifier flags when requesting a new window
2036        https://bugs.webkit.org/show_bug.cgi?id=48140
2037
2038        * WebCoreSupport/ChromeClientWinCE.cpp:
2039        (WebKit::ChromeClientWinCE::createWindow):
2040        * WebCoreSupport/ChromeClientWinCE.h:
2041        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
2042        (WebKit::FrameLoaderClientWinCE::dispatchCreatePage):
2043        * WebCoreSupport/FrameLoaderClientWinCE.h:
2044        Add NavigationAction parameter.
2045
20462010-10-22  Patrick Gansterer  <paroga@webkit.org>
2047
2048        Reviewed by Adam Roben.
2049
2050        [WINCE] Implement EditorClient::handleKeyboardEvent
2051        https://bugs.webkit.org/show_bug.cgi?id=48118
2052
2053        Copy the implementation from the EFL port.
2054
2055        * WebCoreSupport/EditorClientWinCE.cpp:
2056        (WebKit::EditorClientWinCE::interpretKeyEvent):
2057        (WebKit::EditorClientWinCE::handleEditingKeyboardEvent):
2058        (WebKit::EditorClientWinCE::handleKeyboardEvent):
2059        * WebCoreSupport/EditorClientWinCE.h:
2060
20612010-10-15  Nikolas Zimmermann  <nzimmermann@rim.com>
2062
2063        Reviewed by Dirk Schulze.
2064
2065        Replace some String::format() usages by StringConcatenate in WebKit
2066        https://bugs.webkit.org/show_bug.cgi?id=47714
2067
2068        * WebCoreSupport/PlatformStrategiesWinCE.cpp:
2069        (PlatformStrategiesWinCE::imageTitle):
2070        (PlatformStrategiesWinCE::multipleFileUploadText):
2071
20722010-09-28  Jenn Braithwaite  <jennb@chromium.org>
2073
2074        Reviewed by Dmitry Titov.
2075
2076        Added oldPage param to FrameLoaderClient::didTransferChildFrameToNewDocument.
2077        https://bugs.webkit.org/show_bug.cgi?id=46663
2078
2079        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
2080        (WebKit::FrameLoaderClientWinCE::didTransferChildFrameToNewDocument):
2081        * WebCoreSupport/FrameLoaderClientWinCE.h:
2082
20832010-09-23  Patrick Gansterer  <paroga@webkit.org>
2084
2085        Reviewed by Adam Roben.
2086
2087        Add PlatformStrategiesWinCE
2088        https://bugs.webkit.org/show_bug.cgi?id=46371
2089
2090        * WebCoreSupport/PlatformStrategiesWinCE.cpp: Copied from WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp.
2091        * WebCoreSupport/PlatformStrategiesWinCE.h: Copied from WebKit/win/WebCoreSupport/WebPlatformStrategies.h.
2092
20932010-09-23  Patrick Gansterer  <paroga@webkit.org>
2094
2095        Reviewed by Adam Roben.
2096
2097        Add ChromeClientWinCE
2098        https://bugs.webkit.org/show_bug.cgi?id=46294
2099
2100        * WebCoreSupport/ChromeClientWinCE.cpp: Added.
2101        * WebCoreSupport/ChromeClientWinCE.h: Added.
2102
21032010-09-23  Patrick Gansterer  <paroga@webkit.org>
2104
2105        Unreviewed.
2106
2107        Build fix for FrameLoaderClientWinCE.
2108
2109        * WebCoreSupport/FrameLoaderClientWinCE.cpp:
2110        (WebKit::FrameLoaderClientWinCE::canShowMIMETypeAsHTML): Add missing method.
2111        * WebCoreSupport/FrameLoaderClientWinCE.h:
2112
21132010-09-21  Patrick Gansterer  <paroga@webkit.org>
2114
2115        Reviewed by Adam Roben.
2116
2117        Add "WinCE" to classname for all WebCoreSupport classes to match filename.
2118        https://bugs.webkit.org/show_bug.cgi?id=46175
2119
2120        * WebCoreSupport/ContextMenuClientWinCE.cpp: Rename ContextMenuClient to ContextMenuClientWinCE.
2121        * WebCoreSupport/ContextMenuClientWinCE.h: Ditto.
2122        * WebCoreSupport/DragClientWinCE.cpp: Rename DragClient to DragClientWinCE.
2123        * WebCoreSupport/DragClientWinCE.h: Ditto.
2124        * WebCoreSupport/EditorClientWinCE.cpp: Rename EditorClient to EditorClientWinCE.
2125        * WebCoreSupport/EditorClientWinCE.h: Ditto.
2126        * WebCoreSupport/InspectorClientWinCE.cpp: Rename InspectorClient to InspectorClientWinCE.
2127        * WebCoreSupport/InspectorClientWinCE.h: Ditto.
2128
21292010-09-20  Patrick Gansterer  <paroga@paroga.com>
2130
2131        Reviewed by Adam Roben.
2132
2133        Add FrameLoaderClientWinCE
2134        https://bugs.webkit.org/show_bug.cgi?id=45682
2135
2136        * WebCoreSupport/FrameLoaderClientWinCE.cpp: Added.
2137        * WebCoreSupport/FrameLoaderClientWinCE.h: Added.
2138
21392010-09-16  Patrick Gansterer  <paroga@paroga.com>
2140
2141        Reviewed by Adam Roben.
2142
2143        [WINCE] Add missing FrameNetworkingContextWinCE::blockedError
2144        https://bugs.webkit.org/show_bug.cgi?id=45680
2145
2146        * WebCoreSupport/FrameNetworkingContextWinCE.cpp:
2147        (WebKit::FrameNetworkingContextWinCE::blockedError):
2148        * WebCoreSupport/FrameNetworkingContextWinCE.h:
2149
21502010-09-13  Patrick Gansterer  <paroga@paroga.com>
2151
2152        Reviewed by Kenneth Rohde Christiansen.
2153
2154        Add FrameNetworkingContextWinCE
2155        https://bugs.webkit.org/show_bug.cgi?id=45474
2156
2157        * WebCoreSupport/FrameNetworkingContextWinCE.cpp: Added.
2158        (WebKit::FrameNetworkingContextWinCE::FrameNetworkingContextWinCE):
2159        (WebKit::FrameNetworkingContextWinCE::userAgent):
2160        (WebKit::FrameNetworkingContextWinCE::referrer):
2161        * WebCoreSupport/FrameNetworkingContextWinCE.h: Added.
2162        (WebKit::FrameNetworkingContextWinCE::create):
2163
21642010-08-31  Patrick Gansterer  <paroga@paroga.com>
2165
2166        Reviewed by Kenneth Rohde Christiansen.
2167
2168        Add EditorClientWinCE
2169        https://bugs.webkit.org/show_bug.cgi?id=44822
2170
2171        * WebCoreSupport/EditorClientWinCE.cpp: Added.
2172        (WebKit::EditorClient::EditorClient):
2173        (WebKit::EditorClient::~EditorClient):
2174        (WebKit::EditorClient::setInputMethodState):
2175        (WebKit::EditorClient::shouldDeleteRange):
2176        (WebKit::EditorClient::shouldShowDeleteInterface):
2177        (WebKit::EditorClient::isContinuousSpellCheckingEnabled):
2178        (WebKit::EditorClient::isGrammarCheckingEnabled):
2179        (WebKit::EditorClient::spellCheckerDocumentTag):
2180        (WebKit::EditorClient::shouldBeginEditing):
2181        (WebKit::EditorClient::shouldEndEditing):
2182        (WebKit::EditorClient::shouldInsertText):
2183        (WebKit::EditorClient::shouldChangeSelectedRange):
2184        (WebKit::EditorClient::shouldApplyStyle):
2185        (WebKit::EditorClient::shouldMoveRangeAfterDelete):
2186        (WebKit::EditorClient::didBeginEditing):
2187        (WebKit::EditorClient::respondToChangedContents):
2188        (WebKit::EditorClient::respondToChangedSelection):
2189        (WebKit::EditorClient::didEndEditing):
2190        (WebKit::EditorClient::didWriteSelectionToPasteboard):
2191        (WebKit::EditorClient::didSetSelectionTypesForPasteboard):
2192        (WebKit::EditorClient::isEditable):
2193        (WebKit::EditorClient::registerCommandForUndo):
2194        (WebKit::EditorClient::registerCommandForRedo):
2195        (WebKit::EditorClient::clearUndoRedoOperations):
2196        (WebKit::EditorClient::canUndo):
2197        (WebKit::EditorClient::canRedo):
2198        (WebKit::EditorClient::undo):
2199        (WebKit::EditorClient::redo):
2200        (WebKit::EditorClient::shouldInsertNode):
2201        (WebKit::EditorClient::pageDestroyed):
2202        (WebKit::EditorClient::smartInsertDeleteEnabled):
2203        (WebKit::EditorClient::isSelectTrailingWhitespaceEnabled):
2204        (WebKit::EditorClient::toggleContinuousSpellChecking):
2205        (WebKit::EditorClient::toggleGrammarChecking):
2206        (WebKit::EditorClient::handleKeyboardEvent):
2207        (WebKit::EditorClient::handleInputMethodKeydown):
2208        (WebKit::EditorClient::textFieldDidBeginEditing):
2209        (WebKit::EditorClient::textFieldDidEndEditing):
2210        (WebKit::EditorClient::textDidChangeInTextField):
2211        (WebKit::EditorClient::doTextFieldCommandFromEvent):
2212        (WebKit::EditorClient::textWillBeDeletedInTextField):
2213        (WebKit::EditorClient::textDidChangeInTextArea):
2214        (WebKit::EditorClient::ignoreWordInSpellDocument):
2215        (WebKit::EditorClient::learnWord):
2216        (WebKit::EditorClient::checkSpellingOfString):
2217        (WebKit::EditorClient::getAutoCorrectSuggestionForMisspelledWord):
2218        (WebKit::EditorClient::checkGrammarOfString):
2219        (WebKit::EditorClient::updateSpellingUIWithGrammarString):
2220        (WebKit::EditorClient::updateSpellingUIWithMisspelledWord):
2221        (WebKit::EditorClient::showSpellingUI):
2222        (WebKit::EditorClient::spellingUIIsShowing):
2223        (WebKit::EditorClient::getGuessesForWord):
2224        (WebKit::EditorClient::willSetInputMethodState):
2225        * WebCoreSupport/EditorClientWinCE.h: Added.
2226
22272010-08-31  Patrick Gansterer  <paroga@paroga.com>
2228
2229        Reviewed by Kenneth Rohde Christiansen.
2230
2231        Add DragClientWinCE
2232        https://bugs.webkit.org/show_bug.cgi?id=44821
2233
2234        * WebCoreSupport/DragClientWinCE.cpp: Added.
2235        (WebKit::DragClient::willPerformDragDestinationAction):
2236        (WebKit::DragClient::willPerformDragSourceAction):
2237        (WebKit::DragClient::actionMaskForDrag):
2238        (WebKit::DragClient::dragSourceActionMaskForPoint):
2239        (WebKit::DragClient::startDrag):
2240        (WebKit::DragClient::createDragImageForLink):
2241        (WebKit::DragClient::dragControllerDestroyed):
2242        * WebCoreSupport/DragClientWinCE.h: Added.
2243
22442010-08-31  Patrick Gansterer  <paroga@paroga.com>
2245
2246        Reviewed by Kenneth Rohde Christiansen.
2247
2248        Add ContextMenuClientWinCE
2249        https://bugs.webkit.org/show_bug.cgi?id=44820
2250
2251        * WebCoreSupport/ContextMenuClientWinCE.cpp: Added.
2252        (WebKit::ContextMenuClient::ContextMenuClient):
2253        (WebKit::ContextMenuClient::contextMenuDestroyed):
2254        (WebKit::ContextMenuClient::getCustomMenuFromDefaultItems):
2255        (WebKit::ContextMenuClient::contextMenuItemSelected):
2256        (WebKit::ContextMenuClient::downloadURL):
2257        (WebKit::ContextMenuClient::copyImageToClipboard):
2258        (WebKit::ContextMenuClient::searchWithGoogle):
2259        (WebKit::ContextMenuClient::lookUpInDictionary):
2260        (WebKit::ContextMenuClient::speak):
2261        (WebKit::ContextMenuClient::stopSpeaking):
2262        (WebKit::ContextMenuClient::isSpeaking):
2263        * WebCoreSupport/ContextMenuClientWinCE.h: Added.
2264
22652010-08-28  Patrick Gansterer  <paroga@paroga.com>
2266
2267        Reviewed by Adam Roben.
2268
2269        Add InspectorClientWinCE
2270        https://bugs.webkit.org/show_bug.cgi?id=44819
2271
2272        * WebCoreSupport/InspectorClientWinCE.cpp: Added.
2273        (WebKit::InspectorClient::InspectorClient):
2274        (WebKit::InspectorClient::~InspectorClient):
2275        (WebKit::InspectorClient::inspectorDestroyed):
2276        (WebKit::InspectorClient::openInspectorFrontend):
2277        (WebKit::InspectorClient::releaseFrontendPage):
2278        (WebKit::InspectorClient::highlight):
2279        (WebKit::InspectorClient::hideHighlight):
2280        (WebKit::InspectorClient::populateSetting):
2281        (WebKit::InspectorClient::storeSetting):
2282        (WebKit::InspectorClient::sendMessageToFrontend):
2283        * WebCoreSupport/InspectorClientWinCE.h: Added.
2284