Ed Morley
dd23fd1993
Merge mozilla-central and mozilla-inbound
2011-10-29 02:40:36 +01:00
Oleg Romashin
25549a3a1f
Bug 692479 - Implement screenshoot based fast startup on Maemo Harmattan. r=dougt
2011-10-28 08:13:57 -04:00
Benoit Girard
1e62f71de2
Bug 694039 - Load plugin quirks during interpose. r=jmuizelaar
2011-10-26 22:57:26 -04:00
Ginn Chen
9c9a936e8d
Bug 696599 Use PRBool for nspr_use_zone_allocator r=benjamin,karlt
2011-10-27 17:00:55 +08:00
Ed Morley
16943a30d3
Merge mozilla-central and mozilla-inbound
2011-10-26 01:04:58 +01:00
Ehsan Akhgari
882367cf30
Backout bug 677797 while preserving the fix from bug 694432 to see whether it helps with the crashes seen in bug 694432
2011-10-25 11:34:41 -04:00
Jeff Muizelaar
3c62a6c36a
Bug 694039. Work around OpenGL quirks in the plugin process. r=bgirard
...
We do the same in the main process so that we get the right
bundle id on in Nightly and Aurora
--HG--
extra : rebase_source : 6545f4a54d83a086e09e6b67a23aba1af9ec31ea
2011-10-14 15:22:11 -04:00
Neil Deakin
ead3336a32
Bug 503879, remove nsIToolkit, make nsToolkit a singleton, remove it from some widget platforms, and don't pass it around when creating widgets, original patch by robarnold, r=roc
2011-10-25 11:05:32 -04:00
Landry Breuil
31d70e0fc5
Bug 687320 - On OpenBSD, libGL.so.1 doesn't exist - r=bjacob
...
Opening libGL.so will work regardless of the version, which changes over time.
2011-10-25 08:48:39 -04:00
Benoit Girard
44d591ea48
Bug 683229 - Add user space profiling using Simple Profiler System (SPS). r=cjones r=jmuizelaar
...
--HG--
extra : rebase_source : 2482a65256588b88663e8f0ab621b9787bbe5489
2011-08-26 17:05:37 -07:00
Ted Mielczarek
e67bbcc689
bug 690203 - ensure that we unstick the event tracing thread when shutting down. r=bsmedberg
2011-10-18 10:51:36 -04:00
Oleg Romashin
9ffad41edc
Bug 693422 - Unify QApplication creation. r=tatiana
...
--HG--
rename : widget/src/qt/mozqwidget.h => widget/src/qt/moziqwidget.h
extra : rebase_source : b9dc6d5d2c2826aad68a145413886f518ab388fa
2011-10-17 17:53:37 -07:00
Zack Weinberg
9cc15726c9
Bug 660687: Add configure switches that can override confvars.sh's choice of an app basename and disable all system extension directories. r=ted
2010-07-23 11:00:16 -07:00
Ehsan Akhgari
799692681e
Bug 694432 - Make the LdrLoadDll hook compatible with Windows 8 by not assuming that a valid path would always be passed; r=bsmedberg
...
--HG--
extra : rebase_source : e0df4ea7724118968276d55a0ec25fe4111756d4
2011-10-17 16:15:08 -04:00
Ehsan Akhgari
1deb9f1504
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Jeff Walden
1bb2d1626a
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
...
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
2011-10-10 22:50:08 -07:00
Makoto Kato
d40298fe03
Bug 692689 - XRE_SendTestShellCommand returns NS_ERROR_FAILURE. r=bsmedberg
2011-10-14 11:23:12 +09:00
Jacek Caban
3be3af0d04
Bug 686110 - TestDllInterceptor.cpp fails to compile on mingw r=glandium
2011-10-13 16:01:52 +02:00
Jeff Walden
1872189eac
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
2011-10-12 12:21:53 -07:00
Jeff Walden
37f2b96015
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
...
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
2011-10-10 22:50:08 -07:00
Ehsan Akhgari
c0e2936af0
Bug 677797 - Implement mandatory ASLR on Windows; r=bsmedberg
2011-10-11 10:50:57 -04:00
Jiten Thakkar
389b359d80
Bug 683245 - Make navigator.buildID and navigator.version work in content processes. r=bsmedberg
2011-10-04 16:31:00 -04:00
Phil Ringnalda
e5f6505935
Back out 68b6b149d652 (bug 683245) for xpcshell timeouts in test_content_annotation.js
2011-10-03 15:17:21 -07:00
Jiten Thakkar
ddfa4d2d2b
Bug 683245 - Allow retrieving navigator.buildID and navigator.version in content processes. r=bsmedberg
2011-10-03 13:08:00 -04:00
Josh Matthews
dada380a92
Bug 581341 - Part 4: Always run the IPC testshell callback, regardless of execution success or failure. r=bent
2011-06-23 19:31:58 -04:00
Josh Matthews
ef710df405
Bug 581341 - Part 3: Install child process exception handler before activating breakpad. r=bsmedberg
2011-06-23 19:30:31 -04:00
Josh Matthews
492af5a867
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
2011-06-08 15:56:31 -04:00
Michael Wu
ac54b41b01
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
...
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Makoto Kato
986bb40b66
Bug 681202 - Add Android x86 target. r=glandium
2011-09-29 13:39:03 +09:00
Brian R. Bondy
c22991b938
Bug 689277 - Memory leak on low resource situations for Windows software updates. r=rstrong
2011-09-28 09:42:36 -04:00
Ed Morley
104c371d02
Backout changeset 81a7f5489ebc (bug 679352), since burning comm-central; a=callek
2011-09-25 16:27:30 +01:00
Matt Brubeck
705dbd83e0
Merge mozilla-central to mozilla-inbound
2011-09-24 08:13:45 -07:00
Marco Castelluccio
1f7222ed99
Bug 679352 - Remove libreg (Part 1: Clean nsProfileMigrator). r=bsmedberg
2011-09-24 16:25:20 +02:00
Ted Mielczarek
997f1e2ee0
merge build-system to mozilla-central
2011-09-23 08:40:48 -04:00
Justin Wood
72d6ff1adc
Bug 688357, fix SeaMonkey Windows Build Failure due to Bug 648581. r=khuey
...
--HG--
extra : rebase_source : 1be0a5ae4322c5bfa43d25a235671870438eae91
2011-09-22 08:18:48 -04:00
Ed Morley
be1065b4c6
Bug 648581 - Add MOZ_CRASHREPORTER ifdefs to nsWindowsDllBlocklist.cpp to fix build errors with --disable-crashreporter; rs=glandium
2011-09-20 11:54:15 +01:00
Ted Mielczarek
299f28f864
bug 679427 - make event loop responsiveness threshold and interval configurable via environment variable. r=jlebar
2011-09-09 08:51:08 -04:00
Ehsan Akhgari
b9ef4e78ac
Bug 648581 - Annotate the crash reports in case DLL BlockListing fails; r=bsmedberg
2011-09-19 15:49:30 -04:00
Benoit Jacob
5009ca98ef
Bug 683500 - glxtest should use glXGetProcAddress, not dlsym - r=mattwoodrow
...
As discussed on https://bugs.freedesktop.org/show_bug.cgi?id=40423
2011-09-07 17:17:45 -04:00
Brian R. Bondy
0d383e59d9
Bug 655117 - Citrix ICA Client Version: 12.1.0.30 (npicaN.dll) crashes other plugins. r=bsmedberg
2011-09-08 12:11:52 -04:00
Phil Ringnalda
b8c61965f0
Back out d333f4021aaf, 5e90688c720e and bdb0bff93ce8 for Windows build redness
2011-09-07 15:20:26 -07:00
Benoit Jacob
277d84153a
Bug 683500 - glxtest should use glXGetProcAddress, not dlsym - r=mattwoodrow
...
As discussed on https://bugs.freedesktop.org/show_bug.cgi?id=40423
2011-09-07 17:17:45 -04:00
Tatiana Meshkova
2781a98be2
Bug 684403 - error: forward declaration of 'struct MApplicationService'; r=romaxa
2011-09-04 13:57:50 +01:00
Jeremias Bosch
3a56ce731c
Bug 682814 - Fennec on N9 can not get launched from other application; r=romaxa
2011-09-01 22:14:01 +01:00
Mike Hommey
945a530616
Bug 681238 part 2 - Test WindowsDllInterceptor on functions we intercept in our codebase. r=vlad
2011-08-29 13:23:45 +02:00
Mike Hommey
f4ac66c3f0
Bug 681238 part 1 - Intercept a function from the executable in TestDllInterceptor. r=vlad
2011-08-29 13:23:35 +02:00
Mike Hommey
3a96a1edff
Bug 681238 part 0 - Support a few more opcodes and fix x86 mov r, [r] test. r=vlad
2011-08-29 13:23:21 +02:00
Ginn Chen
77c6925877
Bug 674468 glxtest.cpp fails to compile with Solaris Studio r=karlt
2011-08-30 13:27:19 +08:00
Steve Fink
f8299ebd35
Bug 650078 - Make -no-remote not listen for remote commands when using X (r=bsmedberg)
...
--HG--
extra : rebase_source : 580c0f00695db5f0d25f3afd78fa1a853d76d360
2011-08-24 10:56:57 -07:00
Mike Hommey
4b76c62ff4
Backed out changeset 76e73aad0fab, changeset be03169f5635 and changeset 1aed3d723632 (bug 681238) because of Win debug orange
2011-08-29 19:49:13 +02:00