Commit Graph

191187 Commits

Author SHA1 Message Date
Mats Palmgren
b5c267b13f Bug 1028460 - part 3, Change the return type for Get*SkipSides(). r=roc 2014-06-28 10:13:13 +00:00
Mats Palmgren
927bd106f7 Bug 1028460 - part 2, Implement a mozilla::LogicalSides type that represents a set of logical sides that can be used for the GetLogicalSkipSides() result among other things. r=roc 2014-06-28 10:13:13 +00:00
Mats Palmgren
2a6ed61745 Bug 1028460 - part 1, Implement a mozilla::Sides type that represents a set of sides that can be used for the GetSkipSides() result among other things. r=roc 2014-06-28 10:13:13 +00:00
Phil Ringnalda
3e0ac0fe53 Back out 4 changesets (bug 1030446) on suspicion of setting up random patches to break asmjs tests on Android Armv6
CLOSED TREE

Backed out changeset 4bc102bd4067 (bug 1030446)
Backed out changeset c11c8733e76a (bug 1030446)
Backed out changeset addc1a7459a7 (bug 1030446)
Backed out changeset 457b38b8094c (bug 1030446)
2014-06-29 09:52:26 -07:00
Ms2ger
afab4dfc31 Bug 968804 - Part u: Add outer window assertions to OpenInternal; r=khuey 2014-06-29 17:36:03 +02:00
Ms2ger
fbe13cd7c3 Bug 968804 - Part t: Add outer window assertions to OpenNoNavigate; r=khuey 2014-06-29 17:36:03 +02:00
Ms2ger
d7fd1cf9c4 Bug 968804 - Part s: Add inner window assertions to CloneStorageEvent; r=khuey 2014-06-29 17:36:03 +02:00
Ms2ger
dd9003d228 Bug 968804 - Part r: Point out the outer window assertion in SetArguments in the documentation; r=khuey 2014-06-29 17:36:02 +02:00
Ms2ger
aac45eef50 Bug 968804 - Part q: Add inner window assertions to the gamepad methods; r=khuey 2014-06-29 17:36:02 +02:00
Ms2ger
fb3cf3b33f Bug 968804 - Part p: Add outer window assertions to SetFullScreenInternal; r=khuey 2014-06-29 17:36:02 +02:00
Ms2ger
e18fc6c7ce Bug 968804 - Part o: Add inner window assertions to RefreshCompartmentPrincipal; r=khuey 2014-06-29 17:36:01 +02:00
Ms2ger
4d1da6d992 Bug 968804 - Part n: Split nsGlobalWindow::GetFullScreen into a forwarding and an asserting part; r=khuey 2014-06-29 17:35:56 +02:00
Ms2ger
71fc09547a Bug 968804 - Part m: Add outer window assertions to DispatchCustomEvent; r=khuey 2014-06-29 17:31:13 +02:00
Ms2ger
00a3b7c101 Bug 968804 - Part l: Add outer window assertions to DispatchResizeEvent; r=khuey 2014-06-29 17:31:12 +02:00
Ms2ger
65c3542dbe Bug 968804 - Part k: Add outer window assertions to GetScrollXY; r=khuey 2014-06-29 17:31:12 +02:00
Ms2ger
1749999ff2 Bug 968804 - Part j: Add inner window assertions to CreatePerformanceObjectIfNeeded; r=khuey 2014-06-29 17:31:12 +02:00
Ms2ger
2867cac04f Bug 968804 - Part i: Add inner window assertions to AudioContext methods; r=khuey 2014-06-29 17:31:11 +02:00
Ms2ger
5a07ceb681 Bug 968804 - Part h: Add inner window assertions to DefineArgumentsProperty; r=khuey 2014-06-29 17:31:09 +02:00
Mats Palmgren
f2e692b0fe Bug 1031444 - Add missing COMPUTED_STYLE_PROP declaration for 'box-decoration-break'. r=roc 2014-06-29 13:13:29 +00:00
Phil Ringnalda
92fe6a5293 Back out 5 changesets (bug 1028460, bug 1031444) for somehow breaking asmjscache/test/test_cachingBasic.html on Android 2.2
Backed out changeset 0b5918ec6521 (bug 1031444)
Backed out changeset 663ff18cd4a1 (bug 1028460)
Backed out changeset ae01b3919c8c (bug 1028460)
Backed out changeset 316c8dfeca9b (bug 1028460)
Backed out changeset e237b2c61ea2 (bug 1028460)
2014-06-28 22:01:28 -07:00
Phil Ringnalda
7235f6934a Merge m-c to m-i 2014-06-28 20:51:49 -07:00
Kyle Huey
5c636e176b Bug 1027163: Using fallible allocation in DOMStorage::SetItem. r=bz 2014-06-28 20:12:48 -07:00
Blake Kaplan
d96a208414 Bug 949617 - Make the login manager work in e10s. r=dolske/mconley/mfinkle/jimm 2014-06-28 11:09:45 -07:00
Blake Kaplan
5b8b70881e Bug 995489 - Generalize AutoCompleteE10S.jsm for use from other code. r=felipe 2014-06-28 11:09:45 -07:00
Blake Kaplan
2f3a35bb35 Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske 2014-06-28 11:09:45 -07:00
Mats Palmgren
e1212cf3e0 Bug 1031444 - Add missing COMPUTED_STYLE_PROP declaration for 'box-decoration-break'. r=roc 2014-06-28 10:13:14 +00:00
Mats Palmgren
1829b003f4 Bug 1028460 - part 4, Remove LOGICAL_SIDE* and use the LogicalSideBits enum values instead. r=roc 2014-06-28 10:13:14 +00:00
Mats Palmgren
d11737c8ef Bug 1028460 - part 3, Change the return type for Get*SkipSides(). r=roc 2014-06-28 10:13:13 +00:00
Mats Palmgren
6366f43016 Bug 1028460 - part 2, Implement a mozilla::LogicalSides type that represents a set of logical sides that can be used for the GetLogicalSkipSides() result among other things. r=roc 2014-06-28 10:13:13 +00:00
Mats Palmgren
170ab90b08 Bug 1028460 - part 1, Implement a mozilla::Sides type that represents a set of sides that can be used for the GetSkipSides() result among other things. r=roc 2014-06-28 10:13:13 +00:00
Franz Sarmiento
aecfbf8f47 Bug 925986 - Code cleanup - Misc unused var declared in aboutReader method _toggleToolbarVisibility(), r=margaret 2014-06-28 00:20:27 -04:00
B2G Bumper Bot
29a53be018 Bumping manifests a=b2g-bump 2014-06-27 18:46:41 -07:00
B2G Bumper Bot
b2eb424b04 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/233d36e0ecad
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #21132 from KevinGrandon/bug_1023950_apply_tests

