WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
127817
Add WebDocumentLoader, a WebCore::DocumentLoader subclass
https://bugs.webkit.org/show_bug.cgi?id=127817
Summary
Add WebDocumentLoader, a WebCore::DocumentLoader subclass
Anders Carlsson
Reported
2014-01-28 16:25:32 PST
Add WebDocumentLoader, a WebCore::DocumentLoader subclass
Attachments
Patch
(11.20 KB, patch)
2014-01-28 16:28 PST
,
Anders Carlsson
thorton
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-01-28 16:28:10 PST
Created
attachment 222530
[details]
Patch
Tim Horton
Comment 2
2014-01-28 16:30:37 PST
Comment on
attachment 222530
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=222530&action=review
> Source/WebKit2/WebProcess/WebPage/WebDocumentLoader.cpp:44 > + ASSERT(navigationID); > + ASSERT(!m_navigationID); > + > + m_navigationID = navigationID;
why does it externally appear to be mutable if it is not?
Anders Carlsson
Comment 3
2014-01-28 16:35:03 PST
Committed
r162981
: <
http://trac.webkit.org/changeset/162981
>
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