Commit Graph

1845 Commits

Author SHA1 Message Date
Jeremy Lea
3e1e90f73a Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc 2009-01-15 16:27:09 +13:00
Justin Wood
1673f50282 Bug 463824, Introduce GLOBAL_DEPS to build system
r=ted, a1.9.1=beltzner [js bits rs=sdwilsh]
2008-11-27 18:26:44 -08:00
Shawn Wilsher
040347b649 Backed out changeset 87f6ae0c4324 (bug 435474) for orange. 2008-11-27 13:15:18 -08:00
Justin Wood
55294820ab Bug 463824, Introduce GLOBAL_DEPS to build system
r=ted, a1.9.1=beltzner
2008-11-27 12:27:41 -08:00
Phil Ringnalda
83c7c96496 Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Arpad Borsos
1b55360c07 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Josh Aas
d8cab99bfc Clean up npupp.h and rename it to npfunctions.h. b=455458 r/sr=jst 2008-10-07 21:50:25 -04:00
Arpad Borsos
c4d46784f6 Bug 451909 - kill MOZ_XUL_APP now that all apps set it; files removal; r=ted.mielczarek 2008-09-20 15:54:40 +02:00
Justin Dolske
4f3f5ea417 Bug 454284 - Remove EmbedPasswordMgr.cpp from mozilla-central. r=bs 2008-09-19 08:35:22 -07:00
Josh Aas
513f8971d0 Remove npapi dependency on nspr and use C99 integer types in npapi instead of defining our own. b=453883 r/sr=jst 2008-09-10 22:32:36 -04:00
Arpad Borsos
73064de854 Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted 2008-09-02 10:45:14 +01:00
Brian Crowder
c32bd9e8b9 Bug 422772 - reduce narrow Windows API calls in embedding, original patch by Brad Lassey <blassey@mozilla.com>, r=bsmedberg 2008-08-27 14:44:54 -07:00
Robert O'Callahan
49dbf21392 Bug 118704. Get the document title from the DOM instead of storing it in the document object. Relanding with hopeful leak fix. r+sr=jst 2008-08-18 14:10:28 +12:00
romaxa
3353c0be5b Bug 408925: XRE_InitEmbedding does not initialize properly profilelock and gDirServiceProvider. r=bsmedberg 2008-08-16 16:20:35 +01:00
Robert O'Callahan
99068c5357 Backing out bug 118704 to try to fix Windows leak orange 2008-08-16 23:27:40 +12:00
Robert O'Callahan
e86505fc6a Bug 118704. Get the document title from the DOM instead of storing it as a string in the document. r+sr=jst 2008-08-16 21:01:52 +12:00
Vladimir Vukicevic
f147efb58b b=422221; additional DirectFB compilation fixes 2008-08-09 22:25:30 -07:00
Steven Michaud
dd914fe1ab Make sure Destroy() is called before an nsIWidget is destroyed. b=434089 r=bzbarsky sr=vladimir 2008-07-18 10:54:12 -05:00
romaxa
f95734daa3 Bug 413219 - Allow building GtkMozEmbed without MOZILLA_INTERNAL_API
r=bsmedberg
2008-07-17 13:08:07 -04:00
Mike Hommey
b629b1f421 Bug 398810 - "Remove MOZILLA_1_8_BRANCH ifdefs from core on trunk" [r=sicking r=brendan r=bsmedberg] 2008-07-12 17:26:52 -05:00
Michael Ventnor
063273278a Bug 437937, Embedding: GTK tooltips should have the tooltip hint set, r+sr=roc 2008-06-23 11:36:36 +03:00
"Doug Turner
5fe66759c1 Removing Minimo references. b=405705, r=ted 2008-06-16 13:57:42 -07:00
c9eed607e7 Merge from cvs-trunk-mirror to mozilla-central. 2008-04-07 17:37:54 -05:00
945f8bd434 Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-04-06 05:28:34 -07:00
b14fe58402 Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+ 2008-04-02 20:02:08 -07:00
f732aac40d Merge from cvs-trunk-mirror to mozilla-central. 2008-04-02 16:35:13 -05:00
7d8c88392a Bug 415789. nsWebBrowser needs to return a non-ignore status when it paints to ensure that the painting is actually committed. r=vlad 2008-04-01 15:30:58 -07:00
46f0a1f41c reverting, wrong patch, missing AMBIGUOUS 2008-03-19 14:55:22 -07:00
56b16d9b10 Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-03-19 14:19:35 -07:00
8ddfecc2b7 backing out: switching narrow char system calls to wide char in windows b=418703 2008-03-11 15:46:26 -07:00
b15bf8e6be switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon 2008-03-11 14:49:53 -07:00
f49c72da2c Merge cvs-trunk-mirror -> mozilla-central 2008-03-10 17:07:41 -04:00
dd927b4679 backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
932f8e936f switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
4a632fcfb3 bug 419918 - Add the ability to fire the memory pressure observers from the embedding test app. Taken from Stuart's ramback extension and made available here for testing. r=dougt, sr=pavlov, a=beltzner 2008-03-05 11:10:34 -08:00
8788caf6c2 Merge cvs-trunk-mirror to mozilla-central. 2008-02-27 11:33:49 -05:00
dd3a670ba9 Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore 2008-02-26 08:12:17 -08:00
a084ff5343 Merge cvs-trunk-mirror -> mozilla-central 2008-02-22 16:45:09 -05:00
69d861c0f7 Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
c6b31a4d15 Bug 236688 - "crash on form submit which closes the last window" [p=chpe@gmail.org (Christian Persch) r=timeless a1.9=schrep] 2008-02-10 22:06:52 -08:00
ad86fa0416 Bug 408676 - "Fix include quotes style for gtkmozembed" [p=romaxa@gmail.com (romaxa) r=mpgritti a1.9=damons] 2008-01-29 20:28:26 -08:00
30a0549d71 Merge from cvs-trunk-mirror to mozilla-central 2008-01-17 16:40:00 -05:00
cfd98d6fb7 Bug 408686 - "Using glib-genmarshal for generation gtkmozembedmarshal*" [p=romaxa@gmail.com (romaxa) r=bsmedberg a1.9=schrep] 2008-01-15 17:40:52 -08:00
bd207613bf Bug 408823 - "Killing GTK1, deprecated glib uses" [p=romaxa@gmail.com (romaxa) r=mpgritti a1.9=schrep] 2008-01-11 14:16:15 -08:00
a1d2736e50 Bug 409509 - "GtkMozEmbed strings cleanup" [p=romaxa@gmail.com (romaxa) r=bsmedberg a1.9=schrep] 2008-01-10 01:01:11 -08:00
1e61d36667 Bug 408490 - "gtkmozembed cannot create profile files" [p=romaxa@gmail.com (romaxa) r=bsmedberg a1.9=schrep] 2008-01-08 23:14:02 -08:00
2b83c22897 Merge from cvs-trunk-mirror to mozilla-central. 2008-01-07 16:02:10 -06:00
41963c3bd6 Merge from cvs-trunk-mirror to mozilla-central. 2008-01-07 12:35:51 -06:00
8f685c303c Bug 373918 - "gtk_moz_embed_get_nsIWebBrowser not in the glue" [p=asac@jwsdot.com (Alexander Sack) r=bsmedberg a1.9=schrep] 2008-01-04 21:51:23 -08:00
799d022a5d Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc] 2008-01-01 02:11:02 -08:00