Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: Source/WebKit/gtk/ChangeLog

Issue 6541090: Merge 79107 - 2011-02-19 Charlie Reis <creis@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 2011-02-19 Charlie Reis <creis@chromium.org>
2
3 Reviewed by Mihai Parparita.
4
5 Ensure loading has stopped in HistoryController::goToItem
6 https://bugs.webkit.org/show_bug.cgi?id=54517
7
8 Add a FrameLoaderClient callback for whether to stop loading before goTo Item.
9
10 Test: http/tests/navigation/forward-to-fragment-fires-onload.html
11
12 * WebCoreSupport/FrameLoaderClientGtk.cpp:
13 (WebKit::FrameLoaderClientGtk::shouldStopLoadingForHistoryItem): Added.
14 * WebCoreSupport/FrameLoaderClientGtk.h:
15
16 2011-02-18 Mario Sanchez Prada <msanchez@igalia.com>
17
18 Reviewed by Martin Robinson.
19
20 [Gtk] atk_text_get_selection/atk_text_set_selection fails for list items
21 https://bugs.webkit.org/show_bug.cgi?id=53453
22
23 Update unit test to check the fix for this bug.
24
25 * tests/testatk.c:
26 (testWebkitAtkTextSelections): Check that functions from AtkText
27 interface to set and get text selections work with list items.
28
29 2011-02-17 Robert Ancell <rober.ancell@gmail.com>
30
31 Reviewed by Martin Robinson.
32
33 [PATCH] GTK documentation fails to build due to changed paths
34 https://bugs.webkit.org/show_bug.cgi?id=54600
35
36 * docs/GNUmakefile.am: Update the paths that have now moved the Source
37 directory.
38
39 2011-02-16 Joone Hur <joone.hur@collabora.co.uk>
40
41 Reviewed by Xan Lopez.
42
43 [GTK] Match more various WebKit API enum values with WebCore enum values
44 https://bugs.webkit.org/show_bug.cgi?id=54352
45
46 AssertMatchingEnums.cpp was added to assert that various WebKit API enum values
47 continue matching WebCore defined enum values in the following changeset .
48 http://trac.webkit.org/changeset/77868
49 However, there are already enum values that have been asserted in other files,
50 so these assert macros defined need to be moved to AssertMatchingEnum.cp p.
51
52 * WebCoreSupport/AssertMatchingEnums.cpp: Add more enum values to be ass erted.
53 * webkit/webkitwebnavigationaction.cpp:
54 (webkit_web_navigation_action_class_init): Move the assert macros of
55 WEBKIT_WEB_NAVIGATION_REASON_* to AssertMatchingEnums.cpp.
56 * webkit/webkitwebsettings.cpp:
57 (webkit_web_settings_class_init): Move the assert macros of WEBKIT_EDITI NG_BEHAVIOR_*
58 to AssertMatchingEnums.cpp.
59
60 2011-02-16 Mario Sanchez Prada <msanchez@igalia.com>
61
62 Reviewed by Martin Robinson.
63
64 [GTK] events missing when a document is (re)loaded
65 https://bugs.webkit.org/show_bug.cgi?id=25831
66
67 Emit the right signals when reloading a document.
68
69 * WebCoreSupport/FrameLoaderClientGtk.cpp:
70 (WebKit::notifyAccessibilityStatus): New function, to make sure
71 the signals involved in reloading a document are properly emitted.
72 (WebKit::notifyStatus): Also notify accessibility if enabled.
73
74 2011-02-15 Kenneth Russell <kbr@google.com>
75
76 Reviewed by Darin Fisher.
77
78 Allow controlling minimum DOMTimer interval on a per-page basis
79 https://bugs.webkit.org/show_bug.cgi?id=54312
80
81 Added needed methods to implement LayoutTestController's new
82 setMinimumTimerInterval method.
83
84 * WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
85 (DumpRenderTreeSupportGtk::defaultMinimumTimerInterval):
86 (DumpRenderTreeSupportGtk::setMinimumTimerInterval):
87 * WebCoreSupport/DumpRenderTreeSupportGtk.h:
88
89 2011-02-15 Christian Dywan <christian@lanedo.com>
90
91 Rubber-stamped by Gustavo Noronha Silva.
92
93 * webkit/webkitwebsettings.cpp: Correct a typo, it is
94 acces*s*ibility with two s.
95
96 2011-01-26 MORITA Hajime <morrita@google.com>
97
98 Reviewed by Ryosuke Niwa.
99
100 Refactoring: Extract TextCheckerClient from EditorClient
101 https://bugs.webkit.org/show_bug.cgi?id=53213
102
103 * WebCoreSupport/EditorClientGtk.h:
104 (WebKit::EditorClient::textChecker):
105
106 2011-02-07 Ryosuke Niwa <rniwa@webkit.org>
107
108 Reviewed by Adam Barth.
109
110 Add EditorClient callbacks to override isDOMPasteAllowed and javaScriptC anAccessClipboard
111 https://bugs.webkit.org/show_bug.cgi?id=52417
112
113 Added two callback functions, canCopyCut and canPaste to EditorClient. T hey are currently
114 not implemented.
115
116 * WebCoreSupport/EditorClientGtk.cpp:
117 (WebKit::EditorClient::canCopyCut): Added.
118 (WebKit::EditorClient::canPaste): Added.
119 * WebCoreSupport/EditorClientGtk.h:
120
121 2011-02-14 Alejandro G. Castro <alex@igalia.com>
122
123 Reviewed by Xan Lopez.
124
125 [GTK] testwebdatasource test fails in the bots
126 https://bugs.webkit.org/show_bug.cgi?id=54414
127
128 Changed the uri we check, added www to avoid the rewrite that we
129 get when we as the uri to the request in case it finishes.
130
131 * tests/testwebdatasource.c:
132 (notify_load_status_cb):
133
134 2011-02-11 Sheriff Bot <webkit.review.bot@gmail.com>
135
136 Unreviewed, rolling out r78331.
137 http://trac.webkit.org/changeset/78331
138 https://bugs.webkit.org/show_bug.cgi?id=54295
139
140 This patch broke 11 tests in GTK bots (Requested by svillar on
141 #webkit).
142
143 * WebCoreSupport/FrameLoaderClientGtk.cpp:
144 (WebKit::notifyStatus):
145
146 2011-02-10 Nate Chapin <japhet@chromium.org>
147
148 Reviewed by Adam Barth.
149
150 Update calls to DocumentWriter.
151 https://bugs.webkit.org/show_bug.cgi?id=50489
152
153 * WebCoreSupport/FrameLoaderClientGtk.cpp:
154 (WebKit::FrameLoaderClient::FrameLoaderClient):
155 (WebKit::FrameLoaderClient::didRunInsecureContent):
156 (WebKit::FrameLoaderClient::dispatchDidLoadMainResource):
157 (WebKit::FrameLoaderClient::finishedLoading):
158 * WebCoreSupport/FrameLoaderClientGtk.h:
159 * webkit/webkitwebview.cpp:
160 (webkit_web_view_get_encoding):
161
162 2011-02-11 Mario Sanchez Prada <msanchez@igalia.com>
163
164 Reviewed by Xan Lopez.
165
166 [GTK] events missing when a document is (re)loaded
167 https://bugs.webkit.org/show_bug.cgi?id=25831
168
169 Emit the right signals when reloading a document.
170
171 * WebCoreSupport/FrameLoaderClientGtk.cpp:
172 (WebKit::notifyAccessibilityStatus): New function, to make sure
173 the signals involved in reloading a document are properly emitted.
174 (WebKit::notifyStatus): Also notify accessibility if enabled.
175
176 2011-02-08 Martin Robinson <mrobinson@igalia.com>
177
178 Reviewed by Xan Lopez.
179
180 [GTK] DRT needs an implementation of LayoutTestController.setIconDatabas eEnabled
181 https://bugs.webkit.org/show_bug.cgi?id=54033
182
183 Add a DumpRenderTreeSupportGtk method for turning the icon database on a nd off.
184 This is a likely candidate for a new API point.
185
186 * WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
187 (DumpRenderTreeSupportGtk::setIconDatabaseEnabled): Added.
188 * WebCoreSupport/DumpRenderTreeSupportGtk.h:
189 * webkit/webkitglobals.cpp:
190 (webkitInit): Call setIconDatabaseEnabled(true) on startup, instead
191 of initializing the database manually.
192 (WebKit::setIconDatabaseEnabled): Added.
193 * webkit/webkitglobalsprivate.h: Added declarations.
194
195 2011-02-08 Adam Barth <abarth@webkit.org>
196
197 Reviewed by Eric Seidel.
198
199 Remove orphan code from old parser
200 https://bugs.webkit.org/show_bug.cgi?id=53984
201
202 * WebCoreSupport/ChromeClientGtk.h:
203
204 2011-02-02 Ilya Tikhonovsky <loislo@chromium.org>
205
206 Reviewed by Yury Semikhatsky.
207
208 Web Inspector: move InspectorController's methods from InspectorAgent to InspectorController.
209
210 https://bugs.webkit.org/show_bug.cgi?id=53169
211
212 Minor change enforced by major changes in WebCore/inspector/InspectorCon troller.
213
214 * WebCoreSupport/InspectorClientGtk.cpp:
215 * webkit/webkitwebinspector.cpp:
216 (webkit_web_inspector_get_property):
217
218 2011-02-08 Carlos Garcia Campos <cgarcia@igalia.com>
219
220 Reviewed by Martin Robinson.
221
222 [GTK] DRT's TextInputController is unimplemented on GTK
223 https://bugs.webkit.org/show_bug.cgi?id=52997
224
225 * WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
226 (DumpRenderTreeSupportGtk::setComposition):
227 (DumpRenderTreeSupportGtk::confirmComposition):
228 (DumpRenderTreeSupportGtk::firstRectForCharacterRange):
229 (DumpRenderTreeSupportGtk::selectedRange): New methods needed by
230 TextInputController.
231 * WebCoreSupport/DumpRenderTreeSupportGtk.h:
232
233 2011-02-07 Enrica Casucci <enrica@apple.com>
234
235 Reviewed Adam Roben and Darin Adler.
236
237 WebKit2: drag and drop support on Windows.
238 https://bugs.webkit.org/show_bug.cgi?id=52775
239
240 Removed createDragImageForLink from DragClient.
241
242 * WebCoreSupport/DragClientGtk.cpp:
243 * WebCoreSupport/DragClientGtk.h:
244
245 2011-02-07 Joone Hur <joone.hur@collabora.co.uk>
246
247 Reviewed by Martin Robinson.
248
249 [Gtk] Implement layoutTestController.findString
250 https://bugs.webkit.org/show_bug.cgi?id=50237
251
252 * GNUmakefile.am: Add AssertMatchingEnums.cpp.
253 * WebCoreSupport/AssertMatchingEnums.cpp: Add this file to assert that v arious
254 WebKit API enum values continue matching WebCore defined enum values.
255 * WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
256 (DumpRenderTreeSupportGtk::findString):
257 * WebCoreSupport/DumpRenderTreeSupportGtk.h:
258
259 2011-02-07 Martin Robinson <mrobinson@igalia.com>
260
261 Reviewed by Daniel Bates.
262
263 [GTK] fast/history/history-subframe-with-name.html fails with GTK DRT
264 https://bugs.webkit.org/show_bug.cgi?id=44784
265
266 Call FrameLoader::loadURLIntoChildFrame on the parent frame's loader, no t the child's.
267
268 * WebCoreSupport/FrameLoaderClientGtk.cpp:
269 (WebKit::FrameLoaderClient::createFrame): Fix the call to FrameLoader::l oadURLIntoChildFrame.
270
271 2011-02-07 Mario Sanchez Prada <msanchez@igalia.com>
272
273 Reviewed by Xan Lopez.
274
275 [Gtk] atk_text_get_caret_offset fails for list items
276 https://bugs.webkit.org/show_bug.cgi?id=53436
277
278 Update unit test to check the fix for this bug.
279
280 * tests/testatk.c:
281 (testWebkitAtkCaretOffsets): Check that the caret offset returned
282 match the value previously set.
283
284 2011-02-04 Joone Hur <joone.hur@collabora.co.uk>
285
286 Unreviewed, Fix compilation warning.
287
288 Constructor initialization list should follow the declaration order.
289
290 * WebCoreSupport/FrameLoaderClientGtk.cpp:
291 (WebKit::FrameLoaderClient::FrameLoaderClient): m_hasRepresentation is m oved to
292 the last position in the initialization list.
293
294 2011-02-04 Martin Robinson <mrobinson@igalia.com>
295
296 Reviewed by Xan Lopez.
297
298 [GTK] WebKitWebFrame can return a stale frame name when calling webkit_w eb_frame_get_name
299 https://bugs.webkit.org/show_bug.cgi?id=53797
300
301 When the frame name changes between different calls to webkit_web_frame_ get_name
302 on the same frame, return the new frame name instead of the one valid du ring the
303 previous call.
304
305 * webkit/webkitwebframe.cpp:
306 (webkit_web_frame_init): Initialize the frame name to 0.
307 (webkit_web_frame_get_name): Check the current frame name first before
308 returning the cached value.
309
310 2011-02-04 Martin Robinson <mrobinson@igalia.com>
311
312 Reviewed by Gustavo Noronha Silva.
313
314 [GTK] fast/events/pagehide-timeout.html fails
315 https://bugs.webkit.org/show_bug.cgi?id=53771
316
317 Add the document browser cache model. This model is optimized for viewin g
318 a series of local files, while the document viewer is optimized for only
319 viewing one local file. Improve the documentation on the mapping of thes e
320 enum values to actual cache settings.
321
322 * webkit/webkitglobals.cpp:
323 (webkit_set_cache_model): Add support for the document browser cache mod el and
324 improve comments in this section better explaining where the magic numbe rs come from.
325 * webkit/webkitglobals.h: Added an enum value for the document browser c ache model.
326
327 2011-02-03 Yury Semikhatsky <yurys@chromium.org>
328
329 Reviewed by Pavel Feldman.
330
331 Web Inspector: remove settings related methods from InspectorClient
332 https://bugs.webkit.org/show_bug.cgi?id=53686
333
334 * WebCoreSupport/InspectorClientGtk.cpp:
335 (WebKit::InspectorFrontendClient::InspectorFrontendClient):
336 * WebCoreSupport/InspectorClientGtk.h:
337
338 2011-02-03 Adam Langley <agl@chromium.org>
339
340 Reviewed by Adam Barth.
341
342 Plumb mixed script URL to FrameLoaderClient
343 https://bugs.webkit.org/show_bug.cgi?id=52384
344
345 Regressions covered by http/tests/security/mixedContent/*
346
347 * WebCoreSupport/FrameLoaderClientGtk.cpp:
348 (WebKit::FrameLoaderClient::didRunInsecureContent):
349 * WebCoreSupport/FrameLoaderClientGtk.h:
350
351 2011-02-03 Joone Hur <joone.hur@collabora.co.uk>
352
353 Reviewed by Martin Robinson.
354
355 [Gtk] No need to set text encoding in the provisional phase
356 https://bugs.webkit.org/show_bug.cgi?id=53487
357
358 According to changeset 67253, setEncoding could be called multiple times from
359 committedLoad, finishedLoading, dispatchDidFailLoading, and setMainDocum entError
360 in FrameLoaderClient. To fix this, the relevant code was removed from
361 FrameLoaderClient and moved to DocumentLoader::commitData. However, that
362 code was not removed from FrameLoaderClient::finishedLoading in WebKitGt k+.
363
364 Due to this reason, after loading a html document, other ports initializ e the
365 text encoding from FrameLoaderClient::finishedLoading, but WebKitGtk+ se ts
366 the same encoding again, even tries to set encoding in the provisional p hase.
367 This causes unnecessary encoding setting.
368
369 * WebCoreSupport/FrameLoaderClientGtk.cpp:
370 (WebKit::FrameLoaderClient::FrameLoaderClient): Set m_hasRepresentation to false.
371 (WebKit::FrameLoaderClient::makeRepresentation): Set m_hasRepresentation to true.
372 (WebKit::FrameLoaderClient::revertToProvisionalState): Set m_hasRepresen tation to true.
373 (WebKit::FrameLoaderClient::finishedLoading): Skip the encoding setting when
374 m_hasRepresentation is false.
375 * WebCoreSupport/FrameLoaderClientGtk.h: Added m_hasRepresentation.
376
377 2011-02-02 Alejandro G. Castro <alex@igalia.com>
378
379 Reviewed by Martin Robinson.
380
381 Update the NEWS file in preparation for the 1.3.11 release.
382
383 * NEWS: Update the NEWS.
384
385 2011-02-02 Dan Winship <danw@gnome.org>
386
387 Reviewed by Martin Robinson.
388
389 [GTK] drop soup cache stuff, which has been moved to libsoup
390 https://bugs.webkit.org/show_bug.cgi?id=50747
391
392 * GNUmakefile.am: Remove old cache files.
393
394 2011-02-02 David Hyatt <hyatt@apple.com>
395
396 Reviewed by Darin Adler.
397
398 Removal of right()/bottom(), converting to maxX()/maxY().
399
400 * webkit/webkitwebview.cpp:
401 (webkit_web_view_popup_menu_handler):
402
403 2011-02-01 Mario Sanchez Prada <msanchez@igalia.com>
404
405 Reviewed by Martin Robinson.
406
407 [Gtk] atk_text_set_caret_offset fails for list items
408 https://bugs.webkit.org/show_bug.cgi?id=53388
409
410 Update unit test to check the fix for this bug.
411
412 * tests/testatk.c:
413 (testWebkitAtkCaretOffsets): Ensure setting the caret in a list
414 item through the AtkText interface is possible.
415
416 2011-02-01 Mario Sanchez Prada <msanchez@igalia.com>
417
418 Reviewed by Martin Robinson.
419
420 [GTK] character range extents is off when the end of a wrapped line is i ncluded
421 https://bugs.webkit.org/show_bug.cgi?id=53323
422
423 Update unit test to check the fix for this bug.
424
425 * tests/testatk.c:
426 (testWebkitAtkGetExtents): Check that the extent for a full line
427 are the same height than for a partial section of the same line.
428
429 2011-02-01 Mario Sanchez Prada <msanchez@igalia.com>
430
431 Reviewed by Martin Robinson.
432
433 [GTK] Caret Offset is one off at the end of wrapped lines
434 https://bugs.webkit.org/show_bug.cgi?id=53300
435
436 Update unit test to check the fix for this bug.
437
438 * tests/testatk.c:
439 (testWebkitAtkCaretOffsetsAndExtranousWhiteSpaces): Set and get
440 the caret offset at the edge of the line.
441
442 2011-01-31 Mario Sanchez Prada <msanchez@igalia.com>
443
444 Reviewed by Martin Robinson.
445
446 [Gtk] atk_text_set_caret_offset returns True even when it is unsuccessfu l
447 https://bugs.webkit.org/show_bug.cgi?id=53389
448
449 New unit test to check the fix for this bug.
450
451 * tests/testatk.c:
452 (testWebkitAtkCaretOffsets): New.
453 (main): Add new test.
454
455 2011-01-29 Dan Winship <danw@gnome.org>
456
457 Reviewed by Xan Lopez.
458
459 [GTK] Remove HAVE_LIBSOUP_2_29_90 and HAVE_GSETTINGS conditionals;
460 we depend on glib 2.27.4 and libsoup 2.33.1 now.
461 https://bugs.webkit.org/show_bug.cgi?id=50675
462
463 * GNUmakefile.am:
464 * WebCoreSupport/InspectorClientGtk.cpp:
465 (WebKit::InspectorClient::storeSetting):
466 * webkit/webkitprivate.cpp:
467 (inspectorGSettings):
468 * webkit/webkitprivate.h:
469
470 2011-01-28 Dan Bernstein <mitz@apple.com>
471
472 Reviewed by Sam Weinig.
473
474 <select> can't display right-to-left (rtl) languages
475 https://bugs.webkit.org/show_bug.cgi?id=19785
476
477 * WebCoreSupport/ChromeClientGtk.cpp:
478 (WebKit::ChromeClient::selectItemAlignmentFollowsMenuWritingDirection): Added.
479 * WebCoreSupport/ChromeClientGtk.h:
480
481 2011-01-28 Alejandro G. Castro <alex@igalia.com>
482
483 Reviewed by Xan Lopez.
484
485 [GTK] Fix compilation warning
486 https://bugs.webkit.org/show_bug.cgi?id=53292
487
488 * webkit/webkitwebframe.cpp:
489 (draw_page_callback): Cast the pageCount from size_t to int, it
490 should be safe considering page_nr is the number of pages,
491 0-based.
492
493 2011-01-27 Nate Chapin <japhet@chromium.org>
494
495 Reviewed by Adam Barth.
496
497 Use Document::url() instead of FrameLoader::url().
498 https://bugs.webkit.org/show_bug.cgi?id=41165
499
500 * webkit/webkitwebview.cpp:
501 (webkit_web_view_get_icon_uri):
502
503 2011-01-27 Mario Sanchez Prada <msanchez@igalia.com>
504
505 Reviewed by Martin Robinson.
506
507 [GTK] Space characters in source document interfere with reported caret offset
508 https://bugs.webkit.org/show_bug.cgi?id=53033
509
510 New unit test to check the fix for this bug.
511
512 * tests/testatk.c:
513 (testWebkitAtkCaretOffsetsAndExtranousWhiteSpaces): New.
514 (main): Add new unit test.
515
516 2011-01-26 Mario Sanchez Prada <msanchez@igalia.com>
517
518 Reviewed by Martin Robinson.
519
520 [GTK] Reliable crash with getTextAtOffset()
521 https://bugs.webkit.org/show_bug.cgi?id=53131
522
523 New unit test to check the fix for this bug.
524
525 * tests/testatk.c:
526 (testWebkitAtkGetTextAtOffsetWithSpecialCharacters): New.
527 (main): Add new unit test.
528
1 2011-01-21 Carlos Garcia Campos <cgarcia@igalia.com> 529 2011-01-21 Carlos Garcia Campos <cgarcia@igalia.com>
2 530
3 Reviewed by Martin Robinson. 531 Reviewed by Martin Robinson.
4 532
5 [GTK] Show caps lock indicator in password fields 533 [GTK] Show caps lock indicator in password fields
6 https://bugs.webkit.org/show_bug.cgi?id=52878 534 https://bugs.webkit.org/show_bug.cgi?id=52878
7 535
8 Test: manual-tests/password-caps-lock.html 536 Test: manual-tests/password-caps-lock.html
9 537
10 * webkit/webkitwebview.cpp: 538 * webkit/webkitwebview.cpp:
(...skipping 16568 matching lines...) Expand 10 before | Expand all | Expand 10 after
16579 (WebCore::ChromeClientGdk::tabsToLinks): 17107 (WebCore::ChromeClientGdk::tabsToLinks):
16580 (WebCore::ChromeClientGdk::windowResizerRect): 17108 (WebCore::ChromeClientGdk::windowResizerRect):
16581 (WebCore::ChromeClientGdk::addToDirtyRegion): 17109 (WebCore::ChromeClientGdk::addToDirtyRegion):
16582 (WebCore::ChromeClientGdk::scrollBackingStore): 17110 (WebCore::ChromeClientGdk::scrollBackingStore):
16583 (WebCore::ChromeClientGdk::updateBackingStore): 17111 (WebCore::ChromeClientGdk::updateBackingStore):
16584 (WebCore::ChromeClientGdk::mouseDidMoveOverElement): 17112 (WebCore::ChromeClientGdk::mouseDidMoveOverElement):
16585 (WebCore::ChromeClientGdk::setToolTip): 17113 (WebCore::ChromeClientGdk::setToolTip):
16586 (WebCore::ChromeClientGdk::print): 17114 (WebCore::ChromeClientGdk::print):
16587 * gtk/WebCoreSupport/ChromeClientGdk.h: Added. 17115 * gtk/WebCoreSupport/ChromeClientGdk.h: Added.
16588 17116
OLDNEW
« no previous file with comments | « Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp ('k') | Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698