Marshall Greenblatt
|
694b45717c
|
Windows: Fix VS2008SP1 compiler errors (issue #1758)
- override was being defined but this compiler doesn't support it.
- Warning C4355 wasn't being properly suppressed in cef_resource_manager.cc
|
2015-11-13 11:19:27 -05:00 |
Marshall Greenblatt
|
70ed95bcca
|
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON() to match Chromium
changes (see http://crrev.com/e649f573) and fix unit test runtime
errors when building with GYP_DEFINES=dcheck_always_on=1.
|
2015-10-14 09:40:59 -07:00 |
Marshall Greenblatt
|
3f4687a4cd
|
Fix parsing of CefResourceManager::Request::url() when both query
and fragment components are present (issue #1733)
|
2015-10-13 16:51:52 -04:00 |
Marshall Greenblatt
|
b6e5310bce
|
Add CefResourceManager class for mapping requests to data providers (issue #1640).
|
2015-06-03 15:21:40 -04:00 |