[Webkit-unassigned] [Bug 31375] Web Inspector: breakpoints in named evals are not restored after a reload
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 11 14:28:04 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31375
--- Comment #2 from Patrick Mueller <pmuellr at yahoo.com> 2009-11-11 14:28:03 PST ---
Created an attachment (id=43002)
--> (https://bugs.webkit.org/attachment.cgi?id=43002)
preliminary patch
The patches are actually simpler than that - the code was pretty much set up to
handle this, except the calculated sourceURL wasn't used in
ScriptsPanel.addScript(), and in the same method the _sourceIDMap[] map entry
is simply set too late for the big if block to take advantage of it.
I'm reusing an existing manual test case to test this, but haven't changed the
manual description; I'll do that tomorrow, but thought folks might want to see
the current patch. Looks reasonable.
Also note, I was planning on reorging the breakpoint stuff with this change,
but now I'm thinking that I should just do the re-org in a separate patch. I
suspect it will be messy.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list