OLD | NEW |
| 1 2013-02-27 John Bauman <jbauman@chromium.org> |
| 2 |
| 3 Plugin in iframe may not display |
| 4 https://bugs.webkit.org/show_bug.cgi?id=109879 |
| 5 |
| 6 Reviewed by Simon Fraser. |
| 7 |
| 8 Ensure NetscapePluginWidget informs the plugin view of the cliprect chan
ge directly. |
| 9 |
| 10 * Plugins/WebBaseNetscapePluginView.h: |
| 11 * WebCoreSupport/WebFrameLoaderClient.mm: |
| 12 (NetscapePluginWidget::clipRectChanged): |
| 13 |
| 14 2013-02-26 Alexey Proskuryakov <ap@apple.com> |
| 15 |
| 16 Don't add a body to platform request until necessary |
| 17 https://bugs.webkit.org/show_bug.cgi?id=110900 |
| 18 |
| 19 Reviewed by Brady Eidson. |
| 20 |
| 21 WebKit1 behavior is unchanged, body is added on every conversion. |
| 22 |
| 23 * WebCoreSupport/WebFrameLoaderClient.mm: |
| 24 (WebFrameLoaderClient::convertMainResourceLoadToDownload): |
| 25 (WebFrameLoaderClient::dispatchDidLoadResourceFromMemoryCache): |
| 26 (WebFrameLoaderClient::assignIdentifierToInitialRequest): |
| 27 (WebFrameLoaderClient::dispatchWillSendRequest): |
| 28 (WebFrameLoaderClient::dispatchDecidePolicyForResponse): |
| 29 (WebFrameLoaderClient::dispatchDecidePolicyForNewWindowAction): |
| 30 (WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction): |
| 31 (WebFrameLoaderClient::updateGlobalHistory): |
| 32 (WebFrameLoaderClient::canHandleRequest): |
| 33 * WebView/WebDataSource.mm: |
| 34 (-[WebDataSource initialRequest]): |
| 35 (-[WebDataSource request]): |
| 36 * WebView/WebFrame.mm: |
| 37 (-[WebFrame _loadData:MIMEType:textEncodingName:baseURL:unreachableURL:]
): |
| 38 |
| 39 2013-02-27 Glenn Adams <glenn@skynav.com> |
| 40 |
| 41 Add ENABLE_CSS3_TEXT_LINE_BREAK flag. |
| 42 https://bugs.webkit.org/show_bug.cgi?id=110944 |
| 43 |
| 44 Reviewed by Dean Jackson. |
| 45 |
| 46 * Configurations/FeatureDefines.xcconfig: |
| 47 |
| 48 2013-02-26 Jer Noble <jer.noble@apple.com> |
| 49 |
| 50 Unreviewed build fix; use correct macro for platform name in FeatureDefi
nes.xcconfig. |
| 51 |
| 52 * Configurations/FeatureDefines.xcconfig: |
| 53 |
| 54 2013-02-26 Dmitry Zvorygin <zvorygin@chromium.org> |
| 55 |
| 56 Merged Tip and Debug log levels for web console. |
| 57 https://bugs.webkit.org/show_bug.cgi?id=109919 |
| 58 |
| 59 Reviewed by Pavel Feldman. |
| 60 |
| 61 In every component either TIP or DEBUG level was used for reporting, |
| 62 but not both. This patch is prerequisite for Web Inspector console log f
iltering. |
| 63 |
| 64 * WebCoreSupport/WebChromeClient.mm: |
| 65 (stringForMessageLevel): |
| 66 * WebView/WebUIDelegatePrivate.h: |
| 67 |
| 68 |
| 69 2013-02-21 Jeffrey Pfau <jpfau@apple.com> |
| 70 |
| 71 Optionally partition cache to prevent using cache for tracking |
| 72 https://bugs.webkit.org/show_bug.cgi?id=110269 |
| 73 |
| 74 Reviewed by Maciej Stachowiak. |
| 75 |
| 76 Update WKSI bindings and add feature defines. |
| 77 |
| 78 * Configurations/FeatureDefines.xcconfig: Add defines for cache partitio
ning and public suffix list usage |
| 79 * WebCoreSupport/WebSystemInterface.mm: |
| 80 (InitWebCoreSystemInterface): |
| 81 |
| 82 2013-02-25 Jer Noble <jer.noble@apple.com> |
| 83 |
| 84 Normalize ENABLE_ENCRYPTED_MEDIA definitions across all FeatureDefines f
iles. |
| 85 https://bugs.webkit.org/show_bug.cgi?id=110806 |
| 86 |
| 87 Reviewed by Alexey Proskuryakov. |
| 88 |
| 89 Ensure both ENCRYPTED_MEDIA and ENCRYPTED_MEDIA_V2 are enabled on macosx
_1090. |
| 90 |
| 91 * Configurations/FeatureDefines.xcconfig: |
| 92 |
| 93 2013-02-25 Andreas Kling <akling@apple.com> |
| 94 |
| 95 Reduce amount of code that includes StylePropertySet.h |
| 96 <http://webkit.org/b/101149> |
| 97 |
| 98 Reviewed by Antti Koivisto. |
| 99 |
| 100 * WebCoreSupport/WebEditorClient.mm: |
| 101 * WebView/WebFrame.mm: |
| 102 * WebView/WebView.mm: |
| 103 |
| 104 2013-02-24 Andreas Kling <akling@apple.com> |
| 105 |
| 106 Reduce include graph of JSDOMBinding.h |
| 107 <http://webkit.org/b/110709> |
| 108 |
| 109 Reviewed by Antti Koivisto. |
| 110 |
| 111 * WebView/WebHTMLView.mm: |
| 112 |
| 113 2013-02-21 Grzegorz Czajkowski <g.czajkowski@samsung.com> |
| 114 |
| 115 Allow to retrieve the request data from abstract TextCheckingRequest to
be accessible for WK2 |
| 116 https://bugs.webkit.org/show_bug.cgi?id=110208 |
| 117 |
| 118 Reviewed by Hajime Morrita. |
| 119 |
| 120 * WebCoreSupport/WebEditorClient.mm: |
| 121 (WebEditorClient::didCheckSucceed): |
| 122 (WebEditorClient::requestCheckingOfString): |
| 123 Extract the request data as it is the member of 'TextCheckingRequest'. |
| 124 |
| 125 2013-02-19 Mark Hahnenberg <mhahnenberg@apple.com> |
| 126 |
| 127 Objective-C API: Need a way to use the Objective-C JavaScript API with W
ebKit |
| 128 https://bugs.webkit.org/show_bug.cgi?id=106059 |
| 129 |
| 130 Reviewed by Geoffrey Garen. |
| 131 |
| 132 Addition of appropriate delegate callbacks and support to the WebKit API
. |
| 133 |
| 134 * WebCoreSupport/WebFrameLoaderClient.mm: |
| 135 * WebView/WebDelegateImplementationCaching.h: |
| 136 (WebFrameLoadDelegateImplementationCache): |
| 137 * WebView/WebFrame.h: |
| 138 * WebView/WebFrame.mm: |
| 139 (-[WebFrame _stringByEvaluatingJavaScriptFromString:forceUserGesture:]): |
| 140 (-[WebFrame _stringByEvaluatingJavaScriptFromString:withGlobalObject:inS
criptWorld:]): |
| 141 (-[WebFrame _javaScriptContextForScriptWorld:]): |
| 142 (-[WebFrame javaScriptContext]): |
| 143 * WebView/WebFrameLoadDelegate.h: |
| 144 * WebView/WebFramePrivate.h: |
| 145 * WebView/WebScriptDebugDelegate.mm: |
| 146 (-[WebScriptCallFrame _convertValueToObjcValue:JSC::]): |
| 147 (-[WebScriptCallFrame exception]): |
| 148 (-[WebScriptCallFrame evaluateWebScript:]): |
| 149 * WebView/WebScriptWorld.h: |
| 150 * WebView/WebScriptWorld.mm: |
| 151 (+[WebScriptWorld scriptWorldForJavaScriptContext:]): |
| 152 * WebView/WebView.mm: |
| 153 (-[WebView _cacheFrameLoadDelegateImplementations]): |
| 154 (aeDescFromJSValue): |
| 155 (-[WebView aeDescByEvaluatingJavaScriptFromString:]): |
| 156 (-[WebView _computedStyleIncludingVisitedInfo:forElement:]): |
| 157 |
| 158 2013-02-20 Dirk Schulze <krit@webkit.org> |
| 159 |
| 160 Enable CANVAS_PATH flag |
| 161 https://bugs.webkit.org/show_bug.cgi?id=108508 |
| 162 |
| 163 Reviewed by Simon Fraser. |
| 164 |
| 165 Enable CANVAS_PATH flag on trunk. |
| 166 |
| 167 * Configurations/FeatureDefines.xcconfig: |
| 168 |
| 169 2013-02-19 Tim Horton <timothy_horton@apple.com> |
| 170 |
| 171 Clarify isInWindow vs. isVisible path through to RenderLayerCompositor |
| 172 https://bugs.webkit.org/show_bug.cgi?id=110261 |
| 173 <rdar://problem/13196122> |
| 174 |
| 175 Reviewed by Simon Fraser. |
| 176 |
| 177 * WebView/WebView.mm: |
| 178 (-[WebView viewWillMoveToWindow:]): |
| 179 (-[WebView viewDidMoveToWindow]): |
| 180 Use Page::setIsInWindow in addition to willMoveOffscreen/didMoveOnscreen
. |
| 181 |
| 182 2013-02-18 Anders Carlsson <andersca@apple.com> |
| 183 |
| 184 Add a DefaultHash for RefPtr<SecurityOrigin> |
| 185 https://bugs.webkit.org/show_bug.cgi?id=110170 |
| 186 |
| 187 Reviewed by Andreas Kling. |
| 188 |
| 189 Remove all explicit uses of SecurityOriginHash. |
| 190 |
| 191 * WebCoreSupport/WebApplicationCache.mm: |
| 192 (+[WebApplicationCache originsWithCache]): |
| 193 |
| 194 2013-02-15 Eric Carlson <eric.carlson@apple.com> |
| 195 |
| 196 [Mac] remove wkCaptionAppearance from WebKitSystemInterface |
| 197 https://bugs.webkit.org/show_bug.cgi?id=109996 |
| 198 |
| 199 Reviewed by Simon Fraser. |
| 200 |
| 201 * WebCoreSupport/WebSystemInterface.mm: |
| 202 (InitWebCoreSystemInterface): |
| 203 |
| 204 2013-02-15 Sheriff Bot <webkit.review.bot@gmail.com> |
| 205 |
| 206 Unreviewed, rolling out r143088. |
| 207 http://trac.webkit.org/changeset/143088 |
| 208 https://bugs.webkit.org/show_bug.cgi?id=110000 |
| 209 |
| 210 Breaks the build (Requested by dgorbik on #webkit). |
| 211 |
| 212 * WebCoreSupport/WebSystemInterface.mm: |
| 213 (InitWebCoreSystemInterface): |
| 214 |
| 215 2013-02-15 Eric Carlson <eric.carlson@apple.com> |
| 216 |
| 217 [Mac] remove wkCaptionAppearance from WebKitSystemInterface |
| 218 https://bugs.webkit.org/show_bug.cgi?id=109996 |
| 219 |
| 220 Reviewed by Simon Fraser. |
| 221 |
| 222 * WebCoreSupport/WebSystemInterface.mm: |
| 223 (InitWebCoreSystemInterface): |
| 224 |
| 225 2013-02-15 Allan Sandfeld Jensen <allan.jensen@digia.com> |
| 226 |
| 227 Simplify hitTestResultAtPoint and nodesFromRect APIs |
| 228 https://bugs.webkit.org/show_bug.cgi?id=95720 |
| 229 |
| 230 Reviewed by Julien Chaffraix. |
| 231 |
| 232 Update calls to new API. |
| 233 |
| 234 * WebCoreSupport/WebFrameLoaderClient.mm: |
| 235 (WebFrameLoaderClient::actionDictionary): |
| 236 * WebView/WebFrame.mm: |
| 237 (-[WebFrame elementAtPoint:]): |
| 238 * WebView/WebHTMLView.mm: |
| 239 (-[WebHTMLView elementAtPoint:allowShadowContent:]): |
| 240 |
| 241 2013-02-14 David Kilzer <ddkilzer@apple.com> |
| 242 |
| 243 [Mac] Clean up WARNING_CFLAGS |
| 244 <http://webkit.org/b/109747> |
| 245 <rdar://problem/13208373> |
| 246 |
| 247 Reviewed by Mark Rowe. |
| 248 |
| 249 * Configurations/Base.xcconfig: Use |
| 250 GCC_WARN_64_TO_32_BIT_CONVERSION to enable and disable |
| 251 -Wshorten-64-to-32 rather than WARNING_CFLAGS. |
| 252 |
| 253 2013-02-13 Zan Dobersek <zdobersek@igalia.com> |
| 254 |
| 255 The 'global isinf/isnan' compiler quirk required when using clang with l
ibstdc++ |
| 256 https://bugs.webkit.org/show_bug.cgi?id=109325 |
| 257 |
| 258 Reviewed by Anders Carlsson. |
| 259 |
| 260 Prefix calls to the isinf and isnan methods with std::, declaring we wan
t to use the |
| 261 two methods as they're provided by the C++ standard library being used. |
| 262 |
| 263 * tests/DecimalTest.cpp: |
| 264 (TEST_F): |
| 265 |
| 266 2013-02-12 Joseph Pecoraro <pecoraro@apple.com> |
| 267 |
| 268 [iOS] Enable PAGE_VISIBILITY_API |
| 269 https://bugs.webkit.org/show_bug.cgi?id=109399 |
| 270 |
| 271 Reviewed by David Kilzer. |
| 272 |
| 273 * Configurations/FeatureDefines.xcconfig: |
| 274 |
| 275 2013-02-12 David Kilzer <ddkilzer@apple.com> |
| 276 |
| 277 BUILD FIX (r142576): WK1 build fails when ENABLE(DELETION_UI) is off |
| 278 <https://bugs.webkit.org/show_bug.cgi?id=109534> |
| 279 |
| 280 Fixes the following build failure: |
| 281 |
| 282 WebEditorClient.mm:243:23: error: out-of-line definition of 'shouldS
howDeleteInterface' does not match any declaration in 'WebEditorClient' |
| 283 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* element
) |
| 284 ^~~~~~~~~~~~~~~~~~~~~~~~~ |
| 285 |
| 286 * WebCoreSupport/WebEditorClient.mm: |
| 287 (WebEditorClient::shouldShowDeleteInterface): Protect with |
| 288 ENABLE(DELETION_UI) macro. |
| 289 |
| 290 2013-02-11 Ryosuke Niwa <rniwa@webkit.org> |
| 291 |
| 292 Disable delete button controller on non-Mac ports and delete EditorClien
t::shouldShowDeleteInterface |
| 293 https://bugs.webkit.org/show_bug.cgi?id=109534 |
| 294 |
| 295 Reviewed by Anders Carlsson. |
| 296 |
| 297 * WebCoreSupport/WebEditorClient.h: |
| 298 |
| 299 2013-02-11 Benjamin Poulain <benjamin@webkit.org> |
| 300 |
| 301 Kill TestRunner::setMinimumTimerInterval; implement the feature with Int
ernalSettings |
| 302 https://bugs.webkit.org/show_bug.cgi?id=109349 |
| 303 |
| 304 Reviewed by Sam Weinig. |
| 305 |
| 306 * WebView/WebView.mm: |
| 307 * WebView/WebViewPrivate.h: |
| 308 |
1 2013-02-10 Dan Bernstein <mitz@apple.com> | 309 2013-02-10 Dan Bernstein <mitz@apple.com> |
2 | 310 |
3 Added *.pdf to EXCLUDED_SOURCE_FILE_NAMES_iphoneos. | 311 Added *.pdf to EXCLUDED_SOURCE_FILE_NAMES_iphoneos. |
4 | 312 |
5 Rubber-stamped by Anders Carlsson. | 313 Rubber-stamped by Anders Carlsson. |
6 | 314 |
7 * Configurations/WebKit.xcconfig: | 315 * Configurations/WebKit.xcconfig: |
8 | 316 |
9 2013-02-10 Jae Hyun Park <jae.park08@gmail.com> | 317 2013-02-10 Jae Hyun Park <jae.park08@gmail.com> |
10 | 318 |
(...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2002 * WebCoreSupport/WebChromeClient.h: | 2310 * WebCoreSupport/WebChromeClient.h: |
2003 * WebCoreSupport/WebChromeClient.mm: | 2311 * WebCoreSupport/WebChromeClient.mm: |
2004 (WebChromeClient::scheduleCompositingLayerFlush): | 2312 (WebChromeClient::scheduleCompositingLayerFlush): |
2005 * WebView/WebView.mm: | 2313 * WebView/WebView.mm: |
2006 (-[WebView _flushCompositingChanges]): | 2314 (-[WebView _flushCompositingChanges]): |
2007 (LayerFlushController::flushLayers): | 2315 (LayerFlushController::flushLayers): |
2008 (-[WebView _scheduleCompositingLayerFlush]): | 2316 (-[WebView _scheduleCompositingLayerFlush]): |
2009 * WebView/WebViewInternal.h: | 2317 * WebView/WebViewInternal.h: |
2010 | 2318 |
2011 == Rolled over to ChangeLog-2012-10-02 == | 2319 == Rolled over to ChangeLog-2012-10-02 == |
OLD | NEW |