Title: [105752] trunk/Source/WebCore
Revision
105752
Author
[email protected]
Date
2012-01-24 10:37:45 -0800 (Tue, 24 Jan 2012)

Log Message

[GTK] Refactor GTK's accessibilitity code to be more modular
https://bugs.webkit.org/show_bug.cgi?id=76783

Reviewed by Martin Robinson.

Cleanup the list of includes in WebKitAccessibleWrapperAtk.cpp.

* accessibility/gtk/WebKitAccessibleWrapperAtk.cpp: Removes
'include' lines that are no longer needed after the refactor.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (105751 => 105752)


--- trunk/Source/WebCore/ChangeLog	2012-01-24 18:34:56 UTC (rev 105751)
+++ trunk/Source/WebCore/ChangeLog	2012-01-24 18:37:45 UTC (rev 105752)
@@ -1,3 +1,15 @@
+2012-01-24  Mario Sanchez Prada  <[email protected]>
+
+        [GTK] Refactor GTK's accessibilitity code to be more modular
+        https://bugs.webkit.org/show_bug.cgi?id=76783
+
+        Reviewed by Martin Robinson.
+
+        Cleanup the list of includes in WebKitAccessibleWrapperAtk.cpp.
+
+        * accessibility/gtk/WebKitAccessibleWrapperAtk.cpp: Removes
+        'include' lines that are no longer needed after the refactor.
+
 2012-01-24  Raphael Kubo da Costa  <[email protected]>
 
         [EFL] Remove CookieJarEfl.cpp

Modified: trunk/Source/WebCore/accessibility/gtk/WebKitAccessibleWrapperAtk.cpp (105751 => 105752)


--- trunk/Source/WebCore/accessibility/gtk/WebKitAccessibleWrapperAtk.cpp	2012-01-24 18:34:56 UTC (rev 105751)
+++ trunk/Source/WebCore/accessibility/gtk/WebKitAccessibleWrapperAtk.cpp	2012-01-24 18:37:45 UTC (rev 105752)
@@ -34,33 +34,14 @@
 #if HAVE(ACCESSIBILITY)
 
 #include "AXObjectCache.h"
-#include "AccessibilityList.h"
-#include "AccessibilityListBox.h"
-#include "AccessibilityListBoxOption.h"
-#include "AccessibilityTable.h"
-#include "AccessibilityTableCell.h"
-#include "AccessibilityTableColumn.h"
-#include "AccessibilityTableRow.h"
-#include "CharacterNames.h"
 #include "Document.h"
-#include "DocumentType.h"
-#include "Editor.h"
 #include "Frame.h"
 #include "FrameView.h"
-#include "GOwnPtr.h"
 #include "HTMLNames.h"
-#include "HTMLSelectElement.h"
-#include "HTMLTableCaptionElement.h"
 #include "HTMLTableElement.h"
 #include "HostWindow.h"
-#include "InlineTextBox.h"
-#include "IntRect.h"
-#include "NotImplemented.h"
-#include "RenderListItem.h"
-#include "RenderListMarker.h"
-#include "RenderText.h"
+#include "RenderObject.h"
 #include "Settings.h"
-#include "TextEncoding.h"
 #include "TextIterator.h"
 #include "WebKitAccessibleHyperlink.h"
 #include "WebKitAccessibleInterfaceAction.h"
@@ -77,14 +58,8 @@
 #include "WebKitAccessibleUtil.h"
 #include "htmlediting.h"
 #include "visible_units.h"
-
-#include <atk/atk.h>
-#include <glib.h>
 #include <glib/gprintf.h>
-#include <libgail-util/gail-util.h>
-#include <pango/pango.h>
-#include <wtf/text/AtomicString.h>
-#include <wtf/text/CString.h>
+#include <gtk/gtk.h>
 
 using namespace WebCore;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to