Commit Graph

142989 Commits

Author SHA1 Message Date
Ryan VanderMeulen
971e3a8e52 Merge m-c to fx-team. 2013-08-20 15:33:48 -04:00
Mark Capella
c983cc5024 Bug 906499 - Caret visibility persists after form submission, r=margaret 2013-08-20 14:50:57 -04:00
Gregory Szorc
8b226765e2 Bug 845623 - Intermittent failure in test_storage_server.js; r=gbrown 2013-08-20 11:21:02 -07:00
Nick Fitzgerald
962f284d21 Bug 906796 - _unknownError should suck less; r=vporof 2013-08-20 11:15:15 -07:00
Nick Fitzgerald
0b45b3dd1b Bug 906795 - safeErrorString should include a stack; r=vporof 2013-08-20 11:15:11 -07:00
Gregory Szorc
9a4d428071 Bug 896695 - Re-enable accidentally disabled toolkit/devtools/apps xpcshell tests; r=mshal 2013-08-20 10:05:52 -07:00
Ryan VanderMeulen
056b9294eb Backed out changeset ef139b6034a5 (bug 890722) for SM rootanalysis orange.
CLOSED TREE
2013-08-20 12:53:29 -04:00
Eitan Isaacson
b64475c4fc 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
1249eec25e 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
David Burns
5c8725b070 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
950abbed23 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
e11942b6a1 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
f54c0d20fb bug 903481_- step 3 - [WebGL 2.0] implement TRANSFORM_FEEDBACK_BUFFER - r=jgilbert 2013-08-20 11:36:20 -04:00
Guillaume Abadie
fd835cd828 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
3175b5af43 bug 903481 - step 1 - Move WebGL buffers function into GLContextBuffers.cpp - r=jgilbert 2013-08-20 11:36:19 -04:00
Hannes Verschore
c80fcf5fa4 Bug 905396 - IonMonkey: Bailout function of LGenericCall now takes JSObject, r=sstangl 2013-08-20 17:34:50 +02:00
Hannes Verschore
20ec6d28de Bug 890722: IonMonkey: Implement JSOP_RETRVAL, JSOP_SETRVAL, JSOP_POPV, r=jandem 2013-08-20 17:34:45 +02:00
Jesse Fox
beb6599e37 Bug 902729 - Add a new telemetry probe for session lifetimes. r=ttaubert 2013-08-20 11:02:42 -04:00
Andy Wingo
480b88b121 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
a9e5e62e18 Bug 795979 - RDP, new packet type: getObjectsProperties. r=past 2013-08-20 13:32:04 +01:00
Marco Castelluccio
84f75e666b Bug 905397 - Support permissions in desktop webrt. ContentPermission.js changes. r=myk
DONTBUILD
2013-08-20 08:18:13 -04:00
Ryan VanderMeulen
647efac150 Backed out changeset 3bfa589adaae (bug 892837) for landing with the wrong bug #. 2013-08-20 08:23:37 -04:00
Marco Castelluccio
2e20c12300 Bug 892837 - Support permissions in desktop webrt. ContentPermission.js changes. r=myk 2013-08-20 08:18:13 -04:00
Shilpan Bhagat
20a43a962e Bug 900234 - Force priority pageactions to always be visible. r=wesj 2013-08-19 16:23:48 -07:00
Milan Sreckovic
2e92734f7a Bug 905793 - Send ImageUpdated() on the whole image in PostFrameStop. This may be an overkill in some cases, dirtying twice. r=seth 2013-08-15 17:06:01 -04:00
Masayuki Nakano
4ec60d1c85 Bug 903715 part.2 Don't check in Makefile.in if the target OS is Android for <select> element dropdown test r=gps+ahalberstadt 2013-08-20 23:20:10 +09:00
Ehsan Akhgari
c2ce7e67ab Bug 906790 - Minimize layout/base #includes; r=roc 2013-08-19 18:55:18 -04:00
Joel Maher
6a80105993 Bug 906825 - upload talos.zip to capture many talos fixes which are not being run on android. r=armenzg 2013-08-20 09:18:58 -04:00
Joel Maher
54d06a9730 Bug 903681 - turn on ASAP tests by default and move tsvgr/tscrollr into rafx on m-c only. r=armenzg 2013-08-20 09:18:56 -04:00
Rick Eyre
cc0a3a7eac Bug 905320 - Add regression tests to make sure we don't leak again. r=khuey
Original test comes from bug 895305 which is a duplicate of 905320.
2013-08-15 18:30:13 -04:00
Rick Eyre
7b90a3a973 Bug 905320 - Fix TextTrack classes to utilize cycle collection correctly. r=khuey
We were incorrectly using the wrapper cache cycle collection macros when that
functionality was already implemented by the base classes. Therefore, we
should instead use the inherited version of the cycle collection macros.
2013-08-15 11:11:15 -04:00
Joseph Yasi
765349f839 Bug 896287 - NVIDIA specific GLX server vendor check for pixmap depth and fbConfig depth. r=karlt 2013-08-20 08:30:26 -04:00
Sahil Chelaramani
dfefb7e2b0 Bug 891849 - mach's terminal magic causes weird jumps to the bottom. r=gps 2013-08-20 08:30:25 -04:00
Cykesiopka
88894a73d3 Bug 861763 - Remove text-decoration: blink in security/manager/pki/resources/content/createCertInfo.xul. r=keeler 2013-08-20 08:30:25 -04:00
Cykesiopka
6d907f4ff8 Bug 332139 - Remove comment from nsJAR::Extract. r=glandium 2013-08-20 08:30:25 -04:00
Ed Morley
866f3e7906 Merge mozilla-central and inbound 2013-08-20 13:26:23 +01:00
Landry Breuil
33dc057d00 Bug 905920 - Fix build on platforms without SPS profiler r=khuey 2013-08-20 13:48:22 +02:00
Michael Harrison
120cabdde3 Bug 486080 - Remove nsIByteBuffer and nsIUnicharBuffer. r=bsmedberg 2013-08-20 11:03:50 +00:00
Ed Morley
85c4f8fb8c 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
eed3ed74ca Backed out changeset 36c994d08d1b (bug 847863) 2013-08-20 11:52:05 +01:00
Ed Morley
f12223c4c2 Backed out changeset c2b4444ad9fd (bug 847863) 2013-08-20 11:52:03 +01:00
Jan de Mooij
ebd0ddbefe Bug 905993 - Fix SetElementIC temp register. r=nbp 2013-08-20 12:45:31 +02:00
Ed Morley
aeada22cce Merge latest green fx-team changeset and mozilla-central 2013-08-20 09:51:41 +01:00
Ed Morley
831c7a0588 Merge latest green b2g-inbound changeset and mozilla-central 2013-08-20 09:51:07 +01:00
Gaia Pushbot
eedd9d5645 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
9b1f66eb02 Merge m-c to fx-team. 2013-08-19 22:36:47 -04:00
Ryan VanderMeulen
f0786c7a4d Merge m-c to b2g-inbound. 2013-08-19 22:36:18 -04:00
Gaia Pushbot
8d0b288709 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
6c8721df14 Bug 831404 - More attempts to fix intermittent failure; r=orange 2013-08-19 19:22:27 -07:00
Phil Ringnalda
c2bad24b8d Back out 57ee0ba35de6 (bug 858622) for Windows jit-test failures
CLOSED TREE
2013-08-19 19:03:08 -07:00