Ryan VanderMeulen
153a6ea11e
Merge inbound to m-c.
2013-05-20 16:21:45 -04:00
Fabrice Desré
49ed5158de
Bug 872100 - app.clearBrowserData appears to not clear browser data immediately sr=mounir, r=jduell,ferjm
2013-05-20 10:20:19 -07:00
Ryan VanderMeulen
8acd62e6e3
Merge m-c to inbound.
2013-05-20 11:29:37 -04:00
Ryan VanderMeulen
95bbc42c8c
Merge m-c to birch.
2013-05-20 08:22:31 -04:00
Ms2ger
f919a15533
Bug 868778 - Part d: Actually move DataChannel to WebIDL.
2013-05-20 11:48:16 +02:00
Edgar Chen
b422878737
Bug 873965 - Set preferred network type when radio is on. r=vicamo
2013-05-20 16:04:37 +08:00
Szu-Yu Chen [:aknow]
8d7b43652f
Bug 818393 - Part 4: Add test for call barring. r=htsai.
...
---
dom/network/tests/marionette/manifest.ini | 2 +
.../marionette/test_call_barring_get_option.js | 31 +++++++++
.../marionette/test_call_barring_set_error.js | 66 ++++++++++++++++++++
3 files changed, 99 insertions(+)
create mode 100644 dom/network/tests/marionette/test_call_barring_get_option.js
create mode 100644 dom/network/tests/marionette/test_call_barring_set_error.js
2013-05-21 13:17:22 +08:00
Szu-Yu Chen [:aknow]
62088d9ca5
Bug 818393 - Part 3: Call barring RIL implementation. r=htsai.
...
---
dom/system/gonk/RILContentHelper.js | 112 +++++++++++++++++++++++++++++++-
dom/system/gonk/RadioInterfaceLayer.js | 38 +++++++++++
dom/system/gonk/ril_consts.js | 19 ++++++
dom/system/gonk/ril_worker.js | 31 +++++++++
4 files changed, 199 insertions(+), 1 deletion(-)
2013-05-21 13:13:37 +08:00
Szu-Yu Chen [:aknow]
c35a3a1739
Bug 818393 - Part 2: Call barring DOM implementation. r=htsai, smaug.
...
---
dom/network/src/MobileConnection.cpp | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
2013-05-21 13:12:59 +08:00
Szu-Yu Chen [:aknow]
b43baef554
Bug 818393 - Part 1: Add interface for call barring config. r=htsai. sr=mounir.
...
---
dom/network/interfaces/nsIDOMMobileConnection.idl | 84 +++++++++++++++++++-
.../interfaces/nsIMobileConnectionProvider.idl | 7 +-
2 files changed, 87 insertions(+), 4 deletions(-)
2013-05-21 13:08:57 +08:00
Marco Chen
dcb43990c1
Bug 870682 - [gonk-jb-4.2] Add basic support for audio control API. r=mwu
2013-05-20 15:34:42 +08:00
Zachary Easterbrook
cd7c034c2d
Bug 868952 - Fix the getAll(...) function in AlarmDB to be more efficient. r=clian
2013-05-20 07:47:38 -04:00
Gina Yeh
414da4c45b
Bug 853235 - Combine pairing-related system messages into one type, r=echou
2013-05-20 15:34:45 +08:00
Ms2ger
0ed0441e1e
Bug 868778 - Part c: Move DataChannel to WebIDL; r=mounir+jesup
...
--HG--
rename : content/base/public/nsIDOMDataChannel.idl => dom/webidl/DataChannel.webidl
2013-05-20 09:19:45 +02:00
Ms2ger
be663c2829
Bug 868778 - Part b: Move the declaration of nsDOMDataChannel into nsDOMDataChannel.h; r=jesup
...
--HG--
rename : content/base/src/nsDOMDataChannel.cpp => content/base/src/nsDOMDataChannel.h
2013-05-20 09:10:59 +02:00
Ms2ger
6d4b3079a3
Bug 868778 - Part a: Move nsDOMDataChannel.h to nsDOMDataChannelDeclarations.h; r=jesup
...
--HG--
rename : content/base/src/nsDOMDataChannel.h => content/base/src/nsDOMDataChannelDeclarations.h
2013-05-20 09:10:59 +02:00
Ms2ger
46791e0e8c
Bug 873417 - Part b: Use CGClass for CGDictionary; r=bz
2013-05-20 09:10:59 +02:00
Ms2ger
af1d6eb256
Bug 873417 - Part a: Cleanup and fix some bugs in CGClass; r=bz
2013-05-20 09:10:58 +02:00
Thomas Zimmermann
94e453db9b
Bug 873400: Fix destination directory for Bluetooth file transfers, r=echou
...
Bluetooth file transfers store the file in 'downloads/bluetooth'. This
patch changes the location to 'Download/Bluetooth' for consistency with
other sub-systems.
2013-05-20 11:41:03 +08:00
Phil Ringnalda
711775e203
Bug 549861 backout followup, clobber for Windows builds and for tests
2013-05-19 13:13:29 -07:00
Phil Ringnalda
b5d740e745
Merge m-c to m-i
2013-05-19 11:43:44 -07:00
Ms2ger
1bc3a7f29b
Merge backout.
2013-05-19 20:26:58 +02:00
Ms2ger
c80e8cd5c6
Backout bug 549861 (changesets 27fb48df15ce:7ecd4e3863b4) for insufficient review.
2013-05-19 20:23:19 +02:00
Ms2ger
8113dfced0
Backout changeset 0a6d36fc3749 for conflicting with the backout of bug 549861.
2013-05-19 20:22:17 +02:00
Martijn Wargers
56a6342ee0
Bug 367360 - crash test
2013-05-19 18:20:21 +00:00
Martijn Wargers
02815fd7eb
Bug 367498 - crash tests
2013-05-19 18:20:21 +00:00
Martijn Wargers
0ab7877c04
Bug 368752 - crash test
2013-05-19 18:20:21 +00:00
Martijn Wargers
9385c7c771
Bug 682684 - crash test
2013-05-19 18:20:20 +00:00
Jesse Ruderman
b195fabd06
Bug 493649 - crash test
2013-05-19 18:20:20 +00:00
Carlos G.
270f3953d4
Bug 463696 - crash test
2013-05-19 18:20:20 +00:00
Martijn Wargers
d113c3d881
Bug 452185 - crash test
2013-05-19 18:20:20 +00:00
Mats Palmgren
e226a9f30b
Bug 467080 - crash test
2013-05-19 18:20:20 +00:00
Cameron McCormack
a0506a0958
Bug 839958 - Followup to fix Mac reftest failures due to incorrect fuzzy-if().
2013-05-20 01:33:18 +10:00
Ehsan Akhgari
cb75c641f1
Backed out changeset b097bd9fd24c because of Windows build bustage
2013-05-19 11:29:19 -04:00
Ehsan Akhgari
e43574cf4f
Bug 865806 - Use the proper Lion style scrollbar on content with a dark background color; r=roc
2013-05-19 11:01:28 -04:00
Cameron McCormack
96ecabeb76
Bug 839958 - Prevent infinite invalidation loops when using SVG text inside a mask or pattern. r=jwatt
2013-05-19 11:11:16 +10:00
Daniel Holbert
d4368501c1
Bug 873172: When checking whether a flex item is generated content, skip past any anonymous boxes around it. r=bz
...
--HG--
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-1-ref.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-3-ref.html
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-1.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-3.html
2013-05-19 11:37:56 +08:00
Boris Zbarsky
6dc4558e8d
Bug 873209. Trace the *vp of specialized DOM getters in Ion. r=jandem
2013-05-17 21:48:24 -04:00
Boris Zbarsky
9b8ebb7008
Bug 873730. Make JS_SourceHook take a Handle for the JSScript. r=till
2013-05-18 23:09:11 -04:00
Cameron McCormack
3bbf4c8611
Backout d00f9ead1848 (bug 839958) for Windows reftest failure on pattern-content.svg.
2013-05-19 12:50:30 +10:00
Eitan Isaacson
2100fc67fd
Bug 872338 - Update pivot tests to reflect virtualCursor in every doc change. r=tbsaunde
2013-05-17 19:10:30 -07:00
Eitan Isaacson
c2bb082be9
Bug 872338 - Add virtualCursor to nsIAccessibleDocument. r=tbsaunde r=surkov
2013-05-17 19:10:29 -07:00
Masatoshi Kimura
0ce5a821cd
Bug 871786 - Remove KeyboardEvent classinfo. r=smaug
2013-05-19 10:28:48 +09:00
Masatoshi Kimura
3d63807062
Bug 871786 - Separate D2E KeyEvent constants and a method from KeyboardEvent. r=smaug, bz
...
--HG--
rename : dom/webidl/KeyboardEvent.webidl => dom/webidl/KeyEvent.webidl
2013-05-19 10:28:47 +09:00
Alexander Surkov
31beaa92a2
Bug 614570 - Rev IAccessible2 1.3, r=tbsaunde
2013-05-19 10:21:42 +09:00
Cameron McCormack
5372f4a586
Bug 839958 - Prevent infinite invalidation loops when using SVG text inside a mask or pattern. r=jwatt
2013-05-19 11:11:16 +10:00
Phil Ringnalda
08579e1b2a
Merge m-c to m-i
2013-05-18 18:08:55 -07:00
Phil Ringnalda
f4ddf63b10
Merge the last PGO-green cset from m-i to m-c
2013-05-18 18:07:46 -07:00
David Zbarsky
6919e8e45f
Bug 864206: Fix includes in Touch.h r=Ms2ger
2013-05-18 14:18:12 -07:00
Derrick Moser
e6bc675453
Bug 872497 - Remove problematic "optimization" in NS_QuickSort. r=jlebar
...
This change allows us to avoid O(n^2) performance when partially sorted data
is given to NS_QuickSort. We no longer attempt an insertion sort if the input
appears pre-sorted. This brings the expected performance back to O(n*log(n))
but also eliminates the possibility of O(n) best case performance. Attempts
to achieve O(n) performance should be the responsibility of callers as they
are in a better position to evaluate the costs/benefit trade-off of looking
for special cases that can be sorted quicker.
2013-05-18 15:16:02 -04:00