Commit Graph

19149 Commits

Author SHA1 Message Date
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
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
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
Ms2ger
30f4e6e119 Merge latest PGO-green inbounc changeset to m-c. 2013-08-14 14:45:47 +02:00
Carsten "Tomcat" Book
c32ebba83a merge b2g-inbound to mozilla-central 2013-08-14 14:11:03 +02:00
Ms2ger
9d023a67df Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo 2013-08-14 09:00:52 +02:00
Ms2ger
bce1d40751 Bug 903794 - Cleanup PluginModuleParent.h includes; r=johns 2013-08-14 09:00:47 +02:00
Ms2ger
102bea71eb Bug 903791 - Make HTMLOptionElement.index infallible; r=mounir 2013-08-14 08:57:04 +02:00
Ms2ger
1a5ae526d9 Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
Ms2ger
0a90c3eca6 No bug - Remove an obsolete reference to quickstubs in dom/indexedDB/Makefile.in 2013-08-14 08:53:53 +02:00
Ms2ger
a5f4b4049c Bug 900677 - Remove IDBEventTargetSH; r=bz 2013-08-14 08:53:46 +02:00
Gina Yeh
264c5a9f3d Bug 889795 - Reply 'Authorize' signal for supported profile, r=echou, sr=mrbkap 2013-08-14 13:54:18 +08:00
Johnny Stenback
bf13e63470 Bug 903311. Remove all ChromeOnly methods on window.history. r=bzbarsky 2013-08-13 21:02:01 -07:00
Shawn Ku
c690916d16 Bug 899400 - B2G RIL: Call Waiting MMI functionality. r=hsinyi 2013-08-14 16:16:04 +08:00
poojas
c6b265d42d Bug 898506 - (jb-gonk) Adapt to netd protocol changes for USB tethering. r=vchang 2013-08-14 08:51:07 -04:00
Szu-Yu Chen [:aknow]
84c1e267ae Bug 887690 - Part 4: Test emergency callback mode (xpcshell-test). r=hsinyi 2013-08-14 08:50:48 -04:00
Szu-Yu Chen [:aknow]
a3bf81f817 Bug 887690 - Part 3: Add emergency callback mode support (ril). r=hsinyi 2013-08-14 08:50:36 -04:00
Szu-Yu Chen [:aknow]
bfe6115456 Bug 887690 - Part 2: Add emergency callback mode support (dom). r=bent 2013-08-14 08:50:22 -04:00
Szu-Yu Chen [:aknow]
f82bcc0f60 Bug 887690 - Part 1: Add emergency callback mode support (idl, webidl). r=hsinyi, sr=smaug 2013-08-14 08:48:28 -04:00
Ryan VanderMeulen
3364547f5d Merge m-c to b2g-inbound. 2013-08-13 15:38:58 -04:00
Sotaro Ikeda
0e477fe6a5 Bug 903174 - Move GonkNativeWindow to /widget/gonk/nativewindow. r=vlad 2013-08-13 12:58:38 -04:00
Kartikaya Gupta
07be7dc6ba Bug 902888 - Fix coordinate system mismatch with pre-Honeycomb plugins on Android. r=snorp
The plugin code was returning a rect in LayoutDevicePixels whereas Java
was treating it as a CSS-pixel rect. This patch makes the types more
explicit and adds a conversion in AndroidBridge to convert from the
LayoutDevicePixels to CSSPixel rects.
2013-08-13 11:49:21 -04:00
Kyle Huey
ce4e2343b2 Bug 901290: Cycle collect more than just at worker shutdown. r=mccr8 2013-08-13 17:07:40 -07:00
Guillaume Abadie
25894203e2 bug 900767 - Implement the WebGL extension ANGLE_instanced_arrays - r=jgilbert 2013-08-13 18:11:01 -04:00
William Chen
80b0d4c299 Bug 900724 - Prevent form association when creating elements in template contents. r=hsivonen 2013-08-13 14:31:18 -07:00
Hsin-Yi Tsai
7c0bf21a79 Bug 905090 - B2G RIL: undefined state in kScreenStateChangedTopic, RadioInterfaceLayer.js. r=vicamo 2013-08-14 18:11:47 +08:00
Szu-Yu Chen [:aknow]
66866967d3 Bug 905007 - Fix test_ril_worker_buf.js. r=vicamo 2013-08-14 16:45:27 +08:00
Szu-Yu Chen [:aknow]
71b08ea4dd Bug 905050 - Fix test_ril_worker_mmi.js. r=vicamo 2013-08-14 16:45:22 +08:00
Nikhil Marathe
0efffe6247 Bug 887116 - Don't hold a reference to nsLayoutStatics in WebIDL CallbackObject. r=khuey 2013-08-13 14:20:01 -07:00
Ryan VanderMeulen
11280c4dfe Merge m-c to inbound. 2013-08-13 16:56:11 -04:00
Kyle Huey
859692a042 Bug 890304 - Remove the indexeddb.feature.enabled pref. r=sicking 2013-08-13 08:49:11 -04:00
Carsten "Tomcat" Book
807da10e4e merge mozilla-central to mozilla-inbound 2013-08-13 13:52:35 +02:00
Ms2ger
c85f768b0d Backout changeset 9a57f0f347e3 for insufficient review. 2013-08-13 13:30:00 +02:00
Carsten "Tomcat" Book
0b1ddbe49d merge b2g-inbound to mozilla-central 2013-08-13 12:36:08 +02:00
Jessica Jong
3bc7e2d3a6 Bug 899418 - B2G RIL: remove deprecated interface methods/attributes from nsIRadioInterface. r=vicamo 2013-08-13 11:29:02 +08:00
Reuben Morais
b9c1c9a244 Bug 889239 - Add a fast upgrade path for the Contacts DB. r=gwagner 2013-08-12 21:58:38 -03:00
Ryan VanderMeulen
4d14292521 Backed out 4 changesets (bug 887690) for suspicion of causing frequent mochitest-2 failures.
Backed out changeset 106ae6eee902 (bug 887690)
Backed out changeset e2c72cb029f4 (bug 887690)
Backed out changeset 9eea090ed6f7 (bug 887690)
Backed out changeset 1defeb691f5c (bug 887690)
2013-08-12 19:13:38 -04:00
Ryan VanderMeulen
3f3c3722d8 Merge m-c to b2g-inbound. 2013-08-12 17:44:21 -04:00
Kyle Machulis
8abb99c4ec Bug 903497: Fix return type for PrepareAdapterRunnable::Run; r=echou 2013-08-12 14:15:45 -07:00
Bobby Holley
3ed72e3e52 Bug 901364 - Remove a bunch of now-unused modal state tracking machinery. r=mrbkap 2013-08-12 12:54:51 -07:00
Bobby Holley
80de28966e Bug 901364 - Make operation callbacks runtime-wide. r=mrbkap 2013-08-12 12:54:50 -07:00
Bobby Holley
c73211b3fb Bug 901364 - Switch to the XPConnect operation callback for DOM windows. r=mrbkap 2013-08-12 12:54:49 -07:00