Commit Graph

321012 Commits

Author SHA1 Message Date
Bobby Holley
b141d5f420 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
bfece22ab9 Backed out changeset 6356b67f6c87 (bug 902929) 2013-08-20 20:50:26 -07:00
Wes Kocher
5f8374e407 Backed out changeset 315c9f0af9bb (bug 902929) 2013-08-20 20:50:20 -07:00
Gaia Pushbot
e58f439896 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
0563e70cbf Bug 907509 - Uplift Addon SDK to fx-team 2013-08-20 18:24:12 -07:00
Nick Fitzgerald
25d85daf30 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
3687a07551 Bug 907211 - Fix localized string access for download size. r=ally 2013-08-20 18:16:30 -07:00
David Creswick
b0ce980179 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
f6d6af404b 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
Martijn Wargers
a74ca39ad1 Bug 846090 - XBL mochitests timing out/failing on b2g. r=jgriffin 2013-08-21 00:41:18 +02:00
Jan Jongboom
68ac8001de Bug 902942 - Deleting focused element doesn't update forms.js focusedElement. r=yxl 2013-08-21 08:24:25 -04:00
Gaia Pushbot
421f950403 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0a9e60cb5409
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #11661 from EverythingMe/migrate-storage-1.0.1-1.1

[Bug 907160] data migration from 1.0.1 to 1.1 [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/a75c23f60e72
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 907160] data migration from 1.0.1 to 1.1 [r=crdlc]
2013-08-21 05:15:44 -07:00
Ed Morley
ed092d660e Merge mozilla-central and b2g-inbound 2013-08-21 13:10:57 +01:00
Kartikaya Gupta
ad5d1ed934 Bug 907372 - Fix incorrect comment in FrameMetrics.h. r=k17e 2013-08-21 07:46:05 -04:00
Gaia Pushbot
a47092004b 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
4c314563ea Bug 891656 - Defect - wallpaper solution - navigation app bar icons cut off. r=mbrubeck 2013-08-20 13:38:52 -07:00
Federico Paolinelli
770cd6e9c0 Bug 566225 - Add framework to linkify phone numbers in pages, preffed off. r=wesj 2013-08-20 13:41:58 -07:00
Federico Paolinelli
6661e60ca5 Bug 566225 - Add framework to linkify phone numbers in pages, preffed off. r=wesj 2013-08-20 13:39:37 -07:00
Ryan VanderMeulen
988f90b952 Merge m-c to fig. 2013-08-20 16:33:28 -04:00
Ryan VanderMeulen
5228552c40 Merge fx-team to m-c. 2013-08-20 16:27:00 -04:00
Ethan Hugg
7ae1721f57 Bug 863306 - Turn off rtcp-mux in config 2013-08-20 13:21:27 -07:00
Robert O'Callahan
916ffde1d2 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
ac04716368 Bug 907489 - PresShell::HandleEvent() never initializes its "flags" variable (r=mattwoodrow) 2013-08-20 18:35:18 -07:00
Nicholas Cameron
01348ed72b Bug 902929. Be explicit about re-attaching async video compositable hosts. r=nical 2013-08-21 13:28:53 +12:00
Nicholas Cameron
dc0aaf9d43 Bug 902929. Assert that we don't have a compositable child for ImageBridgeClients. r=nical 2013-08-21 13:27:05 +12:00
Nicholas Cameron
4bdcd5e9c7 Bug 907466. Support large canvases with d3d11. r=mattwoodrow 2013-08-21 13:13:57 +12:00
Lucas Rocha
5a93ceda11 Bug 907274 - Disable testVkbOverlap, perma-orange on armv6 (r=gbrown) 2013-08-20 20:46:47 +01:00
Ryan VanderMeulen
3134daa72a Merge m-c to fx-team. 2013-08-20 15:33:48 -04:00
Ryan VanderMeulen
f4c2fcae0d Merge m-c to b2g-inbound. 2013-08-20 15:33:10 -04:00
Mark Capella
35c63ae52d Bug 906499 - Caret visibility persists after form submission, r=margaret 2013-08-20 14:50:57 -04:00
Gregory Szorc
315728cce1 Bug 845623 - Intermittent failure in test_storage_server.js; r=gbrown 2013-08-20 11:21:02 -07:00
Nick Fitzgerald
e31c09bf76 Bug 906796 - _unknownError should suck less; r=vporof 2013-08-20 11:15:15 -07:00
Nick Fitzgerald
c31973a6ca Bug 906795 - safeErrorString should include a stack; r=vporof 2013-08-20 11:15:11 -07:00
Dave Hylands
b7692523f3 Bug 830612 - Fix UP_watchdogTimerFired to use notify instead. r=julienw 2013-08-20 10:41:23 -07:00
Gaia Pushbot
f84c5670e1 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 905771 - Lazy load contact views r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/a1b416bd038e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 905771 - Lazy load contact views
2013-08-20 10:40:26 -07:00
Gaia Pushbot
e4b149428f Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1ee26712cf06
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11607 from comoyo/mozContacts2vcard

