Граф коммитов

22899 Коммитов

Автор SHA1 Сообщение Дата
Ben Tian c5682cb766 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 204faff6ea Merge m-c to b2g-inbound. 2014-01-22 15:56:42 -05:00
Ryan VanderMeulen 115fb3f090 Merge inbound to m-c. 2014-01-22 15:15:22 -05:00
Masatoshi Kimura 3d9b1531fe 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 edc1b0b4b1 Bug 961485 - Handle IFNAME of wifi command for gonk-kk. r=fabrice, r=vchang 2014-01-22 12:06:58 +08:00
Wes Kocher 75665b3d7f 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 1a2ea0a512 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 1ac93c7ad5 Merge m-c to inbound. 2014-01-22 15:55:49 -05:00
Bill McCloskey 5b9e37d8cf Bug 938904 - [e10s] Make tooltips work (r=smaug,enn) 2014-01-22 12:27:23 -08:00
Ben Tian ab82c431da Bug 957949 - [HFP] Add B2G common bluedroid config file, r=echou 2014-01-15 11:50:27 +08:00
Hsin-Yi Tsai c6dc071a93 Bug 962447 - [fugu][b2g] should getFailCauseCode() even the connection hasn't been established. r=vicamo 2014-01-23 13:58:30 +08:00
Boris Zbarsky 3146ee0f7a 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 5052fd5d63 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
Shih-Chiang Chien f4f7d87557 Bug 950317 - enable WebRTC mochitest on b2g emulator. r=jesup,vicamo,jsmith. 2014-01-10 19:39:18 +08:00
Albert Crespell 551b2f9f0d Bug 962496 - Intermittent test_networkstats_db.js test failed. r=gene 2014-01-22 11:36:51 +01:00
Carsten "Tomcat" Book 051714c230 Backed out changeset 786d44e03d8b (bug 957592) for static rooting hazard bustage on a CLOSED TREE 2014-01-23 14:22:24 +01:00
Carsten "Tomcat" Book e534f50447 Merge mozilla-central to b2g-inbound 2014-01-23 11:35:53 +01:00
Jessica Jong 8f83a592bd Bug 952374 - [Fugu] data connectivity lost after left idle. r=hsinyi 2014-01-23 17:05:04 +08:00
Jessica Jong 385525197b Bug 960961 - Part 3: add logs for setup/deactivate data call. r=vicamo 2014-01-23 16:44:49 +08:00
Jessica Jong dfc81a21d6 Bug 960961 - Part 2: remove ril logs or wrap them with DEBUG flag. r=vicamo 2014-01-23 16:44:20 +08:00
Jessica Jong 52a7ec9e15 Bug 960961 - Part 1: add back some function names in ril_worker. r=vicamo
This reverts "Bug 934125 - 3.a/3: correct ril_worker 'RIL[FOO] = function FOO()' as well."
2014-01-23 16:43:14 +08:00
Ghislain 'Aus' Lacroix 4f6566a543 Bug 957592 - Expose download API properties based on permission. r=bz 2014-01-22 11:51:13 -08:00
Carsten "Tomcat" Book 16ff97e645 Merge mozilla-central to b2g-inbound 2014-01-22 14:43:48 +01:00
Carsten "Tomcat" Book 23879c668c merge b2g-inbound to mozilla-central 2014-01-22 13:59:54 +01:00
Gina Yeh f386355248 Bug 952907 - Patch 1: Use WebIDL codegen to implement Bluetooth events, r=smaug 2014-01-22 14:26:29 +08:00
Wes Kocher 9a43f7ee39 Merge b2g-inbound to m-c 2014-01-21 17:23:48 -08:00
Boris Zbarsky 2b891c0ee4 Bug 961204 followup to address review comment. r=bholley 2014-01-21 22:10:11 -05:00
Boris Zbarsky 787877e0b4 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 96d02efb92 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 261d27931e 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 19a0624476 Bug 950246 - Correct nsDOMWindowUtils::StopFrameTimeRecording() alloc to sizeof(float). r=jdm 2014-01-21 15:51:18 -05:00
Ryan VanderMeulen 33db50dc56 Merge m-c to inbound. 2014-01-21 15:20:25 -05:00
Ryan VanderMeulen ef76a2b3ff Merge fx-team to m-c. 2014-01-21 15:18:30 -05:00
Sotaro Ikeda 4d758c0459 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 f5eb413a24 Bug 961808 - delete dead imports from BrowserElement{Child,Panning}.js; r=fabrice 2014-01-20 11:33:34 -05:00
Albert Crespell dffefcdf98 Bug 961007 - Data mobile usage is not counted. r=chucklee 2014-01-19 10:03:24 +01:00
Nathan Froyd 1275a120ae Bug 961733 - delete dead observe topic case in BrowserElementParent.js; r=fabrice 2014-01-17 16:10:34 -05:00
Nathan Froyd 536c10929f Bug 961793 - don't register weak observers in BrowserElementChildPreload.js; r=fabrice 2014-01-17 15:41:28 -05:00
David Rajchenbach-Teller a778a5c39c Bug 951838 - Add OS.Constants.Path.libSqlite3. r=khuey 2014-01-21 11:29:29 -05:00
Bevis Tseng 489e6eee41 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 fad138cf29 Bug 952386 - Disable radio power by default when b2g bootup. r=hsinyi 2014-01-16 14:30:03 +08:00
Phil Ringnalda 27963a40d2 Merge m-c to m-i 2014-01-20 18:46:36 -08:00
Phil Ringnalda 88b2fccf3f Merge m-i to m-c 2014-01-20 18:39:03 -08:00
Nathan Froyd 23c2d4fb30 Bug 961841 - use Services.obs for the observer service in BrowserElementPanning.js; r=smaug 2014-01-20 16:04:24 -05:00
David Zbarsky d5aee5db72 Bug 952977: Convert CreateMatrix to gfx::Matrix r=nical 2014-01-20 16:52:04 -05:00
Phil Ringnalda ef2f36b2e4 Merge m-c to b-i 2014-01-20 11:12:49 -08:00
Carsten "Tomcat" Book 3c62a7c304 merge mozilla-inbound to mozilla-central 2014-01-20 15:34:26 +01:00
Robert Longson fd731b4580 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 fb8b0f6a21 merge b2-inbound to mozilla-central 2014-01-20 10:41:00 +01:00
Ms2ger 2320cf3218 Merge central to inbound. 2014-01-20 09:36:09 +01:00
Ms2ger e40b6f8313 Bug 956862 - Move some mochitests to manifests; r=mshal 2014-01-20 08:58:27 +01:00
Ms2ger 4f1e9b830b Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz 2014-01-20 08:58:26 +01:00
Ms2ger 5463f5d483 Bug 953425 - Part b: Move DOMFileMetadataParameters to WebIDL; r=janv 2014-01-20 08:58:24 +01:00
Ms2ger 47fc8d091f Bug 953425 - Part a: Store bools directly in MetadataParameters; r=janv 2014-01-20 08:58:24 +01:00
Ms2ger 4b96745752 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 073772a710 Remove dead code. No bug. r=me 2014-01-19 23:11:14 -06:00
Josh Aas 4ee46cac40 Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
Ryan VanderMeulen fdae3860b4 Merge b2g-inbound to m-c. 2014-01-19 15:40:48 -05:00
Olli Pettay 9ba15f226b Bug 936604, null check event handler in event listener service, r=bz 2014-01-18 19:50:08 +02:00
Jamin Liu 9e0c783bfd Bug 953045 - Fix a bug of bluetooth AVRCP to support media metadata updating correctly. f=shuang, r=echou 2014-01-17 18:15:37 +08:00
Patrick Wang(Chih-Kai Wang) 7ce0627cb0 Bug 960641: Queue browser API calls before remote frame is shown. r=fabrice 2014-01-16 03:05:00 +08:00
Gene Lian 4074685562 Bug 948399 - [Messages] Subject. A subject containing special characters sent in a message is not received correctly (test case). r=vicamo a=v1.3+ 2014-01-20 19:49:59 +08:00
Gene Lian ec4a44fadb Bug 948399 - [Messages] Subject. A subject containing special characters sent in a message is not received correctly. r=vicamo a=v1.3+ 2014-01-16 16:32:07 +08:00
Jim Chen 9305d633e9 Bug 959237 - Define GetVM, GetJNIEnv, and GetJNIForThread as infallible; r=blassey
Currently when either of these methods fail, we log something and rely on the calling code to null check. Since these failures are serious and likely unrecoverable, it's better to define these methods as infallible and just crash if they do fail.
2014-01-17 23:32:24 -06:00
Siddartha Pothapragada 4b4040f3cf Bug 948870 - Remove App target info from the registered list when the application is killed. r=allstars.chh 2014-01-14 17:43:21 -08:00
Ryan VanderMeulen b75c40bb3e Merge m-c to b2g-inbound. 2014-01-17 15:30:54 -05:00
Ryan VanderMeulen b989384c30 Merge b2g-inbound to m-c. 2014-01-17 15:04:32 -05:00
Yeuk Hon Wong a17e4fc360 Bug 587377 - Display CSP warning in the web console if a hostname is a quoteless CSP keyword match. r=sstamm 2014-01-17 11:10:29 -05:00
Ryan VanderMeulen 4578dde0df Backed out changeset 965cf4cbedc8 (bug 958816) for mochitest crashes.
CLOSED TREE
2014-01-17 10:20:05 -05:00
Carsten "Tomcat" Book abc78abdd1 Merge mozilla-central to b2g-inbound 2014-01-17 11:06:46 +01:00
Carsten "Tomcat" Book 98e77c9ad6 merge b2g-inbound to mozilla-central 2014-01-17 10:15:47 +01:00
Dave Hylands 19a6ebe4b8 Backout 7ffefbeff08c - Wrong patch committed. DONTBUILD 2014-01-16 17:04:37 -08:00
Dave Hylands ff86ce855c Backed out changeset 64647f71727f - Wrong patch committed 2014-01-16 17:03:32 -08:00
Dave Hylands 9cf076ba4e Bug 910498 - Camera changes to use CreateFd. r=mikeh 2014-01-16 17:01:43 -08:00
Dave Hylands 00a803aa36 Bug 910498 - Changes to device storage to support CreateFd. r=bent 2014-01-16 17:01:27 -08:00
Marco Castelluccio ff82acc0a5 Bug 959420 - Followup to fix the last saveApps call introduced in bug 757226. r=fabrice 2014-01-16 17:00:29 -08:00
Marco Castelluccio c3fc50772f Bug 757226 - Implement mozApps addReceipt, removeReceipt, replaceReceipt. r=fabrice,andym,kumar 2014-01-16 16:26:26 -08:00
Marco Castelluccio 384728f025 Bug 959420 - Refactor saveApps, getManifestFor, readManifests, writeFile functions to use promises. r=fabrice 2014-01-16 16:26:24 -08:00
Dave Hylands 84656c77bc Bug 940684 - Don't allow unsafe paths when constructing DeviceStorageFile object. (Corrected bug # DONTBUILD) r=bent 2014-01-16 15:11:24 -08:00
Dave Hylands 574b9e6452 Backed out changeset 00967488c6bb 2014-01-16 15:19:13 -08:00
Dave Hylands 40e0ad38fa Bug 960684 - Don't allow unsafe paths when constructing DeviceStorageFile object. r=bent 2014-01-16 15:11:24 -08:00
Ryan VanderMeulen 127438a7eb Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
Ryan VanderMeulen 41a76b87ef Merge b2g-inbound to m-c. 2014-01-16 15:01:17 -05:00
Ryan VanderMeulen 04f11192ce Backed out changeset 013f33d242e2 (bug 945323) for B2G mochitest failures. 2014-01-16 12:12:07 -05:00
Shawn Huang 5073a3f047 Bug 953034 - Part 2: Change MediaNumber type to uint64_t. r=gyeh 2014-01-16 08:39:34 -05:00
Shawn Huang e06c376115 Bug 953034 - Part 1: Reply RegisterNotification event EVENT_TRACK_CHANGED with correct parameter whether a track is selected or not. r=gyeh 2014-01-16 08:39:14 -05:00
Chuck Lee 13170da6b2 Bug 948743 - Query interface stat directly. r=vchang, r=acperez 2014-01-16 09:57:26 +08:00
Garner Lee bf530e26de Bug 952217 - Add NFC Manager permission check for NFC Manager APIs. r+sr=smaug 2014-01-15 17:47:43 -08:00
Olli Pettay 124795557f Bug 930793 - Remove favor performance mode, r=roc,avih
--HG--
extra : rebase_source : e936e5b02dc2e613816fb6f97f9af5a303dc6f6d
2014-01-16 16:09:08 +02:00
Tom Schuster 9910bea99a Bug 939294 - Fix b2g failure with null JSObject. r=bz on irc 2014-01-16 15:24:00 +01:00
Ghislain 'Aus' Lacroix 8bd663a91f Bug 945323 - Add mochitest to ensure that download attribute on anchor ('a') tag is respected by the DOM Downloads API. r=qdot 2014-01-15 15:01:06 -08:00
Shawn Huang 426ad22263 Bug 950220 - Unable to change Bluetooth device name from Settings UI, r=echou 2014-01-16 14:36:35 +08:00
na-kobayashi 6a9e81674d Bug 958445 - Support for Shift-JIS decoding of SMS msssage body in CDMA. r=chulee, r=vicamo 2014-01-14 16:49:36 +09:00
Nicolas Del Piano 4994d72e9b Bug 957084 - Allow the sending of empty SMS messages (Gecko side). r=gene
This patch allows to send empty messages. The fragmentText function did not
contemplate the empty message case. So, I changed and added some behaviours
that removed the conflict.
2014-01-18 11:13:35 -03:00
Jared Wein a87d862c84 Bug 853972 - Clicking on a notification should select the originating tab. r=felipe,wchen
--HG--
extra : rebase_source : e8f794ff0e474d669489eff7e82b3b0eccf4db0e
2014-01-13 13:56:28 +01:00
Ryan VanderMeulen a9e695fbf0 Bug 960345 - Disable OOP browser-element mochitests on OSX debug. 2014-01-15 20:17:57 -05:00
Ryan VanderMeulen 5ad5bcc996 No bug - Skip test_browserElement_oop_FirstPaint.html on OSX debug due to frequent crashes on a CLOSED TREE. r=glandium 2014-01-15 18:10:20 -05:00
Ryan VanderMeulen 3f5d1cb811 Merge inbound to m-c. 2014-01-15 14:34:05 -05:00
Ryan VanderMeulen e4e6ae0380 Backed out changeset 347d5704cbe1 (bug 930793) for frequent Linux mochitest-bc orange.
CLOSED TREE
2014-01-15 14:11:20 -05:00
Ryan VanderMeulen a6327afd01 Backed out 6 changesets (bug 811635) for B2G debug mochitest orange.
Backed out changeset 2da820ed2587 (bug 811635)
Backed out changeset 3f7ee595646d (bug 811635)
Backed out changeset 96772cc4e346 (bug 811635)
Backed out changeset 61694318819a (bug 811635)
Backed out changeset 687a84bf0785 (bug 811635)
Backed out changeset 89b90ccdf603 (bug 811635)
2014-01-15 13:24:02 -05:00