Commit Graph

224371 Commits

Author SHA1 Message Date
B2G Bumper Bot
a8a46e854f Bumping manifests a=b2g-bump 2015-01-17 20:31:30 -08:00
B2G Bumper Bot
9b963084ac Bumping manifests a=b2g-bump 2015-01-17 20:11:30 -08:00
B2G Bumper Bot
f043355449 Bumping manifests a=b2g-bump 2015-01-17 19:51:31 -08:00
Phil Ringnalda
e9e7974c44 Merge m-c to f-t 2015-01-17 18:33:04 -08:00
Ehsan Akhgari
4d13cfb6cd Bug 1122987 - Mark nsPIDOMWindow::mInnerWindow as non-owning; r=smaug
The inner window holds an owning reference to its outer window,
and the outer window holds a non-owning reference back to its
inner window.  The non-owning reference is managed by
nsGlobalWindow.
2015-01-17 21:19:17 -05:00
Abhishek Bhattacharya
073710992b Bug 1119921 - Fix "$ANDROID_VERSION" comparison tests. r=nalexander
--HG--
extra : amend_source : 50fa678c38bac71807cd09991d1b4239b5f666b9
2015-01-17 16:42:04 -08:00
Christopher Reyes
f67be0ccdd Bug 1122709 - Removed expression closures from getters; r=dao 2015-01-18 00:39:20 +01:00
Phil Ringnalda
823e1db1a5 Back out 3 changesets (bug 885982, bug 1118063) for b2g mochitest-6 bustage
CLOSED TREE

Backed out changeset 865e7bc208df (bug 885982)
Backed out changeset 9ede577f5ada (bug 885982)
Backed out changeset 6ccc86f7429e (bug 1118063)

