Fabrice Desré
42df097cfa
Bug 809947 - Implement app.checkForUpdate for hosted apps [r=ferjm]
2012-12-05 08:50:32 -08:00
Dale Harvey
c031378177
Bug 816416 - Send system message on sms being sent. r=vicamo
2012-12-05 23:33:30 +08:00
Henrik Skupin
b026e1b1ea
Bug 817709 - Global flag to conditionally enable leaking mochitests. r=jesup
2012-12-05 15:57:37 +01:00
Ed Morley
ed82671bd8
Backout d29847ff05c4 (bug 811538) for B2G marionette-webapi failures in test_getmessage.js
2012-12-05 10:42:51 +00:00
Hsin-Yi Tsai
5b4f9109b2
Bug 816913 - B2G RIL: update phoneState when there's an incoming call. r=allstarschh
2012-12-03 11:25:28 +08:00
Masatoshi Kimura
61e657d22a
Bug 817844 - Remove DOMClassInfo remnants from DOMParser/XMLSerializer. r=bz
2012-12-05 19:49:32 -05:00
Masatoshi Kimura
9e9d0a9573
Bug 817844 - Fix WebIDL signature of serializeToStream/parseFromStream. r=bz
2012-12-05 19:49:32 -05:00
Patrick Wang
63b95d95ed
Bug 816452 - Don't fire mozbrowsererror when loading page is stopped. r=jlebar
2012-12-05 16:10:19 +08:00
Georg Fritzsche
7730958172
Bug 813906 - Resolve base URLs correctly for plugin streams. r=bz
2012-11-27 15:14:38 +01:00
Kan-Ru Chen (陳侃如)
044fe036fa
Bug 816850 - Don't call nsGeolocation::Shutdown() when disabled via settings. r=dougt
2012-12-05 17:20:59 +08:00
Trevor Saunders
f98254ea98
backout 2bb432c47170 for debug asserts
2012-12-05 04:19:33 -05:00
Mike Hommey
0acad29085
Bug 817955 - Only install identity modules in modules/identity. r=benadida,r=jparsons
...
--HG--
extra : rebase_source : 027b0cae0a29d00c34424e542fe4d57192aab5b1
2012-12-05 09:25:21 +01:00
Trevor Saunders
c2ce7ebb3a
bug 801466 - part 3 1/2 remove some prmem usage from dom/ and docshell/ r=mounir
2012-12-05 02:55:37 -05:00
Gene Lian
f8c9aaaac6
Bug 805655 - System messages are received by applications that should not be allowed to (part 4). r=fabrice,mounir
2012-11-28 18:57:16 +08:00
Gene Lian
17570f00fc
Bug 805655 - System messages are received by applications that should not be allowed to (part 3). r=fabrice,mounir
2012-12-05 11:49:34 +08:00
Gene Lian
fb26458844
Bug 805655 - System messages are received by applications that should not be allowed to (part 2). r=mounir
2012-12-05 11:49:26 +08:00
Gene Lian
0dd6ead3e5
Bug 805655 - System messages are received by applications that should not be allowed to (part 1). r=fabrice,sr=mounir
2012-12-05 11:49:16 +08:00
Patrick Wang
3d1066f34d
Bug 817529 - Set isDisplaySpnRequire = true when current PLMN is equal to HPLMN or one of PLMNs that are listed in EF_SPDI. r=vicamo
2012-12-04 14:08:34 +08:00
Mike Habicher
c9d7e5ef7b
Bug 817496 - Notify DeviceStorage when a new video file is finished recording. r=dougt
2012-12-04 21:00:39 -05:00
Mike Habicher
771adfe91f
Bug 817141 - Call EndTrack()/Finish() from StopPreview() (as well) to prevent deadlock. r=kchen
2012-12-04 21:00:39 -05:00
Randy Lin
821762d017
Bug 814326 - Volume steps on the UI is 10 steps which cannot be mapped correctly to the underlying streams. r=sicking, r=fabrice
2012-12-04 18:21:43 +08:00
Gregor Wagner
80023c84f9
Bug 811538 - B2G SMS: Applying PhoneNumberJS to SMS DB. r=bent
2012-12-04 15:40:41 -08:00
Boris Zbarsky
0cd18878d3
Bug 818263. Make the EventTarget binding work for nodes. r=smaug,peterv
2012-12-06 20:39:51 -05:00
Fabrice Desré
ba5edca3be
Bug 813468 - Followup to fix filesystem permissions. [r=ferjm]
2012-12-06 13:44:29 -08:00
Fernando Jiménez
1cc522bccc
Bug 815769 - Only require an https payment provider if the dom setting says to; r=fabrice
2012-12-06 22:34:11 +01:00
Gregor Wagner
9a47b735f9
Bug 811538 - Fix marionette bustage. r=me
2012-12-06 13:32:48 -08:00
Blake Kaplan
240517fbb8
Bug 817983 - Disconnect first so that we force ourselves to actually try again. r=vchang
2012-12-06 13:27:14 -08:00
Peter Van der Beken
3939a9cb7b
Fix for bug 818219 (Replace HTMLElement quickstubs with new binding methods). r=bz.
...
--HG--
rename : layout/reftests/backgrounds/background-referrer-ref.html => image/test/reftest/generic/accept-image-catchall-ref.html
rename : layout/reftests/backgrounds/background-referrer.html => image/test/reftest/generic/accept-image-catchall.html
rename : layout/reftests/backgrounds/background-referrer.sjs => image/test/reftest/generic/check-header.sjs
rename : layout/reftests/backgrounds/background-referrer-image.png => image/test/reftest/generic/green.png
rename : toolkit/components/places/tests/browser/browser_favicon_setAndFetchFaviconForPage.js => toolkit/components/places/tests/favicons/test_setAndFetchFaviconForPage.js
extra : rebase_source : 45715d6abe3155a6bcd1d21e5cc3f7b048180eb6
2012-11-26 15:19:02 +01:00
Boris Zbarsky
fa853f8a85
Bug 815803. Now that JSSLOT_PROXY_PRIVATE == 0, simplify binding code that had to deal with different slot indices on proxy and non-proxy objects. r=peterv
2012-12-06 15:21:19 -05:00
Boris Zbarsky
31ded8c388
Bug 817473 part 2. Remove no-longer-needed nsNodeSH::PostCreatePrototype. r=peterv
2012-12-06 15:21:18 -05:00
Boris Zbarsky
2b8b9159d1
Bug 817473 part 1. Make nsIDOMXULDocument inherit from nsIDOMDocument, so that XUL documents end up with Document.prototype and Node.prototype on their proto chain. r=peterv
2012-12-06 15:21:18 -05:00
Boris Zbarsky
7308190b19
Bug 816376. Create vanilla objects for the interface object of callback interfaces. r=peterv
2012-12-06 15:21:18 -05:00
Boris Zbarsky
d507ea257e
Bug 817284. When none of our code is associated with a window in an obvious way, assume that scripts should be allowed to execute for a WebIDL callback. r=bholley
2012-12-06 15:21:18 -05:00
Masatoshi Kimura
6370b75dee
Bug 817643 - Separate the test for each iframe. r=hsivonen
2012-12-06 08:17:32 +09:00
Masatoshi Kimura
02dba66140
Bug 638379 - Part 3: Remove workaround for unreliable inputErrorBehavior. r=hsivonen
2012-12-10 09:11:15 -05:00
Masatoshi Kimura
66b0deb9d9
Bug 818281 - Remove legacy XHR constructor. r=bz
2012-12-10 09:04:30 -05:00
Gregor Wagner
acaa8ccaf5
Bug 817989 - [CONTACTS] Update testcase. r=gal
2012-12-04 13:00:59 -08:00
Gregor Wagner
5b27583060
Bug 817989 - [CONTACTS] Is not possible to save a contact with a very long phone number. r=gal
2012-12-04 13:00:36 -08:00
Marco Castelluccio
4e7d756418
Bug 741526 - Mozilla central mozapps implementation ignores Content-Type. r=fabrice
2012-11-29 17:52:02 -05:00
Andrea Marchesini
0a16a55720
Bug 805333 part 2 - MediaElement connected to AudioChannelService, r=kinetik, a=blocking-basecamp
2012-12-04 11:46:07 -08:00
Andrea Marchesini
5d8148dea1
Bug 805333 part 1 - AudioChannelService, r=kinetik, a=blocking-basecamp
2012-12-04 11:46:07 -08:00
Marco Chen
2afe742db1
Bug 805333 part 0 - Need a Policy & Mechanism for Audio Competing & Control. r=sicking a=blocking-basecamp
...
1. Add new permission called audio and it's sub item called channel.
2. Add permission checking in nsHTMLMediaElement for audio channel.
2012-12-03 17:46:43 +08:00
Henrik Skupin
adec343021
Backout bug 817709 because tests have not been updated correctly.
2012-12-04 19:49:11 +01:00
Andrew McCreight
2fa5d0a9d8
Bug 792861 - Make HoldJSObjects/DropJSObjects infallible. r=smaug
2012-11-12 17:15:00 -08:00
Geoff Brown
b66f53d6b0
Bug 742804 - Use a more specific message when sdcard not available for downloads; r=blassey
2012-12-04 08:57:48 -07:00
Henrik Skupin
bd8c98bfe9
Bug 817709 - Global flag to conditionally enable leaking mochitests. r=jesup
...
--HG--
extra : rebase_source : 08445b394ef810ac0be430298000a137c4cbd49b
2012-12-04 16:22:43 +01:00
Gene Lian
6380d62489
Bug 817945 - B2G MMS: Configure MMS proxy settings through SettingsService (follow-up). r=vicamo
2012-12-04 13:36:02 +08:00
Randell Jesup
a244dd198f
Bug 817841: Proxy deletion of nsDOMMediaStreams with NS_ProxyRelease() r=roc
2012-12-03 22:17:38 -08:00
Jason Duell
3eeee9fb5e
Backed out changeset d9bcbec33260 for bustage.
2012-12-03 22:12:51 -08:00
Randell Jesup
a5fdb67f5e
Bug 817841: Proxy deletion of nsDOMMediaStreams with NS_ProxyRelease() r=roc
2012-12-04 00:53:13 -05:00
Gregor Wagner
7acf1aa1c8
Bug 814211 - Need additional security checks for the "fmradio" permission. r=bent
2012-12-03 19:12:38 -08:00
Vicamo Yang
1d685cf021
Bug 778093 - Part 9/9: xpcshell test cases, r=hsinyi
2012-12-04 10:41:46 +08:00
Vicamo Yang
b539580731
Bug 778093 - Part 8/9: support EFcbmi and EFcbmir, r=hsinyi
2012-12-04 10:41:42 +08:00
Vicamo Yang
2a708d014b
Bug 778093 - Part 7/9: config via Settings API, r=hsinyi
2012-12-04 10:41:39 +08:00
Vicamo Yang
58eae3e1fd
Bug 778093 - Part 6/9: support GSM CBS message paging, r=hsinyi
2012-12-04 10:41:35 +08:00
Vicamo Yang
91a870ff16
Bug 778093 - Part 5/9: support base GSM CBS message, r=hsinyi
2012-12-04 10:41:28 +08:00
Vicamo Yang
38cb676f42
Bug 778093 - Part 4/9: support basic ETWS Primary Notification message, r=hsinyi
2012-12-04 10:41:15 +08:00
Vicamo Yang
be687e70b2
Bug 778093 - Part 3/9: complete onreceived event handling, r=mounir,hsinyi,bent
2012-12-04 10:40:47 +08:00
Vicamo Yang
8583a4b741
Bug 778093 - Part 2/9: add navigator.mozCellBroadcast, r=mounir
2012-12-04 10:38:25 +08:00
Vicamo Yang
b1f8b024f8
Bug 778093 - Part 1/9: IDL change, sr=mounir
2012-12-04 10:38:21 +08:00
Masatoshi Kimura
361624c882
Bug 816410 - Part 2: Remove legacy constructor functions. r=bz
2012-12-03 20:26:16 -05:00
Masatoshi Kimura
1621184d69
Bug 816410 - Part 1: Convert XMLSerializer and DOMParser to WebIDL bindings. r=bz
2012-12-03 20:26:16 -05:00
Jason Smith
4daa5fc68b
Bug 802982 - Crash test for excessive getUserMedia calls. r=jesup
2012-12-03 00:56:54 -08:00
Ryan VanderMeulen
6f42a940c4
Merge m-c to inbound.
2012-12-03 20:25:59 -05:00
Ryan VanderMeulen
5d4be4c151
Backed out changeset ebaa0a4d35a3 (bug 813758) due to bug 817758.
2012-12-03 19:03:16 -05:00
Fabrice Desré
c9a3d2f271
Bug 816149 - When updating hosted apps with appcache, the update is automatically done [r=ferjm]
2012-12-03 11:38:09 -08:00
Paul Adenot
93b57c4d5e
Bug 817433 - Accept missing Mid for RTCIceCandidate. r=jesup
2012-12-02 14:10:19 -08:00
Boris Zbarsky
c0df2e35a0
Bug 816160. Don't require 'castable':False for prefable bindings with hasXPConnectImpls, and don't require hasXPConnectImpls bindings to be prefable. r=peterv
2012-12-03 11:46:03 -05:00
Boris Zbarsky
58a0be4df8
Bug 817476. Really do WebIDL bindings for Screen. r=ms2ger
2012-12-03 11:44:56 -05:00
Peter Van der Beken
651e0b5988
Fix for bug 817420 (new bindings api for element broke cloud9/apf) - don't register Element prototype yet, we need to convert plain elements to the new DOM binding first. r=bz.
2012-12-03 15:26:44 +01:00
Vivien Nicolas
a198aaaf85
Bug 814074 - Send a system message to the application when the application is not running anymore but waits for a notification. r=fabrice. a=blocking-basecamp.
2012-12-03 15:42:36 +01:00
Ed Morley
1a2a28ae5c
Backout b3b4311176fa (bug 816850) for test_mozsettingsWatch.html failures
2012-12-03 10:25:55 +00:00
Jose Antonio Olivera Ortega
d505bf2576
Bug 815156 - B2G RIL: Expose serviceClass to DOM via nsIDOMMozMobileCFInfo. r=ferjm sr=sicking
2012-12-03 10:30:59 +01:00
Vivien Nicolas
7723a604fc
Bug 812119 - [HOMESCREEN] Must reboot after deleting an app to see its icon disappear from homescreen. r=fabrice. a=blocking-basecamp
2012-12-03 23:46:57 +01:00
Fernando Jiménez
da970e35bc
Bug 815148 - r=fabrice
2012-12-03 21:44:58 +01:00
Stefan Arentz
d0d6917f92
Bug 807659 - Also configure HTTPS proxy from APN settings. r=philikon
2012-12-03 12:18:50 -08:00
Kan-Ru Chen (陳侃如)
43ed646ac1
Bug 816850 - Don't call nsGeolocation::Shutdown() when disabled via settings. r=dougt
2012-12-03 17:13:48 +08:00
Gene Lian
601315801b
Bug 777251 - B2G MMS: Configure MMS proxy settings through SettingsService. r=vicamo
2012-11-30 18:09:37 +08:00
Gregor Wagner
b8d3f91c83
Bug 811538 - B2G SMS: Applying PhoneNumberJS to SMS DB. r=testonly
2012-12-06 11:10:52 -08:00
Dave Hylands
871faee8e1
Bug 818131 - Volume Manager should create fake volumes. r=dougt
...
This allows Updater and Device storage to query free space on a partition
even if a real volume doesn't exist.
--HG--
extra : rebase_source : 4115a816e266f695303072070b7d5de64e0195c5
2012-12-06 09:31:57 -08:00
Gregor Wagner
f392bfae68
Bug 811538 - B2G SMS: Applying PhoneNumberJS to SMS DB. Tests. r=bent
2012-12-06 09:20:36 -08:00
Gregor Wagner
05f5326809
Bug 811538 - B2G SMS: Applying PhoneNumberJS to SMS DB. r=bent
2012-12-06 09:20:30 -08:00
Peter Van der Beken
f693a39872
Back out 79fc9d732bf7 (bug 818219) for orange.
...
--HG--
extra : rebase_source : 862b4c446f9b454c4c72e7536e73b9d9ede9feb6
2012-12-06 16:09:55 +01:00
Peter Van der Beken
8ca0ac01c9
Fix for bug 818219 (Replace HTMLElement quickstubs with new binding methods). r=bz.
...
--HG--
extra : rebase_source : ddbedbaea030272ce8fc1ac7245175f7fd3edaa4
2012-11-26 15:19:02 +01:00
Peter Van der Beken
3d8efefcb5
Fix for bug 818219 (Replace HTMLElement quickstubs with new binding methods) - Add a constructor to callbacks to allow conversion between callback types. r=bz.
...
--HG--
extra : rebase_source : 6c55316f374ef1654f0b77b782500fc52a78881a
2012-12-06 11:41:14 +01:00
Peter Van der Beken
56542d0819
Fix for bug 818219 (Replace HTMLElement quickstubs with new binding methods) - Remove hardcoded interface list in workers. r=bz.
...
--HG--
extra : rebase_source : 87b106b79f8e5912f10a603e407da1c93be4ed5d
2012-12-06 11:41:14 +01:00
Peter Van der Beken
9838da5744
Fix for bug 818219 (Replace HTMLElement quickstubs with new binding methods) - Support castable types in unions. r=bz.
...
--HG--
extra : rebase_source : 633d2b350be0cf11ac0bb010a0ad427b10863ef4
2012-12-06 11:41:14 +01:00
Yoshi Huang
afa96c01e6
Bug 814618 - Part 3: marionette test for Display Text with GSM 7 bit encoding. r=vicamo
2012-12-05 15:58:07 +08:00
Yoshi Huang
9231831111
Bug 814618 - Part 2: xpcshell tests for Display Text. r=vicamo
2012-11-27 15:01:09 +08:00
Yoshi Huang
100a07b8bd
Bug 814618 - Part 1: Read GSM 7 bit packed string. r=vicamo
2012-11-27 15:28:24 +08:00
Michael Wu
d0ccd2d912
Bug 811178 - Send mousemove before mousedown and mouseup, r=cjones
2012-12-05 19:32:19 -05:00
Tom Schuster
445a20e383
Bug 676619 - Implementation of the download attribute for links. r=smaug
2012-12-02 21:55:52 +01:00
Ms2ger
418bdd93ec
Merge m-c to m-i.
2012-12-02 11:32:57 +01:00
Ms2ger
fa133e5cbd
Bug 817276 - Part c: Remove dead definition of the nsContractIDMapData struct; r=jst
2012-12-02 09:59:54 +01:00
Ms2ger
8a3afef4de
Bug 817276 - Part b: Return the pointer directly from nsScriptNameSpaceManager::LookupNavigatorName; r=jst
2012-12-02 09:59:51 +01:00
Ms2ger
691009c5cc
Bug 817276 - Part a: Remove some unused jsids from nsDOMClassInfo; r=jst
2012-12-02 09:59:49 +01:00
Ms2ger
9cbcd4aa7a
Bug 802163 - Fix pyflakes warnings in bindings python; r=peterv
2012-12-02 09:59:08 +01:00
Ms2ger
0a06568077
Bug 803825 - Part b: Paris bindings for FileHandle; r=khuey
2012-12-02 09:58:57 +01:00
Ms2ger
98621c6b91
Bug 810668 - Fix some gcc4.6 build warnings; r=bz
2012-12-02 09:54:55 +01:00
Ms2ger
b9aea0bb8c
Bug 814898 - Part d: Cleanup CC goop in some more parts of dom/; r=mccr8
2012-12-02 09:54:51 +01:00
Ms2ger
6546506458
Bug 814898 - Part c: Cleanup CC goop in B2G-specific parts of dom/; r=mccr8
2012-12-02 09:54:37 +01:00
Ms2ger
c52fc7b5f2
Bug 814898 - Part b: Cleanup CC goop in dom/base; r=mccr8
2012-12-02 09:53:37 +01:00
Ms2ger
97acb14a5a
Bug 814898 - Part a: Cleanup CC goop in dom/file; r=mccr8
2012-12-02 09:53:35 +01:00
Ms2ger
d548f0aac7
Bug 816103 - Part b: Update webapps tests; r=bz
2012-12-02 09:52:36 +01:00
Ms2ger
3190e0b923
Bug 816103 - Part a: Handle encodings explicitly in parseFailures.py; r=jhammel
2012-12-02 09:52:18 +01:00
Jan Beich
f84aae5315
Bug 817267 - dirfd() is a macro on some BSDs, fix build there. r=yoric
2012-12-01 21:25:24 -05:00
Masatoshi Kimura
d427634999
Bug 816487 - Allow all ASCII characters for WebIDL enum. r=bz
2012-12-01 21:23:26 -05:00
Doug Turner
58fb33db50
Bug 813758 - Ensure permission for geolocation is tested in the parent process. r=bent
2012-12-01 21:21:56 -05:00
Amod Narvekar
ffe33cdd51
Bug 781346 - Expose local profie directory to OS.Constants.Path. r=yoric
2012-12-01 21:20:44 -05:00
Peter Van der Beken
567c46a640
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
2012-11-22 12:09:43 +01:00
Mike Habicher
b4218c43ec
Bug 809259 - fix for buffer exhaustion when cycling camera modes. r=cjones a=blocking-basecamp
2012-11-30 18:26:58 -08:00
Vincent Chang
b7a0cf53a6
Bug 817901 - Wi-Fi hotspot (Open) cannot be turned on with empty password. r=gal
2012-12-05 17:57:59 +08:00
Ehsan Akhgari
b3efcff124
Merge mozilla-central into mozilla-inbound
2012-12-06 01:08:07 -05:00
Gregor Wagner
432329b83a
Bug 817302 - Intermittent test_contacts_basics.html | Test timed out. r=bent
2012-12-05 12:00:09 -08:00
Trevor Saunders
d2a9c007b8
bug 801466 - part 3.1 remove some prmem usage from dom/ and content/ r=mounir
2012-12-05 02:55:37 -05:00
Benoit Jacob
d41eaaa3a0
Bug 816187 - make WebIDL accept nullable dictionary retvals; let getContextAttributes's retval be nullable - r=bz
2012-11-30 18:30:05 -05:00
Vincent Chang
873fc39a60
Bug 815461 - wifi hotspot is not found after reboot. r=gal
2012-11-30 19:37:34 +08:00
Gregor Wagner
93bf5aa58a
Bug 815572 - Standardize the Bluetooth permissions name bluetooth. PermissonTable. r=qdot
2012-11-30 14:16:17 -08:00
Gregor Wagner
124f3b2486
Bug 814293 - Remove unused permissions. r=sicking
2012-11-30 12:22:35 -08:00
Fernando Jiménez
6dcb9d382e
Bug 816535 - [Apps] applyDownload() fails after restarting a canceled download;r=fabrice
2012-11-30 17:57:45 +01:00
Kartikaya Gupta
2898501127
Bug 814418 - Fix some warnings about unused variables. r=ehsan
2012-11-30 11:06:37 -05:00
Kartikaya Gupta
3060f98667
Bug 814418 - Disable warnings-as-errors in dom/plugins/base on Android because of switch errors in android when building with gcc 4.6. r=joshmoz
2012-11-30 11:05:28 -05:00
Gina Yeh
f4b0edd507
Bug 816859 - Patch 1: Failed to receive a file, r=echou
2012-11-30 17:49:08 +08:00
Gina Yeh
726dc442eb
Bug 815325 - Patch 1: Turning bluetooth on and off multiple times causes restart, r=echou
2012-11-30 17:46:55 +08:00
Ed Morley
abd6af07a3
Backout 2cf359411d7d (bug 813758) for crashes
2012-11-30 09:39:57 +00:00
Doug Turner
ee00a41700
Bug 813758 - Ensure permission for geolocation is tested in the parent process. r=bent a=blocking-basecamp
2012-11-29 21:41:40 -08:00
Doug Turner
61934cbcc3
Bug 813995 - Check device storage permissions in parent process. r=bent a=blocking-basecamp
2012-11-29 21:41:40 -08:00
Ehsan Akhgari
1a5f026835
Bug 816828 - Implement AudioContext.sampleRate; r=bzbarsky
2012-11-29 22:31:39 -05:00
Randy Lin
c116df088f
Bug 812434 - Support FM volume control for implement AudioChannel API. r=mwu
2012-11-29 10:14:11 +08:00
Philipp von Weitershausen
e52ab5f036
Bug 815872 - Fix memory leak in install confirm/deny notification code. r=fabrice
2012-11-29 20:18:28 -05:00
Gregor Wagner
e192b848e1
Followup fix for bug 815833. r=bustage. on CLOSED TREE
2012-11-29 16:15:42 -08:00
Ryan VanderMeulen
42766e5faf
Backed out changeset e64cd799b7b6 (bug 741526) for mochitest-4 orange.
2012-11-29 18:51:31 -05:00
Masatoshi Kimura
eb6f008d10
Bug 814900 - Test for various utf-16 files. r=hsivonen
2012-11-29 17:52:03 -05:00
Gene Lian
f3c961a245
Bug 813994 - Alarm API - Need additional security checks for the "alarms" permission. r=bent
2012-11-28 19:13:58 +08:00
Steven Lee
3a819d953f
Bug 809106 - [music] Unplugging headphones while playing music should pause it. Part2-AudioChannelManager implemenentation. r=jlebar, r=sicking
2012-11-29 17:52:03 -05:00
Steven Lee
fa1ba06be1
Bug 809106 - [music] Unplugging headphones while playing music should pause it. Part1-interface. r=sicking
2012-11-29 17:52:02 -05:00
Rob Wood
0ec340980a
Bug 794301 - Develop WebSMS test to verify marking message read/unread, update manifest. r=davehunt
2012-11-26 12:43:56 -08:00
Marco Castelluccio
d0468d3d9b
Bug 741526 - Mozilla central mozapps implementation ignores Content-Type. r=fabrice
2012-11-29 17:52:02 -05:00
Gregor Wagner
1042638262
Bug 815833 - [contacts] Add PhoneNumberJS to ContactsDB. r=bent
2012-11-29 14:50:19 -08:00
Gregor Wagner
ac6a976f84
Bug 814153 - Need additional security checks for the "settings" permission. r=bent
2012-11-29 14:23:55 -08:00
Cameron McCormack
efca62800d
Bug 816431 - Followup to add a comment reminding us to remove the prefixed consts. r=nobody DONTBUILD
...
--HG--
extra : rebase_source : a77caa6b725028eed75278f6a49baaf087a9d536
2012-11-29 20:45:56 +11:00
Dale Harvey
c169c7d607
Bug 814163 - Populate most-recent table with existing sms data
2012-11-29 13:35:27 -08:00
Boris Zbarsky
d9cf3678cc
Bug 812783. Add support for flagging callbacks as worker-only. r=khuey
2012-11-29 11:14:40 -05:00
Boris Zbarsky
69ab92b7a0
Bug 815671 part 5. Various miscellaneous fixups in dom/ and hal/ code to copy arrays only when we explicitly want to. r=jlebar
2012-11-29 11:14:14 -05:00
Boris Zbarsky
4adc2730f3
Bug 815671 part 4. Remove some array copying in gfx code. r=roc
2012-11-29 11:14:13 -05:00
Boris Zbarsky
f1adcafb81
Bug 815671 part 3. Make nsXULPopupManager::GetVisiblePopups use an array out param instead of returning array object copies. r=roc
2012-11-29 11:14:13 -05:00
Fernando Jiménez
6627c7eaa9
Bug 815547 - [Apps] Inconsistent app attribute status when download error; r=fabrice
2012-11-29 15:19:37 +01:00
Patrick Wang
f985f962be
Bug 793111 - Part 3 - Test case r=vicamo
2012-11-27 18:26:26 +08:00
Patrick Wang
5a0347b1a6
Bug 793111 - Part 2 - getting PLMN list and deciding required carrier name component r=vicamo
2012-11-02 19:34:41 +08:00
Patrick Wang
32dfb2b735
Bug 793111 - Part 1 - Add properties in nsIDOMMozMobileICCInfo to indicate if PLMN/SPN is required sr=sicking
2012-11-27 21:08:12 +08:00