[Webkit-unassigned] [Bug 29248] [Qt] [API] Make it possible to have 'invisible' loads
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 14 12:23:38 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29248
--- Comment #2 from Kenneth Rohde Christiansen <kenneth.christiansen at openbossa.org> 2009-09-14 12:23:37 PDT ---
So basically I didn't like this API very much.
It is hard to use and provides more power than I think the users need.
Your MainFrameLoadMode (ugly name) is a flag, but that is not obvious.
Actually I would prefer a LoadMode enum (NormalLoad, SubstitutionLoad) and the
substitution load would do the following
exclude global/session history and not modify the internal url, thus still
making url() and requestedUrl() return the previous url. Thus the substitution
is transparent.
Maybe this is hard to implement and because of this you decided to block some
events, but at least this doesn't have to be exposed in the API.
--
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