WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
199565
Unable to paste from Notes into Excel 365 spreadsheet
https://bugs.webkit.org/show_bug.cgi?id=199565
Summary
Unable to paste from Notes into Excel 365 spreadsheet
Wenson Hsieh
Reported
2019-07-07 17:04:14 PDT
<
rdar://problem/43615497
>
Attachments
Patch
(7.11 KB, patch)
2019-07-07 17:36 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Actually add the test
(10.73 KB, patch)
2019-07-07 17:50 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Fix typo in ChangeLog.
(10.84 KB, patch)
2019-07-08 07:32 PDT
,
Wenson Hsieh
cdumez
: review+
Details
Formatted Diff
Diff
Patch for landing
(10.78 KB, patch)
2019-07-08 08:50 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2019-07-07 17:36:20 PDT
Comment hidden (obsolete)
Created
attachment 373609
[details]
Patch
Wenson Hsieh
Comment 2
2019-07-07 17:50:14 PDT
Comment hidden (obsolete)
Created
attachment 373610
[details]
Actually add the test
Wenson Hsieh
Comment 3
2019-07-08 07:32:58 PDT
Created
attachment 373624
[details]
Fix typo in ChangeLog.
Chris Dumez
Comment 4
2019-07-08 08:35:40 PDT
Comment on
attachment 373624
[details]
Fix typo in ChangeLog. View in context:
https://bugs.webkit.org/attachment.cgi?id=373624&action=review
> Source/WebCore/page/Page.h:656 > + void setIsForSanitizingWebContent(bool isForSanitizingWebContent) { m_isForSanitizingWebContent = isForSanitizingWebContent; }
Personally, I would omit the boolean parameter since this can never be set back to false after being set to true.
Wenson Hsieh
Comment 5
2019-07-08 08:37:13 PDT
Comment on
attachment 373624
[details]
Fix typo in ChangeLog. View in context:
https://bugs.webkit.org/attachment.cgi?id=373624&action=review
Thanks for the review!
>> Source/WebCore/page/Page.h:656 >> + void setIsForSanitizingWebContent(bool isForSanitizingWebContent) { m_isForSanitizingWebContent = isForSanitizingWebContent; } > > Personally, I would omit the boolean parameter since this can never be set back to false after being set to true.
Sounds good — will remove the bool param and make this just set m_isForSanitizingWebContent to true.
Wenson Hsieh
Comment 6
2019-07-08 08:50:39 PDT
Created
attachment 373628
[details]
Patch for landing
WebKit Commit Bot
Comment 7
2019-07-08 11:59:55 PDT
Comment on
attachment 373628
[details]
Patch for landing Clearing flags on attachment: 373628 Committed
r247222
: <
https://trac.webkit.org/changeset/247222
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug