John Daggett
0eae803e8f
Bug 549861 - reland font-variant subproperties with DOM-peer review. r=khuey
2013-05-20 11:59:20 +09:00
Ms2ger
a8ca7bda9d
Merge backout.
2013-05-19 20:26:58 +02:00
Ms2ger
7786ea6954
Backout bug 549861 (changesets 27fb48df15ce:7ecd4e3863b4) for insufficient review.
2013-05-19 20:23:19 +02:00
Masatoshi Kimura
0c190ee3ec
Bug 871786 - Remove KeyboardEvent classinfo. r=smaug
2013-05-19 10:28:48 +09:00
Masatoshi Kimura
855ede8376
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
Andrea Marchesini
0bb228f8cc
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
2013-05-18 13:52:06 -04:00
Mike Hommey
67e38191bc
Backout changeset be729bc526a3 (part of bug 864035)
2013-05-18 11:10:45 +02:00
Mike Hommey
e9263edf55
Bug 864035 - Don't use a forward declaration for mozilla::dom::SpeechRecognition for use with a WeakPtr. r=smaug
2013-05-18 09:51:54 +02:00
Reuben Morais
99349e2738
Bug 873684 - Improve error reporting when a value can't be converted to the expected type. r=bz
...
--HG--
extra : rebase_source : 3385999de823c9df659103239e62df8ffca5f15a
2013-05-17 21:14:18 -07:00
Boris Zbarsky
43f774459d
Bug 868312 finale: finish rooting dom/ code. r=smaug
2013-05-17 21:48:25 -04:00
Boris Zbarsky
6b527597e0
Bug 873337. Change the order of the decl and holder in js-to-native conversions to clean up the code some. Now the holder always comes after the decl. r=smaug
2013-05-17 21:48:25 -04:00
Ryan VanderMeulen
10b2629112
Merge m-c to inbound.
2013-05-17 21:42:32 -04:00
Ryan VanderMeulen
92c6bb9873
Merge inbound to m-c.
2013-05-17 21:41:13 -04:00
Gregory Szorc
1b12175ba0
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
Reuben Morais
2a3b57fffc
Bug 873647 - Teach codegen how to wrap Dates in constructors. r=bz
...
--HG--
extra : rebase_source : f4267f15b7076aacb47fb94e4173a05dac8de255
2013-05-17 13:52:32 -07:00
Dave Hylands
271f9ebc11
Bug 873391 - Volume state changes may get processed out of order in child processes. r=qDot
2013-05-17 12:55:14 -07:00
Anthony Jones
5558635b79
Bug 833795 - Sample offset on touch start. r=drs
2013-05-16 17:58:07 +12:00
Ryan VanderMeulen
dbfd1d5d44
Merge m-c to birch.
2013-05-17 12:45:19 -04:00
Andrea Marchesini
62c4ea0ad2
Bug 850941 - Blob size is wrong in open activity after bluetooth image transfer. r=bent
2013-05-17 10:41:53 -04:00
Ryan VanderMeulen
91eae578bd
Merge inbound to m-c.
2013-05-16 20:29:40 -04:00
Ryan VanderMeulen
c87dc8562f
Merge m-c to birch.
2013-05-16 16:18:21 -04:00
Dave Hylands
70ed43e46c
Bug 872170 - Fix camera file saving with composite device storage. r=mikeh
2013-05-16 11:12:29 -07:00
Dave Hylands
4a56501d24
Bug 872800 - Fix volume availability notifications for composite storage areas. r=mchen
2013-05-16 11:11:58 -07:00
Dave Hylands
e3d9f00e8e
Bug 872800 - Remove extraneous printfs added from Bug 858416. r=mchen
2013-05-16 11:11:54 -07:00
Thomas Zimmermann
90691b7347
Bug 873065 - Use DEVICESTORAGE_SDCARD for unknown file types. r=dhylands
...
The method DeviceStorageFile::CreateUnique fails for files with an
unknown extension. It calls DeviceStorageFileChecker::GetTypeFromFileName
to retrieve the default location. The returned value is "Unknown", which
is passed to the constructor of DeviceStorageFile. This class doesn't
handle "Unknown" in it's initialization, and fails without creating a
file.
This patch changes the default return value of GetTypeFromFileName to the
constant DEVICESTORAGE_SDCARD. All files with unknown extension will now
be stored on the sd card.
2013-05-16 12:33:18 -04:00
Ryan VanderMeulen
654b37e658
Merge m-c to inbound.
2013-05-16 11:26:58 -04:00
Randy Lin
8793d43e00
Bug 868932 - All channel volume is not updated. r=mwu
2013-05-16 12:00:02 +08:00
Shawn Huang
23913a8ce4
Bug 872428 - Fix missing setForceUse to BT SCO for audio path, r=mwu
2013-05-16 14:31:21 +08:00
Jan-Ivar Bruaroey
8154e0de42
Bug 823512: Part 4: Workaround for lack of serializer support (bug 863402). r=bz
2013-05-15 01:07:49 -04:00
Patrick Wang
853804ec0b
Bug 849725: remove RIL.iccInfoPrivate.SPN.spn. r=allstars.chh
2013-05-14 11:32:16 +08:00
Ryan VanderMeulen
3e297204ce
Merge inbound to m-c.
2013-05-15 21:14:58 -04:00
John Daggett
5b570d8745
Bug 549861. Implement support for @font-feature-values rule. r=dbaron
2013-05-13 18:45:37 +09:00
Ed Morley
5256152aa1
Backed out changeset 496846474ed3 (bug 864774)
2013-05-13 10:05:49 +01:00
Jan-Ivar Bruaroey
1bc4070ba9
Bug 823512: Part 3: Deprecated API calls emit warnings to web-console. r=jesup,bz
2013-05-11 20:48:29 -04:00
Jan-Ivar Bruaroey
1cfedb8565
Bug 823512: Part 2: Update PeerConnection to spec. states + DataChannel. r=bz,rjesup,ekr
2013-05-16 19:40:23 -04:00
Ehsan Akhgari
d3727632a9
Bug 871201 - Part 2: Implement AudioBufferSourceNode.gain; r=roc
...
X-Git-Commit-ID: db8923b372db098aa7a5dc1cbf42674310b61aef
X-Mailer: git-send-email
--HG--
rename : content/media/webaudio/test/test_audioBufferSourceNode.html => content/media/webaudio/test/test_audioBufferSourceNodeGain.html
rename : content/media/webaudio/test/test_audioBufferSourceNode.html => content/media/webaudio/test/test_delayNodeWithGainAlternate.html
extra : rebase_source : 2cc9259229209fa926970e78ddfc2ef5765f4ad5
2013-05-13 00:17:55 -04:00
Ben Turner
00e73c94de
Bug 861903 - Enable test.
2013-05-12 21:10:58 -07:00
Fabrice Desré
895a11f394
Bug 871435 - Allow for a customized appcache_path to be used for preinstalled hosted apps using appcache r=ochameau
2013-05-15 13:51:41 -07:00
Jan-Ivar Bruaroey
98794b08f6
Bug 823512: Rewrite PeerConnection in JS-implemented WebIDL r=bz,jesup
2013-05-07 20:55:21 -04:00
Ed Morley
478afea680
Backed out changeset 70c3a3a74362 (bug 860941) for mochitest-3 timeouts on a CLOSED TREE
2013-05-17 09:09:21 +01:00
Ed Morley
e14725b05d
Backed out changeset 98594535c1e9 (bug 860941)
2013-05-17 09:08:49 +01:00
Ed Morley
05a8c3826c
Backed out changeset 474792d1fb89 (bug 860941)
2013-05-17 09:08:46 +01:00
Ed Morley
4521aa4875
Backed out changeset 0ad1a92ca568 (bug 860941)
2013-05-17 09:08:44 +01:00
Ed Morley
0a165f6339
Backed out changeset 90b318fb8375 (bug 860941)
2013-05-17 09:08:41 +01:00
Ed Morley
7cad02c90f
Backed out changeset 95006bb32743 (bug 860941)
2013-05-17 09:08:38 +01:00
Ed Morley
b0fa1fd657
Backed out changeset de30d8faf09a (bug 860941)
2013-05-17 09:08:36 +01:00
Ed Morley
68d837546f
Backed out changeset d2505c0f1c45 (bug 860941)
2013-05-17 09:08:33 +01:00
Ed Morley
952cea0245
Backed out changeset 34c65a615373 (bug 860941)
2013-05-17 09:08:31 +01:00
Bobby Holley
54353aa3da
Bug 860941 - Remove assertion annotations for the now-removed mArguments assertion. r=jst
2013-05-16 23:33:15 -07:00
Bobby Holley
7181d1829c
Bug 860941 - Tests. r=jst
...
We augment the existing showModalDialog tests with test coverage for
dialogArguments and returnValue.
2013-05-16 23:33:15 -07:00