Commit Graph

28 Commits

Author SHA1 Message Date
Birunthan Mohanathas
fb4c86430b Bug 994708 - Part 1: Cleanup CrashSubmit.jsm. r=gps 2014-06-20 08:31:29 -07:00
Hubert Figuière
be0e9e9c74 Bug 867829 - Part 1: Delete crash dumps if we disabled reporting. f=kairo r=bsmedberg,fabrice 2013-05-02 12:57:41 -04:00
Drew Willcoxon
9815eb95b6 Bug 648675 - Allow comments and URL opt-in in content/plugin crash UI. r=dolske,ted 2013-02-14 15:57:50 -08:00
Hubert Figuière
6865de0843 Bug 814086 - Limit the size of the pending queue of crash reports to 10. r=bsmedberg
--HG--
extra : rebase_source : d4cb9a6f65d0838609b2f723f527ae90ba966459
2012-12-11 17:06:48 -05:00
Hubert Figuière
05d82fcac4 Bug 814078 - Submit all the pending crash dumps. r=fabrice,bsmerdberg
--HG--
rename : toolkit/components/places/tests/browser/favicon-normal16.png => toolkit/components/places/tests/favicons/favicon-normal16.png
rename : toolkit/components/places/tests/browser/browser_favicon_setAndFetchFaviconForPage_failures.js => toolkit/components/places/tests/favicons/test_setAndFetchFaviconForPage_failures.js
extra : rebase_source : 401e9fc46d7f3244fb1e9c0e54383521bbf5ead4
2012-12-06 16:27:49 -05:00
Kyle Huey
45adfbf2c8 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
e6e6deb486 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
7457de64ad Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Benjamin Smedberg
04d9897727 Bug 791009 part B - fix spelling and logic errors; don't add additional_minidumps to the extra data twice, r=ted
--HG--
extra : rebase_source : 0d46f9a86145092cfe0aac9fd4eee9cc783f94a4
2012-09-14 16:37:58 -04:00
Benjamin Smedberg
66c22fafd6 Bug 791009 - Misnamed variable in CrashSubmit.jsm causes an error when submitting a crash: "ReferenceError: extraData is not defined", r=ted
--HG--
extra : rebase_source : f3302a6c31fc2c68842e669f25897fa519ed5721
2012-09-13 15:20:12 -04:00
Benjamin Smedberg
903e5e35fb Bug 787410 - Allow overriding the plugin hang report submission URL via prefs (also allow overriding in general using MOZ_CRASHREPORTER_URL like the standalone client does), r?ted 2012-09-11 15:13:00 -04:00
Georg Fritzsche
40a04e4be6 Bug 784145 - When submitting hang reports, submit the browser report as a field of the plugin report instead of as a completely separate report. r=ted 2012-09-08 19:20:59 +02:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Till Schneidereit
2ee58c18ea Bug 718518. Remove in-tree uses of the nonstandard third argument to String.prototype.replace. r=dcamp,jgriffin,dao,ted,dtownsend 2012-01-18 16:10:39 -05:00
Kyle Huey
051b464a36 Bug 687332: Fix up CrashSubmit.jsm. r=ted 2011-09-29 12:06:36 -04:00
Josh Matthews
46f873c5ff Bug 548667 - Future-proof CrashSubmit against future argument additions. r=ted 2011-07-20 17:52:13 -07:00
Josh Matthews
0f806c704b Bug 548667 - Submit crash reports via FormData. r=ted 2011-07-20 17:51:55 -07:00
Josh Matthews
9beb953be8 Bug 636569 - Fix incorrect reference to this when crashes fail to submit. r=mossop a=2.0 2011-02-24 16:25:30 -05:00
Ted Mielczarek
17362ddaa6 bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-30 10:29:05 -04:00
Justin Dolske
157f21c04d Backed out changeset e112f68bc941 (bug 574357) due to test failures. 2010-06-29 22:45:30 -07:00
Ted Mielczarek
1ff7a5c880 bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-29 19:34:39 -04:00
Chris Jones
31122792bc Bug 517404: Create the Crash Reporter/submitted/ directory if it doesn't already exist. r=ted 2010-03-24 16:21:56 -05:00
Justin Dolske
1db3f5a1ce Bug 550293 - plugin-crashed UI needs more user opt-in. r=vlad, ui-r=faaborg 2010-03-16 22:10:08 -07:00
Justin Dolske
dcc6796023 Bug 545734 - need to hide the iframe used for submitting plugin crash reports. r=ted.mielczarek 2010-02-15 19:29:00 -08:00
Benjamin Smedberg
7dab97abc0 Leak fix for bug 539843. Make sure that .cleanup() is called in all the error conditions so that the pending-submit list is cleaned up. r=Mossop 2010-02-10 12:20:37 -05:00
Ted Mielczarek
cef39bfa9f bug 539843 - Need a mechanism for plugin crashed UI to trigger crash report submission. r=dtownsend
--HG--
rename : toolkit/crashreporter/content/crashes.js => toolkit/crashreporter/CrashSubmit.jsm
2010-02-09 17:05:31 -08:00