Modified: trunk/Websites/webkit.org/ChangeLog (228432 => 228433)
--- trunk/Websites/webkit.org/ChangeLog 2018-02-13 21:58:58 UTC (rev 228432)
+++ trunk/Websites/webkit.org/ChangeLog 2018-02-13 22:17:29 UTC (rev 228433)
@@ -1,3 +1,13 @@
+2018-02-13 Jon Davis <[email protected]>
+
+ Added a redirect for /nightly to /downloads/.
+ https://bugs.webkit.org/show_bug.cgi?id=182743
+ <rdar://problem/35126697>
+
+ Reviewed by Lucas Forschler.
+
+ * .htaccess:
+
2018-01-24 Aakash Jain <[email protected]>
Update code style guidelines for Python
@@ -275,7 +285,7 @@
https://bugs.webkit.org/show_bug.cgi?id=175483
Reviewed by Mark Lam.
-
+
Write documentation for the new Opaque opcode.
* docs/b3/intermediate-representation.html:
@@ -427,7 +437,7 @@
https://bugs.webkit.org/show_bug.cgi?id=172844
Reviewed by Keith Miller.
-
+
Update documentation to say that the canonical way to do fully fenced loads and stores is
AtomicXchgAdd(0, ptr) and AtomicXchg(value, ptr), respectively.
@@ -540,13 +550,13 @@
2017-04-08 Simon Fraser <[email protected]>
Update the css-status page to handle changes in CSSProperties.json.
-
+
Change the page structure to allow the left sidebar to use sticky positioning.
-
+
"Done" -> "Supported".
-
+
Save the search in the URL.
-
+
Other formatting changes.
* wp-content/themes/webkit/css-status.php:
@@ -563,7 +573,7 @@
https://bugs.webkit.org/show_bug.cgi?id=170359
Reviewed by Brian Burg.
-
+
Added styles for "Supported" status.
* wp-content/themes/webkit/status.php:
@@ -618,12 +628,12 @@
https://bugs.webkit.org/show_bug.cgi?id=168749
Reviewed by Lucas Forschler.
-
- Updates the Twitter widget tile implementation to prefer the Twitter API to populate tweets
- displayed through the widget. If the API fails for any reason, it falls back to using the
+
+ Updates the Twitter widget tile implementation to prefer the Twitter API to populate tweets
+ displayed through the widget. If the API fails for any reason, it falls back to using the
Tweet listener for updated tweets.
-
- The Twitter API provides the benefit of embedding media and being able to display the full
+
+ The Twitter API provides the benefit of embedding media and being able to display the full
URLs rather than Twitter-shortened URLs.
* wp-content/plugins/tweet-listener.php:
@@ -640,7 +650,7 @@
https://bugs.webkit.org/show_bug.cgi?id=162349
Reviewed by Keith Miller.
-
+
Document the new opcodes!
* docs/b3/intermediate-representation.html:
@@ -667,9 +677,9 @@
https://bugs.webkit.org/show_bug.cgi?id=168921
Reviewed by Sam Weinig.
-
+
Add a page that shows the status of CSS properties and values, scraped from Source/WebCore/css/CSSProperties.json.
-
+
This is modeled after the feature status page. Properties can be filtered by status
and the spec they belong to.
@@ -884,7 +894,7 @@
https://bugs.webkit.org/show_bug.cgi?id=163317
Reviewed by Daniel Bates.
-
+
Don't show bots.
* wp-content/themes/webkit/team.php:
@@ -906,10 +916,10 @@
https://bugs.webkit.org/show_bug.cgi?id=163183
Reviewed by Darin Adler.
-
+
Make contributors.json easier to maintain by eliminating the big groupings ("Committers", "Reviewers" etc)
and moving that data to a "status" property on each contributor.
-
+
Fix script that generates webkit.org/team.
* wp-content/themes/webkit/team.php:
@@ -920,7 +930,7 @@
https://bugs.webkit.org/show_bug.cgi?id=162845
Reviewed by Geoffrey Garen.
-
+
Added documentation for the Traps flag, and factored out the documentation of the Chill flag
to a new flags section.
@@ -941,7 +951,7 @@
https://bugs.webkit.org/show_bug.cgi?id=162692
Reviewed by Keith Miller.
-
+
Updated the documentation to talk about Kind and the isChill bit, and to remove
ChillDiv/ChillMod.
@@ -993,7 +1003,7 @@
https://bugs.webkit.org/show_bug.cgi?id=159391
Reviewed by Saam Barati.
-
+
Update some statements about ControlValue (which doesn't exist anymore) and add a blurb
about EntrySwitch.
@@ -1041,7 +1051,7 @@
https://bugs.webkit.org/show_bug.cgi?id=151141
Reviewed by Benjamin Poulain.
-
+
Update documentation to reflect Patchpoint's new powers.
* docs/b3/intermediate-representation.html:
@@ -1062,7 +1072,7 @@
Reviewed by Timothy Hatcher.
- Added better 404 handling, improved presentation of the
+ Added better 404 handling, improved presentation of the
start page and new Apache rewrites for the P1 bug list.
* .htaccess:
@@ -1075,7 +1085,7 @@
https://bugs.webkit.org/show_bug.cgi?id=159359
Reviewed by Timothy Hatcher.
-
+
The Open Graph image tag should use the property attribute not
the itemprop attribute.
@@ -1260,15 +1270,15 @@
https://bugs.webkit.org/show_bug.cgi?id=158311
Reviewed by Michael Saboff.
-
+
I found typos and fixed them. Also, I clarified some things:
-
+
- Is B3 IR platform-agnostic? Sort of. I tried to describe when it is (Values usually behave
the same way regardless of CPU) and when it isn't (it lets you speak of registers if that's
what you want to do, for example).
-
+
- How does isValidForm really get used? You don't really need to create an Inst to use it.
-
+
- Some other incremental improvements to make the docs clearer.
* docs/b3/assembly-intermediate-representation.html:
@@ -1287,7 +1297,7 @@
https://bugs.webkit.org/show_bug.cgi?id=153668
Reviewed by Mark Lam, Saam Barati, and Benjamin Poulain.
-
+
Write documentation for Air!
* docs/b3/assembly-intermediate-representation.html:
@@ -1410,7 +1420,7 @@
Fixed a property access error by removing the lamda function for updates
https://bugs.webkit.org/show_bug.cgi?id=155989
- * wp-content/plugins/sync-nightly-builds.php:
+ * wp-content/plugins/sync-nightly-builds.php:
2016-03-29 Jon Davis <[email protected]>
@@ -1417,11 +1427,11 @@
Fixed a context error for Nightly Build sync plugin, tightens layout styles for abovetitle
https://bugs.webkit.org/show_bug.cgi?id=155989
- Unreviewed fix for the Sync Nightly Builds plugin to work with the older
+ Unreviewed fix for the Sync Nightly Builds plugin to work with the older
PHP environment on the server. Quick style adjustments for abovetitle images.
- * wp-content/plugins/sync-nightly-builds.php:
- * wp-content/themes/webkit/nightly-archives.php:
+ * wp-content/plugins/sync-nightly-builds.php:
+ * wp-content/themes/webkit/nightly-archives.php:
* wp-content/themes/webkit/style.css:
(article .abovetitle):
@@ -3237,7 +3247,7 @@
2014-06-26 Vivek Galatage <[email protected]>
- Remove Qt instructions from http://www.webkit.org/building/tools.html
+ Remove Qt instructions from http://www.webkit.org/building/tools.html
https://bugs.webkit.org/show_bug.cgi?id=134384
Reviewed by Tim Horton.
@@ -3260,7 +3270,7 @@
Reviewed by Tim Horton.
- * building/build.html: Remove reference to "Platform SDK" which we don't manuall
+ * building/build.html: Remove reference to "Platform SDK" which we don't manuall
install anymore (it's part of Visual Studio 2013).
* building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
the DirectX SDK.
@@ -3357,7 +3367,7 @@
Reviewed by Timothy Hatcher.
- Updated demo files with attr refresh to show off selected children changing.
+ Updated demo files with attr refresh to show off selected children changing.
Long term fix will be http://webkit.org/b/130883
* blog-files/aria1.0/combobox_with_live_region_status.html:
@@ -3413,7 +3423,7 @@
Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
https://bugs.webkit.org/show_bug.cgi?id=130276
<rdar://problem/16266927>
-
+
Reviewed by Simon Fraser.
* blog/wp-content/textfield_screenshot.jpg:
@@ -3620,7 +3630,7 @@
When the webkit.org/team.html page is accessed over https most browsers report
Mixed Content error, which is caused by the fact that the contributos.json file
- is accessed over a plain http connection and not https.
+ is accessed over a plain http connection and not https.
* team.html:
@@ -4307,7 +4317,7 @@
Before you can use the Xcode 4.3.2 command line tools, you must either run
sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
- DEVELOPER_DIR to point to the Xcode developer tools directory.
+ DEVELOPER_DIR to point to the Xcode developer tools directory.
* building/tools.html:
@@ -4350,7 +4360,7 @@
Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
The Debugging and Analyzing Your Code page cannot be viewed at <http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html#//apple_ref/doc/uid/TP40010215-CH3-SW1> (1) as this URL redirects to the Mac OS X Developer Library <https://developer.apple.com/library/mac/navigation/>.
- Substituting https for http in (1) returns the expected page.
+ Substituting https for http in (1) returns the expected page.
* building/debug-mac-uiprocess.html:
* building/debug.html:
@@ -4441,7 +4451,7 @@
https://bugs.webkit.org/show_bug.cgi?id=76044
Reviewed by Simon Hausmann.
-
+
There is no S60.
* index.html:
@@ -4895,7 +4905,7 @@
Reviewed by Geoffrey Garen.
Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
- Notes:
+ Notes:
-Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
-Edited the .htaccess file to redirect the old pages to the new landing page.
-This should keep our search engine page rankings effective.
@@ -4903,8 +4913,8 @@
-This COULD potentially break the SunSpider benchmark.
-Local testing with relative links seems to function as expected.
-The .htaccess 301 redirects are UNTESTED.
-
+
* .htaccess:
* perf/sunspider: Added.
* perf/sunspider-0.9.1/sunspider.html: Removed.
@@ -4982,7 +4992,7 @@
https://bugs.webkit.org/show_bug.cgi?id=43982
This js file seems to be a popular script for detecting mobile WebKit but
- it has a flaw that makes it fail on Android and BlackBerry.
+ it has a flaw that makes it fail on Android and BlackBerry.
The issue is that it looks for "Mobile/" but Android and BlackBerry
use "Mobile" with no numbering after it.
@@ -5237,7 +5247,7 @@
SVG hkern implementation incomplete
https://bugs.webkit.org/show_bug.cgi?id=38407
- We support hkern now. Mention this in the SVG status page.
+ We support hkern now. Mention this in the SVG status page.
* projects/svg/status.xml:
@@ -5578,7 +5588,7 @@
Reviewed by Darin Adler.
Removed outdated contact information from bug life cycle page.
-
+
https://bugs.webkit.org/show_bug.cgi?id=32494
* quality/lifecycle.html:
@@ -5610,9 +5620,9 @@
Reviewed by Darin Adler.
Added the "using std::foo" rule to the coding style guidelines.
-
+
https://bugs.webkit.org/show_bug.cgi?id=32301
-
+
Added to the coding style guidelines the "using std::foo" rule
checked by the check-webkit-style script. Also clarified the
"using" statement guidelines that apply to implementation files.
@@ -5624,11 +5634,11 @@
Reviewed by Darin Adler.
Refactored web site documentation so that advice to add
- WebKitTools/Scripts to your shell path does not appear
+ WebKitTools/Scripts to your shell path does not appear
on multiple pages.
-
+
https://bugs.webkit.org/show_bug.cgi?id=32112
-
+
* building/build.html:
* building/checkout.html:
* building/run.html:
@@ -5713,7 +5723,7 @@
Reviewed by Darin Adler.
- Added to the WebKit Coding Style Guidelines not to use
+ Added to the WebKit Coding Style Guidelines not to use
"using namespace" statements in header files.
* coding/coding-style.html:
@@ -6377,7 +6387,7 @@
2009-05-27 Maciej Stachowiak <[email protected]>
Not reviewed, demo content.
-
+
- Add doctype to Calendar demo.
* demos/calendar/Calendar.html:
@@ -6385,7 +6395,7 @@
2009-05-27 Maciej Stachowiak <[email protected]>
Not reviewed, demo content.
-
+
- add Calendar demo.
* demos/calendar: Added.
@@ -6428,7 +6438,7 @@
2009-04-17 Simon Fraser <[email protected]>
Reviewed by Steve Falkenburg
-
+
Fix the link for setting the Platform SDK paths in the Windows instructions.
* building/build.html:
@@ -6570,10 +6580,10 @@
2008-11-17 Geoffrey Garen <[email protected]>
Reviewed by Sam Weinig and Antti Koivisto.
-
- Clarified the last coding style rule, which was a baffling in its
+
+ Clarified the last coding style rule, which was a baffling in its
initial form.
-
+
(Now let's see if our code ever starts following this rule!)
* coding/coding-style.html:
@@ -6589,7 +6599,7 @@
2008-11-11 Simon Fraser <[email protected]>
Update leaves animation sample.
-
+
* blog-files/leaves/index.html:
* blog-files/leaves/leaves.css:
@@ -6668,7 +6678,7 @@
2008-09-25 Maciej Stachowiak <[email protected]>
Not reviewed.
-
+
- add some screenshots.
* blog-files/acid3-screenshot.png: Added.
@@ -6877,7 +6887,7 @@
2008-06-25 Maciej Stachowiak <[email protected]>
Not reviewed, web site fix.
-
+
Remove blank lines in an attempt to fix feeds.
* blog/wp-content/themes/webkit/index.php:
@@ -6902,7 +6912,7 @@
2008-06-10 Maciej Stachowiak <[email protected]>
Not reviewed.
-
+
- tweak newly added markup.
* blog/wp-content/themes/webkit/header.php:
@@ -6912,7 +6922,7 @@
Rubber stamped by Adele.
- add short title and multisize icon
-
+
* blog/wp-content/themes/webkit/header.php:
* images/surfin-safari.icns: Added.
@@ -6982,7 +6992,7 @@
Reviewed by Jess.
Add manifest MIME type.
-
+
* .htaccess:
2008-05-14 Anders Carlsson <[email protected]>
@@ -7021,7 +7031,7 @@
2008-05-12 Maciej Stachowiak <[email protected]>
Not reviewed - new demo.
-
+
Added a demo of CSS Transforms and Transitions.
* demos/transitions-and-transforms: Added.
@@ -7053,7 +7063,7 @@
2008-04-21 Dean Jackson <[email protected]>
Updated CSS Visual Effects proposals.
-
+
CSS Animations
* described simplified sandwich model (that animations have no effect
@@ -7082,7 +7092,7 @@
2008-04-08 Dean Jackson <[email protected]>
- Add some updated proposals for CSS specifications, such as
+ Add some updated proposals for CSS specifications, such as
Transforms and Transitions which are already implemented in TOT.
* specs/CSSVisualEffects: Added.
@@ -7094,7 +7104,7 @@
Add some images that were missed in the WordPress 2.5 upgrade.
- * blog/:
+ * blog/:
2008-03-31 Mark Rowe <[email protected]>
@@ -7127,13 +7137,13 @@
2008-03-23 Eric Seidel <[email protected]>
Reviewed by Sam.
-
+
Make our SVG status document slightly less inaccurate.
* projects/svg/status.xml:
2008-03-21 Antti Koivisto <[email protected]>
-
+
Add some images for a blog post.
* blog-files/wsj-nopreload.png: Added.
@@ -7238,8 +7248,8 @@
2008-02-02 David Smith <[email protected]>
Reviewed by Oliver.
-
- Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
+
+ Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
Unfortunately, the _javascript_ libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
* perf/slickspeed/header.html: Typo fix, and updated the note to clarify that WebKit is no longer the only implementation causing us to leave some selectors disabled.
@@ -7261,7 +7271,7 @@
2008-01-21 David Smith <[email protected]>
Reviewed by Darin Adler.
-
+
Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
* perf/slickspeed: Added.
@@ -7287,7 +7297,7 @@
2008-01-17 Steve Falkenburg <[email protected]>
Added Vista crash logging information.
-
+
Reviewed by Adam.
* quality/crashlogs.html:
@@ -7357,7 +7367,7 @@
2007-12-18 Antti Koivisto <[email protected]>
Reviewed by Darin and Steve.
-
+
Add instructions to install the QuickTime SDK for Windows.
* building/tools.html:
@@ -7372,7 +7382,7 @@
Correct link to Visual Studio Express 2005.
Old link points to 2008.
-
+
Reviewed by Mark.
* building/tools.html:
@@ -7380,7 +7390,7 @@
2007-12-17 Maciej Stachowiak <[email protected]>
Reviewed by Eric.
-
+
- work around IE layout bugs
* perf/sunspider-0.9/sunspider.css:
@@ -7388,7 +7398,7 @@
2007-12-17 Maciej Stachowiak <[email protected]>
Reviewed by Mark.
-
+
- fix compare feature
* perf/sunspider-0.9/sunspider-results.html:
@@ -7396,7 +7406,7 @@
2007-12-17 Maciej Stachowiak <[email protected]>
Rubber stamped by Mark.
-
+
- Add a copy of SunSpider 0.9 to the site
* perf: Added.
@@ -7523,7 +7533,7 @@
2007-11-30 Maciej Stachowiak <[email protected]>
Reviewed by Bertrand.
-
+
New commit and review policy.
* coding/commit-review-policy.html: Added.
@@ -7565,7 +7575,7 @@
2007-11-09 Antti Koivisto <[email protected]>
Rubber stamped by bdash.
-
+
Add directory for blog resources (and one image).
* blog-files: Added.
@@ -7722,9 +7732,9 @@
2007-10-19 Anders Carlsson <[email protected]>
Reviewed by Brady.
-
+
Make example actually work.
-
+
* misc/DatabaseExample.html:
2007-10-19 Anders Carlsson <[email protected]>
@@ -7732,7 +7742,7 @@
Reviewed by Adam.
Update example.
-
+
* misc/DatabaseExample.html:
2007-10-19 Brady Eidson <[email protected]>
@@ -7767,7 +7777,7 @@
2007-09-23 Maciej Stachowiak <[email protected]>
Reviewed by Mark Rowe.
-
+
- Limit custom list bullets to ordered lists only
* css/blue.css:
@@ -7817,7 +7827,7 @@
2007-07-25 Maciej Stachowiak <[email protected]>
Rubber stamped by Adam.
-
+
Added WebKit Project Goals.
* nav.inc: added a nav link.
@@ -7903,9 +7913,9 @@
* building/tools.html:
2007-06-12 Dave Hyatt <[email protected]>
-
+
Add Windows checkout/build instructions to the website.
-
+
* building/build.html:
* building/checkout.html:
* building/debug.html:
@@ -7918,7 +7928,7 @@
2007-06-10 Geoffrey Garen <[email protected]>
Reviewed by Beth Dakin.
-
+
Cleaned up formatting on the check out page.
* building/checkout.html:
@@ -8159,7 +8169,7 @@
2007-01-10 Geoffrey Garen <[email protected]>
Reviewed by Beth Dakin.
-
+
Updated coding style guidelines to cover a lot of stuff previously absent.
* coding/coding-style.html:
@@ -8292,7 +8302,7 @@
2006-10-13 Geoffrey Garen <[email protected]>
Reviewed by Beth.
-
+
Split build, run, and debug steps into separate pages. Darin recommended
this a while back.
@@ -8383,7 +8393,7 @@
http://bugs.webkit.org/show_bug.cgi?id=8220
Add the favicon.ico to the site.
- Notice, users of shipping Safari won't see the updated favicon
+ Notice, users of shipping Safari won't see the updated favicon
unless they clear their icon cache - ToT users can manually reload
the site and force the refresh ;)
@@ -8413,13 +8423,13 @@
Bug 9302: WebKit nightly download image says ~2.5 MB when
universal binaries make it ~5.0 MB
http://bugs.webkit.org/show_bug.cgi?id=9302
-
+
* images/download.png:
2006-08-21 Timothy Hatcher <[email protected]>
Stamped by Maciej.
-
+
Changes many opendarwin.org links to the proper webkit.org version.
* blog/wp-content/themes/webkit/sidebar.php:
@@ -8453,7 +8463,7 @@
2006-08-02 Geoffrey Garen <[email protected]>
Reviewed by TimO.
-
+
Tweaked the build instructions a bit.
* building/build.html:
@@ -8466,7 +8476,7 @@
2006-08-01 Geoffrey Garen <[email protected]>
Reviewed by Beth.
-
+
- Added instructions for debugging in Xcode
* building/build-window.png: Added.
@@ -8477,7 +8487,7 @@
2006-07-30 Geoffrey Garen <[email protected]>
Reviewed by Beth.
-
+
- Tweaked the checkout and build instructions to make them simpler and
clearer.
@@ -8499,7 +8509,7 @@
* blog/wp-content/themes/webkit/sidebar.php:
Add link to Wiki in the navigation menu here too.
-
+
2006-06-21 Joost de Valk <[email protected]>
Reviewed and landed by Anders.
@@ -8514,7 +8524,7 @@
Improve wording of first paragraph of webkit site.
- * index.html:
+ * index.html:
2006-06-08 Timothy Hatcher <[email protected]>
@@ -8589,7 +8599,7 @@
Reviewed by ggaren.
- * blog/wp-config.php: passwords and users don't belong in SVN.
+ * blog/wp-config.php: passwords and users don't belong in SVN.
2006-04-16 Joost de Valk <[email protected]>
@@ -8619,7 +8629,7 @@
2006-04-10 Geoffrey Garen <[email protected]>
- Reviewed by Beth.
+ Reviewed by Beth.
* projects/compat/hitlist.html: updated dates
@@ -8660,7 +8670,7 @@
Reviewed by Darin Adler.
Change "Mail.app" to "Mail".
-
+
* index.html:
* projects/editing/index.html:
@@ -8684,7 +8694,7 @@
Doing penance after being set straight by Joost.
- * projects/compat/hitlist.html: Remove slur against QA. My humblest
+ * projects/compat/hitlist.html: Remove slur against QA. My humblest
apologies.
2006-03-06 Geoffrey Garen <[email protected]>
@@ -8742,7 +8752,7 @@
Reviewed by Darin Adler.
Fixed Bugzilla URL's
-
+
* projects/forms/index.html:
* projects/html/index.html:
* projects/xslt/index.html:
@@ -8753,7 +8763,7 @@
Made line-height global instead of just for p
- Editing:
+ Editing:
fixed bugzilla link, added starting <p> to first paragraph
removed paragraph about tab-stops
@@ -8775,7 +8785,7 @@
2006-02-16 Timothy Hatcher <[email protected]>
Reviewed by Maciej.
-
+
Fixes PNGs with 8bit alpha on IE.
* css/ie.css: attach the pngbehavior.htc to img tags
@@ -8788,7 +8798,7 @@
Changed by Darin on my machine.
* coding/coding-style.html: Re-merged in changes Darin made to the guidelines
- a few days back.
+ a few days back.
2006-02-16 Joost de Valk <[email protected]>
@@ -8945,7 +8955,7 @@
Reviewed by eseidel.
- Added a little piece of text to the page about reductions, pointing to the bugzilla page.
+ Added a little piece of text to the page about reductions, pointing to the bugzilla page.
Changed "Sign up for a" into "Create a" bugzilla account.
@@ -8958,9 +8968,9 @@
Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
bits are and how to get them.
-
+
Changed link in reporting page to link to Bugzilla page.
-
+
* quality/bugzilla.html: Added.
* quality/reporting.html:
@@ -9030,10 +9040,10 @@
2006-02-09 Joost de Valk <[email protected]>
Reviewed by Darin Adler. Landed by ap.
-
+
- fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
"Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
-
+
* quality/reporting.html:
* webkitdev.css: Added margin-bottom for li.
@@ -9040,7 +9050,7 @@
2006-02-07 Joost de Valk <[email protected]>
Reviewed by Darin Adler. Landed by Maciej.
-
+
- Several fixes to the site
http://bugs.webkit.org/show_bug.cgi?id=7105
@@ -9069,5 +9079,5 @@
2006-02-05 Eric Seidel <[email protected]>
Adding ChangeLog :)
-
+
* ChangeLog: Added.