Nicolas Silva
8649e922cb
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
c330a7379a
Bug 996848 - Change expectAssertion() in tests because of removed assertion. r=spohl
2014-05-07 11:14:45 -05:00
Steven Michaud
e10c706955
Bug 996848 - Rewrite Mac nsAppShell native event handling. r=spohl
2014-05-07 11:13:27 -05:00
Robert Kaiser
6198b6623c
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
c3ff045c03
Bug 984789 - FileHandle: Eliminate nsIFileStorage; r=bent
2014-05-07 16:33:02 +02:00
Jan Varga
6adeb3c23f
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
0a181ad837
Bug 1002014 - Error case leak in AsmJSCache.cpp AllocEntryParent(); r=luke
2014-05-07 16:32:02 +02:00
Ryan VanderMeulen
09c8ccf643
Backed out changeset d7d7cc47bcc6 (bug 924622) for bustage.
...
CLOSED TREE
2014-05-07 10:22:21 -04:00
Szu-Yu Chen [:aknow]
cb944e1fca
Bug 1004152 - Delay telephony.dial for 1s in test cases. r=hsinyi
2014-05-07 01:52:00 -04:00
Bob Owen
e2e205e075
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
403594da2f
Bug 994951 - Activate OS.File xpcshell tests on B2G. r=froydnj
2014-05-05 06:53:00 -04:00
Nicolas Silva
5db6035648
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
ce076973fe
Bug 880864 - User dictionary (persdict.dat) read on main thread. r=mayhemer
2014-05-07 06:35:00 -04:00
Carsten "Tomcat" Book
d6e872afc3
Merge mozilla-central to mozilla-inbound
2014-05-07 14:13:38 +02:00
Carsten "Tomcat" Book
d5d4f70ded
merge b2g-inbound to mozilla-central
2014-05-07 14:11:38 +02:00
Carsten "Tomcat" Book
7f01877c22
merge fx-team to mozilla-central
2014-05-07 14:09:14 +02:00
Carsten "Tomcat" Book
0f9e956ccd
merge mozilla-inbound to mozilla-central
2014-05-07 14:07:44 +02:00
Gene Lian
4f2f26d264
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
05602629d7
Backed out changeset 0b7fbc19c190 (bug 889335) for causing bustage on a CLOSED TREE
2014-05-07 12:56:05 +02:00
Mounir Lamouri
49cb274eeb
Bug 889335 - Implement navigator.languages and languagechange event. r=sicking,smaug
2014-05-07 11:22:03 +01:00
B2G Bumper Bot
12480a0202
Bumping manifests a=b2g-bump
2014-05-07 03:11:17 -07:00
B2G Bumper Bot
1dfdf8c5aa
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
5caaa0c92d
Bumping manifests a=b2g-bump
2014-05-07 02:56:27 -07:00
B2G Bumper Bot
edf899c8f8
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
0ffa1f6718
Bumping manifests a=b2g-bump
2014-05-07 02:16:25 -07:00
B2G Bumper Bot
71b93acbfe
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
41a01ea2f4
Backed out changeset 22347f9e52cd (bug 989890) for bc1 testfailures
2014-05-07 10:38:27 +02:00
B2G Bumper Bot
3fba82c466
Bumping manifests a=b2g-bump
2014-05-07 01:27:54 -07:00
B2G Bumper Bot
ff6a9886ce
Bumping manifests a=b2g-bump
2014-05-07 01:18:13 -07:00
B2G Bumper Bot
b85608eb49
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
f3d1d058bc
Bumping manifests a=b2g-bump
2014-05-07 01:12:56 -07:00
B2G Bumper Bot
2634be3bd5
Bumping manifests a=b2g-bump
2014-05-07 01:06:37 -07:00
B2G Bumper Bot
bfe4d60270
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
93af693cee
Bumping manifests a=b2g-bump
2014-05-07 00:57:53 -07:00
B2G Bumper Bot
1c97784f62
Bumping manifests a=b2g-bump
2014-05-07 00:28:12 -07:00
B2G Bumper Bot
2e2eea3032
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a0ddf3a642b7
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #18741 from RudyLu/keyboard/Bug985331-longpress_dismiss_keyboard
Bug 985331 - [Keyboard UX update][User Story] Long press spacebar to
r=timdream.
========
https://hg.mozilla.org/integration/gaia-central/rev/665195e10756
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 985331 - [Keyboard UX update][User Story] Long press spacebar to
dismiss keyboard.
- Remove the swipe-to-dimiss feature and tutorial screen.
- Add integration test for keyboard dimiss.
========
https://hg.mozilla.org/integration/gaia-central/rev/231edadfc325
Author: Carmen Jiménez <cjc@tid.es>
Desc: Merge pull request #18187 from mcjimenez/bug923452
Bug 923452 - SV: Maximum length of SMS to convert to MMS customization by SIM
========
https://hg.mozilla.org/integration/gaia-central/rev/01c009282c0d
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 923452 - SV: Maximum length of SMS to convert to MMS customization by SIM
2014-05-07 00:28:00 -07:00
Gene Lian
5fa5b44211
Bug 1006562 - WorkerDataStoreCursor.store should be equal to the WorkerDataStore which owns the cursor (part 1, minor code clean-up). r=baku
2014-05-07 14:21:28 +08:00
Mark Finkle
7d8e82c082
Bug 1006973 - Fix bustage in casting pageaction r=wesj
2014-05-07 07:56:22 -04:00
Jan de Mooij
c07fd42894
Bug 1006065 - Remove bogus assert in ArraySpliceDense and add a testcase. r=h4writer
2014-05-07 12:50:07 +02:00
Wes Kocher
9da606e74a
Merge fx-team to m-c
2014-05-06 18:04:03 -07:00
B2G Bumper Bot
5167264c4c
Bumping manifests a=b2g-bump
2014-05-06 14:06:21 -07:00
B2G Bumper Bot
556b507f1c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cbd0b3d032bd
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #18997 from KevinGrandon/bug_841422_shared_move_contact_test
Bug 841422 - Follow-up, move contact2vcard_test.js to sharedtest app
========
https://hg.mozilla.org/integration/gaia-central/rev/39bd5f6562e2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 841422 - Follow-up, move additional tests for shared code into sharedtest app r=me
2014-05-06 14:00:56 -07:00
B2G Bumper Bot
54e2395cf9
Bumping manifests a=b2g-bump
2014-05-06 13:54:53 -07:00
B2G Bumper Bot
8f67ce50af
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e3d8d481edae
Author: Michał Budzyński <michal@virtualdesign.pl>
Desc: Merge pull request #18938 from michalbe/Bug969393
Bug 969393 - Import contacts from SD Card
========
https://hg.mozilla.org/integration/gaia-central/rev/c5e6276f2452
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Bug 969393 - Import contacts from SD Card When "Default media location" is not 'SD Card'
2014-05-06 13:54:41 -07:00
Ryan VanderMeulen
3930dce798
Merge m-c to b2g-inbound.
2014-05-06 16:52:22 -04:00
Ryan VanderMeulen
db862d52fa
Merge fx-team to m-c.
2014-05-06 16:50:48 -04:00
Ryan VanderMeulen
d41554e25e
Merge b2g-inbound to m-c.
2014-05-06 16:31:58 -04:00
Ryan VanderMeulen
45d531167c
Backed out changeset 7b05ebf0a2d5 (bug 858787) for making bug 970728 nearly perma-fail.
2014-05-06 16:17:36 -04:00
B2G Bumper Bot
a510b6505f
Bumping manifests a=b2g-bump
2014-05-06 13:16:38 -07:00
B2G Bumper Bot
fc8ab4e7cc
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f939e8c12563
Author: Michał Budzyński <michal@virtualdesign.pl>
Desc: Merge pull request #18986 from michalbe/Bug1003767
Bug 1003767 - Do not share contacts photo via NFC
========
https://hg.mozilla.org/integration/gaia-central/rev/c9b8c932b2d8
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Bug 1003767 - Do not share contacts photo via NFC
2014-05-06 13:10:41 -07:00