Commit Graph

321439 Commits

Author SHA1 Message Date
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
Jesse Fox
3487167ad9 Bug 902729 - Add a new telemetry probe for session lifetimes. r=ttaubert 2013-08-20 11:02:42 -04:00
Andy Wingo
50e1a39000 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
1a966bfccc Bug 795979 - RDP, new packet type: getObjectsProperties. r=past 2013-08-20 13:32:04 +01:00
Marco Castelluccio
70afcde437 Bug 905397 - Support permissions in desktop webrt. ContentPermission.js changes. r=myk
DONTBUILD
2013-08-20 08:18:13 -04:00
Ryan VanderMeulen
3966083bc4 Backed out changeset 3bfa589adaae (bug 892837) for landing with the wrong bug #. 2013-08-20 08:23:37 -04:00
Marco Castelluccio
c51d813f63 Bug 892837 - Support permissions in desktop webrt. ContentPermission.js changes. r=myk 2013-08-20 08:18:13 -04:00
Lucas Rocha
ac5d380df7 Merge m-c to fig 2013-08-20 11:50:04 +01:00
Ed Morley
0d0c487d11 Merge latest green fx-team changeset and mozilla-central 2013-08-20 09:51:41 +01:00
Ed Morley
e7bf7f74d0 Merge latest green b2g-inbound changeset and mozilla-central 2013-08-20 09:51:07 +01:00
Lucas Rocha
bdd1f8351d Merge m-c to fig 2013-08-20 09:49:52 +01:00
Thomas Zimmermann
d27537778b 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
1e6e84d370 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
4657168235 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
add8f9840b 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
44815c51e3 Merge mozilla-central and b2g-inbound 2013-08-20 13:26:24 +01:00
Ed Morley
8b3523f429 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
bf9b0e5571 Backed out changeset 36c994d08d1b (bug 847863) 2013-08-20 11:52:05 +01:00
Ed Morley
70b73abeed Backed out changeset c2b4444ad9fd (bug 847863) 2013-08-20 11:52:03 +01:00
Hsin-Yi Tsai
a9fa564c3e Bug 772765 - part5 - Telephony DOM - fix unlink crash. r=bent 2013-08-20 15:57:19 +08:00
Nicholas Nethercote
5c94c32440 Bug 905017 (part 3) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm.
--HG--
extra : rebase_source : 8322f1c96b95685912375484172d47f53107947f
2013-08-19 23:45:26 -07:00
Nicholas Nethercote
b62bcfa0e3 Bug 905017 (part 2) - Move structured clone stuff from jsapi.{h,cpp} and jsclone.{h,cpp} to js/StructuredClone.{h,cpp}. r=billm.
--HG--
rename : js/src/jsclone.cpp => js/src/vm/StructuredClone.cpp
extra : rebase_source : ecce9699ddb45535aa94d5e3add901f5a8620c46
2013-08-19 23:43:47 -07:00
Neil Rashbrook
5d37448b15 Bug 907904 Fix string correctness issues r=bsmith 2013-08-22 08:38:57 +01:00
Jan Beich
21390e1de4 Bug 907837 - Don't include SPS headers directly. r=nrc 2013-08-22 19:11:51 +12:00
Jan Beich
58aa335563 Bug 907837 - Fix IWYU false positive to unbreak non-SPS build. r=nrc 2013-08-22 19:11:47 +12:00
Ms2ger
9addcc7028 Backout changeset b43d38c5c456 for build bustage. 2013-08-22 09:00:37 +02:00
Gaia Pushbot
f2497cb5de 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
e07345149b Merge m-c to fx-team. 2013-08-19 22:36:47 -04:00
Ryan VanderMeulen
f5ca83ce29 Merge m-c to b2g-inbound. 2013-08-19 22:36:18 -04:00
Gaia Pushbot
d165d8cade Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/febb15805a42
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #11574 from ian-liu/clock/Bug901018_minute_is_undefined_when_creating_alarm_when_time_is_minutes_0-9

Bug 901018 - JavaScript Error: 'minute is undefined' when creating alarm when time is minutes 0-9, r=rwaldron

========

https://hg.mozilla.org/integration/gaia-central/rev/c812b03e71f1
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 901018 - JavaScript Error: 'minute is undefined' when creating alarm when time is minutes 0-9

========

https://hg.mozilla.org/integration/gaia-central/rev/b4e831a9934f
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11602 from alivedise/bugzilla/894835_master/inline-activity-oom

Bug 894835 - Don't remove activities when background app is crashed. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/f7568eabb5b5
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 894835 - Don't remove activities when background app is crashed.
2013-08-19 19:30:25 -07:00
Gregory Szorc
6d11123145 Bug 831404 - More attempts to fix intermittent failure; r=orange 2013-08-19 19:22:27 -07:00
Phil Ringnalda
de7568deba Back out 57ee0ba35de6 (bug 858622) for Windows jit-test failures
CLOSED TREE
2013-08-19 19:03:08 -07:00
Phil Ringnalda
ea17e1018d Back out 5b0c3778c4f7:b8cc112ac833 (bug 897924) for mochitest-chrome bustage
CLOSED TREE
2013-08-19 19:01:40 -07:00
Daniel Holbert
f6eaf0b859 (no bug) fix typo in comment in nsHTMLReflowState: s/frames/frame's/ DONTBUILD 2013-08-19 18:10:06 -07:00
Mark Capella
a8306550ce Bug 903316 - Text selection handles are not dismissed after deleting selected text, r=margaret 2013-08-19 20:20:35 -04:00
Wes Johnston
0ad1e171f1 Bug 840989 - Don't store favicons for error pages. r=bnicholson 2013-08-19 16:57:21 -07:00
Mark Hammond
a799aea768 Bug 897880 - Thumbnail service must not overwrite existing thumbnails if it gets an error response. r=adw 2013-08-20 09:26:33 +10:00