Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-17 | Removing unnecessary casts from wchar_t* to wchar_t*, by various names. | Bruce Dawson | |
Remove casts that merely cast from wchar_t* to wchar_t*. Sometimes the types or casts are FX_LPCWSTR but the idea is the same. Excess casts can (and have) hidden bugs so removing these may prevent future problems. Original patch from Bruce Dawson(brucedawson@chromium.org) R=bo_xu@foxitsoftware.com, tsepez@chromium.org Review URL: https://codereview.chromium.org/730993002 | |||
2014-07-14 | Fix an out-of-boundary issue for wide string | Bo Xu | |
BUG=381521 R=palmer@chromium.org Review URL: https://codereview.chromium.org/383563002 | |||
2014-05-20 | Add some blank lines at the end of 3 files to remove the "no newlines at end ↵ | John Abd-El-Malek | |
of file" warning. | |||
2014-05-20 | Remove "using namespace v8" in header. This allows us to turn all warnings ↵ | John Abd-El-Malek | |
into errors. It also makes it clearer to find usage of v8 in the library. | |||
2014-05-17 | Initial commit. | John Abd-El-Malek | |