зеркало из https://github.com/mozilla/gecko-dev.git
b3ddf199bb
"new nsFrameList()" becomes "new (shell) nsFrameList()". "delete list" becomes "if (list) list->Delete(shell)" - note also that an additional assertion was added that list is empty when deleted. "nsAutoPtr<nsFrameList> list(StealSomeFrames())" becomes "AutoFrameListPtr list(aPresContext, StealSomeFrames())" |
||
---|---|---|
.. | ||
base | ||
grid | ||
test | ||
tree |