Commit Graph

14431 Commits

Author SHA1 Message Date
Andrea Marchesini
c2a5090d51 Bug 858524 - Move BarProp objects to Paris bindings, r=ms2ger, r=smaug 2013-06-01 01:53:00 -07:00
Andrea Marchesini
8e5afa9763 Bug 858524 - Rename nsBarProp to BarProp, r=ms2ger
--HG--
rename : dom/base/nsBarProps.cpp => dom/base/BarProps.cpp
rename : dom/base/nsBarProps.h => dom/base/BarProps.h
2013-05-31 03:30:00 -07:00
Ms2ger
e3f3fd0ea1 Merge m-c to m-i. 2013-06-01 15:00:46 +02:00
Ms2ger
56b71116ea Bug 877910 - Make HTMLSelectElement.namedItem return 'HTMLOptionElement' instead of 'object'; r=bz 2013-06-01 08:56:34 +02:00
Ms2ger
18a4c1bc97 Bug 870466 - Remove initProgressEvent from workers; r=bent 2013-06-01 08:56:26 +02:00
Ms2ger
d56528fce5 Bug 876602 - Move JS-implemented webidl construction code into C++; r=bz 2013-06-01 08:56:23 +02:00
Ms2ger
1602264ebc Bug 876604 - Outparamdel UnwrapDOMObjectToISupports; r=bz 2013-06-01 08:56:02 +02:00
Ms2ger
04c8cd41cd Bug 871287 - Part c: Move DeviceStorage to WebIDL; r=smaug 2013-06-01 08:56:00 +02:00
Ms2ger
e1d9a9c3f8 Bug 871287 - Part b: Don't silently clear nsRefPtrs in DeviceStorage; r=dhylands 2013-06-01 08:55:02 +02:00
Ms2ger
c9da0d30fe Bug 871287 - Part a: Random cleanup in DeviceStorage; r=dhylands 2013-06-01 08:54:46 +02:00
Ms2ger
31a923dc0c Bug 871286 - Use strings in nsIDOMDeviceStorage; r=smaug 2013-06-01 08:54:40 +02:00
Ms2ger
adad04a973 Bug 876240 - Move OfflineResourceList to WebIDL; r=mounir 2013-06-01 08:53:44 +02:00
Ms2ger
68c642b793 Bug 876605 - Simplify the Init function of WebIDL dictionaries; r=smaug 2013-06-01 08:53:40 +02:00
Ms2ger
ab3135b802 Bug 874084 - Remove dead code that used to support document.all.tags; r=bz 2013-06-01 08:53:12 +02:00
Ms2ger
e8673bc9ae Bug 857587 - Stop using JS::Value for nsIDOMTelephony.call; r=bent 2013-06-01 08:53:06 +02:00
Chris Peterson
b0637c312a Bug 877503 - Add MOZ_FINAL to some Android classes to fix gcc 4.7 warnings-as-errors. blanket-r=ehsan rs=tbsaunde 2013-05-30 11:26:02 -07:00
David Zbarsky
871e0977c2 Bug 788549 Part 8: Only query layers when OMTA is enabled r=roc 2013-05-31 11:06:56 -07:00
Bobby Holley
806d1d1b45 Bug 858101 - Fix other tests. r=mrbkap 2013-05-31 10:36:02 -07:00
Ryan VanderMeulen
44e346e019 Merge m-c to inbound. 2013-05-31 12:14:01 -04:00
Ryan VanderMeulen
63cc0f3f40 Backed out changeset 662f6427c909 (bug 872890) for debug bustage. 2013-05-31 12:12:41 -04:00
Shawn Huang
b051c36564 Bug 872890:Reset HFP call array when RIL reports NotifyError(), r=echou 2013-05-31 11:07:21 +08:00
Ryan VanderMeulen
6f66a45d3b Merge m-c to birch.
--HG--
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
2013-05-30 20:52:56 -04:00
Fabrice Desré
f50451910a Bug 877869 - Fix typo in indexedbHelper.jsm r=bent 2013-05-30 16:19:22 -07:00
Fabrice Desré
2c5d1b480c Bug 852720 - Allow packaged apps to have an origin r=ferjm 2013-05-30 10:34:27 -07:00
Justin Lebar
9345035d6c Bug 870675 - Add a test for bug 870480. r=vingtetun
We now run test_HighPriority while holding the CPU and high-priority wake locks.  This tests exactly the problem caused by bug 870480.
2013-05-30 12:59:24 -04:00
Alexandre Poirot
d6bdf35527 Bug 865207 - Move webapps actor from /b2g/chrome/content to /toolkit/devtools/apps/. r=fabrice, r=dcamp
--HG--
rename : dom/apps/tests/unit/data/app.zip => toolkit/devtools/apps/tests/unit/data/app.zip
rename : dom/apps/tests/unit/test_webappsActor.js => toolkit/devtools/apps/tests/unit/test_webappsActor.js
rename : b2g/chrome/content/dbg-webapps-actors.js => toolkit/devtools/server/actors/webapps.js
2013-05-30 12:08:15 -04:00
Ryan VanderMeulen
431809500e Merge m-c to birch. 2013-05-30 11:44:00 -04:00
Nikhil Marathe
f26e08ff53 Bug 876935 - Millisecond calculation in AlarmService. r=gene 2013-05-30 08:08:07 -07:00
Eric Chou
4cc2228843 Bug 877087 - Clear mDsFile after the OPP connection is dropped, r=gyeh 2013-05-30 15:00:06 +08:00
Gina Yeh
4470b59dfa Backed out changeset 8cdcc0221c0f for build bustage DONTBUILD 2013-05-30 10:50:19 +08:00
Shawn Huang
db01885d81 Bug 872890:Reset HFP call array when RIL reports NotifyError(), r=echou 2013-05-30 09:33:48 +08:00
Andreas Gal
8388be4b95 Bug 871939 - [Dialer] Cannot search contact number when number has addtional area or operator number, r=etienne 2013-05-29 16:31:19 -07:00
Julien Wajsberg
212dec808a Bug 863337 - [homescreen] If an icon is changed in an update, it's not updated before the next reboot. r=fabrice, r=ferjm 2013-05-22 15:08:59 +02:00
Vincent Liu
6165c6ca79 Bug 864588 - [B2G] [Leo] [Internet Sharing] USB tethering turns off almost immediately after being turned on. r=vchang 2013-05-24 10:38:31 +08:00
Ryan VanderMeulen
24eca4433d Merge m-c to inbound. 2013-05-28 15:55:17 -04:00
Sebastian Wong
09dc92155a Bug 841736 - Add observer and callback function to remove alarm API data on "webapps-clear-data" event. r=clian 2013-05-28 13:29:02 -04:00
Brad Lassey
ac960c354c bug 876270 - crash in mozilla::plugins::parent::_getvalue r=snorp 2013-05-28 12:49:04 -04:00
Ms2ger
c9bfa03ce9 Bug 876282 - Add unprefixed cancelAnimationFrame; r=bz
--HG--
rename : content/base/test/test_bug647518.html => content/base/test/test_bug876282.html
2013-05-28 19:31:31 +02:00
Ed Morley
09185f6e3b Merge mozilla-central and birch 2013-05-28 13:04:08 +01:00
Patrick Wang
9f58aade9a Bug 875208 - Check blob last modification date before sending it through IPC. r=gene.lian 2013-05-28 12:24:11 +08:00
Eric Chou
4d7f9db013 Bug 871438 - Reset value when file transfer session starts, r=gyeh
When the transferring session was stopped, mBodySegmentLength wouldn't reset
to 0, and that would impact the next transferring if the first packet of the
next transferring doesn't contain header Body or EndOfBody, which would invoke
ExtractPacketHeaders() and refresh mBodySegmentLength in the function.
2013-05-28 15:25:42 +08:00
Eric Chou
235a433fa5 Bug 875719 - Simplify and correct the mechanism of handling call state change event, r=gyeh
1. Remove variable mCurrentCallIndex and replace with using function FindFirstCall(aState)
2. Remove unused variable index and callArrayLength
2013-05-28 14:58:51 +08:00
David Zbarsky
41dbdc53f7 Bug 788549 Part 4: Add the ability to pause and sample animations on compositors at a specified time r=roc 2013-05-27 16:47:45 -07:00
David Zbarsky
3f06d8126b Backed out changeset 6c1cf4694a13 for not building on windows and android 2013-05-27 17:14:33 -07:00
David Zbarsky
9c87205101 Bug 788549 Part 4: Add the ability to pause and sample animations on compositors at a specified time r=roc 2013-05-27 16:47:45 -07:00
Andrea Marchesini
95eb70f2b1 Bug 874252 - Leak with expando on a DOMError, r=khuey 2013-05-27 16:43:09 -04:00
Justin Lebar
ab0de295c0 Bug 857412 - Try to fix intermittent orange in browserElement_SendEvent.js by unregistering our test event listener after we're done testing. r=vingtetun 2013-05-27 16:33:57 -04:00
Andrew McCreight
d1266ee9b7 Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
Ed Morley
b578f86b0c Merge mozilla-central and inbound 2013-05-28 16:30:34 +01:00
Brian R. Bondy
545121b371 Bug 607832. r=ehsan 2013-05-28 10:16:58 -04:00