Граф коммитов

17693 Коммитов

Автор SHA1 Сообщение Дата
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
Ted Mielczarek f46595db1b bug 792850 - add an xpcshell test for our SetUnhandledExceptionFilter hook. r=ehsan 2012-09-20 10:57:08 -04:00
Ted Mielczarek b666926039 bug 705047 - re-enable OOP crashreporter tests on mac. r=philor 2012-09-20 10:50:21 -04:00
Daniel Holbert 530b9fbdef Bug 793498: Annotate nsMediaSniffer as MOZ_FINAL. r=padenot 2012-09-23 13:12:21 -07:00
Tim Taubert 5d8a345b75 merge m-c to fx-team 2012-09-23 18:16:07 +02: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
Tim Taubert f2bb0c882c Bug 650968 - Enabling a lightweight theme (Persona) causes significant startup slowness; r=felipe 2012-09-22 21:24:26 +02:00
Mark Capella 1d3ea2403b Bug 791662 - Add toaster notification to Copy-to-clipboard in about:support, r=margaret, f=mfinkle 2012-09-22 13:12:30 -04:00
Mark Capella 3182768237 Bug 792060 - about:memory?verbose is unusable, r=margaret 2012-09-22 13:12:10 -04:00
Panos Astithas 4bc32fff08 Bug 792867 - Debugger mochitests leak when run separately. r=rcampbell 2012-09-22 18:44:00 +03:00
Panos Astithas c403cb27a4 Bug 790202 - Protocol layer performance overhead is too much for local transports. f=msucan r=rcampbell 2012-09-22 18:44:00 +03:00
Marcos S 82e668a624 Bug 758950 - Part 2b: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-09-17 15:14:00 +12:00
Marcos S e6eeace5fb Bug 758950 - Part 2a: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused 2012-09-21 22:35:00 +12:00
Tim Taubert 9849e3594b merge m-c to fx-team 2012-09-22 09:32:24 +02:00
Jared Wein 8fff885092 Bug 786420 - New volume control scrubber is displaced horizontally by 1px. r=dolske 2012-09-21 14:53:34 -07:00
Anton Kovalyov bb92ccb47c Bug 788769 - The update function in dbg-script-actors.js should also copy getters and setters to the target object. r=past,nfitzgerald 2012-09-20 16:44:25 -07:00
Anton Kovalyov 55fd251b7f Bug 785044 - Replace the ThreadActor's private debugger object and its getter with a public property. r=past 2012-09-20 14:15:15 -07:00
Panos Astithas f4d41c8144 Bug 790952 - Debugger server always creates new actor instances. f=glandium r=rcampbell 2012-09-21 09:04:21 +03:00
Ms2ger abf742d34d Merge PGO-green changeset from m-i to m-c. 2012-09-20 11:51:47 +02:00
Tim Taubert 646344e386 merge m-c to fx-team 2012-09-20 11:36:34 +02:00
Ms2ger 4cf7905fe1 Bug 581198 - Remove xpcom/io from LOCAL_INCLUDES; r=ted 2012-09-20 09:55:36 +02:00
Ray Cheung 712265bc79 Bug 779500 - WebFM, r=jlebar,glandium sr=jonas 2012-09-19 11:23:33 -04:00
Graeme McCutcheon c183f67a15 Merge last PGO green changeset from mozilla-inbound to mozilla-central 2012-09-19 15:15:34 +01:00
Chris Jones 6f9d988c50 Bug 791902: updater umask needs to be 0022. r=dhylands 2012-09-19 01:48:14 -07:00
Tim Taubert 509b7e87b9 merge m-c to fx-team 2012-09-19 08:51:18 +02:00
Graeme McCutcheon f35f4e230e Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-09-18 12:46:06 +01:00
Tim Taubert 5d520a7fe7 merge m-c to fx-team 2012-09-18 11:30:47 +02:00
Tim Taubert 591b7d6b5c merge m-c to fx-team 2012-09-18 11:27:53 +02:00
Panos Astithas 896f520d2f Remove redundant check for Debugger.Object.displayName property (bug 786711). r=jimb 2012-09-18 10:30:02 +03:00
Blair McBride 62800a36c3 Backout 7209f50695da (bug 788378) due to debug xpcshell orange 2012-09-18 19:27:55 +12:00
Blair McBride 898ee79d56 Bug 788378 - Add guards to the AddonManager/AddonManagerInternal getters and setters, to ensure they're not used before startup/after shutdown. r=Mossop 2012-09-18 16:49:42 +12:00
Blair McBride 914816c553 Bug 788378 - Add guards to the AddonManager/AddonManagerInternal getters and setters, to ensure they're not used before startup/after shutdown. r=Mossop 2012-09-18 16:49:42 +12:00
Blair McBride 5622f195d5 Bug 788416 - Remove ancient and unused tests in toolkit\mozapps\extensions\test\unit. r=Mossop 2012-09-18 16:48:01 +12:00
Ed Morley fb64dc10dd Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks 2012-09-17 16:54:09 +01:00
Benoit Jacob 3321942c35 Bug 786383 - add MOZ_AVOID_OPENGL_ALTOGETHER option - r=karlt 2012-09-21 13:44:35 -04:00
Ehsan Akhgari dc32cead74 Merge mozilla-central into mozilla-inbound 2012-09-21 13:34:50 -04:00
Brian R. Bondy 6c1323ecd3 Bug 737833 - Only do metro registration for metro builds. r=rstrong 2012-09-17 15:22:33 -04:00
Brian R. Bondy 866853f1b2 Bug 737833 - Add Win8 to NSIS OS detection log. r=rstrong 2012-09-17 15:22:33 -04:00
Brian R. Bondy 8d0475bda7 Bug 737833 - Add support for clearing out orphaned entries. r=rstrong 2012-09-17 15:22:33 -04:00
Ted Mielczarek 8366731c85 bug 733501 - Fix crashreporter xpcshell tests to actually run. r=jmaher 2012-09-13 15:43:28 -04:00
Ted Mielczarek 074526c766 bug 791775 - Update to Breakpad SVN r1047. r=glandium
--HG--
rename : toolkit/crashreporter/google-breakpad/src/third_party/linux/include/glog/log_severity.h => toolkit/crashreporter/google-breakpad/src/third_party/glog/src/glog/log_severity.h
2012-09-25 07:52:54 -04:00
Nathan Froyd 6b2ae3179b Bug 781213 - remove chmod on telemetry saved-pings directory; r=taras 2012-09-13 07:33:35 -04:00
Mike Hommey b36036dcc8 Bug 751034 part 3 - Send notifications through remote debugging protocol when the profiler starts/stops. r=past 2012-09-13 00:14:12 +02:00
Mike Hommey b6e56083ee Bug 751034 part 2 - Add profiler actor when adding the browser actors. r=past 2012-09-13 14:40:16 +02: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
Phil Ringnalda b5123fb830 Back out 1e7050c52cb9 (bug 792850), 776f7325952b (bug 705047), 2e1be0680e70 (bug 733501), 6adef296963c (bug 791775), b8397781f862 (bug 792391) for WinXP hangs and suspicion of breaking Android stacks 2012-09-20 14:38:14 -07:00
Brian R. Bondy 3a2cf3d366 Bug 737833 - Metro style enabled desktop browser installer registration. r=rstrong 2012-09-11 14:58:58 -04:00
Brian R. Bondy 4c7deba14e Bug 737833 - Add logiclib tests for Windows 8. r=rstrong 2012-09-11 14:59:07 -04:00
Brian R. Bondy 885bebe938 Bug 791687 - Remove NSIS 2.33 support since everything is upgraded to NSIS 2.46. r=rstrong 2012-09-21 10:05:23 -04:00
Brian R. Bondy 6e0f9911b0 Bug 789743 - Ensure bgupdates executes PostUpdate successfully. r=ehsan 2012-09-20 15:40:45 -04:00
Georg Fritzsche d47a7a81a3 Bug 791215 - Fix RangeError in fake crashreport server when the request body is too big. r=ted 2012-09-17 19:47:14 +02:00
Ryan VanderMeulen 4cc66c38b4 Merge inbound to m-c. 2012-09-22 08:28:28 -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
Chris Ilias 42a39dcfe4 Bug 792666 - Add browser.urlbar prefs to about:support. r=zpao 2012-09-21 23:36:16 -04: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
Jared Wein 395fc4a655 Bug 781588 - [Perf] Refactor formatValue to increase performance by 40%. r=felipe
Removed a couple of regular expressions from formatValue and replace them with simple string manipulation.

