Commit bfd32ef
Unreviewed, rolling out r128809.
http://trac.webkit.org/changeset/128809
https://bugs.webkit.org/show_bug.cgi?id=96958
Broke the Windows build. (Requested by andersca on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-09-17
Source/WebCore:
* platform/win/BString.cpp:
(WebCore::BString::~BString):
(WebCore::BString::adoptBSTR):
* platform/win/BString.h:
(BString):
Source/WebKit/win:
* DefaultPolicyDelegate.cpp:
(DefaultPolicyDelegate::decidePolicyForNavigationAction):
(DefaultPolicyDelegate::decidePolicyForMIMEType):
(DefaultPolicyDelegate::unableToImplementPolicyWithError):
* MarshallingHelpers.cpp:
(MarshallingHelpers::KURLToBSTR):
(MarshallingHelpers::CFStringRefToBSTR):
(MarshallingHelpers::stringArrayToSafeArray):
(MarshallingHelpers::safeArrayToStringArray):
* WebCoreSupport/WebChromeClient.cpp:
(WebChromeClient::runJavaScriptPrompt):
* WebCoreSupport/WebEditorClient.cpp:
(WebEditorClient::checkGrammarOfString):
(WebEditorClient::getGuessesForWord):
* WebFrame.cpp:
(WebFrame::canProvideDocumentSource):
* WebHistory.cpp:
(WebHistory::removeItem):
(WebHistory::addItem):
* WebIconDatabase.cpp:
(WebIconDatabase::startUpIconDatabase):
* WebNotificationCenter.cpp:
(WebNotificationCenter::postNotification):
* WebPreferences.cpp:
(WebPreferences::setStringValue):
* WebView.cpp:
(PreferencesChangedOrRemovedObserver::onNotify):
(WebView::close):
(WebView::canShowMIMEType):
(WebView::initWithFrame):
(WebView::setApplicationNameForUserAgent):
(WebView::setCustomUserAgent):
(WebView::userAgentForURL):
(WebView::setCustomTextEncodingName):
(WebView::customTextEncodingName):
(WebView::setPreferences):
(WebView::searchFor):
(WebView::executeCoreCommandByName):
(WebView::markAllMatchesForText):
(WebView::setGroupName):
(WebView::registerURLSchemeAsLocal):
(WebView::replaceSelectionWithText):
(WebView::onNotify):
(WebView::notifyPreferencesChanged):
(WebView::MIMETypeForExtension):
(WebView::standardUserAgentWithApplicationName):
(WebView::addAdditionalPluginDirectory):
(WebView::registerEmbeddedViewMIMEType):
(toString):
(toKURL):
(WebView::addOriginAccessWhitelistEntry):
(WebView::removeOriginAccessWhitelistEntry):
(WebView::geolocationDidFailWithError):
(WebView::setDomainRelaxationForbiddenForURLScheme):
(WebView::setCompositionForTesting):
(WebView::confirmCompositionForTesting):
Canonical link: https://commits.webkit.org/114879@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@128812 268f45cc-cd09-0410-ab3c-d52691b4dbfc1 parent a6d4cd1 commit bfd32efCopy full SHA for bfd32ef
14 files changed
+232-116Lines changed: 232 additions & 116 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- Source
- WebCore
- platform/win
- WebKit/win
- WebCoreSupport
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
1 | 15 | |
2 | 16 | |
3 | 17 | |
|
Collapse file
Source/WebCore/platform/win/BString.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/platform/win/BString.cpp+3-7Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
106 | 106 | |
107 | 107 | |
108 | 108 | |
109 | | - |
| 109 | + |
110 | 110 | |
111 | 111 | |
112 | 112 | |
| ||
119 | 119 | |
120 | 120 | |
121 | 121 | |
122 | | - |
| 122 | + |
| 123 | + |
123 | 124 | |
124 | 125 | |
125 | 126 | |
126 | | - |
127 | | - |
128 | | - |
129 | | - |
130 | | - |
131 | 127 | |
132 | 128 | |
133 | 129 | |
|
Collapse file
Source/WebCore/platform/win/BString.h
Copy file name to clipboardExpand all lines: Source/WebCore/platform/win/BString.h-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
52 | 52 | |
53 | 53 | |
54 | 54 | |
55 | | - |
56 | 55 | |
57 | 56 | |
58 | 57 | |
59 | 58 | |
60 | 59 | |
61 | | - |
62 | 60 | |
63 | 61 | |
64 | 62 | |
|
Collapse file
Source/WebKit/win/ChangeLog
Copy file name to clipboardExpand all lines: Source/WebKit/win/ChangeLog+65Lines changed: 65 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 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 | + |
1 | 66 | |
2 | 67 | |
3 | 68 | |
|
Collapse file
Source/WebKit/win/DefaultPolicyDelegate.cpp
Copy file name to clipboardExpand all lines: Source/WebKit/win/DefaultPolicyDelegate.cpp+8-5Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
31 | 30 | |
32 | 31 | |
33 | 32 | |
| ||
117 | 116 | |
118 | 117 | |
119 | 118 | |
120 | | - |
| 119 | + |
121 | 120 | |
122 | 121 | |
123 | 122 | |
124 | 123 | |
125 | 124 | |
126 | 125 | |
127 | 126 | |
| 127 | + |
128 | 128 | |
129 | 129 | |
130 | 130 | |
| ||
152 | 152 | |
153 | 153 | |
154 | 154 | |
155 | | - |
| 155 | + |
156 | 156 | |
157 | 157 | |
158 | 158 | |
| ||
171 | 171 | |
172 | 172 | |
173 | 173 | |
| 174 | + |
174 | 175 | |
175 | 176 | |
176 | 177 | |
| ||
179 | 180 | |
180 | 181 | |
181 | 182 | |
182 | | - |
| 183 | + |
183 | 184 | |
184 | 185 | |
185 | | - |
| 186 | + |
186 | 187 | |
187 | 188 | |
188 | 189 | |
| 190 | + |
| 191 | + |
189 | 192 | |
190 | 193 | |
191 | 194 | |
Collapse file
Source/WebKit/win/MarshallingHelpers.cpp
Copy file name to clipboardExpand all lines: Source/WebKit/win/MarshallingHelpers.cpp+20-6Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
31 | 30 | |
32 | 31 | |
33 | 32 | |
| ||
47 | 46 | |
48 | 47 | |
49 | 48 | |
50 | | - |
| 49 | + |
51 | 50 | |
52 | 51 | |
53 | 52 | |
| ||
90 | 89 | |
91 | 90 | |
92 | 91 | |
93 | | - |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
94 | 106 | |
95 | 107 | |
96 | 108 | |
| ||
147 | 159 | |
148 | 160 | |
149 | 161 | |
150 | | - |
151 | | - |
| 162 | + |
| 163 | + |
| 164 | + |
152 | 165 | |
153 | 166 | |
154 | 167 | |
| ||
219 | 232 | |
220 | 233 | |
221 | 234 | |
222 | | - |
| 235 | + |
223 | 236 | |
224 | 237 | |
| 238 | + |
225 | 239 | |
226 | 240 | |
227 | 241 | |
|
Collapse file
Source/WebKit/win/WebCoreSupport/WebChromeClient.cpp
Copy file name to clipboardExpand all lines: Source/WebKit/win/WebCoreSupport/WebChromeClient.cpp+7-5Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
410 | 410 | |
411 | 411 | |
412 | 412 | |
413 | | - |
| 413 | + |
414 | 414 | |
415 | 415 | |
416 | 416 | |
417 | | - |
418 | | - |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
419 | 422 | |
420 | | - |
421 | | - |
| 423 | + |
422 | 424 | |
423 | 425 | |
424 | 426 | |
|
Collapse file
Source/WebKit/win/WebCoreSupport/WebEditorClient.cpp
Copy file name to clipboardExpand all lines: Source/WebKit/win/WebCoreSupport/WebEditorClient.cpp+6-3Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
695 | 695 | |
696 | 696 | |
697 | 697 | |
698 | | - |
| 698 | + |
699 | 699 | |
700 | 700 | |
701 | 701 | |
| 702 | + |
702 | 703 | |
703 | 704 | |
704 | 705 | |
705 | 706 | |
706 | 707 | |
707 | | - |
| 708 | + |
708 | 709 | |
709 | 710 | |
710 | 711 | |
| 712 | + |
711 | 713 | |
712 | 714 | |
713 | 715 | |
| ||
776 | 778 | |
777 | 779 | |
778 | 780 | |
779 | | - |
| 781 | + |
780 | 782 | |
781 | 783 | |
782 | 784 | |
| 785 | + |
783 | 786 | |
784 | 787 | |
785 | 788 | |
|
Collapse file
Source/WebKit/win/WebFrame.cpp
Copy file name to clipboardExpand all lines: Source/WebKit/win/WebFrame.cpp+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1442 | 1442 | |
1443 | 1443 | |
1444 | 1444 | |
1445 | | - |
| 1445 | + |
1446 | 1446 | |
1447 | 1447 | |
1448 | 1448 | |
| 1449 | + |
1449 | 1450 | |
1450 | 1451 | |
1451 | 1452 | |
|
Collapse file
Source/WebKit/win/WebHistory.cpp
Copy file name to clipboardExpand all lines: Source/WebKit/win/WebHistory.cpp+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
40 | 39 | |
41 | 40 | |
42 | 41 | |
| ||
613 | 612 | |
614 | 613 | |
615 | 614 | |
616 | | - |
| 615 | + |
617 | 616 | |
618 | 617 | |
619 | 618 | |
620 | 619 | |
621 | 620 | |
622 | 621 | |
| 622 | + |
623 | 623 | |
624 | 624 | |
625 | 625 | |
| ||
646 | 646 | |
647 | 647 | |
648 | 648 | |
649 | | - |
| 649 | + |
650 | 650 | |
651 | 651 | |
652 | 652 | |
653 | 653 | |
654 | 654 | |
| 655 | + |
655 | 656 | |
656 | 657 | |
657 | 658 | |
|
0 commit comments