Commit Graph

131 Commits

Author SHA1 Message Date
Gregory Szorc
f9737cefa1 Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey 2011-11-01 15:45:23 -07:00
Ted Mielczarek
2e31bbbe25 bug 688877 - fix some usage of GetDlgItemText in Windows crashreporter. r=ehsan 2011-09-26 14:40:09 -04:00
Mike Hommey
b201a0ed20 Bug 688062 - Avoid linking the crash reporter against libmozutils. r=ted 2011-09-21 18:06:14 +02:00
Robert Strong
7d238e35b9 Bug 647296 - crashreporter.exe and updater.exe creates HKEY_CURRENT_USER\Software\Classes\Applications as a volatile key. r=khuey 2011-06-09 15:14:19 -07:00
Joel Maher
5996a9062e Bug 616999 - switch to a manifest format for xpcshell instead of walking directories. r=jhammel, a=test-only 2011-05-20 12:22:00 -04:00
Mike Hommey
f2e0cbff28 Bug 643690 part 1 - Avoid requiring libstdc++ symbol versions > GLIBCXX_3.4.8 (gcc > 4.1). r=ted,r=tglek 2011-04-15 11:03:17 +02:00
Mike Hommey
417172cb4c Bug 644297 - Avoid _MD5*/_SHA* symbols not found during Shark universal build. r=ted 2011-03-24 15:27:00 +01:00
L. David Baron
7438f3848d Backout changeset d60d8c1c1f8a (Bug 644297) for causing bug 644790. 2011-03-24 21:08:28 -07:00
Mike Hommey
7020500429 Bug 644297 - Avoid _MD5*/_SHA* symbols not found during Shark universal build. r=ted 2011-03-24 15:27:00 +01:00
Mike Hommey
8fce339970 Bug 584474 part 5 - Link necessary libraries to crashreporter client for MD5 and SHA1 on mac debug builds. r=ted 2011-02-25 15:02:04 +01:00
timeless
4812548d6e Bug 629986 unlabeled edit fields in the crash reporter r=ted a=bsmedberg 2011-02-14 12:20:02 -05:00
Robert Strong
5c75a42173 Bug 575266 - Mozilla Crash Reporter should not display all options but 'Close Window' - based on a patch from timeless. feedback=timeless, r=ted.mielczarek, a=approval2.0 2011-02-07 18:41:59 -08:00
timeless@mozdev.org
9bda36c7a6 Bug 587618 movePath:toPath:handler: is deprecated in UIMoveFile
r=ted a=bsmedberg
2011-01-05 14:11:56 -08:00
Mike Hommey
b7d4b53c0f Bug 605153 - Don't link crashreporter against libexception_handler_s. r=ted,a=bsmedberg 2010-11-07 09:20:50 +01:00
Ted Mielczarek
e230a1951b bug 595171 - crashreporter glue for Android. r=blassey a=blocking-fennec 2010-10-13 14:27:44 -04:00
Ted Mielczarek
88e82600f3 Bug 600408 - Fix crashreporter launching code to launch correct architecture on OS X 10.5. r=josh a=blocking-beta7 2010-10-01 15:56:25 -04:00
Mike Beltzner
0dde85af3a Bug 531881 - Improve crash reporter UI around the mail address r=beltzner a=blocking-beta7 2010-10-01 10:44:30 -07:00
Joel Maher
161d8ae5ae Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB 2010-09-10 10:20:38 -07:00
Josh Aas
30e05fb196 Add support for PrefSubmitReports in crash reporter's nsExceptionHandler on Mac OS X, which syncs with crash reporter client. Exposes crash submission pref in Firefox. b=542379 r=ted 2010-06-20 22:07:59 -04:00
Masatoshi Kimura
a50b072e40 Bug 567497 - "Files executed via download manager cause Win7 compatibility mode to permanently apply to firefox.exe and not downloaded file" [r=ted]
(transplanted from 63b89b3114614929b80a358163a2d1ae9feea91b)

