Eddy Bruel
|
dae2755a45
|
Bug 1119490 - Expose the URL constructor to WorkerDebuggerGlobalScope;r=khuey
|
2016-02-22 10:41:09 +01:00 |
|
Boris Zbarsky
|
58f083c12c
|
Bug 1224596 part 14. Switch URL to using the new WorkerMainThreadRunnable::Dispatch signature. r=baku
|
2015-11-24 00:04:21 -05:00 |
|
Andrea Marchesini
|
9dc9655c9e
|
Bug 1213815 - dom/webidl/HTMLHyperlinkElementUtils and URL don't need to throw exceptions as we did before, r=bz
|
2015-11-23 20:05:26 +00:00 |
|
Andrea Marchesini
|
c1671bb497
|
Bug 1213815 - Update URLSearchParams and URLUtils in webidl files, r=bz
|
2015-11-23 20:05:26 +00:00 |
|
Andrea Marchesini
|
0d81eae126
|
Bug 1156875 - patch 1 - URL.createObjectURL leaks in JS sandbox, r=bholley
|
2015-05-07 08:05:43 +01:00 |
|
Boris Zbarsky
|
0472742d0c
|
Bug 1160628. Speed up the URL constructor in the common case of no base URI. r=baku
|
2015-05-05 13:38:56 -04:00 |
|
Andrea Marchesini
|
ee837fa3fa
|
Bug 1082734 - Disable location.searchParams for cross-origin insecure data access, r=bz
|
2014-11-03 08:18:22 +00:00 |
|
Andrea Marchesini
|
eee60d5ec4
|
Bug 1058470 - Blob URL should contain the origin as part of the URI, r=bz
|
2014-08-31 11:40:11 +01:00 |
|
Andrea Marchesini
|
6aa8d79e5d
|
Bug 1046240 - Expose the principal for a blob URI for chrome-only js code. r=smaug
|
2014-08-13 08:29:00 -04:00 |
|
Boris Zbarsky
|
12b78b9612
|
Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey
|
2014-08-04 22:20:34 -04:00 |
|
Andrea Marchesini
|
4c65dc3395
|
Bug 887364 - URL API for main thread. r=ehsan
|
2013-09-04 13:07:21 -04:00 |
|
Matthew Gregan
|
03b6f26ca7
|
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 |
|
Phil Ringnalda
|
84742fd7a7
|
Backed out 5fa1f7715c19:7a300d1d1b23 (bug 855130) for Windows build failures
CLOSED TREE
|
2013-07-01 21:23:37 -07:00 |
|
Matthew Gregan
|
e3fa0f9357
|
Bug 855130 - Implement URL::createObjectURL overload for MediaSources. r=khuey
---
content/base/public/nsHostObjectProtocolHandler.h | 26 +++++++++
content/base/src/nsHostObjectProtocolHandler.cpp | 65 +++++++++++++++++------
content/base/src/nsHostObjectURI.h | 5 +-
content/media/mediasource/MediaSource.cpp | 1 +
content/media/mediasource/MediaSource.h | 7 +++
dom/base/URL.cpp | 12 +++++
dom/base/URL.h | 7 +++
dom/webidl/URL.webidl | 6 +++
layout/build/nsLayoutModule.cpp | 4 ++
9 files changed, 116 insertions(+), 17 deletions(-)
|
2013-07-02 15:46:49 +12:00 |
|
Robert O'Callahan
|
2c25988734
|
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
--HG--
rename : content/media/nsDOMMediaStream.cpp => content/media/DOMMediaStream.cpp
rename : content/media/nsDOMMediaStream.h => content/media/DOMMediaStream.h
extra : rebase_source : 483fca748444db20ed0d35cb586485f277e1808c
|
2013-02-15 21:04:11 +13:00 |
|
Robert O'Callahan
|
8950403bd5
|
Bug 792675. Part 6: Extend createObjectURL to support MediaStreams. r=sicking
--HG--
extra : rebase_source : ffec7b146552362b576e88c6dea24d612a5860b9
|
2012-09-25 15:24:45 +12:00 |
|
Robert O'Callahan
|
ab861f5738
|
Bug 792675. Part 1: Make the URL interface use WebIDL. r=bz
--HG--
extra : rebase_source : dbb7a3158b71446930400ad523a2896b6306de40
|
2012-09-25 15:24:43 +12:00 |
|