WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
119807
Finish making FloatingObject a real class with private members
https://bugs.webkit.org/show_bug.cgi?id=119807
Summary
Finish making FloatingObject a real class with private members
Bem Jones-Bey
Reported
2013-08-14 11:09:28 PDT
Finish making FloatingObject a real class with private members
Attachments
Patch
(26.56 KB, patch)
2013-08-14 11:13 PDT
,
Bem Jones-Bey
no flags
Details
Formatted Diff
Diff
Patch
(26.56 KB, patch)
2013-08-14 11:37 PDT
,
Bem Jones-Bey
hyatt
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Bem Jones-Bey
Comment 1
2013-08-14 11:13:28 PDT
Created
attachment 208747
[details]
Patch Port patch from Blink
Sam Weinig
Comment 2
2013-08-14 11:15:38 PDT
Does this additional encapsulation help with something forthcoming?
Bem Jones-Bey
Comment 3
2013-08-14 11:24:04 PDT
It's the beginning of making floats easier to hack on and understand. There is also a goal of increasing security and performance of floats in general. (One pathalogical example the blink guys have been looking at is
http://oilevent.com/
, which causes very bad behavior in the placed floats tree, among other places) I'd also like to port the perf fixes they've been doing in this area. I also have patches that I've worked on that I'll be porting over as well.
Dave Hyatt
Comment 4
2013-08-14 11:28:48 PDT
Comment on
attachment 208747
[details]
Patch Patch looks fine. The FIXME next to pagination strut is not necessary though. It should be a LayoutUnit actually.
Bem Jones-Bey
Comment 5
2013-08-14 11:37:06 PDT
Created
attachment 208748
[details]
Patch Update comment to reference LayoutUnit
Dave Hyatt
Comment 6
2013-08-14 11:38:22 PDT
Comment on
attachment 208748
[details]
Patch r=me
WebKit Commit Bot
Comment 7
2013-08-14 12:07:37 PDT
Comment on
attachment 208748
[details]
Patch Rejecting
attachment 208748
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-03', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: 00BC0EC4.sh" (1 failure) Failed to run "['Tools/Scripts/build-webkit', '--release']" exit_code: 65 ** wait: No child processes. Stop. make: *** Waiting for unfinished jobs.... make: *** wait: No child processes. Stop. Command /bin/sh failed with exit code 2 ** BUILD FAILED ** The following build commands failed: PhaseScriptExecution "Generate Derived Sources" "/Volumes/Data/EWS/WebKit/WebKitBuild/WebKit2.build/Release/Derived Sources.build/Script-C0CE72841247E66800BC0EC4.sh" (1 failure) Full output:
http://webkit-queues.appspot.com/results/1466002
Bem Jones-Bey
Comment 8
2013-08-14 12:54:29 PDT
Comment on
attachment 208748
[details]
Patch That's a really strange failure, and I still build fine locally after syncing to head, so lets try the CQ one more time.
WebKit Commit Bot
Comment 9
2013-08-14 13:20:22 PDT
Comment on
attachment 208748
[details]
Patch Rejecting
attachment 208748
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-03', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: " (1 failure) Failed to run "['Tools/Scripts/build-webkit', '--release']" exit_code: 65 .sb make: *** wait: No child processes. Stop. make: *** Waiting for unfinished jobs.... make: *** wait: No child processes. Stop. Command /bin/sh failed with exit code 2 ** BUILD FAILED ** The following build commands failed: PhaseScriptExecution "Generate Derived Sources" "/Volumes/Data/EWS/WebKit/WebKitBuild/WebKit2.build/Release/Derived Sources.build/Script-C0CE72841247E66800BC0EC4.sh" (1 failure) Full output:
http://webkit-queues.appspot.com/results/1458815
Bem Jones-Bey
Comment 10
2013-08-14 13:28:03 PDT
(In reply to
comment #9
)
> (From update of
attachment 208748
[details]
) > Rejecting
attachment 208748
[details]
from commit-queue. > > Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-03', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit > > Last 500 characters of output: > " > (1 failure) > > Failed to run "['Tools/Scripts/build-webkit', '--release']" exit_code: 65 > .sb > make: *** wait: No child processes. Stop. > make: *** Waiting for unfinished jobs.... > make: *** wait: No child processes. Stop. > Command /bin/sh failed with exit code 2 > > > ** BUILD FAILED ** > > > The following build commands failed: > PhaseScriptExecution "Generate Derived Sources" "/Volumes/Data/EWS/WebKit/WebKitBuild/WebKit2.build/Release/Derived Sources.build/Script-C0CE72841247E66800BC0EC4.sh" > (1 failure) > > Full output:
http://webkit-queues.appspot.com/results/1458815
I've looked over this output a couple of times, and I can't see anything that would be caused by my patch. So I'm going to commit manually, since it passed all the EWS bots.
Bem Jones-Bey
Comment 11
2013-08-14 13:29:14 PDT
Committed
r154069
: <
http://trac.webkit.org/changeset/154069
>
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