--HG--
extra : transplant_source : c%B8%9B1%14aI%29%B8%0A5%81c%A2%D1%AE%9F%EE%A9%1B
2010-05-24 09:55:00 -04:00
Ted Mielczarek
019fb8dad6 bug 557113 - sort out crash report certificate issues on Maemo. r=mfinkle,johnath
--HG--
extra : rebase_source : 5bd378a2721eeef2cb3abc3b54e15429be7c2416
2010-04-09 16:52:04 -04:00
Ted Mielczarek
d75dd0bc03 bug 546538 - crash reporter ui for maemo. r=mfinkle
--HG--
rename : toolkit/crashreporter/client/crashreporter_linux.cpp => toolkit/crashreporter/client/crashreporter_gtk_common.cpp
rename : toolkit/crashreporter/client/crashreporter_unix.cpp => toolkit/crashreporter/client/crashreporter_unix_common.cpp
extra : rebase_source : 544ea2a4956ca55b094c0549b7474c135baa70c3
2010-04-07 13:06:17 -04:00
Chris Jones
7c959e67d7 Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol 2010-04-02 12:58:11 -05:00
Chris Jones
996c23e86b Backed out changeset cec7b12eb5e3 2010-04-02 13:20:22 -05:00
Chris Jones
94e6bcfee2 Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol 2010-04-02 12:58:11 -05:00
Justin Dolske
0763c9dd9f Bug 540532 - allow setting report submission preference via XPCOM. r=gavin, r=ted 2010-02-09 17:05:31 -08:00
Ginn Chen
49ab13420b Bug 527631 crashreporter failed to compile on Solaris r=ted.mielczarek 2010-01-13 17:03:30 +08:00
Ted Mielczarek
7fe14c4436 bug 514188 - sync to breakpad revision 463 to pick up Linux client rewrite (Mozilla changes). r=bsmedberg
--HG--
rename : toolkit/crashreporter/google-breakpad/src/common/mac/dwarf/Makefile.in => toolkit/crashreporter/google-breakpad/src/common/dwarf/Makefile.in
extra : rebase_source : 64c09b14945060aac4fa3a02a4281148e99d5097
2009-12-14 06:55:31 -05:00
Phil Ringnalda
d2bb3e348e Bug 536327 - Remove never human readable NSHumanReadableCopyright strings, r=josh,mano 2009-12-21 20:36:56 -08:00
Phil Ringnalda
ba67564a20 Bug 536124 - Update browser/toolkit copyright dates to 2010, r=gavin 2009-12-21 20:32:45 -08:00
Ted Mielczarek
b78f976ee8 Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
Backed out changeset 09e8d73fda8b
2009-12-16 09:28:50 -05:00
Ted Mielczarek
c2b264398f bug 514188 - sync to breakpad revision 437 to pick up Linux client rewrite (Mozilla changes). r=bsmedberg 2009-12-14 06:55:31 -05:00
David Dahl
b5c54b7e05 Bug 521923 - Stop client-side Windows "throttling". r=jmathies 2009-11-11 11:26:10 +01:00
Robert Strong
75d676942c Bug 513958 - Firefox silently fails to start if %APPDATA% variable is missing. r=jmathies, r=bsmedberg 2009-10-08 20:03:09 -07:00
Karl Tomlinson
9c673f6182 bug 408122 keep necessary dynamic libraries open for atexit callbacks r=ted
--HG--
extra : rebase_source : 24fff4b3b3c6b614a2be23da8832f60c2f399416
2009-09-28 11:34:39 +13:00
Karl Tomlinson
717b578899 bug 518244 move LoadProxyinfo to the main thread r=ted
--HG--
extra : rebase_source : 402d4a53ec72b8b9037e187dccbfbc8ecdb6300b
2009-09-28 11:33:06 +13:00
Karl Tomlinson
e29baaf989 bug 518241 gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed r=ted
--HG--
extra : rebase_source : dac32d1f0c38f1ec0704120a07b203e211282dc5
2009-09-28 11:32:49 +13:00
Ted Mielczarek
d9c906da0a bug 471054 - prune old crash reports in pending. fix a typo 2009-09-22 09:42:23 -04:00
Benjamin Smedberg
53ad5f6a34 Bug 471054 - Prune old crash reports in pending/, splitting code into crashreporter_win and crashreporter_unix files, r=ted 2009-09-22 09:08:22 -04:00
Karl Tomlinson
b87fc0f8cc bug 434997 remove gconf dependency from crashreporter client r=ted
--HG--
extra : rebase_source : ae12628ee2e5d9f5f4452b1dc2570de7248c9f4a
2009-08-26 09:25:17 -07:00
Benjamin Smedberg
2e9438fd2f Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
timeless@mozdev.org
c455d9beb7 Bug 455394 Crash reporter fails if your Firefox profile is in a volume other than /home
r=luser
2009-08-18 09:04:53 -07:00
Alex Faaborg
7351133899 Bug 386766 - Refresh refreshed crash reporter icons on Windows and OS X 2009-05-03 19:37:31 -07:00
Dão Gottwald
2d65422c19 Bug 386766 - new crash reporter icons for Windows and OS X. ui-r=faaborg, r=luser 2009-01-16 15:51:17 +01:00
Benjamin Smedberg
556ecf0d25 Bug 469862 followup - Tell the server that we support throttling (see bug 469863), r=ted 2009-01-07 11:50:29 -05:00
Phil Ringnalda
8aca67f326 Bug 470179 - Update browser/toolkit copyright dates to 2009, r=gavin 2008-12-31 18:54:17 -08:00
Benjamin Smedberg
5858310f3e Bug 469862 - Save crash reports in pending if the server discards the report due to server-side throttling, r=ted 2008-12-22 16:28:38 -05:00
Simon Bünzli
6a35d54e4e Bug 424644 - button for default action ("Restart Firefox") should be on the left. r=ted 2008-09-08 14:01:53 +02:00
timeless@mozdev.org
3d0d5dc15f Bug 427034 Crash/Error Reporter, Email field not disabled after submission
r=luser
2008-07-28 23:13:08 -07:00
Ted Mielczarek
c3cdbe9364 bug 406088 - crash reporter sucks in rtl, mac patch. r=dcamp 2008-07-02 15:14:57 -04:00