Tim Taubert
|
56b146eea2
|
Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug
|
2013-07-10 23:52:35 +02:00 |
|
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
43628a7867
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Gregory Szorc
|
45faa95b04
|
Merge mozilla-central into build-system
Only conflict was configure.in amd was due to context, not
changed lines themselves.
|
2013-02-25 22:09:18 -08:00 |
|
Gregory Szorc
|
a0e24e2250
|
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
|
2013-02-25 12:47:20 -08:00 |
|
Jonathan Griffin
|
2f8917b76f
|
Bug 831367 - Simplify SpecialPowersAPI.bindDOMWindowUtils(), r=ted
|
2013-02-22 14:18:38 -08:00 |
|
Bobby Holley
|
07f2fa5d3f
|
Bug 843711 - Fix up new |Components| culprits in test suite. r=mccr8
|
2013-02-25 10:43:03 -08:00 |
|
Andrea Marchesini
|
64d6829083
|
Bug 795930 - Hide ArchiveReader feature behind a pref (disabled by default), r=mounir
--HG--
extra : rebase_source : fc267035c0eb85bb08b9da91bf79ecbb816da1b3
|
2012-11-08 15:57:17 +00:00 |
|
Mounir Lamouri
|
3e7ccdc3eb
|
Backed out changeset 3566ba4296f7 because of wrong bug number.
--HG--
extra : rebase_source : c5d189308a555c7235d6cd405aa44d36c9b7db9a
|
2012-11-08 15:56:48 +00:00 |
|
Andrea Marchesini
|
6e439d8833
|
Bug 809567 - Hide ArchiveReader feature behind a pref (disabled by default), r=mounir
|
2012-11-08 15:54:26 +00:00 |
|
Andrea Marchesini
|
5c11a321fd
|
Bug 781425 - Part 2: getFiles(). r=khuey, r=mounir
|
2012-11-06 18:23:13 -05:00 |
|
Andrea Marchesini
|
b971f025e1
|
Bug 781425 - Part 1: Enconding and dictionary. r=mounir, sr=sicking
|
2012-11-06 18:23:13 -05:00 |
|
Andrea Marchesini
|
df40ca231f
|
Bug 805712 - Try to fix Intermittent test_archivereader_zip_in_zip.html r=mounir
|
2012-10-30 11:31:34 +01:00 |
|
Andrea Marchesini
|
90a2380a37
|
Bug 793311 - Crash in nsDOMFileFile::nsDOMFileFile. r=khuey
|
2012-09-25 11:04:25 -04:00 |
|
Bobby Holley
|
a25701a3f7
|
Bug 792036 - Automated fixups. r=mccr8
find /files/mozilla/build/d/_tests/testing/mochitest/tests/ | egrep "\.(xhtml|html|xml|js)$" | grep -v SimpleTest | grep -vi mochikit | grep -v simpleThread | grep -v test_ipc_messagemanager_blob.html | grep -v "indexedDB/test" | xargs grep -l Components | xargs grep -L enablePrivilege | perl -pe 's#.*mochitest/tests/##' | xargs perl -p -i.bakkk -e 's/Components\.interfaces(\s|;|\.|\[)/SpecialPowers\.Ci$1/g, s/SpecialPowers\.wrap\(Components\)\.(.)(lasses|tils|nterfaces|esults)/SpecialPowers.C$1/g, s/(?<![\.a-zA-Z])Components/SpecialPowers\.Components/g, s/window\.Components/window\.SpecialPowers\.Components/g'
|
2012-09-24 14:46:29 +02:00 |
|
Andrea Marchesini
|
07318d266d
|
Bug 781153 - ArchiveReader doesn't support zip-in-zip archives, r=jst
|
2012-08-17 18:04:03 -07:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Jan Varga
|
457ab097a2
|
Bug 778023 - Need to figure out how cycle collected DOM files are supposed to play with workers. r=bent. Make worker.postMessage() to just throw for now.
|
2012-08-02 07:34:26 +02:00 |
|
Andrea Marchesini
|
2d1d1f8904
|
Bug 772434 - Blob support for Zip file contents, r=jst
|
2012-07-27 17:21:34 -07:00 |
|
Jan Varga
|
29df615c5e
|
Bug 771498 - FileHandle: getFile() should return a DOMRequest (instead of a FileRequest). r=sicking
|
2012-07-10 07:07:01 +02:00 |
|
Nathan Froyd
|
bfff055672
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Ben Turner
|
946695bf5a
|
Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking
|
2012-07-05 14:11:48 -07:00 |
|
Chris Pearce
|
2ee178ef9f
|
Bug 758357 - Backout 6763477075a4 for causing bug 770085. r=backout
|
2012-07-02 16:49:07 +12:00 |
|
Jonas Sicking
|
0ebf8c84cf
|
Attempt at fixing orange due to setting wrong permission in test. Bug 758357
|
2012-06-30 20:58:13 +02:00 |
|
Kyle Huey
|
ada443da57
|
Bug 726378: Unprefix IndexedDB. r=sicking
|
2012-06-29 09:48:35 -07:00 |
|
Jan Varga
|
734d413684
|
Bug 763388 - Remove enablePrivilege calls from IndexedDB and FileHandle tests. r=bent
|
2012-06-18 19:09:26 +02:00 |
|
Jan Varga
|
8c778eb7cd
|
Bug 761159 - FileHandle: Better handling of the end of file state. r=sicking
|
2012-06-17 05:36:54 +02:00 |
|
Jan Varga
|
c40661fb2e
|
Bug 761076 - FileHandle: Add optional location parameter to LockedFile.truncate(). r=sicking
|
2012-06-04 14:31:22 +02:00 |
|
Jan Varga
|
513c660911
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
|