Commit Graph

131617 Commits

Author SHA1 Message Date
Eric Chou
6bf9f8eea5 Bug 872238 - After CreateUnique(), append file leaf name to dsf.mPath, not dsf.mFile.mPath, r=dhylands
This is a followup to bug 858416.
2013-05-15 16:53:45 +08:00
Patrick Wang
340c832b1b Bug 871463 - allow to fallback to software codec in emulator. r=doublec 2013-05-13 17:38:49 +08:00
Albert Crespell
15f0bb9c3d Bug 783966 - Process netd's InterfaceChange(600) and BandwidthControl(601) message. r=vchang 2013-04-23 09:27:05 +02:00
Ryan VanderMeulen
ad9d2058a9 Merge m-c to birch. 2013-05-14 16:25:48 -04:00
Ben Kelly
daf84acd78 Bug 862353: Remove unnecessary code checking for mozSettings twice in Geolocation tests. r=reuben 2013-05-14 13:17:22 -07:00
Ryan VanderMeulen
16daf4f0a5 Merge the last PGO-green inbound changeset to m-c. 2013-05-14 16:16:12 -04:00
Fabrice Desré
3e1673a860 Bug 852848 - Add support for app-specific redirections r=bz,ferjm 2013-05-14 12:00:09 -07:00
Dave Hylands
55834420b0 Bug 871956 - Fix regression introduced by bug 858416. r=kanru 2013-05-14 10:44:25 -07:00
Gregor Wagner
a67540c7f9 Bug 870148 - Check validy of email.value when importing contacts. r=reuben
--HG--
extra : rebase_source : f008fb7ae6807eb0240ebe817e88c38100cc367d
2013-05-14 10:20:01 -07:00
Volker Mische
8e9032d233 Bug 870148 - Check vality of tel.value when importing contacts. r=gwagner
--HG--
extra : rebase_source : 67889d60976fdd3e709d687981b6923cf350f4a2
2013-05-14 10:17:37 -07:00
Geoff Brown
9375c096b5 Bug 869030 - Disable testSystemPages for causing panda reboots in future tests; r=jmaher 2013-05-14 09:14:22 -06:00
Ryan VanderMeulen
88ba09194d Merge m-c to inbound. 2013-05-14 10:51:43 -04:00
Ryan VanderMeulen
5d06283e78 Merge m-c to birch. 2013-05-14 08:38:59 -04:00
Gregor Wagner
534384dde0 Bug 871788 - RILContentHelper.js line: 987: JavaScript Error: "setting a property that has only a getter". r=mrbkap 2013-05-14 08:32:48 -04:00
Chiajung Hung
eec514e788 Bug 869331 - Flush the SkiaGL canvas before right present. r=gw280 2013-05-14 08:31:59 -04:00
Shih-Chiang Chien
0a4b48546d Bug 868271 - Don't ignore touchend even if event is preventDefaulted. r=vingtetun 2013-05-14 08:30:37 -04:00
Gregor Wagner
025a9bf09c Bug 871828 - Fix global object sharing for FormHistory. r=gavin, r=khuey 2013-05-14 08:29:31 -04:00
Tetsuharu OHZEKI
4e2c55935b Bug 868845 - Convert to use gecko preference service about the preference of show url in address bar. r=wesj 2013-05-14 08:29:31 -04:00
Nikhil Marathe
d0c902ea95 Bug 863732 - Use RTC wakeup to monitor WebSocket connection. r=jlebar 2013-05-14 15:48:19 +05:30
Szu-Yu Chen [:aknow]
edc1d2fd33 Bug 863281 - Part 4: Add test for emergency label. r=htsai.
---
 .../test/marionette/test_emergency_label.js        |  172 ++++++++++++++++++++
 1 file changed, 172 insertions(+)
 create mode 100644 dom/telephony/test/marionette/test_emergency_label.js
2013-05-14 14:11:47 +08:00
Szu-Yu Chen [:aknow]
eff9d4626e Bug 863281 - Part 3: Update emergency property for outgoing call. r=htsai, gyeh.
---
 dom/bluetooth/BluetoothTelephonyListener.cpp |    4 +++-
 dom/telephony/Telephony.cpp                  |   10 ++++++----
 dom/telephony/TelephonyCall.cpp              |   10 +++++++++-
 dom/telephony/TelephonyCall.h                |   10 +++++++++-
 4 files changed, 27 insertions(+), 7 deletions(-)
2013-05-14 14:08:07 +08:00
Szu-Yu Chen [:aknow]
fa2289618b Bug 863281 - Part 2: Pass emergency info from ril to dom. r=htsai.
---
 dom/system/gonk/RILContentHelper.js |    5 +++--
 dom/system/gonk/ril_worker.js       |    9 +++++++++
 2 files changed, 12 insertions(+), 2 deletions(-)
2013-05-14 14:05:46 +08:00
Szu-Yu Chen [:aknow]
829b35f9de Bug 863281 - Part 1: Add emergency property in TelephonyCall. r=htsai. sr=mounir.
---
 dom/telephony/nsIDOMTelephonyCall.idl  |    7 ++++++-
 dom/telephony/nsITelephonyProvider.idl |   10 +++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)
