Florian Quèze
7fd9445f50
Bug 1000253 - Background tabs with persistent device permissions can access devices without the user noticing, r=jesup,MattN.
2014-06-13 14:51:12 +02:00
Wes Kocher
b910a6fa07
Merge b2g-inbound to m-c a=merge
2014-06-12 17:27:02 -07:00
Mike Habicher
e918adaaef
Bug 1022766 - allow autoFocus() to interrupt earlier calls, r=dhylands
2014-06-12 14:56:46 -04:00
Ed Morley
e9af0f26e9
Merge mozilla-central and b2g-inbound
2014-06-12 16:02:18 +01:00
Ed Morley
87ffc51e01
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-06-12 15:52:13 +01:00
Brian Birtles
77b68a070c
Bug 1018862
part 9 - Remove nsIDOMWindowUtils::GetOMTAOrComputedStyle; r=dholbert
...
Now that getOMTAOrComputedStyle is no longer used by any tests it should be
removed. It is a footgun because it can lead the test author to think they
are testing compositor animations (OMTA) when in fact they are just testing
main thread animations.
This has bitten us before because while we were getting results from the
compositor on some platforms when run locally, on Tinderbox the only build
configurations that had OMTA turned on were falling back to returning the
computed style.
2014-06-12 13:17:48 +09:00
Jan Varga
76a6d48d48
Bug 1006485 - Part b: hg rename LockedFile.h/cpp/webidl in a separate patch for better readability; r=bent
...
--HG--
rename : dom/filehandle/LockedFile.cpp => dom/filehandle/FileHandle.cpp
rename : dom/filehandle/LockedFile.h => dom/filehandle/FileHandle.h
rename : dom/webidl/LockedFile.webidl => dom/webidl/FileHandle.webidl
2014-06-12 05:35:47 +02:00
Jan Varga
55b6d367ce
Bug 1006485 - Part a: Rename FileHandle to MutableFile and LockedFile to FileHandle; r=bent
...
--HG--
rename : dom/filehandle/FileHandle.cpp => dom/filehandle/MutableFile.cpp
rename : dom/filehandle/FileHandle.h => dom/filehandle/MutableFile.h
rename : dom/filehandle/test/test_lockedfile_lifetimes.html => dom/filehandle/test/test_filehandle_lifetimes.html
rename : dom/filehandle/test/test_lockedfile_lifetimes_nested.html => dom/filehandle/test/test_filehandle_lifetimes_nested.html
rename : dom/filehandle/test/test_lockedfile_ordering.html => dom/filehandle/test/test_filehandle_ordering.html
rename : dom/filehandle/test/test_overlapping_lockedfiles.html => dom/filehandle/test/test_overlapping_filehandles.html
rename : dom/filehandle/test/test_readonly_lockedfiles.html => dom/filehandle/test/test_readonly_filehandles.html
rename : dom/indexedDB/IDBFileHandle.cpp => dom/indexedDB/IDBMutableFile.cpp
rename : dom/indexedDB/IDBFileHandle.h => dom/indexedDB/IDBMutableFile.h
rename : dom/webidl/IDBFileHandle.webidl => dom/webidl/IDBMutableFile.webidl
rename : dom/webidl/FileHandle.webidl => dom/webidl/MutableFile.webidl
2014-06-12 05:35:29 +02:00
Wes Kocher
b9d1bf909f
Merge m-c to inbound
2014-06-11 18:38:53 -07:00
Ryan VanderMeulen
fca92c9520
Bug 1019071 - Skip Geolocation tests on OSX. r=dougt
...
CLOSED TREE
2014-06-11 19:53:45 -04:00
Ed Morley
63eff9d511
Merge mozilla-central and b2g-inbound
2014-06-11 18:06:52 +01:00
Ed Morley
403a66d9f6
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-06-11 17:29:15 +01:00
Bobby Holley
f93f11d656
Bug 1020609 - Fix up mozApps for Array Xrays. r=mccr8
2014-06-11 15:16:06 -07:00
Olli Pettay
03c368b8fc
Bug 1023698 - Missing JSContext* parameter in inherited generated event constructor, r=bz
...
--HG--
extra : rebase_source : 458a5daf28ed3bac57639f6be13b5a1ebd49d91e
2014-06-11 23:25:25 +03:00
Boris Zbarsky
dfe8c38082
Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv
2014-06-11 16:26:52 -04:00
Boris Zbarsky
bc1e511e33
Bug 1009675 part 2. Return WebIDL 'any' values as handles. r=peterv
2014-06-11 16:26:52 -04:00
Boris Zbarsky
b058cec1b6
Bug 1009675 part 1. Change the return value of getRetvalDeclarationForType to allow more than two states for the outparam bit. r=peterv
2014-06-11 16:26:51 -04:00
Olli Pettay
0040a9cd76
Bug 1023280 - Rename dictionary.ToObject to ToObjectInternal, r=bz
2014-06-11 22:38:55 +03:00
Ryan VanderMeulen
e0b5408f8b
Backed out changeset ec353cd772b1 (bug 989583) for B2G emulator mochitest mass-fail.
2014-06-11 13:55:44 -04:00
Ed Morley
c9db749ab2
Merge mozilla-central and inbound
2014-06-11 18:09:44 +01:00
Armen Zambrano Gasparnian
92828eb5f2
Bug 989583 - Include all tests upon build time (even disabled ones) & only run enabled ones during run time. r=jmaher
2014-06-11 12:16:10 -04:00
Ed Morley
91ca7607e9
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-06-11 17:14:10 +01:00
Antonio M. Amaya
f5830b4cef
Bug 833633 - Remember permissions granted by users for PROMPT_ACTION through an update. r=ferjm
2014-06-11 04:47:00 -04:00
Wes Kocher
563d543aa2
Merge m-c to fx-team
2014-06-10 18:58:39 -07:00
Wes Kocher
1ce168a40f
Merge fx-team to m-c a=merge
2014-06-10 18:47:36 -07:00
Wes Kocher
f1578378b0
Merge b2g-inbound to m-c a=merge
2014-06-10 18:37:54 -07:00
Jessica Jong
7c07336341
Bug 1022112 - Part 2: Add serviceId parameter in getNetworkInterface() function. r=hsinyi
2014-06-11 02:08:00 -04:00
Jessica Jong
ea029d883c
Bug 1022112 - Part 1: Get default service id for data call from settings db. r=hsinyi
2014-06-10 23:24:00 -04:00
Myk Melez
78814e0a21
Bug 1019054 - re-add uninstallation from about:apps context menu; r=mfinkle,marco
2014-06-10 15:52:47 -07:00
Ryan VanderMeulen
fb0287ec93
Backed out changesets 5309d91dc590, b2afa18bea00, and 610b1e0c7562 (bug 951976) for introducing new rooting hazards.
2014-06-10 15:15:10 -04:00
Szu-Yu Chen [:aknow]
b67f228592
Bug 1020060 - Retry getCurrentCalls. r=hsinyi
2014-06-12 02:41:00 -04:00
Giovanni Sferro
8af5e719cd
Bug 995901 - Rename nsICSSRuleList to mozilla::dom::CSSRuleList. r=bz
...
--HG--
rename : layout/style/nsICSSRuleList.cpp => layout/style/CSSRuleList.cpp
rename : layout/style/nsICSSRuleList.h => layout/style/CSSRuleList.h
2014-06-09 22:11:00 -04:00
Edgar Chen
d5d61f2079
Bug 965143 - Dispatching an error event instead of throwing an exception in network selection api. r=hsinyi
2014-06-09 18:59:49 +08:00
Nils Ohlmeier [:drno]
b447446157
Bug 1010641 - Verify if ICE state transition is legit. r=bwc
2014-06-12 13:31:00 -04:00
Nils Ohlmeier [:drno]
9200bce6f7
Bug 1010641 - Record the ICE connection state transitions. r=bwc
2014-06-12 11:48:00 -04:00
Randell Jesup
e1780c8d5c
Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused
2014-06-12 12:21:38 -04:00
Milan Sreckovic
46fee89d00
Bug 1019257: Canvas pattern setTransform exposed through WebIDL. r=gw280,bz.
...
--HG--
extra : rebase_source : a12b913bf1cfeb11313aa1525d1ebcae075e1456
2014-06-12 10:54:43 -04:00
Ryan VanderMeulen
6acfa3e394
Merge m-c to inbound on a CLOSED TREE.
2014-06-12 14:56:35 -04:00
Bobby Holley
b6ba6fc7ae
Bug 990090 - Use AutoJSAPI for BroadcastErrorToSharedWorkers. r=khuey
2014-06-12 10:02:33 -07:00
Bobby Holley
2e76633b8f
Bug 990090 - Add a version of AutoJSAPIWithErrorsReportedToWindow that takes an nsIGlobalObject. r=bz
2014-06-12 10:02:33 -07:00
Ed Morley
226523e5a8
Backed out changeset 5d63a1316981 (bug 1024288)
2014-06-12 17:40:44 +01:00
Randell Jesup
06c4824015
Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused
2014-06-12 12:21:38 -04:00
Ehsan Akhgari
a256b73ccf
Bug 1024465 - Define an out of line destructor for DataStore so that we can forward delcare DataStoreImpl in DataStore.h; r=bzbarsky
...
This is required because the destructor for the nsRefPtr<DataStoreImpl>
member requires the full definition of the type.
2014-06-12 11:31:36 -04:00
Ed Morley
c19ece1e48
Merge mozilla-central and inbound
2014-06-12 16:02:42 +01:00
Mike Habicher
44d97b0604
Bug 1020497 - collapse exposureCompensation to single attribute, r=bz
2014-06-06 15:37:15 -04:00
Alexandre Lissy
ae0ab47740
Bug 1003050 - Harden NotificationDB code with Promises. r=mhenretty
2014-06-09 02:34:00 -04:00
Xidorn Quan
96a68ed4e1
Bug 966166 - Part 1: Parse @counter-style rule. r=dbaron, r=bz
2014-06-11 21:10:00 -04:00
Richard Newman
aa3662b743
Bug 1021342 - Eliminate non-synthetic web app code. r=myk,mfinkle
2014-06-10 10:37:38 -07:00
Ed Morley
dce6e16f9b
Merge latest green inbound changeset and mozilla-central; a=merge
2014-06-10 15:58:31 +01:00
Ting-Yu Chou
ee8fd42985
Bug 1007520 - Part 2: Avoid leaking Activities.callers in ActivitiesService.jsm. r=fabrice
...
--HG--
extra : rebase_source : f2a09304c40e743c5374ef2a52864b380b2f9a0a
2014-06-10 14:05:38 +08:00