Justin Lebar
83dfb6592f
Bug 742491 - Use a thread-safe DLL patcher on Windows, when possible. r=glandium
2012-04-10 15:52:56 -04:00
Boris Zbarsky
5ec5cf5d06
Bug 742184. Use CGThings for whitespace munging in CGNativeToSupportsMethod. r=peterv
2012-04-10 12:40:12 -04:00
Boris Zbarsky
68e762ea1b
Bug 742200. Use JSVAL_VOID, not JSVAL_NULL, as the default value for optional arguments that are not specified. r=peterv
2012-04-10 12:40:12 -04:00
Boris Zbarsky
caf9a40207
Bug 742167. Give extendedAttribute() a better name. r=khuey
2012-04-10 12:40:12 -04:00
Steven Michaud
c4e4278d46
Bug 313700 - Stale information in about:plugins (pluginreg.dat) after a plugin update. r=josh
2012-04-10 10:56:49 -05:00
Mounir Lamouri
641e4dc04c
Bug 743217 - Do not allow iframes to lock the screen if a parent window's element is fullscreened. r=smaug
...
--HG--
extra : rebase_source : f3384491fbfc1a756917516ad15f5d93d05f624b
2012-04-10 15:38:59 +02:00
Philipp von Weitershausen
a3c84c2617
Back out changeset c1ede9f0319e (bug 743635). a=bustage
2012-04-10 19:02:39 +08:00
Philipp von Weitershausen
2c13f586fc
Bug 743635 - B2G SMS database initialization freezes I/O thread. r=mwu
2012-04-10 09:42:50 +08:00
Masatoshi Kimura
7e85ab5bc1
Bug 743451 - Workaround for ISO date parsing bug. r=bent
2012-04-09 18:43:47 -04:00
Kyle Huey
f71dbd5a91
Merge m-c to m-i.
2012-04-09 14:53:10 -07:00
Kyle Huey
b39f35cd0c
Refix bug 741248. r=me
2012-04-09 13:48:44 -07:00
Matt Brubeck
4ee87a2a2f
Merge last green changeset from inbound to mozilla-central
2012-04-09 10:05:48 -07:00
Philipp von Weitershausen
90524a5e2d
Bug 743603 - B2G Wifi: minor code readability improvement. r=mrbkap
2012-04-09 15:47:42 +08:00
Blake Kaplan
62aec13cf4
Backed out changeset 22521568cf79. It accidentally removed a file.
2012-04-09 15:44:53 +08:00
Philipp von Weitershausen
6607a1bdf2
Bug 743603 - B2G Wifi: minor code readability improvement. r=mrbkap
...
--HG--
extra : rebase_source : ceca6081c1e775ecb8f82799d2c39d1c7ec3a9ea
2012-04-09 15:19:35 +08:00
Vicamo Yang
7813c09d30
Bug 736707 - Part 2: Support Type-0 Message. r=philikon
2012-04-08 17:13:19 +08:00
Vicamo Yang
0781f80d14
Bug 736707 - Part 1: TP-PID sanity checks. r=philikon
2012-04-08 17:13:01 +08:00
Igor Bukanov
d3018bc6d8
Bug 737364 - part 2 - replace JSContext with JSRuntime in the GC-related API
...
This part replaces the JSContext *cx argument in most GC-related API
with JSRuntime *rt. When possible, the patch removes the code to obtain
a temporary cx just to run the GC.
The patch also removes JS_DestroyContextMaybeGC. That function is not
used in FF code base and its implementation is broken. It requires that
the context has an entered compartment when it is destroyed, which in
turns implies a missing leave compartment call.
2012-03-28 12:13:30 +02:00
Brad Lassey
a0000e3ade
bug 738198 - crash in nsPluginInstanceOwner::~nsPluginInstanceOwner r=snorp
2012-03-27 01:31:57 -04:00
Daniel Holbert
cb3a45bfd3
Bug 743785: Remove no-longer-used variable 'javaIsEnabled' from nsNPAPIPlugin.cpp. r=josh
2012-04-09 13:36:23 -07:00
Ehsan Akhgari
a70054dade
Merge mozilla-central into mozilla-inbound to fix B2G builds
2012-04-09 09:53:35 -04:00
Ms2ger
488b5263dd
Merge m-c to m-i.
2012-04-09 09:32:28 +02:00
Blake Kaplan
4a7fe53e97
Bug 736091 - Add a forgetNetwork function that forgets the requested network. If the requested network is the current network, we reconnect to the next available network. r=cjones
...
--HG--
extra : rebase_source : b68cd9c99dcf31e9274d603d88300340ee1ebf60
2012-03-26 18:27:10 +02:00
Blake Kaplan
bbafc233d0
Bug 742797 - Fix shutdown on ICS. r=cjones DONTBUILD
2012-04-05 19:47:08 +02:00
Olli Pettay
adf238dbcd
Bug 743199 - Unmark Document's and Window's ELM, r=mccr8
2012-04-07 10:12:03 +03:00
Ms2ger
9168447887
Backout bug 742805, 742778, 742775, 740974, 742765, 742761, 742092, 722197 for leaks.
2012-04-06 13:10:30 +02:00
Vivien Nicolas
356acb608d
Bug 742765 - this._indexedDB is undefined in SettingsManager.js. r=gwagner
2012-04-06 03:12:18 -07:00
Vivien Nicolas
fa3911fe41
Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon
2012-04-06 03:12:18 -07:00
Vivien Nicolas
54d8a58fe1
Bug 742778 - Turn off the debug mode by default for dom/wifi. r=mrbkap
2012-04-06 03:12:18 -07:00
Vivien Nicolas
fba91a724d
Bug 742805 - Do not dump ril socket failures on a desktop build with --enable-b2g-ril. r=philikon
2012-04-06 03:12:18 -07:00
Aryeh Gregor
ce926d8719
Bug 742261 - Remove useless queryCommandText/execCommandShowHelp methods; r=ehsan
2012-04-04 15:30:33 +03:00
Boris Zbarsky
a25922d009
Bug 742549. Add a .crossOrigin IDL property. r=sicking
...
Note that the content attribute is crossorigin (lowercase) in SVG, hence the need to have different
content and IDL property names in the test.
2012-04-05 22:24:42 -04:00
Bill McCloskey
714dde6b82
Bug 742570 - Change API for compartment GCs (r=igor)
2012-04-03 12:23:11 -07:00
Bill McCloskey
210b823250
Bug 742570 - Remove the compartment option for gczeal (r=igor)
2012-04-03 11:41:56 -07:00
Bill McCloskey
ede17c11db
Bug 739810 - Make cycle collector traverse nsGlobalWindow::mLocalStorage (r=smaug)
...
--HG--
extra : rebase_source : 7da46b5d1e5871dbd59078aa93f0f1d8da75799e
2012-04-05 15:38:01 -07:00
Gabor Krizsanits
74922f0040
Bug 733035 - postMessage support for sandboxes. r=khuey
2012-04-05 18:33:20 -04:00
Philipp von Weitershausen
228cfba9b6
Back out changeset 3780b09790a0 (bug 733265) due to build bustage.
2012-04-05 15:00:22 -07:00
Vicamo Yang
69d70f4e9e
Bug 727319 - Part 2: notify SMS send failed. r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
6d6a03bdce
Bug 727319 - Part 1: remove handleRequestError(). r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
4a05cecf8c
Bug 736697 - Part 5: add error handling. r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
11e78203cc
Bug 736697 - Part 4: handle SMS-STATUS-REPORT. r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
e3e37e92bb
Bug 736697 - Part 3: support SMS-STATUS-REPORT. r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
61218710e5
Bug 736697 - Part 2: Refactor to share methods. r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
56b940cb80
Bug 736697 - Part 1: Remove SMS-SUBMIT-only property from SMS-DELIVER. r=philikon
2012-04-05 14:16:56 -07:00
Hsinyi Tsai
c64c7492b0
Bug 735170 - WebTelephony: add API to hold a call. r=philikon
2012-04-05 16:12:42 +08:00
Fernando Jiménez
bb27ca0032
Bug 733265 - B2G SMS DB tests. r=philikon
2012-04-05 14:16:56 -07:00
Philipp von Weitershausen
b1779d952c
Back out changeset 26adf71d5c61 (bug 734018) due to oranges.
2012-04-06 18:39:02 -07:00
Vicamo Yang
0ca5aee123
Bug 743179 - B2G SMS: error notification for REQUEST_GET_SMSC_ADDRESS failure is not fired. r=philikon
2012-04-06 17:49:54 -07:00
Kan-Ru Chen
e13518e165
Bug 740710 - B2G SMS: Timezone offset sign is wrong. r=philikon
2012-04-06 17:48:08 -07:00
Philipp von Weitershausen
3c18774cdf
Bug 734018 - Don't patch DOMRequestService into Services.jsm, define message managers. r=gavin,fabrice
2012-04-06 17:42:11 -07:00