Commit Graph

143382 Commits

Author SHA1 Message Date
Ed Morley
bc2fefe4b5 Merge mozilla-central and inbound 2013-08-21 13:09:51 +01:00
Ed Morley
258910d255 Merge latest green inbound changeset and mozilla-central 2013-08-21 12:59:33 +01:00
Ed Morley
a466b5224d Merge latest green b2g-inbound changeset and mozilla-central 2013-08-21 12:57:10 +01:00
Ed Morley
578ed8d9b3 Merge latest green fx-team changeset and mozilla-central 2013-08-21 12:56:05 +01:00
Ed Morley
68423ee727 Backed out changeset daaee7df86ae (bug 907147) for assertions 2013-08-21 11:11:23 +01:00
Makoto Kato
fe28daf9a9 Bug 904956 - test_handlerService.js might not work on Windows Server 2012. r=rstrong 2013-08-21 19:02:42 +09:00
Lucas Rocha
98faa6f5c7 Pushing fig to m-c IGNORE BAD COMMIT MESSAGES 2013-08-21 10:40:22 +01:00
Lucas Rocha
7cc24253db Backout 226fa98cb589 (Bug 888011) (r=mfinkle) 2013-08-21 10:32:24 +01:00
Jon Coppeard
9adc7a05fb Bug 907147 - Assertion failure: type->proto->hasNewType(&JSObject::class_, type), at jsobj.cpp:1423 r=terrence 2013-08-21 09:58:25 +01:00
Marco Zehe
46da32f697 Bug 907125 - [AccessFu] Improve the output for ARIA tabs and tab lists, r=yzen 2013-08-21 09:52:46 +02:00
Gaia Pushbot
8dd64c51b3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/085648d44f2a
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11615 from lightsofapollo/vbump-tst-agent2

vbump test-agent

========

https://hg.mozilla.org/integration/gaia-central/rev/115cdfae223a
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 899725 - vbump test-agent
2013-08-21 00:35:24 -07:00
Paul Rouget
bcdb3097aa Bug 902874 - [app manager] data store for webapps. r=alex.poirot 2013-08-21 08:56:40 +02:00
Paul Rouget
25e26b2bc7 Bug 901520 - [app manager] data store for device. r=alex.poirot 2013-08-21 08:56:40 +02:00
Paul Rouget
a1dd8aa7d0 Bug 901519 - [app manager] data store for connections. r=alex.poirot 2013-08-21 08:56:40 +02:00
Paul Rouget
cfb096fe77 Bug 901521 - [app manager] implement a template mechanism based on stores. r=mratcliffe 2013-08-21 08:56:40 +02:00
Paul Rouget
f3227defd1 Bug 901517 - Observable Object: use EventEmitter.decorate and fix array issue. r=poirot.alex 2013-08-21 08:56:40 +02:00
Paul Rouget
cd583fea70 Bug 895360 - [app manager] Device meta data actor. r=poirot.alex 2013-08-21 08:56:40 +02:00
Paul Rouget
c446e895d6 Bug 898485 - [app manager] Implement an abstract connection manager. r=past 2013-08-21 08:56:40 +02:00
Justin Dolske
d9dfec89f5 Bug 907594 - Pref-change observer isn't being called. r=mattn 2013-08-20 23:55:18 -07:00
David Zbarsky
e2a9f7d859 Bug 890570: Stop using PBrowser for all other protocols r=jduell 2013-08-21 02:49:44 -04:00
David Zbarsky
a9365e5d20 Bug 890570 - PRemoteOpenFile Constructor doesn't need PBrowser r=jduell 2013-08-21 02:49:43 -04:00
David Zbarsky
1109d8cbb4 Bug 890570 - PTCPSocket constructor doesn't need PBrowser r=jduell 2013-08-21 02:49:42 -04:00
David Zbarsky
9f84479195 Bug 890570 - PCookieService doesn't need PBrowser r=jduell 2013-08-21 02:49:41 -04:00
Jan de Mooij
89e2f52152 Bug 906286 - Canonicalize NaN values stored to float arrays in JS_MORE_DETERMINISTIC builds. r=luke 2013-08-21 08:40:17 +02:00
Phil Ringnalda
21991b1148 Back out 4dd5fb21e599 (bug 906199) for Android R2 orange
CLOSED TREE
2013-08-20 22:49:12 -07:00
Daniel Holbert
b839bcc1af Bug 907565: Remove redundant (unused) copy of nsISVGPoint.cpp. r=dzbarsky 2013-08-20 22:10:43 -07:00
Gaia Pushbot
60df75dfa8 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2f42e7e07abc
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #11646 from samjoch/bug-906630-HDBrowserReplaceBackTabArrowIcon

Bug 906630 - [HD][Browser] Replace back tab arrow icon

========

https://hg.mozilla.org/integration/gaia-central/rev/0e0264090335
Author: Sam Joch <samuel@guiora.com>
Desc: Bug 906630 - [HD][Browser] Replace back tab arrow icon
2013-08-20 21:25:23 -07:00
Bobby Holley
84fdc4fceb Bug 907508 - Provide a mechanism for adding extra slots for XPConnect globals. r=bz
mhordecki needs this in bug 898559.
2013-08-20 21:21:01 -07:00
Bobby Holley
f6b09836a4 Bug 907508 - Define the slot count for xpconnect and worker globals in terms of the slots defined in DOMJSClass.h. r=bz 2013-08-20 21:21:00 -07:00
Bobby Holley
84d666b750 Bug 907508 - Drop the slot count for worker globals from 3 to 1. r=bz
Continuing the analysis of the previous patch, we actually have two free slots.