--HG--
rename : dom/network/interfaces/nsITCPServerSocketInternal.idl => dom/network/interfaces/nsIDOMTCPServerSocket.idl
2015-01-17 13:26:10 -08:00
Seth Fowler
3eb2e8d745 Bug 1118694 - Always retarget OnDataAvailable for RasterImage. r=sworkman 2015-01-17 13:18:26 -08:00
Phil Ringnalda
ff3434a37f Merge m-c to m-i 2015-01-17 13:11:55 -08:00
Phil Ringnalda
3197373f09 Merge f-t to m-c, a=merge 2015-01-17 13:09:20 -08:00
Phil Ringnalda
4a642ef564 Merge b-i to m-c, a=merge 2015-01-17 13:06:16 -08:00
Terrence Cole
46d06efef7 Bug 1122842 - Remove the dead declaration of JS_DumpHeap; r=sfink 2015-01-17 11:43:11 -08:00
Shu-yu Guo
9fc692492a Bug 1122833 - Don't relazify scripts with direct eval. (r=till) 2015-01-17 11:40:18 -08:00
Shu-yu Guo
893a36c12b Bug 1122534 - Skip named lambda scopes in ScopeIter every time we increment its StaticScopeIter. (r=luke) 2015-01-17 11:40:18 -08:00
Jonathan Kew
fe0abdcccc Bug 1122366 - Reftest for margin-collapsing through empty element in vertical mode. r=dbaron 2015-01-17 08:51:41 +00:00
Jonathan Kew
b745b5ccf2 Bug 1122366 - pt 2 - Also make nsInlineFrame::IsSelfEmpty aware of vertical writing modes. r=dbaron 2015-01-17 08:51:37 +00:00
Jonathan Kew
a1bd905e42 Bug 1122366 - pt 1 - Make nsBlockFrame::IsSelfEmpty aware of vertical writing modes. r=dbaron 2015-01-17 08:50:56 +00:00
Robert Longson
f12fd16704 Bug 1120071 - Replace custom drop shadow with feDropShadow. r=jaws 2015-01-17 08:43:12 +00:00
Seth Fowler
8d4cbee78d Bug 1121802 - Only add #-moz-resolution to favicon URIs that end in ".ico". r=Unfocused 2015-01-17 00:38:41 -08:00
Phil Ringnalda
a45cdf9bcd Bug 1122882 - Fix test_platform_colors.xul for 10.10 2015-01-17 00:24:13 -08:00
Andrea Marchesini
f6d9fe809a Bug 1122553 - BroadcastChannel should keep FileImpl alive when sent to the PBackground actors, r=bent 2015-01-17 07:29:15 +00:00
Cameron McCormack
e39b7feaa4 Bug 1121768 - Part 4: Store token stream values in all subproperties of a shorthand with a variable reference. r=dbaron
This will make UA style sheet-only properties with a variable reference
work.  (It's probably unlikely that we'll ever have such properties,
though.)
2015-01-17 15:55:07 +11:00
Cameron McCormack
e6c231b61f Bug 1121768 - Part 3: Look at all subproperties (not just content-visible ones) in nsCSSExpandedDataBlock methods. r=dbaron
We need to ensure we transfer (or clear) all subproperties of a
shorthand that is only enabled in UA style sheets or in certified apps.
Otherwise, the shorthand will parse correctly and get stored on the
nsCSSExpandedDataBlock but the transfer (or clear) method will skip
all of the subproperties.
2015-01-17 15:55:07 +11:00
Cameron McCormack
80f6b98f27 Bug 1121768 - Part 2: Give CSSPROPS_FOR_SHORTHAND_SUBPROPERTIES an nsCSSProps::EnabledState argument. r=dbaron 2015-01-17 15:55:07 +11:00
Cameron McCormack
7da6d1231d Bug 1121768 - Part 1: Require that shorthands with CSS_PROPERTY_ALWAYS_ENABLED_IN_UA_SHEETS or CSS_PROPERTY_ALWAYS_ENABLED_IN_CHROME_OR_CERTIFIED_APP have those flags on all subproperties. r=dbaron
Requiring that UA style sheet-only shorthand properties only have UA
style sheet-only subproperties makes it easier to deal with the
subproperties outside of the CSS parser (which is where the information
about whether a given property is enabled only in UA style sheets is
stored).  Similarly for certified app-only shorthands.
2015-01-17 15:55:07 +11:00
Cameron McCormack
af15caac4b Bug 1120283 - Part 2: Tests. r=dbaron 2015-01-17 15:53:27 +11:00
Cameron McCormack
80aa2194e7 Bug 1120283 - Part 1: Implement the offset-{block,inline}-{start,end} logical properties. r=dbaron 2015-01-17 15:53:27 +11:00
Cameron McCormack
3a07a5e567 Bug 1117983 - Part 4: Tests. r=dbaron 2015-01-17 15:50:09 +11:00
Cameron McCormack
1d0760b51a Bug 1117983 - Part 3: Implement the min-{block,inline}-size logical properties. r=dbaron 2015-01-17 15:50:09 +11:00
Cameron McCormack
ec9e67652f Bug 1117983 - Part 2: Implement the max-{block,inline}-size logical properties. r=dbaron 2015-01-17 15:50:09 +11:00
Cameron McCormack
23b1876849 Bug 1117983 - Part 1: Implement the {block,inline}-size logical properties. r=dbaron 2015-01-17 15:50:09 +11:00
Cameron McCormack
48c07b7b02 Bug 1120284 - Part 5: Support logical axis properties. r=dbaron 2015-01-17 15:43:20 +11:00
Cameron McCormack
b3408d2302 Bug 1120284 - Part 4: Add functions to convert from logical to physical axes based on writing mode. r=jfkthame 2015-01-17 15:43:20 +11:00
Cameron McCormack
0990a99d58 Bug 1120284 - Part 3: Add physical axis constants. r=jfkthame 2015-01-17 15:43:20 +11:00
Cameron McCormack
79b1792827 Bug 1120284 - Part 2: Support non-shorthand-related logical box property groups. r=dbaron 2015-01-17 15:43:20 +11:00
Cameron McCormack
cc6a78a83a Bug 1120284 - Part 1: Define logical property groups more explicitly. r=dbaron 2015-01-17 15:43:20 +11:00
Wes Kocher
7c3409c078 Merge m-c to b2g-inbound a=merge 2015-01-16 18:07:28 -08:00
Nick Alexander
a5e1f0e2df Bug 1119061 - Part 2: Add Sync 1.1 -> Sync 1.5 migration telemetry. r=rnewman
========

f7eaef78c1
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Wed Jan 14 17:36:29 2015 -0800

    Bug 1119061 - Part 2: Add Sync 1.1 to Sync 1.5 migration telemetry.

========

e64f968703
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Mon Jan 12 16:30:09 2015 -0800

    Bug 1119061 - Part 1: Add TelemetryWrapper.

    This is cribbed, more or less directly, from the stumbler.

========

51299e74e4
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Mon Jan 12 17:26:41 2015 -0800

    Bug 1119061 - Pre: Clear Firefox Account notifications when Android Account is removed.

