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

321088 Коммитов

Автор SHA1 Сообщение Дата
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
Terrence Cole 264acde64b Bug 907358 - Exactly root internal pointers in Array.join; r=Waldo
--HG--
extra : rebase_source : c7f0c4dfd9a1ac7f7877e1cbe0778ac0f071e9d4
2013-08-20 13:13:21 -07:00
Justin Lebar 731cefe044 Bug 907227 - Properly delete LinkedListElement's implicit copy-constructor and operator=. r=waldo
--HG--
extra : rebase_source : b5f09c990f38537266c3e42a211a483e1dd291d6
2013-08-21 12:04:29 -07:00
Justin Lebar 9c181eb3fd Bug 906909 - Make LinkedList::debugAssertIsSane() compile. r=waldo
--HG--
extra : rebase_source : 60027f53b4a8fa91dd7e42863c271c36395d6851
2013-08-21 12:04:29 -07:00
Ryan VanderMeulen 2e280da7aa Merge m-c to inbound. 2013-08-21 17:17:18 -04:00
Olli Pettay e5e63a48e9 Bug 906269, don't start a GC cycle so likely while we're in middle of a CC cycle, r=mccr8
--HG--
extra : rebase_source : 90d3ad3d19159613f2cb83f0d28dd37a1a429b75
2013-08-22 00:02:12 +03:00
Gregory Szorc 23d3390f26 Bug 907797 - Catch NotImplementedError when importing psutil; r=ahal 2013-08-21 09:56:36 -07:00
Eric Faust 95ef73617c Bug 906035 - IonMonkey: Only generate array length GetProperty stubs with valid outputs. (r=nbp) 2013-08-21 13:38:45 -07:00
Ryan VanderMeulen 81455a2401 Backed out changeset 4d6b320897df (bug 893184) for crashes. 2013-08-21 16:35:45 -04:00
Stephen Pohl 2d01c5edc2 Bug 904561: Followup for RTL support. r=smichaud 2013-08-21 16:33:55 -04:00
Andrew McCreight 6d960bf0eb Bug 614238, part 2 - remove unused StkCommandEvent CC declaration. r=smaug 2013-08-20 15:55:07 -07: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