User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
ryanvm@gmail.com Tue Dec 09 19:04:58 2014 +0000 | dce2f7ec002e4eb1ec2e932cfdfb4157984f1302 | Ryan VanderMeulen — Backed out changesets fb903f13f215, 9c5c712698e4, and 36d257ead3da (bug 1092835) for causing test_csp_allow_https_schemes.html permafail on Android 2.3. |
fb903f13f215faf2b19e4d6474bf37a279a7946a | Ryan VanderMeulen — Bug 1092835 - Bump the nsIWebProgressListener UUID. CLOSED TREE | |
920f29e2e97af3e53a46e911e00d9be9d8d2f200 | Ryan VanderMeulen — Backed out changeset a0a2ada42652 (bug 936724) because something in the push made Gij(2) permafail. | |
481af84aba2ad845eca096686b7d2f0628e291f6 | Ryan VanderMeulen — Backed out 5 changesets (bug 1092888) because something in the push made Gij(2) permafail. | |
323805708d5fa3c964828826f8629280a033f3f2 | Ryan VanderMeulen — Backed out changeset d4dfb076f5f1 (bug 1108714) because something in the push made Gij(2) permafail. | |
d719188c4af2e9d0092d5004cb1f74583892060e | Nathan Froyd — Bug 1095543 - remove unnecessary nsInterfaceHashtable.h includes; r=ehsan | |
9c5c712698e4664043990282608e812565322151 | Masatoshi Kimura — Bug 1092835 - Tests for SSL3/RC4 only servers. r=keeler,past | |
36d257ead3da3227fe8e9c316d9ebbb302460849 | Masatoshi Kimura — Bug 1092835 - Log usage of weak ciphers in the console. r=keeler,mcmanus | |
6940b3bf61ad3bec8d782ddbfa2197cd08298612 | Neil Deakin — Bug 1060529, send the enabled state of child process commands to the parent on update, without the test, r=smaug,ehsan | |
bc5ad20e8f27b76e4f54d434c40044bbcb394892 | ziyunfei — Bug 1108467 - Implement RegExp.prototype.flags. r=till | |
83066d9dd98ae1398794e90bce68a85b6eabc154 | Ryan VanderMeulen — No bug - Put the gfx mochitest.ini in the same dir as the tests it lists. | |
614df3d0f549c2980290e4825b694b329afd1615 | Paul Adenot — Bug 1065924 - Make sure we correctly update the variables tracking the number of samples written. r=jesup | |
b78bebd913f06dc532146fac0448b717ccf33a0e | Andrew Halberstadt — Bug 1108638 - Set correct installer_url buildbot property when code coverage is enabled, r=gps | |
22657f5fa3feb4d67bbe70a7ac3dde8e05445b75 | Geoff Brown — Bug 1108717 - Wait for view before trying to access it in Robocop tests; r=mfinkle | |
6927294c9834c5ca877574a93b74fb3489e4bf3a | Geoff Brown — Bug 911105 - Wait for view in testSearchSuggestions; r=mfinkle | |
9007304a46e3198e91e61959996d22bd40a310df | Neil Deakin — Bug 1060529, don't treat a raise of the child process window specially, r=smaug | |
872df69a912c9e1165fabeb69f0886c8805d28be | Brian Hackett — Bug 1107774 - Make LIRGenerator visit() methods infallible, r=jandem. | |
e7d83c24264bcc3019a5258fc479bc7fbd706d62 | Jonathan Kew — Bug 1108277 - part 2 - Make Get{Min,Pref}ISize in video and plugin frames aware of vertical writing mode. r=smontagu | |
c3ba63a959994ed60d94dad03cb1653d2c88203e | Jonathan Kew — Bug 1108277 - part 1 - Make Get{Min,Pref}ISize for the <canvas> element aware of vertical writing mode. r=smontagu | |
54741fbcf1c21e269e51f4190d847773a4ce9d38 | Benjamin Bouvier — Bug 1107367: Move ecma_7/TypedObject/simd to ecma_7/SIMD; r=nmatsakis | |
fbdbd1ad2f0a83427764dc31bb04ed9671bab113 | Benjamin Bouvier — Bug 1107367: Move ecma_6/TypedObject to ecma_7/TypedObject; r=nmatsakis | |
dc459e217045330e579e4aa0a653cf2353a40e40 | Ehsan Akhgari — Bug 1108595 - Enable using libc++ in clang-plugin on OSX 10.10; r=glandium | |
6f6153ab2308235a2c0de3a4d72fa26ae4761ee9 | Masatoshi Kimura — Bug 1093724 - Add a range check to the TLS version prefs loading code. r=keeler | |
bdde76983c8852005e18c1f979cedcab6ef3f4e3 | Julian Seward — Bug 1078211 - Uninitialised value use in DoUnpremultiplicationCalculation_SIMD. r=mstange. | |
5e220219264d46c9d59de19a87c35d5c7acf3496 | Carsten "Tomcat" Book — Merge mozilla-central to mozilla-inbound | |
a7f3fbbc6dbc4383facf9705f5d60545e65d0f70 | David Anderson — Move APZ handling of wheel events from nsWindow to RenderFrameParent. (bug 1013432 part 7, r=kats) | |
5493ccef57ca405f9d9ee3956ea80d693dbcf2d3 | David Anderson — Add support for mouse wheel transactions. (bug 1013432 part 6, r=kats) | |
89858cf2820485c236d33ef45b3cf9f8570d29fd | David Anderson — Add scroll listeners to dispatch-to-content regions. (bug 1013432 part 5, r=tn) | |
d0bef02fe97707ade1d10fd3bf6b80ed78b7132a | David Anderson — Add wheel events to the APZ input queue. (bug 1013432 part 4, r=kats) | |
897cea69a39f92ad10f0890eded5d63ba907277b | David Anderson — Rename ContentReceivedTouch to ContentReceivedInputBlock. (bug 1013432 part 3, r=kats) | |
6a9fef0398d306133bef6c53742044dd9dbb382a | David Anderson — Refactor InputQueue to hold more than touch events. (bug 1013432 part 2, r=kats) | |
0f96a3aa598c8221eaa15f6a2b89b31a6b9f420e | David Anderson — Factor out content-handling code from TouchBlockState. (bug 1013432 part 1, r=kats) | |
110ecfd89e2755487020135cb271270f4e37d305 | Nicolas B. Pierron — Bug 1093674 - Disable Sink phase. r=jandem | |
a0f72dca12ee2edfa47f0e7e5fb3f86aa4c0cc75 | Jon Coppeard — Bug 650161 - Fix jsapi weak map test to work with compacting GC r=terrence | |
7f659e0e4632f7e94ce4180b4402cf67cb3a28e5 | Jon Coppeard — Bug 650161 - Add API to disable compacting GC r=terrence | |
e448025c6dad274daca280e3e074fbe8b14123bb | Chris Peterson — Bug 1107416 - Add static_assert reminder to increment XDR_BYTECODE_VERSION_SUBTRAHEND when extending js.msg. r=shu |