forked from syllable-org/webster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
139 lines (101 loc) · 3.65 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
* October 6th 2009 *
WebCore
ResourceHandleManager.cpp
o Replaced all references to ABrowse with Webster. Fixes cookies.
o Strip anchors from URLs before we load them.
* September 21st 2008 *
Webster
o Treat any URL entered that begins with a / as a FILE
o Automatically focus any tab created with the 'New tab' menu.
o Close the Window if the user closes the last tab in the Window
o Only call CenterInWindow() on the first application window if the size
wasn't loaded from the settings file. This was causing the saved Window
position to move around.
WebCore
LocalizedStringsSyllable.cpp
o Renamed 'Open in new tab' to 'Open in new window' to match what actually
happens.
WebView
frameloaderclient.cpp
o Do *not* accept an empty MIME type as valid loadable type: this was
causing some binary files to be displayed rather than downloaded.
* July 21st 2008 *
WebView
EventHandler.cpp
o Trap MiddleButton click release events and pass them to
ChromeClient::createWindow()
WindowFeatures.h
WindowFeatures.cpp
o Add a new flag suggestBackgroundTab
ABrowse_NG (Webster)
New browser built on top of WebView.
* April 23th 2008 *
WebView
frameloaderclient.cpp
o Accept application/xml & an empty MIME type as valid loadable types.
* April 13th 2008 *
WebCore
platform/network/syllable/ResourceHandleManager.h
platform/network/syllable/ResourceHandleManager.cpp
o Added the ProxyManager class.
o Removed the global g_zProxyURL variable.
ABrowse
Use the ProxyManager class
Added test, test-install & test-clean targets to the root Makefile
* April 8th 2008 *
ABrowse
Applied the following patches from Clayton <[email protected]>
o Added shortcuts for "Quit", "Copy", "Paste", "New Tab" & "New Window"
o Go to the users configred Home location when the Home button is clicked,
not www.syllable.org
* April 6th 2008 *
WebView
New files. Starting to split the core View (Currently HTMLView) out of
ABrowse into what will be libwebview.
Test
New files. A simple browser shell to test WebView etc.
* April 5th 2008 *
ABrowse
Get the version string from version.h, which is generated when the sources
are exported from CVS.
Generate version.h if one is not present.
WebCore, ABrowse
Moved the ChromeClientSyllable class out of WebCore into ABrowse
* March 30th 2008 *
JavaScriptCore
wtf/HashTable.h
o Comment out the two ASSERTs in reinsert() which fire due to invalid data
in the FontCache HashTable. This is a hack and we need a real solution to
the invalid HashTable data problem.
WebCore
platform/graphics/syllable/FontCacheSyllable.cpp
o Simplify the implementation
platform/graphics/syllable/FontPlatformData.cpp
o Cleanup a few obvious issues.
o Re-enable the fallback instance code.
o Cleanup some of the debug output.
* March 29th 2008 *
JavaScriptCore, WebCore, ABrowse
Simplified the build process by internalising all of the additional commands
required to build and fixup the generated sources.
Added a top-level Makefile and our own copy of the rules file.
Re-wrote the README build instructions to reflect these changes.
* February 16th 2008 *
ABrowse
main.cpp
o Fix definition of BrowserChromeClient::createWindow
o Remove BrowserChromeClient::createModalDialog
* February 16th 2008 *
WebCore
platform/syllable/ScrollViewSyllable.cpp
o Merge ScrollView off-by-one fix from 0.6.2
platform/syllable/RenderThemeSyllable.cpp
o Merge paintButton from 0.6.2
platform/syllable/EditorClientSyllable.cpp
o Swallow editing control characters, don't allow them to propogate into the
text.
* February 16th 2008 *
JavaScriptCore, WebCore
Synced with WebKit SVN HEAD
o Revision 29940
o Date 2008-02-02