Commit Graph

19680 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
535888eb97 merge b2g-inbound to mozilla-central 2014-01-23 10:20:58 +01:00
Ehsan Akhgari
1567f5f6a1 Bug 289384 - Run the native key binding handlers from nsEditorEventListener; r=Neil,masayuki 2014-01-22 22:18:51 -05:00
Ben Tian
7e13cdc02c Bug 921999 - Bluetooth Device connection status in Settings is incorrect if remote headset restores connection, r=gyeh 2014-01-23 10:46:45 +08:00
Ryan VanderMeulen
0a95a9a62a Merge m-c to b2g-inbound. 2014-01-22 15:56:42 -05:00
Ryan VanderMeulen
ad273b968e Merge inbound to m-c. 2014-01-22 15:15:22 -05:00
Masatoshi Kimura
22b25af0fd Bug 951028 - Fix NTFS permissions when a file is moved to a different directory. r=yoric,bbondy 2014-01-23 02:33:48 +09:00
Kai-Zhen Li
38256874e6 Bug 961485 - Handle IFNAME of wifi command for gonk-kk. r=fabrice, r=vchang 2014-01-22 12:06:58 +08:00
Wes Kocher
6ceffa63c0 Backed out 2 changesets (bug 958576) for osx 10.8 m-oth bustage on a CLOSED TREE
Backed out changeset 2ec09c9a9df1 (bug 958576)
Backed out changeset 49bec226f30e (bug 958576)
2014-01-22 16:17:25 -08:00
Myk Melez
3972664d9b Bug 958356 - rename packageName to unambiguous name in app objects; r=wesj, fabrice
--HG--
extra : rebase_source : abde2ac924fd8265319f1ffa386f0447518fc46d
2014-01-22 13:09:47 -08:00
Ryan VanderMeulen
dc73bab6f5 Merge m-c to inbound. 2014-01-22 15:55:49 -05:00
Bill McCloskey
5ec2160ccd Bug 938904 - [e10s] Make tooltips work (r=smaug,enn) 2014-01-22 12:27:23 -08:00
Boris Zbarsky
25243ecc6c Bug 958576 part 2. Move FakeDependentString to the binding_detail namespace. r=peterv
I took the opportunity to move away from the NonNull<nsAString> hack
we had for string arguments, since just passing in a
FakeDependentString works fine and callees are now less likely to
declare their arg as being of that type.

