Commit Graph

396147 Commits

Author SHA1 Message Date
Ting-Yu Chou
16959d7bdc Bug 989048 - Do not overwrite emulator's user data image. r=ahal
--HG--
extra : rebase_source : d7143ad6539c162f1c3e42211258febe4e862f48
2014-12-03 16:41:45 -08:00
Seth Fowler
5eba8c43b5 Bug 1106522 (Part 2) - Add a test for SVG-as-image in picture elements. r=bz
--HG--
rename : image/test/mochitest/lime100x100.svg => dom/html/reftests/lime100x100.svg
rename : image/test/mochitest/red.png => dom/html/reftests/red.png
2014-12-05 11:33:10 -08:00
Seth Fowler
251c8100b8 Bug 1106522 (Part 1) - Make imgLoader::SupportImageWithMimeType optionally support image/svg+xml. r=bz 2014-12-05 11:33:08 -08:00
Gregory Szorc
6bcfb690b5 Bug 1107968 - Add --debug-command to mach; r=ahal
People often seek to learn how mach commands work. A common way to do
this is to launch a debugger and step through the code as it is
executing. But this requires someone to first find and modify the mach
command. This involves overhead.

This patch adds a global --debug-command argument to mach. When present,
we launch an interactive debugger right before command dispatch. This
allows people to easily enter a debugger to see what mach commands are
doing, hopefully lowering the barrier to understanding and contributing.

--HG--
extra : rebase_source : 5ebfa7f5fd89f96dac5f7cb035ab520c63b32e55
extra : amend_source : c53c988763c328020b49aa5c6245df685b6f30bc
2014-12-05 10:19:49 -08:00
Nicolas B. Pierron
1c250a0fa4 Bug 1106171 - Sink should not move instructions to resume-point-less join-blocks. r=bhackett 2014-12-05 20:18:45 +01:00
Nicolas B. Pierron
8d82fbb5f3 Bug 1106171 - Lowering should not copy resume points to join-blocks. r=bhackett 2014-12-05 20:18:44 +01:00
Tom Schuster
005a19658a Bug 1103181 - Remove quote() from about:addons/config on android/metro. r=rnewman 2014-12-05 11:07:15 -08:00
Tom Schuster
e3b9437846 Bug 1103181 - Remove String.prototype.quote. r=jorendorff 2014-12-05 11:07:15 -08:00
Daniel Holbert
743e01cc0c (no bug) fix typo ('decleration') in a comment in Units.h. comment-only, DONTBUILD 2014-12-05 11:00:43 -08:00
Ryan VanderMeulen
c81a04b381 Backed out changeset 64ec5c15d182 (bug 1107496) for SM(ggc) orange. 2014-12-05 13:28:40 -05:00
David Keeler
d9a62a4cc2 bug 1020237 - follow-up to fix build bustage r=bustage on a CLOSED TREE 2014-12-05 10:12:58 -08:00
David Burns
5dd8500c1d Bug 940954: Allow marionette to restart the browser and create a new session
This gives us the ability to restart a session from the client side, say for testing Firefox updates,
and then carry on the test. To do this it is just self.marionette.restart()

