Commit Graph

143386 Commits

Author SHA1 Message Date
Robert O'Callahan
8253361b24 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
3e39a45945 Bug 907489 - PresShell::HandleEvent() never initializes its "flags" variable (r=mattwoodrow) 2013-08-20 18:35:18 -07:00
Nicholas Cameron
a6ed5e965c Bug 902929. Be explicit about re-attaching async video compositable hosts. r=nical 2013-08-21 13:28:53 +12:00
Nicholas Cameron
49b9f6f61b 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
a83a22ab7a Bug 907466. Support large canvases with d3d11. r=mattwoodrow 2013-08-21 13:13:57 +12:00
Lucas Rocha
065c30c61a Bug 907274 - Disable testVkbOverlap, perma-orange on armv6 (r=gbrown) 2013-08-20 20:46:47 +01:00
Ryan VanderMeulen
2203bcca10 Merge m-c to fx-team. 2013-08-20 15:33:48 -04:00
Ryan VanderMeulen
e94c33e711 Merge m-c to b2g-inbound. 2013-08-20 15:33:10 -04:00
Mark Capella
3e0a510f8c Bug 906499 - Caret visibility persists after form submission, r=margaret 2013-08-20 14:50:57 -04:00
Gregory Szorc
8c4bf189c5 Bug 845623 - Intermittent failure in test_storage_server.js; r=gbrown 2013-08-20 11:21:02 -07:00
Nick Fitzgerald
18f0cd3ed9 Bug 906796 - _unknownError should suck less; r=vporof 2013-08-20 11:15:15 -07:00
Nick Fitzgerald
48c51d5197 Bug 906795 - safeErrorString should include a stack; r=vporof 2013-08-20 11:15:11 -07:00
Dave Hylands
49d8290b87 Bug 830612 - Fix UP_watchdogTimerFired to use notify instead. r=julienw 2013-08-20 10:41:23 -07:00
Gaia Pushbot
9f4973cca8 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
86ee2b4f81 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
ddf5d26ade Bug 896695 - Re-enable accidentally disabled toolkit/devtools/apps xpcshell tests; r=mshal 2013-08-20 10:05:52 -07:00
Gaia Pushbot
b51d1ca0ed 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
c18a9a1bec Backed out changeset ef139b6034a5 (bug 890722) for SM rootanalysis orange.
CLOSED TREE
2013-08-20 12:53:29 -04:00
Eitan Isaacson
cdb342b201 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
05a66409ca 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
530ae79e95 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
c6732ba0b0 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
de639b6016 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
379aa30296 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
9ea19440eb bug 903481_- step 3 - [WebGL 2.0] implement TRANSFORM_FEEDBACK_BUFFER - r=jgilbert 2013-08-20 11:36:20 -04:00
Guillaume Abadie
6d4c154cbf 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
892f0e1dee bug 903481 - step 1 - Move WebGL buffers function into GLContextBuffers.cpp - r=jgilbert 2013-08-20 11:36:19 -04:00
Hannes Verschore
7b4389d9a5 Bug 905396 - IonMonkey: Bailout function of LGenericCall now takes JSObject, r=sstangl 2013-08-20 17:34:50 +02:00
Hannes Verschore
2fdb93d743 Bug 890722: IonMonkey: Implement JSOP_RETRVAL, JSOP_SETRVAL, JSOP_POPV, r=jandem 2013-08-20 17:34:45 +02:00
Jesse Fox
b8d1beb5c3 Bug 902729 - Add a new telemetry probe for session lifetimes. r=ttaubert 2013-08-20 11:02:42 -04:00
Andy Wingo
85a0547e9e Bug 907072 - ES6 reftests should run with "default version", not JS 1.8.5. r=jorendorff 2013-08-20 14:54:02 +02:00
Mike Hordecki
b8f7a184b9 Bug 795979 - RDP, new packet type: getObjectsProperties. r=past 2013-08-20 13:32:04 +01:00
Marco Castelluccio
fcc76624e5 Bug 905397 - Support permissions in desktop webrt. ContentPermission.js changes. r=myk
DONTBUILD
2013-08-20 08:18:13 -04:00
Ryan VanderMeulen
c65ce18dd8 Backed out changeset 3bfa589adaae (bug 892837) for landing with the wrong bug #. 2013-08-20 08:23:37 -04:00
Marco Castelluccio
f24f9da346 Bug 892837 - Support permissions in desktop webrt. ContentPermission.js changes. r=myk 2013-08-20 08:18:13 -04:00
Lucas Rocha
87fe449d08 Merge m-c to fig 2013-08-20 11:50:04 +01:00
Ed Morley
30c9f367b7 Merge latest green fx-team changeset and mozilla-central 2013-08-20 09:51:41 +01:00
Ed Morley
aca6a30fbf Merge latest green b2g-inbound changeset and mozilla-central 2013-08-20 09:51:07 +01:00
Lucas Rocha
c427a8de4f Merge m-c to fig 2013-08-20 09:49:52 +01:00
Thomas Zimmermann
ef6010bbc3 Bug 904637: Only disconnect IndexDBParents once, r=bent
IndexDBParent::Disconnect can only be called once. During
shutdown of an app, it can happen that Disconnect of an
instance has been run before. In this case, we run from
the Disconnect method immediately.
2013-08-20 10:27:30 +02:00
Gaia Pushbot
d10add76bc Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/959371290e13
Author: Michael Vines <mvines@codeaurora.org>
Desc: Merge pull request #11619 from mvines/bug906890

