Tatiana Meshkova
9cc503bb3d
Bug 684403 - error: forward declaration of 'struct MApplicationService'; r=romaxa
2011-09-04 13:57:50 +01:00
Jeremias Bosch
2cce41a26e
Bug 682814 - Fennec on N9 can not get launched from other application; r=romaxa
2011-09-01 22:14:01 +01:00
Steve Fink
75dbd86553
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
Brian R. Bondy
f5c04e94d2
Bug 576867 - Firefox is already running, but is not responding window icon. r=neil
2011-08-26 09:03:26 -04:00
Benjamin Smedberg
75ebf12f44
Merge the electrolysis branch to mozilla-central.
2011-08-19 10:15:52 -04:00
Randell Jesup
56633f7da8
Bug 674384: jprof - better thread support, support e10s profiling and profile-by-capture-section. r=dbaron DONTBUILD
2011-08-12 11:59:20 -04:00
Benjamin Smedberg
3ad781c193
Bug 666748 - Optionally support a pool of content processes instead of a single one. r=jdm The followup patch for 669640 must land together with this one.
2011-08-02 15:35:42 -04:00
Ed Morley
5bead12ce7
Bug 653333 - Remove legacy splash screen code (nsSplashScreen, MOZ_SPLASHSCREEN, splash.bmp) now that no platforms use it; r=dtownsend,bsmedberg
2011-08-04 09:04:40 +02:00
Brad Lassey
a505ace705
bug 661282 - make xpcshell run on android r=bsmedberg
2011-06-26 22:05:51 -04:00
Matheus Kerschbaum
b0c1f89ef4
Bug 579571 - Remove --enable-timeline support. r=tglek
2011-07-17 12:07:42 +02:00
Ms2ger
8c78d3f478
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
2011-07-15 12:31:34 +02:00
Jacek Caban
6f36883eba
Bug 670094 - nsAppRunner.cpp fails to compile on mingw (r=roc)
2011-07-12 11:17:20 +02:00
Bill McCloskey
33aaa1793d
Bug 662646 - Tests for new crash report API (r=ted)
2011-07-07 17:31:11 -07:00
Mike Hommey
7092110faa
Bug 666657 - Don't use a static array of char to set the MOZ_CRASHREPORTER_STRINGS_OVERRIDE environment variable. r=bsmedberg
2011-06-27 15:31:04 +02:00
Oleg Romashin
a789480817
Bug 663393 - Maemo6/Meego VKB doues not work properly without meegotouch r=dougt
2011-06-25 09:22:34 -04:00
Michael Wu
01e2aa7d32
Bug 654489 - Remove fastload, r=bsmedberg
2011-06-17 15:53:52 -07:00
Mike Hommey
46f04116ef
Bug 552864 part 1.5 - Move XRE_GetBinaryPath code in a dedicated class. r=tglek
2011-05-22 08:23:20 +02:00
Matt Brubeck
e3a9a86a79
Back out 6b23b52e68d6 - e92f98e8a335 (bug 632404, 552864, 658995) because of Tp4 regression.
2011-06-15 09:00:28 -07:00
Mike Hommey
c5cede498f
Bug 552864 part 1.5 - Move XRE_GetBinaryPath code in a dedicated class. r=tglek
2011-05-22 08:23:20 +02:00
Benoit Jacob
52a0dd4eeb
Bug 658840 - let glxtest process return from XRE_main rather than calling exit() - r=bsmedberg
...
Calling exit() resulted in two strings being considered leaked by valgrind. Returning from XRE_main() should fix that.
2011-06-10 15:07:54 -04:00
Jonathan Protzenko
e6410e5f11
Bug 662126 - Audit ConfirmEx callers to ensure that aCheckState is not an uninitialized PRBool r=bz
2011-06-07 20:06:12 +02:00
Jacek Caban
5816bc1751
Bug 652109 - SetProcessDPIAware is called regardless if the process is really DPI aware r=roc
2011-06-02 14:38:27 +02:00
Matheus Kerschbaum
6eb93f7dd3
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
2011-05-23 18:54:47 +02:00
Mike Hommey
7de58a1cfa
Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
...
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.
We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.
We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).
The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.
Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Benoit Jacob
5728b278e4
Bug 639842 - implement glxtest probe running as separate process - r=bsmedberg,joe
2011-05-03 16:07:17 -04:00
Ed Morley
1dc65abc0d
Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend
2011-04-29 12:38:26 +02:00
Ted Mielczarek
9a67cab0ae
bug 606574 - Implement event loop instrumentation using native events, core implementation + GTK2 implementation. r=karlt,cjones
...
--HG--
extra : rebase_source : bae5a25a76f4bb2f8ea4154923cfecbc4c39f128
2011-03-03 11:20:02 -05:00
Ehsan Akhgari
1f6dacab44
Back out bug 606574 for leaking a Mutex and a CondVar in crashtests
2011-04-13 14:08:43 -04:00
Ted Mielczarek
6b0a6c93bb
bug 606574 - Implement event loop instrumentation using native events, core implementation + GTK2 implementation. r=karlt,cjones
2011-03-03 11:20:02 -05:00
Matheus Kerschbaum
4eb6429f47
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Ginn Chen
2e3f4802e2
Bug 646718 Remove --no-xshm command line option from help r=karlt
2011-03-31 16:40:25 +08:00
Ehsan Akhgari
cb6a971f1a
Merge cedar into mozilla-central
2011-03-25 14:21:07 -04:00
Benjamin Smedberg
cac81f2c54
Bug 617539 - Integrate nsIAppStartup2 and nsIAppStartup_MOZILLA_2_0, r=Mossop
2011-03-25 11:03:35 -04:00
Rafael Ávila de Espíndola
da018fd0c1
Bug 623123 - Add constructor for nsXULAppInfo (which inherits from nsIXULAppInfo) to placate CLang; r=bsmedberg
2011-03-24 19:29:29 -04:00
L. David Baron
7c0acef8c1
Backout changeset b9e6454362ef (Bug 620931 part 3) for causing bug 644790.
2011-03-24 21:07:05 -07:00
Mike Hommey
0cfcd44b08
Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg
...
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.
We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.
We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).
The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.
Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-03-24 15:28:14 +01:00
Dave Townsend
c27f62d1f1
Bug 639090: Once you've restarted into safe mode from the menu you cannot restart into normal mode. r=bsmedberg
2011-03-23 10:28:18 -07:00
Mitchell Field
6faf9acaef
Merge mozilla-central to build-system.
2011-03-02 20:38:54 +11:00
Kyle Huey
225c13b333
Merge m-c to bs.
2011-02-25 15:23:05 -05:00
Mitchell Field
a6788f0842
Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras
2011-02-20 06:10:24 +11:00
Jonathan Kew
dfae62cacd
bug 636968 - check windows API calls for failure in InitDwriteBG. r=jdaggett a=roc
2011-02-28 09:55:14 +00:00
Ginn Chen
9983401c5c
Bug 607900 [startup-notification] Restore DESKTOP_STARTUP_ID if a restart is required r=benjamin sr=glandium a=beltzner
2011-02-23 15:18:17 +08:00
Simon Montagu
88e0fa76f3
Disable OSX 32/64-bit restart mode in non-libxul builds. Bug 631564, r+a=Mossop
2011-02-07 10:32:52 -08:00
Dave Townsend
c633a6c870
Bug 630703: Provide a way to restart in 32-bit mode. r=josh, r=bsmedberg, a=blocks-betaN
2011-02-03 09:27:00 -08:00
Jeremias Bosch
c9e3ddc9f1
Bug 626595 - Make it possible to build maemo 6 platform version without meegotouch r=romaxa,ted.mielczarek a=approval2.0
...
--HG--
extra : rebase_source : 435438ae2c39833353a958ba2770f0e44439d7bc
2011-02-03 08:31:36 +02:00
Jacek Caban
0c2fec1ca8
Bug 628117 - nsAppRunner.cpp fails to compilr with dwrite disabled; r=jdaggett,Bas approval2.0=joedrew
...
--HG--
extra : rebase_source : 32b77b4ad76f30c4ae3a73f19d58d09cd47b7b69
2011-01-23 05:45:00 -05:00
John Daggett
1adcf202e0
Bug 602792. Initialize dwrite factory at app startup to avoid startup slowdown. r=bas, a=blocker
2011-01-22 01:44:33 +09:00
Taras Glek
0bdb9c87a0
Bug 522375 - built-in startup time measurement r=vlad a=Mossop
2011-01-13 12:18:51 -08:00
Steven Michaud
befa5bee8d
Bug 531552 - Firefox opens two windows when opening external links. r,a=josh
2011-01-03 10:08:36 -06:00
Robert Strong
23f7ae68a6
Bug 619866 - Shift key for safe mode conflicts with Windows shortcut keys. r=dtownsend, a=approval2.0
2010-12-21 16:32:14 -08:00