Gregor Wagner
560bcc356d
Bug 907996 - Contacts: Fix error callbacks. r=reuben
2013-08-22 12:05:01 -07:00
Boris Zbarsky
534c27f2a6
Bug 907727. Make sure to properly forward gets to the expando object for DOM proxies. r=peterv
2013-08-22 09:46:27 -04:00
Boris Zbarsky
31b30305a3
Bug 907548. URL.prototype should be undefined, since we don't implement the URL API. r=khuey
2013-08-22 09:46:26 -04:00
Masatoshi Kimura
5188bb1a3e
Bug 906432 - Use getOwnPropertyNames() in test_interfaces.html. r=smaug
2013-08-22 22:44:19 +09:00
Masatoshi Kimura
37640717b2
Bug 600460 - Implement category entry removal for nsScriptNamespaceManager. r=bholley
2013-08-22 22:44:19 +09:00
Markus Stange
f186096378
Bug 876096 - Try adding waitForFocus, let's see whether that fixes test_activation.xul.
2013-08-22 15:33:58 +02:00
David Zbarsky
29eadf205f
Bug 883493: Make CGUnionConversionStruct use CGClass r=bz
2013-08-22 09:27:04 -04:00
Brian Hackett
e6289f59db
Bug 907777 - Add preference for off thread parsing, coalesce with preference for off thread Ion compilation, r=billm.
2013-08-22 07:22:33 -06:00
Ms2ger
f805d8d6eb
Merge m-c to inbound
2013-08-22 10:38:48 +02:00
Ms2ger
913bab58b0
Merge PGO-green changeset from inbound to m-c.
2013-08-22 10:31:44 +02:00
Ms2ger
8040c0cadd
Backout changesets 7e6fb33fdf22:c85332df4320 (bug 905017) for windows bustage.
2013-08-22 10:16:30 +02:00
Ms2ger
05f294ce31
Bug 906503 - Remove nsIExceptionProvider; r=bholley
...
It is replaced by a direct special case in the caller.
2013-08-22 08:56:02 +02:00
Ms2ger
bdfaa84f5b
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
2013-08-22 08:56:01 +02:00
Ms2ger
987ec661d3
Bug 883284 - Part g: Move conditional LIBXUL_LIBRARY assignments into moz.build; r=gps
2013-08-22 08:56:01 +02:00
Ms2ger
4fb1aa6786
Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal
2013-08-22 08:56:00 +02:00
Ms2ger
af2c13c793
Bug 906412 - Cleanup some random parts of the build system; r=mshal
2013-08-22 08:55:59 +02:00
Ms2ger
6a7bc47591
Bug 906351 - Use @DEPTH@ even more; r=ted
2013-08-22 08:55:59 +02:00
Ms2ger
6ca05cdcf1
Bug 882859 - Part c: Move FAIL_ON_WARNINGS into moz.build in dom/plugins/ipc/hangui; r=mshal
2013-08-22 08:55:59 +02:00
Ms2ger
4807f1c86c
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
2013-08-22 08:55:59 +02:00
Ms2ger
52505f4f1d
Bug 906343 - Remove the last reference to XPCSHELL_TESTS in a Makefile; r=gps
2013-08-22 08:55:53 +02:00
Ms2ger
e88cf99a15
Bug 907605 - Remove BindingUtils.h include from PrimitiveConversions.h; r=bz
2013-08-22 08:34:48 +02:00
Ms2ger
609e778c1f
Bug 905739 - Remove nsIDOMStorageIndexedDB; r=khuey
2013-08-22 08:33:59 +02:00
Ms2ger
18cd92e9b4
Bug 903844 - Add/update include-what-you-use annotations for various files; r=ehsan+khuey
2013-08-22 08:31:21 +02:00
Ms2ger
c6ed78509a
Bug 904178 - Part f: Remove some includes from nsPIDOMWindow.h; r=mounir
2013-08-22 08:30:55 +02:00
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