Changes between Version 26 and Version 27 of WebKitGTK/2.20.x


Ignore:
Timestamp:
Feb 20, 2018 6:19:10 AM (6 years ago)
Author:
Carlos Garcia Campos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/2.20.x

    v26 v27  
    1717== Proposed merges for 2.19.91 ==
    1818
    19 * https://trac.webkit.org/changeset/228091 ''Unreviewed, rolling out r228085.''
    20 * http://trac.webkit.org/changeset/228096 ''Crash on sfgate.com because mismatching link preload types''
    21 * http://trac.webkit.org/changeset/228152 ''Avoid unnecessarily constructing RunLoops for GC AutomaticThreads in Connection::sendMessage() after r228001''
    22 * http://trac.webkit.org/changeset/228193  ''put_to_scope/get_from_scope should not cache lexical scopes when expecting a global object''
    23 * http://trac.webkit.org/changeset/228257 ''REGRESSION(r227758): Webpage fails to load due to crash in com.apple.WebKit: WebKit::WebFrameLoaderClient::dispatchDecidePolicyForResponse + 267''
    24 * http://trac.webkit.org/changeset/228258 ''ASSERTION FAILED: vm->currentThreadIsHoldingAPILock() seen with http/tests/paymentrequest/payment-request-show-method.https.html''
    25 * https://trac.webkit.org/changeset/228265 ''[GStreamer][WebAudio] No need for version check in each loop iteration''
    26 * https://trac.webkit.org/changeset/228271 ''[GStreamer] LayoutTest webaudio/silent-audio-interrupted-in-background.html makes its subsequent test flaky crash''
    27 * https://trac.webkit.org/changeset/228272 ''[GTK] WaylandCompositor misusing eglGetProcAddress''
    28 * https://trac.webkit.org/changeset/228279 ''AX: Defer attribute computation until needed.''
    29 * https://trac.webkit.org/changeset/228281 ''[GStreamer] WebKit improperly handles missing GStreamer elements''
    30 * http://trac.webkit.org/changeset/228296''Web Inspector: Styles: Typing value and quickly moving focus away may display outdated value in UI''
    31 * http://trac.webkit.org/changeset/228299 ''Form submission after navigation fails when decidePolicyForNavigationAction is async''
    32 * https://trac.webkit.org/changeset/228321 ''[GStreamer][WebAudio] Winamp2-js woes''
     19* ~~https://trac.webkit.org/changeset/228091 ''Unreviewed, rolling out r228085.''~~
     20* ~~http://trac.webkit.org/changeset/228096 ''Crash on sfgate.com because mismatching link preload types''~~
     21* ~~http://trac.webkit.org/changeset/228152 ''Avoid unnecessarily constructing RunLoops for GC AutomaticThreads in Connection::sendMessage() after r228001''~~
     22* ~~http://trac.webkit.org/changeset/228193  ''put_to_scope/get_from_scope should not cache lexical scopes when expecting a global object''~~
     23* ~~http://trac.webkit.org/changeset/228257 ''REGRESSION(r227758): Webpage fails to load due to crash in com.apple.WebKit: WebKit::WebFrameLoaderClient::dispatchDecidePolicyForResponse + 267''~~
     24* ~~http://trac.webkit.org/changeset/228258 ''ASSERTION FAILED: vm->currentThreadIsHoldingAPILock() seen with http/tests/paymentrequest/payment-request-show-method.https.html''~~
     25* ~~https://trac.webkit.org/changeset/228265 ''[GStreamer][WebAudio] No need for version check in each loop iteration''~~
     26* ~~https://trac.webkit.org/changeset/228271 ''[GStreamer] LayoutTest webaudio/silent-audio-interrupted-in-background.html makes its subsequent test flaky crash''~~
     27* ~~https://trac.webkit.org/changeset/228272 ''[GTK] WaylandCompositor misusing eglGetProcAddress''~~
     28* ~~https://trac.webkit.org/changeset/228279 ''AX: Defer attribute computation until needed.''~~
     29* ~~https://trac.webkit.org/changeset/228281 ''[GStreamer] WebKit improperly handles missing GStreamer elements''~~
     30* http://trac.webkit.org/changeset/228296 ''Web Inspector: Styles: Typing value and quickly moving focus away may display outdated value in UI''
     31* ~~http://trac.webkit.org/changeset/228299 ''Form submission after navigation fails when decidePolicyForNavigationAction is async''~~
     32* ~~https://trac.webkit.org/changeset/228321 ''[GStreamer][WebAudio] Winamp2-js woes''~~
    3333* http://trac.webkit.org/changeset/228336 ''Web Inspector: Object.shallowEqual always fails when comparing array property values''
    3434* http://trac.webkit.org/changeset/228349 ''ImageBitmapRenderingContext should be Runtime guarded''
    3535* http://trac.webkit.org/changeset/228362 ''Web Inspector: Canvas tab: tree selection abruptly changes when selecting a recording frame''
    36 * http://trac.webkit.org/changeset/228368 ''[GTK] Scrolling sometimes jumps around''
    37 * http://trac.webkit.org/changeset/228373 ''[GTK] Unify builds for platform-specific files in WebKit layer''
    38 * http://trac.webkit.org/changeset/228378 ''[l10n] Updated Polish translation of WebKitGTK+ for 2.20''
    39 * http://trac.webkit.org/changeset/228401 ''DFG::emitCodeToGetArgumentsArrayLength needs to handle NewArrayBuffer/PhantomNewArrayBuffer''
    40 * http://trac.webkit.org/changeset/228415 ''Update NetworkCache::Storage::lastStableVersion after r226349''
    41 * http://trac.webkit.org/changeset/228430 ''REGRESSION (r228299): Broke reader mode in Safari''
    42 * http://trac.webkit.org/changeset/228435 ''Crash when breakpoint hit in unload handler''
    43 * http://trac.webkit.org/changeset/228436 ''[YarrJIT][ARM] We need to save r8 as it is the initial start register''
    44 * http://trac.webkit.org/changeset/228454 ''putDirectIndexSlowOrBeyondVectorLength needs to convert to dictionary indexing mode always if attributes are present''
    45 * http://trac.webkit.org/changeset/228476 ''CrashTracer: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::HTMLPlugInImageElement::didAddUserAgentShadowRoot + 618''
    46 * http://trac.webkit.org/changeset/228481 ''REGRESSION(225695) : com.apple.WebKit.WebContent at com.apple.JavaScriptCore: JSC::RegExp::match + 630 :: stack overflow''
    47 * http://trac.webkit.org/changeset/228488 ''Setting a VMTrap shouldn't look at topCallFrame since that may imply we're in C code and holding the malloc lock''
     36* ~~http://trac.webkit.org/changeset/228368 ''[GTK] Scrolling sometimes jumps around''~~
     37* ~~http://trac.webkit.org/changeset/228373 ''[GTK] Unify builds for platform-specific files in WebKit layer''~~
     38* ~~http://trac.webkit.org/changeset/228378 ''[l10n] Updated Polish translation of WebKitGTK+ for 2.20''~~
     39* ~~http://trac.webkit.org/changeset/228401 ''DFG::emitCodeToGetArgumentsArrayLength needs to handle NewArrayBuffer/PhantomNewArrayBuffer''~~
     40* ~~http://trac.webkit.org/changeset/228430 ''REGRESSION (r228299): Broke reader mode in Safari''~~
     41* ~~http://trac.webkit.org/changeset/228435 ''Crash when breakpoint hit in unload handler''~~
     42* ~~http://trac.webkit.org/changeset/228436 ''[YarrJIT][ARM] We need to save r8 as it is the initial start register''~~
     43* ~~http://trac.webkit.org/changeset/228454 ''putDirectIndexSlowOrBeyondVectorLength needs to convert to dictionary indexing mode always if attributes are present''~~
     44* ~~http://trac.webkit.org/changeset/228476 ''CrashTracer: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::HTMLPlugInImageElement::didAddUserAgentShadowRoot + 618''~~
     45* ~~http://trac.webkit.org/changeset/228481 ''REGRESSION(225695) : com.apple.WebKit.WebContent at com.apple.JavaScriptCore: JSC::RegExp::match + 630 :: stack overflow''~~
     46* ~~http://trac.webkit.org/changeset/228488 ''Setting a VMTrap shouldn't look at topCallFrame since that may imply we're in C code and holding the malloc lock''~~
    4847* https://trac.webkit.org/changeset/228522 ''[WPE] Unify build of platform-specific files in WebKit layer''
    49 * https://trac.webkit.org/changeset/228560 ''IndexedDB: Several test crash in when destroying a IDBKeyData''
    50 * https://trac.webkit.org/changeset/228561 ''fast/frames/sandboxed-iframe-navigation-top-denied.html is crashing in Inspector::createScriptCallStackForConsole::Exec for GTK''
    51 * https://trac.webkit.org/changeset/228608 ''[GTK][WPE] Fullscreen video is broken''
    52 * https://trac.webkit.org/changeset/228609 ''REGRESSION(r219298): RELEASE_ASSERT(!m_owningPointerForClose) fails in WebCore::IDBServer::UniqueIDBDatabase::scheduleShutdownForClose''
    53 * https://trac.webkit.org/changeset/228639 ''[GStreamer] Crash in WebCore::MediaPlayerRequestInstallMissingPluginsCallback::complete''
    54 * https://trac.webkit.org/changeset/228641 ''[GTK][GStreamer] Replaying a webm video twice causes the video to stop getting rendered''
     48* ~~https://trac.webkit.org/changeset/228560 ''IndexedDB: Several test crash in when destroying a IDBKeyData''~~
     49* ~~https://trac.webkit.org/changeset/228561 ''fast/frames/sandboxed-iframe-navigation-top-denied.html is crashing in Inspector::createScriptCallStackForConsole::Exec for GTK''~~
     50* ~~https://trac.webkit.org/changeset/228608 ''[GTK][WPE] Fullscreen video is broken''~~
     51* ~~https://trac.webkit.org/changeset/228609 ''REGRESSION(r219298): RELEASE_ASSERT(!m_owningPointerForClose) fails in WebCore::IDBServer::UniqueIDBDatabase::scheduleShutdownForClose''~~
     52* ~~https://trac.webkit.org/changeset/228639 ''[GStreamer] Crash in WebCore::MediaPlayerRequestInstallMissingPluginsCallback::complete''~~
     53* ~~https://trac.webkit.org/changeset/228641 ''[GTK][GStreamer] Replaying a webm video twice causes the video to stop getting rendered''~~
    5554* https://trac.webkit.org/changeset/228724 ''null m_lastNodeInserted dereference at ReplaceSelectionCommand::InsertedNodes::lastLeafInserted''
    5655