Commit Graph

181728 Commits

Author SHA1 Message Date
Matt Woodrow
b4ecb7164e Bug 1003707 - Pass surfaces sizes in to CreateSourceSurfaceFromNativeSurface instead of trying to extract it from cairo. r=Bas 2014-05-08 11:23:44 +12:00
Monica Chew
a203d88ce4 Bug 1000354: Fix comment and make test clearer (r=keeler) 2014-05-07 15:48:23 -07:00
David Major
e20edcb656 Bug 988311: Blocklist rf-firefox-22.dll. r=bsmedberg
--HG--
extra : rebase_source : 2729d41ff87bb92220e667ec43ad8f4a0273e1b7
2014-05-08 10:18:17 +12:00
Randell Jesup
36c54b60cc Bug 1002340: Allow gUM fake audio timers to skip if we overrun r=bsmedberg 2014-05-07 17:36:41 -04:00
Ryan VanderMeulen
446c9509db Backed out changeset 86f9003c1251 (bug 924622) for causing bug 1007284 (frequent mochitest-e10s-2 shutdown hangs). 2014-05-07 17:03:03 -04:00
Malini Das
53068338fb Bug 932804 - Fix oop frame tapping bug, r=dburns 2014-05-07 17:01:07 -04:00
Yura Zenevich
87430bada8 Bug 1001945 - increasing timer intervals to fix an intermittents related to long SimpleTest.executeSoon. r=eeejay
---
 accessible/tests/mochitest/jsat/jsatcommon.js | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
2014-05-07 15:32:07 -04:00
Doug Turner
a2ba5f4cd6 Bug 1006051 - Implement nsIParentalControlsService on the Mac. r=smichaud 2014-05-05 11:24:25 -07:00
Byron Campen [:bwc]
ed80aecb7c Bug 1002831 - Display remote and local SDP on about:webrtc. r=smaug, r=jib 2014-05-05 11:13:24 -07:00
Byron Campen [:bwc]
a0a82f96e2 Bug 970734 - Part 2: Record final ICE/media stats when PeerConnections are closed, so they show up in about:webrtc. r=smaug, r=jib 2014-05-05 09:35:57 -07:00
Randy Lin
83f4bbadd9 Bug 969372 - Move mediaRecorder in global scope to avoid test timeout. r=jsmith 2014-05-07 23:50:57 +08:00
Ed Morley
baca72f36c Backed out changeset 4341602f99b0 (bug 996848) for reftest failures on OS X 2014-05-07 18:44:01 +01:00
Ed Morley
11cc546b05 Backed out changeset bf9cc4b2aae6 (bug 996848) 2014-05-07 18:42:43 +01:00
Nathan Froyd
d8d7bbf717 Bug 997341 - modify content/xul/document/test/bug497875-iframe.xul to not connect to mozilla.org; r=smaug 2014-04-28 10:24:19 -04:00
Nathan Froyd
04ee24d53f Bug 1006026 - remove duplicate distclean:: rule in rules.mk; r=mshal 2014-05-07 10:33:06 -04:00
Nicolas Silva
a6863f0e23 Bug 924622 - Make sure gfx's ipc shutdown happens before shutting down xpcom threads. r=bsmedberg, sotaro 2014-05-07 11:06:19 +02:00
Steven Michaud
ca68312a64 Bug 996848 - Change expectAssertion() in tests because of removed assertion. r=spohl 2014-05-07 11:14:45 -05:00
Steven Michaud
aaca70104a Bug 996848 - Rewrite Mac nsAppShell native event handling. r=spohl 2014-05-07 11:13:27 -05:00
Robert Kaiser
7295e5df9a Bug 1006615 - Update extensions.blocklist.itemURL and extensions.blocklist.url to new blocklist domain, r=Mossop,jason 2014-05-07 12:11:56 +02:00
Jan Varga
6d4d7749f8 Bug 984789 - FileHandle: Eliminate nsIFileStorage; r=bent 2014-05-07 16:33:02 +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
Jan Varga
b797941923 Bug 1002014 - Error case leak in AsmJSCache.cpp AllocEntryParent(); r=luke 2014-05-07 16:32:02 +02:00
Ryan VanderMeulen
d4400ed747 Backed out changeset d7d7cc47bcc6 (bug 924622) for bustage.
CLOSED TREE
2014-05-07 10:22:21 -04:00
Szu-Yu Chen [:aknow]
1e7a9a2c63 Bug 1004152 - Delay telephony.dial for 1s in test cases. r=hsinyi 2014-05-07 01:52:00 -04:00
Bob Owen
64337e24f1 Bug 996280 - Use the docshell's sandbox flags if we can't get the active document in IsSandboxedFrom(). r=smaug 2014-05-06 19:48:33 +01:00
David Rajchenbach-Teller
985067ff31 Bug 994951 - Activate OS.File xpcshell tests on B2G. r=froydnj 2014-05-05 06:53:00 -04:00
Nicolas Silva
204e86d14e Bug 924622 - Make sure gfx's ipc shutdown happens before shutting down xpcom threads. r=bsmedberg, r=sotaro 2014-05-07 11:06:19 +02:00
Roberto A. Vitillo
4af7ca592c Bug 880864 - User dictionary (persdict.dat) read on main thread. r=mayhemer 2014-05-07 06:35:00 -04:00
Carsten "Tomcat" Book
65801b0a77 Merge mozilla-central to mozilla-inbound 2014-05-07 14:13:38 +02:00
Carsten "Tomcat" Book
99d5ba4b46 merge b2g-inbound to mozilla-central 2014-05-07 14:11:38 +02:00
Carsten "Tomcat" Book
cbb534cf20 merge fx-team to mozilla-central 2014-05-07 14:09:14 +02:00
Carsten "Tomcat" Book
079016b113 merge mozilla-inbound to mozilla-central 2014-05-07 14:07:44 +02:00
Gene Lian
4559123a82 Bug 1006562 - WorkerDataStoreCursor.store should be equal to the WorkerDataStore which owns the cursor (part 2, WorkerDataStoreCursor.store == WorkerDataStore). r=baku 2014-05-07 19:55:23 +08:00
Carsten "Tomcat" Book
b520d9e318 Backed out changeset 0b7fbc19c190 (bug 889335) for causing bustage on a CLOSED TREE 2014-05-07 12:56:05 +02:00
Mounir Lamouri
465355b168 Bug 889335 - Implement navigator.languages and languagechange event. r=sicking,smaug 2014-05-07 11:22:03 +01:00
B2G Bumper Bot
2284d029d5 Bumping manifests a=b2g-bump 2014-05-07 03:11:17 -07:00
B2G Bumper Bot
4d885fd4c8 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/787e0db2b536
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 923452 - SV: Maximum length of SMS to convert to MMS customization by SIM" for gaia unit test failures

