Bug 28075 - Remove trailing whitespaces from all database files
Summary: Remove trailing whitespaces from all database files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-07 11:05 PDT by Dumitru Daniliuc
Modified: 2009-08-26 23:26 PDT (History)
6 users (show)

See Also:


Attachments
patch (62.51 KB, patch)
2009-08-26 16:40 PDT, Dumitru Daniliuc
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dumitru Daniliuc 2009-08-07 11:05:34 PDT
Lots of database files have trailing whitespaces in them. We should clean that up.
Comment 1 Dumitru Daniliuc 2009-08-26 16:40:39 PDT
Created attachment 38647 [details]
patch

Removed all trailing whitespaces in all files in WebCore/storage/.
Comment 2 Adam Barth 2009-08-26 21:28:51 PDT
Comment on attachment 38647 [details]
patch

ok
Comment 3 Eric Seidel (no email) 2009-08-26 21:39:55 PDT
Comment on attachment 38647 [details]
patch

Rejecting patch 38647 from commit-queue.  This patch will require manual commit.

['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--quiet', '--exit-after-n-failures=1'] failed with exit code 1
Comment 4 Adam Barth 2009-08-26 21:57:29 PDT
Comment on attachment 38647 [details]
patch

Hum...   Seems unlikley.  Let's try this again.
Comment 5 Eric Seidel (no email) 2009-08-26 22:05:31 PDT
Comment on attachment 38647 [details]
patch

Rejecting patch 38647 from commit-queue.  This patch will require manual commit.

['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--quiet', '--exit-after-n-failures=1'] failed with exit code 1
Comment 6 Adam Barth 2009-08-26 22:23:12 PDT
Comment on attachment 38647 [details]
patch

Clearing flags on attachment: 38647

Committed r47808: <http://trac.webkit.org/changeset/47808>
Comment 7 Adam Barth 2009-08-26 22:23:19 PDT
All reviewed patches have been landed.  Closing bug.
Comment 8 Eric Seidel (no email) 2009-08-26 23:26:56 PDT
Sorry.  run-webkit-tests had left an httpd process running, causing all patches to fail the httpd tests. :(