Gian-Carlo Pascutto
7530b9f562
Bug 727370 - Make SafeBrowsing updates atomic transactions. r=dcamp
2012-09-28 18:31:18 +02:00
Isaac Aggrey
481e7dfb0b
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
2012-09-28 01:57:33 -05:00
Mark Hammond
2c2237472a
Bug 794742 - add a charset to data: urls to reduce test noise. r=jaws
2012-09-28 15:04:51 +10:00
David Rajchenbach-Teller
aa41b8c4bd
Bug 786211 - Async OS.File.{read, writeAtomic} test suite. r=froydnj
2012-09-27 23:06:00 -04:00
David Rajchenbach-Teller
ba24c6d5b4
Bug 786211 - Async OS.File.{read, writeAtomic}. r=froydnj
2012-09-27 23:06:00 -04:00
David Rajchenbach-Teller
bc0f746fc5
Bug 786211 - OS.File atomic write (test suite). r=froydnj
2012-09-27 23:06:00 -04:00
David Rajchenbach-Teller
ea30070c4e
Bug 786211 - OS.File atomic write (platform code). r=froydnj
2012-09-27 23:06:00 -04:00
David Rajchenbach-Teller
911e3cf594
Bug 786211 - OS.File atomic write (shared code). r=froydnj
2012-09-27 23:05:59 -04:00
Andres Hernandez
1f027ce420
Bug 732874 - Telemetry stopwatch: key was already initialized errors in logs. r=felipc
2012-09-26 14:21:28 -06:00
Patrick McManus
d70af841f6
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
2012-09-14 16:27:46 -04:00
Margaret Leibovic
307c79c3c5
Bug 790213 - Add telemetry probe for page load time. r=dao
2012-09-27 09:26:31 -07:00
Nathan Froyd
e03b0232d1
Bug 783054 - part 4: add success/fail histogram for reading saved ping files; r=taras
2012-09-25 13:48:57 -04:00
Nathan Froyd
83259490ed
Bug 783054 - part 3: add tests for deleting unparseable ping files; r=taras
2012-09-20 13:02:28 -04:00
Nathan Froyd
9f0b965eaf
Bug 783054 - part 2: delete unparseable ping files; r=taras
2012-09-20 13:02:02 -04:00
Nathan Froyd
f5a158b5c4
Bug 783054 - part 1: refactor write_fake_shutdown_file to use a helper; r=taras
2012-09-20 12:59:55 -04:00
David Rajchenbach-Teller
f4ea86edef
Bug 793949 - Test that OS.File.copy overwrites rather than appending. r=froydnj
2012-09-26 21:37:23 -04:00
David Rajchenbach-Teller
bf90e74313
Bug 793949 - Fix flags to ensure that OS.File.copy overwrites rather than appending. r=froydnj
2012-09-26 21:37:23 -04:00
David Rajchenbach-Teller
f1d8f5d772
Bug 784717 - Asynchronous directory walk tests. r=froydnj
2012-09-26 21:37:23 -04:00
David Rajchenbach-Teller
0ed700aa80
Bug 784717 - Asynchronous directory walk controller code. r=froydnj
2012-09-26 21:37:23 -04:00
David Rajchenbach-Teller
a4e93a7925
Bug 784717 - Asynchronous directory walk worker code. r=froydnj
2012-09-26 21:37:23 -04:00
Jared Wein
ef9e4095ec
Bug 794512 - Add a checkbox and preference to disable toast notifications for the Social API. r=markh
2012-09-26 17:40:18 -07:00
Mark Hammond
069b89f660
Bug 793943 - add social api to close flyouts. r=mixedpuppy
2012-09-26 16:23:25 +10:00
Andres Hernandez
dc0870d626
Bug 395681 - Password manager dialogs observe topics that are never fired r=MattN
...
--HG--
extra : rebase_source : 15898bc9b2575860ba031c0d0fc6a604044fc7b4
2012-09-25 10:00:46 -06:00
Jared Wein
e3b0658487
Backed out changeset 32d1752fb7ba (bug 786095)
2012-09-24 16:03:59 -07:00
Jared Wein
1ced2ee56c
Bug 786095 - Initially disable Social API when in safe mode. r=felipe
2012-09-24 14:57:12 -07:00
Cameron Kaiser
6aedfb8f1b
Bug 793523 - Fix bookmarks search on big-endian platforms.
...
r=mak
2012-09-24 21:28:51 +02:00
Bobby Holley
1b5d4b63ec
Bug 792036 - More manual fixes requested by Andrew. r=mccr8
2012-09-24 14:46:29 +02: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
Bobby Holley
8188b09b4e
Bug 792036 - Fix up tests to avoid relying on the existence of window.Components (MANUAL). r=mccr8
...
These are the manual fixes that the ensuing auto-generation can't deal with. Some of them
just fix up formatting (such as Components.\nFoo, so that subsequent auto-generation can
work better).
2012-09-24 14:46:28 +02:00
Daniel Holbert
530b9fbdef
Bug 793498: Annotate nsMediaSniffer as MOZ_FINAL. r=padenot
2012-09-23 13:12:21 -07:00
David Rajchenbach-Teller
53c0c2a4b9
Bug 777711 - Async OS.File makefile changes. r=yoric
2012-09-22 20:48:26 -04:00
David Rajchenbach-Teller
d60705f667
Bug 777711 - Async OS.File test suite. r=taras
2012-09-22 20:48:26 -04:00
David Rajchenbach-Teller
3b2b16c359
Bug 777711 - Async OS.File worker. r=taras
2012-09-22 20:48:26 -04:00
David Rajchenbach-Teller
a61d5862a6
Bug 777711 - Async OS.File controller. r=taras
2012-09-22 20:48:25 -04:00
David Rajchenbach-Teller
23d9f9f8ad
Bug 792668 - Simplify code shared between implementations of HANDLE. r=froydnj
2012-09-22 17:11:44 -04:00
Mark Capella
3182768237
Bug 792060 - about:memory?verbose is unusable, r=margaret
2012-09-22 13:12:10 -04:00
Andres Hernandez
5f1f6e92ae
Bug 753127 - Add telemetry for the time spent updating UI in response to a tab switch. r=dao
2012-09-21 18:33:30 -06:00
David Rajchenbach-Teller
da637b19df
Bug 782231 - Testsuite for the new features of DirectoryIterator. r=froydnj
2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
12c6c1d23b
Bug 782231 - Do not automatically reopen a DirectoryIterator that is closed before being used on Windows. r=yoric
2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
5223f5926b
Bug 782231 - Implement DirectoryIterator.prototype.nextBatch. r=froydnj
2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
b217046b3e
Bug 782231 - Implement DirectoryIterator.prototype.forEach. r=froydnj
2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
effb615fc7
Bug 782231 - Share code between implementations of DirectoryIterator. r=froydnj
2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
962cfb1956
Bug 790633 - Make FindClose errors visible to the test suite. r=froydnj
2012-09-21 23:36:14 -04:00
Ehsan Akhgari
dc32cead74
Merge mozilla-central into mozilla-inbound
2012-09-21 13:34:50 -04:00
Nathan Froyd
eec0719f79
Bug 792094 - part 2: handle exceptions thrown by sync .write; r=taras
2012-09-20 11:26:04 -04:00
Nathan Froyd
048fc6dcf7
Bug 792094 - part 1: don't open Telemetry ping files with DEFER_OPEN; r=taras
2012-09-18 13:48:22 -04:00
Marco Bonardo
ddb1de2bb4
Bug 781617 - autoFill should respect user's input.
...
r=unfocused
2012-09-21 16:56:20 +02:00
Brian R. Bondy
6e0f9911b0
Bug 789743 - Ensure bgupdates executes PostUpdate successfully. r=ehsan
2012-09-20 15:40:45 -04:00
David Rajchenbach-Teller
c0a7bf2cb5
Bug 790649 r=froydnj
2012-09-20 10:46:35 -04:00
Abhishek Potnis
0580007f9d
Bug 786592 - Remove the logging of OS.Path.normalize from ospath_unix_back.jsm. r=yoric
2012-09-19 15:07:02 +05:30