ec4c356610afd0c81ae3196552ce8f4955eaea42: Bug 1304073 - don't hide the modal highlight dimmed background upon a mouse click under certain conditions. r=jaws
Mike de Boer <mdeboer@mozilla.com> - Thu, 29 Sep 2016 15:37:39 +0200 - rev 425534
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1304073 - don't hide the modal highlight dimmed background upon a mouse click under certain conditions. r=jaws We'll ignore mouse events with the following properties: 1) a modifier key was pressed during the click, 2) an anchor element was clicked, 3) the 'selectstart' event fired earlier, indicating a text selection action 4) 'relatedTarget' is set, indicating a drag action or touch event. MozReview-Commit-ID: 2hIBgcVXzp
59a5b0ac69485f138a876cfee1108e41b83b13f8: Bug 1309142. Part 2 - add StateObject::HandleShutdown(). r=JamesCheng
JW Wang <jwwang@mozilla.com> - Tue, 11 Oct 2016 16:20:23 +0800 - rev 425533
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1309142. Part 2 - add StateObject::HandleShutdown(). r=JamesCheng MozReview-Commit-ID: 64VPA1fxLzF
f1d9a4dc244f1e7ff3b129fe04f9eef44c6308ac: Bug 1309142. Part 1 - move some code to the entry action of ShutdownState. r=JamesCheng
JW Wang <jwwang@mozilla.com> - Tue, 11 Oct 2016 16:10:14 +0800 - rev 425532
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1309142. Part 1 - move some code to the entry action of ShutdownState. r=JamesCheng MozReview-Commit-ID: 81RgoNaTDVH
599f3dd65b6aea6bfb1749e0fbbdb50811107f31: Bug 1305484 - Save/load state and checksum to/from disk rather than prefs. r=dimi,francois
Henry Chang <hchang@mozilla.com> - Thu, 13 Oct 2016 15:22:08 +0800 - rev 425531
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1305484 - Save/load state and checksum to/from disk rather than prefs. r=dimi,francois MozReview-Commit-ID: 4gmmrI9wY4c
a77e3aaf913c2534f6338d4de14a456a0bffbdb4: Bug 1309136 - Move MDSM::MaybeStartBuffering into DecodingState. r=JamesCheng
JW Wang <jwwang@mozilla.com> - Tue, 11 Oct 2016 15:54:33 +0800 - rev 425530
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1309136 - Move MDSM::MaybeStartBuffering into DecodingState. r=JamesCheng MozReview-Commit-ID: 37cuIsA3j7F
4d61631a9387878990f649fd804423292405790c: Bug 1309116. Part 4 - fix remaining calls to MDSM::SetState() and remove unused functions. r=kaku
JW Wang <jwwang@mozilla.com> - Tue, 11 Oct 2016 14:58:29 +0800 - rev 425529
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1309116. Part 4 - fix remaining calls to MDSM::SetState() and remove unused functions. r=kaku MozReview-Commit-ID: EytZ8qrQJRn
8f29186034ce6387bf327e6fd6ee3c9f50006ae4: Bug 1309116. Part 3 - replace InitiateSeek() with StateObject::SetState(). r=kaku
JW Wang <jwwang@mozilla.com> - Tue, 11 Oct 2016 14:56:52 +0800 - rev 425528
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1309116. Part 3 - replace InitiateSeek() with StateObject::SetState(). r=kaku MozReview-Commit-ID: 3iXZ5r402rz
ac4ed7547bf1031d143f67c6b897f4e83f734e65: Bug 1309116. Part 2 - rewrite StateObject::SetState using variadic template. r=kaku
JW Wang <jwwang@mozilla.com> - Tue, 11 Oct 2016 14:41:07 +0800 - rev 425527
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1309116. Part 2 - rewrite StateObject::SetState using variadic template. r=kaku MozReview-Commit-ID: 3ofT2po9B4Q
5c37bc5153f43add4cde357ac3374f03179b5ceb: Bug 1309116. Part 1 - move some functions out of class definition because we need to see the complete definition when trying to 'new' an object. r=kaku
JW Wang <jwwang@mozilla.com> - Tue, 11 Oct 2016 14:22:24 +0800 - rev 425526
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1309116. Part 1 - move some functions out of class definition because we need to see the complete definition when trying to 'new' an object. r=kaku MozReview-Commit-ID: 3pOPiFeAnPI
d8aafc5269fbf79582ad2f008d71942e35ba29f8: bug 1273146 - populate tabs in windows.create() return value r=kmag
Tomislav Jovanovic <tomica@gmail.com> - Sun, 09 Oct 2016 02:11:25 +0200 - rev 425525
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
bug 1273146 - populate tabs in windows.create() return value r=kmag MozReview-Commit-ID: 5dnnSdXrsaJ
b2f3dd7eec5d028034173a33e4e0ab7da805d8cd: Bug 1309796 - add eslint support for netmonitor; r=Honza
Fred Lin <gasolin@mozilla.com> - Thu, 13 Oct 2016 16:48:35 +0800 - rev 425524
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1309796 - add eslint support for netmonitor; r=Honza MozReview-Commit-ID: DdAl3HgzhxM
30137ab463a31576a01b78a31a6677604c5434de: Bug 1308503 - Migrate localization strings away from certManager.dtd; r=Honza
Fred Lin <gasolin@mozilla.com> - Thu, 13 Oct 2016 11:35:24 +0800 - rev 425523
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1308503 - Migrate localization strings away from certManager.dtd; r=Honza MozReview-Commit-ID: 2CKI1Ze9mqD
f134bd918a45ac288b9400ccfea8f2f40e6f22f3: Bug 1308510 - Disable highlight for non-experimental WebAssembly format. r=jlongster
Yury Delendik <ydelendik@mozilla.com> - Thu, 13 Oct 2016 14:30:33 -0500 - rev 425522
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1308510 - Disable highlight for non-experimental WebAssembly format. r=jlongster MozReview-Commit-ID: 9LazMkxMQB6
b9d6455cb1701e6425879126fd498e00330b0327: Bug 1308510 - Default to non-experimental text format. r=luke
Yury Delendik <ydelendik@mozilla.com> - Thu, 13 Oct 2016 14:30:17 -0500 - rev 425521
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Bug 1308510 - Default to non-experimental text format. r=luke MozReview-Commit-ID: 8IZIGP1hN5J
8ca6edde188aa0bf9ac707b5e1e7b95792e413ff: Backed out 3 changesets (bug 1309699) because this wasn't supposed to land on trunk a=backout
Wes Kocher <wkocher@mozilla.com> - Fri, 14 Oct 2016 12:20:24 -0700 - rev 425520
Push 32446 by chevobbe.nicolas@gmail.com at Fri, 14 Oct 2016 22:50:51 +0000
Backed out 3 changesets (bug 1309699) because this wasn't supposed to land on trunk a=backout Backed out changeset b10e48ea5d20 (bug 1309699) Backed out changeset 829c16e72fb7 (bug 1309699) Backed out changeset 559fa765dbf1 (bug 1309699)
3dd34ddc532fb7b42f86533395fd54acb95faf7e: Bug 1235922 Part 5: Extend flexbox "align-content" reftests to test new "space-evenly" value. r?mats draft
Brad Werth <bwerth@mozilla.com> - Thu, 13 Oct 2016 14:06:48 -0700 - rev 425519
Push 32445 by bwerth@mozilla.com at Fri, 14 Oct 2016 22:46:11 +0000
Bug 1235922 Part 5: Extend flexbox "align-content" reftests to test new "space-evenly" value. r?mats MozReview-Commit-ID: BtQUxkAr0nH
2999aa9e9b4fbdbf9b6ff70f2504ef037805fe53: Bug 1235922 Part 4: Add support for "align-content: space-evenly" to flexbox layout. r?mats draft
Brad Werth <bwerth@mozilla.com> - Thu, 13 Oct 2016 11:03:07 -0700 - rev 425518
Push 32445 by bwerth@mozilla.com at Fri, 14 Oct 2016 22:46:11 +0000
Bug 1235922 Part 4: Add support for "align-content: space-evenly" to flexbox layout. r?mats MozReview-Commit-ID: 3ETuPrIURJ3
4fa1d6b7403f0abc5efb784d13d94bbece2d8037: Bug 1235922 Part 3: Extend flexbox "justify-content" reftests to test new "space-evenly" value. (no review, test-only) draft
Daniel Holbert <dholbert@cs.stanford.edu> - Tue, 11 Oct 2016 14:30:13 -0700 - rev 425517
Push 32445 by bwerth@mozilla.com at Fri, 14 Oct 2016 22:46:11 +0000
Bug 1235922 Part 3: Extend flexbox "justify-content" reftests to test new "space-evenly" value. (no review, test-only) MozReview-Commit-ID: JrUdzG5gWTU
831f0ef815b0c575b038195de2fbd751647647c4: Bug 1235922 Part 2: Add support for "justify-content: space-evenly" to flexbox layout. r?mats draft
Daniel Holbert <dholbert@cs.stanford.edu> - Fri, 14 Oct 2016 15:34:58 -0700 - rev 425516
Push 32445 by bwerth@mozilla.com at Fri, 14 Oct 2016 22:46:11 +0000
Bug 1235922 Part 2: Add support for "justify-content: space-evenly" to flexbox layout. r?mats MozReview-Commit-ID: 6Am15EIVAXH
4235fa768f222d312c8ba64be71b26a303e5047c: Bug 1235922 Part 1: Introduce a helper-function to share code for justify-content and align-content space-around and space-between in flexbox layout. r?mats draft
Brad Werth <bwerth@mozilla.com> - Fri, 14 Oct 2016 15:30:42 -0700 - rev 425515
Push 32445 by bwerth@mozilla.com at Fri, 14 Oct 2016 22:46:11 +0000
Bug 1235922 Part 1: Introduce a helper-function to share code for justify-content and align-content space-around and space-between in flexbox layout. r?mats MozReview-Commit-ID: tncRJiojh
(0) -300000 -100000 -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 +100000 +300000 tip