| Summary: | Web Replay: convert to is<T> and downcast<T> for decoding replay inputs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Brian Burg <burg> | ||||
| Component: | WebCore Misc. | Assignee: | Brian Burg <burg> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | cdumez, commit-queue, joepeck, kling, timothy | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 136290 | ||||||
| Attachments: |
|
||||||
|
Description
Brian Burg
2015-01-15 14:04:45 PST
Created attachment 244862 [details]
Patch
This patch modifies the WEB_REPLAY inputs generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-input-generator-tests --reset-results`) Attachment 244862 [details] did not pass style-queue:
ERROR: Source/WebCore/replay/SerializationMethods.cpp:169: Multi line control clauses should use braces. [whitespace/braces] [4]
Total errors found: 1 in 16 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 244862 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244862&action=review r=me > Source/JavaScriptCore/replay/scripts/tests/expected/generate-input-with-guard.json-TestReplayInputs.h:91 > +#if ENABLE(DUMMY_FEATURE) What is this DUMMY_FEATURE? > Source/WebCore/replay/MemoizedDOMResult.h:155 > + New spaces? Comment on attachment 244862 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244862&action=review >> Source/JavaScriptCore/replay/scripts/tests/expected/generate-input-with-guard.json-TestReplayInputs.h:91 >> +#if ENABLE(DUMMY_FEATURE) > > What is this DUMMY_FEATURE? This test covers generation of ENABLE guards. Useful for inputs related to TOUCH_EVENTS, REQUEST_ANIMATION_FRAME, etc. >> Source/WebCore/replay/MemoizedDOMResult.h:155 >> + > > New spaces? Oops, Xcode :( Committed r178668: <http://trac.webkit.org/changeset/178668> |