Commit Graph

5166 Commits

Author SHA1 Message Date
Andres Hernandez
6553a87a24 Bug 732874 - Telemetry stopwatch: key was already initialized errors in logs. r=felipc 2012-09-26 14:21:28 -06:00
Patrick McManus
b0eb649bd8 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
e513ca8572 Bug 790213 - Add telemetry probe for page load time. r=dao 2012-09-27 09:26:31 -07:00
Nathan Froyd
0c3766ea26 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
26c90e0fe8 Bug 783054 - part 3: add tests for deleting unparseable ping files; r=taras 2012-09-20 13:02:28 -04:00
Nathan Froyd
0b92563d8f Bug 783054 - part 2: delete unparseable ping files; r=taras 2012-09-20 13:02:02 -04:00
Nathan Froyd
f708fc5076 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
0d64618fca Bug 793949 - Test that OS.File.copy overwrites rather than appending. r=froydnj 2012-09-26 21:37:23 -04:00
David Rajchenbach-Teller
030b6921a1 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
6d6e29f819 Bug 784717 - Asynchronous directory walk tests. r=froydnj 2012-09-26 21:37:23 -04:00
David Rajchenbach-Teller
ecb2fe56b1 Bug 784717 - Asynchronous directory walk controller code. r=froydnj 2012-09-26 21:37:23 -04:00
David Rajchenbach-Teller
600e5f8970 Bug 784717 - Asynchronous directory walk worker code. r=froydnj 2012-09-26 21:37:23 -04:00
Jared Wein
371d3f0db5 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
254916d132 Bug 793943 - add social api to close flyouts. r=mixedpuppy 2012-09-26 16:23:25 +10:00
Andres Hernandez
38f08637b8 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
a1824208ff Backed out changeset 32d1752fb7ba (bug 786095) 2012-09-24 16:03:59 -07:00
Jared Wein
7e47d4a04b Bug 786095 - Initially disable Social API when in safe mode. r=felipe 2012-09-24 14:57:12 -07:00
Cameron Kaiser
02cf7d9537 Bug 793523 - Fix bookmarks search on big-endian platforms.
r=mak
2012-09-24 21:28:51 +02:00
Bobby Holley
16293a6f1e Bug 792036 - More manual fixes requested by Andrew. r=mccr8 2012-09-24 14:46:29 +02:00
Bobby Holley
9f03f90fb7 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
7f912ddc79 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
fd4c2014df Bug 793498: Annotate nsMediaSniffer as MOZ_FINAL. r=padenot 2012-09-23 13:12:21 -07:00
David Rajchenbach-Teller
1c4d8d3a7c Bug 777711 - Async OS.File makefile changes. r=yoric 2012-09-22 20:48:26 -04:00
David Rajchenbach-Teller
fe0cbe73c9 Bug 777711 - Async OS.File test suite. r=taras 2012-09-22 20:48:26 -04:00
David Rajchenbach-Teller
210e4e3041 Bug 777711 - Async OS.File worker. r=taras 2012-09-22 20:48:26 -04:00
David Rajchenbach-Teller
c1f1a96bb5 Bug 777711 - Async OS.File controller. r=taras 2012-09-22 20:48:25 -04:00
David Rajchenbach-Teller
7d8cf9df7c Bug 792668 - Simplify code shared between implementations of HANDLE. r=froydnj 2012-09-22 17:11:44 -04:00
Mark Capella
768e11c02e Bug 792060 - about:memory?verbose is unusable, r=margaret 2012-09-22 13:12:10 -04:00
Andres Hernandez
a6f0e7e777 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
168241112c Bug 782231 - Testsuite for the new features of DirectoryIterator. r=froydnj 2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
9462346964 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
1cf232a40b Bug 782231 - Implement DirectoryIterator.prototype.nextBatch. r=froydnj 2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
544ba638fc Bug 782231 - Implement DirectoryIterator.prototype.forEach. r=froydnj 2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
811fd6492f Bug 782231 - Share code between implementations of DirectoryIterator. r=froydnj 2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
64bcf4f1c8 Bug 790633 - Make FindClose errors visible to the test suite. r=froydnj 2012-09-21 23:36:14 -04:00
Ehsan Akhgari
66eeeb5eb7 Merge mozilla-central into mozilla-inbound 2012-09-21 13:34:50 -04:00
Nathan Froyd
7fed7d29b4 Bug 792094 - part 2: handle exceptions thrown by sync .write; r=taras 2012-09-20 11:26:04 -04:00
Nathan Froyd
733f9225a5 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
165faa2869 Bug 781617 - autoFill should respect user's input.
r=unfocused
2012-09-21 16:56:20 +02:00
Brian R. Bondy
894ef4e406 Bug 789743 - Ensure bgupdates executes PostUpdate successfully. r=ehsan 2012-09-20 15:40:45 -04:00
David Rajchenbach-Teller
32431c9037 Bug 790649 r=froydnj 2012-09-20 10:46:35 -04:00
Abhishek Potnis
bb3d25c6b9 Bug 786592 - Remove the logging of OS.Path.normalize from ospath_unix_back.jsm. r=yoric 2012-09-19 15:07:02 +05:30
Valentin Gosu
5fbd000e92 Bug 791088 - Add telemetry for Connection Manager transaction time. r=mcmanus 2012-09-19 20:24:58 -04:00
Chris Jones
570cf27a6d Bug 787436: Implement a "really really quit" watchdog to monitor normal shutdown and exit Gecko in a hurry if it takes too long. r=bent 2012-09-19 16:13:31 -07:00
Ehsan Akhgari
b5c39afb4e Bug 792502 - Kill the FunctionTimer code; r=vlad 2012-09-19 16:59:38 -04:00
Nathan Froyd
e8807f6b41 Bug 792039 - don't write Telemetry ping files for non-official builds; r=taras 2012-09-18 11:10:17 -04:00
Adam Dane [:hobophobe]
58808c3d56 Bug 87717 - Allow offline mode to connect to loopback r=mcmanus sr=cbiesinger 2012-09-17 18:45:10 -05:00
Josh Aas
70f0313550 Bug 777409: Remove Growl support. Replaced by Notification Center support on OS X 10.8, which has much smaller code size and doesn't do main thread i/o. r=dougt 2012-09-18 10:08:17 -04:00
Graeme McCutcheon
ca3842944a Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-09-18 12:46:06 +01:00
Tim Taubert
f4edf13852 merge m-c to fx-team 2012-09-18 11:27:53 +02:00