Bug 104895 - Regression(r137568): Broke layout test on EFL WK1
Summary: Regression(r137568): Broke layout test on EFL WK1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-13 02:42 PST by Gyuyoung Kim
Modified: 2012-12-13 03:29 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.89 KB, patch)
2012-12-13 02:46 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch for landing (1.90 KB, patch)
2012-12-13 02:51 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2012-12-13 02:42:59 PST
In EFL WK1 port, there are layout test crashes after r137568 because ewk_view.cpp has kept unused newworkInfoClient variable using OwnPtr. The r137568 lets NetworkInfoClientEfl destroy by WebCore::NetworkInfoController.
Comment 1 Gyuyoung Kim 2012-12-13 02:43:57 PST
Regressions: Unexpected crashes (20)
  fast/dom/Document/early-document-access.html [ Crash ]
  fast/dom/HTMLAnchorElement/anchor-download.html [ Crash ]
  fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html [ Crash ]
  fast/dom/HTMLAnchorElement/anchor-nodownload-set.html [ Crash ]
  fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html [ Crash ]
  fast/dom/Window/Location/set-location-after-close.html [ Crash ]
  fast/dom/Window/closure-access-after-navigation-window.html [ Crash ]
  fast/dom/Window/dom-access-from-closure-window-with-gc.html [ Crash ]
  fast/dom/Window/dom-access-from-closure-window.html [ Crash ]
  fast/dom/Window/mozilla-focus-blur.html [ Crash ]
  fast/dom/Window/open-invalid-url.html [ Crash ]
  fast/dom/location-new-window-no-crash.html [ Crash ]
  fast/dom/open-and-close-by-DOM.html [ Crash ]
  fast/dom/window-domurl-crash.html [ Crash ]
  http/tests/appcache/crash-when-navigating-away-then-back.html [ Crash ]
  http/tests/cache/history-only-cached-subresource-loads.html [ Crash ]
  http/tests/inspector/change-iframe-src.html [ Crash ]
  http/tests/inspector/compiler-script-mapping.html [ Crash ]
  http/tests/inspector/console-cd-completions.html [ Crash ]
  http/tests/inspector/console-cd.html [ Crash ]
Comment 2 Gyuyoung Kim 2012-12-13 02:46:28 PST
Created attachment 179238 [details]
Patch
Comment 3 Gyuyoung Kim 2012-12-13 02:51:41 PST
Created attachment 179239 [details]
Patch for landing
Comment 4 WebKit Review Bot 2012-12-13 03:29:36 PST
Comment on attachment 179239 [details]
Patch for landing

Clearing flags on attachment: 179239

Committed r137582: <http://trac.webkit.org/changeset/137582>
Comment 5 WebKit Review Bot 2012-12-13 03:29:40 PST
All reviewed patches have been landed.  Closing bug.