Changeset 136118 in webkit
- Timestamp:
- Nov 29, 2012, 3:05:32 AM (14 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
public/WebViewClient.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r136063 r136118 1 2012-11-29 Miguel Garcia <miguelg@chromium.org> 2 3 Fix typo in description of openDateTimeChooser documentation 4 https://bugs.webkit.org/show_bug.cgi?id=103622 5 6 Reviewed by Kent Tamura. 7 8 9 * public/WebViewClient.h: 10 (WebViewClient): 11 1 12 2012-11-28 Robert Kroeger <rjkroege@chromium.org> 2 13 -
trunk/Source/WebKit/chromium/public/WebViewClient.h
r134560 r136118 226 226 227 227 // Ask users to choose date/time for the specified parameters. When a user 228 // chooses a value, an implemen attion of this function should call228 // chooses a value, an implementation of this function should call 229 229 // WebDateTimeChooserCompletion::didChooseValue or didCancelChooser. If the 230 230 // implementation opened date/time chooser UI successfully, it should return
Note:
See TracChangeset
for help on using the changeset viewer.