The first comes from the removal of DOM_GLOBAL_OBJECT_SLOT, as in the previous
patch.

The second comes from the fact that we mirrored the XPConnect slot for the
XPCWrappedNativeScope (so that slot offsets would be the same for workers and
non-workers), but didn't drop the slot count in bug 797821.
2013-08-20 21:21:00 -07:00
Bobby Holley
12c731ac0e Bug 907508 - Drop the number of slots on XPConnect globals from 2 to 1. r=bz
In the old world, XPConnect globals had one reserved slot, which was used to
store a private pointer to the XPCWrappedNativeScope.

Then, in the new DOM bindings landing (bug 740069), we added two slots, one
for DOM_GLOBAL_OBJECT_SLOT, and one for DOM_PROTOTYPE_SLOT.

Then, in bug 761707, we removed DOM_GLOBAL_OBJECT_SLOT, but the slot count
remained at 3.

Then, in bug 797821, we stopped storing the XPCWrappedNativeScope in the slot
on the global, and dropped the XPConnect global count from 3 to 2.

Given the above, we can safely drop it to 1, here. It's easy to check that
this is correct, because reserved slots for globals have a different offset,
which is JSCLASS_GLOBAL_SLOT_COUNT. And according to mxr, the only thing
defined in terms of that is DOM_PROTOTYPE_SLOT (which takes the same value).
This means that all subsequent slots on the global are unused.
2013-08-20 21:21:00 -07:00
Wes Kocher
a62887bc50 Backed out changeset 6356b67f6c87 (bug 902929) 2013-08-20 20:50:26 -07:00
Wes Kocher
2a9e21a70f Backed out changeset 315c9f0af9bb (bug 902929) 2013-08-20 20:50:20 -07:00
Gaia Pushbot
bda19249e9 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1f3f4a914e1a
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #11651 from asutherland/email-fix-163.com

Bug 874348 - [Buri][Email]Failed to send and receive mail with 163 exchange account. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/fb53a2e34382
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 874348 - [Buri][Email]Failed to send and receive mail with 163 exchange account. r=asuth

land https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/237
2013-08-20 20:30:23 -07:00
Wes Kocher
f5c39ffcec Bug 907509 - Uplift Addon SDK to fx-team 2013-08-20 18:24:12 -07:00
Nick Fitzgerald
65efc056ab Bug 906100 - Intermittent failures in tests that list sources, but don't call gc() after adding test globals; r=jimb 2013-08-20 18:23:05 -07:00
Sam Foster
612206ede1 Bug 907211 - Fix localized string access for download size. r=ally 2013-08-20 18:16:30 -07:00
David Creswick
4abd90b5b5 Bug 870339 - Fix Intermittent browser/devtools/styleeditor/test/browser_styleeditor_bug_740541_iframes.js. r=harth 2013-08-20 21:12:37 -04:00
Gaia Pushbot
361f2a29f6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0aa9810ad033
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #11591 from mcirlanaru/bug_896060

Bug 896060 - [Contacts] Avoid whitespaces in constructed names ...

========

https://hg.mozilla.org/integration/gaia-central/rev/2caf77fe9d5c
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 896060 - [Contacts] Avoid whitespaces in constructed names when saving contacts. r=bkelly
2013-08-20 17:15:27 -07:00
Gaia Pushbot
6c8f0105af Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8ad1ec8d1d4d
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11647 from jonallengriffin/pointer

Bug 907388 - Update gaia-ui-tests pointer, a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/856faafc6a88
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 907388 - Update gaia-ui-tests pointer, a=test-only
2013-08-20 14:05:23 -07:00
Jonathan Wilde
05195a4494 Bug 891656 - Defect - wallpaper solution - navigation app bar icons cut off. r=mbrubeck 2013-08-20 13:38:52 -07:00
Federico Paolinelli
b7e55989f0 Bug 566225 - Add framework to linkify phone numbers in pages, preffed off. r=wesj 2013-08-20 13:41:58 -07:00
Federico Paolinelli
86f92e992f Bug 566225 - Add framework to linkify phone numbers in pages, preffed off. r=wesj 2013-08-20 13:39:37 -07:00
Ryan VanderMeulen
9839cd979c Merge m-c to fig. 2013-08-20 16:33:28 -04:00
Ryan VanderMeulen
5c9865da52 Merge fx-team to m-c. 2013-08-20 16:27:00 -04:00
Ethan Hugg
c69d8f108a Bug 863306 - Turn off rtcp-mux in config 2013-08-20 13:21:27 -07:00
Robert O'Callahan
98330c01bc Bug 906199. Ensure that nsDisplayTransforms being bubbled up by preserve-3d have the correct clip applied. r=mattwoodrow 2013-08-21 15:04:23 +12:00
Bill McCloskey
d827fa534c Bug 907489 - PresShell::HandleEvent() never initializes its "flags" variable (r=mattwoodrow) 2013-08-20 18:35:18 -07:00
Nicholas Cameron
8acfeaece0 Bug 902929. Be explicit about re-attaching async video compositable hosts. r=nical 2013-08-21 13:28:53 +12:00
Nicholas Cameron
1caed203b3 Bug 902929. Assert that we don't have a compositable child for ImageBridgeClients. r=nical 2013-08-21 13:27:05 +12:00