Ting-Yu Lin
8fefe22b25
Bug 1016184 - part 3f - Fix test_paste_selection.html. r=ehsan
...
Thank Olli Pettay <bugs@pettay.fi> for suggesting
sendMouseEventToWindow(). This is a tremendous help!
2014-07-27 00:20:00 +02:00
Ting-Yu Lin
2d327bb245
Bug 1016184 - part 3c - Fix test_focus_disabled.html. r=ehsan
...
Move the witness down so that touch caret won't cover other elements
when witness is focused().
2014-07-27 00:16:00 +02:00
Masayuki Nakano
c7581f07b6
Bug 1045978 Create InternalSVGZoomEvent class and InternalSMILTimeEvent class r=smaug
2014-07-31 02:16:57 +09:00
Jeff Gilbert
a413355c9b
Bug 1045955 - Fix compositing for screen-based WebGL ShSurfs. - r=kamidphish
2014-07-30 10:03:07 -07:00
Tim Taubert
023e3fdb46
Bug 1037501 - Normalize WebCrypto algorithm names as they are defined in the spec r=rbarnes
2014-07-25 16:33:03 +02:00
Nathan Froyd
12c76f15f7
Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium
2014-07-24 11:55:33 -04:00
Alphan Chen
fcc934febc
Bug 1039939 - [MTP] Enable functionality on Windows 7. r=dhylands
2014-07-30 13:49:02 +08:00
Kartikaya Gupta
0c230c8328
Bug 1046292 - Add a max-wait timeout to TaskThrottler to robustify against it getting stuck. r=botond
2014-07-31 09:04:34 -04:00
Carsten "Tomcat" Book
d1f4c172f0
Merge mozilla-central to mozilla-inbound
2014-07-31 13:06:48 +02:00
Tim Taubert
8869021532
Bug 1041328 - Fix crash in CryptoKey::PrivateKeyFromPkcs8() when trying to import invalid key data r=rbarnes
2014-07-25 13:53:28 +02:00
Kearwood (Kip) Gilbert
a6ed858fff
Bug 1022818 - Part 2: Implement Smooth Scrolling. r=bz
...
- Updated ScrollTo method in nsGlobalWindow to accept a
mozilla::dom::ScrollOptions parameter to select between the instant
and smooth MSD motion.
- Updated WebIDL binding boilerplate scrolling functions in nsGlobalWindow
to pass the correct value of mozilla::dom::ScrollBehavior to the
implementation and functions, activating smooth scrolling.
- These functions will need to be updated again to support the scroll-behavior
CSS property in Bug 1010538.
2014-07-21 11:19:00 -04:00
Kearwood (Kip) Gilbert
8afdeb1efa
Bug 1022818 - Part 1: Update webidl interfaces. r=bz
...
- Extended the Element and Window webidl interfaces as described in the
CSSOM-View smooth-scrolling specification.
- The Element.scrollTop and Element.scrollLeft changes have been omitted
until either WebIDL is extended to allow properties to have union datatypes
that contain dictionaries or the CSSOM-View smooth-scroll specification
is upddated. This will not prevent the other interface changes from being
useful.
- Implemented wrapper functions for the nsGlobalWindow to connect to the new
WebIDL bindings. The ScrollOptions parameters are ignored in this patch,
and used in Part 3 of this patch series.
2014-07-21 11:04:00 -04:00
Andrea Marchesini
9564759214
Bug 1031407 - DataStoreService doesn't need to use IDBCursor to know if a revision exists., r=janv
2014-08-03 15:48:19 +01:00
Andrea Marchesini
fac69fce74
Bug 1046582 - mochitest for AudioChannel changes in MediaStream objects, r=ehsan, r=bz
2014-08-03 14:46:17 +01:00
Randell Jesup
60d84c84f0
Bug 1039666: suppress 'nonqueued' IPC assertions (bug 1047842) in window/screensharing r=nigelb on a CLOSED TREE
2014-08-02 11:08:40 -04:00
James Kolb
e0474edae0
Bug 1028288 Add canvas global transparency support to svgs. r=roc
2014-08-02 16:14:53 +09:00
Randell Jesup
8a46e6526e
Bug 1039666: Fix incorrect disabling of B2G window/screensharing rs=me,fabrice (bustage)
2014-08-02 01:43:44 -04:00
Randell Jesup
ebc2dd6406
Bug 1039666: Disable screen/windowsharing for OSX 10.6 and WinXP r=cpearce
2014-08-02 00:30:50 -04:00
Randell Jesup
a5e5f91123
Bug 1039666: Enable Screen/windowsharing tests for getUserMedia except OSX 10.6 and WinXP r=drno
2014-08-02 00:30:39 -04:00
Boris Zbarsky
b1c1e22da4
Bug 1043690 part 2. Change the codegen for DOM proxies to ignore named props when looking up property descriptors on [[Set]]. r=efaust
2014-08-01 23:37:14 -04:00
Boris Zbarsky
c939aa4301
Bug 886308. Implement Element.matches. r=heycam
2014-08-01 23:37:09 -04:00
Wes Kocher
c470cc41fa
Merge m-c to inbound
2014-08-01 17:00:49 -07:00
Ehsan Akhgari
2c640000a7
Bug 1047522 - Enable the rest of the data store tests; r=khuey
2014-08-01 19:08:23 -04:00
Ms2ger
5da7619768
Bug 1043853 - Share the code for structured cloning of ImageData objects across main-thread and workers implementations; r=jst
2014-08-01 22:47:47 +02:00
Wes Kocher
7a4f0b4c18
Backed out changeset a668ab2d8dd3 (bug 1043853) for bustage
2014-08-01 14:25:10 -07:00
Ms2ger
92e6aaee17
Bug 1043853 - Share the code for structured cloning of ImageData objects across main-thread and workers implementations; r=jst
2014-08-01 22:47:47 +02:00
Ben Kelly
3017d2858c
Bug 1045756 Test DOM interfaces exposed on worker global. r=bz
2014-07-31 21:54:44 -04:00
Ben Kelly
809aedc793
Bug 1025183
P4 Add tests for ScalarValueString. r=bz
2014-07-31 19:40:12 -04:00
Ben Kelly
9384922566
Bug 1025183
P3 Add ScalarValueString to webidl Codegen.py r=bz
2014-07-31 19:40:12 -04:00
Ben Kelly
3e5f087f4e
Bug 1025183
P1 Add ScalarValueString to webidl parser. r=bz
2014-07-31 19:40:11 -04:00
Olli Pettay
bb5f6c0cd7
Bug 1031303 - mContext can be null when nsGlobalWindow::SetNewDocument is called, r=jst
2014-07-31 23:15:57 +03:00
Ryan VanderMeulen
0e3ca8d9b5
Merge m-c to inbound. a=merge
2014-07-31 16:06:22 -04:00
Benoit Girard
cb9ef142f0
No bug - Remove printf in test plugin. r=jgriffin
2014-07-31 15:47:33 -04:00
Sean Lin
5101141c0a
Bug 1000829 - getDataStores() should be able to retrieve data stores by owner. r=baku sr=jst
2014-07-17 11:53:23 +08:00
Masayuki Nakano
444fbd2caa
Bug 1043182 Removed and inserted text length which are notified by CharacterDataWillChange() and CharacterDataChanged() should be converted to the length with native new lines in IMEContentObserver r=smaug
2014-07-31 13:38:01 +09:00
Masayuki Nakano
8d79d5e992
Bug 496360 part.5 Don't recompute text length of before the start range at removing multiple lines into an HTML editor r=smaug
2014-07-31 13:38:00 +09:00
Masayuki Nakano
6ff8050b75
Bug 496360 part.4 Don't recompute text length of before the insertion point at adding multiple lines into an HTML editor r=smaug
2014-07-31 13:38:00 +09:00
Masayuki Nakano
05b13e9288
Bug 496360 part.3 IMEContentObserver shouldn't dispatch SelectionChangeEvent nor PositionChangeEvent while editor handles an edit action r=smaug
2014-07-31 13:38:00 +09:00
Masayuki Nakano
5805e688a3
Bug 496360 part.2 IMEContentObserver shouldn't dispatch TextChangeEvent while editor handles an edit action r=ehsan+smaug, sr=smaug
2014-07-31 13:37:59 +09:00
Masayuki Nakano
d67dabd004
Bug 496360 part.1 Make TextChangeEvent of IMEContentObserver mergeable r=smaug
2014-07-31 13:37:59 +09:00
Kyle Huey
cebdcff7c6
Bug 1046000: Shut down the wifi services. r=vchang
...
--HG--
extra : rebase_source : 121fb986ff42e414713f4ff8bab151289e9746f4
2014-07-30 19:31:18 -07:00
Szu-Yu Chen [:aknow]
7b5c656ac3
Bug 1035654 - Part 3: Generate cycle collection traverse/unlink for unions. r=bzbarsky
2014-08-01 03:20:00 -04:00
Szu-Yu Chen [:aknow]
2c4beb8bb3
Bug 1035654 - Part 2: Add ImplCycleCollectionTraverse for OwningNonNull<T>. r=bzbarsky
2014-08-01 03:19:00 -04:00
Szu-Yu Chen [:aknow]
4eb6045e12
Bug 1035654 - Part 1: Add a crashtest. r=bzbarsky
2014-08-01 03:19:00 -04:00
Michael Wu
cf5361b683
Bug 938809 - Run seek/tune calls off the main thread, r=pzhang,khuey
2014-07-14 17:56:10 -04:00
Carsten "Tomcat" Book
2b5b81b74e
Merge mozilla-central to b2g-inbound
2014-07-30 14:14:01 +02:00
Carsten "Tomcat" Book
4e808ef3a7
merge mozilla-inbound to mozilla-central a=merge
2014-07-30 13:56:19 +02:00
Szu-Yu Chen [:aknow]
fe8fbaeddd
Bug 1036851 - Part 3: Add test case for telephony.onready. r=hsiny,khuey
2014-07-30 02:11:00 +02:00
Szu-Yu Chen [:aknow]
59bd7c20af
Bug 1036851 - Part 2: Add ready event (dom). r=hsinyi
2014-07-21 19:17:00 +02:00
Szu-Yu Chen [:aknow]
e836363ac0
Bug 1036851 - Part 1: Add ready event (webidl). r=khuey,hsinyi
2014-07-21 19:17:00 +02:00
Yoshi Huang
64ef87b0e7
Bug 933588 - Part 3: update test cases. r=dimi
2014-07-14 18:57:12 +08:00
Ben Kelly
8866034d70
Bug 1025183
P5 Add tests for ScalarValueString. r=bz
2014-08-01 16:23:48 -04:00
Ben Kelly
8d0e50e7d2
Bug 1025183
P3 Add ScalarValueString to webidl Codegen.py r=bz
2014-08-01 16:23:48 -04:00
Ben Kelly
9e28c19084
Bug 1025183
P1 Add ScalarValueString to webidl parser. r=bz
2014-08-01 16:23:48 -04:00
Ryan VanderMeulen
141996a3e9
Merge m-c to inbound on a CLOSED TREE. a=merge
2014-08-01 16:01:07 -04:00
Ben Kelly
93f746a2f6
Revert bug 1025183
(revs 69373df15281, dd6d84edf08e, 728a5d18bcd9, 71babe0bc84b, c60f9054acf6) for bustage. r=me
2014-08-01 14:10:40 -04:00
Ben Kelly
a38c3c73df
Bug 1025183
P5 Add tests for ScalarValueString. r=bz
2014-08-01 13:57:00 -04:00
Ben Kelly
e072a1a235
Bug 1025183
P3 Add ScalarValueString to webidl Codegen.py r=bz
2014-08-01 13:56:59 -04:00
Ben Kelly
687ee09c07
Bug 1025183
P1 Add ScalarValueString to webidl parser. r=bz
2014-08-01 13:56:59 -04:00
Andrew McCreight
b471b6fa7f
Bug 1046860 - Function IdToString is unused in nsDOMClassInfo. r=smaug
2014-08-01 10:02:29 -07:00
Ed Morley
dcbfd040d1
Backed out changeset d50d7e88f35e (bug 1012951) for LSan failures
2014-07-30 16:49:43 +01:00
Carsten "Tomcat" Book
93574c6c52
Merge mozilla-central to mozilla-inbound
2014-07-30 14:10:53 +02:00
Nathan Froyd
542214c4df
Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
...
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Nathan Froyd
d6ed55758e
Bug 1044162 - part 0a - make additions to EXTRA_JS_MODULES use += instead of =; r=mshal
...
Straight assignments to HierarchicalStringList, which we'll change
EXTRA_JS_MODULES to in a later patch, don't work. This change, in
addition to making things work as expected later on, also is more
consistent with existing practice.
2014-07-25 13:50:55 -04:00
Fabrice Desré
9feaa11f12
Bug 972076 - Make mozApps.mgmt.getAll faster r=ferjm
2014-07-07 11:01:30 -07:00
Ryan VanderMeulen
f6141d6f71
Merge m-c to b2g-inbound. a=merge
2014-08-01 16:07:46 -04:00
Yoshi Huang
d489a4a5ba
Bug 933588 - Part 2: NfcMessageHandler. r=dimi
2014-07-07 18:18:20 +08:00
Bevis Tseng
a1c8becae7
Bug 813893 - Part 2: Add Test Case to Verify CB Message in UMTS Format. r=htsai
2014-07-03 19:56:40 +08:00
Andrew Osmond
47576fa59d
Bug 1046341 - Release camera hardware if initialization fails. r=mikeh
2014-07-31 10:29:00 -04:00
Alexandre Lissy
3bd6552d0f
Bug 1046004 - Make OfflineCacheInstaller use AppCacheStorage. r=michal
2014-07-30 07:34:00 -04:00
Jed Davis
8cff1bfff8
Bug 1012951 - Sandbox GMP plugins on Linux using seccomp-bpf. r=kang r=ted
2014-07-29 15:31:12 -07:00
Nils Ohlmeier [:drno]
3d5361c4d9
Bug 1042791 - added case insensitive and acitvated test. r=jesup
2014-07-29 10:00:00 +02:00
Walter Litwinczyk
a93895cc17
Bug 1044119 - Fix lost WebGL extensions generating invalid operation errors. r=kamidphish
2014-07-28 13:42:02 -07:00
Walter Litwinczyk
00422aa99b
Bug 1038402
- Webgl half float support used wrong shift value when converting from packed float to regular float. r=kamidphish
2014-07-28 15:06:55 -07:00
Kearwood (Kip) Gilbert
3bd3d5624a
Bug 1026023 - Part 4: Allow smooth scrolling to override momentum mouse wheel scroll events. r=mwoodrow
...
- When a smooth scroll is being processed on a frame, mouse wheel and trackpad
momentum scroll event updates will no longer cancel the SMOOTH or SMOOTH_MSD
scroll animations, enabling scripts that depend on them to be responsive
without forcing the user to wait for the fling animations to completely stop.
2014-07-15 16:13:00 +02:00
Ed Morley
af3100257a
Merge mozilla-central and b2g-inbound
2014-08-04 12:17:11 +01:00
Vicamo Yang
ccaa9e46b4
Bug 916607 - 4/4: fix test cases. r=bzbarsky, r=gene
2014-08-04 17:01:37 +08:00
Vicamo Yang
bdbe52a2e4
Bug 916607 - 2/4: implementation. r=bzbarsky, r=gene
2014-08-04 17:01:36 +08:00
Vicamo Yang
96f10d3a69
Bug 916607 - 1/4: Convert MozSmsSegmentInfo to WebIDL dictionary. Interface changes. r=bzbarsky, r=khuey
2014-08-04 17:01:36 +08:00
Vicamo Yang
f305e0fa50
Bug 813893 - Part 1: Add Support to Read CBS Message in UMTS format. r=htsai
2014-06-17 16:21:04 +08:00
Yoshi Huang
f80259af1f
Bug 1038617 - B2G NFC: can't access dead object thrown from nsNfc.js. r=smaug
2014-07-21 15:43:45 +08:00
Carsten "Tomcat" Book
2cf9696115
Backed out changeset b60084fa9d5b (bug 938809)
2014-07-30 05:50:59 +02:00
Jessica Jong
aa77e8d1f3
Bug 990458 - Part 5: implement updateNetworkInterface() and remove network-interface-state-changed event. r=edgar,vchang
2014-07-29 16:44:30 +08:00
Jessica Jong
2cb16089a5
Bug 990458 - Part 4: WifiP2pManager changes to support updateNetworkInterface(). r=vchang
2014-07-29 16:44:29 +08:00
Jessica Jong
6a2315d619
Bug 990458 - Part 3: WifiWorker changes to support updateNetworkInterface(). r=vchang
2014-07-29 16:44:27 +08:00
Jessica Jong
3b06d6e966
Bug 990458 - Part 2: ril changes to support updateNetworkInterface(). r=edgar
2014-07-29 16:44:26 +08:00
Jessica Jong
1d26374b77
Bug 990458 - Part 1: add updateNetworkInterface() API in idl. r=edgar
2014-07-29 16:44:24 +08:00
Michael Wu
0ab4272646
Bug 938809 - Run seek/tune calls off the main thread, r=pzhang,khuey
2014-07-14 17:56:10 -04:00
Wes Kocher
10853dd305
Merge inbound to m-c a=merge
2014-07-29 17:01:18 -07:00
Fabrice Desré
17eb5415ac
Bug 1037662 - Grant Firefox Accounts (FxA) access to web payment providers r=ferjm
2014-07-28 11:06:00 -07:00
Kartikaya Gupta
4e71db1224
Bug 1016481 - Defer calling ActiveElementManager::HandleTouchEnd until after we know whether the touch-end was cancelled. r=botond
2014-07-29 11:59:19 -04:00
Kartikaya Gupta
b69c2652f8
Bug 1016481 - Allow touch-end events to be cancelled and have them prevent dispatching click events. r=smaug
2014-07-29 11:59:19 -04:00
Birunthan Mohanathas
db2972728d
Bug 1044447 - Remove a few unnecessary empty moz.build files. r=glandium
2014-07-28 18:02:44 -07:00
Bobby Holley
8bee6258a0
Bug 1044205 - Invoke XPCWrappedNativeScope::TraceSelf from TraceXPCGlobal. r=billm
2014-07-29 08:48:32 -07:00
Bobby Holley
1d40348fdf
Bug 1022229 - Tests. r=bz
2014-07-29 08:47:53 -07:00
Dale Harvey
a21222c708
Bug 921014 - Make apple-touch-icon's trigger iconchanged in mozbrowser. r=fabrice
2014-07-29 16:29:36 +01:00
Jeff Muizelaar
21b11a99aa
Bug 1035244. Initialize canvas context width/height to 0, 0. r=bas
...
This fixes a ~50ms Phone and Contacts launch regression that's not
really understood.
--HG--
extra : rebase_source : df7cfefb53f4caa7a3719e02a8f399539d5dce02
2014-07-25 17:16:51 -04:00
Ben Kelly
be3c62c4a3
Bug 1037294 Move empty queue assert to ScheduleDeletion() as its no longer always valid in ClearMainEventQueue(). r=bent
2014-07-29 09:25:29 -04:00
Benoit Jacob
7bc3ce1cfc
Bug 978966 - Adjust WebGL conformance mochitest expected-fail list on Microsoft Basic Render Driver - r=kamidphish
2014-07-28 23:16:56 -04:00
Ms2ger
95fe6bbbbe
Bug 1043963
- Followup: correct condition in dom/network/moz.build.
2014-07-29 12:40:00 +02:00
Morris Tseng
7e5806cf78
Bug 987040 - Part 4: mochitest for mozbrowserselectionchange api. r=ehsan
2014-07-28 01:21:00 +02:00
Antonio M. Amaya
bd4e685d55
Bug 903291 - Delay processing petitions from the DOM API until the application registry is ready r=fabrice
2014-07-14 23:27:57 +02:00
Morris Tseng
9d05ab80e6
Bug 987040 - Part 3: Toggle mozbrowserselectionchange api by selectioncaret.enabled pref. r=ehsan
2014-07-09 00:48:00 +02:00
Morris Tseng
cc9241e019
Bug 987040 - Part 2: Add a flag indicate whether CollectClientRects should flush layout or not. r=ehsan
2014-07-23 23:06:00 +02:00
Morris Tseng
bdc2515786
Bug 987040 - Part 1: Implement mozbrowserselectionchange. r=vingtetun,ehsan,bugs. sr=bz
2014-07-28 01:21:00 +02:00
Georg Fritzsche
48b52013e5
Bug 1043531 - Move PluginCrashed event generation to C++. r=smaug,jesup
2014-07-28 17:41:52 +02:00
Georg Fritzsche
8edcaa7d5f
Bug 1043531 - Fix PeerConnection WebIDL to avoid truncating the plugin id. r=smaug
2014-07-24 20:32:25 +02:00
Matt Woodrow
21c89b906b
Bug 1043961 - Disabled desktop display port changes for android. r=tn
...
--HG--
extra : rebase_source : d1de78af825bac1e7f06ff81c4394d70a75cc8fd
2014-07-29 12:07:36 +12:00
Bob Owen
498c2d3e87
Bug 1042798 - Test: ensure window.open followed by document.writeln doesn't throw security error when called through NPN evaluate. r=bz
2014-07-28 20:24:36 +01:00
Bob Owen
99761ed48b
Bug 1042798 - Use an AutoEntryScript in nsNPAPIPlugin _evaluate as we are about to run script and need to ensure the correct JSContext* gets pushed. r=bholley
2014-07-28 09:27:23 +01:00
Aaron Klotz
81eb9518fa
Bug 1045178 - Fix NPObject leak in PluginScriptableObjectChild::ResurrectProxyObject; r=johns
2014-07-28 16:14:00 +02:00
Nils Ohlmeier [:drno]
2a9de5bb3b
Bug 1042791 - check that H264 offer contains correct profile-level-id. r=ehugg
2014-07-25 18:41:00 +02:00
Kan-Ru Chen (陳侃如)
ae54007936
Bug 1036264 - Always pass true for ignoreRootScrollFrame. r=kats
2014-07-28 01:25:00 +02:00
Wes Kocher
1ce0c3e306
Merge m-c to inbound on a CLOSED TREE
2014-07-28 18:51:24 -07:00
Mike Hommey
2bab6202af
Bug 1043820 - Remove PARALLEL_DIRS. r=gps
2014-07-29 08:57:59 +09:00
Mike Hommey
5f6ba110e6
Bug 1043802 - Remove TOOLS_DIRS and TEST_TOOLS_DIRS. r=gps
2014-07-29 08:55:55 +09:00
Ryan VanderMeulen
5c20e8c063
Merge m-c to b2g-inbound. a=merge CLOSED TREE.
2014-07-28 15:04:33 -04:00
Ryan VanderMeulen
5183c902b6
Backed out changeset a04107c24084 (bug 1037662) for Windows B2G bustage.
...
CLOSED TREE
2014-07-28 14:47:46 -04:00
Ryan VanderMeulen
dff012e107
Bug 1045153 - Disable test_bug866575.html on B2G debug while the near perma-fail is investigated. a=me
2014-07-28 14:38:43 -04:00
Ryan VanderMeulen
5ba6449a65
Backed out changesets 81f96f02263f and fd84374f63f1 (bug 903291) for causing frequent B2G crashtest timeouts.
2014-07-28 14:31:33 -04:00
Fabrice Desré
06c91b453a
Bug 1037662 - Grant Firefox Accounts (FxA) access to web payment providers r=ferjm
2014-07-28 11:06:00 -07:00
Carsten "Tomcat" Book
aeabc85ae7
Merge mozilla-central to b2g-inbound
2014-07-28 16:06:50 +02:00
Carsten "Tomcat" Book
06ad4c77ff
merge fx-team to mozilla-central a=merge
2014-07-28 15:44:12 +02:00
Carsten "Tomcat" Book
bcf40664e4
merge mozilla-inbound to mozilla-central a=merge
2014-07-28 15:32:36 +02:00
Wes Kocher
e97345c0bf
Merge m-c to fx-team
2014-07-25 16:27:34 -07:00
Wes Kocher
6d72c219e1
Merge m-c to b2g-inbound
2014-07-25 16:25:40 -07:00
Wes Kocher
5315b9b3cc
Merge inbound to m-c a=merge
2014-07-25 15:59:01 -07:00
Ehsan Akhgari
2998fa51c1
Bug 974270 - Re-enable the majority of datastore tests on b2g; r=khuey
...
I have no idea what has fixed these tests, but the try server says
they are fixed. We always suspected that this is caused by a bug
in the mozapps code, and there has been some development there, and
elsewhere.
--HG--
extra : rebase_source : 2122a1016c3505b833d11b49cf63f79f117792e5
2014-07-25 15:07:44 -04:00
Ted Mielczarek
6344615ad6
bug 1041347 - Package and provide path to fake GMP plugin for Mochitests. r=jmaher
2014-07-25 07:01:13 -04:00
Wayne Chen
06209d0f33
Bug 1037359 - when user turned off bt, delay routing to avoid leakage of audio from speaker. r=mwu
2014-07-25 15:19:26 +08:00
Thomas Zimmermann
a4d154c381
Bug 1042691: Asynchronous |BluetoothAvrcpInterface::SetVolume| (under bluetooth2/), r=btian
2014-07-28 09:52:52 +02:00
Thomas Zimmermann
34f4929103
Bug 1042691: Asynchronous AVRCP response interfaces (under bluetooth2/), r=btian
2014-07-28 09:52:51 +02:00
Thomas Zimmermann
36fc86ade8
Bug 1042691: Asynchronous A2DP connect/disconnect (under bluetooth2/), r=btian
2014-07-28 09:52:51 +02:00
Thomas Zimmermann
abbdf7f4d9
Bug 1042691: Asynchronous init and cleanup of A2DP/AVRCP (under bluetooth2/), r=btian
2014-07-28 09:52:51 +02:00
Thomas Zimmermann
6c5cf788bd
Bug 1042691: Add A2DP/AVRCP result-handler infrastructure (under bluetooth2/), r=btian
2014-07-28 09:52:50 +02:00
Jocelyn Liu
f4db9e28a7
Bug 1036232 - Remove redundant code of entering compartment in BT manager and adapter. r=btian
2014-07-25 03:24:00 +02:00
Ben Kelly
89ad921463
Bug 1029620 P7 Test new fetch Headers DOM object. r=ehsan
2014-07-28 15:28:20 -04:00
Ben Kelly
f4d186ed5b
Bug 1029620 P6 Implement Fetch Headers DOM object. r=ehsan r=jst
2014-07-28 15:28:20 -04:00
Ben Kelly
a6ae9ed383
Bug 1029620 P5 Create dom.fetch.enabled pref, defaulted to false. r=ehsan
2014-07-28 15:28:20 -04:00
Ryan VanderMeulen
d1a0102e04
Merge m-c to inbound. a=merge CLOSED TREE.
2014-07-28 15:09:21 -04:00
Ryan VanderMeulen
9a8cfb647e
Backed out 5 changesets (bug 1022229) for non-unified bustage.
...
Backed out changeset d79b991a8d96 (bug 1022229)
Backed out changeset 34f9a0e7dbde (bug 1022229)
Backed out changeset 37fbaf69c6e0 (bug 1022229)
Backed out changeset d6111b0603f5 (bug 1022229)
Backed out changeset 154922edf5fe (bug 1022229)
2014-07-28 15:08:51 -04:00
Bevis Tseng
436b66edca
Bug 1040230 - Check array length to bail out earlier before creating the deleted info. r=vyang
2014-07-24 12:32:12 +08:00
Jocelyn Liu
a6b9d588e3
Bug 1038632 - Patch2: Maintain device objects in BluetoothAdapter. r=btian
2014-07-25 15:21:44 +08:00
Jocelyn Liu
54155154ce
Bug 1038632 - Patch1: Remove unused API in BluetoothAdapter.webidl for new WebBluetooth
...
API. f=btian, r=bz
2014-07-25 15:21:33 +08:00
Giovanni Sferro
7ed52c6001
Bug 1020697 - Implement @autocomplete for <select>. r=smaug
2014-07-24 16:55:00 +02:00
Birunthan Mohanathas
505b9a6a4e
No bug - Revert changes to nsPluginArray.h in e8ad29f1166a. r=me
...
The #include is not needed after 231c5bbd4a75.
2014-07-27 08:52:52 -07:00
Bill McCloskey
803109b939
Bug 1001039 - Disable plugin tests in desktop e10s (r=roc)
2014-07-26 12:22:13 -07:00
David Zbarsky
21dba40d04
Bug 1044305: Remove Location classinfo r=bz
2014-07-26 13:28:48 -04:00
Boris Zbarsky
153c7d3082
Back out bug 1031945 for now because we have silly pref settings on mobile and dumb tests. a=orange
2014-07-26 03:30:56 -04:00
Ms2ger
d8c0b17d7d
Bug 1043963
- Collapse test-only moz.build files under dom/ into ancestor moz.build files; r=ted
...
There is very little benefit to having another layer of moz.build files, and
removing them will speed up the build a minimal amount. It also paves the way
for removing TEST_DIRS, which could simplify the build system somewhat.
2014-07-26 08:17:24 +02:00