User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
cbook@mozilla.com Wed Dec 23 11:00:24 2015 +0000 | 35b211eaad1fa828064514c547057e4400e24459 | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge ← 96 merge changesets [Collapse] |
06f368e9abe17cecbd6db5391bd75a757c47151a | Christoph Kerschbaumer — Bug 1234596 - Convert 20 tests within netwerk/test to use AsyncOpen2 (r=mcmanus) | |
7541ac4978d52a2d379dd7dd1ba390ef529c6537 | Ben Kelly — Bug 1234691 Fix about:serviceworkers to use correct nsIPushService getSubscription() call. r=baku | |
9aec7a931f193d9fdc4169566674bc10dce71481 | Wes Kocher — Backed out changeset 7459e0c97939 (bug 1234596) for test_protocolproxyservice.js failures in xpcshell CLOSED TREE | |
e98ed2bb333d2891f04bbc0e824752199eb6fe38 | Andreas Pehrson — Bug 1223655 - Fix opt build bustage on a CLOSED TREE. r=bustage | |
f355522e9954306ffaaf19b66f2063d8604287dd | Andreas Pehrson — Bug 1223655 - Also don't check time of data end if track has ended. r=jesup | |
7459e0c979391cbd6f942c500a8c66c497b68be5 | Christoph Kerschbaumer — Bug 1234596 - Convert 20 tests within netwerk/test to use AsyncOpen2 (r=mcmanus) | |
b6c9b8523293db93018064736cd4910f040cc92a | Mats Palmgren — Bug 1118820 - Follow-up: disable the grid-repeat-auto-fill-fit-006.html reftest for now since it triggers a leak: bug 1234644. r=me | |
d86b3de54ca00d1e14ca7b0127dbe8b4d977857d | Jeff Muizelaar — Bug 1234618. Fix misdetected BHR hangs. r=jchen | |
862b3306d68a5eae87ce492fdff26f75ea9a4adc | Eitan Isaacson — Bug 1227848 - Separate construction from off-main-thread setup in SpeechDispatcherService. r=smaug | |
6d42293cc7917c59b2953de56a654a6a69d94867 | Jakob Stoklund Olesen — Bug 1160971 - Part 5: ASM.js boolean vectors. r=bbouvier | |
739b78a0d10987c77e2b5a53b83910e53dcd48c7 | Jakob Stoklund Olesen — Bug 1160971 - Part 4: Delete signMask and selectBits. r=bbouvier | |
aff94d347ecdc8965d2b9c30f3604a8b3d0ab24b | Sajjad Taheri — Bug 1160971 - Part 3: SIMD boolean vector support for JIT. r=bbouvier | |
61ae54811bed58ac44e8493bea75634051a18a66 | Sajjad Taheri — Bug 1160971 - Part 2: JSAPI/JIT tests for SIMD bool vector implementation. r=bbouvier | |
089ed419e48eefaa21292f1f1dd4c742443fbff7 | Sajjad Taheri — Bug 1160971 - Part 1: SIMD bool vector implementation for the interpreter. r=bbouvier | |
1849d8dd63612df9b67712d81201d5cae09253c0 | Mats Palmgren — Bug 1151243 part 5 - [css-grid] Reftests for abs. pos. static-position. | |
4cf8b95e28d0036cd2f1263ff251c9e7ceae62ad | Mats Palmgren — Bug 1151243 part 4 - Some code cleanup in nsHTMLReflowState::CalculateHypotheticalPosition, and make a few methods 'const' (idempotent patch). r=dholbert | |
0f8a939a121316f73be4518cfe156827afd1df04 | Mats Palmgren — Bug 1151243 part 3 - [css-grid] Add a generic nsHTMLReflowState::STATIC_POS_IS_CB_ORIGIN flag to place the static-position at the CB origin, and make nsAbsoluteContainingBlock use it in Grid containers where the placeholder is a child too. r=dholbert | |
a296d149c69e229d6c633da0d2f91ec3d4e5f1de | Mats Palmgren — Bug 1151243 part 2 - [css-grid] Add a eIsGridContainerCB flag for nsAbsoluteContainingBlock::Reflow to trigger Grid specific code (rather than checking GetType()). r=dholbert | |
0937bbc778f348a0ad6e55cfca523688ee7667b3 | Mats Palmgren — Bug 1151243 part 1 - Replace three bool params for nsAbsoluteContainingBlock::Reflow with a flag param (idempotent patch). r=dholbert | |
5e1c24beaa5bea7fd9e088ad2c49c9aa94ccb78a | Mats Palmgren — Bug 1118820 part 6 - [css-grid] Reftests for 'repeat(auto-fill/auto-fit)'. | |
1e56586df39f5d0880852e5cc72528c6cab4e87d | Mats Palmgren — Bug 1118820 part 5 - [css-grid] Remove any empty 'repeat(auto-fit)' tracks at the end of its range and adjust affected grid area line numbers accordingly. r=dholbert | |
d80b38f71990cd158a3437984aeae3d7fc3a9996 | Mats Palmgren — Bug 1118820 part 4 - [css-grid] Provide the sizes to use for CalculateRepeatFillCount. r=dholbert | |
c159150b39f5e0a3f879958b9609882bf8019d1c | Mats Palmgren — Bug 1118820 part 3b - [css-grid] Implement the CalculateRepeatFillCount method that calculates the number of 'repeat(auto-fill/auto-fit)' tracks to use for the given sizes. r=dholbert | |
c79ced4b22c819a6a3aaf56f571d7479e4e03950 | Mats Palmgren — Bug 1118820 part 3a - [css-grid] Modify TrackSizingFunctions to take a dynamic number of 'repeat(auto-fill/auto-fit)' tracks taking into account. r=dholbert | |
f2325b96d317b2f70b2dd57e69e3ffe382c5a812 | Mats Palmgren — Bug 1118820 part 2c+2d - [css-grid] Modify the LineNameMap::FindLine/RFindLine/FindNamedLine methods to take line names associated with 'repeat(auto-fill/auto-fit)' tracks into account. Instantiate and pass around a LineNameMap object instead of an array of line name arrays. r=dholbert | |
bb6c3bf97a9c3c35c6909284e399b530e24ef437 | Mats Palmgren — Bug 1118820 part 2b - [css-grid] Move the static functions FindLine/RFindLine/FindNamedLine into the LineNameMap class (idempotent patch). r=dholbert | |
468e226d8dc886275bd6d37cfa102655b7b74bb7 | Mats Palmgren — Bug 1118820 part 2a - [css-grid] Add a LineNameMap class that lets us lookup line names with a dynamic number of 'repeat(auto-fill/auto-fit)' tracks taken into account. r=dholbert | |
1f0876a7e83d520ab0541cb8693bd0081c2e718b | Mats Palmgren — Bug 1118820 part 1 (style system part) - [css-grid] Implement the 'auto-fill' and 'auto-fit' keywords in the repeat() function. r=dholbert | |
6deafbb5f17180a20f7df9c7aa23ae6b02895c6a | Mats Palmgren — Bug 1226697 part 2 - [css-grid] Add more tests that tests searching for lines in reverse, from the end of the grid, or from an *-end line and/or padding edge in the abs.pos. case. | |
aae162af8e00d5dccb1339dd597aad9585b7c89a | Eric Faust — Bug 1233722 - Followup: Differentiate between non-debug and opt builds. (rs=arai) DONTBUILD comment-only | |
d866be785040ab6cdefc282fad7f37445ba21ae3 | Eric Faust — Bug 1234191 - Ensure JSOP_CHECKRETURN consults the correct scope object. (r=shu, r=jandem) | |
93c07c3aeab9caa629df7039e07779632c97581b | Josh Matthews — Bug 1234310 - Enable navigation-redirect.https.html for e10s. r=ehsan | |
d57e201a2d38977617b14957ff0ba5ad7752d61f | Kannan Vijayan — Bug 1233813 - Fix mDNS bug in resolving services with no TXT records. r=schien | |
6b5c53463b1e4713c5fced3314fa7d293be8f303 | Joel Maher — Bug 1232981 - bidi/83958-1*.html reftests fail on new linux64 docker container. r=dbaron | |
7b0022fa144ac7cb9abfae10230d219bfced8be2 | Joel Maher — Bug 1232980 - many bidi/with-first-letter-*.html reftests fail on new linux64 docker container. r=jfkthame | |
95cfbabe6fc6962d6cc48c6e51a8b2726f331c06 | Chris Peterson — Bug 1234126 - Add Chaos Mode support for setting thread affinity on OS X and Windows. r=froydnj | |
e8a45fa2e11e174927ebde0d382ad8b88a05b64d | Kartikaya Gupta — Bug 1192919 - Follow-up to fix build error with logging enabled. r=me and DONTBUILD | |
fe540291f72fc4d3cfcc34df5ca1ab2e3acbcd72 | Andrea Marchesini — Bug 1234170 - WebSocket should check if the channel has been opened before send the 'close' notification to the WebSocketEventService, r=jduell | |
722472112f94a418c35a35d1411d55be06d98b15 | Ben Kelly — Bug 1233962 P2 Fix service worker xpcshell test to return a dispatcher from ChannelIntercepted(). r=jdm | |
76d24989a1b0f0e980c352e559d7598088da1b56 | Ben Kelly — Bug 1233962 P1 Call ResetInterception() if the controller is nullptr. r=jdm | |
74d2f955790a65ffd4a11075b08937536cfc5272 | Blake Kaplan — Bug 1229177 - Show the tracking protection shield for fetch and XHR requests. r=jduell | |
05086686c328162f2a965a5ddd1ba27f46df4b95 | Philip Chee — Bug 1233524 - The Create Profile Wizard says "Click Done ..." when the button is called "Finish" and "Click Finish ..." when the button is called "Done r=jimm | |
40fa8a5cb4260317686352e95889fb71204bc3da | Henrik Skupin — Bug 1212609 - Move all python packages for firefox ui tests into mozilla-central. r=ato, r=ted | |
bb5becd378f40a9be14e4e635d7034f2835fc7b5 | Markus Stange — Bug 1147673 - Relax the ancestor transform assertion a little. r=kats | |
7d23d87b02f819e3c4ccb6d713d64af8488c645f | Markus Stange — Bug 1147673 - Make display items know about their scroll clips. r=tn, r=roc | |
db3a7c3208e73b714efa6dbeb2693841a2013675 | Markus Stange — Bug 1147673 - Use ancestor clip for root scrollable framemetrics clips. r=tn | |
939fb81b54e1dc7aedf596d942a73faf87d3c065 | Botond Ballo — Bug 1147673 - Determine more accurately whether an async transform affects a layer's clip rect. r=kats | |
f8bea1c5413d5bc822d0a78ca108baf0dc1771c0 | Markus Stange — Bug 1147673 - Unadjust clip before intersecting it with the scroll clip. r=botond | |
2ec54b38a33da939a8255612999d9e867eb11664 | Armen Zambrano Gasparnian — Bug 1234352 - Allow the worker user to execute the minidump_stackwalk binary. r=dustin | |
ccc320a190607b5e39f48e72e0a32314f60820d5 | Bas Schouten — Bug 1072501: Unmap file mapping on source surface destruction. r=jrmuizel | |
15e06810ae30c61eb6c3834aa910a6782942ea93 | Timur Valeev — Bug 1232285 - The Terminator's notion of ticks is incorrect. r=Yoric | |
1880454c1a6550e872fbd63112b85303af6285d0 | Nathan Froyd — Bug 1233444 - add override declarations for widget/windows/; r=roc | |
16b693debb2bbe27943595bef7c76e0479655529 | Randell Jesup — Bug 1226200: Don't assume a TCPSocket has only one managee (and rename LoneManagedOrNull) r=jdm | |
6e4e4e058354217e800a686d61b0c30bfcfe6999 | James Willcox — Bug 1230784 - Don't copy SurfaceTexture contents when presenting video on Android r=esawin,jya | |
7d2475c0d623ac04fa518e56f19a449a531867f1 | Nigel Babu — Bug 1208725 - Increase the timeout for b2g tests, r=ahal | |
a0d6ae2f0ec3124d80344a057fc3c4659d8a6568 | Jean-Yves Avenard — Bug 1230054: Remove unused WebMReader. r=kinetik | |
3e2494f0cd3957d1ac29d4c8fff826d69e2e5deb | Jean-Yves Avenard — Bug 1234092: P4. Remove gstreamer exception from valgrind config. r=njn | |
e1dd3b46edf03a2005c1e440f9b11159507629db | Jean-Yves Avenard — Bug 1234092: P3. Remove dependencies on gstreamer packages. r=glandium | |
5f00c6ec93e9c0ba7b8c55689b9218d7755f5110 | Jean-Yves Avenard — Bug 1234092: P2. Remove GStreamer check from configure. r=glandium | |
ca4f31abb4f4d0d6be84434c178b247b679659b0 | Jean-Yves Avenard — Bug 1234092: P1. Remove GStreamer support. r=kentuckyfriedtakahe | |
864c3f615270e4cf2183f7cc06429abbebd1517a | Nathan Froyd — Bug 1233061 - add override declarations for MessagePumpForNonMainUIThreads; r=billm | |
dd740170e03903c803aa8b7aff4fb45b77b162bd | Jon Coppeard — Bug 1232672 - Use MOZ_WARN_UNUSED_RESULT to make ordered hash table clients check for failure r=sfink | |
c46eebf3397eaff07cc45e7c9ecf925da4402c97 | Jon Coppeard — Bug 1232672 - Use MOZ_WARN_UNUSED_RESULT to make hash table clients check for failure r=luke r=billm r=njn | |
f7f7f81ce57b8b8065633262ed98dbecaa4d5c0c | Nicolas B. Pierron — Bug 1233786 - JSScript::initScriptCounts should report OOMs. r=bhackett | |
5a2ba7a9b5717930f6149e8e29f62baf048f4251 | Nicolas B. Pierron — Bug 1233176 - Scalar Replacement: Initialize properties with the default value of the template object. r=shu | |
d51bf9597ea6c3b695a6bf0f359dc7c31d99aa88 | Carsten "Tomcat" Book — Backed out changeset 9441286007c4 (bug 1211903) for assertion failures/crashes | |
5593299abb8bf003141c8765b20fe2c869349915 | Brian Hackett — Bug 1232269 - Use the correct receiver when calling an own getter or setter on an unboxed object, r=jandem. | |
9441286007c46b0d38daa8b9129f5d142a0ff777 | Eddy Bruel — Bug 1211903 - WorkerDebugger should live on the main thread;r=khuey | |
38bee2a18df23089ca629dae53920867a63a2fc8 | Carsten "Tomcat" Book — Merge mozilla-central to mozilla-inbound | |
1fb5de3f44c3cda1d74c7ae21036270a702b8736 | Jan de Mooij — Bug 1234246 - Don't reprotect JIT code more than once when linking. r=nbp | |
44a9d27a671bdd6caaae83d1013070e899683df9 | Jan de Mooij — Bug 1233818 part 3 - Move a lot of ExecutableAllocator methods out of line. r=nbp | |
ccab6d1ac5dcc67868a5c1f1fce88309ed4f4f82 | Jan de Mooij — Bug 1233818 part 2 - Remove unused ExecutableAllocator destroyCallback. r=nbp | |
61e79fef8e0c44d06b0e9e377ec19602bd269f2c | Xidorn Quan — Bug 1233666 - Remove hacks for getting frame pointer for x86/x64 gcc. r=glandium | |
abfc65af591972c83a5876ce253a2b1f5ee63c00 | Andrea Marchesini — Bug 1214148 - patch 3 - correct window for nested iframes, r=alwu | |
fb3aa28049b5a63c2f5678263b08e4877c5380e3 | Andrea Marchesini — Bug 1214148 - patch 2 - from toplevel iframe to the nested iframe, r=alwu | |
c216d2e13acd5bd147de821849ca62e5cefb49c0 | Andrea Marchesini — Bug 1214148 - patch 1 - propagation from the nested iframe back to the toplevel iframe, r=alwu | |
2876cc921266f8fddd7dceca4fd780ee471faf14 | Ting-Yu Lin — Bug 1221459 - Remove SelectionStateChangedEvent. r=mtseng, r=smaug | |
ba4236b2a3b36b4850f18d968c73556f17f7803f | Ting-Yu Lin — Bug 1221459 - Remove TouchCaret and SelectionCarets from marionette tests. r=mtseng | |
3a0eb24805cad5905912e6d2c6f1d4a7a14fa471 | Ting-Yu Lin — Bug 1221459 - Remove TouchCaret and SelectionCarets prefs in test files. r=mtseng, r=roc | |
8c208d26dc1b1721a8685986e73c66eee5065848 | Ting-Yu Lin — Bug 1221459 - Remove TouchCaret and SelectionCarets. r=mtseng, r=roc | |
9d9914a3e5b18834102f52801fc11d33ec737d24 | Nigel Babu — Backed out changeset 9f30d3caa231 (bug 1221459) | |
36e81413c982bc7f601e84f8b600467414a15ab9 | Nigel Babu — Backed out changeset b61190bd4069 (bug 1121459) | |
7a70a1d0290bef6232fdf9a0d6e1b5139a40e36d | Nigel Babu — Backed out changeset 218b4db3e21a (bug 1121459) | |
85735791e2d254f407ceee79ba2dae7d5650d7f0 | Nigel Babu — Backed out changeset c97319b5cb12 (bug 1221459) | |
a882a8c92a28e9d9a5d5429977fe2f6429202c9f | philipp — Bug 1233237 - Add Nvidia Network Access Manager .dlls to Windows blocklist. r=aklotz | |
90d5c8f1fa4becccb0d92a3a988e67f4861f2cf0 | Jim Mathies — Bug 1229850 - Avoid unnecessary combobox dropdown calculations in the content process. r=dbaron | |
df0941b629c38a7847ce7361782989684a41c81b | Ting-Yu Lin — Bug 1230582 - Always show caret even if input is empty on Fennec. f=capella, r=roc | |
19f4cfc3d815613d16635647c864fb9359982f68 | Sotaro Ikeda — Bug 1214249 - Set MOZ_FLOAT_ABI in armv6 case r=glandium | |
c97319b5cb12eedb9d612cc3341c0133ef34c39b | Ting-Yu Lin — Bug 1221459 - Remove SelectionStateChangedEvent. r=mtseng,smaug | |
218b4db3e21a2dafdb62a24fa1fd0c0cf606d6cb | Ting-Yu Lin — Bug 1121459 - Remove TouchCaret and SelectionCarets from marionette tests. r=mtseng | |
b61190bd4069b9fd46edc0f90fd0a473aa0988ee | Ting-Yu Lin — Bug 1121459 - Remove TouchCaret and SelectionCarets prefs in test files. r=mtseng,roc | |
9f30d3caa2319550e02b8235f40c76ecead7da19 | Ting-Yu Lin — Bug 1221459 - Remove TouchCaret and SelectionCarets. r=mtseng,roc | |
003a52668561ad43a757c83fd1df73d52c159488 | Masayuki Nakano — Bug 1234120 part.3 IMMHandler should forget caret position specified by IME when IMMHandler doesn't set caret range to eCompositionChange event r=m_kato | |
43da4474ff14ef50c69be1101a3fc6a3e64541ee | Masayuki Nakano — Bug 1234120 part.2 TSFTextStore should ignore unnecessary text and selection changes which are caused by composition r=m_kato | |
b03892eed2756b02ab61318e7f850d7c205332af | Masayuki Nakano — Bug 1234120 part.1 IMEHandler should request all notifications which are requested by either IMMHander or TSFTextStore when IMM is available in TSF mode r=m_kato |