WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Quick fix v1
issue86271-patch0.txt (text/plain), 1.54 KB, created by
Hironori Bono
on 2012-05-01 03:32:58 PDT
(
hide
)
Description:
Quick fix v1
Filename:
MIME Type:
Creator:
Hironori Bono
Created:
2012-05-01 03:32:58 PDT
Size:
1.54 KB
patch
obsolete
>Index: Source/WebKit/chromium/ChangeLog >=================================================================== >--- Source/WebKit/chromium/ChangeLog (revision 115716) >+++ Source/WebKit/chromium/ChangeLog (working copy) >@@ -1,3 +1,16 @@ >+2012-05-01 Hironori Bono <hbono@chromium.org> >+ >+ [Chromium] Regression r113405 ContextMenuImpl does not set a misspelled word >+ https://bugs.webkit.org/show_bug.cgi?id=85271 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ This change calls selectMisspelledWord() to get a misspelled word so Chrome can >+ set the misspelledWord variable without selecting text. >+ >+ * src/ContextMenuClientImpl.cpp: >+ (WebKit::ContextMenuClientImpl::getCustomMenuFromDefaultItems): >+ > 2012-04-30 Kent Tamura <tkent@chromium.org> > > [Chromium/Windows] Add LocalizedDateWin >Index: Source/WebKit/chromium/src/ContextMenuClientImpl.cpp >=================================================================== >--- Source/WebKit/chromium/src/ContextMenuClientImpl.cpp (revision 115701) >+++ Source/WebKit/chromium/src/ContextMenuClientImpl.cpp (working copy) >@@ -290,7 +290,7 @@ PlatformMenuDescription ContextMenuClien > } > } > data.dictionarySuggestions = suggestions; >- data.misspelledWord = range->text(); >+ data.misspelledWord = selectMisspelledWord(defaultMenu, selectedFrame); > } > } else if (m_webView->focusedWebCoreFrame()->editor()->isContinuousSpellCheckingEnabled()) { > data.isSpellCheckingEnabled = true;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 85271
: 139606