Part of upstreaming Android port. Files do not confirm to WebKit standard yet, create this bug as a placeholder, and ask for code review when files are ready.
Created attachment 26670 [details] patch v1
Comment on attachment 26670 [details] patch v1 mrowe, do you mind take a look at this file?
Comment on attachment 26670 [details] patch v1 > +#include "ClipboardAndroid.h" > +#include "Document.h" > +#include "Element.h" > +#include "htmlediting.h" > +#include "NotImplemented.h" > +#include "TextIterator.h" > +#include "visible_units.h" I don't think we need any of these includes except for ClipboardAndroid.h. r=me
Created attachment 26696 [details] patch v2 Removed unneeded header file includes. Thanks for quick review!
Created attachment 26697 [details] patch v3 v3, sorry, v2 includes changes of another bug by accident.
Created attachment 26698 [details] patch v4 Remove tab in the ChangeLog. Sorry for the trouble.
Comment on attachment 26698 [details] patch v4 r=me
Committed in @r40668.