Граф коммитов

402044 Коммитов

Автор SHA1 Сообщение Дата
B2G Bumper Bot 4243c2f0b7 Bumping manifests a=b2g-bump 2015-01-17 23:11:28 -08:00
Seth Fowler 64051b1563 No bug - Fix comment in modules/libpref/init/all.js. r=me 2015-01-17 21:55:07 -08:00
B2G Bumper Bot c1a1a01077 Bumping manifests a=b2g-bump 2015-01-17 20:31:30 -08:00
B2G Bumper Bot 08f1c0cbf5 Bumping manifests a=b2g-bump 2015-01-17 20:11:30 -08:00
B2G Bumper Bot 055afe0b74 Bumping manifests a=b2g-bump 2015-01-17 19:51:31 -08:00
Phil Ringnalda d89e692f9b Merge m-c to f-t 2015-01-17 18:33:04 -08:00
Ehsan Akhgari 9036a7eadd 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 cec7cbbd44 Bug 1119921 - Fix "$ANDROID_VERSION" comparison tests. r=nalexander
--HG--
extra : amend_source : 50fa678c38bac71807cd09991d1b4239b5f666b9
2015-01-17 16:42:04 -08:00
Christopher Reyes d7d94c10e1 Bug 1122709 - Removed expression closures from getters; r=dao 2015-01-18 00:39:20 +01:00
Phil Ringnalda 53a5e2bb9c 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 967add8060 Bug 1118694 - Always retarget OnDataAvailable for RasterImage. r=sworkman 2015-01-17 13:18:26 -08:00
Phil Ringnalda 2cd21e3280 Merge m-c to m-i 2015-01-17 13:11:55 -08:00
Phil Ringnalda b7929d83b1 Merge f-t to m-c, a=merge 2015-01-17 13:09:20 -08:00
Phil Ringnalda 3974bffbb7 Merge b-i to m-c, a=merge 2015-01-17 13:06:16 -08:00
Terrence Cole b54cb1c139 Bug 1122842 - Remove the dead declaration of JS_DumpHeap; r=sfink 2015-01-17 11:43:11 -08:00
Shu-yu Guo 8961dccd21 Bug 1122833 - Don't relazify scripts with direct eval. (r=till) 2015-01-17 11:40:18 -08:00
Shu-yu Guo 7ab8747286 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 d7bad3d78b Bug 1122366 - Reftest for margin-collapsing through empty element in vertical mode. r=dbaron 2015-01-17 08:51:41 +00:00
Jonathan Kew 7819f255f0 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 f8f32bcddd Bug 1122366 - pt 1 - Make nsBlockFrame::IsSelfEmpty aware of vertical writing modes. r=dbaron 2015-01-17 08:50:56 +00:00
Robert Longson a525ba8595 Bug 1120071 - Replace custom drop shadow with feDropShadow. r=jaws 2015-01-17 08:43:12 +00:00
Seth Fowler 71e8c48f72 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 8343f75c28 Bug 1122882 - Fix test_platform_colors.xul for 10.10 2015-01-17 00:24:13 -08:00
Andrea Marchesini 15c180d225 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 633dc9fccf 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 0c9d4ac32b 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 b6fbc240b2 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 14e43fddda 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 7be3c2ce85 Bug 1120283 - Part 2: Tests. r=dbaron 2015-01-17 15:53:27 +11:00
Cameron McCormack 2ddead31eb 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 e099fb2efe Bug 1117983 - Part 4: Tests. r=dbaron 2015-01-17 15:50:09 +11:00
Cameron McCormack 228d7a7703 Bug 1117983 - Part 3: Implement the min-{block,inline}-size logical properties. r=dbaron 2015-01-17 15:50:09 +11:00
Cameron McCormack c7bda81337 Bug 1117983 - Part 2: Implement the max-{block,inline}-size logical properties. r=dbaron 2015-01-17 15:50:09 +11:00
Cameron McCormack 147da22f18 Bug 1117983 - Part 1: Implement the {block,inline}-size logical properties. r=dbaron 2015-01-17 15:50:09 +11:00
Cameron McCormack c6ef584ad1 Bug 1120284 - Part 5: Support logical axis properties. r=dbaron 2015-01-17 15:43:20 +11:00
Cameron McCormack 920c31261c 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 00a0ddeb0e Bug 1120284 - Part 3: Add physical axis constants. r=jfkthame 2015-01-17 15:43:20 +11:00
Cameron McCormack 4468def2e9 Bug 1120284 - Part 2: Support non-shorthand-related logical box property groups. r=dbaron 2015-01-17 15:43:20 +11:00
Cameron McCormack e213d872b9 Bug 1120284 - Part 1: Define logical property groups more explicitly. r=dbaron 2015-01-17 15:43:20 +11:00
Wes Kocher adad8db983 Merge m-c to b2g-inbound a=merge 2015-01-16 18:07:28 -08:00
Nick Alexander 5019e233d7 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 01e6889b20 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 795f71ed3f 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 9ecc429a06 Merge inbound to m-c a=merge 2015-01-16 17:33:04 -08:00
Michael Comella c52214c4f3 Bug 1116910 - Add new share icons in the action bar for tablet. r=capella 2015-01-16 17:29:35 -08:00
Mark Capella 532fed8bf8 Bug 1106800 - p3 Implement testTextareaSelections, r=margaret 2015-01-20 00:47:55 -05:00
Mark Capella 469a22c57d Bug 1106800 - p2 Implement testTextareaSelections, r=margaret 2015-01-20 00:47:55 -05:00
Mark Capella 33b44eabd8 Bug 1106800 - p1 Implement testTextareaSelections, r=margaret 2015-01-20 00:47:55 -05:00
Mark Capella 9e128022a9 Bug 1096938 - Action bar goes away if JavaScript extends selection, r=margaret 2015-01-20 00:40:41 -05:00
Mark Capella 36038c187a Bug 1119834 - Text selection action bar is shown on div element containing no text, r=margaret 2015-01-20 00:40:41 -05:00