In the process of doing that, I ran into what looks like a substantive
bug in the "owning union with string default value" case: We were
doing mValue.mString.Value() without ever having constructed
mValue.mString!
2014-01-22 14:37:10 -05:00
Boris Zbarsky
9f27c4fd14 Bug 958576 part 1. Create a binding_detail namespace and move AutoSequence to it. r=peterv
Note that we can't name this namespace "detail", because then we'd
have both ::mozilla::detail and ::mozilla::dom::detail namespaces in
the tree and various template name lookups that look for "detail::Foo"
would get confused, and the code would not compile.  C++ strikes
again.
2014-01-22 14:37:10 -05:00
Carsten "Tomcat" Book
14c49f4f22 Merge mozilla-central to b2g-inbound 2014-01-22 14:43:48 +01:00
Carsten "Tomcat" Book
4fc7f2f24a merge b2g-inbound to mozilla-central 2014-01-22 13:59:54 +01:00
Gina Yeh
5f54a70b3a Bug 952907 - Patch 1: Use WebIDL codegen to implement Bluetooth events, r=smaug 2014-01-22 14:26:29 +08:00
Wes Kocher
f5a4be1d11 Merge b2g-inbound to m-c 2014-01-21 17:23:48 -08:00
Boris Zbarsky
c6c6955ee3 Bug 961204 followup to address review comment. r=bholley 2014-01-21 22:10:11 -05:00
Boris Zbarsky
eb1b4dad80 Bug 961208 part 2. Change the WebIDL DoNewResolve hook signature to take a JSPropertyDescriptor. r=bholley 2014-01-21 22:08:51 -05:00
Boris Zbarsky
a4176890e1 Bug 961208 part 1. When doing a DoNewResolve for Xrays, pass the Xray, not the underlying object, to DoNewResolve, in case people want to do permissions checks on the object. r=bholley 2014-01-21 22:08:49 -05:00
Boris Zbarsky
fb2de6bc62 Bug 961204. Remove the my_context bits from nsWindowSH::NewResolve and just use the passed-in cx for everything. r=bholley 2014-01-21 22:08:47 -05:00
Peiyong Lin
5b7c92a902 Bug 950246 - Correct nsDOMWindowUtils::StopFrameTimeRecording() alloc to sizeof(float). r=jdm 2014-01-21 15:51:18 -05:00
Ryan VanderMeulen
c285ba396d Merge m-c to inbound. 2014-01-21 15:20:25 -05:00
Ryan VanderMeulen
b863302105 Merge fx-team to m-c. 2014-01-21 15:18:30 -05:00
Sotaro Ikeda
11014e1136 Bug 961405 - Change GraphicBufferLocked as to use AtomicRefCountedWithFinalize. r=nical, r=pchang, r=doublec, r=mikeh 2014-01-21 13:53:48 -05:00
Nathan Froyd
69ecacdb40 Bug 961808 - delete dead imports from BrowserElement{Child,Panning}.js; r=fabrice 2014-01-20 11:33:34 -05:00
Albert Crespell
57bb26eebf Bug 961007 - Data mobile usage is not counted. r=chucklee 2014-01-19 10:03:24 +01:00
Nathan Froyd
bb0c3f499c Bug 961733 - delete dead observe topic case in BrowserElementParent.js; r=fabrice 2014-01-17 16:10:34 -05:00
Nathan Froyd
283a5cb75e Bug 961793 - don't register weak observers in BrowserElementChildPreload.js; r=fabrice 2014-01-17 15:41:28 -05:00
David Rajchenbach-Teller
cf0357fd3d Bug 951838 - Add OS.Constants.Path.libSqlite3. r=khuey 2014-01-21 11:29:29 -05:00
Bevis Tseng
2d5758ccb4 Bug 960741 - Messages app fails to upgrade database (JS exception in upgradeSchema14) after updating from 1.2 to 1.3. r=gene 2014-01-17 13:41:31 +08:00
Edgar Chen
513dd1c926 Bug 952386 - Disable radio power by default when b2g bootup. r=hsinyi 2014-01-16 14:30:03 +08:00
Phil Ringnalda
26492beb27 Merge m-c to m-i 2014-01-20 18:46:36 -08:00
Phil Ringnalda
1240e55651 Merge m-i to m-c 2014-01-20 18:39:03 -08:00
Nathan Froyd
9b7560d62a Bug 961841 - use Services.obs for the observer service in BrowserElementPanning.js; r=smaug 2014-01-20 16:04:24 -05:00
David Zbarsky
d26395dbc2 Bug 952977: Convert CreateMatrix to gfx::Matrix r=nical 2014-01-20 16:52:04 -05:00
Phil Ringnalda
1bb28039d8 Merge m-c to b-i 2014-01-20 11:12:49 -08:00
Carsten "Tomcat" Book
6f13a0d4c7 merge mozilla-inbound to mozilla-central 2014-01-20 15:34:26 +01:00
Robert Longson
f9e87e17f9 Bug 931013 - Try to fix intermittent failure of smil/crashtests/690994-1.svg. r=birtles 2014-01-20 10:51:06 +00:00
Carsten "Tomcat" Book
2dd4b063a1 merge b2-inbound to mozilla-central 2014-01-20 10:41:00 +01:00
Ms2ger
2e4b2350dc Merge central to inbound. 2014-01-20 09:36:09 +01:00
Ms2ger
e05f12c82f Bug 956862 - Move some mochitests to manifests; r=mshal 2014-01-20 08:58:27 +01:00
Ms2ger
87874d98a0 Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz 2014-01-20 08:58:26 +01:00
Ms2ger
b10214ac53 Bug 953425 - Part b: Move DOMFileMetadataParameters to WebIDL; r=janv 2014-01-20 08:58:24 +01:00
Ms2ger
04b6b681a5 Bug 953425 - Part a: Store bools directly in MetadataParameters; r=janv 2014-01-20 08:58:24 +01:00
Ms2ger
adfeed0fe4 Bug 924160 - Part b: Use mochitest manifests for the expected failures in dom/imptests; r=gps 2014-01-20 08:58:24 +01:00
Josh Aas
2d998087a7 Remove dead code. No bug. r=me 2014-01-19 23:11:14 -06:00
Josh Aas
ec2836ce1d Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
Ryan VanderMeulen
b43ef033c1 Merge b2g-inbound to m-c. 2014-01-19 15:40:48 -05:00
Olli Pettay
b18f4d8289 Bug 936604, null check event handler in event listener service, r=bz 2014-01-18 19:50:08 +02:00