Dan Witte
904501ea58
Add new images to circumvent caching during tests. b=450450
2010-07-02 17:40:29 -07:00
Dan Witte
8820a7ad2e
Switch from Cache-Control: no-cache to no-store to see if it fixes random orange. b=450450
2010-07-02 10:24:03 -07:00
Benjamin Smedberg
a677e5bf91
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
2010-07-01 11:55:57 -04:00
Benjamin Smedberg
29e089defb
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
2010-06-25 19:41:09 -04:00
Benjamin Smedberg
5f7a36ec28
Testing fixes for bug 568691 - change xpcshell do_load_module to do_load_manifest, and switch the relevant tests to use manifests and the new function.
2010-06-25 10:43:25 -04:00
Benjamin Smedberg
822ccb0789
Merge mozilla-central into the static-xpcom-registration branch.
2010-06-23 17:26:25 -04:00
Benjamin Smedberg
0df0345c66
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
...
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Benjamin Smedberg
ca8c9d3053
More Linux-specific fixup from bug 568691
2010-06-12 20:50:56 -04:00
Dan Witte
63ad468a67
Bug 573061 - Add persistent cookie tests. Part 2: revise and add tests. r=sdwilsh
2010-06-21 17:50:35 -07:00
Benjamin Smedberg
a7e67d32ad
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
2010-06-10 14:11:40 -04:00
Doug Turner
7c75a38e18
Bug 571166 - merge from e10s to m-c. r=various. sr=bz. CLOSED TREE.
2010-06-30 23:27:52 -07:00
Doug Turner
e5c86fcd42
Merging with mozilla-central. Manually merged: content/canvas/src/nsCanvasRenderingContext2D.cpp ipc/ipdl/Makefile.in toolkit/toolkit-tiers.mk toolkit/xre/nsEmbedFunctions.cpp
...
--HG--
rename : gfx/thebes/src/gfxSharedImageSurface.cpp => gfx/thebes/gfxSharedImageSurface.cpp
rename : gfx/thebes/public/gfxSharedImageSurface.h => gfx/thebes/gfxSharedImageSurface.h
2010-06-28 16:33:19 -07:00
Ryan VanderMeulen
bb378f154e
Bug 571728 - Mismatched allocator for SuggestMgr::csconv. r=ehsan r=smaug
2010-06-30 23:11:41 +02:00
Jason Duell
386a098a89
Merge from m-c.
...
Fair amount of merge conflicts.
Biggest item was changes to nsHttpChannel from web sockets changes.
Other likely suspects if things are borken:
nsFrameLoader.cpp:
- nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
nsnull (m-c) to local process call to new nsFrameMessageManager(),
callback arg? Smaug said null.
- only calling SetCallBackData for local case. also +r smaug.
nsPrefBranch.cpp had fairly extensive merge conflicts.
nsChromeRegistry had lots of changes.
Dougt did most of the non-necko changes (thanks).
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
2010-06-22 17:33:57 -07:00
Doug Turner
b2c88178e3
Merging with M-C.
...
Hand merged the following files:
U chrome/src/nsChromeRegistry.cpp
U chrome/src/nsChromeRegistry.h
U content/base/src/nsFrameLoader.cpp
U content/base/src/nsFrameLoader.h
U dom/src/geolocation/nsGeolocation.cpp
U dom/src/geolocation/nsGeolocation.h
U netwerk/build/Makefile.in
U netwerk/cookie/nsCookieService.cpp
U netwerk/cookie/nsCookieService.h
--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
rename : netwerk/cookie/src/nsCookieService.cpp => netwerk/cookie/nsCookieService.cpp
rename : netwerk/cookie/src/nsCookieService.h => netwerk/cookie/nsCookieService.h
rename : netwerk/dns/src/nsIDNKitInterface.h => netwerk/dns/nsIDNKitInterface.h
rename : netwerk/protocol/http/src/nsHttp.h => netwerk/protocol/http/nsHttp.h
rename : netwerk/protocol/http/src/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannel.cpp
rename : netwerk/protocol/http/src/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannel.h
rename : netwerk/protocol/http/src/nsHttpChunkedDecoder.h => netwerk/protocol/http/nsHttpChunkedDecoder.h
rename : netwerk/protocol/http/src/nsHttpHandler.cpp => netwerk/protocol/http/nsHttpHandler.cpp
rename : netwerk/protocol/http/src/nsHttpHeaderArray.h => netwerk/protocol/http/nsHttpHeaderArray.h
rename : netwerk/protocol/http/src/nsHttpRequestHead.h => netwerk/protocol/http/nsHttpRequestHead.h
rename : netwerk/protocol/http/src/nsHttpResponseHead.h => netwerk/protocol/http/nsHttpResponseHead.h
rename : netwerk/protocol/http/src/nsHttpTransaction.cpp => netwerk/protocol/http/nsHttpTransaction.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.cpp => netwerk/protocol/res/nsResProtocolHandler.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.h => netwerk/protocol/res/nsResProtocolHandler.h
2010-06-07 13:38:02 -07:00
Dan Witte
e34c65ee5d
Bug 565475 - Allow 3rd party cookies for session only. r=sdwilsh
2010-06-07 12:32:12 -07:00
Robert Sayre
5a3f306961
Merge mozilla-central to tracemonkey.
2010-06-05 19:13:45 -04:00
Dão Gottwald
0978149cf3
Backed out changeset db6f8068e9a5
2010-06-29 17:49:21 +02:00
Saint Wesonga
c81affe35c
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedgerg
2010-06-29 17:14:36 +02:00
Daniel Holbert
c996b3363b
Bug 475837: Remove unused member vars "mDictionary" and "mIgnoreList" from mozPersonalDictionary.h & mozSpellChecker.h. r=smaug
2010-06-04 13:38:19 -07:00
Andreas Gal
8c624148c6
Add an API for compartments (570040, r=jorendorff).
2010-06-04 16:32:10 -07:00
Oleg Romashin
2538039097
Merge with latest mozilla central r 42802:ffbc3baf03ae
2010-05-25 15:19:33 -04:00
Olli Pettay
93984b6736
m-c to e10 merge
2010-05-24 17:45:59 +03:00
Jason Orendorff
578fc3cdd3
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
...
--HG--
extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
2010-05-27 12:33:54 -07:00
Robert Sayre
2a3fb0fb81
Merge mozilla-central to tracemonkey.
2010-05-24 09:05:39 -07:00
Robert Sayre
5da1b58f01
Merge mozilla-central to tracemonkey
2010-05-17 13:55:37 -04:00
Chris Jones
2ed40cd772
Merged m-c
2010-05-13 18:04:53 -05:00
Doug Turner
0dc0f3273e
merge with m-c. resolved conflicts in:
...
U chrome/src/nsChromeRegistry.cpp
U content/base/src/Makefile.in
U dom/base/nsDOMClassInfo.cpp
U toolkit/toolkit-tiers.mk
--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug541420.js => toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js
2010-05-11 11:09:54 -07:00
Ehsan Akhgari
1b26141a44
Bug 534694 - Move the layout debug extension to layout/tools; r=ted,roc
...
--HG--
rename : extensions/layout-debug/Makefile.in => layout/tools/layout-debug/Makefile.in
rename : extensions/layout-debug/application.ini => layout/tools/layout-debug/application.ini
rename : extensions/layout-debug/chrome.manifest => layout/tools/layout-debug/chrome.manifest
rename : extensions/layout-debug/layoutdebug-prefs.js => layout/tools/layout-debug/layoutdebug-prefs.js
rename : extensions/layout-debug/makefiles.sh => layout/tools/layout-debug/makefiles.sh
rename : extensions/layout-debug/src/Makefile.in => layout/tools/layout-debug/src/Makefile.in
rename : extensions/layout-debug/src/nsDebugFactory.cpp => layout/tools/layout-debug/src/nsDebugFactory.cpp
rename : extensions/layout-debug/src/nsILayoutDebuggingTools.idl => layout/tools/layout-debug/src/nsILayoutDebuggingTools.idl
rename : extensions/layout-debug/src/nsILayoutRegressionTester.idl => layout/tools/layout-debug/src/nsILayoutRegressionTester.idl
rename : extensions/layout-debug/src/nsLayoutDebugCIID.h => layout/tools/layout-debug/src/nsLayoutDebugCIID.h
rename : extensions/layout-debug/src/nsLayoutDebugCLH.cpp => layout/tools/layout-debug/src/nsLayoutDebugCLH.cpp
rename : extensions/layout-debug/src/nsLayoutDebugCLH.h => layout/tools/layout-debug/src/nsLayoutDebugCLH.h
rename : extensions/layout-debug/src/nsLayoutDebuggingTools.cpp => layout/tools/layout-debug/src/nsLayoutDebuggingTools.cpp
rename : extensions/layout-debug/src/nsLayoutDebuggingTools.h => layout/tools/layout-debug/src/nsLayoutDebuggingTools.h
rename : extensions/layout-debug/src/nsRegressionTester.cpp => layout/tools/layout-debug/src/nsRegressionTester.cpp
rename : extensions/layout-debug/src/nsRegressionTester.h => layout/tools/layout-debug/src/nsRegressionTester.h
rename : extensions/layout-debug/ui/Makefile.in => layout/tools/layout-debug/ui/Makefile.in
rename : extensions/layout-debug/ui/content/layoutdebug-overlay.xul => layout/tools/layout-debug/ui/content/layoutdebug-overlay.xul
rename : extensions/layout-debug/ui/content/layoutdebug.js => layout/tools/layout-debug/ui/content/layoutdebug.js
rename : extensions/layout-debug/ui/content/layoutdebug.xul => layout/tools/layout-debug/ui/content/layoutdebug.xul
rename : extensions/layout-debug/ui/jar.mn => layout/tools/layout-debug/ui/jar.mn
rename : extensions/layout-debug/ui/locale/en-US/layoutdebug-overlay.dtd => layout/tools/layout-debug/ui/locale/en-US/layoutdebug-overlay.dtd
rename : extensions/layout-debug/ui/locale/en-US/layoutdebug.dtd => layout/tools/layout-debug/ui/locale/en-US/layoutdebug.dtd
2010-04-23 15:03:22 -04:00
Boris Zbarsky
1039a51c26
Backed out changeset 90d627f2471e (bug 564979) because it broke mochitests.
2010-05-17 14:59:49 -04:00
Boris Zbarsky
3bf9b562d1
Bug 564979. Get rid of nsINode::GetSibling and just use GetNext/PreviousSibling instead. r=peterv, sr=sicking
2010-05-17 14:18:25 -04:00
Ehsan Akhgari
511bb8af53
Followup to bug 571728 - catch the remaining places where the return value of get_current_cs is freed; r=Olli.Pettay
2010-06-13 22:48:24 -04:00
wfernandom2004@gmail.com
78db44644f
Bug 472529, websockets (netwerk patch), r=smaug+biesi
...
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
extra : rebase_source : 4f75d33eb4fc7cdaa1f011f176ef4434bbfe2c25
2010-06-17 21:33:42 +03:00
Justin Dolske
83d539f829
Bug 564097 - Move prompts.properties into commonDialog.properties. r=gavin, sr=bs
2010-06-16 17:06:15 -07:00
Chris Jones
8cd39f1f00
Merge mozilla-central
2010-04-16 01:34:35 -05:00
Dan Witte
90b6b20cf2
Bug 537156 - [e10s] Implement cookies. r=jduell,sdwilsh; sr=bz
2010-03-25 16:02:28 -07:00
Joe Drew
308e5cd202
Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz
2010-04-16 17:05:47 -04:00
Ehsan Akhgari
473116ffcd
Bug 571728 - Mismatched allocator for SuggestMgr::csconv; r=Olli.Pettay,RyanVM
2010-06-13 14:19:23 -04:00
Ehsan Akhgari
3fc2c7aadd
Backed out changeset 3224dabf012e because I need one more review
2010-06-13 14:46:04 -04:00
Ehsan Akhgari
c66189c09c
Bug 571728 - Mismatched allocator for SuggestMgr::csconv; r=Olli.Pettay
2010-06-13 14:19:23 -04:00
Matt Caywood
e59c0617b5
Bug 479334 - Firefox and Thunderbird need a better English language dictionary; r=gavin
2010-06-13 14:33:06 -04:00
timeless@mozdev.org
a8a0220435
Bug 562519 cache result from PR_GetPhysicalMemorySize
...
r=biesi
2010-05-13 11:11:24 -07:00
Robert Sayre
39676ac642
Merge tracemonkey to mozilla-central.
2010-05-06 08:50:41 -04:00
Boris Zbarsky
fb534f9674
Bug 562971. Include Element.h as mozilla/dom/Element.h and don't use 'using namespace' quite as much. r=jst
2010-05-05 14:18:05 -04:00
Jeff Walden
23aeebc511
Bug 552560 - Remove support for __parent__. r=mrbkap
2010-04-11 13:51:00 -07:00
Jason Orendorff
1e779602f9
Bug 560643 - Add a special jsval type to XPIDL. Part 1, rename JSVal -> jsval in existing IDL. r+sr=jst.
...
--HG--
extra : rebase_source : 3d50f7468277883a26790df13a639ce37757a257
2010-05-12 08:18:51 -05:00
Craig Topper
25d5518e18
Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc
2010-04-10 16:09:38 -04:00
Makoto Kato
94ad96ba23
Bug 552339 - 2010-03-14 xulrunner nightlies failed to build (mozilla-central). r=bsmedberg
2010-03-22 01:01:47 +09:00
Daniel Holbert
475462560c
Bug 512518 followup: fix 'unused variable' warnings in nsRegressionTester.cpp, and use & instead of && for bit-masking operation. r=dbaron
2010-03-17 21:41:34 -07:00
tyler.downer@gmail.com
d22af6cdd4
Remove extension/universalchardet/doc/. Bug 471480, r=smontagu
2010-03-13 12:08:57 -08:00
Joel Maher
6b6e9978a3
Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE
2010-03-12 13:53:36 -08:00
Brad Lassey
96319c4535
backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests
2010-03-09 22:33:11 -05:00
Joel Maher
1c8d232df2
Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert
2010-03-09 08:55:39 -08:00
Ryan VanderMeulen
5d9a735086
Bug 564608 - Update Hunspell to 1.2.11. r=smaug
...
--HG--
extra : rebase_source : b3e8bccd5b58afb4cff64fa144068f6f64258c68
2010-06-09 08:06:40 +02:00
Timothy Nikkel
69e3ed9819
Bug 450450. Add some more debugging output to try to diagnose random orange.
2010-06-08 14:18:30 -05:00
Kyle Huey
a7c3948d0a
Backed out changeset 8ce70abd7777
2010-03-09 01:14:21 -05:00
Joel Maher
694ec71da0
Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer
2010-03-08 19:21:33 -08:00
Ginn Chen
7bf40bb9eb
Bug 538723: run_for_effect is not portable for Bourne shell r=ted.mielczarek
2010-03-08 17:30:40 +08:00
Clint Talbert
5b4513c7e9
Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box
2010-03-07 17:34:23 -08:00
Joel Maher
3cd691129e
Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte
2010-03-07 16:08:05 -08:00
Ms2ger@gmail.com
5024dcc2e9
Bug 548073 - Tabs in extensions/universalchardet/tests/CharsetDetectionTests.js. r=smontagu
2010-03-06 16:36:05 +01:00
Mark Banner
c1f7eefbf4
Bug 550145 NS_APPSTARTUP_CONTRACTID should exist in nsToolkitCompsCID.h and not nsXPFEComponentsCID.h (kill nsXPFEComponentsCID.h). r=benjamin
2010-03-05 12:11:55 +00:00
Simon Montagu
c38fa14fa2
Set a minimum threshold even for the detector's preferred language. Bug 547487, r=emk
2010-02-23 01:46:15 -08:00
Jae-Seong Lee-Russo
21cce9a192
Bug 530415. Use NS_MIN/NS_MAX instead of PR_MIN/PR_MAX in spellcheck code. r=bzbarsky
2010-02-22 14:41:19 -05:00
Jae-Seong Lee-Russo
3cfc3d3fd3
Bug 530411 - Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX in /extensions/java/. r=jst
2010-02-11 09:33:50 +01:00
Honza Bambas
9aaab9c522
Bug 542318 - Firefox 3.6 needs constant re-auths when connecting through NTLM proxy with credentials different from currently logged in Windows user, r=bz
2010-02-06 16:06:48 +01:00
Dão Gottwald
4c2a8592be
Use ordinary JS functions as observer callbacks in browser chrome tests
2010-02-06 09:47:42 +01:00
Jonathan Griffin
b10554d803
Bug 542660. Move universalchardet tests that use XPConnect to mochi-chrome. r=smontagu
2010-02-03 13:35:15 -08:00
Benjamin Smedberg
178a0bbb4b
Bug 541155 - test_loadflags.html doesn't reset prefs properly (manifests as a failure in modules/plugin/test/test_cookies.html), r=dwitte
...
--HG--
extra : transplant_source : VM%EB%A5.b%EC%CB1%1FGB%C2%A0%0E%C4%60%B0r4
2010-01-21 14:11:49 -05:00
Dan Witte
d55818f5b3
Bug 536650 - Cookie values not saved for pages loaded from file://; part 2: deal with empty hosts in the
...
cookieservice . r=sdwilsh, sr=bz
2010-01-12 10:29:20 -08:00
Ms2ger@gmail.com
91560b026e
Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug
2010-06-25 15:59:57 +02:00
Ryan VanderMeulen
5db882543d
Bug 434915 - Add some popular names to the dictionary as well as 'recency', r=mconnor
2009-12-23 19:31:40 -05:00
Dan Witte
a2da93319e
Bug 321624 - cookie per-host limit doesn't include all cookies from a domain. r=sdwilsh
2009-12-19 15:55:56 -08:00
Jim Mathies
fe2efa3ce8
Bug 535193 - DNS resolution in MakeSN of nsAuthSSPI causing issues for proxy servers that support NTLM auth. r=wtc, sr=bz.
2009-12-17 19:34:32 -06:00
Jim Mathies
e0aa8ddafd
Bug 533529 - Use credentials instead of context for sspi init check. r-bz.
2009-12-16 14:11:51 -06:00
Dan Witte
04a3ac83b6
Bug 444600 - (cookiemonster2) Cookies go missing after a few days. r=sdwilsh, sr=mconnor
2009-12-15 14:21:28 -08:00
Dão Gottwald
4b3877cdde
Bug 525708 - mIconURL shouldn't need to be accessed outside of tabbrowser.xml. r=mano
2009-12-15 08:49:08 +01:00
Jim Mathies
608472e9b0
Bug 533529. Detect it if someone calls GetNextToken when we're not initialized and bail out. r=bzbarsky
2009-12-14 22:05:19 -08:00
Blake Kaplan
d86449fe4d
Bug 534694 - Fix building layout-debug with libxul. r=dbaron sr=jst CLOSED TREE
2009-12-14 17:48:53 -08:00
Jim Mathies
9c04789333
Bug 531425 - Firefox 3.6b4 Crash in nsAuthSSPI::GetNextToken. r=bz.
2009-12-02 13:26:24 -06:00
John Daniels
2556f6f857
Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden
...
--HG--
extra : rebase_source : 6fbaac51eabe95fcfaf4706feb9fd8a28ba4dfbf
2009-11-24 11:58:42 -08:00
L. David Baron
fcfcaed7ed
Do unicode conversion separately for each byte in the encoding so encoder/decoder errors don't skew the results or leave them uninitialized. (Bug 525581) r=jst
...
--HG--
extra : transplant_source : bQ%F2i%3F%16%D3N%81%EC%C1%3D%D0%AA%F7%8D4%8C%CA%25
2009-11-20 17:21:12 -08:00
Jim Mathies
aa6998dee6
Bug 520607 - Remove use of "ntlm" auth module and replace with use of "sys-ntlm". r=wtc, cbiesinger. sr=bz.
2009-11-19 16:12:43 -06:00
Dan Witte
44267422bf
Bug 526789 - UMR in nsCookieService::CountCookiesFromHostInternal, GetCookiesFromHost, and
...
GetCookieInternal when given empty host string. r=biesi
2009-11-18 10:52:33 -08:00
Dan Witte
4d89c9378b
Back out bug 526789 to see if it's the cause of mochi orange.
2009-11-17 15:16:44 -08:00
Ehsan Akhgari
4da46a45c0
Bug 526194 - r=vlad
...
--HG--
extra : rebase_source : 410c69341dab86377f94026709c3aa1f13c36a6d
2009-11-17 15:01:15 -05:00
Mitchell Field
bf5ecdc685
bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system r=ted.mielczarek
2009-11-13 14:40:00 -05:00
Dan Witte
7c8602993f
Bug 526789 - UMR in nsCookieService::CountCookiesFromHostInternal, GetCookiesFromHost, and
...
GetCookieInternal when given empty host string. r=biesi
2009-11-13 13:05:50 -08:00
Phil Ringnalda
f97b51aefb
Backed out changeset a696d331ebf7 (bug 526789) for test failures
2009-11-09 19:45:23 -08:00
Dan Witte
e9f7ee50f8
Bug 526789 - UMR in nsCookieService::CountCookiesFromHostInternal, GetCookiesFromHost, and
...
GetCookieInternal when given empty host string. r=biesi
2009-11-09 16:21:57 -08:00
Dão Gottwald
1951d7d761
make comment reflect reality
2009-11-08 16:25:45 +01:00
Jim Mathies
4667f2ddba
Bug 487872 - nsAuthSSPI patch. r=wtc, sr=bz.
2009-11-04 16:12:24 -06:00
Kai Engert
7e335d7e89
Bug 494969, GSSAPI negotiate authentication may fail if /etc/resolv.conf changes
...
r=cbiesinger
Second checkin attempt, adding the obviously missing #ifdef needed for cross platform portability.
2009-10-30 10:13:34 +01:00
Dão Gottwald
b6e71f34a2
Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg
2009-10-26 21:02:06 +01:00
Kai Engert
c752664b0e
back out http://hg.mozilla.org/mozilla-central/rev/f825915212d4
2009-10-26 20:29:13 +01:00
Kai Engert
cb614aa443
Bug 494969 - GSSAPI negotiate authentication may fail if /etc/resolv.conf changes
...
r=cbiesinger
2009-10-26 20:08:32 +01:00
Daniel Holbert
84ee17c919
Bug 518904: remove unused variable in nsLayoutDebugCLH.cpp to fix build warning. r=dbaron
2009-10-23 09:50:43 -07:00
Dan Witte
580ef7cac5
Add xpcshell test to make sure things stay in sync when switching PB mode. b=481775, r=sdwilsh
2009-10-22 13:53:58 -07:00
Dan Witte
1e72a4964a
merge.
2009-10-16 16:17:43 -07:00
Dan Witte
7911153c5a
test failure fix.
2009-10-16 16:16:31 -07:00
Sid Stamm
0e1cce64fa
Bug 519263 - Session and time-based expiration for permissions in permissions manager. r=dwitte,
...
sr=mrbkap. First patch! Yay!!
2009-10-16 14:01:04 -07:00
Marco Bonardo
30dab76e20
Backout Bug 462381 due to Mac build bustage
2009-10-13 16:53:27 +02:00
Mitchell Field
7df5fc2f99
Bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system; Build more stuff in parallel (v3)
...
r=(benjamin, cbiesinger, smontagu, ted.mielczarek)
2009-10-13 15:22:56 +02:00
timeless@mozdev.org
3d4a604266
Bug 562591 - comparison between signed and unsigned integer expressions in mozPersonalDictionary::Save, r=bz
2010-04-29 00:10:00 -07:00
timeless@mozdev.org
cf53122bd8
Bug 562588 - comparison between signed and unsigned integer expressions in mozSpellChecker::InitSpellCheckDictionaryMap, r=bz
2010-04-28 23:40:00 -07:00
timeless@mozdev.org
251ea41baa
Bug 552235 - Fixing warning in universalchardet array subscript has type 'char', r=smontagu
2010-03-13 18:16:00 -08:00
Timothy Nikkel
74281e7967
Bug 559998. Fix randomly failing test by ignoring notifications we don't care about. r=dwitte
2010-04-30 15:48:40 -07:00
Dan Witte
b6ef5c2e84
Reverting debugging changes for bug 559998.
2010-04-30 15:47:38 -07:00
Boris Zbarsky
9c2ad4b2aa
Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking
2010-04-30 09:12:05 -04:00
Timothy Nikkel
455453ca4b
Bug 559998. Add some debug output to diagnose random orange.
2010-04-29 20:15:44 -05:00
Ehsan Akhgari
ccf6247cb3
Bug 569504 - Fix the spell checker leaking windows and documents; r=roc
2010-06-02 14:33:47 -04:00
Dan Witte
2ccb4a2c08
Back out failing tests.
2010-05-28 16:58:06 -07:00
Dan Witte
94fa8063b2
Try to fix randomly failing test.
2010-05-28 16:00:19 -07:00
Dan Witte
0825913b70
Fix persistent cookie tests. b=565475
2010-05-28 14:15:14 -07:00
Dan Witte
d2ce665b7f
Backing out failing tests.
2010-05-27 18:23:39 -07:00
Dan Witte
33e0f74cc6
Fix test timeout.
2010-05-27 17:36:57 -07:00
Dan Witte
650f1b099e
Add tests for cookie persistence and third party cookies.
2010-05-27 14:38:49 -07:00
Dan Witte
9aca714e3b
Bug 565475 - Allow 3rd party cookies for session only. r=sdwilsh
...
--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
2010-05-27 14:38:43 -07:00
Boris Zbarsky
6644f13f29
Bug 564979. Get rid of nsINode::GetSibling and just use GetNext/PreviousSibling instead. r=peterv, sr=sicking
2010-05-17 14:18:25 -04:00
Timothy Nikkel
590cec5f9c
Bug 450450. Add some debugging output to try to fix random orange in test_loadflags.html.
2010-05-25 18:40:45 -05:00
Olli Pettay
8879185a87
Bug 518950 - FindNextTextNode in mozInlineSpellWordUtil.cpp is slow, r=bz
2009-09-30 13:45:14 +03:00
Phil Ringnalda
af6ad712ce
Bug 512064 - Reporter extension should be in toolkit.jar, not browser.jar, r=bsmedberg
2009-09-26 17:38:09 -07:00
Mitchell Field
41c8798093
Bug 514665 - fix stupid module name differences on windows. r=ted
2009-09-25 18:41:16 +02:00
Phil Ringnalda
6fce97e58d
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
2009-09-18 19:59:53 -07:00
David Bienvenu
ec25eeae77
Bug 511806 r=simon@sxw.org.uk,sr=Neil
2009-09-07 15:30:58 +01:00
Benjamin Smedberg
667f63d102
Bug 513032 - remove empty conditionals in our makefiles, r=ted
2009-08-27 10:48:18 -07:00
Benjamin Smedberg
6ab5d24103
CLOSED TREE spelling fixes to kick new builds.
2009-09-03 11:14:54 -04:00
Karl Tomlinson
5f68fc773c
remove tabs accidentally added in b06c1085caab
...
--HG--
extra : rebase_source : 73d5460c346ac2e4ebf21a84802971edb2f2482b
2009-09-03 14:31:51 +12:00
Karl Tomlinson
f5f96cca41
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
8376e9e637
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
d1dbe9867b
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
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
Mark Banner
796e8d2758
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
0607bf560b
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
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
Boris Zbarsky
38bd4e6447
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
430c5ceb95
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
2009-08-20 14:52:48 -07:00
Sylvain Pasche
d93f991e14
Bug 510827 - Register overlays in layout-debug jar.mn; r=dbaron
2009-08-18 00:32:52 +02:00
Taras Glek
d331cb9b8d
Bug 468011 - Combine all chrome into browser+toolkit jars. r=bsmedberg
2009-08-14 09:32:40 -07:00
Benjamin Smedberg
bba15fbb29
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
3796321350
backing out bug 468011
2009-08-06 17:21:04 -07:00
Taras Glek
99f84f4bee
Backed out changeset e6d6596ef49a
2009-08-06 17:20:44 -07:00
Serge Gautherie
dd75783c9f
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
8e3080a124
Bug 468011: Combine all chrome into a single jar file r=bsmedberg
2009-08-06 11:47:58 -07:00
Ted Mielczarek
fb6939649b
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
092e85a88d
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
bb3956d8f7
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
691bbeb12b
Bug 505367 - Improve python compatibility in extensions/python/xpcom/__init__.py; r=mhammond
2009-07-31 22:01:46 +02:00
David Zbarsky
e5c3359049
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
a44ea67205
Bug 470575 - Move PyXPCOM docs to dmo; r=mhammond
2009-07-29 14:41:32 +02:00