Bug 1023950 - Enable verticalhome tests now that we have an updated gecko nightly

========

https://hg.mozilla.org/integration/gaia-central/rev/e8677be117db
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1023950 - Enable verticalhome tests now that we have an updated gecko nightly
2014-06-27 18:40:25 -07:00
Wes Kocher
8f891b42c0 Merge m-c to fx-team a=merge 2014-06-27 17:54:18 -07:00
Wes Kocher
aaa37c1073 Merge m-c to b2g-inbound a=merge 2014-06-27 17:52:52 -07:00
Wes Kocher
b7cfc12713 Merge inbound to m-c a=merge 2014-06-27 17:40:49 -07:00
B2G Bumper Bot
986fef3fcc Bumping manifests a=b2g-bump 2014-06-27 17:21:16 -07:00
B2G Bumper Bot
802fe6fc2f Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0afebbe4f7fe
Author: KWierso <kwierso@gmail.com>
Desc: Empty commit to hopefully get the bumper bot working again

========

https://hg.mozilla.org/integration/gaia-central/rev/106d07c44cac
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #21131 from nullaus/bug1029609

bug 1029609 - Show spinner when loading new collections. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/74c09071bea3
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1029609 - Show spinner when loading new collections. r=kgrandon
2014-06-27 17:15:31 -07:00
Wes Kocher
785ee4384b Merge b2g-inbound to m-c a=merge 2014-06-27 17:11:25 -07:00
Wes Kocher
6d563db10a Merge fx-team to m-c a=merge 2014-06-27 16:51:49 -07:00
richmt9@gmail.com
c195bbc588 Bug 1028815 - "7 days ago" label in History panel is confusing. r=liuche 2014-06-27 18:34:18 -04:00
B2G Bumper Bot
bc1bf9853e Bumping manifests a=b2g-bump 2014-06-27 14:06:39 -07:00
B2G Bumper Bot
f5def5019b Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5c1589978f8e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #21126 from KevinGrandon/land_bug_1027144

Revert "Revert "Bug 1027144 - Re-enable test_homescreen_move_app.py" for intermittent test failures"

========

https://hg.mozilla.org/integration/gaia-central/rev/13eca3ae141e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Revert "Bug 1027144 - Re-enable test_homescreen_move_app.py" for intermittent test failures"

This reverts commit a0807151b0b28feb59b323a30b1f74dc8801be32.

========

https://hg.mozilla.org/integration/gaia-central/rev/314cadee9543
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #20942 from DouglasSherk/1021175-callscreen-incorrect-wallpaper

Bug 1021175 - [Dialer] Fix incorrect wallpaper shown if the user changes it. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/2ccfb999b4e4
Author: DouglasSherk <github@sherk.me>
Desc: Bug 1021175 - [Dialer] Fix incorrect wallpaper shown if the user changes it. r=etienne
2014-06-27 14:00:27 -07:00
B2G Bumper Bot
37d719aa11 Bumping manifests a=b2g-bump 2014-06-27 13:11:11 -07:00
B2G Bumper Bot
12aa167193 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/38469787521c
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #21124 from zbraniecki/994519-add-setattributes

Bug 994519 - Introduce l10n.setAttributes and l10n.getAttributes. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/ae5a34f50aa9
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 994519 - Introduce l10n.setAttributes and l10n.getAttributes. r=stas
2014-06-27 13:05:27 -07:00
Geoff Brown
cbbabf181b Bug 1031103 - Skip test_bug659743.xml on Android 2.3 for too many intermittent time outs; no review 2014-06-27 13:59:29 -06:00
Ryan VanderMeulen
2bbaba3ec5 Merge m-c to b2g-inbound. a=merge 2014-06-27 15:57:42 -04:00
B2G Bumper Bot
99c6970b09 Bumping manifests a=b2g-bump 2014-06-27 12:56:42 -07:00
Ryan VanderMeulen
71f226a564 Merge m-c to inbound. a=merge 2014-06-27 15:56:35 -04:00
B2G Bumper Bot
3360fc71f9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e3956f470dd9
Author: Jared Hirsch <ohai@6a68.net>
Desc: Merge pull request #20774 from 6a68/bug-1027950-settings-fmd-onerror-handlers

Bug 1027950 - [Settings][Find My Device] Do not attach handlers inside onerror callback

========

https://hg.mozilla.org/integration/gaia-central/rev/0b6126d42d3c
Author: Jared Hirsch <ohai@6a68.net>
Desc: Bug 1027950 - Correctly initialize find my device settings panel. r=arthurcc

    * Do not attach handlers inside onerror callback.
    * Disable fmd login button until watch fires.
    * Add tests.
2014-06-27 12:50:25 -07:00