Wes Kocher
1032aeef55
Backed out 3 changesets (bug 1054572) for being the apparent cause of ASAN m-3 leaks
...
Backed out changeset cbd1a7c4d0b0 (bug 1054572)
Backed out changeset 466d677dacc0 (bug 1054572)
Backed out changeset 8b49480288aa (bug 1054572)
2014-08-22 12:45:29 -07:00
Steve Workman
a2fbc3ec2f
Bug 1054572 - Remove redundant references to HTTP cache v1 API r=mayhemer
2014-08-22 10:49:29 -07:00
Brian Birtles
ca90f4c1d9
Bug 1045993 part 1 - Add AnimationEffect interface and Animation.effect member; r=dbaron, r=bz
2014-08-22 13:42:47 +01:00
Ed Morley
4c62f0c52a
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-08-21 13:44:28 +01:00
Kyle Machulis
af669c16de
Backing out b5d49f1885af as it wasn't properly backed out in 0611006cc095
...
--HG--
extra : rebase_source : 22687deeeee7abd76e424b21bec8fc59fb6f7515
2014-08-20 13:37:55 -07:00
Kyle Machulis
d00fe363a5
Bug 846200 - Update mochitests to use new settings-api permissions
2014-08-20 10:40:40 -07:00
Ryan VanderMeulen
7e4df53bec
Merge inbound to m-c. a=merge
2014-08-19 16:09:47 -04:00
Fabrice Desré
9b50f59ed0
Bug 899322 - Convert the mozApps API to use webidl r=marco,bholley
2014-08-19 09:30:54 -07:00
Wes Kocher
c5de0243e4
Merge m-c to inbound a=merge
2014-08-20 18:13:40 -07:00
Robert Bindar
1cec21ddd4
Bug 899585 - Add custom data support in the Notification constructor r=baku
2014-08-20 17:56:12 -07:00
Tom Schuster
51ff50d119
Bug 792439 - Implement ES6 WeakSet. r=till
2014-08-19 12:42:13 +02:00
Bobby Holley
748f9fee6e
Bug 1050340 - Fix up cloning test. r=gabor
...
This test currently assume that cloning a COW will fail. Once we always go over
security wrappers, this isn't true anymore, because COWs silently deny
disallowed property gets. So it makes sense to rewrite the test so that we can
see what actually makes it through the structured clones. Promises galore.
We also take out the buggy Blob/FileList stuff and replace it with ImageData,
which does a bonafide clone in NS_DOMWriteStructuredClone instead of the weird
pointer swapping we do in nsGlobalWindow.cpp (baku is in the process of cleaning
that up, but it's not done yet).
2014-08-18 14:18:40 -07:00
Martijn Wargers
587ea44f5a
Bug 1051783 - Fix test_pointerlock-api.html. r=Enn
2014-08-18 18:21:08 +02:00
Nigel Babu
c36b2bc9b5
Backed out changeset b658d7efa3b4 (bug 878533) for build failure ON A CLOSED TREE
2014-08-18 08:58:50 +05:30
Vicamo Yang
f94ec624ff
Bug 878533 - 2/2: fix test cases. r=gene, r=smaug
2014-08-18 10:34:16 +08:00
Jan-Ivar Bruaroey
b4a2d2fbf5
Bug 1032835 - Rubberstamp RTCRtpSender, RTCRtpReceiver + MediaStreamTrackEvent. r=smaug
2014-08-13 21:41:08 -04:00
Yoshi Huang
edd56e7140
Bug 1046554 - Part 1: B2G NFC: pass NFCPeerEvent in onpeerready. r=smaug, dimi
2014-07-31 17:11:04 +08:00
David Keeler
e3f3105dab
bug 1030963 - remove non-standard window.crypto functions/properties r=jst r=briansmith r=glandium
2014-08-14 09:38:42 -07:00
Martijn Wargers
06d99401c1
Bug 1032878 - Fix for various failing mochitest-plain/-chrome tests. r=jmaher, r=akachkach, r=surkov, r=cpearce
2014-08-10 20:03:50 -07:00
Brian Birtles
4a718d4154
Bug 1040543 part 3 - Add Animation interface; r=bz
...
This patch adds the Animation interface and adds a 'source' attribute to
AnimationPlayer that refers to this class.
2014-08-10 17:06:46 +10:00
Valentin Gosu
0503699c35
Bug 1047848 - Part 2 - PerformanceResourceTiming objects can't be JSON.stringify'd r=smaug
2014-08-08 12:10:02 +03:00
David Keeler
94d2f9f839
Bug 1036546 - Soft-disable proprietary window.crypto functions via the pref dom.unsafe_legacy_crypto.enabled. r=smaug
2014-08-05 10:48:24 -07:00
Ed Morley
198048c887
Backed out changeset b2ef6a444640 (bug 1046554) since the gaia part has been reverted
2014-08-06 16:58:31 +01:00
Yoshi Huang
ec650f765a
Bug 1046554 - B2G NFC: pass NFCPeerEvent in onpeerready. r=smaug, dimi
2014-07-31 17:11:04 +08:00
Ting-Yu Lin
268030a78c
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
Peter Van der Beken
1e9651e5e3
Bug 1040391 - Fix test_bug440572.html to not rely on silent failure to pass. r=bz.
...
--HG--
extra : rebase_source : e789431a476d5b96109772084b9ce6efe4da31a6
2014-07-09 16:58:04 +02:00
Ryan VanderMeulen
cc575205f4
Merge inbound to m-c on a CLOSED TREE. a=merge
2014-08-04 16:06:19 -04:00
Martijn Wargers
20f33b9309
Bug 251903 - Autoscroll does not function as expected when in an iframe. r=Neil
2014-07-23 13:57:54 +02:00
Ryan VanderMeulen
db59fdec22
Backed out 9 changesets (bug 1016184) for frequent OSX Gip timeouts.
...
Backed out changeset 0893f2ef4b9a (bug 1016184)
Backed out changeset 93587ce1162b (bug 1016184)
Backed out changeset a52c9d674927 (bug 1016184)
Backed out changeset ca2fd0f41a12 (bug 1016184)
Backed out changeset 84dacf014e39 (bug 1016184)
Backed out changeset 16854e321f23 (bug 1016184)
Backed out changeset 8acd5e707c83 (bug 1016184)
Backed out changeset d0513eae0c97 (bug 1016184)
Backed out changeset 0d03cd217c64 (bug 1016184)
2014-07-31 13:29:30 -04:00
Ting-Yu Lin
ae9df815a4
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
Vicamo Yang
0d1bcaced3
Bug 916607 - 4/4: fix test cases. r=bzbarsky, r=gene
2014-08-04 17:01:37 +08:00
Ben Kelly
1cc21a1132
Bug 1029620 P7 Test new fetch Headers DOM object. r=ehsan
2014-07-28 15:28:20 -04:00
Ben Kelly
3262ea49cd
Bug 1029620 P6 Implement Fetch Headers DOM object. r=ehsan r=jst
2014-07-28 15:28:20 -04:00
Ms2ger
d9e695483d
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
Alexandre Poirot
f5412abfea
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Andrea Marchesini
179c6c5321
Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer
2014-07-23 01:07:12 -04:00
Jonathan Griffin
d8167428d6
Backed out changeset 64586374a208 on a CLOSED TREE
2014-07-22 18:29:57 -07:00
Alexandre Poirot
32f4c0930e
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Jonathan Griffin
c981769b72
Backout 4f6d9db92389 for bustage on a CLOSED TREE
2014-07-22 17:55:50 -07:00
Alexandre Poirot
1a463bf842
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files. r=ahal
2014-07-02 15:40:56 -07:00
Trevor Saunders
dcbd7db871
bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug
2014-07-09 17:27:49 -04:00
Garvan Keeley
00bb27c470
Bug 1035044 - Check timstamp, not object equality for cache changes. r=jdm
2014-07-10 10:36:00 +02:00
Bobby Holley
5daf331156
Bug 930091 - Check objects at COW membranes. r=gabor,r=msucan
2014-07-20 15:36:32 -06:00
Roshan Vidyashankar
b45c23bb54
Bug 906404 - B2G RIL: move MozVoicemailStatus to WebIDL. r=vicamo,smaug
...
--HG--
rename : dom/voicemail/nsIDOMMozVoicemailStatus.idl => dom/webidl/MozVoicemailStatus.webidl
2014-07-17 13:47:41 -07:00
Jan Varga
b64a1c8d80
Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent
...
--HG--
rename : dom/filehandle/File.cpp => dom/indexedDB/FileSnapshot.cpp
rename : dom/filehandle/File.h => dom/indexedDB/FileSnapshot.h
rename : dom/filehandle/test/dummy_worker.js => dom/indexedDB/test/dummy_worker.js
rename : dom/filehandle/test/test_append_read_data.html => dom/indexedDB/test/test_filehandle_append_read_data.html
rename : dom/filehandle/test/test_compat.html => dom/indexedDB/test/test_filehandle_compat.html
rename : dom/filehandle/test/test_getFile.html => dom/indexedDB/test/test_filehandle_getFile.html
rename : dom/filehandle/test/test_filehandle_lifetimes.html => dom/indexedDB/test/test_filehandle_lifetimes.html
rename : dom/filehandle/test/test_filehandle_lifetimes_nested.html => dom/indexedDB/test/test_filehandle_lifetimes_nested.html
rename : dom/filehandle/test/test_location.html => dom/indexedDB/test/test_filehandle_location.html
rename : dom/filehandle/test/test_filehandle_ordering.html => dom/indexedDB/test/test_filehandle_ordering.html
rename : dom/filehandle/test/test_overlapping_filehandles.html => dom/indexedDB/test/test_filehandle_overlapping.html
rename : dom/filehandle/test/test_progress_events.html => dom/indexedDB/test/test_filehandle_progress_events.html
rename : dom/filehandle/test/test_readonly_filehandles.html => dom/indexedDB/test/test_filehandle_readonly_exceptions.html
rename : dom/filehandle/test/test_request_readyState.html => dom/indexedDB/test/test_filehandle_request_readyState.html
rename : dom/filehandle/test/test_stream_tracking.html => dom/indexedDB/test/test_filehandle_stream_tracking.html
rename : dom/filehandle/test/test_success_events_after_abort.html => dom/indexedDB/test/test_filehandle_success_events_after_abort.html
rename : dom/filehandle/test/test_truncate.html => dom/indexedDB/test/test_filehandle_truncate.html
rename : dom/filehandle/test/test_workers.html => dom/indexedDB/test/test_filehandle_workers.html
rename : dom/filehandle/test/test_write_read_data.html => dom/indexedDB/test/test_filehandle_write_read_data.html
rename : dom/filehandle/test/test_getFileId.html => dom/indexedDB/test/test_getFileId.html
rename : dom/webidl/FileHandle.webidl => dom/webidl/IDBFileHandle.webidl
rename : dom/webidl/FileRequest.webidl => dom/webidl/IDBFileRequest.webidl
2014-07-17 12:40:54 -04:00
Dirkjan Ochtman
6ad61da6d3
Bug 779723 - Implement RadioNodeList collection r=bz
2014-07-16 18:44:19 +02:00
Mihaela Velimiroviciu
f09ecb649a
Bug 1008941 - Add test to verify dismissing the geolocation sharing hanger. r=jdm
2014-07-15 10:26:33 +03:00
Brian Birtles
9075ff3cc1
Bug 1032573 part 7 - Add AnimationPlayer to test_interfaces.html; r=bz
2014-07-16 09:02:31 +09:00
Carsten "Tomcat" Book
1e360ef1ad
Merge mozilla-central to b2g-inbound
2014-07-14 15:32:20 +02:00
Martijn Wargers
2d7c99589b
Bug 873403 - Convert test_bug260264.html to use SpecialPowers. r=jst
2013-09-20 12:50:26 +02:00