Changeset 75272 in webkit


Ignore:
Timestamp:
Jan 7, 2011 1:53:51 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-01-07 Amruth Raj <amruthraj@motorola.com> and Ravi Phaneendra Kasibhatla <ravi.kasibhatla@motorola.com>

Reviewed by Martin Robinson.

[GTK] WebKit2 GNUmakefile is out of date from trunk
Adding new stub files for compiling on latest revision
https://bugs.webkit.org/show_bug.cgi?id=51883

  • UIProcess/gtk: Added.
  • UIProcess/gtk/TextCheckerGtk.cpp: Added. (WebKit::TextChecker::state): (WebKit::TextChecker::isContinuousSpellCheckingAllowed): (WebKit::TextChecker::setContinuousSpellCheckingEnabled): (WebKit::TextChecker::setGrammarCheckingEnabled): (WebKit::TextChecker::uniqueSpellDocumentTag): (WebKit::TextChecker::closeSpellDocumentWithTag): (WebKit::TextChecker::checkTextOfParagraph): (WebKit::TextChecker::updateSpellingUIWithMisspelledWord): (WebKit::TextChecker::getGuessesForWord): (WebKit::TextChecker::learnWord): (WebKit::TextChecker::ignoreWord):
  • UIProcess/gtk/WebInspectorGtk.cpp: Added. (WebKit::WebInspectorProxy::platformCreateInspectorPage): (WebKit::WebInspectorProxy::platformOpen): (WebKit::WebInspectorProxy::platformClose): (WebKit::WebInspectorProxy::inspectorPageURL):
  • UIProcess/gtk/WebPageProxyGtk.cpp: Added. (WebKit::WebPageProxy::standardUserAgent):
  • UIProcess/gtk/WebPreferencesGtk.cpp: Added. (WebKit::WebPreferences::platformInitializeStore): (WebKit::WebPreferences::platformUpdateStringValueForKey): (WebKit::WebPreferences::platformUpdateBoolValueForKey): (WebKit::WebPreferences::platformUpdateUInt32ValueForKey):
  • WebProcess/WebCoreSupport/gtk/WebContextMenuClientGtk.cpp: Added. (WebKit::WebContextMenuClient::lookUpInDictionary): (WebKit::WebContextMenuClient::isSpeaking): (WebKit::WebContextMenuClient::speak): (WebKit::WebContextMenuClient::stopSpeaking):
  • WebProcess/WebCoreSupport/gtk/WebDatabaseManagerGtk.cpp: Added. (WebKit::WebDatabaseManager::databaseDirectory):
  • WebProcess/WebCoreSupport/gtk/WebPopupMenuGtk.cpp: Added. (WebKit::WebPopupMenu::setUpPlatformData):
  • WebProcess/WebPage/gtk: Added.
  • WebProcess/WebPage/gtk/WebInspectorGtk.cpp: Added. (WebKit::WebInspector::localizedStringsURL):
Location:
trunk/WebKit2
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r75268 r75272  
     12011-01-07 Amruth Raj  <amruthraj@motorola.com> and Ravi Phaneendra Kasibhatla  <ravi.kasibhatla@motorola.com>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] WebKit2 GNUmakefile is out of date from trunk
     6        Adding new stub files for compiling on latest revision
     7        https://bugs.webkit.org/show_bug.cgi?id=51883
     8
     9        * UIProcess/gtk: Added.
     10        * UIProcess/gtk/TextCheckerGtk.cpp: Added.
     11        (WebKit::TextChecker::state):
     12        (WebKit::TextChecker::isContinuousSpellCheckingAllowed):
     13        (WebKit::TextChecker::setContinuousSpellCheckingEnabled):
     14        (WebKit::TextChecker::setGrammarCheckingEnabled):
     15        (WebKit::TextChecker::uniqueSpellDocumentTag):
     16        (WebKit::TextChecker::closeSpellDocumentWithTag):
     17        (WebKit::TextChecker::checkTextOfParagraph):
     18        (WebKit::TextChecker::updateSpellingUIWithMisspelledWord):
     19        (WebKit::TextChecker::getGuessesForWord):
     20        (WebKit::TextChecker::learnWord):
     21        (WebKit::TextChecker::ignoreWord):
     22        * UIProcess/gtk/WebInspectorGtk.cpp: Added.
     23        (WebKit::WebInspectorProxy::platformCreateInspectorPage):
     24        (WebKit::WebInspectorProxy::platformOpen):
     25        (WebKit::WebInspectorProxy::platformClose):
     26        (WebKit::WebInspectorProxy::inspectorPageURL):
     27        * UIProcess/gtk/WebPageProxyGtk.cpp: Added.
     28        (WebKit::WebPageProxy::standardUserAgent):
     29        * UIProcess/gtk/WebPreferencesGtk.cpp: Added.
     30        (WebKit::WebPreferences::platformInitializeStore):
     31        (WebKit::WebPreferences::platformUpdateStringValueForKey):
     32        (WebKit::WebPreferences::platformUpdateBoolValueForKey):
     33        (WebKit::WebPreferences::platformUpdateUInt32ValueForKey):
     34        * WebProcess/WebCoreSupport/gtk/WebContextMenuClientGtk.cpp: Added.
     35        (WebKit::WebContextMenuClient::lookUpInDictionary):
     36        (WebKit::WebContextMenuClient::isSpeaking):
     37        (WebKit::WebContextMenuClient::speak):
     38        (WebKit::WebContextMenuClient::stopSpeaking):
     39        * WebProcess/WebCoreSupport/gtk/WebDatabaseManagerGtk.cpp: Added.
     40        (WebKit::WebDatabaseManager::databaseDirectory):
     41        * WebProcess/WebCoreSupport/gtk/WebPopupMenuGtk.cpp: Added.
     42        (WebKit::WebPopupMenu::setUpPlatformData):
     43        * WebProcess/WebPage/gtk: Added.
     44        * WebProcess/WebPage/gtk/WebInspectorGtk.cpp: Added.
     45        (WebKit::WebInspector::localizedStringsURL):
     46
    1472011-01-06  Adam Roben  <aroben@apple.com>
    248
Note: See TracChangeset for help on using the changeset viewer.