Gaia Pushbot
|
83f2ef01ca
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/077742400e88
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #12870 from fabricedesre/bug925149
Bug 925149 - Launching preinstalled twitter app from a SIM Customization...
========
https://hg.mozilla.org/integration/gaia-central/rev/4375e9a99c71
Author: Fabrice Desré <fabrice@desre.org>
Desc: Bug 925149 - Launching preinstalled twitter app from a SIM Customization launches marketplace, not twitter r=yurenju
|
2013-10-15 21:35:23 -07:00 |
|
Wes Kocher
|
f27029d43a
|
Merge m-c to fx-team
|
2013-10-15 20:32:13 -07:00 |
|
Wes Kocher
|
7117cdc9db
|
Merge m-c to b2g-inbound
|
2013-10-15 20:31:24 -07:00 |
|
Wes Kocher
|
e1800200cf
|
Merge fxteam to m-c
|
2013-10-15 20:26:55 -07:00 |
|
Wes Kocher
|
8161558ae5
|
Merge inbound to m-c
|
2013-10-15 20:15:17 -07:00 |
|
Gaia Pushbot
|
f3c42c60c5
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/5ba8325e95de
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #12850 from crh0716/920722
Bug 920722 - Change the layout to avoid overlapping r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/9d9b2ecca8a8
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 920722 - Change the layout to avoid overlapping
|
2013-10-15 19:25:23 -07:00 |
|
Gaia Pushbot
|
c5969a7272
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/900a68659c7c
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #12783 from yzen/916282
Bug 916282 - Making lock and camera buttons available to explore by tou...
========
https://hg.mozilla.org/integration/gaia-central/rev/f9b2033bc6d8
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Bug 916282 - Making lock and camera buttons available to explore by touch in screen reader.
|
2013-10-15 19:15:24 -07:00 |
|
Wes Kocher
|
62c0def927
|
Backed out 5 changesets (bug 922694) for Android rc3 orange
Backed out changeset 51185a26a7b7 (bug 922694)
Backed out changeset 3d0582ab0417 (bug 922694)
Backed out changeset d333b85c805d (bug 922694)
Backed out changeset a78a707ba721 (bug 922694)
Backed out changeset 34e48f8bac52 (bug 922694)
|
2013-10-15 18:32:31 -07:00 |
|
Mike Hommey
|
c193f8915c
|
Bug 925605 - Allow to build with a special build of GNU make on windows. r=gps
|
2013-10-16 08:34:18 +09:00 |
|
Josh Aas
|
38302ee0a5
|
Bug 869762: Use Core Foundation notifications instead of ATS for font changes on OS X. r=jdaggett
|
2013-10-15 23:53:52 -05:00 |
|
Matt Woodrow
|
633d9b4755
|
Bug 922942 - Do image scaling in imgTools using azure. r=seth
|
2013-10-16 14:00:31 +13:00 |
|
Dan Gohman
|
4db127868e
|
Bug 925848 - IonMonkey: Don't intersect [0,?] and [?,0] to [0,0]. r=nbp
|
2013-10-15 20:49:44 -07:00 |
|
Dan Gohman
|
5a815fe084
|
Bug 918607 - IonMonkey: Add a Range::setDouble which takes double arguments and use it to simplify and generalize several things.
|
2013-10-15 20:49:44 -07:00 |
|
Dan Gohman
|
02847d95c8
|
Bug 924660 - IonMonkey: Revert unintended changes to MDiv::truncate introduced in 6afebbb8e595. r=nbp
|
2013-10-15 20:49:44 -07:00 |
|
Dan Gohman
|
fd8c03c205
|
Bug 925586 - IonMonkey: Document MUrsh's special case exemption from type() rules, and restrict it to only the cases that need it. r=nbp
|
2013-10-15 20:49:44 -07:00 |
|
Dan Gohman
|
41d9d5c4bf
|
Bug 925586 - IonMonkey: Make range analysis use type information consistently. r=nbp
|
2013-10-15 20:49:43 -07:00 |
|
Dan Gohman
|
805653ec84
|
Bug 925586 - IonMonkey: Extend range checking to all values with numeric and numeric-like types. r=nbp
|
2013-10-15 20:49:43 -07:00 |
|
Dan Gohman
|
7cfff67a82
|
Bug 925586 - IonMonkey: Simplify MLoadTypedArrayElement and MLoadTypedArrayElementStatic range computation. r=nbp
|
2013-10-15 20:49:43 -07:00 |
|
Dan Gohman
|
0190ca693f
|
Bug 923659 - IonMonkey: Make range adjustments before calling setRange instead of after. r=nbp
|
2013-10-15 20:49:43 -07:00 |
|
Dan Gohman
|
e0ad7c3bcb
|
Bug 923659 - IonMonkey: Use the Range constructor which takes an MDefinition instead of calling range() directly to determine operand ranges. r=nbp
|
2013-10-15 20:49:43 -07:00 |
|
Dan Gohman
|
7e18da11bd
|
Bug 923659 - IonMonkey: Set more precise ranges for MArrayLength and MInitializedLength. r=nbp
|
2013-10-15 20:49:43 -07:00 |
|
Dan Gohman
|
e0cba790bf
|
Bug 923659 - IonMonkey: Use null instead of allocating a Range when nothing is known. r=nbp
|
2013-10-15 20:49:43 -07:00 |
|
Dan Gohman
|
eab8d5e710
|
Bug 923659 - IonMonkey: Fix an accidentally dropped "break". r=nbp
|
2013-10-15 20:49:43 -07:00 |
|
Wes Kocher
|
391d634598
|
Merge m-c to inbound
|
2013-10-15 20:30:24 -07:00 |
|
Wes Kocher
|
7b655a8dd9
|
Backed out changeset e7d649603075 (bug 842081) for mochitest-4 bustage on a CLOSED TREE
|
2013-10-15 19:54:11 -07:00 |
|
Wes Kocher
|
31d7a76361
|
Backed out changeset c0e5db20b655 (bug 922942) for xpcshell bustage
|
2013-10-15 19:20:17 -07:00 |
|
Wes Kocher
|
5172263e10
|
Backed out changeset f5838290c705 (bug 900669) for rootanalysis bustage
|
2013-10-15 18:52:36 -07:00 |
|
Wes Kocher
|
dd25f949c6
|
Backed out 5 changesets (bug 861925) so I can backout bug 900669 cleanly
Backed out changeset 8febf2f0e35d (bug 861925)
Backed out changeset e646195f32ae (bug 861925)
Backed out changeset 015a92e94c07 (bug 861925)
Backed out changeset 4546406915c1 (bug 861925)
Backed out changeset 63321a464309 (bug 861925)
|
2013-10-15 18:51:50 -07:00 |
|
Shu-yu Guo
|
75c28185a8
|
Bug 926596 - Set compartment_ in ForkJoinSlice for read only access to shared tables. (r=nmatsakis)
|
2013-10-15 18:41:55 -07:00 |
|
Shu-yu Guo
|
a113dcb1f5
|
Bug 913376 - Use double in ComputeTriggerBytes. (r=terrence)
|
2013-10-15 18:41:54 -07:00 |
|
Matt Woodrow
|
0ab670ea72
|
Bug 922942 - Implement gfxASurface::CopyToARGB32ImageSurface using azure. r=seth
|
2013-10-16 14:00:31 +13:00 |
|
Matt Woodrow
|
13b0353cbb
|
Bug 922942 - Do image scaling in imgTools using azure. r=seth
|
2013-10-16 14:00:31 +13:00 |
|
Matt Woodrow
|
aa360e13bb
|
Bug 922942 - Updated cached surface in ClippedImage using azure. r=seth
|
2013-10-16 14:00:30 +13:00 |
|
Matt Woodrow
|
105a6104cc
|
Bug 922942 - Update BufferTextureClients using Azure. r=nical
|
2013-10-16 14:00:30 +13:00 |
|
Nicolas Silva
|
87bb1269a8
|
Bug 919936 - Add gtests for YCbCr memory textures. r=BenWa
|
2013-10-15 17:42:03 -07:00 |
|
Olli Pettay
|
beb6cb0df4
|
Bug 918479 - Remove listeners from a message manager if the child side dies, r=fabrice
--HG--
extra : rebase_source : 1e3b0fb36c5e489225bca8ea42b5bf21eb7d7755
|
2013-10-16 00:15:30 +03:00 |
|
Kartikaya Gupta
|
a5cb74edc1
|
Bug 925902 - Ensure that the old ROOT_SCROLL_ID property is cleared when a new one is being set. r=tn, botond
|
2013-10-15 17:08:04 -04:00 |
|
Kartikaya Gupta
|
dd02f39ad9
|
Bug 925902 - Add a macro to APZC_LOG a FrameMetrics object as well. r=botond
|
2013-10-15 17:07:58 -04:00 |
|
Gaia Pushbot
|
8cb995421e
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/e811ee9b89a2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #12836 from mikehenrty/bug-899574-integration-tests
Bug 899574 - updating marionette tests to not rely on old origin format, r=qDot
========
https://hg.mozilla.org/integration/gaia-central/rev/e93d61be4ced
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 899574 - updating marionette tests to not rely on old origin format
|
2013-10-15 14:05:47 -07:00 |
|
Gaia Pushbot
|
4bf9854e67
|
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/9ccb6fee0ef2
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #12864 from nullaus/fix-call-support-contacts
bug 925520 - fix undesired closure, handle error case.
========
https://hg.mozilla.org/integration/gaia-central/rev/24cc875d2d87
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 925520 - fix undesired closure, handle error case.
r=qDot
========
https://hg.mozilla.org/integration/gaia-central/rev/ef269de7c19d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #12859 from KevinGrandon/bug_926936_nightly_fix_app_launches
Bug 926936 - Can't launch an app when running Gaia inside Firefox r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/8aacbb7c7b13
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 926936 - Can't launch an app when running Gaia inside Firefox
|
2013-10-15 14:05:25 -07:00 |
|
Brandon Benvie
|
f10174173c
|
Bug 926725 - Create DevToolsUtils.defineLazyPrototypeGetter and use it in VariablesView Scopes. r=fitzgen, r=vp
|
2013-10-15 09:49:15 -07:00 |
|
Richard Newman
|
2b100be4e2
|
Bug 922694 - Part 5: grab distribution ID in FHR. r=mcomella
|
2013-10-15 16:53:46 -07:00 |
|
Richard Newman
|
ea182a559c
|
Bug 922694 - Part 4: grab Accept-Locale pref in FHR. r=mcomella
|
2013-10-15 16:53:45 -07:00 |
|
Richard Newman
|
a665fcae13
|
Bug 922694 - Part 3: FHR changes for distribution and locale. r=mcomella
|
2013-10-15 16:53:45 -07:00 |
|
Richard Newman
|
20b2778ee0
|
Bug 922694 - Part 2: expose distribution ID. r=margaret
|
2013-10-15 16:53:45 -07:00 |
|
Richard Newman
|
c8c66f3b4e
|
Bug 922694 - Part 1: split Distribution class to allow for use from FHR, use buffer when expanding zip contents. r=margaret
|
2013-10-15 16:53:45 -07:00 |
|
Wes Johnston
|
4068563efd
|
Bug 920170 - Allow adding a grid of icons to prompts. r=margaret
|
2013-10-15 08:53:16 -07:00 |
|
Wes Johnston
|
3a22f19819
|
Bug 904245 - TWhitespace fixup r=kats
|
2013-10-15 08:08:10 -07:00 |
|
Wes Johnston
|
a3587c5f75
|
Bug 904245 - Take touch radius into account when calculating pan threshold. r=kats
|
2013-10-15 08:06:01 -07:00 |
|
Nathan Froyd
|
6a3c733e80
|
Bug 927406 - check whether we've updated _slowSQLStartup before using its fields; r=vladan
|
2013-10-15 08:55:03 -04:00 |
|