Bug 199640 - Move AutofillElements.{h,cpp} from editing/ios to editing/cocoa since they're used on macOS
Summary: Move AutofillElements.{h,cpp} from editing/ios to editing/cocoa since they're...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-07-09 14:21 PDT by Alex Christensen
Modified: 2019-07-09 15:11 PDT (History)
4 users (show)

See Also:


Attachments
Patch (24.32 KB, patch)
2019-07-09 14:21 PDT, Alex Christensen
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2019-07-09 14:21:05 PDT
Move AutofillElements.{h,cpp} from editing/ios to editing/cocoa since they're used on macOS
Comment 1 Alex Christensen 2019-07-09 14:21:46 PDT
Created attachment 373765 [details]
Patch
Comment 2 Alex Christensen 2019-07-09 14:30:17 PDT
http://trac.webkit.org/r247279
Comment 3 Radar WebKit Bug Importer 2019-07-09 14:33:40 PDT
<rdar://problem/52853105>
Comment 4 Ryan Haddad 2019-07-09 14:56:15 PDT
This broke the build:
/Volumes/Data/slave/mojave-release/build/Source/WebKitLegacy/mac/DOM/DOMHTMLInputElement.mm:55:9: fatal error: 'WebCore/AutofillElements.h' file not found
#import <WebCore/AutofillElements.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
https://build.webkit.org/builders/Apple%20Mojave%20Release%20%28Build%29/builds/6818/steps/compile-webkit/logs/stdio
Comment 5 Alex Christensen 2019-07-09 15:11:19 PDT
http://trac.webkit.org/r247282