Bug 906890 - [FTU] Protect against null getDeviceStorage('sdcard'). r=fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/61d9e368ceb9
Author: Michael Vines <mvines@codeaurora.org>
Desc: Bug 906890 - [FTU] Protect against null getDeviceStorage('sdcard')

Change-Id: I159e38415928f2800b728a2ce5822bf6ac45e284
2013-08-20 08:05:24 -07:00
Gaia Pushbot
ab80a8d53e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4fdb8cb1444e
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11556 from pivanov/bug-903356

Bug 903356 - [FM Radio][HD] Center favorite radio station r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/f5c43b34f270
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 903356 - [FM Radio][HD] Center favorite radio station
2013-08-20 07:30:24 -07:00
Gaia Pushbot
be3ff7f6e4 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/12c0cf7f2642
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #11534 from benfrancis/808732-2

Bug 808732 - Enable user to change default search provider in browser r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/07454593e644
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 808732 - Enable user to change default search provider in browser

========

https://hg.mozilla.org/integration/gaia-central/rev/278314e2e138
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #11426 from comoyo/new_ime

Bug 902562 - Expose new InputMethod API to desktop helper. r=RudyL

========

https://hg.mozilla.org/integration/gaia-central/rev/59b6f0b89cdd
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 902562 - Add tests for the InputMethod API
2013-08-20 05:50:24 -07:00
Ed Morley
0b3efc7c75 Merge mozilla-central and b2g-inbound 2013-08-20 13:26:24 +01:00
Ed Morley
d9e9805b74 Backed out changeset 7e8ff4c464f9 (bug 847863) on suspicion of causing failures in browser_sanitize-timespans.js 2013-08-20 11:52:34 +01:00
Ed Morley
11d4c6787f Backed out changeset 36c994d08d1b (bug 847863) 2013-08-20 11:52:05 +01:00
Ed Morley
ac3e373efd Backed out changeset c2b4444ad9fd (bug 847863) 2013-08-20 11:52:03 +01:00
Gaia Pushbot
031a69ecdd Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f98ec5e292df
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11573 from alivedise/bugzilla/905112/wrapper-factory

Bug 905112 - Implement Wrapper Factory, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/addfec2a2ec2
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 905112 - Wrapper Factory
2013-08-19 20:05:23 -07:00
Ryan VanderMeulen
f1e0878203 Merge m-c to fx-team. 2013-08-19 22:36:47 -04:00
Ryan VanderMeulen
01e4299edd Merge m-c to b2g-inbound. 2013-08-19 22:36:18 -04:00