Marshall Greenblatt
|
a6fb4d52d1
|
Mac: Fix compile error (issue #630).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1121 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-03-04 22:57:27 +00:00 |
Marshall Greenblatt
|
944658ccbb
|
Mac: Add default tooltip implementation (issue #770).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1119 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-03-04 22:18:39 +00:00 |
Marshall Greenblatt
|
f250f9ccea
|
Fix geolocation initialization race condition.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1117 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-03-04 21:10:59 +00:00 |
Marshall Greenblatt
|
5b5efb5c8b
|
Add CefApp::OnRegisterCustomSchemes callback to address url_util thread safety issues (issue #630).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1115 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-03-04 20:16:47 +00:00 |
Marshall Greenblatt
|
095bc4b7f8
|
Update to Chromium revision 184577.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1113 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-02-28 21:54:02 +00:00 |
Marshall Greenblatt
|
0ae0f6cd85
|
Mac: Fix compile errors.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1109 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-02-26 00:28:38 +00:00 |
Marshall Greenblatt
|
116b6de654
|
Update to Chromium revision 181864.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1108 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-02-25 23:44:37 +00:00 |
Marshall Greenblatt
|
6983ac5ae3
|
Linux: Update the drag&drop implementation to match other platforms (issue #876).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1074 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-02-01 17:54:45 +00:00 |
Marshall Greenblatt
|
868fa28fa1
|
Linux: Fix drag/drop crash in WebCore::DragData::modifierKeyState (issue #875).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1070 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-02-01 17:43:19 +00:00 |
Marshall Greenblatt
|
9ed494e647
|
Linux: Fix drag/drop crash in WebCore::DragData::modifierKeyState (issue #875).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1066 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-30 16:38:12 +00:00 |
Marshall Greenblatt
|
2344b20e38
|
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/trunk@1062 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-28 18:48:54 +00:00 |
Marshall Greenblatt
|
0ab1178b99
|
Windows: Add default implementation for JavaScript prompt dialog (issue #861).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1049 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-18 23:19:40 +00:00 |
Marshall Greenblatt
|
c333f29373
|
Linux: Improve label for JavaScript dialogs (issue #488).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1043 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-18 21:53:10 +00:00 |
Marshall Greenblatt
|
ff577b4e4f
|
Mac: Add default implementation for JavaScript confirm/prompt dialogs (issue #795).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1041 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-18 21:37:07 +00:00 |
Marshall Greenblatt
|
e8fd7a97b8
|
Linux: Emit "delete_event" signal instead of calling gtk_widget_destroy (issue #780).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1037 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-18 20:18:03 +00:00 |
Marshall Greenblatt
|
df3537658b
|
Linux: Add default implementation for JavaScript alert/confirm/prompt/filechooser dialogs.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1029 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-18 20:00:45 +00:00 |
Marshall Greenblatt
|
3998917e10
|
Windows: Display select filters based on the "accept" attribute for input type="file" (issue #791).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1027 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-18 18:00:25 +00:00 |
Marshall Greenblatt
|
3b834de6bb
|
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/trunk@1023 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-18 17:23:56 +00:00 |
Marshall Greenblatt
|
5e014e1f34
|
Add new CefDisplayHandler::OnFaviconURLChange callback (issue #779).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1013 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-17 21:13:43 +00:00 |
Marshall Greenblatt
|
f1ebd3561f
|
Enable IME for all text input types (issue #765).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1009 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-17 19:00:57 +00:00 |
Marshall Greenblatt
|
3b9cb32e4a
|
Update to Chromium revision 176706.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@988 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-15 21:38:59 +00:00 |
Marshall Greenblatt
|
5061db7c1b
|
Update to Chromium revision 173683.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@982 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2013-01-14 21:38:54 +00:00 |
Marshall Greenblatt
|
991a513473
|
Add new CefBrowser::GetIdentifier method (issue #811).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@953 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-12-19 16:47:38 +00:00 |
Marshall Greenblatt
|
f782b4b1e0
|
Windows: Improve menu responsiveness (issue #194).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@950 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-12-19 16:23:51 +00:00 |
Marshall Greenblatt
|
086f3cb47d
|
Mac: Update drag&drop image creation.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@943 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-12-06 20:49:39 +00:00 |
Marshall Greenblatt
|
f53c281acd
|
Update to Chromium revision 170167.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@932 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-11-30 18:30:34 +00:00 |
Marshall Greenblatt
|
4a3b1ec9e2
|
Add a switch to enable DCHECKs in release builds (issue #790).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@931 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-11-28 19:04:11 +00:00 |
Marshall Greenblatt
|
6110b7ebfa
|
Mac: Fix use of deprecated runModalForDirectory:file: signal (issue #792).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@927 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-11-26 20:01:27 +00:00 |
Marshall Greenblatt
|
9ce5dc6293
|
Fix Geolocation by adding Google API key support (issue #365).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@920 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-11-21 15:57:11 +00:00 |
Marshall Greenblatt
|
8a504d3d25
|
Update to Chromium revision 167921.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@909 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-11-16 18:28:07 +00:00 |
Marshall Greenblatt
|
255fdad295
|
Update to Chromium revision 165669.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@902 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-11-06 17:13:58 +00:00 |
Marshall Greenblatt
|
1177da898b
|
Fix potential crash if a context with no bindings is released (issue #736).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@900 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-11-05 22:32:57 +00:00 |
Marshall Greenblatt
|
202cdc4eb4
|
Reduce persistent CEF V8 memory usage by tracking objects on a per-context basis and not persisting objects when the underlying V8 handle is unused (issue #484).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@885 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-30 20:50:58 +00:00 |
Marshall Greenblatt
|
59fe4fbab3
|
Support implicit detachment of CEF V8 references when the associated context is released (issue #484).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@883 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-29 21:54:57 +00:00 |
Marshall Greenblatt
|
ce76bfc1e1
|
Add performance tests for CEF V8 methods (issue #484).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@879 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-26 20:39:24 +00:00 |
Marshall Greenblatt
|
21c2b1ecdd
|
Add a new CefGetGeolocation function for retrieving geolocation information via an API callback (issue #764).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@871 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-19 19:52:07 +00:00 |
Marshall Greenblatt
|
f51f171b43
|
Add CefV8ContextHandler::OnUncaughtException callback (issue #736).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@857 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-12 16:38:24 +00:00 |
Marshall Greenblatt
|
e490ebd78d
|
Mac: Fix display of Flash plugins (issue #741).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@852 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-11 19:10:24 +00:00 |
Marshall Greenblatt
|
167c601f29
|
Update to Chromium revision 160122.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@844 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-04 19:17:45 +00:00 |
Marshall Greenblatt
|
13afc1226f
|
Update to Chromium revision 157509.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@838 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-03 21:50:01 +00:00 |
Marshall Greenblatt
|
1210ebacea
|
Remove support for HTML5 audio & video tags (issue #530).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@829 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-02 16:40:31 +00:00 |
Marshall Greenblatt
|
49640d17a3
|
- Eliminate use of scoped directories (issue #670).
- Create a temporary cache_path directory if none is specified (issue #735).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@827 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-01 21:49:08 +00:00 |
Marshall Greenblatt
|
7a0ff637f0
|
Add CefZoomHandler interface to support custom zoom handling (issue #733).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@824 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-10-01 20:35:35 +00:00 |
Marshall Greenblatt
|
cc3b8c9cf3
|
Allow use of an empty key string with CefV8Value methods (issue #718).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@808 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-09-26 21:39:21 +00:00 |
Marshall Greenblatt
|
d3dafb3073
|
Win: Erase in-progress IME composition on cancel (issue #701).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@803 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-09-26 17:34:13 +00:00 |
Marshall Greenblatt
|
2cfc1fefc0
|
Mac: Trigger keydown events for single keystrokes (issue #664).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@799 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-09-26 16:42:42 +00:00 |
Marshall Greenblatt
|
11012b9c8c
|
Fix crash when pending navigation executes after the browser window has been destroyed (issue #724).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@791 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-09-20 19:48:39 +00:00 |
Marshall Greenblatt
|
3cf6d92539
|
Add geolocation support (issue #365).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@780 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-09-14 19:04:45 +00:00 |
Marshall Greenblatt
|
5ac06eb984
|
Move devtools resources to a separate devtools_resources.pak file (issue #714).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@762 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-09-05 22:34:30 +00:00 |
Marshall Greenblatt
|
30ecc8a4db
|
Update to Chromium revision 153668.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@750 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2012-08-29 20:11:26 +00:00 |