--HG--
extra : rebase_source : 536b85e5e82e12eb7710135945217dfe707e5b5d
2014-12-03 22:08:04 +00:00
David Keeler
d97c7ea664 bug 1020237 - prefer root certificates to non-root certificates in NSSCertDBTrustDomain::FindIssuer r=briansmith 2014-12-04 13:37:01 -08:00
Terrence Cole
79ceb5613b Bug 1100493 - Call js_ReportOutOfMemory on all failure paths in refillFreeList; r=jorendorff 2014-12-04 09:41:12 -08:00
Olli Pettay
22391a5617 Bug 1107775 - Make deferred finalization more re-entrant safe, r=mccr8 2014-12-05 08:53:00 -08:00
Tooru Fujisawa
693c686440 Bug 804279 - Part5: Add tests for monkey-patched adder in collection constructors. r=evilpie 2014-12-01 17:02:15 +09:00
Tooru Fujisawa
f75a8e3977 Bug 804279 - Part4: Support monkey-patched/overridden adder in WeakSet constructor. r=evilpie 2014-12-01 17:02:15 +09:00
Tooru Fujisawa
1fde435e15 Bug 804279 - Part3: Support monkey-patched/overridden adder in WeakMap constructor. r=evilpie 2014-12-01 17:02:15 +09:00
Tooru Fujisawa
d234d43089 Bug 804279 - Part2: Support monkey-patched/overridden adder in Set constructor. r=evilpie 2014-12-01 17:02:15 +09:00
Tooru Fujisawa
74f46c2aba Bug 804279 - Part1: Support monkey-patched/overridden adder in Map constructor. r=evilpie 2014-12-01 17:02:15 +09:00
Landry Breuil
ffad9bf49f Bug 1106551: Include sys/mount.h only in the linux quota case r=froydnj
Fixes build on OpenBSD where you cant include sys/mount.h alone, you
also need sys/param.h
2014-12-05 15:46:53 +01:00
Brian Hackett
91ef371a3e Bug 1107496 - Add PlainObject subclass, r=luke. 2014-12-05 07:27:37 -07:00
Carsten "Tomcat" Book
699673f87a Merge mozilla-central to mozilla-inbound 2014-12-05 13:07:39 +01:00
Carsten "Tomcat" Book
ba58d43aea merge fx-team to mozilla-central a=merge 2014-12-05 13:02:46 +01:00
Carsten "Tomcat" Book
772c7368d5 merge mozilla-inbound to mozilla-central a=merge 2014-12-05 13:00:16 +01:00
Chris Pearce
179eab15d6 Bug 1049272 - Expose sandbox vouchers to GMPs. r=jesup 2014-12-05 00:43:41 -08:00
Chris Peterson
6ae62925b8 Backed out changeset f82fd5479353 (bug 1107416) for failing static_assert.
--HG--
extra : rebase_source : 16a5480ba769555918961533f307d0dcbf238803
2014-12-05 00:07:59 -08:00
Kartikaya Gupta
c63fb4287c Bug 1107606 - Ensure that setting a smooth scroll while APZ is enabled activates the layer. r=tn,kip 2014-12-05 00:04:39 -08:00
Kartikaya Gupta
b087bbd3b4 Bug 1107606 - Allow smooth-scroll triggering on the same transaction as the creation of a new APZC. r=botond,kip 2014-12-05 00:04:36 -08:00
B2G Bumper Bot
77f7453a32 Bumping manifests a=b2g-bump 2014-12-04 23:06:56 -08:00
B2G Bumper Bot
66a2ae0a02 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cd198e4a5536
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #26355 from gitmai/bug-1089968-reset-usage-data

Bug 1089968 - [User Story] Reset usage data
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/c4ca18751b56
Author: mai <mri@tid.es>
Desc: Bug 1089968 - [User Story] Reset usage data
2014-12-04 23:02:18 -08:00
Phil Ringnalda
db85b3268a Backed out 5 changesets (bug 1077652) for a11y bustage
CLOSED TREE

Backed out changeset eda93688e4b5 (bug 1077652)
Backed out changeset 00bdefd9c4fa (bug 1077652)
Backed out changeset 31c163560ed4 (bug 1077652)
Backed out changeset afd5df8ab5af (bug 1077652)
Backed out changeset 884ce04c007f (bug 1077652)
2014-12-04 21:12:35 -08:00
Phil Ringnalda
d45d42d106 Back out 5d5425acf620 (bug 1059600) for bc1 bustage
CLOSED TREE
2014-12-04 21:09:22 -08:00
B2G Bumper Bot
9533ddebde Bumping manifests a=b2g-bump 2014-12-04 17:47:03 -08:00
B2G Bumper Bot
b98e3ba4b0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c659a8149e13
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1106666 - merge pull request #26628 from KevinGrandon:bug_1106666_window_transition_fix to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/fd296d9c733d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1106666 - Fix browser window transition
2014-12-04 17:37:17 -08:00
B2G Bumper Bot
7999224a47 Bumping manifests a=b2g-bump 2014-12-04 17:16:44 -08:00
B2G Bumper Bot
02956a71f1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cfc4dbaac967
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #26560 from millermedeiros/1092441-text-selection

