~ubuntu-branches/ubuntu/maverick/webkit/maverick

« back to all changes in this revision

Viewing changes to WebKit/PublicHeaderChangesFromTiger.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2007-08-19 15:54:12 UTC
  • Revision ID: james.westby@ubuntu.com-20070819155412-uxxg1h9plpghmtbi
Tags: upstream-0~svn25144
ImportĀ upstreamĀ versionĀ 0~svn25144

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This file lists changes to WebKit public header files that have been made since WebKit-412, which shipped with Mac OS X 10.4. All of these changes will have to be approved by the Apple API approval process, or rolled out, before Apple ships a new version of WebKit.
 
2
 
 
3
When you make changes to public header files, please update this file, in the same general style as the ChangeLog file (new entries at top).
 
4
===============================================
 
5
 
 
6
2005-08-01  John Sullivan  <sullivan@apple.com>
 
7
 
 
8
Removed -[DOMHTMLInputElement isTextField] from DOMExtensions.h. I changed it to _isTextField and put it in
 
9
DOMPrivate.h instead, until we decide what we want to do about the public API.
 
10
 
 
11
2005-07-22  John Sullivan  <sullivan@apple.com>
 
12
 
 
13
Added -[DOMHTMLInputElement isTextField] to DOMExtensions.h (in WebCore, copied by build steps to WebKit).
 
14
This is used by autocomplete code in Safari and could be moved there, but is a better fit in WebKit and
 
15
is useful for developers.
 
16
 
 
17
2005-06-22  John Sullivan  <sullivan@apple.com>
 
18
 
 
19
Added the following values to the enum of WebMenuItem tags in WebUIDelegate.h:
 
20
 
 
21
    WebMenuItemTagOpenWithDefaultApplication,
 
22
    WebMenuItemPDFActualSize,
 
23
    WebMenuItemPDFZoomIn,
 
24
    WebMenuItemPDFZoomOut,
 
25
    WebMenuItemPDFAutoSize,
 
26
    WebMenuItemPDFSinglePage,
 
27
    WebMenuItemPDFFacingPages,
 
28
    WebMenuItemPDFContinuous,
 
29
    WebMenuItemPDFNextPage,
 
30
    WebMenuItemPDFPreviousPage,
 
31
 
 
32
These are all used by the context menu for PDF documents.