Commit Graph

320944 Commits

Author SHA1 Message Date
Ryan VanderMeulen
4e63c477ae Backed out changeset 5f8ae314d872 (bug 750932) for Werror bustage on a CLOSED TREE. 2013-08-21 12:46:48 -04:00
Yura Zenevich
26271d989e Bug 795957 - [PATCH 2/2][AccessFu] Tests for live region support. r=eeejay, marcoz
---
 accessible/tests/mochitest/jsat/Makefile.in        |    1 +
 accessible/tests/mochitest/jsat/jsatcommon.js      |   64 ++++
 accessible/tests/mochitest/jsat/test_alive.html    |   64 ++---
 .../tests/mochitest/jsat/test_live_regions.html    |  342 ++++++++++++++++++++
 4 files changed, 432 insertions(+), 39 deletions(-)
 create mode 100644 accessible/tests/mochitest/jsat/test_live_regions.html
2013-08-21 12:40:18 -04:00
Yura Zenevich
1409a868cf Bug 795957 - [PATCH 1/2][AccessFu] Adding support for live regions. r=eejay
---
 accessible/src/jsat/AccessFu.jsm                   |    6 +
 accessible/src/jsat/EventManager.jsm               |  192 ++++++++++++++++++--
 accessible/src/jsat/OutputGenerator.jsm            |   10 +-
 accessible/src/jsat/Presentation.jsm               |   47 +++++-
 accessible/src/jsat/Utils.jsm                      |   39 +++--
 .../en-US/chrome/accessibility/AccessFu.properties |    4 +
 6 files changed, 263 insertions(+), 35 deletions(-)
2013-08-21 12:40:06 -04:00
Nathan Froyd
1856915272 Bug 907749 - move -Wno-uninitialized addition to CXXFLAGS after including rules.mk; r=khuey 2013-08-21 10:49:45 -04:00
Dan Minor
3a37550266 Bug 858622 - Make jit-tests runnable on mobile;r=terrence 2013-08-21 12:11:41 -04:00
Stephen Pohl
fd7f083936 Revert 366e6a39d71a from bug 673875 for causing bug 907275. r=smichaud 2013-08-21 12:22:03 -04:00
Stephen Pohl
788049d32f Revert fd6c7792b048 from bug 673875 for causing bug 907275. r=smichaud 2013-08-21 12:21:59 -04:00
Gregory Szorc
d5e6212853 Bug 907049 - Cache unicode representation of substs variables; r=glandium 2013-08-21 09:16:31 -07:00
Birunthan Mohanathas
c8e0bc0a7a Bug 784739 - Switch from NULL to nullptr in browser/metro. r=ehsan 2013-08-21 12:13:50 -04:00
Birunthan Mohanathas
2799a23c6a Bug 784739 - Switch from NULL to nullptr in browser/components. r=ehsan 2013-08-21 12:13:50 -04:00
Olli Pettay
ad716fdb82 Bug 906301, follow the DOM specs more strictly in case of mutations, r=peterv
--HG--
extra : rebase_source : 775b570151782223cf69705e2225e4f1da4014e7
2013-08-21 19:08:23 +03:00
Patrick McManus
0e68d18124 bug 750932 - multipart delimiter check r=jduell
--HG--
extra : rebase_source : 9328212a2c7a9649d997624ad0dfe54d60435622
2013-08-21 08:47:53 -04:00
Dan Minor
af33bda3ca Bug 858620 - Add jit-tests to test package;r=glandium 2013-08-21 08:20:24 -04:00
Benoit Jacob
65b0efcbe1 Bug 907723 - Add some fuzz for B2G to SVG reftest.list - r=jrmuizel 2013-08-21 18:03:07 +02:00
Benoit Jacob
e76a06d8d0 Bug 907256 - Adjust the canvas reftest.list for SkiaGL/B2G failures - r=jrmuizel 2013-08-21 18:03:07 +02:00
Benoit Jacob
70956521e5 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
6d3d4149ea Bug 900201 - Implement GfxInfo on gonk - r=ehsan 2013-08-12 23:55:28 +02:00
Nathan Froyd
3800160bd1 Bug 907728 - use function overloading instead of defaulted arguments for nsTSubstring::Assign; r=jlebar 2013-08-20 16:32:54 -04:00
Nathan Froyd
0604998c6e 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
edd84bd0e5 Bug 884281 - use mozilla::Atomic in xpcom/; r=bsmedberg 2013-08-20 11:21:31 -04:00
Nathan Froyd
ee1f578073 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
678f5a412b Bug 906152 - use StaticRefPtr in DataChannel.cpp to avoid a static constructor; r=jduell 2013-08-16 15:13:08 -04:00
Nathan Froyd
a928ea6f0d 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
48f413a43c 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
47fe3d2077 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
01a02a5bf8 Bug 906698 - nsUTF16ToUnicode is mis-converting on big-endian processor. r=smontagu
CLOSED TREE
2013-08-21 22:40:57 +09:00
Jason Smith
f1ec175ce4 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
cb60a21f87 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
085d65c97f 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
0e5f86037c 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
f4b3e0c923 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
e2eae8dab7 Bug 898580 - Add nsIDOMWindowUtils.getViewId(element). r=smaug 2013-08-08 15:56:09 -04:00
Michael Harrison
a5fb538393 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
e1a0ab9d61 Bug 884708 - Port GTK2 to GTK3, build fixes. r=karlt 2013-06-13 14:24:31 +02:00
Adrian Lungu
f7ddd3e3f1 Bug 849204 - Linux geolocation: Init dbus_threads from the main thread. r=karlt 2013-08-21 03:03:16 -07:00
Ian Stakenvicius
c9f0b3f299 Bug 517765 - Add 'make source-package' support into js/src. r=sstangl 2013-08-21 08:42:49 -04:00
Ed Morley
350d027e2b Merge mozilla-central and inbound 2013-08-21 13:09:51 +01:00
Ed Morley
1d0c378e14 Merge latest green inbound changeset and mozilla-central 2013-08-21 12:59:33 +01:00
Ed Morley
10a34c83b5 Merge latest green b2g-inbound changeset and mozilla-central 2013-08-21 12:57:10 +01:00
Ed Morley
d58a607c99 Merge latest green fx-team changeset and mozilla-central 2013-08-21 12:56:05 +01:00
Ed Morley
e2960cb6b3 Backed out changeset daaee7df86ae (bug 907147) for assertions 2013-08-21 11:11:23 +01:00
Makoto Kato
057a0fbeec Bug 904956 - test_handlerService.js might not work on Windows Server 2012. r=rstrong 2013-08-21 19:02:42 +09:00
Lucas Rocha
dca467e0ab Pushing fig to m-c IGNORE BAD COMMIT MESSAGES 2013-08-21 10:40:22 +01:00
Lucas Rocha
25346cd708 Backout 226fa98cb589 (Bug 888011) (r=mfinkle) 2013-08-21 10:32:24 +01:00
Jon Coppeard
480df836c8 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
f1936f637a Bug 907125 - [AccessFu] Improve the output for ARIA tabs and tab lists, r=yzen 2013-08-21 09:52:46 +02:00
Gaia Pushbot
763f2399ef 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
15fa4e65e7 Bug 902874 - [app manager] data store for webapps. r=alex.poirot 2013-08-21 08:56:40 +02:00
Paul Rouget
f0af9e985d Bug 901520 - [app manager] data store for device. r=alex.poirot 2013-08-21 08:56:40 +02:00
Paul Rouget
3ab9903c79 Bug 901519 - [app manager] data store for connections. r=alex.poirot 2013-08-21 08:56:40 +02:00