gecko-dev/layout
Ting-Yu Lin 55aa51e408 Bug 1332105 Part 2 - Make Selection::LookUpSelection() return UniquePtr. r=dholbert
Selection::LookUpSelection()'s only caller,
nsFrameSelection::LookUpSelection(), doesn't check the return value. Let's
make it return UniquePtr directly like nsFrameSelection::LookUpSelection().

Rename aReturnDetails to aDetailsHead so that its role is clearer.
aDetailsHead is of type UniquePtr<SelectionDetails> instead of
UniquePtr<SelectionDetails>&& because the caller always wants to transfer
the ownership of SelectionDetails into the function.

MozReview-Commit-ID: 89Y7X1LTKON

--HG--
extra : rebase_source : 730d601ccb87eb2b616c0a021129752ed5301a3a
2017-01-20 23:28:02 +08:00
..
base Backout bug 1316330 on developers request 2017-01-20 14:16:13 +01:00
build Bug 1328651 - Move servo initialization/shutdown back to nsLayoutStatics.cpp. r=heycam 2017-01-08 17:42:29 -08:00
doc
forms Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
generic Bug 1332105 Part 2 - Make Selection::LookUpSelection() return UniquePtr. r=dholbert 2017-01-20 23:28:02 +08:00
inspector Bug 851892 part 8. Get rid of css::Rule::GetDOMRule. r=heycam 2017-01-13 10:41:03 -05:00
ipc Bug 1331706 - Make vsync non-prioritized for now. r=billm 2017-01-22 18:34:27 +02:00
mathml Bug 1332105 Part 1 - Convert SelectionDetails and related functions to use UniquePtr. r=dholbert 2017-01-20 17:39:57 +08:00
media
painting Bug 1331693 - Do not attempt async scrollbar dragging for scroll info layers. r=tnikkel 2017-01-18 18:45:43 -05:00
printing Bug 1324000: Use nsWeakFrame to hold nsIPageSequenceFrame member in nsPrintEngine. r=smaug 2017-01-09 08:26:31 +00:00
reftests Bug 1326189 part 5 - Add reftest for caret-color with :visited. r=dholbert 2017-01-20 17:16:54 +11:00
style merge mozilla-inbound to mozilla-central a=merge 2017-01-23 11:15:58 +01:00
svg Bug 1324663 - stylo: More crashtest annotation adjustments. r=me 2017-01-18 15:09:00 +08:00
tables Bug 1324663 - stylo: More crashtest annotation adjustments. r=me 2017-01-18 15:09:00 +08:00
tools Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
xul Merge m-c to autoland 2017-01-20 19:15:16 -08:00
moz.build Bug 1318805 - Move the code for the Web Painting module to layout/painting; r=mattwoodrow 2016-11-21 20:01:15 -05:00