WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
78895
Web Inspector: check undo-redo boundaries based on current action index, not history size.
https://bugs.webkit.org/show_bug.cgi?id=78895
Summary
Web Inspector: check undo-redo boundaries based on current action index, not ...
Pavel Feldman
Reported
2012-02-17 05:50:02 PST
Patch to follow.
Attachments
Patch
(5.00 KB, patch)
2012-02-17 05:51 PST
,
Pavel Feldman
vsevik
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-02-17 05:51:40 PST
Created
attachment 127577
[details]
Patch
Vsevolod Vlasov
Comment 2
2012-02-17 08:01:48 PST
Comment on
attachment 127577
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=127577&action=review
> Source/WebCore/inspector/InspectorHistory.cpp:93 > + if (!action->mergeId().isEmpty() && m_afterLastActionIndex > 0 && m_afterLastActionIndex < m_history.size() && action->mergeId() == m_history[m_afterLastActionIndex - 1]->mergeId())
Please remove second condition
Pavel Feldman
Comment 3
2012-02-17 08:14:17 PST
Committed
r108075
: <
http://trac.webkit.org/changeset/108075
>
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