| Summary: | [ContentChangeObserver] Add a setting to be able to turn content change observation on/off | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||||||||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||||||||||||
| Status: | RESOLVED FIXED | ||||||||||||||||||
| Severity: | Normal | CC: | bfulgham, commit-queue, simon.fraser, webkit-bug-importer, zalan | ||||||||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||||||||
| Version: | WebKit Nightly Build | ||||||||||||||||||
| Hardware: | Unspecified | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| Attachments: |
|
||||||||||||||||||
|
Description
zalan
2019-03-05 20:21:39 PST
Created attachment 363728 [details]
Patch
Created attachment 363732 [details]
Patch
Created attachment 363733 [details]
Patch
Created attachment 363734 [details]
Patch
Created attachment 363883 [details]
Patch
Comment on attachment 363883 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363883&action=review > Source/WebCore/page/Settings.yaml:450 > + initial: true Follow defaultTextAutosizingEnabled(). > Source/WebCore/testing/InternalSettings.cpp:303 > + settings().setContentChangeObserverEnabled(false); I think this is wrong. > Source/WebKit/Shared/WebPreferences.yaml:489 > + defaultValue: true Like WebCore::Settings::defaultTextAutosizingEnabled() Created attachment 363927 [details]
Patch
Comment on attachment 363927 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363927&action=review > Source/WebCore/page/Settings.yaml:450 > + initial: true Do like initial: defaultSmartInsertDeleteEnabled Created attachment 363939 [details]
Patch
Comment on attachment 363939 [details] Patch Clearing flags on attachment: 363939 Committed r242621: <https://trac.webkit.org/changeset/242621> All reviewed patches have been landed. Closing bug. |