To remove V8Proxy, we can move V8Proxy methods that set DOM attributes/callbacks to V8Binding.
Created attachment 156346 [details] Patch
Comment on attachment 156346 [details] Patch Can we put this code into it's own header? We don't want to make V8Bindings.h into the new V8Proxy all-sing, all-dance file.
(In reply to comment #2) > (From update of attachment 156346 [details]) > Can we put this code into it's own header? We don't want to make V8Bindings.h into the new V8Proxy all-sing, all-dance file. Sure. Let me commit it tomorrow.
Created attachment 156560 [details] patch for landing
(In reply to comment #2) > (From update of attachment 156346 [details]) > Can we put this code into it's own header? We don't want to make V8Bindings.h into the new V8Proxy all-sing, all-dance file. Let me land this patch first. I found that there are already a couple of methods in V8Binding that should be moved to the own header (e.g. configureTemplate()). I'll move all the methods at a breath in a follow-up patch.
Comment on attachment 156560 [details] patch for landing Rejecting attachment 156560 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: og Hunk #1 succeeded at 1 with fuzz 3. patching file Source/WebCore/bindings/v8/V8Binding.cpp patching file Source/WebCore/bindings/v8/V8Binding.h patching file Source/WebCore/bindings/v8/V8Proxy.cpp Hunk #1 FAILED at 84. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/bindings/v8/V8Proxy.cpp.rej patching file Source/WebCore/bindings/v8/V8Proxy.h Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/ Full output: http://queues.webkit.org/results/13443144
Created attachment 156565 [details] patch for landing
Comment on attachment 156565 [details] patch for landing Clearing flags on attachment: 156565 Committed r124718: <http://trac.webkit.org/changeset/124718>