DescriptionReplace ugly JS_Define macros with templates.
This allows us to step through the JS bindings code with the
debugger, which I could not do (but wanted to) the other day.
In the process, get rid of some else after returns, and one
unreachable code path.
I also get rid of some tracing macros that we would never
use for the sake of clarity, and some plain unused
definitions.
R=brucedawson@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/a96cc9bffc200d4ea83c2a283ca3ac0b72e9a588
Patch Set 1 #Patch Set 2 : Rebase, tidy #Patch Set 3 : Don't re-create generated pdf file. #
Total comments: 2
Patch Set 4 : Rebase, kill the IsEmpty() checks. #Patch Set 5 : kill more unused #defines #Messages
Total messages: 9 (2 generated)
|