WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
48362
GTK: Update resource tracking when moving a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=48362
Summary
GTK: Update resource tracking when moving a frame between documents
Jenn Braithwaite
Reported
2010-10-26 12:31:36 PDT
GTK fix for bug reported in 44713. That patch provides the framework for the fix and fixes the Mac platform. Separate patches will be submitted for other platforms, thus this separate bug.
Attachments
patch
(3.33 KB, patch)
2010-10-26 16:33 PDT
,
Jenn Braithwaite
mrobinson
: review-
Details
Formatted Diff
Diff
updated patch to fix style issue
(3.32 KB, patch)
2010-10-27 10:11 PDT
,
Jenn Braithwaite
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Jenn Braithwaite
Comment 1
2010-10-26 16:33:11 PDT
Created
attachment 71961
[details]
patch This patch does not add ASSERTs in FrameLoaderClient::dispatchDid{Finish/Fail}Loading to ensure that the test case for
bug 44713
would fail without this fix, because there are comments allowing that a resource may not always be found by webkit_web_view_get_resource(). However, to test this change, I did put in the ASSERTs locally to verify the test crashes without the fix, and passes with the fix.
Martin Robinson
Comment 2
2010-10-27 00:28:34 PDT
Comment on
attachment 71961
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=71961&action=review
Looks great. Thanks for fixing this for GTK+. There is one small style issue.
> WebKit/gtk/webkit/webkitwebview.cpp:4584 > + } else { > + g_hash_table_remove(priv->subResources.get(), identifier); > + }
I think that WebKit style requires this last block to go without the curly braces (since it's only one line).
Jenn Braithwaite
Comment 3
2010-10-27 10:11:08 PDT
Created
attachment 72051
[details]
updated patch to fix style issue
Martin Robinson
Comment 4
2010-11-01 09:08:27 PDT
Comment on
attachment 72051
[details]
updated patch to fix style issue Looks sane to me.
WebKit Commit Bot
Comment 5
2010-11-01 18:36:07 PDT
The commit-queue encountered the following flaky tests while processing
attachment 72051
[details]
: java/lc3/JSObject/ToObject-001.html Please file bugs against the tests. These tests were authored by
ap@webkit.org
. The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 6
2010-11-01 18:36:53 PDT
Comment on
attachment 72051
[details]
updated patch to fix style issue Clearing flags on attachment: 72051 Committed
r71090
: <
http://trac.webkit.org/changeset/71090
>
WebKit Commit Bot
Comment 7
2010-11-01 18:36:59 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug