Hiroyuki Ikezoe
|
4464f82f8a
|
Bug 660131 - Follow up fix. Include glib-object.h for disabling gconf. r=karlt
|
2011-06-03 17:45:38 +02:00 |
|
Hiroyuki Ikezoe
|
73e20bff7f
|
Bug 660131 - Call g_type_init in loadProc of kGnomeModule to fix crash on mochitest-plain ; r=karlt
|
2011-06-01 13:19:16 -04:00 |
|
Hiroyuki Ikezoe
|
64ba1b02cd
|
Bug 660133 - Add MOZ_GIO_CFLAGS. r=karlt
|
2011-06-01 10:13:57 +02:00 |
|
Hiroyuki Ikezoe
|
29dc2eff25
|
Bug 656781 - More efficient way to use g_app_info_launch_uris and gnome_vfs_mime_application_launch, r=karlt
--HG--
extra : rebase_source : a97c1bdaf1b45d380c3b90d9abb2507c68ab5128
|
2011-05-12 20:55:00 -07:00 |
|
Chris Coulson
|
8fd909593b
|
b=611953 Add nsIGSettingsService to support GSettings r=karlt
--HG--
extra : rebase_source : 01cee722e375c8acc82cb6169a096d73026030aa
|
2011-05-12 20:14:55 +12:00 |
|
Hiroyuki Ikezoe
|
0320523388
|
Bug 656165 - g_free accepts NULL so we do not need NULL checking before invoking it. r=karlt
|
2011-05-11 15:12:26 +02:00 |
|
Chris Coulson
|
7dcfbfecde
|
Bug 611953 - Part 3: GNOME 3.0 readiness; r=roc,karlt
|
2011-04-12 16:11:20 -04:00 |
|
Chris Coulson
|
1065d82850
|
Bug 611953 - Part 2: GNOME 3.0 readiness; r=roc,karlt
|
2011-04-12 16:10:51 -04:00 |
|
Josh Matthews
|
d6e1aafc64
|
Bug 635552 - Avoid leaking nsAlertsIconObserver objects by using a weak reference. r=karlt
|
2011-02-21 01:50:57 -05:00 |
|
Christopher Aillon
|
94c2bb60ac
|
Bug 629833 - Remove the toolkit.networkmanager.disabled pref
r=roc a=beltzner
|
2011-02-17 13:51:05 +01:00 |
|
Priit Laes
|
970b70caff
|
Bug 628222 - Add support for libnotify-0.7+. r=karlt a=joe
|
2011-02-09 00:02:37 +01:00 |
|
Oleg Romashin
|
a5adebb25d
|
Bug 621226 - extern C necessary for older libproxy iirc. r=doug.turner a=approval2.0
|
2011-01-05 15:48:23 +02:00 |
|
Daniel Holbert
|
2c2ed663ed
|
Bug 582004 part 2: Make imgIContainerObserver::FrameChanged take a const aDirtyRect argument. r=joe a=blocking
|
2010-08-13 21:09:48 -07:00 |
|
Wolfgang Rosenauer
|
d872ce0c37
|
Bug 517655 - Support for libProxy - Part 2. Implementation. r=dougt
--HG--
extra : rebase_source : 33a5eb02ea62584bc188406830c2ce70effa926c
|
2010-08-03 10:44:50 -07:00 |
|
Wolfgang Rosenauer
|
9352078bb7
|
Bug 517655 - Support for libProxy - Part 1. Build Changes. r=khuey
--HG--
extra : rebase_source : 47b4c922a01099fa569ee122ef0b2f545627f175
|
2010-08-03 10:44:49 -07:00 |
|
Benjamin Smedberg
|
99e38c7ab4
|
Bug 568691 - Mac-specific changes to binary components.
|
2010-06-22 13:05:00 -04:00 |
|
Benjamin Smedberg
|
ca8c9d3053
|
More Linux-specific fixup from bug 568691
|
2010-06-12 20:50:56 -04:00 |
|
Benjamin Smedberg
|
c611ebcd81
|
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
|
2010-06-10 14:11:11 -04:00 |
|
Brandon Sterne
|
576c1b9813
|
Bug 515460 - enforce CSP during image redirects, r=joe
|
2010-05-20 13:08:02 -07:00 |
|
Michael Ventnor
|
9960767985
|
Bug 538028 - nsIAlertsService::showAlertNotification with null title shows short (1px tall) alerts on Linux. r=roc
|
2010-01-20 11:22:54 +01:00 |
|
Michael Ventnor
|
4e9435de20
|
Bug 529664. Disconnect alert listener on shutdown. r=roc,karlt
|
2010-01-14 15:30:04 +13:00 |
|
Wolfgang Rosenauer
|
16d2e3c609
|
Bug 536745 - Fix GConf related build error for certain build configurations. r=ted
|
2010-01-12 11:23:53 +01:00 |
|
Oleg Romashin
|
421096bdab
|
b=532614; dbus_connection_remove_filter - required in nsDBusService.cpp, r=roc
|
2009-12-23 13:52:11 +02:00 |
|
Wolfgang Rosenauer
|
35005c339d
|
Bug 526451 - allow to build gconf and gnomevfs/gio support independently. r=ted
|
2009-12-23 08:35:27 +01:00 |
|
Michael Ventnor
|
8de57599a7
|
Bug 529664 - sporadic 136-144 byte leak of nsAlertsIconListener + nsStringBuffer on Linux, r=roc
|
2009-12-01 19:39:00 -08:00 |
|
Karl Tomlinson
|
7e135d6c52
|
b=530921 use a marshaller for NotifyNotification::closed to avoid fc10 crashes r=roc
--HG--
extra : rebase_source : 7be64bcad9166c667a183b3dcc3b2985c79baec1
|
2009-12-02 14:34:20 +13:00 |
|
Michael Ventnor
|
99ea3a227c
|
Bug 516124. Add null checks to nsAlertsIconListener. r=roc
|
2009-11-17 15:16:59 -05:00 |
|
Florian Queze
|
877e274090
|
Backout of changeset fa03a509c7a7 - 'Bug 516124 - Crash [@ nsAlertsIconListener::SendClosed]' to fix the orange of the linux unit test box.
|
2009-09-23 12:24:05 +02:00 |
|
Florian Queze
|
45e4e6f027
|
Bug 516124 - Crash [@ nsAlertsIconListener::SendClosed], r=roc.
|
2009-09-23 09:47:28 +02:00 |
|
Bobby Holley
|
86dd317584
|
Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad
|
2009-09-12 16:44:18 -06:00 |
|
Reed Loden
|
6aae290bff
|
Bug 294375 - Remove support for libgnomevfs's handling of user modifications to the MIME database, as it has been deprecated for years [r=karlt sr=roc]
|
2009-09-08 15:08:02 -05:00 |
|
Benjamin Smedberg
|
36bc86429d
|
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
|
2009-08-27 08:53:13 -07:00 |
|
jhorak@redhat.com
|
a5beb085b9
|
Bug 402892. Support gio as well as gnome-vfs. r=roc
|
2009-08-25 11:58:11 -07:00 |
|
Benjamin Smedberg
|
ba372f3a4c
|
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 |
|
Joe Drew
|
2aa59235f2
|
Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
|
2009-07-20 18:50:15 -07:00 |
|
Andrew Shilliday
|
0041e1e2e5
|
Respect system-wide SOCKS proxy settings. b=457377 r=josh r=roc
|
2009-06-26 14:52:24 -04:00 |
|
Josh Aas
|
7cba0da805
|
Improve proxy exception parsing on Mac OS X and Windows. b=470207 sr=roc
|
2009-05-06 16:44:11 -04:00 |
|
Michael Ventnor
|
8d9ac8159c
|
Bug 469880 - Implement callback support for libnotify notifications, and fall back to XUL notifications if the server doesn't support callbacks. r+sr=roc
|
2009-05-04 10:11:11 +02:00 |
|
Dão Gottwald
|
d8fe419911
|
Backed out changeset 99cdecb3734f
|
2009-05-04 10:23:25 +02:00 |
|
Michael Ventnor
|
7b6ec343ea
|
Bug 469880 - Implement callback support for libnotify notifications, and fall back to XUL notifications if the server doesn't support callbacks. r+sr=roc
|
2009-05-04 10:11:11 +02:00 |
|
Mitchell Field
|
970e0cc404
|
Bug 485764. Implement system proxy settings module for Windows. r+sr=roc
--HG--
extra : rebase_source : ce445facfdc86618028afeb113987040ab5be492
|
2009-04-25 20:29:32 +12:00 |
|
KUROSAWA, Takeshi
|
495c69043e
|
Bug 487160 - build fails with --enable-libnotify after bug 423756 landed. r=roc
|
2009-04-18 16:28:05 +02:00 |
|
Antonio Gomes (tonikitoo)
|
cc56acc7ca
|
Bug 482156 - Get rid of (unnecessary) LIBGNOME dependency. r=bsmedberg and roc
|
2009-03-09 19:38:59 -04:00 |
|
Arpad Borsos
|
10ba7084fc
|
Bug 474369 - get rid of nsVoidArray; toolkit part; r+sr=benjamin
|
2009-02-25 16:25:10 +01:00 |
|
Michael Ventnor
|
06caf49741
|
Bug 469880. Support a libnotify-based implementation of nsIAlertsService for GTK. r+sr=roc,r=ted
--HG--
extra : rebase_source : f9a6a01ffaf868712429a42193a275eecaf9a614
|
2009-01-08 21:12:16 +13:00 |
|
Philippe M. Chiasson
|
caae253454
|
Bug 444818 - Ensure gconf is always correctly initialized. r=soc sr=roc
|
2008-07-22 22:38:22 -04:00 |
|
Wolfgang Rosenauer
|
93ccd8808f
|
Bug 424626 - Add a pref to make it possible to ignore NetworkManager's network status events, r=roc
|
2008-06-12 23:10:57 +02:00 |
|
Robert O'Callahan
|
c586f0246c
|
Support system proxy settings on OS X, fixing bustage (bug 125995)
|
2008-06-12 15:29:39 +12:00 |
|
Robert O'Callahan
|
8779494207
|
Support system proxy settings on OS X, fixing bustage (bug 125995)
|
2008-06-12 15:23:12 +12:00 |
|
Robert O'Callahan
|
f5a3125b8b
|
Support system proxy settings on OS X, fixing bustage (bug 125995)
|
2008-06-12 15:17:54 +12:00 |
|