The property access of this.editor was taking 5% of the formatValue function. Switching it to a field removes this extra overhead.
2012-09-21 16:03:23 -07:00
Jan Beich 03d2fe0829 Bug 789436 - Remove one more SIGFPE workaround for FreeBSD. r=sicking 2012-09-18 21:35:04 -04:00
Hiroyuki Ikezoe a2f6169aae Bug 788938 - Use MOZILLA_DIR instead of topsrcdir to include packager.mk from comm-central. r=ted 2012-09-18 21:35:03 -04:00
Andres Hernandez 2267136e3c Bug 721165 - Extract repeated code for retrieving CHANNEL information from Blocklist and Telemetry to a javascript module r=gavin 2012-09-10 10:54:41 -06:00
Michael Wu 74b74d66d7 Bug 791269 - dlopen opensl library, r=kinetik 2012-09-15 15:52:34 -04:00
Patrick McManus d64080bb5a bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh 2012-09-14 16:27:46 -04:00
Adam Dane [:hobophobe] 1b8626417a Bug 787624 - Test for bug 787624. r=roc 2012-09-14 15:00:21 -05:00
Paul Adenot 8ac3fd19fd Bug 790132 - Add a test to make sure media sniffing occurs only when we want. r=bz 2012-09-12 13:04:01 -07:00
Phil Ringnalda 22447467e3 Back out 486dcdbdfa23 (bug 787624) for Android failures 2012-09-13 20:47:03 -07:00
Adam Dane [:hobophobe] 058232c2f8 Bug 787624 - Test for bug 787624. r=roc 2012-09-13 19:38:38 -05:00
Adam Dane [:hobophobe] 0c4755bc0c Bug 787624 - Form scrolling for popups should use SCROLL_IF_NOT_VISIBLE. r=roc 2012-09-12 21:53:28 -05:00
Josh Matthews c5574afd30 Bug 789546 - Convert all JS users of imgICache service to use privacy-aware imgITools API instead. r=ehsan 2012-09-17 12:18:40 -04:00
Frank Yan ddd7b6ff07 Bug 790736 - Trigger clickSelectsAll (if applicable) upon opening textbox context menu. r=enndeakin 2012-09-15 18:46:13 -05:00
Koosha Khajeh Moogahi dcf81f4fb0 Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg 2012-09-14 14:30:31 +04:30
Michal Novotny 245dcc3f73 Bug 723362 - Make an asynchronous variant of nsCacheEntryDescriptor::Doom, r=hurley 2012-09-17 23:31:46 +02:00
Nathan Froyd f6fe9ef516 Bug 788704 - add telemetry for enablePrivilege; r=bholley 2012-09-17 17:03:42 -04:00
Benoit Girard b80842661e Bug 751034 - Support remote profiling Via Remote debugging protocol. r=past,rcampbell 2012-09-06 16:55:55 +03:00
Panos Astithas 65d78a9986 Bug 781515 - Use a default allowConnection handler in dbg-server.js so that add-ons don't have to provide their own. r=rcampbell, f=Pike,mgoodwin 2012-09-20 09:40:01 +03:00
Panos Astithas 152572b05a Bug 789114 - Make B2G and Fennec browser actors inherit the extensibility API changes. f=glandium r=msucan,mfinkle,vingtetun 2012-09-20 09:38:11 +03:00
Panos Astithas cf0e138e04 Bug 753401 - The debugger server root and tab actors should be easily extensible; r=rcampbell
--HG--
rename : browser/devtools/debugger/test/browser_dbg_contextactor-02.js => browser/devtools/debugger/test/browser_dbg_globalactor-01.js
2012-09-20 09:36:32 +03:00
Ehsan Akhgari 145e6f9783 Bug 741059 - Part 4: Update the callers to mozIAsyncFavicon::SetAndFetchFaviconForPage; r=jdm,bz,mak 2012-09-06 00:34:50 -04: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
Brian R. Bondy db8d762040 Bug 793461 - Uninstalling metro browser now removes appusermodelid reg keys. r=jimm 2012-09-22 21:52:50 -04:00
Gavin Sharp 47bb40cbaa Bug 770063: disable intermittently passing todos, r=mattn 2012-09-24 12:59:27 -07:00
Cameron Kaiser 6aedfb8f1b Bug 793523 - Fix bookmarks search on big-endian platforms.
r=mak
2012-09-24 21:28:51 +02:00
Ehsan Akhgari 0c56f15dbc Bug 741059 - Part 2: Use the nsIChannel::SetPrivate API to set the private bit on the favicon channel loads based on the knowledge of the caller of the favicon loading API; r=mak 2012-09-04 20:38:00 -04:00
Drew Willcoxon 9ed24236c4 Bug 554174 - Follow-up, fix Windows-only JS syntax error 2012-09-18 15:43:14 -07:00
Adam Dane [:hobophobe] b6f4fdb364 Bug 87717 - Allow offline mode to connect to loopback r=mcmanus sr=cbiesinger 2012-09-17 18:45:10 -05:00
Drew Willcoxon 95f90f3341 Bug 789674 - Update about:support to use Troubleshoot.jsm. r=felipe 2012-09-18 13:30:41 -07:00
Drew Willcoxon e7184918ed Bug 554174 - Make about:support information easily parseable. r=felipe 2012-09-18 13:25:06 -07: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
Valentin Gosu 128a63b096 Bug 791088 - Add telemetry for Connection Manager transaction time. r=mcmanus 2012-09-19 20:24:58 -04:00
Chris Jones e2c1ec4c18 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
Matt Woodrow 6f5a5e2a30 Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
* * *
[mq]: test-fixes
2012-08-29 17:48:13 +12:00
Gordon P. Hemsley d3bb4419f6 Bug 724594 - Rename 'Scots Gaelic' to 'Scottish Gaelic' [gd]. r=smontagu 2012-09-04 11:51:20 -04:00
Gordon P. Hemsley 0e41d7982d Bug 586085 - Add support for Kashubian [csb], Hawaiian [haw], and Hiligaynon [hil]. r=smontagu 2012-09-13 13:44:02 -04:00
Gordon P. Hemsley 6d2faee614 Bug 535422 - Add support for Lower Sorbian [dsb]. r=smontagu 2012-09-13 13:22:30 -04:00
Ed Morley 483772a3a4 Backout 3182f9d08c2d (bug 347307), 2a30593cca79 (bug 507578), b87b27f5a417 (bug 769764) for m-oth permaorange in browser_463205.js 2012-09-13 22:42:29 +01:00
Ed Morley aff2cde357 Merge mozilla-central to mozilla-inbound 2012-09-13 21:03:10 +01:00
Ed Morley 7957a754a7 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-13 20:52:14 +01:00
Benjamin Smedberg 8b4f430cb8 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
Patrick McManus 2fbed15e29 bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh 2012-09-13 15:22:56 -04:00
Mark Capella a30d1ec054 Bug 780442 - About:Memory page buttons are overlapping, oversized, r=margaret, njn 2012-09-13 10:47:31 -04:00
Ed Morley 2bacc330f2 Backout 815b5a243315 (bug 781213) for xpcshell failures 2012-09-13 15:23:53 +01:00
Victor Porof 7bc2928b26 Merge fx-team to m-c 2012-09-13 13:42:13 +03:00
Panos Astithas 3b9100236a Bug 785689 - Debugger breaking when it shouldn't. r=msucan,vporof 2012-09-12 14:10:05 +03:00
Justin Lebar 9115d2104a Bug 790615 - Add the MEMORY_RESIDENT telemetry histogram back. r=froydnj 2012-09-13 08:18:35 -04:00
Nathan Froyd 02e2d2aa80 Bug 781213 - remove chmod on telemetry saved-pings directory; r=taras 2012-09-13 07:33:35 -04:00
Jared Wein 170c1aebec Bug 790278 - Add Social API prefs to about:support. r=gavin 2012-09-12 16:59:03 -04:00
Ed Morley 3f2da063b0 Merge mozilla-central to mozilla-inbound 2012-09-12 21:58:18 +01:00
Ed Morley e37982cedb Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-12 21:50:56 +01:00
Mike Hommey 5efe9f6895 Backout changeset d2cf237d02fd (bug 787165) for l10n updates bustage 2012-09-12 17:52:06 +02:00
Marco Bonardo e3438d76b6 Bug 751813 - Stop spewing to the console about Places Maintenance.
r=paolo
2012-09-12 12:02:07 +02:00
Benjamin Smedberg 76a50aec21 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
Ehsan Akhgari cf8005c533 Bug 789422 - Part 3: Update the unit tests to test for the new behavior; r=rstrong 2012-09-11 14:12:51 -04:00
Ehsan Akhgari 51d5a9e2b2 Bug 789422 - Part 2: Ensure that the update.status directory exists before attempting to write to it; r=rstrong 2012-09-11 14:12:34 -04:00
Ehsan Akhgari f12ec046b4 Bug 789422 - Part 1: Remove UpdateStatusText because it does the exact same thing as UpdateStatusFile(const char*); r=rstrong 2012-09-11 14:11:54 -04:00
Mark Hammond 59b9e1da5d Bug 788405 - variables created via importScripts should be globals. r=gavin 2012-09-12 12:48:38 +10:00
Steven Lee b8261d4904 Bug 714358: Time manager interface. f=mounir, sr=mounir 2012-09-10 07:14:00 -04:00
Rafael Ávila de Espíndola 19b716d458 Bug 787334 - make package for XULRunner builds fails with "run-mozilla.sh: No such file or directory. r=glandium.
revert 785102 now that we lazy load xul.
2012-09-11 08:54:43 -04:00
Nathan Froyd 2e7cb9d270 Bug 789371 - fix min/max/n_buckets for boolean and flag histograms; r=taras 2012-09-11 04:33:16 -04:00
Masayuki Nakano cde384043e Bug 789852 Use getComplexValue() with nsIFile for view_source.editor.path, which supports unicode path r=gavin 2012-09-11 17:20:06 +09:00
Bobby Holley 7cfe3c427e Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8 2012-09-11 01:05:10 -07:00
Mike Hommey 3fe8227ef6 Bug 787165 - Move omnijar packaging out of installer-stage and install rules. r=ted 2012-09-11 09:42:49 +02:00
Ehsan Akhgari eca4890894 Bug 789958 - Do not attempt to modify the file permissions in the updater if the file is being opened in read-only mode; r=rstrong 2012-09-10 23:43:12 -04:00
Yury 61edd4cd2e Bug 787820 - Can't open downloaded files directly. r=mak 2012-09-12 22:24:00 -04:00
Masatoshi Kimura 4303a9ec6b Bug 787757 - Use INTERNET_PER_CONN_FLAGS_UI if available. r=jimm 2012-09-12 22:24:00 -04:00
Mark Hammond 13a1a3bd93 Bug 788100 - Remove social.initialize-response message. r=jaws 2012-09-12 12:48:38 +10:00
Mark Hammond ef02d6e439 Bug 787511 - rename SocialProvider._getWorkerPort to getWorkerPort, remove SocialProvider.port. r=jaws 2012-09-12 12:48:38 +10:00
Phil Ringnalda a109831d75 Back out df2ddcab7143 (bug 788100), d9e96444da92 (bug 788405), 092a8add22fd (bug 787511) for xpcshell bustage 2012-09-11 20:46:34 -07:00
Mark Hammond a2d0472c4d Bug 788100 - Remove social.initialize-response message. r=jaws 2012-09-12 12:48:38 +10:00
Mark Hammond 5738c02337 Bug 788405 - variables created via importScripts should be globals. r=gavin 2012-09-12 12:48:38 +10:00
Mark Hammond 654ed0131c Bug 787511 - rename SocialProvider._getWorkerPort to getWorkerPort, remove SocialProvider.port. r=jaws 2012-09-12 12:48:38 +10:00
Ehsan Akhgari 1f6e5dc5cc Bug 790453 - Rename the pref for background updates to app.update.staging.enabled; r=rstrong 2012-09-11 22:13:14 -04:00
Jan Beich f74b7841f8 Bug 789693 - Unify CalculateProcessCreationTimestamp() on OS X and BSDs. r=tglek 2012-09-11 21:49:39 -04:00
Panos Astithas 7b37b54fa1 Use the statically-inferred name for anonymous functions (bug 786711) r=msucan,vporof 2012-09-10 11:48:52 +03:00
Nicholas Nethercote d72524cd51 Bug 768470 - Add ability to import/export memory reports as JSON. r=jlebar.
--HG--
extra : rebase_source : 8e03a7e8c82204ea8e353a9ba583c4d53917a267
2012-08-27 18:14:14 -07:00
Mike Hommey 16daad165b Fixup for bug 787165. r=ted 2012-09-20 19:36:07 +02:00
Ted Mielczarek e3a4d3e1d6 bug 792850 - add an xpcshell test for our SetUnhandledExceptionFilter hook. r=ehsan
--HG--
extra : rebase_source : f289d7d8214bcfdd90baeae8c47e2747de806426
2012-09-20 10:57:08 -04:00
Ted Mielczarek 5ff65e7f4e bug 705047 - re-enable OOP crashreporter tests on mac. r=philor
--HG--
extra : rebase_source : 236feba96adcd72c40ef1b2c6934b70220803720
2012-09-20 10:50:21 -04:00
Ted Mielczarek 429a57acfc bug 733501 - Fix crashreporter xpcshell tests to actually run. r=jmaher
--HG--
extra : rebase_source : fbda47ca470ea6325aca5f99ab1a59fe911aafdd
2012-09-13 15:43:28 -04:00