Commit Graph

143407 Commits

Author SHA1 Message Date
Patrick McManus
07ab4a3741 bug 750932 - multipart delimiter check r=jduell
--HG--
extra : rebase_source : 9328212a2c7a9649d997624ad0dfe54d60435622
2013-08-21 08:47:53 -04:00
Dan Minor
7a530a9ac4 Bug 858620 - Add jit-tests to test package;r=glandium 2013-08-21 08:20:24 -04:00
Benoit Jacob
1c892804b2 Bug 907723 - Add some fuzz for B2G to SVG reftest.list - r=jrmuizel 2013-08-21 18:03:07 +02:00
Benoit Jacob
6fbe65da84 Bug 907256 - Adjust the canvas reftest.list for SkiaGL/B2G failures - r=jrmuizel 2013-08-21 18:03:07 +02:00
Benoit Jacob
2541bd731d Bug 907254 - reftest.js doesnt need anymore to avoid using GfxInfo on B2G - r=jrmuizel 2013-08-21 18:03:07 +02:00
Benoit Jacob
247a3a62e7 Bug 900201 - Implement GfxInfo on gonk - r=ehsan 2013-08-12 23:55:28 +02:00
Nathan Froyd
7e4027ab57 Bug 907728 - use function overloading instead of defaulted arguments for nsTSubstring::Assign; r=jlebar 2013-08-20 16:32:54 -04:00
Nathan Froyd
7e84fb44e4 Bug 907355 - fix warning about set-but-not-used variable in nsTimerImpl.cpp; r=ehsan 2013-08-20 15:22:27 -04:00
Nathan Froyd
9f2201c294 Bug 884281 - use mozilla::Atomic in xpcom/; r=bsmedberg 2013-08-20 11:21:31 -04:00
Nathan Froyd
1d8d55cbc7 Bug 906149 - make no-arg TimeDuration constructor constexpr to avoid a static constructor; r=ehsan 2013-08-16 15:23:28 -04:00
Nathan Froyd
a94c411a49 Bug 906152 - use StaticRefPtr in DataChannel.cpp to avoid a static constructor; r=jduell 2013-08-16 15:13:08 -04:00
Nathan Froyd
c25e61d121 Bug 906150 - initialize an empty RangeData at each point of use in nsSelection.cpp; r=smaug 2013-08-16 15:01:04 -04:00
Ehsan Akhgari
d57def1e9f Bug 681152 - Disable bug512295-1.html on all platforms because of intermittent failures
Landed on a CLOSED TREE with RyanVM's blessing
2013-08-21 11:07:03 -04:00
Ehsan Akhgari
26cfbdcee9 Bug 906119 - Enable incremental linking with Visual C++; r=glandium
--HG--
extra : rebase_source : 936287f63c95baa535a4991bc1106a3f9f59f36f
2013-08-20 18:14:44 -04:00
t_mrc-ct
37a5d033a0 Bug 906698 - nsUTF16ToUnicode is mis-converting on big-endian processor. r=smontagu
CLOSED TREE
2013-08-21 22:40:57 +09:00
Jason Smith
b8fca425b6 Bug 899878 - Mochitest for recording media with no timeslice for media recording API. r=roc 2013-08-20 23:40:29 -07:00
Andy Wingo
9e5556bcfd Bug 666399 - New Harmony syntax for generators. r=Waldo
Add a GeneratorKind enumeration, and use it in the parser and runtime to
indicate whether a function is a non-generator, a legacy generator, or a
star generator.

Always parse "yield" as TOK_YIELD, regardless of the version.  Add
TokenStream::currentName() to retrieve the current token's name, which
works for TOK_NAME or TOK_YIELD.  The parser should check the validity
of "yield" as a name, if needed, using checkYieldNameValidity().

Parse "function*" as the StarGenerator GeneratorKind, and allow star
generators to be lazily parsed.

