Attachment 271137[details] did not pass style-queue:
ERROR: Source/WebCore/bindings/js/JSDOMWindowCustom.cpp:123: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3]
Total errors found: 1 in 7 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 271140[details]
Archive of layout-test-results from ews102 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews102 Port: mac-yosemite Platform: Mac OS X 10.10.5
Created attachment 271142[details]
Archive of layout-test-results from ews104 for mac-yosemite-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Created attachment 271146[details]
Archive of layout-test-results from ews114 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews114 Port: mac-yosemite Platform: Mac OS X 10.10.5
Attachment 271215[details] did not pass style-queue:
ERROR: Source/WebCore/bindings/js/JSDOMWindowCustom.cpp:264: An else if statement should be written as an if statement when the prior "if" concludes with a return, break, continue or goto statement. [readability/control_flow] [4]
Total errors found: 1 in 6 files
If any of these errors are false positives, please file a bug against check-webkit-style.
For some reason, with this patch (same origin):
window.open = function() { alert("test" }; };
console.log(window.open);
-> function open() { [native code] }
Unless we have already reified Window, then:
window.open = function() { alert("test" }; };
console.log(window.open);
-> function() { alert("test" }; };
Trying to figure out the reason.
Created attachment 271230[details]
Archive of layout-test-results from ews103 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews103 Port: mac-yosemite Platform: Mac OS X 10.10.5
Created attachment 271231[details]
Archive of layout-test-results from ews104 for mac-yosemite-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Created attachment 271232[details]
Archive of layout-test-results from ews112 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews112 Port: mac-yosemite Platform: Mac OS X 10.10.5
Created attachment 271366[details]
Archive of layout-test-results from ews100 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews100 Port: mac-yosemite Platform: Mac OS X 10.10.5
Created attachment 271367[details]
Archive of layout-test-results from ews107 for mac-yosemite-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews107 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Created attachment 271368[details]
Archive of layout-test-results from ews112 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews112 Port: mac-yosemite Platform: Mac OS X 10.10.5
Created attachment 271401[details]
Archive of layout-test-results from ews103 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews103 Port: mac-yosemite Platform: Mac OS X 10.10.5
Created attachment 271402[details]
Archive of layout-test-results from ews105 for mac-yosemite-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews105 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Created attachment 271405[details]
Archive of layout-test-results from ews114 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews114 Port: mac-yosemite Platform: Mac OS X 10.10.5
Comment on attachment 271434[details]
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=271434&action=review> Source/JavaScriptCore/runtime/Lookup.h:270
>
Please add a comment above putEntry, explaining that:
(1) base means the object holding the property (possibly in the prototype chain of the object put was called on).
(2) thisValue is the object that put is being applied to (in the case of a proxy, the proxy target).
(3) slot.thisValue() is the object the put was originally performed on (in the case of a proxy, the proxy itself).
> Source/JavaScriptCore/runtime/Lookup.h:281
> + JSValue updateThisValue = entry->attributes() & CustomAccessor ? thisValue : JSValue(base);
Please switch thisValue -> slot.thisValue().
2016-02-11 23:16 PST, Chris Dumez
2016-02-12 00:28 PST, Build Bot
2016-02-12 00:30 PST, Build Bot
2016-02-12 00:37 PST, Build Bot
2016-02-12 13:45 PST, Chris Dumez
2016-02-12 13:51 PST, Chris Dumez
2016-02-12 14:52 PST, Build Bot
2016-02-12 14:56 PST, Build Bot
2016-02-12 15:07 PST, Build Bot
2016-02-15 12:31 PST, Chris Dumez
2016-02-15 13:25 PST, Build Bot
2016-02-15 13:27 PST, Build Bot
2016-02-15 13:41 PST, Build Bot
2016-02-15 17:05 PST, Chris Dumez
2016-02-15 18:38 PST, Build Bot
2016-02-15 18:40 PST, Build Bot
2016-02-15 18:56 PST, Build Bot
2016-02-15 22:18 PST, Chris Dumez
2016-02-16 08:28 PST, Chris Dumez
2016-02-16 10:36 PST, Chris Dumez
2016-02-16 12:22 PST, Chris Dumez