Bug 33712 - Files in WebCore/bridge are named incorrectly.
Summary: Files in WebCore/bridge are named incorrectly.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 33801 33843 33899
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-15 03:50 PST by Steve Block
Modified: 2010-01-20 07:01 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2010-01-15 03:50:51 PST
Files in WebCore/bridge/jni are named incorrectly. They use lower case with underscores, rather than title case. Also, many of the files are for classes named JavaFoo, so should be renamed to match.

This also brings up the related question of whether WebCore/bridge/jni should be renamed to WebCore/bridge/java to match the bridges to other languages?
Comment 1 Steve Block 2010-01-18 07:03:38 PST
Also, this code uses 'Runtime' in both class names and file names.
This should be updated to use the more modern term 'Bridge'.
See https://bugs.webkit.org/show_bug.cgi?id=33672#c8