User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
cbook@mozilla.com Mon Jan 19 15:10:25 2015 +0000 | f8e4fdb89a058fd12700e4f694d4397c5b3e855a | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge ← 33 merge changesets [Collapse] |
837613fc3a49ae3bca3e2651348e14c53803774c | Chris Manchester — Bug 1117906 - Skip test_accessibility.py b2g as long as it's consistently failing. r=yzen | |
9577955e37cc9e228cdb8f7c8401a6cc2e571556 | Barbara Guida — Bug 1122586 - Unbreak build on platforms missing std::llabs since bug 1073716. r=dholbert | |
33ea628dd337bf1cba3daf8b36a07a4e40621375 | Francois Marier — Bug 1113004 - Add IsPrivateResponse to HttpChannel. r=mayhemer | |
33a81cbadb6ea5973e350e6e8945ea01e950e5d4 | Jeremy Chen — Bug 1110917 - Part 3 - Remove HTMLElement.location usage in selection.py. r=dburns | |
ff34718d7f684fb781427fc053607416d9a9d819 | Jeremy Chen — Bug 1110917 - v3 Part 2: Fix focus not changing while selecting word. r=roc | |
b2342e344fb322d043e6ef960ce33e6a10881694 | Jeremy Chen — Bug 1110917 - Part 1 - Add test cases for selectioncaret changes. r=dburns | |
a1118794ba7cb9b81c8140f05df477e357eafcbc | ProgramFOX — Bug 1031203 - Added test cases for float64x2. r=bbouvier | |
7ce5ad5a753977da71636825fa09ca8c2451c97c | ProgramFOX — Bug 1031203 - Implemented float64x2. r=bbouvier | |
856679a135f2017c8fd1af9694491f91ecb190dc | Shawn Ku — Bug 878748 - [dolphin] B2G GPS: acquire correct RadioInterface instance in MultiSIM configuration. r=KanRu. | |
1e26b3a0731cdd3ed6360c135d5b068dfa2db189 | L. David Baron — Bug 1089417 patch 10 - Make CloneMQCacheKey clone the mPreviousCacheKey, to fix bug 1089417 for multiple rebuilds of the rule cascade in sequence. r=heycam | |
f86a9dfe3be5ef62d5a716451b8ef8e4b4c15785 | L. David Baron — Bug 1089417 patch 9 - Add mochitest that exercises case of clearing rule cascades twice. r=heycam | |
0d0cdc390be2927fdd2981329efb9ccdab4fc15b | Phil Ringnalda — Bug 1123195 - skip image/test/crashtests/694165-1.xhtml on OS X 10.10 debug, where it hangs | |
13834f7f5c6c1d69ce32c709f9d4418b015e26c8 | Phil Ringnalda — Bug 788999 followup, reenable test_fileapi_slice.html on OS X 10.8 since whatever caused it to hang two years ago seems to be gone | |
750730cebb40d9698239739c49e8a7a7c881c2b2 | Phil Ringnalda — Bug 1060869 followup, only add disabling test_fileapi_slice.html on Mulet, since that's the only new platform it caused it to fail on | |
4483e49e26b2b88e8e2b380c44142f271c4be1ea | Christoph Kerschbaumer — Bug 1119006 - Remove files where code is still calling removed NS_OpenURI API (r=mcmanus) | |
c09784f0bf81f13b65e2f6507a340af2b8a2a0e2 | Phil Ringnalda — Bug 792304 - Move the disabling of test_contextmenu.html on OS X 10.8 out of the test and into the manifest, and expand it to disabling the test for all OS X versions other than 10.6 | |
e5b597326bb94fa103e1f57685ada59d68bd92fc | Ehsan Akhgari — Backed out changeset fae8ad41a604 (bug 927430) because of build bustage on a CLOSED TREE | |
fae8ad41a60416696c88968265cb7baef87bd648 | Ehsan Akhgari — Bug 927430 - Add a static analysis to detect is-NaN testing using |x == x| or |x != x|; r=jrmuizel | |
cf2d52a26ec2915bfa34e1ab5a2470f7747c2b0b | Ehsan Akhgari — Bug 1123111 - Mark EventNameMapping::mAtom as non-owning; r=smaug | |
953aecc38f56cf797438209af38be82a574e4d8b | Ehsan Akhgari — Bug 1123112 - Mark AutoEntryScript as stack class, and clarify the ownership of its members; r=smaug | |
9604119ee9d31d583cb4473e3578c622c43adf26 | Ehsan Akhgari — Bug 1123114 - Mark DOMString::mStringBuffer as unsafe; r=smaug | |
7e6b191f83f739289756fae6590082be792a4a0e | Ehsan Akhgari — Bug 1123110 - Clarify the ownership of several cycle collector members; r=mccr8 | |
c7ff0dd7ad8a42f81d366f0df3bb550b6616d755 | Nicholas Nethercote — Bug 1122322 - Fix crash in worker memory reporter. r=bent. | |
5bf670f092eb9cbdae6103e2b78c60ec42f0fcf9 | Seth Fowler — Bug 1119774 (Part 7) - Make it possible to pass a target size to Decoder::AllocateFrame. r=tn | |
435df926eb10422e96c368139daa67f33c792f18 | Seth Fowler — Bug 1119774 (Part 6) - Add downscale-during-decode support to RasterImage::LookupFrame. r=tn | |
e525b3c81bc446bf2f3bba3f4ab7dbb7ed9a4cfb | Seth Fowler — Bug 1119774 (Part 5) - Add SurfaceCache::LookupBestMatch. r=dholbert | |
dce1e228d32f90ad31cb6c88655d24a8f99f7600 | Seth Fowler — Bug 1119774 (Part 4) - Add an optional alternate flags parameter to SurfaceCache::Lookup. r=dholbert | |
08965492c7703dd9e76b746a049cca434044ee82 | Seth Fowler — Bug 1119774 (Part 3) - Make it possible to propagate a target size to the decoder. r=tn | |
3ce28cb70ece9bc9677664817905cebee4a83dac | Seth Fowler — Bug 1119774 (Part 2) - Add RequestDecodeForSize to imgIContainer. r=tn | |
d77230596cb5c3e096f438858b2e4f62f43f6f37 | Seth Fowler — Bug 1119774 (Part 1) - Add a pref and Image init flag for downscale-during-decode. r=tn | |
c5e5421fd495113297e81e6daf2ea576f4aa7749 | Phil Ringnalda — Bug 1067022 - Annotate the expected 5 "bad inline size" assertions on 10.10 in test_bug995943.xul, r=dbaron | |
ac5cc826d9d4aac9b4e47d322c3971eeec8eeccc | Ehsan Akhgari — Bug 1123015 - Mark EventLisenerManager::mTarget as non-owning; r=smaug |