Bug 55384

Summary: JObjectWrapper should be moved to its own file
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric, jorlow, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 55387    
Bug Blocks: 55383, 55763    
Attachments:
Description Flags
Patch none

Description Steve Block 2011-02-28 08:55:16 PST
Currently, JObjectWrapper lives in JavaInstance.cpp/h. It should be moved to its own file. This will simplify the refactoring of JavaInstance in Bug 55383.

It should probably also be renamed to JobjectWrapper, as it is a wrapper around a jobject.
Comment 1 Steve Block 2011-03-01 15:17:53 PST
Created attachment 84305 [details]
Patch
Comment 2 Jeremy Orlow 2011-03-01 16:18:25 PST
Comment on attachment 84305 [details]
Patch

Is Jobject (vs JObject) actually correct?

r=me
Comment 3 WebKit Commit Bot 2011-03-01 21:28:12 PST
Comment on attachment 84305 [details]
Patch

Rejecting attachment 84305 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-7', 'build'..." exit_code: 2

Last 500 characters of output:
ork/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /mnt/git/webkit-commit-queue/WebKitBuild/Release/WebProcess.app /mnt/git/webkit-commit-queue/WebKitBuild/Release/WebKit2.framework

** BUILD FAILED **


The following build commands failed:
WebKit2:
	PhaseScriptExecution "Check For Inappropriate Files In Framework" /mnt/git/webkit-commit-queue/WebKitBuild/WebKit2.build/Release/WebKit2.build/Script-5DF408D1131DDBEC00130071.sh
(1 failure)


Full output: http://queues.webkit.org/results/8074778
Comment 4 Steve Block 2011-03-02 01:21:08 PST
Comment on attachment 84305 [details]
Patch

WebKit2 build break unrelated to this change, trying again.
Comment 5 Eric Seidel (no email) 2011-03-02 01:23:27 PST
Odd.  I'm not sure how that could happen.
Comment 6 WebKit Commit Bot 2011-03-02 01:50:00 PST
Comment on attachment 84305 [details]
Patch

Clearing flags on attachment: 84305

Committed r80103: <http://trac.webkit.org/changeset/80103>
Comment 7 WebKit Commit Bot 2011-03-02 01:50:05 PST
All reviewed patches have been landed.  Closing bug.