This reverts commit 48274bd301449dccf96c42e6dd9cfe39598865d3.
2014-05-07 03:05:48 -07:00
B2G Bumper Bot
e156ec0ef8 Bumping manifests a=b2g-bump 2014-05-07 02:56:27 -07:00
B2G Bumper Bot
819f36603e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4f650e0b3bc3
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #18904 from JohanLorenzo/fix-test_cards_view_kill_apps_with_two_apps

Fix Bug 1003175 - Investigate failure in test_cards_view_kill_apps_with_...

========

https://hg.mozilla.org/integration/gaia-central/rev/9a68f4440a49
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Fix Bug 1003175 - Investigate failure in test_cards_view_kill_apps_with_two_apps.py
2014-05-07 02:51:02 -07:00
B2G Bumper Bot
e861ba387d Bumping manifests a=b2g-bump 2014-05-07 02:16:25 -07:00
B2G Bumper Bot
0377324be3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ff5e5b9be494
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #19020 from pacorampas/buttons-settings-1003817

Bug 1003817 - [BB] Buttons: update list button to new specs r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/e71d94a4f483
Author: Paco Rampas <pacorampas@gmail.com>
Desc: Bug 1003817 - [BB] Buttons: update list button to new specs
2014-05-07 02:10:51 -07:00
Carsten "Tomcat" Book
8c9085d132 Backed out changeset 22347f9e52cd (bug 989890) for bc1 testfailures 2014-05-07 10:38:27 +02:00
B2G Bumper Bot
c4ca8314c5 Bumping manifests a=b2g-bump 2014-05-07 01:27:54 -07:00
B2G Bumper Bot
95dbff78c8 Bumping manifests a=b2g-bump 2014-05-07 01:18:13 -07:00
B2G Bumper Bot
8fff6c91a1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bee4f3274c2f
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #18978 from tauzen/Bug1004967

Bug 1004967 - [NFC] NDEF TNF External Type should be handled properly in NfcManager, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/38b82873f5a9
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1004967 - [NFC] NDEF TNF External Type should be handled properly in NfcManager
2014-05-07 01:16:05 -07:00
B2G Bumper Bot
68195ac2ee Bumping manifests a=b2g-bump 2014-05-07 01:12:56 -07:00
B2G Bumper Bot
2c0e809b5c Bumping manifests a=b2g-bump 2014-05-07 01:06:37 -07:00
B2G Bumper Bot
e7e6c1855c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3718511b5780
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #18977 from timdream/value-picker-touch

Bug 1004714 - Use touch events for value pickers, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/70e9f86e1096
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1004714 - Use touch events for value pickers
2014-05-07 01:01:05 -07:00
B2G Bumper Bot
b5bf90af3d Bumping manifests a=b2g-bump 2014-05-07 00:57:53 -07:00
B2G Bumper Bot
c30b43ff2a Bumping manifests a=b2g-bump 2014-05-07 00:28:12 -07:00