Separate parsing of return statements from yield expressions.
2013-08-20 11:03:24 +02:00
Mihnea Dobrescu-Balaur
d9e550ecf0 Bug 905782 - Make the XPCShell harness treat running a single file as a sequential run. r=ted 2013-08-20 16:07:33 -07:00
Botond Ballo
fe4f404898 Bug 898580 - Remove updating of scroll offset in AsyncPanZoomController::NotifyLayersUpdated. It is now no longer needed by any platform. r=bbondy, r=kats 2013-08-15 11:30:27 -04:00
Botond Ballo
928f2bf87a Bug 898580 - Metro mechanism for content to inform APZC about scroll events. Handles multi-APZC. r=bbondy, r=kats 2013-08-12 16:31:49 -04:00
Botond Ballo
decaefa3d3 Bug 898580 - Add nsIDOMWindowUtils.getViewId(element). r=smaug 2013-08-08 15:56:09 -04:00
Michael Harrison
d111da916d Bug 897491 - Update the display when the alt attribute of an image is added or removed. r=bz 2013-08-21 08:44:14 -04:00
Quentin Glidic
7dd364f0de Bug 884708 - Port GTK2 to GTK3, build fixes. r=karlt 2013-06-13 14:24:31 +02:00
Adrian Lungu
5b561cf5df Bug 849204 - Linux geolocation: Init dbus_threads from the main thread. r=karlt 2013-08-21 03:03:16 -07:00
Ian Stakenvicius
9631abf6a7 Bug 517765 - Add 'make source-package' support into js/src. r=sstangl 2013-08-21 08:42:49 -04:00
Ed Morley
bc2fefe4b5 Merge mozilla-central and inbound 2013-08-21 13:09:51 +01:00
Ed Morley
258910d255 Merge latest green inbound changeset and mozilla-central 2013-08-21 12:59:33 +01:00
Ed Morley
a466b5224d Merge latest green b2g-inbound changeset and mozilla-central 2013-08-21 12:57:10 +01:00
Ed Morley
578ed8d9b3 Merge latest green fx-team changeset and mozilla-central 2013-08-21 12:56:05 +01:00
Ed Morley
68423ee727 Backed out changeset daaee7df86ae (bug 907147) for assertions 2013-08-21 11:11:23 +01:00
Makoto Kato
fe28daf9a9 Bug 904956 - test_handlerService.js might not work on Windows Server 2012. r=rstrong 2013-08-21 19:02:42 +09:00
Lucas Rocha
98faa6f5c7 Pushing fig to m-c IGNORE BAD COMMIT MESSAGES 2013-08-21 10:40:22 +01:00
Lucas Rocha
7cc24253db Backout 226fa98cb589 (Bug 888011) (r=mfinkle) 2013-08-21 10:32:24 +01:00
Jon Coppeard
9adc7a05fb Bug 907147 - Assertion failure: type->proto->hasNewType(&JSObject::class_, type), at jsobj.cpp:1423 r=terrence 2013-08-21 09:58:25 +01:00
Marco Zehe
46da32f697 Bug 907125 - [AccessFu] Improve the output for ARIA tabs and tab lists, r=yzen 2013-08-21 09:52:46 +02:00
Gaia Pushbot
8dd64c51b3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/085648d44f2a
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11615 from lightsofapollo/vbump-tst-agent2

vbump test-agent

========

https://hg.mozilla.org/integration/gaia-central/rev/115cdfae223a
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 899725 - vbump test-agent
2013-08-21 00:35:24 -07:00
Paul Rouget
bcdb3097aa Bug 902874 - [app manager] data store for webapps. r=alex.poirot 2013-08-21 08:56:40 +02:00
Paul Rouget
25e26b2bc7 Bug 901520 - [app manager] data store for device. r=alex.poirot 2013-08-21 08:56:40 +02:00
Paul Rouget
a1dd8aa7d0 Bug 901519 - [app manager] data store for connections. r=alex.poirot 2013-08-21 08:56:40 +02:00
Paul Rouget
cfb096fe77 Bug 901521 - [app manager] implement a template mechanism based on stores. r=mratcliffe 2013-08-21 08:56:40 +02:00
Paul Rouget
f3227defd1 Bug 901517 - Observable Object: use EventEmitter.decorate and fix array issue. r=poirot.alex 2013-08-21 08:56:40 +02:00
Paul Rouget
cd583fea70 Bug 895360 - [app manager] Device meta data actor. r=poirot.alex 2013-08-21 08:56:40 +02:00
Paul Rouget
c446e895d6 Bug 898485 - [app manager] Implement an abstract connection manager. r=past 2013-08-21 08:56:40 +02:00
Justin Dolske
d9dfec89f5 Bug 907594 - Pref-change observer isn't being called. r=mattn 2013-08-20 23:55:18 -07:00
David Zbarsky
e2a9f7d859 Bug 890570: Stop using PBrowser for all other protocols r=jduell 2013-08-21 02:49:44 -04:00
David Zbarsky
a9365e5d20 Bug 890570 - PRemoteOpenFile Constructor doesn't need PBrowser r=jduell 2013-08-21 02:49:43 -04:00
David Zbarsky
1109d8cbb4 Bug 890570 - PTCPSocket constructor doesn't need PBrowser r=jduell 2013-08-21 02:49:42 -04:00
David Zbarsky
9f84479195 Bug 890570 - PCookieService doesn't need PBrowser r=jduell 2013-08-21 02:49:41 -04:00
Jan de Mooij
89e2f52152 Bug 906286 - Canonicalize NaN values stored to float arrays in JS_MORE_DETERMINISTIC builds. r=luke 2013-08-21 08:40:17 +02:00
Phil Ringnalda
21991b1148 Back out 4dd5fb21e599 (bug 906199) for Android R2 orange
CLOSED TREE
2013-08-20 22:49:12 -07:00