Bug 896982 - [Contacts] Design and implement a component to transform mozContacts to VCARD format [r=arcturus]

========

https://hg.mozilla.org/integration/gaia-central/rev/bb8a14e8276c
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Design and implement a component to transform mozContacts to VCARD format

========

https://hg.mozilla.org/integration/gaia-central/rev/3997a1eb87f3
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 886715 - [MMS] [Regression] After changing language all strings should be in new language - r=julienw

This is a complete overhaul of all localization inside the SMS app.

- Avoid using `navigator.mozL10n.get()` to populate `innerText` ourselves
  - Exceptions to this rule: when the final target is something like `alert()` or `navigator.mozNotification`, we can't really pass HTML, so do our best with the current translated string
- Use `navigator.mozL10n.localize(element, id, args)` where possible
- Use `navigator.mozL10n.translate(fragment)` and stuff the proper data-* attribs where we render templates.

Closes gh-11491
2013-08-20 10:20:25 -07:00
Gregory Szorc
0ec778510f Bug 896695 - Re-enable accidentally disabled toolkit/devtools/apps xpcshell tests; r=mshal 2013-08-20 10:05:52 -07:00
Gaia Pushbot
9c588a02b4 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 906934 - Remove rocketbar code r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/d97ef305b6a2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 906934 - Remove rocketbar code
2013-08-20 09:55:26 -07:00
Ryan VanderMeulen
0718449dfb Backed out changeset ef139b6034a5 (bug 890722) for SM rootanalysis orange.
CLOSED TREE
2013-08-20 12:53:29 -04:00
Eitan Isaacson
717f0a744d Bug 906867 - Include speech synth ipdls regardless of it being enabled at build time. r=gps 2013-08-20 09:24:04 -07:00
Justin Lebar
b0df52ae5e Bug 906918 - Use MoveRef's in nsTHashtable. r=bsmedberg
This patch adds a move constructor for nsTHashtable and also lets
nsTHashtable use its EntryType's move constructor, if one is available.

This patch also adds move constructors for nsCharPtrHashKey and
nsUnicharPtrHashKey.  Using these new constructors, nsTHashtable will be
able to avoid strdup()'ing all of its keys whenever it resizes the
table.
2013-08-20 09:08:00 -07:00
Gaia Pushbot
e64978e9d5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8cd98f5085bf
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11535 from pivanov/bug-904027

Bug 904027 - [HD][Music] Video scrubber edges looks slightly fuzzy r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/1c94e8e8ba98
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 904027 - [HD][Music] Video scrubber edges looks slightly fuzzy
2013-08-20 09:00:24 -07:00
David Burns
9a0bd26f3f Bug 901776 - Adding checks to visibility code that makes elements with hidden attribute hidden; r=mdas 2013-08-20 16:47:22 +01:00
Jon Coppeard
af31af2f8d Bug 893184 - Intermittent jsreftest.html?test=ecma_5/JSON/parse-array-gc.js... r=till 2013-08-20 16:40:27 +01:00
Luke Wagner
ffa796de5f Bug 907085 - Don't use GetIonContext->cx during GC (r=jandem)
--HG--
extra : rebase_source : 0c442c82e71435dd8712a67cc7f01f00010f1e41
2013-08-20 09:40:16 -05:00
Guillaume Abadie
b34f7bed28 bug 903481_- step 3 - [WebGL 2.0] implement TRANSFORM_FEEDBACK_BUFFER - r=jgilbert 2013-08-20 11:36:20 -04:00
Guillaume Abadie
4f2b0458e0 bug 903481 - step 2 - [WebGL 2.0] transform feedback: add symbols in GLContext - r=jgilbert 2013-08-20 11:36:20 -04:00
Guillaume Abadie
2e13b97e43 bug 903481 - step 1 - Move WebGL buffers function into GLContextBuffers.cpp - r=jgilbert 2013-08-20 11:36:19 -04:00
Hannes Verschore
1f7202fd66 Bug 905396 - IonMonkey: Bailout function of LGenericCall now takes JSObject, r=sstangl 2013-08-20 17:34:50 +02:00
Hannes Verschore
3d34bb7d2a Bug 890722: IonMonkey: Implement JSOP_RETRVAL, JSOP_SETRVAL, JSOP_POPV, r=jandem 2013-08-20 17:34:45 +02:00