Terrence Cole
8ce97cf3d8
Bug 1141234 - Part 3: Share the code to allocate a tenured thing; r=sfink
2015-03-11 11:07:23 -07:00
Terrence Cole
ca98780ec2
Bug 1141234 - Part 2: Use UniquePtr to free slots if object allocation fails; r=sfink
2015-03-11 11:07:22 -07:00
B2G Bumper Bot
75d0ce7a68
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e6283c00cdd9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1062109 - merge pull request #28801 from albertopq:1062109-intermitent-test to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/1b390298de6d
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1062109 - Waiting for the toast being dismissed r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/c6cf97a288fd
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1141315 - merge pull request #28775 from daleharvey:1141315 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/78dccd497c42
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1141315 - Switch to Yahoo as default search provider. r=kgrandon
2015-03-11 11:07:14 -07:00
Terrence Cole
f9e8a2e245
Bug 1141234 - Part 1: Abstract PossiblyFail into the OOM testing machinery; r=sfink
2015-03-11 11:06:20 -07:00
Nicolas B. Pierron
4d58c35ad1
Bug 1131846 - Check the return value of MResumePoint::Copy. r=h4writer
2015-03-12 19:17:50 +01:00
B2G Bumper Bot
8f0afbdb10
Bumping manifests a=b2g-bump
2015-03-11 10:39:11 -07:00
B2G Bumper Bot
a6ee44979f
Bumping manifests a=b2g-bump
2015-03-11 10:29:48 -07:00
B2G Bumper Bot
cd2cc1964b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d36a4b321b45
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #28730 from zbraniecki/1116613-smart-strategy-for-l10n-timestamps
Bug 1116613 - Develop a smart strategy for building language timestamps at build time. r=rickychien
========
https://hg.mozilla.org/integration/gaia-central/rev/c064dd22eda9
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1116613 - Develop a smart strategy for building language timestamps at build time
2015-03-11 10:26:48 -07:00
Jordan Lund
336e443b8e
Bug 1094364 - Bump mozharness json rev to 8dc154c5a136. r+a=RyanVM
2015-03-11 12:41:00 -04:00
Ryan VanderMeulen
8e3225e488
Merge inbound to m-c. a=merge
2015-03-11 15:41:40 -04:00
Ben Hearsum
e571e5f24f
bug 1141633: bug 1140437 broke flame kitkat nightlies. r=me, a=bustage
2015-03-11 09:23:53 -04:00
Carsten "Tomcat" Book
f9728b1f23
merge fx-team to mozilla-central a=merge
2015-03-11 12:58:02 +01:00
Carsten "Tomcat" Book
fc96823a4a
merge mozilla-inbound to mozilla-central a=merge
2015-03-11 12:46:07 +01:00
Carsten "Tomcat" Book
c76822075f
merge b2g-inbound to mozilla-central a=merge
2015-03-11 12:43:13 +01:00
Valentin Gosu
2ace8b0a05
Bug 1135354 - Crash/Hang when clicking URL with a huge length r=mcmanus
2015-03-11 06:08:27 +02:00
Chris Pearce
6adbe7ed51
Bug 1141883 - Add more logging to help debugging EME. r=edwin
2015-03-11 17:02:08 +13:00
Phil Ringnalda
9b1e7b6199
Backed out 7 changesets (bug 1066234) for bustage
...
CLOSED TREE
Backed out changeset ce28663e61d4 (bug 1066234)
Backed out changeset e06ad6b69b25 (bug 1066234)
Backed out changeset 99933582c7d8 (bug 1066234)
Backed out changeset a40045b47bba (bug 1066234)
Backed out changeset f6b44a3c3c6f (bug 1066234)
Backed out changeset 478d797266b1 (bug 1066234)
Backed out changeset 73f4dd8f8d97 (bug 1066234)
2015-03-10 20:44:12 -07:00
Sotaro Ikeda
45f6dc0032
Bug 1141311 - Add async mode support to GonkNativeWindow on Lollipop Gonk r=pchang
2015-03-10 20:39:23 -07:00
Eric Faust
e50c5d1d4c
Bug 1066234 - Tests. (r=jorendorff)
2015-03-10 20:27:35 -07:00
Eric Faust
0da0904bb2
Bug 1066234 - Part 6: Emitter support for 'extends' in ES6 Classes. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
612c179fbf
Bug 1066234 - Part 5: Implement JSOP_OBJWITHPROTO. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
1cc17a47ed
Bug 1066234 - Part 4: Implement JSOP_FUNWITHPROTO. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
99cec60cb6
Bug 1066234 - Part 3: Refactor js::CloneFunctionObject to take a proto argument. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
397d51165c
Bug 1066234 - Part 2: Implement JSOP_CLASSHERITAGE. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
259f98a938
Bug 1066234 - Part 1: Parser support for 'extends' in ES6 Classes. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Xidorn Quan
0e28175f81
Bug 1141842 - Add LastOptionalBreakPriority to nsLineLayout to simplify some code. r=roc
2015-03-11 14:14:48 +11:00
Shu-yu Guo
afcf13c43c
Bug 1140643 - JitcodeGlobalMap marking must participate in iterative weak reference marking. (r=terrence)
2015-03-10 20:12:32 -07:00
vivek
4590287eb4
Bug 1141665: Add vertical separator between the Synced Tabs split pane list views. r=nalexander
2015-03-10 17:02:00 -07:00
Dave Townsend
a89baf6417
Bug 1139189: Uplift the Add-on SDK to Firefox a=me
...
3fbf5a6bdd..3394ad5d1d
2015-03-11 22:19:48 -07:00
Dave Townsend
0fc67a63f6
Bug 1142114: Fix broken cases of devtools calling once. r=jsantell
2015-03-11 10:00:25 -07:00
Mike de Boer
f7688edaf6
Bug 1142066: add strings for screen sharing type Browser, aka tab-sharing for the WebRTC UI indicators. r=florian
2015-03-12 17:02:28 +01:00
Mike de Boer
485c2ad407
Bug 1141122: supply a more canonical alternative to about:loopconversation in Loop conversation gUM prompts. r=florian
2015-03-12 16:54:33 +01:00
Victor Porof
5eefdd16d7
Bug 1141719 - Lots of "TypeError: ownerWindow is null" when shutting down the new perf tool on debug builds, r=jsantell
2015-03-11 16:01:19 -04:00
Victor Porof
c6241e074b
Bug 1121194 - Support vertical panning for the flamegraph in the new performance tool, r=jsantell
2015-03-11 16:01:19 -04:00
Michael Comella
b89ba90a7b
Bug 1127445 - Fix inconsistencies between v11 and v14. r=margaret
2015-03-10 18:01:39 -07:00
Michael Comella
96862cfab4
Bug 1127445 - Fix Android 2.3 issues in toolbar menu. r=margaret
2015-03-10 18:00:28 -07:00
Wes Kocher
f87c38fe16
Merge m-c to inbound a=merge CLOSED TREE
2015-03-10 16:11:23 -07:00
Wes Kocher
f303b4d81c
Merge b2g-inbound to m-c a=merge CLOSED TREE
2015-03-10 15:44:53 -07:00
Wes Kocher
7ab87d0daf
Merge inbound to m-c a=merge CLOSED TREE
2015-03-10 15:33:33 -07:00
Sean Stangl
33a28f8360
Bug 1038839 - Use type information for alias analysis. r=jandem
2015-03-10 14:56:13 -07:00
B2G Bumper Bot
5b32cd3ec6
Bumping manifests a=b2g-bump
2015-03-10 13:58:04 -07:00
B2G Bumper Bot
113949cdca
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c8f9d4bbb0ab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 835256 - [Calendar] only save events if user inputs title or location"
This reverts commit aa614735917b685b9121bed7fac8bd72903e429e.
2015-03-10 13:55:23 -07:00
Ryan VanderMeulen
5c46df90e1
Backed out changesets febbccd1cd1e and d834e57b0352 (bug 1137019) for making bug 1123563 permafail on Android 2.3.
...
CLOSED TREE
2015-03-10 16:45:01 -04:00
Ryan VanderMeulen
2f92d267be
Backed out changeset 75709d46ba3b (bug 1137037)
2015-03-10 16:43:54 -04:00
B2G Bumper Bot
e9bceb06f9
Bumping manifests a=b2g-bump
2015-03-10 13:27:52 -07:00
B2G Bumper Bot
7edd0dfbc7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/31054d7261f9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1140862 - merge pull request #28762 from millermedeiros:1140862-multi-day-test-dst to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/604cfddf69ac
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1140862 - make sure multi day view displays 24 unique hours even if built on first day of Daylight Saving Time
2015-03-10 13:25:20 -07:00
Mike Shal
835eca6757
Bug 1141534 - fix mulet nightly mozconfigs; r=bhearsum
...
We don't want uploadsymbols or update-packaging for nightly mulet
builds, but these were being set by the underlying browser mozconfigs.
2015-03-10 16:20:02 -04:00
B2G Bumper Bot
30d42965fe
Bumping manifests a=b2g-bump
2015-03-10 12:22:58 -07:00
B2G Bumper Bot
e2086ebd74
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e3c42d1874b2
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #27797 from eeejay/bug-1068976
Bug 1068976 - Give videos and images basic descriptions in fullscreen gallery. r=dflanagan r=jdarcangelo
========
https://hg.mozilla.org/integration/gaia-central/rev/6c4bc4234bb9
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1068976 - Give videos and images basic descriptions in fullscreen gallery.
========
https://hg.mozilla.org/integration/gaia-central/rev/068b123990a1
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1079213 - merge pull request #27929 from millermedeiros:1079213-status-bar-color to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/a6693294a388
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1079213 - [Status Bar] Update status bar on calendar settings/add account
2015-03-10 12:20:27 -07:00
Nick Alexander
01e3ecaeaa
Bug 927388 - Follow-up: fix bustage on a CLOSED TREE.
2015-03-10 11:40:39 -07:00