Jan de Mooij
|
89e061965a
|
Bug 910240 part 2 - Assert IonBuilder sets the Folded flag if needed. r=bhackett
|
2013-08-29 10:08:22 +02:00 |
|
Jan de Mooij
|
11c32de674
|
Bug 910240 part 1 - Add some missing setFoldedUnchecked calls. r=bhackett
|
2013-08-29 10:08:16 +02:00 |
|
Makoto Kato
|
6202825ff3
|
Bug 910095 - Remove unused methodjit pref. r=mfinkle
|
2013-08-29 16:54:41 +09:00 |
|
Chris Peterson
|
5afa50f3e0
|
Back out 39ee92c06d6b (Bug 880118) because GeckoView breaks Android's l10n repacks
|
2013-08-28 15:41:12 -07:00 |
|
Nicholas Nethercote
|
1317c34f0a
|
Bug 909514 (follow-up) - Remove unnecessary |#include "jsapi.h"| from BindingDeclarations.h. r=bz.
--HG--
extra : rebase_source : 10c9aa3cb7cdc0892c5c07d93adfc23a0bec904d
|
2013-08-28 02:37:08 -07:00 |
|
Nicholas Nethercote
|
07f6598509
|
Bug 910109 (part 2) - Make jswrapper.h not depend on jsapi.h. r=luke.
--HG--
extra : rebase_source : 138e93b074691e9da0feab9cd24e149f4d5edf6a
|
2013-08-28 17:24:34 -07:00 |
|
Nicholas Nethercote
|
7c39e3a3aa
|
Bug 910109 (part 1) - Make jsproxy.h not depend on jsapi.h. r=luke.
--HG--
extra : rebase_source : bc2fa911e3a7feaafb778b756994e126257585a7
|
2013-08-28 17:20:24 -07:00 |
|
Phil Ringnalda
|
83146f20ff
|
Merge m-c to a CLOSED TREE m-i
|
2013-08-28 23:20:20 -07:00 |
|
Phil Ringnalda
|
c30de3c433
|
Bug 870676 followup followup, fix followup bustage on a CLOSED TREE
|
2013-08-28 23:17:43 -07:00 |
|
Phil Ringnalda
|
28ad77f8d6
|
Merge m-c to a CLOSED TREE m-i
|
2013-08-28 22:46:17 -07:00 |
|
Phil Ringnalda
|
76ad8b6a19
|
Bug 870676 followup, fix bustage in the wake of bug 875934
CLOSED TREE
|
2013-08-28 22:40:18 -07:00 |
|
Ryan VanderMeulen
|
1d7bdba295
|
Merge inbound to m-c.
|
2013-08-29 00:00:10 -04:00 |
|
Ryan VanderMeulen
|
b919e61a1c
|
Merge b2g-inbound to m-c.
|
2013-08-28 22:48:03 -04:00 |
|
Ryan VanderMeulen
|
588b286e8f
|
Merge fx-team to m-c.
|
2013-08-28 22:24:08 -04:00 |
|
Margaret Leibovic
|
7a33025b1f
|
Bug 909979 - Fix off-by-one error when long clicking views in BrowserSearch list. r=sriram
|
2013-08-28 17:42:32 -07:00 |
|
Ryan VanderMeulen
|
0b333b3ba0
|
Bug 907745 - Disable new gralloc textures to see if it fixes B2G mochitest-3 hangs. r=mwu
CLOSED TREE
|
2013-08-28 20:06:44 -04:00 |
|
Mark Hammond
|
caccd72028
|
Bug 891218 (part 4) - Fix worker reload tests. r=felipe
Fix reload test to wait for pending messages
|
2013-08-29 09:45:59 +10:00 |
|
Mark Hammond
|
24338730fd
|
Bug 891218 (part 3) - avoid using a DOM document in social.cookies-get message. r=mixedpuppy
|
2013-08-29 09:45:58 +10:00 |
|
Mark Hammond
|
773c478d28
|
Bug 891218 (part 2) - host the social Frameworker in a remote browser. r=felipe
--HG--
rename : toolkit/components/social/FrameWorker.jsm => toolkit/components/social/FrameWorkerContent.js
|
2013-08-29 09:45:58 +10:00 |
|
Mark Hammond
|
ad8fb74446
|
Bug 891218 (part 1) - avoid using a DOM document in updateProvider - r=mixedpuppy
|
2013-08-29 09:45:58 +10:00 |
|
Eric Faust
|
b009ff6372
|
Bug 905999 - Part 3: Only generate Array.length stubs in idempotent caches with accurate TI. (r=bhackett)
Relanding after erroneous backout on a CLOSED TREE.
|
2013-08-28 16:12:59 -07:00 |
|
Eric Faust
|
a1a174ee4f
|
Bug 905999 - Part 2: Store cache location data in IonScript for runtime lookup. (r=nbp)
|
2013-08-28 16:12:59 -07:00 |
|
Eric Faust
|
ce71ac6a7a
|
Bug 905999 - Part 1: Get accurate location data for idempotent GetPropertyCaches. (r=nbp)
|
2013-08-28 16:12:59 -07:00 |
|
Eric Faust
|
2b0f4f2873
|
Bug 905999 - Part 0: Implement InlineConcatList for union-based algorithms. (r=nbp)
|
2013-08-28 16:12:59 -07:00 |
|
Eric Faust
|
54cf168bc9
|
Bug 909989 - Part 2: Use DataPtr in visit*IC instead of direct pointers. (r=nbp)
|
2013-08-28 16:12:59 -07:00 |
|
Eric Faust
|
da281be7a8
|
Bug 909989 - Part 1: Implement DataPtr to refer to objects in runtimeData_. (r=nbp)
|
2013-08-28 16:12:59 -07:00 |
|
Eric Faust
|
68d7d9ce8b
|
Bug 909989 - Part 0: Use runtimeData_ offsets instead of cacheList_ offsets to refer to ICs. (r=nbp)
|
2013-08-28 16:12:59 -07:00 |
|
Eric Faust
|
e6e4afbe95
|
Bug 909340 - Follow up: Fix compartmental tp failures on a CLOSED TREE. (r=bz over IRC)
|
2013-08-28 20:18:13 -07:00 |
|
Ryan VanderMeulen
|
42d50abf15
|
Backed out 7 changesets (bug 905999, bug 909989) for Linux tp crashes on a CLOSED TREE.
Backed out changeset 3bb7a1c950a3 (bug 905999)
Backed out changeset a95e00dbefea (bug 905999)
Backed out changeset f66ece725f98 (bug 905999)
Backed out changeset f7779522f6f6 (bug 905999)
Backed out changeset 91b14e27101a (bug 909989)
Backed out changeset f1842e91034d (bug 909989)
Backed out changeset ccc30b7c2277 (bug 909989)
|
2013-08-28 21:53:28 -04:00 |
|
Ryan VanderMeulen
|
55619c362b
|
Backed out changeset 70153e30c826 (bug 823822) for bringing back the crashtest failures it was supposed to be fixing.
CLOSED TREE
|
2013-08-28 20:52:02 -04:00 |
|
Ryan VanderMeulen
|
a53939b5fa
|
Backed out 2 changesets (bug 909447, bug 909441) for jit-test failures on a CLOSED TREE.
Backed out changeset 3300c750cd53 (bug 909447)
Backed out changeset b1b242a80ef7 (bug 909441)
|
2013-08-28 20:18:00 -04:00 |
|
Ryan VanderMeulen
|
a1a6c597f9
|
Backed out changeset 3a1f27080f9c (bug 906811) for Linux mochitest failures.
|
2013-08-28 20:15:34 -04:00 |
|
Benjamin Bouvier
|
7282d49091
|
Bug 908001: Reuse default block for non cases in giant sparse switch tables in Odin; r=mjrosenb
|
2013-08-28 17:03:29 -07:00 |
|
Ben Turner
|
29adf4f298
|
Bug 823822 - Reenable test and fix worker assertion.
|
2013-08-28 16:36:20 -07:00 |
|
Robert Strong
|
c5d7f1b1d8
|
Test only - additional logging for Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy
|
2013-08-28 15:42:43 -07:00 |
|
Gaia Pushbot
|
26c7d7c8e1
|
Bumping gaia.json for 1 gaia-central revision(s)
========
https://hg.mozilla.org/integration/gaia-central/rev/f400eac8b283
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
|
2013-08-28 14:15:44 -07:00 |
|
Gaia Pushbot
|
22263ade9e
|
Bumping gaia.json for 1 gaia-central revision(s)
========
https://hg.mozilla.org/integration/gaia-central/rev/99bfb0777703
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 906748 - [Messages] We don't see the cursor when we remove a "number" recipient r=julienw
https://bugzilla.mozilla.org/show_bug.cgi?id=906748
- If nothing "typed" on keyup, assume isDeletingRecipient
- Updates unrelated test in thread_ui
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
2013-08-28 14:15:22 -07:00 |
|
Ryan VanderMeulen
|
9f828e593f
|
Backed out changeset b3bea36ce719 (bug 901607) for mochitest-mc orange.
CLOSED TREE
|
2013-08-28 16:58:25 -04:00 |
|
Olli Pettay
|
0e09f2c292
|
Bug 904351, make MimeType/Array, PluginArray/Element to hold strong reference to their parent object, r=mccr8
--HG--
extra : rebase_source : 955958237c5b4dd5a062b5d40ae976f7da31a33f
|
2013-08-28 23:55:29 +03:00 |
|
Benjamin Bouvier
|
914f9d79c3
|
Bug 900125: Tests for Math.fround; r=waldo
|
2013-08-28 22:00:31 -07:00 |
|
Benjamin Bouvier
|
55de1e2f36
|
Bug 900125: Add Math.fround to the interpreter; r=sstangl
|
2013-08-28 22:00:11 -07:00 |
|
Bill McCloskey
|
a9e6a0cbc1
|
Bug 905443 - Forward content policy shouldLoad calls from the child to the parent (r=felipe)
|
2013-08-28 21:43:46 -07:00 |
|
Bill McCloskey
|
11ad97a7db
|
Bug 905439 - Infrastructure for e10s addon compatibility code (r=felipe)
|
2013-08-28 21:43:00 -07:00 |
|
John Daggett
|
dbaefe4e44
|
Bug 903475 - fix iteration over coverage structs. r=behdad
|
2013-08-29 13:32:58 +09:00 |
|
Boris Zbarsky
|
b2ac74d408
|
Bug 903419 part 2. Report unhandled rejections in promises. r=smaug,bholley,luke
|
2013-08-29 00:30:06 -04:00 |
|
Boris Zbarsky
|
18cd0e8414
|
Bug 903419 part 1. Change js::GetErrorTypeName to take a JSRuntime, not a JSContext. r=luke
|
2013-08-29 00:30:06 -04:00 |
|
Boris Zbarsky
|
147ce0c04a
|
Bug 909863. Add support for the [SameObject] extended attribute in WebIDL. r=khuey
|
2013-08-29 00:30:05 -04:00 |
|
Boris Zbarsky
|
2ad03e9425
|
Bug 901116. Give a better error message if the same name is typedeffed twice in WebIDL. r=khuey
We could also switch typedefs to using IDLWrapperType, but this seems like a smaller and still-sane change.
|
2013-08-29 00:30:05 -04:00 |
|
Boris Zbarsky
|
e077229d95
|
Bug 868799 part 3. Use RootedTypedArray in codegen. r=smaug
|
2013-08-29 00:30:05 -04:00 |
|
Boris Zbarsky
|
ac2d0f3985
|
Bug 868799 part 2. Disallow copy-construction of typed array structs, so people can't accidentally pass them by value and end up unrooted. r=smaug
|
2013-08-29 00:30:05 -04:00 |
|