Commit Graph

6223 Commits

Author SHA1 Message Date
Kyle Huey
e49a3e8d9d Merge m-c to m-i. 2012-04-09 14:53:10 -07:00
Kyle Huey
14ec5a7315 Refix bug 741248. r=me 2012-04-09 13:48:44 -07:00
Matt Brubeck
0f3bc5ceb0 Merge last green changeset from inbound to mozilla-central 2012-04-09 10:05:48 -07:00
Philipp von Weitershausen
bcc2fe724c Bug 743603 - B2G Wifi: minor code readability improvement. r=mrbkap 2012-04-09 15:47:42 +08:00
Blake Kaplan
68f5efefee Backed out changeset 22521568cf79. It accidentally removed a file. 2012-04-09 15:44:53 +08:00
Philipp von Weitershausen
b15d176c4c 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
93a0cbdbd3 Bug 736707 - Part 2: Support Type-0 Message. r=philikon 2012-04-08 17:13:19 +08:00
Vicamo Yang
333c0743b4 Bug 736707 - Part 1: TP-PID sanity checks. r=philikon 2012-04-08 17:13:01 +08:00
Igor Bukanov
5220367ed1 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
bb82c56da5 bug 738198 - crash in nsPluginInstanceOwner::~nsPluginInstanceOwner r=snorp 2012-03-27 01:31:57 -04:00
Daniel Holbert
35ccf59a89 Bug 743785: Remove no-longer-used variable 'javaIsEnabled' from nsNPAPIPlugin.cpp. r=josh 2012-04-09 13:36:23 -07:00
Ehsan Akhgari
92a620c9d5 Merge mozilla-central into mozilla-inbound to fix B2G builds 2012-04-09 09:53:35 -04:00
Ms2ger
22e29fc829 Merge m-c to m-i. 2012-04-09 09:32:28 +02:00
Blake Kaplan
fcbd1988d6 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
c3280e98f5 Bug 742797 - Fix shutdown on ICS. r=cjones DONTBUILD 2012-04-05 19:47:08 +02:00
Olli Pettay
b7882b811f Bug 743199 - Unmark Document's and Window's ELM, r=mccr8 2012-04-07 10:12:03 +03:00
Ms2ger
aab2ba895f Backout bug 742805, 742778, 742775, 740974, 742765, 742761, 742092, 722197 for leaks. 2012-04-06 13:10:30 +02:00
Vivien Nicolas
5bf6c61223 Bug 742765 - this._indexedDB is undefined in SettingsManager.js. r=gwagner 2012-04-06 03:12:18 -07:00
Vivien Nicolas
8df2aa6ac5 Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon 2012-04-06 03:12:18 -07:00
Vivien Nicolas
07230d40c2 Bug 742778 - Turn off the debug mode by default for dom/wifi. r=mrbkap 2012-04-06 03:12:18 -07:00
Vivien Nicolas
6f4d74fc95 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
653b41ddf3 Bug 742261 - Remove useless queryCommandText/execCommandShowHelp methods; r=ehsan 2012-04-04 15:30:33 +03:00
Boris Zbarsky
bf00219e54 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
90e65d2fdb Bug 742570 - Change API for compartment GCs (r=igor) 2012-04-03 12:23:11 -07:00
Bill McCloskey
3ace6566fe Bug 742570 - Remove the compartment option for gczeal (r=igor) 2012-04-03 11:41:56 -07:00
Bill McCloskey
c8af5eba7e 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
c306ffc838 Bug 733035 - postMessage support for sandboxes. r=khuey 2012-04-05 18:33:20 -04:00
Philipp von Weitershausen
477e42fd5d Back out changeset 3780b09790a0 (bug 733265) due to build bustage. 2012-04-05 15:00:22 -07:00
Vicamo Yang
a8631c1247 Bug 727319 - Part 2: notify SMS send failed. r=philikon 2012-04-05 14:16:56 -07:00
Vicamo Yang
c45765c147 Bug 727319 - Part 1: remove handleRequestError(). r=philikon 2012-04-05 14:16:56 -07:00
Vicamo Yang
e3d4b5024f Bug 736697 - Part 5: add error handling. r=philikon 2012-04-05 14:16:56 -07:00
Vicamo Yang
a6bb3da172 Bug 736697 - Part 4: handle SMS-STATUS-REPORT. r=philikon 2012-04-05 14:16:56 -07:00
Vicamo Yang
7114b9bcfc Bug 736697 - Part 3: support SMS-STATUS-REPORT. r=philikon 2012-04-05 14:16:56 -07:00
Vicamo Yang
a0c318b2c1 Bug 736697 - Part 2: Refactor to share methods. r=philikon 2012-04-05 14:16:56 -07:00
Vicamo Yang
61d7e88552 Bug 736697 - Part 1: Remove SMS-SUBMIT-only property from SMS-DELIVER. r=philikon 2012-04-05 14:16:56 -07:00
Hsinyi Tsai
74134f7d6d Bug 735170 - WebTelephony: add API to hold a call. r=philikon 2012-04-05 16:12:42 +08:00
Fernando Jiménez
7c201b6366 Bug 733265 - B2G SMS DB tests. r=philikon 2012-04-05 14:16:56 -07:00
Philipp von Weitershausen
1243817279 Back out changeset 26adf71d5c61 (bug 734018) due to oranges. 2012-04-06 18:39:02 -07:00
Vicamo Yang
3d51e55e0e 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
62ea358119 Bug 740710 - B2G SMS: Timezone offset sign is wrong. r=philikon 2012-04-06 17:48:08 -07:00
Philipp von Weitershausen
c55d112fec Bug 734018 - Don't patch DOMRequestService into Services.jsm, define message managers. r=gavin,fabrice 2012-04-06 17:42:11 -07:00
Takanori MATSUURA
6ba21f9576 Bug 737006 - Use internal ply only if needed. r=khuey 2012-04-06 14:06:52 -04:00
Ehsan Akhgari
b74a7df1cf Merge mozilla-inbound and mozilla-central 2012-04-05 13:41:51 -04:00
Ehsan Akhgari
e130fd8945 Merge the last green PGO changeset from mozilla-inbound to mozilla-central 2012-04-05 13:40:53 -04:00
Boris Zbarsky
2d4ce165e0 Bug 742222. Make sure to JS_WrapValue values being returned for callback types and 'any' types. r=peterv 2012-04-05 13:14:54 -04:00
Kyle Huey
1b361b0c81 Bug 741248: Attempt a fix by twiddling the makefile a bit. r=me 2012-04-04 19:11:30 -07:00
Brad Lassey
e3451864f9 backout b51259905d85 because it needs sr 2012-04-05 02:02:52 -04:00
Brad Lassey
8fb60abdbf bug 738528 - still photo support for getUserMedia r=dougt 2012-04-04 23:32:38 -04:00
Kyle Huey
64746c0dee Backed out changeset 3a0940f90455 2012-04-04 13:42:12 -07:00
Kyle Huey
4a035a99ee Bug 741125: Update WebIDL parser. 2012-04-04 12:07:28 -07:00