Commit graph

6 commits

Author SHA1 Message Date
umherirrender
0bc583af2c Move closing parenthesis from multi line if and function to own line
The Line continuation Coding conventions prefers the closing parenthesis
on the same line than the beginning curly braces. This is done for ifs
and functions.
Also move some boolean operator from the end of a line to the beginning
and changed some indentation to make the condition hopefully better
readable.

Change-Id: Id0437b06bde86eb5a75bc59eefa19e7edb624426
2013-12-01 21:39:00 +01:00
jenkins-bot
71426647cc Merge "libxml_disable_entity_loader() just in case..." 2013-09-23 19:44:22 +00:00
Max Semenik
6116877eef libxml_disable_entity_loader() just in case...
Change-Id: I5c6394f811f9cd14dc549d005b4583d7575e85aa
2013-09-23 23:25:26 +04:00
Brion Vibber
f6c9c2e044 Fix missing wfProfileOut call in HtmlFormatter
Followup to missing call in Ic276e1604c5718e8568e120ddfb9a8fc13a682fc

Change-Id: I69623d565826aacaa884c1c0a3ffec46ca1fb465
2013-09-23 12:14:45 -07:00
Brion Vibber
d2929102bd Fix doc for HtmlFormatter
Bug: 54473
Change-Id: I96d76eb2d372fb3997c432196e7c4cc4e2984bfb
2013-09-23 17:52:31 +00:00
Max Semenik
19627682ac Move HtmlFormatter from MobileFrontend
This class is needed by CirrusSearch, another application will be API
prop=extracts which doesn't really belong to MobileFrontend and will also
be integrated into core soon.

Change-Id: Ic276e1604c5718e8568e120ddfb9a8fc13a682fc
2013-09-20 11:52:46 -07:00