Ms2ger
40829a23d0
Bug 903778 - Move dom::Date into its own files; r=khuey
2013-08-22 08:30:38 +02:00
Ms2ger
34addaf4e6
Bug 903796 - Remove remaining traces of GeoPositionError; r=jst
2013-08-22 08:30:28 +02:00
Ms2ger
af8841fe56
Bug 905747 - Reduce includes in nsXMLHttpRequest.h; r=khuey
2013-08-22 08:29:30 +02:00
Guillaume Abadie
166bf211b3
bug 903480 - [WebGL 2.0] implement TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN - r=jgilbert
2013-08-21 21:11:03 -04:00
Ryan VanderMeulen
78bcb8af18
Merge inbound to m-c.
2013-08-21 17:14:32 -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
Ed Morley
ed092d660e
Merge mozilla-central and b2g-inbound
2013-08-21 13:10:57 +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
David Zbarsky
42c2b55222
Bug 890570 - PTCPSocket constructor doesn't need PBrowser r=jduell
2013-08-21 02:49:42 -04:00
Bobby Holley
b0be1f6df6
Bug 907508 - Define the slot count for xpconnect and worker globals in terms of the slots defined in DOMJSClass.h. r=bz
2013-08-20 21:21:00 -07:00
Bobby Holley
20086d8af2
Bug 907508 - Drop the slot count for worker globals from 3 to 1. r=bz
...
Continuing the analysis of the previous patch, we actually have two free slots.
The first comes from the removal of DOM_GLOBAL_OBJECT_SLOT, as in the previous
patch.
The second comes from the fact that we mirrored the XPConnect slot for the
XPCWrappedNativeScope (so that slot offsets would be the same for workers and
non-workers), but didn't drop the slot count in bug 797821.
2013-08-20 21:21:00 -07:00
Ryan VanderMeulen
2e280da7aa
Merge m-c to inbound.
2013-08-21 17:17:18 -04:00
Olli Pettay
e5e63a48e9
Bug 906269, don't start a GC cycle so likely while we're in middle of a CC cycle, r=mccr8
...
--HG--
extra : rebase_source : 90d3ad3d19159613f2cb83f0d28dd37a1a429b75
2013-08-22 00:02:12 +03:00
Andrew McCreight
6d960bf0eb
Bug 614238, part 2 - remove unused StkCommandEvent CC declaration. r=smaug
2013-08-20 15:55:07 -07: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
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
Tom Schuster
24980a73b8
Bug 902013 - Only enable CPOWs on desktop with browser.tabs.remote. r=dvander
2013-08-21 13:24:53 -04:00
Till Schneidereit
b6f4813baa
Bug 907201 - Enable activating TI and IonMonkey for chrome scripts via about:config. r=jandem
...
--HG--
extra : rebase_source : ee45b0108b4516cff12ecc91014cb566d432a4fa
2013-08-20 11:26:44 +02:00
Ehsan Akhgari
f9b077c0c8
Bug 904695 - #include fewer headers in nsContentUtils.h; r=jst
2013-08-21 15:28:26 -04:00
Nicholas Nethercote
2585de9a07
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
...
--HG--
extra : rebase_source : 984c61ab12f46be0509b1ce0d458d9a6e5841c64
2013-08-17 15:50:18 -07:00
Nicholas Cameron
0514eb1ecd
Bug 903816. Fixups in non-layers files. r=roc
2013-08-12 11:15:10 +12:00
Shane Tully
c1be782958
Bug 897924 - Part 2: Reenable Contacts tests for Android. r=stully
2013-08-19 13:28:02 -07:00
Shane Tully
331ed39b84
Bug 897924 - Part 1: Skip contacts tests on Android < 4.0. r=reuben
2013-08-20 09:31:20 -07:00
Ryan VanderMeulen
66733261dd
Merge m-c to inbound.
2013-08-20 16:32:33 -04:00
Ryan VanderMeulen
5228552c40
Merge fx-team to m-c.
2013-08-20 16:27:00 -04:00
Ryan VanderMeulen
3134daa72a
Merge m-c to fx-team.
2013-08-20 15:33:48 -04:00
Ryan VanderMeulen
f4c2fcae0d
Merge m-c to b2g-inbound.
2013-08-20 15:33:10 -04: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
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
Ed Morley
44815c51e3
Merge mozilla-central and b2g-inbound
2013-08-20 13:26:24 +01:00
Phil Ringnalda
ea17e1018d
Back out 5b0c3778c4f7:b8cc112ac833 (bug 897924) for mochitest-chrome bustage
...
CLOSED TREE
2013-08-19 19:01:40 -07:00
Andrew McCreight
474d786e4b
Bug 906272 - Remove unused CC declarations for nsScreen. r=khuey
2013-08-19 14:18:07 -07:00
Shane Tully
137770715d
Bug 897924 - Part 2: Reenable Contacts tests for Android. r=stully
2013-08-19 13:28:02 -07:00
Shane Tully
1274cf51fa
Bug 897924 - Part 1: Skip contacts tests on Android < 4.0. r=reuben
2013-08-19 10:43:18 -07:00
Chuck Lee
6580ad2860
Bug 906595 - Fix check rules for devices don't unload WIFI driver. r=vchang
2013-08-19 17:06:56 +08:00
Jessica Jong
8fcfcfa162
Bug 905955 - B2G RIL: mms data connection does not get disconnected. r=vicamo
2013-08-20 19:31:10 +08:00
Chia-hung Tai
3ba3b46302
Bug 906629 - B2G MMS: Wrong callback function on |retrieve| in MmsService.js. r=vyang
2013-08-19 18:35:59 +08:00
Ryan VanderMeulen
bb87caf4be
Merge m-c to inbound on a CLOSED TREE.
2013-08-19 17:05:12 -04:00
Masatoshi Kimura
ad384dbcf6
Bug 856424 - Unpref Components for content. r=bholley
2013-08-20 02:44:31 +09:00
Ryan VanderMeulen
f035dd27c6
Merge m-c to b2g-inbound.
2013-08-19 11:53:02 -04:00
Gabor Krizsanits
f73f401b21
Bug 877673 - Part 1: AutoDontReportUncaught. r=bholley
2013-08-19 11:46:24 +02:00
Nicholas Cameron
d54a23dd47
Bug 903893. Backend fallback for OMTC. r=mattwoodrow
2013-08-18 18:46:16 +12:00
David Keeler
4aa9c2a48c
bug 906209 - remove some spurious idl forward-declarations r=jlebar
2013-08-16 14:58:45 -07:00
Hsin-Yi Tsai
d14af73c2a
Bug 905076 - [wasabi] Temporary CLIR not work on CDMA. r=vicamo
2013-08-16 16:18:31 +08:00
Georgia Wang
f17d9f1eb0
Bug 795252 - Part 4: Modify xpcshell STK tests. r=yoshi
2013-08-16 10:23:12 +08:00
Georgia Wang
b9b3bc4376
Bug 795252 - Part 3: Modify marionette stk tests. r=yoshi
2013-08-16 10:14:17 +08:00
Georgia Wang
3d960f1c26
Bug 795252 - Part 2: Refactore StkProactiveCmdHelper. r=yoshi.
2013-08-16 09:59:55 +08:00
Ehsan Akhgari
2621b190f1
Bug 906790 - Minimize layout/base #includes; r=roc
2013-08-19 18:55:18 -04:00
Brian Hackett
d85a6fd58b
Bug 897655 - Reenable accidentally disabled tests.
2013-08-17 14:26:44 -06:00
Georgia Wang
566c3aaf91
Bug 795252 - Part 1: Refactore StkCommandParamsFactory. r=yoshi
2013-08-15 15:30:39 +08:00
Andrea Marchesini
7e55100f66
Bug 896535 - Promise: then(console.log)
is not working as expected. r=msucan
2013-08-19 09:13:47 -04:00
Ed Morley
d7731a1ef1
Merge mozilla-central and fx-team
2013-08-20 12:12:43 +01:00
Theo Chevalier
23ef27ee11
Bug 905933 - Improve plural form for AndXMoreFiles string, r=enndeakin
2013-08-20 11:18:03 +02:00
Botond Ballo
e2eae8dab7
Bug 898580 - Add nsIDOMWindowUtils.getViewId(element). r=smaug
2013-08-08 15:56:09 -04:00
Jeff Muizelaar
5bfbf126a7
Bug 898525. Separate out Gfx helpers into GfxMessageUtils.h. r=bent
...
This helps us include less.
--HG--
extra : rebase_source : bb9ca934a9dade9ef21cecfee7ae8e860f9c60c1
2013-07-26 15:28:31 -04:00
Shane Tully
e7ddaff64d
Bug 906004 - Skip contacts test not supported on Android. r=reuben
...
--HG--
extra : rebase_source : f91a29d32e8d26996ecc90429d5f473f0f5a42bd
2013-08-16 22:44:03 -07:00
Vincent Chang
a14cae3b17
Bug 904631 - "System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889. r=mrbkap
2013-08-16 17:00:14 +08:00
Ryan VanderMeulen
93247b9975
Merge m-c to inbound.
2013-08-16 21:58:51 -04:00
Wes Kocher
a62c3344f1
merge b2g-inbound to central
2013-08-16 15:30:59 -07:00
Doug Turner
ebcbb532bc
Bug 904462 - Clean up warnings and errors when starting B2G on the mac r=fabrice
2013-08-16 11:08:03 -07:00
Alexandre Lissy
9353b52bb6
Bug 903362 - Permission upgrade might fail at removal r=fabrice
2013-08-16 11:08:00 -07:00
Olli Pettay
05d99e99a0
Bug 887241, Use strings, not atoms, for worker events, r=khuey
...
--HG--
extra : rebase_source : 3e294b1bde05a127db0a9fa1c31c48e9a514e11d
2013-08-16 13:06:24 +03:00
Honza Bambas
5763d2ceb2
Bug 892488 - Get rid of the offline application cache prompt, r=ehsan+jonas
2013-08-16 11:34:21 +02:00
Vincent Chang
ec9bff5aec
Bug 904631 - "System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889. r=mrbkap
2013-08-16 17:00:14 +08:00
Mark Hammond
d6d156b7b1
Bug 890840 - calling KillHard() multiple times may crash parent process. r=jlebar
2013-08-17 10:44:17 +10:00
Mark Hammond
1349bbf42e
Bug 904323 - use NS_DebugBreak() on Windows instead of sleeping to debug child processes. r=bent
2013-08-17 09:38:17 +10:00
Carsten "Tomcat" Book
687067238f
merge b2g-inbound to mozilla-central
2013-08-16 10:32:10 +02:00
Reuben Morais
a6ed32fc1c
Bug 905892 - Follow-up, reinclude TabChild.h on a CLOSED TREE
2013-08-15 23:39:53 -03:00
Reuben Morais
d7160d1144
Bug 905892 - Clean up some geolocation #includes. rs=dougt
2013-08-15 23:15:39 -03:00
Guillaume Abadie
ca5a59e93f
bug 903455 - [WebGL 2.0] Implement transform feedback: RASTERIZER_DISCARD - r=jgilbert
2013-08-15 20:43:47 -04:00
Reuben Morais
7baac7071e
Bug 904863 - Remove unnecessary remote call in Notification::GetPermissionInternal. r=sicking
...
--HG--
extra : rebase_source : c77b4cf992d71b5f886cf78604588033beae8320
2013-08-15 17:15:07 -03:00
Reuben Morais
f71380298c
No bug - Silence camera permission warning that is printed every time a Navigator object is created. r=mikeh
...
--HG--
extra : rebase_source : fcff93d24aabb4562d883adcff6b0c808b88bc50
2013-08-15 17:13:15 -03:00
Ryan VanderMeulen
dad9062baf
Merge b2g-inbound to m-c.
2013-08-15 15:36:37 -04:00
Vicamo Yang
9c63848eb7
Bug 905228 - B2G RIL - skip testing if MozVoicemailEvent.status an instance of MozVoicemailStatus. r=jgriffin
2013-08-15 12:58:12 -04:00
Ed Morley
fe83a9cfe8
Merge mozilla-central and inbound
2013-08-15 13:37:16 +01:00
Ed Morley
a4aa297061
Merge latest green b2g-inbound changeset and mozilla-central
2013-08-15 11:58:48 +01:00
Edgar Chen
b023d06977
Bug 905503 - Add a new card state and xpcshell tests for personalization ready. r=allstars.chh
2013-08-15 12:04:23 +08:00
Ed Morley
128aa57522
Merge mozilla-central and b2g-inbound
2013-08-15 13:37:27 +01:00
Gregory Szorc
df453f8483
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Guillaume Destuynder
ced6ec4f73
Bug 790923: Adds seccomp-bfp sandboxing support for B2G. r=khuey, r=gerv, r=agal, r=dhylands, r=keeler, r=imelven, a=kang.
2013-08-12 12:58:35 -07:00
Ehsan Akhgari
1ed269270a
Backed out changeset 3d9664b78ca7 (bug 884410) because of build bustage on a CLOSED TREE
2013-08-15 18:20:00 -04:00
Trevor Saunders
c64e5ea4a3
bug 905418 - get rid of more static constructors in dom/bindings/ r=smaug
2013-08-14 18:04:24 -04:00
Ryan VanderMeulen
1c7ba28dbd
Merge m-c to inbound.
2013-08-14 17:11:30 -04:00
Bobby Holley
27a832e507
Bug 903212 - Remove explicit compartment GC machinery. r=smaug
2013-08-14 14:00:03 -07:00
Bobby Holley
03c1b0ddf4
Bug 903212 - Remove nsIXPCScriptNotify machinery. r=mrbkap
2013-08-14 14:00:03 -07:00
Bobby Holley
0846601377
Bug 903212 - Remove ScriptEvaluated, and simplify callers. r=mrbkap
2013-08-14 14:00:03 -07:00
Bobby Holley
4c9559f8e1
Bug 903212 - Remove activity tracking from nsJSContext. r=smaug
...
This only has an impact when we enable explict compartmental GCs, which have
been preffed off for a while.
2013-08-14 14:00:02 -07:00
Mihnea Dobrescu-Balaur
641061953b
Bug 887054 - Part 4: Mark dom/network/tests/unit/test_tcpserversocket.js to run sequentially. r=ahal
2013-08-14 11:31:20 -07:00
Trevor Saunders
acfc9e9cd6
bug 905410 - remove most remaining usage of nspr atomics outside of xpcom/ r=ehsan
2013-08-12 05:51:49 -04:00
Tom Schuster
63f6d15be9
Bug 884410 - Remove JS_ValueToECMAInt32 and replace it with JS::ToInt32. r=terrence
2013-08-15 17:41:51 -04:00
Brian Hackett
cbc8048e52
Bug 897655 - Use off thread parsing when loading scripts from XUL documents, r=billm,bz,luke.
2013-08-15 14:14:43 -07:00
Ryan VanderMeulen
beb80491c9
Merge m-c to inbound.
2013-08-15 15:43:06 -04:00
Ehsan Akhgari
99058b577c
Bug 905353 - Minimize the #includes in dom/base; r=jst
...
--HG--
extra : rebase_source : e7a1d2262bf6d8c9b78057b8eb6cdbfd98262f68
2013-08-15 14:17:48 -04:00
Nicholas Nethercote
785fe13da4
Bug 904962 (part 5) - Don't #include jsprf.h in three places it isn't needed. r=luke.
...
--HG--
extra : rebase_source : 9fb24d11c47bab29be9bf3027e78a92819a3e3ae
2013-08-11 23:34:14 -07:00
Jan de Mooij
dc64810021
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
Edgar Chen
c821f198c6
Bug 903257 - Part 2: Marionette tests for signal when registration status changes. r=hsinyi
2013-08-12 12:15:23 +08:00
Edgar Chen
675fe6b2aa
Bug 903257 - Part 1: Have a consistent information for signal and registration status. r=hsinyi
2013-08-09 12:27:19 +08:00
Kartikaya Gupta
571e6a0e9c
Bug 890280 - Ensure that the APZCTreeManager gets input events in screen coordinates. r=smaug
2013-08-14 10:15:27 -04:00
Carsten "Tomcat" Book
3f249cd751
merge mozilla-central to b2g-inbound
2013-08-14 15:02:24 +02:00