WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
53713
Get rid of timestamps in UpdateInfo
https://bugs.webkit.org/show_bug.cgi?id=53713
Summary
Get rid of timestamps in UpdateInfo
Anders Carlsson
Reported
2011-02-03 14:05:06 PST
Get rid of timestamps in UpdateInfo
Attachments
Patch
(12.69 KB, patch)
2011-02-03 14:06 PST
,
Anders Carlsson
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2011-02-03 14:06:28 PST
Created
attachment 81111
[details]
Patch
mitz
Comment 2
2011-02-03 14:13:13 PST
Comment on
attachment 81111
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=81111&action=review
> Source/WebKit2/Shared/UpdateInfo.h:44 > - UpdateInfo() : timestamp(0) { } > + UpdateInfo() { }
No need for this empty constructor.
> Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:54 > + , m_lastDidSetSizeSequenceNumber(false)
This should be (0)
Anders Carlsson
Comment 3
2011-02-03 14:19:58 PST
Committed
r77533
: <
http://trac.webkit.org/changeset/77533
>
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