WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
91121
[BlackBerry] Update about:* pages
https://bugs.webkit.org/show_bug.cgi?id=91121
Summary
[BlackBerry] Update about:* pages
Joshua Netterfield
Reported
2012-07-12 11:09:08 PDT
Update about:config page to match recent defines, and improve the aesthetics of the about:build, about:version, about:credits, about:memory, about:config, and similar pages.
Attachments
Patch
(29.21 KB, patch)
2012-07-12 12:58 PDT
,
Joshua Netterfield
no flags
Details
Formatted Diff
Diff
Patch
(30.04 KB, patch)
2012-07-12 13:09 PDT
,
Joshua Netterfield
no flags
Details
Formatted Diff
Diff
Patch
(30.12 KB, patch)
2012-07-12 13:21 PDT
,
Joshua Netterfield
no flags
Details
Formatted Diff
Diff
Patch
(29.69 KB, patch)
2012-07-12 13:49 PDT
,
Joshua Netterfield
no flags
Details
Formatted Diff
Diff
Patch
(29.71 KB, patch)
2012-07-13 06:26 PDT
,
Joshua Netterfield
no flags
Details
Formatted Diff
Diff
Show Obsolete
(4)
View All
Add attachment
proposed patch, testcase, etc.
Joshua Netterfield
Comment 1
2012-07-12 12:58:12 PDT
Created
attachment 152032
[details]
Patch
Joshua Netterfield
Comment 2
2012-07-12 13:09:39 PDT
Created
attachment 152038
[details]
Patch
Yong Li
Comment 3
2012-07-12 13:13:39 PDT
Comment on
attachment 152038
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=152038&action=review
> Source/WebKit/blackberry/WebCoreSupport/AboutData.cpp:47 > +static int strcmpNatural(const char *a, const char *b) > +{ > + for (; *a == *b && *a; ++a, ++b) { } > + if (*a >= '0' && *a <= '9' && *b >= 'A') > + return 1; > + if (*b >= '0' && *b <= '9' && *a >= 'A') > + return -1; > + return *b - *a; > +}
Can you add some description for this function?
Joshua Netterfield
Comment 4
2012-07-12 13:21:13 PDT
Created
attachment 152043
[details]
Patch
Joshua Netterfield
Comment 5
2012-07-12 13:49:11 PDT
Created
attachment 152049
[details]
Patch
Yong Li
Comment 6
2012-07-12 14:21:13 PDT
Comment on
attachment 152049
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=152049&action=review
r+ with the copyright line fixed
> Source/WebKit/blackberry/WebCoreSupport/AboutTemplate.html.cpp:3 > + * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved. > + *
should include 2012?
Joshua Netterfield
Comment 7
2012-07-13 06:26:20 PDT
Created
attachment 152239
[details]
Patch
WebKit Review Bot
Comment 8
2012-07-13 07:00:20 PDT
Comment on
attachment 152239
[details]
Patch Clearing flags on attachment: 152239 Committed
r122573
: <
http://trac.webkit.org/changeset/122573
>
WebKit Review Bot
Comment 9
2012-07-13 07:00:27 PDT
All reviewed patches have been landed. Closing bug.
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