Closed
Bug 1698786
Opened 4 years ago
Closed 4 years ago
Extend logging around `mozInlineSpellChecker`
Categories
(Core :: Spelling checker, enhancement)
Core
Spelling checker
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
Details
Attachments
(7 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D108621
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D108622
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D108623
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D108624
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/977f249179c4
part 1) Add some logging to `mozInlineSpellChecker`. r=masayuki
Comment 7•4 years ago
|
||
bugherder |
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b7f94e8b8fda
part 2) Change some compile-time dependent `printf`s to `MOZ_LOG` in `mozInlineSpellChecker. r=masayuki
https://hg.mozilla.org/integration/autoland/rev/69e8dd1f5ef8
part 3) Add some logging to `mozSpellChecker`. r=masayuki
https://hg.mozilla.org/integration/autoland/rev/80d9918897fd
part 4) Add some logging to `EditorSpellChecker`. r=masayuki
Comment 9•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Attachment #9209448 -
Attachment is obsolete: true
Assignee | ||
Comment 10•4 years ago
|
||
Assignee | ||
Comment 11•4 years ago
|
||
Depends on D109038
Comment 12•4 years ago
|
||
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5da27da012b9
part 5) Change compile-time debug printfs to `MOZ_LOG` in `mozInlineSpellWordUtil`. r=masayuki
Assignee | ||
Comment 13•4 years ago
|
||
Comment 14•4 years ago
|
||
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9638f953f077
part 6) Add some `const`-correctness to `mozInlineSpellWordUtil`. r=smaug
Comment 15•4 years ago
|
||
bugherder |
Comment 16•4 years ago
|
||
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b02ae4b56c11
part 7) Add more `MOZ_LOG`ging to `mozInlineSpellWordUtil`. r=masayuki
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open
Comment 17•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•