Bobby Holley
e29b19b08f
Bug 865745 - Hold a strong ref to the global for the duration that each nsFrameScriptCx is on the stack. r=smaug
...
These things currently do a complicated refcounting dance to avoid destroying the
cx until all the consumers of it are gone. That stuff can mostly go away now that
we're just using the SafeJSContext, but DestroyCx also nulls out the global, so
we should make sure to keep that alive for anyone that might be using it.
2013-06-30 09:00:18 -06:00
Phil Ringnalda
154f8fcd88
Back out 9a57cd3e5a93:b62548e26499 (bug 865745) for causing an unexpected exception in a mochiperf test
2013-06-29 20:27:48 -07:00
Ben Turner
7597d6da65
Bug 888105 - '.DS_Store files can screw up origin initialization.' r=janv.
2013-06-29 19:25:15 -07:00
Bobby Holley
e689963ce5
Bug 865745 - Remove nsFrameScriptExecutor::DestroyCx. r=smaug
2013-06-29 18:44:06 -06:00
Bobby Holley
493debc74c
Bug 865745 - Remove mCx from nsFrameScriptExecutor. r=smaug
2013-06-29 18:44:06 -06:00
Bobby Holley
a1b9c40166
Bug 865745 - Return the safe JSContext for Tab Children in GetJSContextForEventHandlers. r=smaug
2013-06-29 18:44:05 -06:00
Bobby Holley
ee83c8bf21
Bug 865745 - Check mGlobal instead of mCx to see if we're in a functional state. r=smaug
...
Their lifetimes should be the same, and the latter is going away.
2013-06-29 18:44:05 -06:00
Bobby Holley
43e05e2159
Bug 865745 - Remove mContext from nsFrameMessageManager. r=smaug
2013-06-29 18:44:05 -06:00
Bobby Holley
ae5be6ca13
Bug 865745 - Use a SafeJSContext in TabChildParent. r=smaug
...
This is just used for rooting, but happens to be a consumer of
nsFrameMessageManager::GetJSContext, which we're about to remove.
2013-06-29 18:44:05 -06:00
Bobby Holley
b3db761665
Bug 865745 - Hold a strong ref to the global for the duration that each nsFrameScriptCx is on the stack. r=smaug
...
These things currently do a complicated refcounting dance to avoid destroying the
cx until all the consumers of it are gone. That stuff can mostly go away now that
we're just using the SafeJSContext, but DestroyCx also nulls out the global, so
we should make sure to keep that alive for anyone that might be using it.
2013-06-29 18:44:04 -06:00
Phil Ringnalda
c6482a5eeb
Merge birch and m-i to m-c
2013-06-29 17:29:09 -07:00
Bobby Holley
f77eb1e574
Bug 880917 - Convert JS_SetVersion API consumers to per-compartment versions. r=luke
2013-06-29 09:11:18 -06:00
Bobby Holley
f5f7bf3be5
Bug 880917 - Generalize JS_NewGlobalObject API to take CompartmentOptions. r=luke
...
This will be useful for versioning, as well as JIT options and all the other
stuff that eventually needs to move out of the JSContext.
2013-06-29 09:11:17 -06:00
Phil Ringnalda
4099cadf2a
Merge m-c to birch
2013-06-29 06:55:30 -07:00
Reuben Morais
998c2ba4bf
Bug 882911 - Add nsIProcessChecker.checkAppHasStatus. r=smaug
2013-06-29 03:52:16 -07:00
Andrew McCreight
5205d3798d
Bug 886213 - Cycle collect Navigator more better. r=smaug
2013-06-28 11:06:39 -07:00
James Kitchener
7206e512a6
Bug 802895 - Implement srcdoc attribute for iframe r=bz
2013-06-28 23:13:23 -04:00
James Kitchener
33a9f769ee
Bug 802895 - ns(I)document changes for iframe srcdoc implementation r=bz
2013-06-28 23:13:22 -04:00
Ed Morley
38df1ffab0
Merge latest green birch changeset and mozilla-central
2013-06-28 14:33:47 +01:00
Chia-hung Tai
e32f1981be
Bug 887646 - B2G MMS: Do not set content-length in smil header when sending. r=gene a=leo+
2013-06-27 13:56:33 +08:00
Gene Lian
52c9af8fb3
Bug 888147 - [B2G][MMS][Regression] We are skipping 'sending' status when sending a MMS. r=ctai a=leo+
2013-06-28 13:36:02 +08:00
Ken Chang
3dc84b5d2f
Bug 884829 - follow up - fix typo. r=hsinyi
2013-06-28 13:08:52 +08:00
Ken Chang
d9b1d903f2
Bug 884829 - [MMS] Impossible to send/receive MMS when Wi-Fi and cellular data on. r=hsinyi
2013-06-28 09:46:00 +08:00
Fernando Jiménez
b937a4c00e
Bug 885701 - [DOMRequest] Implement DOMRequestService.fireDetailedError. r,sr=sicking
2013-06-28 10:53:44 +08:00
Yoshi Huang
15e764920e
Bug 886809 - Part 2 : xpcshell tests. r=hsinyi
2013-06-26 17:53:42 +08:00
Yoshi Huang
b05838c8bb
Bug 886809 - Part 1: Import SIM contacts fails if contact has no number. r=hsinyi
2013-06-26 16:40:34 +08:00
Yoshi Huang
facdc5f8c8
Bug 887671 - B2G RIL: Xpcshell failed in test_is_icc_service_available. r=hsinyi
2013-06-27 12:30:31 +08:00
Yoshi Huang
01aeca0f6f
Bug 887674 - B2G RIL: xpcshell tests got SyntaxError in test_mcc_mnc_parsing. r=hsinyi
2013-06-27 12:29:37 +08:00
Reuben Morais
72e39b0c03
Bug 885979 - Add support for enabling Contacts API debugging output at runtime. r=gwagner
...
--HG--
extra : rebase_source : b55c49743099532b939d57b673ae7f9a7cfc74da
2013-06-27 01:25:40 -07:00
Gregor Wagner
a6bc63ec3b
Bug 887125 - Allow 0 for Memory GC Preferences. r=bent
2013-06-27 14:40:17 +08:00
Ryan VanderMeulen
0be5fe8111
Merge m-c and inbound.
2013-06-26 12:33:24 -04:00
Boris Zbarsky
70279e1221
Bug 884373. Align WebIDL handling of default parameters with ES6. r=khuey
2013-06-26 10:59:46 -04:00
Boris Zbarsky
8dddfdcd5d
Bug 816343. Remove nsIDOMNodeSelector. r=smaug
2013-06-26 10:59:46 -04:00
Boris Zbarsky
45f832b55a
Bug 883892. Remove HTMLFormElement classinfo. r=peterv
2013-06-26 10:59:45 -04:00
Ed Morley
d98de5104d
Merge mozilla-central and birch
2013-06-26 15:12:39 +01:00
Ed Morley
70b8c510dd
Merge latest green inbound changeset and mozilla-central
2013-06-26 15:10:19 +01:00
Nikhil Marathe
3a777f70d0
Bug 887068 - SimplePush: Rename use of _request to _sendRequest. r=dougt
...
--HG--
extra : amend_source : 1c7cdca05ba04670ce696670a64607b808014188
2013-06-25 22:47:16 -07:00
Ryan VanderMeulen
afadf5ea84
Merge inbound and m-c. IGNORE BAD COMMIT MESSAGES
2013-06-25 17:02:45 -04:00
Matthew Gregan
6045ea2dc7
Backout 184ef886365d, 4c6a6ac3a9d5, and 59857a435c3b on a CLOSED TREE
2013-06-28 16:55:35 +12:00
Matthew Gregan
b96a174d39
Bug 855130 - Drop [Creator] from HTMLVideoElement.videoPlaybackQuality attribute. r=roc
2013-06-28 16:36:10 +12:00
Matthew Gregan
31eaf49a26
Bug 855130 - Implement a minimal working subset of the Media Source Extensions API. r=roc
2013-06-28 16:32:05 +12:00
Matthew Gregan
07a8149c7d
Bug 855130 - Implement HTMLVideoElement's VideoPlaybackQuality (from Media Source Extensions spec). r=roc
2013-06-28 16:32:05 +12:00
Ed Morley
2dcc79e81f
Backed out changeset 1d5db5f16a32 (bug 874669) for failures in test_bug716822.html
2013-06-25 14:18:52 +01:00
Gene Lian
e0b09909b4
Bug 886767 - [MMS] Disable grouping functionality when receiving a MMS (temporarily) and keep it for sending. r=vicamo,ctai a=leo+
2013-06-25 20:57:57 +08:00
Fernando Jiménez
5c7b968a9a
Bug 879032 - Localize MMI code strings. r=vicamo
2013-06-25 19:57:55 +08:00
Masatoshi Kimura
879cb0cecb
Bug 874669 - Remove legacy event type constants. r=smaug CLOBBER
2013-06-25 20:29:14 +09:00
Ed Morley
963bc3a147
Merge mozilla-central and inbound
2013-06-26 15:13:20 +01:00
Kartikaya Gupta
243b87b40f
Bug 885030 - Move CalculateCompositedRectInCssPixels from APZC to FrameMetrics. r=kentuckyfriedtakahe
2013-06-26 09:54:49 -04:00
Kartikaya Gupta
95d9d63cd3
Bug 885030 - Move CalculateResolution from APZC to FrameMetrics. r=kentuckyfriedtakahe
2013-06-26 09:54:14 -04:00
Kartikaya Gupta
734f0d065b
Bug 885030 - Move CalculateIntrinsicScale to FrameMetrics. r=kentuckyfriedtakahe
2013-06-26 09:53:51 -04:00