Reuben Morais
|
a5a7c62045
|
Backed out changeset 8ea5fd72aa59 (bug 893117)
|
2013-07-18 20:01:55 -07:00 |
|
David Zbarsky
|
e5b8f5517f
|
Bug 893117: Remove nsIDOMHTMLTableColElement r=peterv
|
2013-07-18 17:43:37 -07:00 |
|
Guillaume Abadie
|
2f347c549e
|
Bug 890926 - WebGL2 Min/max blend equations. r=jgilbert
|
2013-07-18 11:24:23 -04:00 |
|
Ed Morley
|
4a2765128e
|
Backed out changeset eeab86551b26 (bug 891884) for reftest failures
|
2013-07-18 12:18:12 +01:00 |
|
Paul Adenot
|
cae697e35c
|
Bug 883591 - Don't allow creating a MediaStreamDestinationNode on an OfflineAudioContext. r=ehsan
|
2013-07-18 11:57:38 +02:00 |
|
Julien Wajsberg
|
ba1fedc9cc
|
Bug 891884 - toBlob should support the quality parameter as toDataURL does r=joedrew sr=mrbkap
|
2013-07-18 10:29:54 +01:00 |
|
Boris Zbarsky
|
9af6d565fa
|
Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
|
2013-07-17 23:23:52 -04:00 |
|
Guillaume Abadie
|
7315912dd4
|
Bug 890379 - [WebGL 2.0] Add existing WebGL 1 extensions as WebGL 2 features. r=jgilbert
|
2013-07-17 12:13:38 -04:00 |
|
Guillaume Abadie
|
0c8ed8b0ed
|
Bug 890311 - [WebGL 2.0] Add WebGL2Context C++ class inheriting WebGLContext. r=jgilbert
|
2013-07-17 09:58:09 -04:00 |
|
Andrea Marchesini
|
d0133da5a6
|
Bug 875289 - Remove .done() and allow undefined to be passed to .then() and .catch(), r=mounir, sr=bz
|
2013-07-16 15:56:24 +02:00 |
|
Boris Zbarsky
|
4137a245dd
|
Bug 838146 part 8. Switch the Navigator resolve hook over to a more WebIDL-like API. r=smaug
|
2013-07-12 10:37:23 -04:00 |
|
Boris Zbarsky
|
91a8bc6360
|
Bug 838146 part 7. Implement the MOZ_MEDIA_NAVIGATOR WebIDL APIs on Navigator. r=smaug, sr=sicking
|
2013-07-12 10:37:21 -04:00 |
|
Boris Zbarsky
|
684d4a0f3a
|
Bug 838146 part 6. Implement gamepad, bluetooth, time, audiochannel WebIDL APIs on Navigator. r=smaug, sr=sicking
|
2013-07-12 10:36:32 -04:00 |
|
Boris Zbarsky
|
5651b8d226
|
Bug 838146 part 5. Implement remaining MOZ_B2G_RIL-conditional WebIDL APIs on Navigator. r=smaug, sr=sicking
|
2013-07-12 10:36:22 -04:00 |
|
Boris Zbarsky
|
8e232248bc
|
Bug 838146 part 4. Implement WebIDL API on Navigator for WebTelephony. r=bent, sr=sicking
|
2013-07-12 10:36:13 -04:00 |
|
Boris Zbarsky
|
b9f806fbc7
|
Bug 838146 part 3. Set up preprocessing of Navigator.webidl, since we want to make some stuff on Navigator build-time-conditional. r=khuey
|
2013-07-12 10:35:53 -04:00 |
|
Boris Zbarsky
|
1d61759816
|
Bug 838146 part 2. Implement WebIDL API on Navigator for all our nonstandard extensions that are not behind build-time flags. r=smaug, sr=peterv
|
2013-07-12 10:35:44 -04:00 |
|
Boris Zbarsky
|
8ecfecabac
|
Bug 838146 part 1. Implement WebIDL API on Navigator for the parts that are specified or are in nsIDOMNavigator. r=smaug, sr=sicking
|
2013-07-12 10:35:35 -04:00 |
|
Reuben Morais
|
9efd2c3cb7
|
Bug 889503 - Move Settings API to WebIDL. r=gwagner r=bz
--HG--
extra : rebase_source : 9f858f389b71344353658d4ed49996e0d90b8b99
|
2013-07-15 18:17:46 -07:00 |
|
Mina Almasry
|
529857dfeb
|
Bug 713564 - Add an API to declare a stylesheet obsolete. r=bz
|
2013-07-15 17:28:33 -04:00 |
|
Rick Eyre
|
0f5638b7d3
|
Bug 882706 - Implement TextTrackList::GetTrackById(). r=rillian
I've also added an Id attribute to the TextTrack implementation as it wasn't
there yet.
|
2013-07-09 11:44:35 -04:00 |
|
Randy Lin
|
cbc093a476
|
Bug 889720 - Media Recording - Implement Pause/Resume DOM API. r=roc
|
2013-07-14 15:31:59 +08:00 |
|
Andrea Marchesini
|
9d48d13bff
|
Bug 884279 - Rename Future to Promise. r=mounir
--HG--
rename : dom/future/Makefile.in => dom/promise/Makefile.in
rename : dom/future/Future.cpp => dom/promise/Promise.cpp
rename : dom/future/Future.h => dom/promise/Promise.h
rename : dom/future/FutureCallback.cpp => dom/promise/PromiseCallback.cpp
rename : dom/future/FutureCallback.h => dom/promise/PromiseCallback.h
rename : dom/future/FutureResolver.cpp => dom/promise/PromiseResolver.cpp
rename : dom/future/FutureResolver.h => dom/promise/PromiseResolver.h
rename : dom/future/moz.build => dom/promise/moz.build
rename : dom/future/tests/Makefile.in => dom/promise/tests/Makefile.in
rename : dom/future/tests/moz.build => dom/promise/tests/moz.build
rename : dom/future/tests/test_bug883683.html => dom/promise/tests/test_bug883683.html
rename : dom/future/tests/test_future.html => dom/promise/tests/test_promise.html
rename : dom/future/tests/test_resolve.html => dom/promise/tests/test_resolve.html
rename : dom/webidl/Future.webidl => dom/webidl/Promise.webidl
|
2013-07-11 16:40:36 -04:00 |
|
Matthew Gregan
|
d597606de0
|
Bug 889201 - Add tests for VideoPlaybackQuality. r=roc
|
2013-07-11 15:52:22 +12:00 |
|
Masatoshi Kimura
|
5a1cf4ebae
|
Bug 885177 - Make window.ImageDocument ChromeOnly. r=bz
|
2013-07-11 08:15:30 +09:00 |
|
Ryan VanderMeulen
|
aaee3cf638
|
Merge m-c to inbound.
|
2013-07-10 09:45:16 -04:00 |
|
Anne van Kesteren
|
0272198601
|
Bug 891340 - Make Range.collapse optional and default to false
|
2013-07-09 18:29:38 -04:00 |
|
Ehsan Akhgari
|
418fc3155d
|
Sort the WebIDL.mk entries just like a human would, no bug
|
2013-07-09 11:41:21 -04:00 |
|
Marc Jessome
|
279a1ca007
|
Bug 813034 - Implement table.createTBody(); r=mounir sr=smaug
|
2012-12-04 00:04:30 -05:00 |
|
Peter Van der Beken
|
9c3bffc341
|
Bug 734503 - Add new DOM binding for TouchList; r=jst.
|
2013-07-10 11:53:53 +02:00 |
|
Robert Bindar
|
403e1a820b
|
Bug 888583 - Expose protocol version in about:networking. r=valentin.gosu
|
2013-07-08 16:35:08 -04:00 |
|
Ehsan Akhgari
|
e38795a37a
|
Add comments about the origin of IDBFactory and IDBObjectStoreParameters to the Web IDL files, no bug
DONTBUILD because it's a comment only change.
|
2013-07-08 10:13:05 -04:00 |
|
Ryan VanderMeulen
|
c0d1b5ed27
|
Backed out changesets f9f13232e35f and 134b4feaff02 (bug 888583) for bustage.
|
2013-07-08 09:31:45 -04:00 |
|
Robert Bindar
|
d129a1c7c9
|
Bug 888583 - Expose protocol version in about:networking. r=mcmanus
|
2013-07-08 09:10:19 -04:00 |
|
Randy Lin
|
d2aff89854
|
Bug 803414 - Part 4: Audio Recording - Web API & Implementation. r=roc
|
2013-07-05 09:50:25 +08:00 |
|
Randy Lin
|
694cfec77c
|
Bug 803414 - Part 0: Add RecordErrorEvent. r=smaug
|
2013-06-20 14:06:39 +08:00 |
|
Cameron McCormack
|
27fbbd563b
|
Bug 569722 - Implement textLength and lengthAdjust on SVG text elements. r=longsonr
|
2013-07-07 17:27:51 +10:00 |
|
Phil Ringnalda
|
7540524e9d
|
Backed out changeset 5ea64b6ba89b (bug 889201) for too-frequent failures
|
2013-07-05 14:24:50 -07:00 |
|
Ehsan Akhgari
|
fc8792b565
|
Bug 890382 - Implement a Web IDL event constructor for IDBVersionChangeEvent; r=smaug
|
2013-07-05 13:57:28 -04:00 |
|
Ehsan Akhgari
|
957dde44bf
|
Backed out changeset 170e1863b9b6 (bug 890382) because of xpcshell test failures
|
2013-07-04 20:59:44 -04:00 |
|
Matthew Gregan
|
dbcfe9d22f
|
Bug 889201 - Add tests for VideoPlaybackQuality. r=roc
|
2013-07-05 12:24:55 +12:00 |
|
Matthew Gregan
|
b61fe1fbac
|
Bug 889205 - Change HTMLVideoElement.videoPlaybackQuality attribute to getVideoPlaybackAttribute method to reflect the current spec. r=roc
|
2013-07-05 12:24:35 +12:00 |
|
Ehsan Akhgari
|
dcbd7c592e
|
Bug 890382 - Implement a Web IDL event constructor for IDBVersionChangeEvent; r=smaug
|
2013-07-04 18:12:39 -04:00 |
|
Ehsan Akhgari
|
41c4bbf2bc
|
Bug 889016 - Part 2: Report an error in the synchronous AudioContext.createBuffer unless the legacy pref has been set; r=roc
|
2013-07-04 09:25:12 -04:00 |
|
Ehsan Akhgari
|
a8f2479515
|
Fix sorting on variables in WebIDL.mk, and also fix the wrong sorting order in Bindings.conf added in bug 855611
--HG--
extra : rebase_source : 87aa51d944193f73ea0a4e04c660785e6f5ddb4b
|
2013-07-09 10:54:05 -04:00 |
|
Johnny Stenback
|
7209a4a1c5
|
Fixing bug 855611. Convert navigator.plugins and navigator.mimeTypes to use new DOM bindings. r=peterv@propagandism.org.
|
2013-07-09 06:58:21 -07:00 |
|
Robert Longson
|
5d44648cb3
|
Bug 889329 - Implement deselectAll(). r=cam,sr=roc
|
2013-07-03 08:41:53 +01:00 |
|
Matthew Gregan
|
bd54a22c11
|
Bug 855130 - Implement URL::createObjectURL overload for
MediaSources. Add MediaSources to HostObjectProtocolHandler. Make
MediaSource a real interface. r=khuey
|
2013-06-21 15:15:15 +12:00 |
|
Matthew Gregan
|
e9b47a9dca
|
Bug 855130 - Implement a minimal working subset of the Media Source
Extensions specification. r=roc
|
2013-06-21 15:14:42 +12:00 |
|
Matthew Gregan
|
79e4765b62
|
Bug 855130 - Implement HTMLVideoElement's VideoPlaybackQuality (from
Media Source Extensions specification). r=roc
|
2013-06-21 15:14:18 +12:00 |
|