Mitchell Field
02e66e18b9
Bug 514665 - fix stupid module name differences on windows. r=ted
2009-09-25 18:41:16 +02:00
Phil Ringnalda
fceecee8a4
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
2009-09-18 19:59:53 -07:00
David Bienvenu
170d282f7d
Bug 511806 r=simon@sxw.org.uk,sr=Neil
2009-09-07 15:30:58 +01:00
Benjamin Smedberg
6399d22ef3
Bug 513032 - remove empty conditionals in our makefiles, r=ted
2009-08-27 10:48:18 -07:00
Benjamin Smedberg
621a26034c
CLOSED TREE spelling fixes to kick new builds.
2009-09-03 11:14:54 -04:00
Karl Tomlinson
d8d57a6909
remove tabs accidentally added in b06c1085caab
...
--HG--
extra : rebase_source : 73d5460c346ac2e4ebf21a84802971edb2f2482b
2009-09-03 14:31:51 +12:00
Karl Tomlinson
314edcb51a
b=513789 comparison of unsigned expression < 0 is always false in mozSpellChecker.cpp r=mkaply
...
--HG--
extra : rebase_source : f93c6af777de99097aad4cf0f7eaec9f721e070f
2009-09-03 08:44:32 +12:00
Mark Banner
e0f916c144
Bug 501925 Change cookie policy to relax the mailnews-specific APP_TYPE_MAIL requirement. r=Neil,r=dwitte,sr=dmose
2009-09-02 09:42:53 +01:00
Ian Neal
25a4f854b3
Bug 492751 - spell checking disabled when indenting text in HTML composition
...
p=me r/sr=bienvenu
2009-08-28 01:55:08 +01:00
Benjamin Smedberg
c4ea86fa0e
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
Mark Banner
e2c07e499f
Bug 512690 Fix prefcalls.js in autoconfig code for latest LDAP API changes. r=bienvenu
2009-08-26 16:09:59 +01:00
Blake Kaplan
de2ad6857a
Bug 512518 - nsRegressionTester.cpp doesn't compile in an optimized build. r=dbaron
...
--HG--
extra : rebase_source : 4d5589283048473f7bd2ba514cf09eaae13ec97e
2009-08-25 14:05:17 -07:00
Benjamin Smedberg
28fb767bd1
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
Boris Zbarsky
1f0eeed375
Followup for bug 510651 to make non-debug builds with --enable-extensions=layout-debug build.
2009-08-24 14:22:19 -04:00
Zack Weinberg
af8d8584e5
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
2009-08-20 14:52:48 -07:00
Sylvain Pasche
865b8b1eed
Bug 510827 - Register overlays in layout-debug jar.mn; r=dbaron
2009-08-18 00:32:52 +02:00
Taras Glek
ca66146094
Bug 468011 - Combine all chrome into browser+toolkit jars. r=bsmedberg
2009-08-14 09:32:40 -07:00
Benjamin Smedberg
34ec622e7d
Bug 508677 - Remove PyXPCOM (extensions/python) from mozilla-central. The code now lives in a separate repository, http://hg.mozilla.org/pyxpcom . moa=toddw r=ted
2009-08-07 13:10:07 -04:00
Taras Glek
7fc19dc9b5
backing out bug 468011
2009-08-06 17:21:04 -07:00
Taras Glek
05e5d2839c
Backed out changeset e6d6596ef49a
2009-08-06 17:20:44 -07:00
Serge Gautherie
3c7602ab9b
Bug 450450 - mochitest-plain: test_loadflags.html intermittently fails; (Bv1a) Make it more serial, explicit and documented; r=dwitte
2009-08-07 01:43:53 +02:00
Taras Glek
9d69828b71
Bug 468011: Combine all chrome into a single jar file r=bsmedberg
2009-08-06 11:47:58 -07:00
Ted Mielczarek
e681fe983b
bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
...
--HG--
extra : rebase_source : 76f547c1f055f18f57e09c67f1a2f7b2f548c3cd
2009-05-14 07:37:40 -04:00
Ted Mielczarek
a52d7c4fc6
Backed out changeset 9ddc25fb2246 - bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh - for test failures
2009-08-05 15:36:20 -04:00
Ted Mielczarek
506b5a5bca
bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
...
--HG--
extra : rebase_source : 7bd4c374609a9eea15d0b244c1415ae853146e84
2009-05-14 07:37:40 -04:00
Takanori MATSUURA
1c431113cb
Bug 505367 - Improve python compatibility in extensions/python/xpcom/__init__.py; r=mhammond
2009-07-31 22:01:46 +02:00
David Zbarsky
78b1e53099
Bug 392526. Some callers of nsID::ToString use a mismatched allocator to free the string. r=bsmedberg
2009-07-29 13:54:44 -04:00
Tyler Downer
d5c1d3cef6
Bug 470575 - Move PyXPCOM docs to dmo; r=mhammond
2009-07-29 14:41:32 +02:00
Michael Kohler
d755c7617c
Bug 106386 - Correct misspellings in source code (old); Patch 1; r=timeless
2009-07-27 10:46:59 +02:00
Makoto Kato
5887c83171
Bug 481115 - remove nsIPref from extension/(layout-debug|widgetutils). r=roc+romaxa
2009-07-26 23:32:44 +09:00
Navin Lal
073dca3f02
Bug 74803 - Should make global data const where possible; const changes for nsmodulecomponentinfo; r=dbaron
2009-07-25 03:27:08 +02:00
Serge Gautherie
51eddce782
Bug 450450 - <test_loadflags.html> intermittently fails
...
(Av2a) Call |window.removeEventListener()| ++
2009-07-25 03:16:33 +02:00
Robert Sayre
69902e8154
Merge mozilla-central to tracemonkey.
2009-07-23 16:49:14 -04:00
Igor Bukanov
30e6654a6f
bug 504033 - avoiding calling JSFinalizeStub. r=brendan
2009-07-22 18:23:21 +02:00
Josh Aas
a24f740e76
Null check after malloc in currently-unused osxspell component. b=283516 r=smorgan
2009-07-23 14:26:53 -04:00
Robert O'Callahan
6fa7477be0
Bug 352093. Part 10: misc fixes to remove assumptions about documents having widgets. r=smaug
2009-07-22 12:45:09 +12:00
Robert O'Callahan
482cb8a430
Bug 352093. Part 1: Add view parameter to nsViewManager::DispatchEvent so we can target view system events to widget-less documents. r=bzbarsky
2009-07-22 12:44:59 +12:00
Dão Gottwald
c48a14847c
Backed out changeset af278cec894d because of test_eviction.html failure
2009-07-21 06:24:37 +02:00
Dan Witte
117189697d
Bug 444600 - (cookiemonster2) Cookies go missing after a few days. Implement an age+number based purge algorithm. r=sdwilsh, sr=mconnor
2009-07-20 18:32:38 -07:00
Daniel Holbert
cdfac420ae
Bug 504934: Add braces to an "if/else" cascade to fix build warning. r+sr=jst
2009-07-20 15:29:32 -07:00
timeless@mozdev.org
b4666bc5b2
Bug 493781 Fixing warning in universalchardet array subscript has type 'char'
...
r=smontagu
2009-06-27 18:42:50 -07:00
Hiroyuki Ikezoe
963151cb88
Bug 488426 - enable TIS-620 detector; r=smontagu
2009-06-24 13:12:36 +09:00
Olli Pettay
39bebd7f16
Bug 497178 - Make nsPIDOMEventTarget::GetListenerManager to return nsIEventListenerManager*, r+sr=peterv
...
--HG--
extra : rebase_source : e92146a2236fe857aff7b2a9b1516b30174b8d83
2009-06-23 14:23:52 +03:00
Mark Smith
4014799e2e
Bug 437174 - Disabling 3rd party cookies breaks sending cookies for
...
channels with no docshell. r+sr=bzbarsky.
Added forceAllowThirdPartyCookie to nsIHttpChannelInternal.
Added LOAD_FLAGS_FORCE_ALLOW_COOKIES to nsIWebNavigation.
Added PERSIST_FLAGS_FORCE_ALLOW_COOKIES to nsIWebBrowserPersist.
--HG--
extra : rebase_source : 0ea11e1ed53d75152f57ffed74f44fc749a7a567
2009-06-16 10:30:25 -04:00
Arpad Borsos
77b21ab250
Back out b8e531a6c961 (Bug 474369), it really did cause the windows dhtml regression
...
--HG--
extra : rebase_source : 568114bcfc5a7710d9e2c2fe5e234fa190bebba1
2009-06-16 14:38:51 +02:00
Arpad Borsos
a19520a847
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
2009-05-07 17:15:26 +02:00
Josh Aas
aaec45417e
Remove nsICookieStorage, part of the XPCOM plugin API. b=432354 r/sr=jst,sicking
2009-06-13 13:16:40 -07:00
Arpad Borsos
f935ad0919
Back out bug 474369, suspected of causing dhtml and tp3 regression
2009-06-12 23:20:55 +02:00
Arpad Borsos
2c38117932
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
...
--HG--
extra : rebase_source : 2f40cba97555521222512c7cd793c2a2adcca333
2009-05-07 17:15:26 +02:00
Hiroyuki Ikezoe
b8aa0fa4b1
Bug 482558. Remove obsolete test. r=smontagu
2009-05-18 10:27:40 +12:00