Commit Graph

18 Commits

Author SHA1 Message Date
Marshall Greenblatt 6ff5977a46 Merge revision 1121 changes:
- Mac: Fix compile error (issue #630).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1122 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-03-04 22:57:53 +00:00
Marshall Greenblatt f06e94716b Merge revision 1119 changes:
- Mac: Add default tooltip implementation (issue #770).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1120 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-03-04 22:20:04 +00:00
Marshall Greenblatt e54fd9ed9f Merge revision 1117 changes:
- Fix geolocation initialization race condition.


git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1118 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-03-04 21:11:32 +00:00
Marshall Greenblatt cba0ef9b96 Merge revision 1115 changes:
- Add CefApp::OnRegisterCustomSchemes callback to address url_util thread safety issues (issue #630).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1116 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-03-04 20:18:59 +00:00
Marshall Greenblatt 6f54e8b117 Merge revision 1074 changes:
- Linux: Update the drag&drop implementation to match other platforms (issue #876).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1075 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-01 17:55:48 +00:00
Marshall Greenblatt 0e9a6ec038 Merge revision 1070 changes:
- Linux: Fix drag/drop crash in WebCore::DragData::modifierKeyState (issue #875).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1071 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-01 17:44:41 +00:00
Marshall Greenblatt be96c686fa Merge revision 1066 changes:
- Linux: Fix drag/drop crash in WebCore::DragData::modifierKeyState (issue #875).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1067 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-30 16:38:38 +00:00
Marshall Greenblatt b78484f661 Merge revision 1062 changes:
- Windows: Change CefBrowser::SetOSModalLoop to CefSetOSModalLoop because the functionality is not connected with any particular browser (issue #194).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1063 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-28 18:49:25 +00:00
Marshall Greenblatt 1c6be627d6 Merge revision 1049 changes:
- Windows: Add default implementation for JavaScript prompt dialog (issue #861).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1050 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 23:21:01 +00:00
Marshall Greenblatt 234b7804ef Merge revision 1043 changes:
- Linux: Improve label for JavaScript dialogs (issue #488).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1044 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 21:53:38 +00:00
Marshall Greenblatt b6ede2c8fa Merge revision 1041 changes:
- Mac: Add default implementation for JavaScript confirm/prompt dialogs (issue #795).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1042 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 21:38:47 +00:00
Marshall Greenblatt 74b4e0f04d Merge revision 1037 changes:
- Linux: Emit "delete_event" signal instead of calling gtk_widget_destroy (issue #780).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1039 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 20:18:54 +00:00
Marshall Greenblatt 6b48bf043e Merge revision 1029 changes:
- Linux: Add default implementation for JavaScript alert/confirm/prompt/filechooser dialogs (issue #488).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1030 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 20:01:49 +00:00
Marshall Greenblatt 65458db4ca Merge revision 1027 changes:
- Windows: Display select filters based on the "accept" attribute for input type="file" (issue #791).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1028 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 18:00:50 +00:00
Marshall Greenblatt c31704d9aa Merge revision 1023 changes:
- Mac: Fix crash with input element of type "file" when the default file name is empty (issue #823).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1024 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 17:24:29 +00:00
Marshall Greenblatt 43fb0161df Merge revision 1013 changes:
- Add new CefDisplayHandler::OnFaviconURLChange callback (issue #779).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1014 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-17 21:16:18 +00:00
Marshall Greenblatt 29eaeea0d6 Merge revision 1009 changes:
- Enable IME for all text input types (issue #765).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1010 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-17 19:01:50 +00:00
Marshall Greenblatt de2ac7a2c1 Create 1364 release branch for CEF1.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@984 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-14 22:58:17 +00:00