148314d91dc4c746641bccc3b994e853a31203fb: Bug 926048. Part 1. Simplify FrameAnimator::AdvanceFrame slightly. We don't need a |timeout| variable, we only check it once. r=edwin
Timothy Nikkel <tnikkel@gmail.com> - Tue, 01 Mar 2016 22:34:39 -0600 - rev 336068
Push 11963 by benj@benj.me at Wed, 02 Mar 2016 09:46:33 +0000
Bug 926048. Part 1. Simplify FrameAnimator::AdvanceFrame slightly. We don't need a |timeout| variable, we only check it once. r=edwin
11fa0cbdf5a7ed76ab7d4610c03985ce632c0a39: Back out 3bd640d45525 (bug 1252266) for "sorting" other conditions so they no longer work
Phil Ringnalda <philringnalda@gmail.com> - Tue, 01 Mar 2016 20:28:30 -0800 - rev 336067
Push 11963 by benj@benj.me at Wed, 02 Mar 2016 09:46:33 +0000
Back out 3bd640d45525 (bug 1252266) for "sorting" other conditions so they no longer work
ab4f6ddf999a768ecd547ed46114ee1da56b45a2: Bug 1252777: disable ICE TCP passice candidates draft
Nils Ohlmeier [:drno] <drno@ohlmeier.org> - Wed, 02 Mar 2016 01:27:01 -0800 - rev 336066
Push 11962 by drno@ohlmeier.org at Wed, 02 Mar 2016 09:27:26 +0000
Bug 1252777: disable ICE TCP passice candidates MozReview-Commit-ID: 6l0ierHz5eL
d490ffde2be38b05db736836ad4aaddf7faa4bc9: Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r?gps DONTBUILD draft
Henrik Skupin <mail@hskupin.info> - Tue, 01 Mar 2016 15:18:22 +0100 - rev 336065
Push 11961 by bmo:hskupin@gmail.com at Wed, 02 Mar 2016 09:09:18 +0000
Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r?gps DONTBUILD MozReview-Commit-ID: 8OoQ8Ep2JMl
48d50d8d17429d656cabd31c0a7f9bfa67532823: Bug 1251213 - release resources from fis. r?sebastian draft
Andi-Bogdan Postelnicu <bogdan.postelnicu@softvision.ro> - Wed, 02 Mar 2016 11:02:44 +0200 - rev 336064
Push 11960 by Bogdan.Postelnicu@softvision.ro at Wed, 02 Mar 2016 09:08:59 +0000
Bug 1251213 - release resources from fis. r?sebastian MozReview-Commit-ID: 9RTJprP6rh2
90c5b413ac7f2a58ed84558a1563021054494116: Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r?gps draft
Henrik Skupin <mail@hskupin.info> - Tue, 01 Mar 2016 15:18:22 +0100 - rev 336063
Push 11959 by bmo:hskupin@gmail.com at Wed, 02 Mar 2016 09:06:22 +0000
Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r?gps MozReview-Commit-ID: 8OoQ8Ep2JMl
49e282a14d53fbfe2fc5870c4dd74430daf6a148: Bug 1251519 Part 3 - Remove two unused functions. r?mats draft
Ting-Yu Lin <tlin@mozilla.com> - Wed, 02 Mar 2016 13:03:40 +0800 - rev 336062
Push 11958 by bmo:tlin@mozilla.com at Wed, 02 Mar 2016 08:26:35 +0000
Bug 1251519 Part 3 - Remove two unused functions. r?mats nsLayoutUtils::IsRectVisibleInScrollFrames() was used only by SelectionCarets which was removed in bug 1221459. AccessibleCaretManager::GetContentBoundaryForFrame() is not used per changes in part 2. MozReview-Commit-ID: 4dQAq1umHY7
707a95f5881b4119e8d7863a3e7f76c134b5fc9d: Bug 1251519 Part 2 - Use union rect of text frames for clamping. r?mats draft
Ting-Yu Lin <tlin@mozilla.com> - Tue, 01 Mar 2016 22:28:51 +0800 - rev 336061
Push 11958 by bmo:tlin@mozilla.com at Wed, 02 Mar 2016 08:26:35 +0000
Bug 1251519 Part 2 - Use union rect of text frames for clamping. r?mats In Bug 1200364, we had used GetContentBoundaryForFrame() to clamp the caret dragging point inside the editable content boundary. However, this boundary is larger than the union of all the text rects inside the editable content, so the caret still jumps to begin or end when dragging. One notable test cases is when dragging the caret down on a one line text in textarea, and the caret jumps to the end of the text. This patch use the union of all text frames rect to clamp the caret dragging point. MozReview-Commit-ID: LHMEbNHTOcv
7314c3abdb3b877ea90a728416002eb14dc6a3c7: Bug 1217677: increase UDP socket receive buffer for <= Win7. r=jesup draft
Nils Ohlmeier [:drno] <drno@ohlmeier.org> - Tue, 01 Mar 2016 21:46:50 -0800 - rev 336060
Push 11957 by drno@ohlmeier.org at Wed, 02 Mar 2016 08:05:36 +0000
Bug 1217677: increase UDP socket receive buffer for <= Win7. r=jesup MozReview-Commit-ID: A3yCZZ3Pwcu
acdb4a204bb20eb8def98429694642ba99caefa2: Bug 1251519 Part 3 - Remove two unused functions. r?mats draft
Ting-Yu Lin <tlin@mozilla.com> - Wed, 02 Mar 2016 13:03:40 +0800 - rev 336059
Push 11956 by bmo:tlin@mozilla.com at Wed, 02 Mar 2016 07:41:17 +0000
Bug 1251519 Part 3 - Remove two unused functions. r?mats nsLayoutUtils::IsRectVisibleInScrollFrames() was used only by SelectionCarets which was removed in bug 1221459. AccessibleCaretManager::GetContentBoundaryForFrame() is not used per changes in part 2. MozReview-Commit-ID: 4dQAq1umHY7
f4b33748d9dc4d1b745318ad549dc05042a58745: Bug 1251519 Part 2 - Use union rect of text frames for clamping. r?mats draft
Ting-Yu Lin <tlin@mozilla.com> - Tue, 01 Mar 2016 22:28:51 +0800 - rev 336058
Push 11956 by bmo:tlin@mozilla.com at Wed, 02 Mar 2016 07:41:17 +0000
Bug 1251519 Part 2 - Use union rect of text frames for clamping. r?mats MozReview-Commit-ID: LHMEbNHTOcv
e8beeb5bd6c0b603107e9300e73dd2a6815329aa: Bug 1251519 Part 1 - Remove nsTextFrameBase as an nsFrame alias. r?mats draft
Ting-Yu Lin <tlin@mozilla.com> - Wed, 02 Mar 2016 11:28:30 +0800 - rev 336057
Push 11956 by bmo:tlin@mozilla.com at Wed, 02 Mar 2016 07:41:17 +0000
Bug 1251519 Part 1 - Remove nsTextFrameBase as an nsFrame alias. r?mats Bug 655877 Part 20 made this deliberately to let nsTextFrame QueryFrame-able. https://hg.mozilla.org/mozilla-central/rev/d8c6025c0881 But other types like nsPlaceholderFrame or nsBulletFrame are also implemented QureyFrame, which do not have this inheritance indirection. I guess it was for historical reason, and can be removed safely. MozReview-Commit-ID: CPeQvpKzEKh
5ac654e1cc84b76d751961ab53e4a0f1bee87fdd: Bug 1244635 - Part2 Add enddelay tests in dom/animation/test/chrome r?hiro draft
Ryo Motozawa <motozawa@mozilla-japan.org> - Wed, 02 Mar 2016 15:39:17 +0900 - rev 336056
Push 11955 by bmo:motoryo1@gmail.com at Wed, 02 Mar 2016 06:41:59 +0000
Bug 1244635 - Part2 Add enddelay tests in dom/animation/test/chrome r?hiro MozReview-Commit-ID: f9Se8ohrQi
fe9b8fdb15436ad83deda7d1cc49bbb1853cd1ec: Bug 1244635 - Part1 Add enddelay implementation in dom/animation/AnimationEffectTiming.cpp r?hiro draft
Ryo Motozawa <motozawa@mozilla-japan.org> - Wed, 02 Mar 2016 15:02:56 +0900 - rev 336055
Push 11955 by bmo:motoryo1@gmail.com at Wed, 02 Mar 2016 06:41:59 +0000
Bug 1244635 - Part1 Add enddelay implementation in dom/animation/AnimationEffectTiming.cpp r?hiro MozReview-Commit-ID: CWb57aA7v6F
69aafc20c147faa6697b8e03af299197f287c08e: Bug 1217677: increase UDP socket receive buffer for <= Win7. r=jesup draft
Nils Ohlmeier [:drno] <drno@ohlmeier.org> - Tue, 01 Mar 2016 21:46:50 -0800 - rev 336054
Push 11954 by drno@ohlmeier.org at Wed, 02 Mar 2016 06:33:31 +0000
Bug 1217677: increase UDP socket receive buffer for <= Win7. r=jesup MozReview-Commit-ID: A3yCZZ3Pwcu
dd0571da5ae3c76f9452cdf12772ff48200dcf2d: Bug 1217677: increase UDP socket receive buffer for <= Win7. r=jesup draft
Nils Ohlmeier [:drno] <drno@ohlmeier.org> - Tue, 01 Mar 2016 21:46:50 -0800 - rev 336053
Push 11953 by drno@ohlmeier.org at Wed, 02 Mar 2016 06:16:31 +0000
Bug 1217677: increase UDP socket receive buffer for <= Win7. r=jesup MozReview-Commit-ID: A3yCZZ3Pwcu
55ebde8cd317058169e93f68d982a1c5fc8abb9e: Bug 1252755: increase maximum UDP packet size to 9216 bytes for jumbo frames. r=jesup draft
Nils Ohlmeier [:drno] <drno@ohlmeier.org> - Tue, 01 Mar 2016 22:13:14 -0800 - rev 336052
Push 11952 by drno@ohlmeier.org at Wed, 02 Mar 2016 06:13:30 +0000
Bug 1252755: increase maximum UDP packet size to 9216 bytes for jumbo frames. r=jesup MozReview-Commit-ID: 9aNARxTIdyr
d3e737d1143c58737e1dda284c4a33e2397fd777: Bug 1242343 - p2. Blacklist msmpeg2vdec.dll 12.0.9200.16426 & .17037 - r=cpearce draft
Gerald Squelart <gsquelart@mozilla.com> - Wed, 02 Mar 2016 16:22:02 +1100 - rev 336051
Push 11951 by gsquelart@mozilla.com at Wed, 02 Mar 2016 05:22:20 +0000
Bug 1242343 - p2. Blacklist msmpeg2vdec.dll 12.0.9200.16426 & .17037 - r=cpearce MozReview-Commit-ID: C6osQ3ubhH1
9e330da9a70eea470b986c2751e3d80f6810d90f: Bug 1242343 - p1. ConstructSystem32Path from LoadLibrarySystem32 - r?jimm draft
Gerald Squelart <gsquelart@mozilla.com> - Wed, 02 Mar 2016 16:22:00 +1100 - rev 336050
Push 11951 by gsquelart@mozilla.com at Wed, 02 Mar 2016 05:22:20 +0000
Bug 1242343 - p1. ConstructSystem32Path from LoadLibrarySystem32 - r?jimm Part 1: Refactored LoadLibrarySystem32 to expose the system32-path construction code, so it can be re-used in the following patch. MozReview-Commit-ID: SuAWUQf3M0
b4be84223d65bb7cc8ecf928a14f4b585ea52b7d: Bug 1251520: fixed comments on socket options. draft
Nils Ohlmeier [:drno] <drno@ohlmeier.org> - Thu, 25 Feb 2016 21:54:37 -0800 - rev 336049
Push 11950 by drno@ohlmeier.org at Wed, 02 Mar 2016 05:20:53 +0000
Bug 1251520: fixed comments on socket options. MozReview-Commit-ID: IOJ5aguzjIq
(0) -300000 -100000 -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 +100000 +300000 tip