Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-13 | Remove V8_INLINE markers. | dsinclair | |
The V8_INLINE tag is for internal V8 usage only and should not be used by embedders. I've removed it to let the compiler decide on the inlining, if we determine in the future things need to be force inlined we can add our own inlining wrapper. BUG=pdfium:514 Review-Url: https://codereview.chromium.org/2063723002 | |||
2016-06-09 | Move xfa/fxjse/ to fxjse/ | dsinclair | |
This makes it clear that fxjse/ is a standalone component and should not be entangled with other xfa/ components. BUG=pdfium:506 Review-Url: https://codereview.chromium.org/2056663004 |