Alexandre Poirot
8851557bca
Bug 787313 - Add /attach-console
argument on Windows in order to attach Firefox std IO to parent console. r=ted
2012-09-25 12:58:08 -04:00
Ted Mielczarek
49490df03d
bug 791775 - Replace a diff hunk that got lost from the previous landing. r=me
2012-09-25 08:42:57 -04:00
Bobby Holley
4000987cdb
Bug 792036 - More manual fixes requested by Andrew. r=mccr8
2012-09-24 14:46:29 +02:00
Bobby Holley
5af5a73d3d
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
c64d31c5e0
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
145db5ef65
bug 792850 - add an xpcshell test for our SetUnhandledExceptionFilter hook. r=ehsan
2012-09-20 10:57:08 -04:00
Ted Mielczarek
072f55125f
bug 705047 - re-enable OOP crashreporter tests on mac. r=philor
2012-09-20 10:50:21 -04:00
Daniel Holbert
36b7160838
Bug 793498: Annotate nsMediaSniffer as MOZ_FINAL. r=padenot
2012-09-23 13:12:21 -07:00
Tim Taubert
b5b498075a
merge m-c to fx-team
2012-09-23 18:16:07 +02:00
David Rajchenbach-Teller
312324b83a
Bug 777711 - Async OS.File makefile changes. r=yoric
2012-09-22 20:48:26 -04:00
David Rajchenbach-Teller
8984a78b61
Bug 777711 - Async OS.File test suite. r=taras
2012-09-22 20:48:26 -04:00
David Rajchenbach-Teller
aab8da4b44
Bug 777711 - Async OS.File worker. r=taras
2012-09-22 20:48:26 -04:00
David Rajchenbach-Teller
0a5755149b
Bug 777711 - Async OS.File controller. r=taras
2012-09-22 20:48:25 -04:00
David Rajchenbach-Teller
abfdf3f22d
Bug 792668 - Simplify code shared between implementations of HANDLE. r=froydnj
2012-09-22 17:11:44 -04:00
Tim Taubert
a04b82ca78
Bug 650968 - Enabling a lightweight theme (Persona) causes significant startup slowness; r=felipe
2012-09-22 21:24:26 +02:00
Mark Capella
6a917948b4
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
9d83880a96
Bug 792060 - about:memory?verbose is unusable, r=margaret
2012-09-22 13:12:10 -04:00
Panos Astithas
2ede8468f0
Bug 792867 - Debugger mochitests leak when run separately. r=rcampbell
2012-09-22 18:44:00 +03:00
Panos Astithas
9064d9fdd2
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.
3665bcb073
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.
d53801e41f
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
4e226abf53
merge m-c to fx-team
2012-09-22 09:32:24 +02:00
Jared Wein
87ce66bdd9
Bug 786420 - New volume control scrubber is displaced horizontally by 1px. r=dolske
2012-09-21 14:53:34 -07:00
Anton Kovalyov
157d2e8fdc
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
903bd6fd23
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
ed4255be0f
Bug 790952 - Debugger server always creates new actor instances. f=glandium r=rcampbell
2012-09-21 09:04:21 +03:00
Ms2ger
5b4f3272e0
Merge PGO-green changeset from m-i to m-c.
2012-09-20 11:51:47 +02:00
Tim Taubert
cb008a204e
merge m-c to fx-team
2012-09-20 11:36:34 +02:00
Ms2ger
ab95b96a10
Bug 581198 - Remove xpcom/io from LOCAL_INCLUDES; r=ted
2012-09-20 09:55:36 +02:00
Ray Cheung
655d78e09d
Bug 779500 - WebFM, r=jlebar,glandium sr=jonas
2012-09-19 11:23:33 -04:00
Graeme McCutcheon
13c767cf84
Merge last PGO green changeset from mozilla-inbound to mozilla-central
2012-09-19 15:15:34 +01:00
Chris Jones
578a772282
Bug 791902: updater umask needs to be 0022. r=dhylands
2012-09-19 01:48:14 -07:00
Tim Taubert
fe2b753195
merge m-c to fx-team
2012-09-19 08:51:18 +02:00
Graeme McCutcheon
1159bc1db9
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-09-18 12:46:06 +01:00
Tim Taubert
f06f54f577
merge m-c to fx-team
2012-09-18 11:30:47 +02:00
Tim Taubert
0589c1c5f2
merge m-c to fx-team
2012-09-18 11:27:53 +02:00
Panos Astithas
09463803b4
Remove redundant check for Debugger.Object.displayName property (bug 786711). r=jimb
2012-09-18 10:30:02 +03:00
Blair McBride
ab73d21425
Backout 7209f50695da (bug 788378) due to debug xpcshell orange
2012-09-18 19:27:55 +12:00
Blair McBride
908bb68c06
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
308f9d21d5
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
6e897d31ae
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
51dcc7dff7
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
88a9c1dd5e
Bug 786383 - add MOZ_AVOID_OPENGL_ALTOGETHER option - r=karlt
2012-09-21 13:44:35 -04:00
Ehsan Akhgari
9b049ad563
Merge mozilla-central into mozilla-inbound
2012-09-21 13:34:50 -04:00
Brian R. Bondy
4708d2f7d5
Bug 737833 - Only do metro registration for metro builds. r=rstrong
2012-09-17 15:22:33 -04:00
Brian R. Bondy
53d04a8b76
Bug 737833 - Add Win8 to NSIS OS detection log. r=rstrong
2012-09-17 15:22:33 -04:00
Brian R. Bondy
f4547edc0c
Bug 737833 - Add support for clearing out orphaned entries. r=rstrong
2012-09-17 15:22:33 -04:00
Ted Mielczarek
93a2b380cb
bug 733501 - Fix crashreporter xpcshell tests to actually run. r=jmaher
2012-09-13 15:43:28 -04:00
Ted Mielczarek
8c680f7866
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
713249b24b
Bug 781213 - remove chmod on telemetry saved-pings directory; r=taras
2012-09-13 07:33:35 -04:00
Mike Hommey
4e94d3a722
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
614cf671dc
Bug 751034 part 2 - Add profiler actor when adding the browser actors. r=past
2012-09-13 14:40:16 +02:00
Nathan Froyd
5c3d3ea34c
Bug 792094 - part 2: handle exceptions thrown by sync .write; r=taras
2012-09-20 11:26:04 -04:00
Nathan Froyd
a7769f4363
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
9793dac4c0
Bug 781617 - autoFill should respect user's input.
...
r=unfocused
2012-09-21 16:56:20 +02:00
Phil Ringnalda
6d50fa80a7
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
f447cc0aed
Bug 737833 - Metro style enabled desktop browser installer registration. r=rstrong
2012-09-11 14:58:58 -04:00
Brian R. Bondy
487815a611
Bug 737833 - Add logiclib tests for Windows 8. r=rstrong
2012-09-11 14:59:07 -04:00
Brian R. Bondy
779abadc38
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
ef70b83dd8
Bug 789743 - Ensure bgupdates executes PostUpdate successfully. r=ehsan
2012-09-20 15:40:45 -04:00
Georg Fritzsche
089727508b
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
fa467918aa
Merge inbound to m-c.
2012-09-22 08:28:28 -04:00
Andres Hernandez
ed2022de9c
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
95f3137c69
Bug 792666 - Add browser.urlbar prefs to about:support. r=zpao
2012-09-21 23:36:16 -04:00
David Rajchenbach-Teller
cea5170832
Bug 782231 - Testsuite for the new features of DirectoryIterator. r=froydnj
2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
cd25d0694b
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
b4cfe92218
Bug 782231 - Implement DirectoryIterator.prototype.nextBatch. r=froydnj
2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
37a991847c
Bug 782231 - Implement DirectoryIterator.prototype.forEach. r=froydnj
2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
61afa94a58
Bug 782231 - Share code between implementations of DirectoryIterator. r=froydnj
2012-09-21 23:36:15 -04:00
David Rajchenbach-Teller
00708a5c02
Bug 790633 - Make FindClose errors visible to the test suite. r=froydnj
2012-09-21 23:36:14 -04:00
Jared Wein
5672eb81ee
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
bc9f21a957
Bug 789436 - Remove one more SIGFPE workaround for FreeBSD. r=sicking
2012-09-18 21:35:04 -04:00
Hiroyuki Ikezoe
c93007845c
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
ba43cd94bb
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
90db171045
Bug 791269 - dlopen opensl library, r=kinetik
2012-09-15 15:52:34 -04:00
Patrick McManus
cd31dfef08
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]
b6842875b3
Bug 787624 - Test for bug 787624. r=roc
2012-09-14 15:00:21 -05:00
Paul Adenot
d1b985c6a9
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
9d64853cc0
Back out 486dcdbdfa23 (bug 787624) for Android failures
2012-09-13 20:47:03 -07:00
Adam Dane [:hobophobe]
114932bff7
Bug 787624 - Test for bug 787624. r=roc
2012-09-13 19:38:38 -05:00
Adam Dane [:hobophobe]
817f867d4e
Bug 787624 - Form scrolling for popups should use SCROLL_IF_NOT_VISIBLE. r=roc
2012-09-12 21:53:28 -05:00
Josh Matthews
f4e16afc9a
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
05c0b1f811
Bug 790736 - Trigger clickSelectsAll (if applicable) upon opening textbox context menu. r=enndeakin
2012-09-15 18:46:13 -05:00
Koosha Khajeh Moogahi
e98cd6bf45
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
a38d2db36d
Bug 723362 - Make an asynchronous variant of nsCacheEntryDescriptor::Doom, r=hurley
2012-09-17 23:31:46 +02:00
Nathan Froyd
a25cbdd079
Bug 788704 - add telemetry for enablePrivilege; r=bholley
2012-09-17 17:03:42 -04:00
Benoit Girard
64e4b4e648
Bug 751034 - Support remote profiling Via Remote debugging protocol. r=past,rcampbell
2012-09-06 16:55:55 +03:00
Panos Astithas
2df4be745b
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
cafd096c1e
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
3c23735c98
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
c578fadd65
Bug 741059 - Part 4: Update the callers to mozIAsyncFavicon::SetAndFetchFaviconForPage; r=jdm,bz,mak
2012-09-06 00:34:50 -04:00
Jared Wein
61432139c7
Backed out changeset 32d1752fb7ba (bug 786095)
2012-09-24 16:03:59 -07:00
Jared Wein
fa4ba904ea
Bug 786095 - Initially disable Social API when in safe mode. r=felipe
2012-09-24 14:57:12 -07:00
Brian R. Bondy
f91c06c71e
Bug 793461 - Uninstalling metro browser now removes appusermodelid reg keys. r=jimm
2012-09-22 21:52:50 -04:00
Gavin Sharp
3cc53fe881
Bug 770063: disable intermittently passing todos, r=mattn
2012-09-24 12:59:27 -07:00
Cameron Kaiser
5ac3454662
Bug 793523 - Fix bookmarks search on big-endian platforms.
...
r=mak
2012-09-24 21:28:51 +02:00
Ehsan Akhgari
dd7fefe23a
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
18f2ce621d
Bug 554174 - Follow-up, fix Windows-only JS syntax error
2012-09-18 15:43:14 -07:00
Adam Dane [:hobophobe]
fe6d81410d
Bug 87717 - Allow offline mode to connect to loopback r=mcmanus sr=cbiesinger
2012-09-17 18:45:10 -05:00
Drew Willcoxon
40e7c68475
Bug 789674 - Update about:support to use Troubleshoot.jsm. r=felipe
2012-09-18 13:30:41 -07:00
Drew Willcoxon
b2c655c867
Bug 554174 - Make about:support information easily parseable. r=felipe
2012-09-18 13:25:06 -07:00
Abhishek Potnis
b88dfa40fc
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
3793f9760c
Bug 791088 - Add telemetry for Connection Manager transaction time. r=mcmanus
2012-09-19 20:24:58 -04:00
Chris Jones
ec1152c106
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
6bcc0bc124
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
bf59fabb9b
Bug 724594 - Rename 'Scots Gaelic' to 'Scottish Gaelic' [gd]. r=smontagu
2012-09-04 11:51:20 -04:00
Gordon P. Hemsley
934d0bab15
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
1b3b25bffb
Bug 535422 - Add support for Lower Sorbian [dsb]. r=smontagu
2012-09-13 13:22:30 -04:00
Ed Morley
2ee5369324
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
d9d8826fca
Merge mozilla-central to mozilla-inbound
2012-09-13 21:03:10 +01:00
Ed Morley
df5b48bf82
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-09-13 20:52:14 +01: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
Patrick McManus
183e115253
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
7d43cd8bad
Bug 780442 - About:Memory page buttons are overlapping, oversized, r=margaret, njn
2012-09-13 10:47:31 -04:00
Ed Morley
b4e2e4ae1a
Backout 815b5a243315 (bug 781213) for xpcshell failures
2012-09-13 15:23:53 +01:00
Victor Porof
96f3c7d7f9
Merge fx-team to m-c
2012-09-13 13:42:13 +03:00
Panos Astithas
268082385c
Bug 785689 - Debugger breaking when it shouldn't. r=msucan,vporof
2012-09-12 14:10:05 +03:00
Justin Lebar
670cb9961b
Bug 790615 - Add the MEMORY_RESIDENT telemetry histogram back. r=froydnj
2012-09-13 08:18:35 -04:00
Nathan Froyd
23bdd36eb1
Bug 781213 - remove chmod on telemetry saved-pings directory; r=taras
2012-09-13 07:33:35 -04:00
Jared Wein
4081397ae9
Bug 790278 - Add Social API prefs to about:support. r=gavin
2012-09-12 16:59:03 -04:00
Ed Morley
ea14a0d709
Merge mozilla-central to mozilla-inbound
2012-09-12 21:58:18 +01:00
Ed Morley
2e19324705
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-09-12 21:50:56 +01:00
Mike Hommey
bd662b6618
Backout changeset d2cf237d02fd (bug 787165) for l10n updates bustage
2012-09-12 17:52:06 +02:00
Marco Bonardo
80d98fd960
Bug 751813 - Stop spewing to the console about Places Maintenance.
...
r=paolo
2012-09-12 12:02:07 +02: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
Ehsan Akhgari
72aeeaa3e9
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
7b006a90b5
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
6c01ea7f35
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
93a9e9fe7b
Bug 788405 - variables created via importScripts should be globals. r=gavin
2012-09-12 12:48:38 +10:00
Steven Lee
1085335781
Bug 714358: Time manager interface. f=mounir, sr=mounir
2012-09-10 07:14:00 -04:00
Rafael Ávila de Espíndola
3ef0b56a7b
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
d28f455738
Bug 789371 - fix min/max/n_buckets for boolean and flag histograms; r=taras
2012-09-11 04:33:16 -04:00
Masayuki Nakano
635eebb97d
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
e04e482496
Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8
2012-09-11 01:05:10 -07:00
Mike Hommey
dc79430c83
Bug 787165 - Move omnijar packaging out of installer-stage and install rules. r=ted
2012-09-11 09:42:49 +02:00
Ehsan Akhgari
579ca1c150
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
7c121bd278
Bug 787820 - Can't open downloaded files directly. r=mak
2012-09-12 22:24:00 -04:00
Masatoshi Kimura
0ba4cec530
Bug 787757 - Use INTERNET_PER_CONN_FLAGS_UI if available. r=jimm
2012-09-12 22:24:00 -04:00
Mark Hammond
9b600d41c2
Bug 788100 - Remove social.initialize-response message. r=jaws
2012-09-12 12:48:38 +10:00
Mark Hammond
224134395b
Bug 787511 - rename SocialProvider._getWorkerPort to getWorkerPort, remove SocialProvider.port. r=jaws
2012-09-12 12:48:38 +10:00
Phil Ringnalda
ac5f640447
Back out df2ddcab7143 (bug 788100), d9e96444da92 (bug 788405), 092a8add22fd (bug 787511) for xpcshell bustage
2012-09-11 20:46:34 -07:00
Mark Hammond
8fddaf0512
Bug 788100 - Remove social.initialize-response message. r=jaws
2012-09-12 12:48:38 +10:00
Mark Hammond
78b3d11180
Bug 788405 - variables created via importScripts should be globals. r=gavin
2012-09-12 12:48:38 +10:00
Mark Hammond
48d74cf4a8
Bug 787511 - rename SocialProvider._getWorkerPort to getWorkerPort, remove SocialProvider.port. r=jaws
2012-09-12 12:48:38 +10:00
Ehsan Akhgari
78618df071
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
70310b1f0e
Bug 789693 - Unify CalculateProcessCreationTimestamp() on OS X and BSDs. r=tglek
2012-09-11 21:49:39 -04:00
Panos Astithas
9a2501ddd2
Use the statically-inferred name for anonymous functions (bug 786711) r=msucan,vporof
2012-09-10 11:48:52 +03:00
Nicholas Nethercote
5b759c2c17
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
1887c158fe
Fixup for bug 787165. r=ted
2012-09-20 19:36:07 +02:00
Ted Mielczarek
a7d9611d1d
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
24c823e15f
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
b35d21be17
bug 733501 - Fix crashreporter xpcshell tests to actually run. r=jmaher
...
--HG--
extra : rebase_source : fbda47ca470ea6325aca5f99ab1a59fe911aafdd
2012-09-13 15:43:28 -04:00
Ted Mielczarek
1a370bf383
bug 791775 - Update Breakpad to SVN r1044. 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
extra : rebase_source : 8cd46c13f5992e1dc88d27fd009544e895e6a06e
2012-09-20 09:43:52 -04:00
David Rajchenbach-Teller
bdfc941e84
Bug 790649 r=froydnj
2012-09-20 10:46:35 -04:00
Joel Maher
70ddebfc21
Bug 762908 - Rip enablePrivilege out of spidermonkey tests. r=ted
...
--HG--
rename : testing/mochitest/specialpowers/Makefile.in => testing/specialpowers/Makefile.in
rename : testing/mochitest/specialpowers/chrome.manifest => testing/specialpowers/chrome.manifest
rename : testing/mochitest/specialpowers/components/SpecialPowersObserver.js => testing/specialpowers/components/SpecialPowersObserver.js
rename : testing/mochitest/MockFilePicker.jsm => testing/specialpowers/content/MockFilePicker.jsm
rename : testing/mochitest/tests/SimpleTest/MozillaLogger.js => testing/specialpowers/content/MozillaLogger.js
rename : testing/mochitest/tests/SimpleTest/SpecialPowersObserverAPI.js => testing/specialpowers/content/SpecialPowersObserverAPI.js
rename : testing/mochitest/specialpowers/content/specialpowers.js => testing/specialpowers/content/specialpowers.js
rename : testing/mochitest/tests/SimpleTest/specialpowersAPI.js => testing/specialpowers/content/specialpowersAPI.js
rename : testing/mochitest/specialpowers/install.rdf => testing/specialpowers/install.rdf
rename : testing/mochitest/specialpowers/jar.mn => testing/specialpowers/jar.mn
2012-09-20 09:06:50 -04:00
Ms2ger
b5b8581306
Merge m-c to m-i.
2012-09-20 13:25:53 +02:00
Gervase Markham
2a518f5ea2
Bug 792028 - Update version_win.pl files and RPM spec file to refer to MPL 2. r=khuey.
2012-09-20 10:19:39 +01:00
Mike Hommey
32cfebc6cc
Bug 787165 - Move omnijar packaging out of installer-stage and install rules. r=ted
2012-09-11 09:42:49 +02:00
Matthew Noorenberghe
69762e55ee
Bug 786835 - Stop using setIsBrowserElement for docShell isolation in Sandbox.jsm. r=imelven,gavin,benadida
...
--HG--
extra : rebase_source : df7720c490e139f639a7fd58a6dec8d5eba548a2
2012-08-29 16:47:44 -07:00
Randell Jesup
0c4f26aa84
Bug 798998: add file to libjingle license rs=jesup
2012-10-08 01:09:55 -04:00
Randell Jesup
9f3a64070b
Bug 782873: License.html tweak for sigslot.h r=gerv
2012-09-26 00:59:53 -04:00
Jared Wein
086f462b91
Bug 793715 followup, use null instead false to show missing object. r=me
2012-10-07 19:33:45 -07:00
Tom Schuster
256f6dd89f
Bug 763821 - Move the filter box to the bottom of the error console. r=jaws
2012-10-07 20:56:11 -04:00
Mark Hammond
dcca4408fe
Bug 790545 - cache provider's toolbar notification icons. r=felipe
2012-10-08 11:15:02 +11:00
Jared Wein
e202f1de4d
Bug 793715 - Revert textbox.editor to a property, but one that wraps a field to cache the editor field once it is non-null. r=ehsan
2012-10-07 18:18:42 -04:00
Justin Lebar
d0b300504e
Bug 798040 - Improve visual separation of processes in about:memory. r=njn
2012-10-05 08:26:00 -04:00
Dão Gottwald
25663cb9e2
Bug 797334 - Click-to-play plugin activation panel: panel background doesn't match panel arrow color on Windows, arrow lacks border on Linux. r=gavin
2012-10-07 13:55:11 +02:00
Anant Narayanan
62ba9bbbc0
Bug 694807: Implement PeerConnection C++ module; r=jst,jesup,ekr
2012-10-07 01:34:30 -04:00
EKR
3ba764ed03
Bug 790517: mtransport - Generic media transport subsystem for ICE and DTLS r=jesup,bsmith,mcmanus
2012-10-02 13:04:58 -07:00
EKR
537046c9fe
Bug 790517: mtransport import/build for nrappkit/nICEr r=ted
2012-10-02 10:12:50 -07:00
Randell Jesup
03e8ac250c
Bug 766758: License for nICEr (media/mtransport/third_party/nICEr) r=gerv
2012-10-07 01:34:30 -04:00
Randell Jesup
7d13e13e55
Bug 766689: License for nrappkit import r=gerv
2012-10-07 01:34:29 -04:00
Randell Jesup
5d0a8cd0f2
Bug 792188: rollup of changes to signaling from alder r=jesup,ekr,derf,ehugg,ted
...
Bug 797258: Increase max sdp line length to work with longer SHA-256 fingerprints. r=jesup
2012-10-07 01:34:29 -04:00
Drew Willcoxon
50f952d52d
Bug 793322 - Troubleshoot.jsm test should fail immediately instead of timing out on snapshot data validation errors. r=felipe
2012-09-21 15:17:35 -07:00
Matt Brubeck
a85af3c6cb
Bug 789346 - Remove obsolete comment about .purgecaches and debug builds [r=taras]
2012-09-10 18:53:23 -07:00
Edwin Flores
82e45ea38a
Bug 759506 - Build changes for B2G zero-copy OMX hardware decoding r=cjones
2012-09-27 16:33:42 +12:00
Josh Aas
a0c458414b
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
Chris AtLee
f0e5e87a74
Bug 777530: remove Android.mk files from breakpad; add perl-Digest-SHA to panda build requirements. r=ted DONTBUILD
...
--HG--
extra : rebase_source : b5c9cdf1c3ab712ad60f7114c0734d67fa5fb633
2012-09-24 20:41:58 -04:00
Jared Wein
cb03f67b24
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
Ryan VanderMeulen
33299f933f
Bug 787313 - Add back code that was erroneously reverted. r=ochameau
2012-09-26 18:56:49 -04:00
Arnaud Sourioux
13508c4556
Bug 752313 - Add #include <unistd.h> to crashreporter_gtk_common.cpp to fix build failures. r=ted
2012-09-10 20:08:27 -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
Ryan VanderMeulen
b5f3bac446
Merge m-c to inbound.
2012-09-10 18:31:33 -04:00
Ehsan Akhgari
f530de3dd5
Backout bug 789422 for test bustage
2012-09-10 17:40:58 -04:00
David Keeler
cbc3fb0b92
Bug 789620 - a plugin that gets unblocklisted should go back to normal. r=bmcbride
2012-09-10 14:24:28 -07:00
Devdatta Akhawe
9827420b37
Bug 774395 - Measure prevalence of SSL MITM errors for updates (r=bbondy)
2012-09-08 09:23:42 -07:00
Ehsan Akhgari
4996d75258
Bug 789422 - Part 2: Ensure that the update.status directory exists before attempting to write to it; r=rstrong
2012-09-10 16:32:59 -04:00
Ehsan Akhgari
f91c18e8fa
Bug 789422 - Part 1: Remove UpdateStatusText because it does the exact same thing as UpdateStatusFile(const char*); r=rstrong
2012-09-10 16:32:48 -04:00
Andrew McCreight
0e9f97bd16
Bug 775868, part 1: make tests access DomWinUtils via SpecialPowers. r=smaug
2012-09-10 12:43:45 -07:00
Paul Adenot
540a9f15c5
Bug 789741 - Fix a crash in nsMediaSniffer::GetMIMETypeFromContent. r=bz
2012-09-10 09:57:17 -04:00
Andres Hernandez
e59f49d26f
Bug 787745 - try to fix intermittent browser_DeferredTask.js failure by having DeferredTask completely re-initialize its timer, rather than just re-setting its delay, r=gavin
2012-09-06 17:31:49 -06:00
Dão Gottwald
b3a38ca6a8
Bug 788418 - Image error is unreadable against dark background. r=jaws
2012-09-10 12:25:00 +02:00
Ryan VanderMeulen
8f3edb3d8e
Merge the last PGO-green inbound changeset to m-c.
2012-10-01 21:24:30 -04:00
Chris AtLee
3f3bb74ad0
Bug 795982: Sign and upload stub installer. r=khuey,rail
2012-10-01 14:17:31 -04:00
Marshall Culpepper
017cf63ecf
Bug 778349: Initial support for OS ("FOTA") updates in Gonk. r=rstrong r=bbondy r=fabrice
2012-09-30 21:55:51 -05:00
Phil Ringnalda
3a43366646
Bug 443763 - reenable test_bug331215.xul now that the passage of time has fixed it
...
--HG--
rename : layout/reftests/flexbox/solidblue.png => layout/reftests/bugs/solidblue.png
extra : rebase_source : 8862729ddc242e07a31abd2ec815ab0bd9dd35f9
2012-09-30 18:33:07 -07:00
Patrick McManus
291d14faf0
bug 769764 - followup fix error check and whitespace r=josh
2012-09-30 21:29:42 -04:00
Kyle Huey
03cf2b648a
Bug 792625: Fix xpcshell to accept non-ASCII command line arguments on Windows. r=bsmedberg
2012-09-30 09:45:05 -07:00
Brad Lassey
67790e4274
bug 792825 - Crash in js::gc::MarkObjectRange on CyanogenMod 10, back out changeset 9a02263d7206 r=mossop
2012-09-29 08:03:54 -04:00
Simon Montagu
73187d5fd2
Change :dir selectors to :-moz-dir in css files. Bug 562169, r=dbaron
2012-09-30 07:17:42 -07:00