Gijs Kruitbosch
|
a3a4896d17
|
Bug 1009529 - add test for window.open with null and with empty string having the same barprops, r=bz
|
2014-05-16 15:33:12 +01:00 |
|
Ryan VanderMeulen
|
96ed00e142
|
Revert to revision 63dfac3c9c87 due to mass bustage pile-ups that landed after it on a CLOSED TREE.
|
2014-05-16 12:29:37 -04:00 |
|
Gijs Kruitbosch
|
46be0c659e
|
Bug 1009529 - add test for window.open with null and with empty string having the same barprops, r=bz
--HG--
extra : transplant_source : %88%0B%A75%96%2Cwk%2A%3E%8D%85%B2%E1%F4%CF%D0%5D%A4%81
|
2014-05-16 15:33:12 +01:00 |
|
Alphan Chen
|
81bfa80e4b
|
Bug 983502 - test cases for navigator.getFeature (both with permission and without), r=ehsan
|
2014-04-15 14:30:22 +08:00 |
|
Mounir Lamouri
|
ff3629d7e7
|
Bug 889335 - Implement navigator.languages and languagechange event. r=sicking,smaug
|
2014-05-12 13:48:15 +02:00 |
|
Jan Varga
|
6ec4b75061
|
Bug 975696 - Split ArchiveReader and FileHandle implementation into separate dirs. r=bent f=baku
--HG--
rename : dom/file/ArchiveEvent.cpp => dom/archivereader/ArchiveEvent.cpp
rename : dom/file/ArchiveEvent.h => dom/archivereader/ArchiveEvent.h
rename : dom/file/ArchiveReader.cpp => dom/archivereader/ArchiveReader.cpp
rename : dom/file/ArchiveReader.h => dom/archivereader/ArchiveReader.h
rename : dom/file/ArchiveRequest.cpp => dom/archivereader/ArchiveRequest.cpp
rename : dom/file/ArchiveRequest.h => dom/archivereader/ArchiveRequest.h
rename : dom/file/ArchiveZipEvent.cpp => dom/archivereader/ArchiveZipEvent.cpp
rename : dom/file/ArchiveZipEvent.h => dom/archivereader/ArchiveZipEvent.h
rename : dom/file/ArchiveZipFile.cpp => dom/archivereader/ArchiveZipFile.cpp
rename : dom/file/ArchiveZipFile.h => dom/archivereader/ArchiveZipFile.h
rename : dom/file/test/test_archivereader.html => dom/archivereader/test/test_basic.html
rename : dom/file/test/test_archivereader_nonUnicode.html => dom/archivereader/test/test_nonUnicode.html
rename : dom/file/test/test_archivereader_zip_in_zip.html => dom/archivereader/test/test_zip_in_zip.html
rename : dom/file/test/test_bug_793311.html => dom/base/test/test_bug793311.html
rename : dom/file/AsyncHelper.cpp => dom/filehandle/AsyncHelper.cpp
rename : dom/file/AsyncHelper.h => dom/filehandle/AsyncHelper.h
rename : dom/file/File.cpp => dom/filehandle/File.cpp
rename : dom/file/File.h => dom/filehandle/File.h
rename : dom/file/FileHandle.cpp => dom/filehandle/FileHandle.cpp
rename : dom/file/FileHandle.h => dom/filehandle/FileHandle.h
rename : dom/file/FileHelper.cpp => dom/filehandle/FileHelper.cpp
rename : dom/file/FileHelper.h => dom/filehandle/FileHelper.h
rename : dom/file/FileRequest.cpp => dom/filehandle/FileRequest.cpp
rename : dom/file/FileRequest.h => dom/filehandle/FileRequest.h
rename : dom/file/FileService.cpp => dom/filehandle/FileService.cpp
rename : dom/file/FileService.h => dom/filehandle/FileService.h
rename : dom/file/FileStreamWrappers.cpp => dom/filehandle/FileStreamWrappers.cpp
rename : dom/file/FileStreamWrappers.h => dom/filehandle/FileStreamWrappers.h
rename : dom/file/LockedFile.cpp => dom/filehandle/LockedFile.cpp
rename : dom/file/LockedFile.h => dom/filehandle/LockedFile.h
rename : dom/file/MemoryStreams.cpp => dom/filehandle/MemoryStreams.cpp
rename : dom/file/MemoryStreams.h => dom/filehandle/MemoryStreams.h
rename : dom/file/MetadataHelper.cpp => dom/filehandle/MetadataHelper.cpp
rename : dom/file/MetadataHelper.h => dom/filehandle/MetadataHelper.h
rename : dom/file/moz.build => dom/filehandle/moz.build
rename : dom/file/nsIFileStorage.h => dom/filehandle/nsIFileStorage.h
rename : dom/file/test/dummy_worker.js => dom/filehandle/test/dummy_worker.js
rename : dom/file/test/helpers.js => dom/filehandle/test/helpers.js
rename : dom/file/test/mochitest.ini => dom/filehandle/test/mochitest.ini
rename : dom/file/test/moz.build => dom/filehandle/test/moz.build
rename : dom/file/test/test_append_read_data.html => dom/filehandle/test/test_append_read_data.html
rename : dom/file/test/test_getFile.html => dom/filehandle/test/test_getFile.html
rename : dom/file/test/test_getFileId.html => dom/filehandle/test/test_getFileId.html
rename : dom/file/test/test_location.html => dom/filehandle/test/test_location.html
rename : dom/file/test/test_lockedfile_lifetimes.html => dom/filehandle/test/test_lockedfile_lifetimes.html
rename : dom/file/test/test_lockedfile_lifetimes_nested.html => dom/filehandle/test/test_lockedfile_lifetimes_nested.html
rename : dom/file/test/test_lockedfile_ordering.html => dom/filehandle/test/test_lockedfile_ordering.html
rename : dom/file/test/test_overlapping_lockedfiles.html => dom/filehandle/test/test_overlapping_lockedfiles.html
rename : dom/file/test/test_progress_events.html => dom/filehandle/test/test_progress_events.html
rename : dom/file/test/test_readonly_lockedfiles.html => dom/filehandle/test/test_readonly_lockedfiles.html
rename : dom/file/test/test_request_readyState.html => dom/filehandle/test/test_request_readyState.html
rename : dom/file/test/test_stream_tracking.html => dom/filehandle/test/test_stream_tracking.html
rename : dom/file/test/test_success_events_after_abort.html => dom/filehandle/test/test_success_events_after_abort.html
rename : dom/file/test/test_truncate.html => dom/filehandle/test/test_truncate.html
rename : dom/file/test/test_workers.html => dom/filehandle/test/test_workers.html
rename : dom/file/test/test_write_read_data.html => dom/filehandle/test/test_write_read_data.html
|
2014-05-07 16:32:12 +02:00 |
|
Felipe Gomes
|
f8de85308f
|
Bug 971043 - Implement getTranslationNodes function to retrieve nodes from webpage that contains meaningful text for translation. r=smaug
|
2014-04-05 00:21:08 -03:00 |
|
Andrea Marchesini
|
e8e8e6036e
|
Bug 989665 - Console API should clone objects propertly. Crash fixed, r=bz
|
2014-04-02 10:09:29 +01:00 |
|
Boris Zbarsky
|
571a9a2aa5
|
Bug 985827. Make Navigator::DoNewResolve not double-create objects no matter what JS is doing. r=khuey
|
2014-03-20 23:19:43 -04:00 |
|
Andrea Marchesini
|
dd04daa2ec
|
Bug 923247 - patch 3 - audio-active/inactive notifications per window, r=ehsan, r=roc
--HG--
rename : content/html/content/test/wakelock.ogg => dom/base/test/audio.ogg
|
2014-03-11 10:47:25 +00:00 |
|
Andrea Marchesini
|
ba16597c3e
|
Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc
|
2014-03-11 10:46:55 +00:00 |
|
Ed Morley
|
b0b98b2931
|
Backed out changeset 98f7e8789561 (bug 923247)
|
2014-03-10 17:04:04 +00:00 |
|
Ed Morley
|
9026e74f7f
|
Backed out changeset d19f076a7451 (bug 923247)
|
2014-03-10 17:04:01 +00:00 |
|
Andrea Marchesini
|
b664898c5b
|
Bug 923247 - patch 3 - audio-active/inactive notifications per window, r=ehsan, r=roc
--HG--
rename : content/html/content/test/wakelock.ogg => dom/base/test/audio.ogg
|
2014-03-10 16:36:24 +00:00 |
|
Andrea Marchesini
|
5c90d4d8c7
|
Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc
|
2014-03-10 16:36:15 +00:00 |
|
Vaibhav Agarwal
|
9a59a5c96d
|
Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher
|
2014-03-06 13:42:43 -05:00 |
|
Andrea Marchesini
|
f247026039
|
Bug 979109 - termination string check in Console.cpp, r=smaug
|
2014-03-05 03:22:32 +00:00 |
|
Andrea Marchesini
|
9c9de5345e
|
Bug 978522 - Console must use LinkedList instead a nsTArray, r=smaug
|
2014-03-03 00:20:34 +00:00 |
|
Andrea Marchesini
|
80210d8dab
|
Bug 965860 - patch 2 - ConsoleAPI written in C++, r=bz
|
2014-02-27 23:39:00 +00:00 |
|
Boris Zbarsky
|
9fd5b838b1
|
Bug 973849. Allow clearInterval/clearTimeout calls with no arguments; just treat them as no-ops. r=smaug
|
2014-02-23 00:01:26 -05:00 |
|
Phil Ringnalda
|
aeab0a83a7
|
Back out ab395abf96b9:837481767455 (bug 972312) for Windows build bustage
CLOSED TREE
|
2014-02-22 21:39:13 -08:00 |
|
Boris Zbarsky
|
a74668e111
|
Bug 973849. Allow clearInterval/clearTimeout calls with no arguments; just treat them as no-ops. r=smaug
|
2014-02-23 00:01:26 -05:00 |
|
Boris Zbarsky
|
e15f10d52f
|
Bug 973905. setTimeout/setInterval with a string first arg but more than two arguments should still work (and ignore the extra arguments). r=smaug
|
2014-02-19 10:13:38 -05:00 |
|
Alexandre Poirot
|
2a7cec823c
|
Bug 891882 - DOMWindowUtils.sendMouseEvent dispatch events with isSynthesized chrome attribute set to true. r=smaug
|
2014-01-15 09:28:04 -05:00 |
|
Andrea Marchesini
|
aad7f635be
|
Bug 959190 - [URL API] stringify href attribute, r=bz
|
2014-01-13 23:46:04 +01:00 |
|
Andrea Marchesini
|
c0b77c900e
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 19:53:31 +01:00 |
|
Wes Kocher
|
84aaa0cdb5
|
Backed out changeset e451b39305f6 (bug 949488) for breaking mochitest-8 on at least b2g
|
2014-01-06 18:10:34 -08:00 |
|
Andrea Marchesini
|
55c3093167
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 00:05:01 +01:00 |
|
Boris Zbarsky
|
7602e270d7
|
Bug 949471. history.state should be null, not undefined, when there is no state. r=smaug
|
2013-12-12 16:11:56 -05:00 |
|
Andrea Marchesini
|
cb62561baa
|
Bug 887836 - URLQuery object, r=khuey
|
2013-12-12 19:30:10 +00:00 |
|
Boris Zbarsky
|
b3607329f0
|
Bug 946067 part 3. Adjust codegen to allow cross-origin this values based on WebIDL annotations. r=peterv
|
2013-12-09 10:34:04 -05:00 |
|
Peter Van der Beken
|
b742139fb8
|
Bug 936129 - nsGlobalWindow::InnerForSetTimeoutOrInterval is a no-op for bareword setTimeout. r=bz.
--HG--
extra : rebase_source : 3a7875435f6443c67af9030fa4e39cac6aac8a49
|
2013-11-26 16:28:34 +01:00 |
|
Andrea Marchesini
|
bc1faeb812
|
Bug 930450 - Setting port to the empty string should set URL's port to "0", r=ehsan
|
2013-12-05 21:05:51 +00:00 |
|
Boris Zbarsky
|
6153f11d20
|
Bug 943418. Check for active documents, not current inners, in History APIs. r=bholley
|
2013-11-27 11:16:07 -05:00 |
|
Ed Morley
|
e27c3b1f4f
|
Merge latest green b2g-inbound changeset and mozilla-central
|
2013-11-18 10:54:01 +00:00 |
|
"Kan-Ru Chen (陳侃如)"
|
0db54ecb73
|
Bug 931746 - Make sure all mozbrowser mm are in the target chain. r=smaug
---
dom/base/nsGlobalWindow.cpp | 8 ++
dom/base/test/file_empty.html | 1 +
dom/base/test/mochitest.ini | 2 +
dom/base/test/test_messagemanager_targetchain.html | 129 ++++++++++++++++++++
4 files changed, 140 insertions(+)
create mode 100644 dom/base/test/file_empty.html
create mode 100644 dom/base/test/test_messagemanager_targetchain.html
|
2013-11-17 01:07:24 +08:00 |
|
Robert Longson
|
35179a17ac
|
Bug 939445 - general.appname.override has stopped working. r=smaug
|
2013-11-17 23:10:15 +00:00 |
|
Peter Van der Beken
|
d28bec1d7c
|
Bug 931768 - Mark openDialog ChromeOnly. r=bz.
--HG--
extra : rebase_source : ac7f71f50428e9a3f0a2c76f394ef1065bd7dc99
|
2013-10-28 22:03:15 +01:00 |
|
Andrea Marchesini
|
f1f2c23069
|
Bug 926890 - Throw JavaScript exceptions for URL, r=ehsan
|
2013-10-16 16:04:26 +02:00 |
|
Kartikaya Gupta
|
b85e28af73
|
Bug 919437 - Add a test to ensure setting the scrollport size overrides the inner size. r=roc
|
2013-10-01 21:21:53 -04:00 |
|
Gregory Szorc
|
e53ac5e38d
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Ed Morley
|
d84dee3273
|
Backed out changeset 77bff106b704 (bug 920223)
|
2013-09-30 12:50:12 +01:00 |
|
Gregory Szorc
|
cabc6369a6
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|