Marshall Greenblatt
b731133713
Windows: cefclient: Size browser window correctly when RootWindow is initially shown as maximized (issue #1745 )
2015-10-23 15:06:02 -04:00
Marshall Greenblatt
e6e123d503
Windows: Fix warning C4267: 'argument' : conversion from 'size_t' to 'int' (issue #1695 )
2015-08-21 13:55:13 -04:00
Marshall Greenblatt
fda35eae80
Windows: Fix VS2015 build errors in the binary distribution (issue #1692 )
2015-08-20 10:22:12 -04:00
Marshall Greenblatt
a08686e6a6
cefclient: Support dynamic configuration of the device scale factor with off-screen rendering (issue #1674 )
2015-08-11 14:19:16 -04:00
Marshall Greenblatt
41669141eb
Windows: cefclient: Improve high-dpi display (issue #1674 ).
...
- Add high-dpi support to the OSR example.
- Apply DPI scaling to the buttons and URL bar.
2015-08-10 14:08:15 -04:00
Marshall Greenblatt
d820080479
Add fullscreen API support (issue #562 )
2015-06-04 18:33:24 -04:00
Felix Bruns
c5b8b8b9c8
Add support for draggable regions (issue #1645 ).
...
Regions are defined using the '-webkit-app-region: drag/no-drag'
CSS property and passed to the CefDragHandler::
OnDraggableRegionsChanged callback.
2015-06-03 14:48:28 -04:00
Marshall Greenblatt
483a841348
Add a new CefBrowserHost::SetWindowlessFrameRate method to support
...
dynamic configuration of the windowless frame rate (issue #1629 ).
2015-05-13 20:42:40 +03:00
Marshall Greenblatt
ae91d8f4e5
- cefclient: Add background-color
command-line argument (issue #1161 ).
...
- Rename cef_url.h to cef_parser.h.
- Add new CefParseCSSColor function.
2015-04-10 11:35:31 +02:00
Marshall Greenblatt
7a2ce64096
Fix issues related to request and context object lifespan (issue #1037 , issue #1044 ).
...
- Simplify and document the relationship between the various context object types. See browser_context.h for a description of the new relationships.
- cefclient: Add `request-context-per-browser` command-line flag for testing multiple CefRequestContext instances.
- cefclient: Add a CefURLRequest example.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2032 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-02-13 23:17:08 +00:00
Marshall Greenblatt
5c28259c31
cefclient: Organize source files into directories by target process (browser, renderer, common) (issue #1500 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2014 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-31 00:55:56 +00:00