2013-05-14 14:02:58 +08:00
Alexander Surkov
c23d1cfe8b Bug 865591 - visible menu item have offscreen state, r=tbsaunde 2013-05-14 14:02:48 +09:00
Chenxia Liu
1e31afdd61 Bug 862116 - Strings for Android system notification of data reporting policy. r=nalexander 2013-05-13 21:31:04 -07:00
Ehsan Akhgari
a0b78d269a Bug 865251 - Implement WaveShaperNode; r=roc 2013-05-14 00:12:30 -04:00
Kyle Machulis
ac7b024f17 Bug 854846: Make UnixSocket's connect function non-block; r=tzimmermann 2013-05-13 20:51:21 -07:00
Vicamo Yang
8dc115fa0a Bug 871440: bypass offline for both B2G emulator ARM & x86. r=jgriffin 2013-05-14 10:26:32 +08:00
Reuben Morais
699deca5bc Bug 862353 - Remove NavigatorPropertyHelper. r=bent 2013-05-13 18:32:26 -07:00
Reuben Morais
9fdab01a57 Bug 862353 - Only enable mozSettings in B2G and mochitests. r=gwagner
--HG--
extra : rebase_source : 2b079aa6aca6a65516670cc5adcccf422b5e0261
2013-05-13 18:32:09 -07:00
Reuben Morais
fd880080d4 Bug 862353 - Only enable mozContacts in B2G and mochitests. r=gwagner
--HG--
extra : rebase_source : 914bd36790ae01f83c3f84817b2021f0f7dbcf22
2013-05-13 18:32:03 -07:00
Dave Hylands
8260f23c58 Bug 852768 - Make AutoMounter use the new settings to support internal/external storage. r=qDot 2013-05-13 17:53:23 -07:00
Brian R. Bondy
cf53197b99 Bug 866065 - ms-windows-store: links should not prompt for application. r=cbiesinger 2013-05-13 17:47:23 -07:00
Brian R. Bondy
980436fc1c Bug 855663 - Find bar jumps from top of page to bottom of page. r=mbrubeck 2013-05-13 17:39:49 -07:00
L. David Baron
3d95aa6df4 Backout changeset af5273034fdf (bug 871264), which doesn't compile (didn't fix nsRangeFrame.cpp (and possibly others). 2013-05-13 17:28:47 -07:00
Ally Naaktgeboren
33069d0a35 Bug 869777 - Fix navigation bar dismissal animation in snapped view. r=mbrubeck 2013-05-13 16:48:36 -07:00
Jonathan Watt
4f3640a8c0 Bug 871264 - Remove the aPresContext and aFrame parameters from ThemeDrawsFocusForWidget. r=dholbert, sr=roc 2013-05-14 00:47:03 +01:00
Jonathan Watt
8f5ac9f5d6 Bug 870816 - Replace DEBUG_INVALIDATIONS with a pref called nglayout.debug.invalidation. r=mattwoodrow 2013-05-14 00:47:02 +01:00
L. David Baron
0074731aa4 Bug 855081: Make jprof compile for me by switching from cplus_demangle (which doesn't link) to abi::__cxa_demangle. r=jesup 2013-05-13 15:37:00 -07:00
L. David Baron
8eed96b5d6 Bug 871338: Handle NS_BLOCK_LOOK_FOR_DIRTY_FRAMES lazy marking in GetMinWidth and GetPrefWidth in addition to Reflow. r=bzbarsky 2013-05-13 15:37:00 -07:00
Seth Fowler
736dd852cb Bug 867009 (Part 1) - Remove imgFrame::Extract. r=joe 2013-05-13 14:54:40 -07:00
Ehsan Akhgari
b757634fd8 Bug 871315 - Fix some rooting hazards in content/; r=till,bzbarsky 2013-05-13 13:43:53 -04:00
Brian Nicholson
babc289f53 Bug 869413 - Put all delayLoad tabs in the background. r=mfinkle 2013-05-13 14:39:47 -07:00
Ryan VanderMeulen
a89be185ab Merge m-c to inbound. 2013-05-13 13:33:20 -04:00
Mike Conley
74f18212cb Bug 871594 - Replace references to BookmarksMenuButton with BookmarkingUI in browser-places.js. r=trivial. 2013-05-13 13:20:10 -04:00
Lukas Blakk
e61eec7276 Added tag FIREFOX_AURORA_23_BASE for changeset d7ce90899997 2013-05-13 09:15:11 -07:00
Lukas Blakk
784ea2bf8f Merging in version bump NO BUG 2013-05-13 09:09:39 -07:00
Ryan VanderMeulen
5187701658 Merge m-c to inbound. 2013-05-13 12:02:04 -04:00
Mike Conley
8cda737661 Bug 871325 - Use proper @2x star icon spritesheet for Retina displays. r=mak. 2013-05-13 11:59:00 -04:00
Mike Conley
20855f8934 Bug 871322 - Fix broken customizing mode after removing the bookmark menu button. r=mak. 2013-05-13 11:58:09 -04:00