sort by:
Revision Author Date Message Commit Date
c9f4e17 Bug 1238343 - Update MDSM::mIsAudioPrerolling/mIsVideoPrerolling when playback rate changes. r=cpearce. 12 January 2016, 00:05:21 UTC
ed071f6 Bug 1229752 - When C++ APZ scroll offset diverges from the Gecko scroll offset, it is not being applied properly to the event position r=botond,tnikkel 12 January 2016, 00:06:14 UTC
4627500 Bug 1237616 - Remove the aForceBuffering arugment from MediaDecoder::Resume(). r=cpearce. 12 January 2016, 00:04:32 UTC
8810bde Bug 1235099 - Remove the NS_APP_BOOKMARKS_50_FILE directory service key. r=dolske Nothing in mozilla-central uses the NS_APP_BOOKMARKS_50_FILE/BMarks key except tests. It's also not been very useful since the switch to places in ... Firefox 3? so even if addons use it, it's not doing them much good. BookmarkHTMLUtils.defaultPath returns the same thing anyways for those that really do insist on getting the equivalent thing (but I'd argue BookmarkHTMLUtils.defaultPath, as well as the browser.bookmarks.file pref could just go away as well). Seamonkey does use NS_APP_BOOKMARKS_50_FILE/BMarks, but they really only need the #define, which they can add in their source. 11 January 2016, 23:01:52 UTC
80765f9 Backed out changeset 7c4f0da2f1e5 (bug 1232792) on the chance it caused a bunch of b2g test bustage CLOSED TREE --HG-- extra : commitid : 5NsyQ1o2oSV 11 January 2016, 22:20:34 UTC
c51d397 Bug 1237809: [h264] P1. Ensure correct video dimensions are passed to the decoder. r=cpearce Dimensions are extracted from the SPS found in metadata if present. 11 January 2016, 22:09:05 UTC
23b425f Bug 1238438 (part 3) - Inline both PathFromRegionInternal() functions. r=nical. They both have a single call site, so aren't worth being in separate functions. --HG-- extra : rebase_source : 09961affe0902cfd44448b75445438d9900a0942 11 January 2016, 00:48:55 UTC
c58fca7 Bug 1238438 (part 2) - Inline both ClipToRegionInternal() functions. r=nical. They both have a single call site, so aren't worth being in separate functions. --HG-- extra : rebase_source : 08dcc7ef2b98bb6111c65a000ac0362c8594f952 11 January 2016, 00:48:52 UTC
cea9bf8 Bug 1238438 (part 1) - Remove dead function gfxUtils::PathFromRegion(). r=nical. --HG-- extra : rebase_source : b3757881f46b9b4902ce6c7c1071844c040c0e62 11 January 2016, 00:22:52 UTC
40b1bc2 Bug 1222531 - turn off -Wextra-tokens on clang-cl in accessible/ directories; r=tbsaunde The Windows MIDL code generator creates things like: #endif !_MIDL_USE_GUIDDEF_ which clang-cl complains about. MSVC doesn't, so turn this warning off. 06 November 2015, 18:10:03 UTC
64f3bc5 Back out 7f6bb9f7e60d (bug 1133073) for bustage. Sorry about that. 11 January 2016, 21:29:53 UTC
b887654 Bug 1238711 - Rename TraceableVector to GCVector; r=sfink --HG-- rename : js/public/TraceableVector.h => js/public/GCVector.h 28 December 2015, 19:45:13 UTC
71921c1 Bug 1232803 - Convert JS callsites to use open2 within xpcom/ (r=sicking) 11 January 2016, 20:17:10 UTC
c262655 Bug 1232792 - Convert JS callsites to use open2 within layout/ (r=sicking) 11 January 2016, 20:16:54 UTC
25c5aad Bug 1232783 - Convert JS callsites to use open2 within modules/ (r=sicking) 11 January 2016, 20:16:35 UTC
e3fa4c1 Bug 1232782 - Convert JS callsites to use open2 within intl/ (r=sicking) 11 January 2016, 20:16:15 UTC
a73c98c Bug 1133073 - Use PR_DuplicateEnvironment to avoid post-fork malloc on all Linux platforms. r=dhylands 11 January 2016, 20:46:50 UTC
7053abd Bug 1236091. Move validate checks inside of null checks. r=jgilbert We trigger this during deqp/functional/gles3/framebufferblit.html 11 January 2016, 20:28:59 UTC
6013e98 Bug 1236080. Null check format in GetParameter. r=jgilbert This avoids a crash in deqp/functional/gles3/fbostatequery.html when Format() returns null. 11 January 2016, 20:28:59 UTC
523f2fa Bug 1237265 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in tools/memory-profiler/; r=kanru 06 December 2015, 14:28:03 UTC
c594aa4 Bug 1236561 - part 3 - make BluetoothConfigurationParameter.mValue a UniquePtr; r=btian 06 December 2015, 15:41:42 UTC
a9051dc Bug 1236561 - part 2 - remove ObexHeaderSet::GetAuthChallenge; r=btian We don't need to copy data in this case, and making this change enables us to remove this use of nsAutoArrayPtr. 06 December 2015, 15:28:04 UTC
3dfc384 Bug 1236561 - part 1 - convert easy cases of nsAutoArrayPtr<T> to UniquePtr<T[]> in dom/bluetooth/; r=btian 06 December 2015, 15:23:59 UTC
1d5110a Bug 1238680 - Make dictionary arguments where a dictionary has a required member non-optional; r=bzbarsky 11 January 2016, 19:20:20 UTC
1e0fe86 Bug 1238663: remove unused scopes; r=wcosta --HG-- extra : commitid : JdBJqB3PrTy extra : rebase_source : 6a8f2ea0a9adf0a4cd9bcf70c22a910bdbc88447 extra : amend_source : e5d3d707b949afc825f8714da77fbb5a1dc4b422 11 January 2016, 18:10:40 UTC
5e44016 Bug 1237805 part 2 - [css-grid] 'auto-fit' reftest removing empty start/middle tracks. 11 January 2016, 18:46:57 UTC
18ba370 Bug 1237805 part 1 - [css-grid] Remove all empty 'auto-fit' tracks, not just those at the end. r=dholbert Change due to CSSWG decision: https://lists.w3.org/Archives/Public/www-style/2016Jan/0031.html 11 January 2016, 18:46:56 UTC
3edd8ee Bug 1237375: Add some more extensive debugging information. r=milan --HG-- extra : rebase_source : 8e1bfbc2f58e053e143fcad258974c0c92adb73c 07 January 2016, 23:59:06 UTC
8bb2625 Bug 1238195 - Odin: properly support duplicate exports (r=bbouvier) --HG-- extra : commitid : Lmsg34TOAQz extra : rebase_source : 6c86f0d5ebc33f8d10856b995260889b5d921ebd 11 January 2016, 18:37:37 UTC
498e498 Bug 1238195 - Switch over some AutoVectorRooters to Rooted<TraceableVector>s and fill in some missing support (r=terrence) --HG-- extra : commitid : GJxokWWXWjW extra : rebase_source : ad0f7b28e6da997c139de661182980ecfced1b20 11 January 2016, 18:37:11 UTC
25925d6 Bug 1238213 follow-up: Mark the FetchEventInit dictionary argument to FetchEvent's constructor optional too; r=bzbarsky 11 January 2016, 18:31:56 UTC
b217c99 Bug 1238205 - Mark Navigator.serviceWorker as SameObject; r=baku 11 January 2016, 18:21:23 UTC
8a803e0 Bug 1238206 - Make ServiceWorkerContainer.getRegistration() return Promise<any>; r=baku This change is cosmetic only, in order to bring us on par with the spec. 11 January 2016, 18:21:23 UTC
5d264b5 Bug 1238207 - make ServiceWorkerGlobalScope.skipWaiting() return Promise<void>; r=baku This change is cosmetic only, in order to bring us on par with the spec. 11 January 2016, 18:21:23 UTC
d5a13d2 Bug 1238210 - Correct the Promise return types on two Clients methods; r=baku This change is cosmetic only, in order to bring us on par with the spec. 11 January 2016, 18:21:23 UTC
25594f6 Bug 1238213 - Make FetchEvent.request non-nullable; r=baku 11 January 2016, 18:21:23 UTC
199254c Bug 1238225 - Mark ExtendableMessageEvent.ports as SameObject; r=baku 11 January 2016, 18:21:23 UTC
19d1352 Bug 1237714. Make nsContentUtils::IsCustomElementName faster in the common case of a non-custom-element name. r=smaug 11 January 2016, 18:12:58 UTC
405b7c4 Bug 1236258 part 4. Change nsDOMAttributeMap::SetNamedItemNS to not remove the existing attribute when there is one. r=smaug 11 January 2016, 18:01:35 UTC
de5ab5f Bug 1236258 part 3. Remove the unused aNsAware argument of nsDOMAttributeMap::GetAttribute. r=smaug 11 January 2016, 18:01:33 UTC
0ea951e Bug 1236258 part 2. Remove the unused mNsAware member of nsIAttribute. r=smaug 11 January 2016, 18:01:31 UTC
257a42c Bug 1236258 part 1. Remove the unused nsDOMAttributeMap::RemoveAttribute. r=smaug 11 January 2016, 18:01:29 UTC
413e8fe Bug 1237177. Make the this-rebinding callable proxy sandboxes use return the prototype of its target, not its own null prototype. r=efaust 11 January 2016, 17:58:41 UTC
c715e48 Bug 1237501. Actually create a baseline IC for a JSNative accessor property get that's unshadowed on a DOM proxy. We apparently failed to ever do this. r=jandem 11 January 2016, 17:58:38 UTC
130990b Bug 1207273 - Verify MarionetteTransport.send() sends all data, r=jgriffin 11 January 2016, 17:54:53 UTC
7165b3e Bug 1233117 - Fix handling of eval in modules r=jandem 11 January 2016, 17:11:39 UTC
0e55433 Bug 1236875 - Fix BytecodeEmitter::atBodyLevel() for modules r=efaust 11 January 2016, 17:08:29 UTC
31d5732 Bug 1233331: Add oomTest check at top of bug1233331.js; r=bustage --HG-- extra : commitid : 5zE1EwEO8VV 11 January 2016, 16:24:45 UTC
ca13ddb Bug 1236476: Report out of memory in ExpandErrorArgumentsVA; r=jandem --HG-- extra : rebase_source : c4301ef0de9100b83e23f09138c360b874eb97cb 05 January 2016, 09:24:05 UTC
cc54aba Bug 1232983 - border-radius/clipping-6.html is failing on linux64 docker container. r=mattwoodrow 11 January 2016, 15:15:22 UTC
a2ffb6e Bug 1235408: Lazily resolve SIMD types; r=jandem --HG-- extra : rebase_source : 552c34977142aa1bb89eced6d709ea3645460f04 11 January 2016, 15:03:02 UTC
3bc5e9c Bug 1233331 - CodeGenerator: Prepare the invalidation of the recompileInfo as soon as the contraints are recorded. r=jandem 11 January 2016, 14:55:16 UTC
c195534 Bug 1233331 - CodeGenerator: Properly indent IonScript::New. r=jandem 11 January 2016, 14:55:16 UTC
b150008 Bug 1238028: When D2D 1.0 is not allowed disable D2D completely when not using 1.1. r=jrmuizel --HG-- extra : rebase_source : 2e49dcd71e2ebb61d201285123f677dd3e09f1d8 10 January 2016, 23:41:39 UTC
4304cf3 Bug 1207922 - Clean-up RRegExp{Match,Test}er function in Recover.cpp. r=arai 11 January 2016, 14:05:01 UTC
9fe2c25 Bug 1235796 - Allow allocating YCbCr textures with Cb/Cr planes bigger than the Y plane. r=jrmuizel 08 January 2016, 14:10:27 UTC
2aef1e9 Merge mozilla-central to mozilla-inbound 11 January 2016, 11:18:58 UTC
5557ee2 merge mozilla-inbound to mozilla-central a=merge 11 January 2016, 11:13:10 UTC
b9440f0 merge fx-team to mozilla-central a=merge 11 January 2016, 11:09:50 UTC
f2e08bb Bug 1228716 - Give different frame keys for nsDisplayBlendContainer. r=roc --HG-- extra : rebase_source : cee46732e4679e3e7ddc37dd9238baa4a175edbf 11 January 2016, 01:34:00 UTC
3989c30 Backed out changeset 51e26ad49ed2 (bug 1235408) for build bustage on a CLOSED TREE --HG-- extra : commitid : 24qZk2WyHvI 11 January 2016, 10:57:20 UTC
b8fa3cf Bug 1238187 - 'Synced Tabs' entry on history panel is always disabled. r=Gijs 11 January 2016, 00:41:17 UTC
0f33ef2 Merge m-c to f-t 10 January 2016, 23:46:16 UTC
e3c6e3b Merge f-t to m-c, a=merge 10 January 2016, 23:39:55 UTC
4f1cbcd Merge b-i to m-c, a=merge 10 January 2016, 23:38:35 UTC
e4faa1e Bug 1234877 - Whether a scroll frame is async scrollable is determined by mWillBuildScrollableLayer, not by usingDisplayPort. r=tn --HG-- extra : commitid : 9ul1tbIgGhP extra : rebase_source : 62ed845a0f577c1e6b5d72e36dc7f9e9beeb0e91 10 January 2016, 13:25:10 UTC
bd528af Back out changeset c06ff2c95163 (bug 1237713) for enabling parts of browser_tabkeynavigation.js which fail on non-e10s OS X 10 January 2016, 04:18:12 UTC
0107add Bug 1212395 - Allow test_logcapture_gonk.js to be longer. r=me 08 January 2016, 13:04:00 UTC
8ad25b9 Bug 1144499 - Allow test_logshake_gonk.js to be longer. r=me --HG-- extra : histedit_source : d40b20d18aaf41451d5b0a10502c7880c0481da9 08 January 2016, 13:04:00 UTC
584426a Bug 1235290 - Allow test_persistentdatablock_gonk.js to be longer. r=me 08 January 2016, 13:04:00 UTC
b35b375 Bug 1237183 - Modify implementation of reading preference. r=seanlin 07 January 2016, 23:43:00 UTC
ccc5485 Merge m-c to b-i 09 January 2016, 20:03:17 UTC
bb2736f Merge b-i to m-c, a=merge 09 January 2016, 19:55:43 UTC
d005b8a Bumping manifests a=b2g-bump 09 January 2016, 19:45:52 UTC
542a3fa Merge f-t to m-c, a=merge 09 January 2016, 19:44:32 UTC
bdb1847 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/1af9f0deab12 Author: Andreas Tolfsen <ato@mozilla.com> Desc: Merge pull request #33634 from andreastt/bug_1234063 Bug 1234063 - Always specify sandbox for scripts to be executed; r=aus ======== https://hg.mozilla.org/integration/gaia-central/rev/f4d57b20047c Author: Andreas Tolfsen <ato@mozilla.com> Desc: Bug 1234063 - Always specify sandbox for scripts to be executed; r=mhenretty All calls to the remote commands executeScript, executeAsyncScript, and executeJSScript will send the `sandbox` parameter that implicitly indicates to the Marionette server that the script must be evaluated inside a sandbox where changes to the global environment _does not_ have any lasting side-effects. This enables bug 1123506 to implement support for the WebDriver conformant approach. 09 January 2016, 19:44:30 UTC
c5e1a2b Merge m-i to m-c, a=merge 09 January 2016, 19:40:40 UTC
b88ea4e No bug, Automated blocklist update from host bld-linux64-spot-506 - a=blocklist-update 09 January 2016, 12:38:52 UTC
9c54b2f No bug, Automated HPKP preload list update from host bld-linux64-spot-506 - a=hpkp-update 09 January 2016, 12:38:50 UTC
98b790f No bug, Automated HSTS preload list update from host bld-linux64-spot-506 - a=hsts-update 09 January 2016, 12:38:48 UTC
4951965 Bug 1230267 - Inconsistent display of SVG title as tooltip when multi-process is enabled. r=jst 09 January 2016, 11:12:58 UTC
d69e39f Bumping manifests a=b2g-bump 09 January 2016, 08:24:57 UTC
a2d88b2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/378762c5cb46 Author: Ghislain 'Aus' Lacroix <aus@noiseport.org> Desc: Merge pull request #33817 from nullaus/bug1189882 Disable test for now. tap() is causing failure because of a11y. ======== https://hg.mozilla.org/integration/gaia-central/rev/d1727f7c334d Author: Ghislain 'Aus' Lacroix <aus@mozilla.com> Desc: Disable test for now. tap() is causing failure because of a11y. 09 January 2016, 08:23:34 UTC
cc10df6 Bumping manifests a=b2g-bump 09 January 2016, 04:25:02 UTC
46aa119 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/36ae6769276e Author: James Burke <jrburke@gmail.com> Desc: Merge pull request #33720 from rsajdok/bug#1235136 Bug 1235136 - Invalid recipient will be removed when user tries to edit it r=jrburke ======== https://hg.mozilla.org/integration/gaia-central/rev/07edf2bd15f6 Author: Robert Sajdok <robert.sajdok@protonmail.ch> Desc: Bug 1235136 - Invalid recipient will be removed when user tries to edit it. 09 January 2016, 04:23:38 UTC
b1c1f3e Bumping manifests a=b2g-bump 09 January 2016, 02:55:00 UTC
f7927db Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/efb20ac771e0 Author: Ghislain 'Aus' Lacroix <aus@noiseport.org> Desc: Merge pull request #33803 from nullaus/bug1189882 Bug 1189882 - Should always switch to root (system app) frame before … ======== https://hg.mozilla.org/integration/gaia-central/rev/efccd3c8375e Author: Ghislain 'Aus' Lacroix <aus@mozilla.com> Desc: Bug 1189882 - Should always switch to root (system app) frame before switching to an application. r=mhenretty 09 January 2016, 02:53:36 UTC
0efc5cb Merge m-c to b2ginbound, a=merge CLOSED TREE --HG-- extra : commitid : 5xdA38uSJuv 09 January 2016, 02:48:22 UTC
5734bab Bug 1216987 - Use Alexa top 5 sites as default suggested tiles r=margaret 09 January 2016, 02:19:51 UTC
c06c106 Back out 8 changesets (bug 1235345, bug 1234526, bug 1234522, bug 1237700) for OS X 10.10 debug xpcshell timeouts in test_ocsp_stapling.js and test_ocsp_stapling_expired.js CLOSED TREE Backed out changeset f26c050a39a1 (bug 1235345) Backed out changeset c7689b72d3fa (bug 1234526) Backed out changeset 3124025d1147 (bug 1234526) Backed out changeset 096d46bdaf86 (bug 1234526) Backed out changeset 96e0326e7985 (bug 1234522) Backed out changeset c3b6bf176f86 (bug 1234522) Backed out changeset 3e7dc6d87325 (bug 1234522) Backed out changeset f6447d37d113 (bug 1237700) --HG-- rename : toolkit/components/telemetry/datareporting-prefs.js => services/datareporting/datareporting-prefs.js rename : toolkit/components/telemetry/docs/fhr/architecture.rst => services/healthreport/docs/architecture.rst rename : toolkit/components/telemetry/docs/fhr/dataformat.rst => services/healthreport/docs/dataformat.rst rename : toolkit/components/telemetry/docs/fhr/identifiers.rst => services/healthreport/docs/identifiers.rst rename : toolkit/components/telemetry/docs/fhr/index.rst => services/healthreport/docs/index.rst rename : toolkit/components/telemetry/healthreport-prefs.js => services/healthreport/healthreport-prefs.js 09 January 2016, 04:25:27 UTC
cf9b6c8 Backed out changeset e5a4787cccce (bug 1237463) for being the apparent cause of frequent Windows 8 debug Cpp failures ending in return code 2147483651 a=backout --HG-- extra : commitid : 1vTnhB6kl4f extra : amend_source : 93768a25189bda3a52826d16fe1912e05b95fc73 08 January 2016, 22:42:37 UTC
cc0ba97 Bug 895793: added interface type and link speed detection for Windows. r=bwc --HG-- extra : rebase_source : 98293e939ff2f2c0c670c377d194fd93371f6c9b 08 January 2016, 22:37:18 UTC
4ec53b3 Bug 1234725. Don't change the dirty rect to the display port when building display lists for documents. r=mstange Instead do it when we first encounter the root scroll frame. Doing this goes back to bug 635053, where we did it because fixed position items weren't getting included. However in bug 974643 we learned that this was wrong. Displayports aren't relevant to fixed pos content, displayports are only relevant to scrolled content. And we set the dirty rects of fixed pos content specially. The only other thing that should be affected is scrollbars, and we already carefully set their dirty rects too. 09 January 2016, 06:25:58 UTC
0d7097e Bumping manifests a=b2g-bump 08 January 2016, 20:49:55 UTC
5c46893 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/8971991af400 Author: Hubert Figuière <hub@figuiere.net> Desc: Merge pull request #33519 from hfiguiere/bug1178812-exif-copy Bug 1178812 - Add metadata copying to crop and resize. r=djf ======== https://hg.mozilla.org/integration/gaia-central/rev/c005ec57bc9f Author: Hubert Figuière <hub@figuiere.net> Desc: Bug 1178812 - Add metadata copying to crop, resize and edit. jpeg-exif.js is a direct copy of https://github.com/mozilla-b2g/exif-parser/blob/c3dc9b024f3e8cbb78b5b905274e645dfd8e01e4/jpeg.js It is currently ignored by jshint. 08 January 2016, 20:48:32 UTC
402586b Bumping manifests a=b2g-bump 08 January 2016, 18:34:51 UTC
43e2d03 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/095112723400 Author: Hubert Figuière <hub@figuiere.net> Desc: Merge pull request #33801 from hfiguiere/bug1235829-views-test-orange Bug 1235829 - Fix views test intermittent - r=justindarc ======== https://hg.mozilla.org/integration/gaia-central/rev/bab10181a3d2 Author: Hubert Figuière <hub@figuiere.net> Desc: Bug 1235829 - Fix views test intermittent 08 January 2016, 18:33:28 UTC
b15eeaf Bumping manifests a=b2g-bump 08 January 2016, 17:46:52 UTC
4690bc2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/6cbdc798babc Author: Sam Foster <sfoster@mozilla.com> Desc: Merge pull request #33773 from sfoster/ftu-l10n-gij-intermittent-bug-1188274 Bug 1188274 - Firm up FTU language panel testing. r=mhenretty ======== https://hg.mozilla.org/integration/gaia-central/rev/2be33f20a4f9 Author: Sam Foster <sfoster@mozilla.com> Desc: Bug 1188274 - Firm up language panel testing. r=mhenretty * Shore up guards and timeout for on-device test runs * Split out pseudo-language tests into 2 files for each setting value 08 January 2016, 17:45:29 UTC
7a80a35 Bumping manifests a=b2g-bump 08 January 2016, 17:16:32 UTC
back to top