Bug 1092441 - Calendar should follow text selection pattern r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/017c743dab86
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1092441 - Calendar should follow text selection pattern
2014-12-04 17:12:29 -08:00
B2G Bumper Bot
424f43e57a Bumping manifests a=b2g-bump 2014-12-04 17:02:20 -08:00
B2G Bumper Bot
3e6cf7a75c Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8309202d2b5d
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1107460 - [v2.2] Update marionette version to 0.8.5
2014-12-04 16:55:21 -08:00
B2G Bumper Bot
2c5d33747f Bumping manifests a=b2g-bump 2014-12-04 16:47:28 -08:00
B2G Bumper Bot
df9cb62ab6 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e1d288b463a0
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #26621 from chirarobert/bug_1107460"

This reverts commit 46eeeb16a6285d02a2230355e8b8e59d0dd896f1, reversing
changes made to a208afd47dd0f9633068ada61bc9829b5a2bed7a.
2014-12-04 16:40:21 -08:00
B2G Bumper Bot
9397854ba2 Bumping manifests a=b2g-bump 2014-12-04 16:02:20 -08:00
B2G Bumper Bot
3bba945d21 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aec41eed665d
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Merge pull request #26612 from wilsonpage/1104055

Bug 1104055 - Use promises instead of callbacks

========

https://hg.mozilla.org/integration/gaia-central/rev/af47a8beae64
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1104055 - Use promises instead of callbacks

========

https://hg.mozilla.org/integration/gaia-central/rev/031026f33c84
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 1107665 - test_marketplace_launch.py should be external=true a=test-only r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/7b9a3680fefe
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1104991 - Update autolander repo link
2014-12-04 16:00:21 -08:00
B2G Bumper Bot
3315a6cdf5 Bumping manifests a=b2g-bump 2014-12-04 13:11:56 -08:00
B2G Bumper Bot
f0b20be5f7 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/840998c861bf
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #26622 from zbraniecki/1107230-remove-cleardesktopnotifications

Bug 1107230 - Remove clearDesktopNotifications. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/3bcd56709f9f
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1107230 - Remove clearDesktopNotifications

========

https://hg.mozilla.org/integration/gaia-central/rev/4b5affbb073b
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #26594 from bebef1987/rocket_bar

Bug 1087274 - Update test names because everythingme was replaced form F...

========

https://hg.mozilla.org/integration/gaia-central/rev/2d25ca3b2125
Author: bebef1987 <florin.strugariu@softvision.ro>
Desc: Bug 1087274 - Update test names because everythingme was replaced form FF OS and now it's called Rocketbar
2014-12-04 13:02:17 -08:00
B2G Bumper Bot
f61b33fd0d Bumping manifests a=b2g-bump 2014-12-04 12:57:02 -08:00
B2G Bumper Bot
d4361a8def Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f8f42fe2d149
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1104198 - Make DESKTOP builds work with mulet."

This reverts commit cb501ab9552703691f8752882397daddcf7eb1fd.
2014-12-04 12:47:52 -08:00
Dimi Lee
6dcfe58782 Bug 1082300 - B2G NFC: remove NDEF and P2P from technology list. r=smaug, allstars.chh 2014-12-05 01:38:38 +08:00
B2G Bumper Bot
26ff2e61b6 Bumping manifests a=b2g-bump 2014-12-04 11:21:58 -08:00
B2G Bumper Bot
be703e6786 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4269da37147a
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #26362 from hfiguiere/rtl-player-fixes

Bug 1101603 - RTL fixes for player. r=squib

========

https://hg.mozilla.org/integration/gaia-central/rev/0492198d3a59
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1101603 - change the rating star order in RTL.

========

https://hg.mozilla.org/integration/gaia-central/rev/e6df89d19454
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1101603 - RTL fixes for player.

-Force the player control order to LTR.
-Fix the Player cover in RTL.
-Adjust the progress alignment.
2014-12-04 11:17:21 -08:00