Nicholas Nethercote
ca5aa1532d
Bug 904962 (part 5) - Don't #include jsprf.h in three places it isn't needed. r=luke.
...
--HG--
extra : rebase_source : 9fb24d11c47bab29be9bf3027e78a92819a3e3ae
2013-08-11 23:34:14 -07:00
Jan de Mooij
14be08cab8
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
Gregory Szorc
918eef7c37
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Ryan VanderMeulen
c292f445e7
Merge m-c to inbound.
2013-08-14 17:11:30 -04:00
Bobby Holley
7c658894bd
Bug 903212 - Remove explicit compartment GC machinery. r=smaug
2013-08-14 14:00:03 -07:00
Bobby Holley
6c4c0caf35
Bug 903212 - Remove nsIXPCScriptNotify machinery. r=mrbkap
2013-08-14 14:00:03 -07:00
Bobby Holley
fae00b9013
Bug 903212 - Remove ScriptEvaluated, and simplify callers. r=mrbkap
2013-08-14 14:00:03 -07:00
Bobby Holley
415c0d2afd
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
5210da25d5
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
9b8bad45ef
Bug 903257 - Part 2: Marionette tests for signal when registration status changes. r=hsinyi
2013-08-12 12:15:23 +08:00
Edgar Chen
2b3f61d537
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
dda4ae2f30
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
4a10a49030
merge mozilla-central to b2g-inbound
2013-08-14 15:02:24 +02:00
Ms2ger
3d504dcb66
Merge latest PGO-green inbounc changeset to m-c.
2013-08-14 14:45:47 +02:00
Carsten "Tomcat" Book
f2f7753492
merge b2g-inbound to mozilla-central
2013-08-14 14:11:03 +02:00
Ms2ger
c2315a28ab
Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo
2013-08-14 09:00:52 +02:00
Ms2ger
7f2eb46c31
Bug 903794 - Cleanup PluginModuleParent.h includes; r=johns
2013-08-14 09:00:47 +02:00
Ms2ger
2e3d829eba
Bug 903791 - Make HTMLOptionElement.index infallible; r=mounir
2013-08-14 08:57:04 +02:00
Ms2ger
6ec28362b3
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
2013-08-14 08:56:21 +02:00
Ms2ger
8790603e09
No bug - Remove an obsolete reference to quickstubs in dom/indexedDB/Makefile.in
2013-08-14 08:53:53 +02:00
Ms2ger
3791cfd9e8
Bug 900677 - Remove IDBEventTargetSH; r=bz
2013-08-14 08:53:46 +02:00
Gina Yeh
9c16f4b490
Bug 889795 - Reply 'Authorize' signal for supported profile, r=echou, sr=mrbkap
2013-08-14 13:54:18 +08:00
Johnny Stenback
00517e29d4
Bug 903311. Remove all ChromeOnly methods on window.history. r=bzbarsky
2013-08-13 21:02:01 -07:00
Shawn Ku
f8c7071085
Bug 899400 - B2G RIL: Call Waiting MMI functionality. r=hsinyi
2013-08-14 16:16:04 +08:00
poojas
5d6bc2a854
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]
e85907b457
Bug 887690 - Part 4: Test emergency callback mode (xpcshell-test). r=hsinyi
2013-08-14 08:50:48 -04:00
Szu-Yu Chen [:aknow]
4fef940d70
Bug 887690 - Part 3: Add emergency callback mode support (ril). r=hsinyi
2013-08-14 08:50:36 -04:00
Szu-Yu Chen [:aknow]
5819219f33
Bug 887690 - Part 2: Add emergency callback mode support (dom). r=bent
2013-08-14 08:50:22 -04:00
Szu-Yu Chen [:aknow]
337db88f36
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
a9619b4c64
Merge m-c to b2g-inbound.
2013-08-13 15:38:58 -04:00
Sotaro Ikeda
48253755a9
Bug 903174 - Move GonkNativeWindow to /widget/gonk/nativewindow. r=vlad
2013-08-13 12:58:38 -04:00
Kartikaya Gupta
d8c768311d
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
9d22290883
Bug 901290: Cycle collect more than just at worker shutdown. r=mccr8
2013-08-13 17:07:40 -07:00
Guillaume Abadie
86136e3f00
bug 900767 - Implement the WebGL extension ANGLE_instanced_arrays - r=jgilbert
2013-08-13 18:11:01 -04:00
William Chen
ad31fbf603
Bug 900724 - Prevent form association when creating elements in template contents. r=hsivonen
2013-08-13 14:31:18 -07:00
Hsin-Yi Tsai
8a5ce22946
Bug 905090 - B2G RIL: undefined state in kScreenStateChangedTopic, RadioInterfaceLayer.js. r=vicamo
2013-08-14 18:11:47 +08:00
Szu-Yu Chen [:aknow]
8812f9d498
Bug 905007 - Fix test_ril_worker_buf.js. r=vicamo
2013-08-14 16:45:27 +08:00
Szu-Yu Chen [:aknow]
4a5e56f97b
Bug 905050 - Fix test_ril_worker_mmi.js. r=vicamo
2013-08-14 16:45:22 +08:00
Nikhil Marathe
2d2795aab4
Bug 887116 - Don't hold a reference to nsLayoutStatics in WebIDL CallbackObject. r=khuey
2013-08-13 14:20:01 -07:00
Ryan VanderMeulen
9fae8ce672
Merge m-c to inbound.
2013-08-13 16:56:11 -04:00
Kyle Huey
ca3e0665dd
Bug 890304 - Remove the indexeddb.feature.enabled pref. r=sicking
2013-08-13 08:49:11 -04:00
Carsten "Tomcat" Book
71bd813c02
merge mozilla-central to mozilla-inbound
2013-08-13 13:52:35 +02:00
Ms2ger
0f97870355
Backout changeset 9a57f0f347e3 for insufficient review.
2013-08-13 13:30:00 +02:00
Carsten "Tomcat" Book
c3001c5c05
merge b2g-inbound to mozilla-central
2013-08-13 12:36:08 +02:00
Jessica Jong
ba2618c305
Bug 899418 - B2G RIL: remove deprecated interface methods/attributes from nsIRadioInterface. r=vicamo
2013-08-13 11:29:02 +08:00
Reuben Morais
826588e1b7
Bug 889239 - Add a fast upgrade path for the Contacts DB. r=gwagner
2013-08-12 21:58:38 -03:00
Ryan VanderMeulen
a0d9f811c2
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
ef22033490
Merge m-c to b2g-inbound.
2013-08-12 17:44:21 -04:00
Kyle Machulis
f48c8beaab
Bug 903497: Fix return type for PrepareAdapterRunnable::Run; r=echou
2013-08-12 14:15:45 -07:00
Bobby Holley
d51c959abd
Bug 901364 - Remove a bunch of now-unused modal state tracking machinery. r=mrbkap
2013-08-12 12:54:51 -07:00