--HG--
extra : rebase_source : 1bea34bc9fb4efd2e75cf965f59b5c568dc0ca0e
2015-01-16 17:42:34 -08:00
Nick Alexander
0364ff2892 Bug 1119061 - Part 1: Add Fennec-specific Sync 1.1 -> Sync 1.5 migration telemetry histograms. r=rnewman
The exponential histogram
FENNEC_SYNC11_MIGRATION_NOTIFICATIONS_OFFERED is triggered every time
the Android device tries to sync from the Sync11Migrated state.
Therefore, the notification offered may be (transparently) replacing
an existing notification; it doesn't necessarily mean we're nagging
the user after dismissal.

--HG--
extra : rebase_source : 6bb6b400ccedfef88b48a4ecc96269808a72fd07
2015-01-16 17:38:28 -08:00
Nick Alexander
9823ad3e97 Bug 1119070 - Add migration=sync11 query parameter to post-migration /account/login. r=rnewman
========

fb5159ea46
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Mon Jan 12 15:01:22 2015 -0800

    Bug 1119070 - Part 3: Re-instate service=sync; add migration=sync11.

========

00ab8e45e0
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Mon Jan 12 14:23:32 2015 -0800

    Bug 1119070 - Part 2: Thread query parameters through to relevant API calls.

========

b4029585aa
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Mon Jan 12 12:46:22 2015 -0800

    Bug 1119070 - Part 1: Extract uniform getBaseResource.

--HG--
extra : rebase_source : fcd4f2c63c4c85a4eaf84203cc9e0c658941c876
2015-01-16 17:42:29 -08:00
Wes Kocher
1f7c41def6 Merge inbound to m-c a=merge 2015-01-16 17:33:04 -08:00
Wes Kocher
0cccc2356c Merge fx-team to m-c a=merge 2015-01-16 16:45:53 -08:00
Seth Fowler
1542e1210b Bug 850197 - Mark layout/reftests/svg/as-image/list-simple-1.html random on Windows and OS X on a CLOSED TREE. a=KWierso
--HG--
extra : amend_source : dc810842bccef821869ed676b6c216f0bb78e4f0
2015-01-16 16:34:06 -08:00
Wes Kocher
77e9db96b7 Touch CLOBBER for bug 1118618's backout to fix build bustage on a CLOSED TREE 2015-01-16 15:23:03 -08:00
Wes Kocher
b44a9d4ff6 Backed out 2 changesets (bug 1121297) for Cpp bustage on a CLOSED TREE
Backed out changeset 28960bb167ef (bug 1121297)
Backed out changeset 005cf05954e7 (bug 1121297)

--HG--
rename : memory/volatile/VolatileBuffer.h => memory/mozalloc/VolatileBuffer.h
rename : memory/volatile/VolatileBufferAshmem.cpp => memory/mozalloc/VolatileBufferAshmem.cpp
rename : memory/volatile/VolatileBufferFallback.cpp => memory/mozalloc/VolatileBufferFallback.cpp
rename : memory/volatile/VolatileBufferOSX.cpp => memory/mozalloc/VolatileBufferOSX.cpp
rename : memory/volatile/VolatileBufferWindows.cpp => memory/mozalloc/VolatileBufferWindows.cpp
rename : memory/volatile/tests/TestVolatileBuffer.cpp => memory/mozalloc/tests/TestVolatileBuffer.cpp
rename : memory/volatile/tests/moz.build => memory/mozalloc/tests/moz.build
2015-01-16 15:21:25 -08:00
Bill McCloskey
7b3fe0714a Backout bug 1118618 on a CLOSED TREE 2015-01-16 14:46:05 -08:00
B2G Bumper Bot
b3b995b940 Bumping manifests a=b2g-bump 2015-01-16 14:41:26 -08:00
B2G Bumper Bot
6af3de4ab1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9afe83aea4c5
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #27436 from davidflanagan/bug1108979

Bug 1108979: don't just hide the poster image; actually unload it. r=pdahiya

========

https://hg.mozilla.org/integration/gaia-central/rev/63af966efceb
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1108979: don't just hide the poster image; actually unload it.
2015-01-16 14:39:48 -08:00
Kartikaya Gupta
7fb9197457 Bug 1122276 - Inline the BuildOverscrollHandoffChain callsite of GetTargetAPZC to avoid re-entering the tree lock and deadlocking. r=botond 2015-01-16 17:34:47 -05:00