Simon Montagu
|
0ef190bc50
|
Fix some issues found with valgrind. Bug 479759 and bug 481692. r=Masatoshi Kimura <VYV03354@nifty.ne.jp>
|
2009-03-10 23:12:52 +02:00 |
|
Zeev Tarantov
|
00b0b9ec63
|
Make data tables in extensions/universalchardet const. Bug 482227, r=smontagu
|
2009-03-09 17:20:32 +02:00 |
|
Makoto Kato
|
1bca2f556f
|
Bug 481112 - Remove nsIPref from system-pref. r=roc
|
2009-03-08 12:17:41 +09:00 |
|
Chris Double
|
025be432dd
|
Backed out changeset 98381f8c8e08 due to test failure
|
2009-03-05 23:19:14 +13:00 |
|
Dan Witte
|
ef83e1d68c
|
change cookie eviction so that purges only take place when the limit on max cookies is reached, and the oldest cookie is greater than a set age. b=444600, r=sdwilsh,
sr=mconnor.
|
2009-03-04 22:11:24 -08:00 |
|
Michal Novotny
|
09354971c8
|
Bug 248611 - SFTP protocol displays symlink to dir as file; r=cbiesinger
|
2009-02-24 17:53:34 +01:00 |
|
L. David Baron
|
cb6012ec82
|
Remove nsStyleContext::DumpRegressionData, code that uses it, and code that exists only for it. (Bug 477522) r+sr=bzbarsky
|
2009-02-09 20:36:54 -08:00 |
|
Ben Newman
|
87e50a6bd5
|
Fixing bug 470356. Make the cookie dialogs open up modal to their origin tabs chrome window so that the dialog is centered on the window, and no centered on the screen. r=dwitte@stanford.edu, sr+a=jst@mozilla.org
|
2009-01-22 21:33:10 -08:00 |
|
Ehsan Akhgari
|
481277e527
|
Bug 468700 - Having "Ask me Everytime" enabled for Cookies during Private Browsing is unusable (test fix); r,sr=bzbarsky
|
2009-01-22 11:35:30 +03:30 |
|
Daniel Holbert
|
4301671b45
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
|
Fred Jendrzejewski
|
424883d380
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
|
2009-01-22 17:15:34 +13:00 |
|
Ehsan Akhgari
|
0f255ebcea
|
Bug 468700 - Having "Ask me Everytime" enabled for Cookies during Private Browsing is unusable; r=dwitte sr=bzbarsky
|
2009-01-21 11:16:28 +03:30 |
|
Fred Jendrzejewski
|
d8f1bff747
|
Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc
|
2009-01-18 21:14:14 +01:00 |
|
Robert O'Callahan
|
804cc7ee91
|
Backed out changeset 8019a959aade
|
2009-01-16 22:20:33 +13:00 |
|
Fred Jendrzejewski
|
065bde22f3
|
Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
|
2009-01-16 20:51:04 +13:00 |
|
Benjamin Smedberg
|
b57fa41fa4
|
Bug 396185 followup - Fix layout-debugger
|
2009-01-12 19:30:33 -05:00 |
|
Benjamin Smedberg
|
4b282d13ac
|
Bug 463642 - Safe mode should disable JIT, r+sr=jst
--HG--
rename : toolkit/xre/nsIXULRuntime.idl => xpcom/system/nsIXULRuntime.idl
|
2009-01-12 11:05:10 -05:00 |
|
Robert O'Callahan
|
d789c3dbfa
|
Bug 462593. Add nsPtrHashKey<T> to XPCOM. r=bsmedberg
|
2009-01-09 13:12:33 +13:00 |
|
Masatoshi Kimura
|
5517fb7970
|
Bug 470635 - Remove unused state machines
|
2008-12-27 19:02:48 +01:00 |
|
L. David Baron
|
dd347ca597
|
Make layout-debug extension work again. (Bug 470058) r=Pike
|
2008-12-23 09:06:56 -05:00 |
|
Ondrej Jaura
|
6f4177eae5
|
Bug 451536 - "JSSh port cannot be changed" [r=alex]
|
2008-12-14 22:32:48 -08:00 |
|
Boris Zbarsky
|
25789e6536
|
Bug 469361. Remove unused API (revert to previous interface version). r+sr=jst
|
2008-12-12 20:46:43 -05:00 |
|
Robert O'Callahan
|
1f1a970697
|
Bug 459613. When we tear down a textcontrol frame, tell its editor that we're blowing away the frame tree so it doesn't try to clear the spellcheck selection, which not only wastes time but does GetPrimaryFrame for during frame destruction which is a no-no. r+sr=mats
|
2008-12-12 21:34:43 +13:00 |
|
Masatoshi Kimura
|
3a3a37f47d
|
Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron
|
2008-12-06 11:08:26 -08:00 |
|
Sylvain Spinelli
|
8abd186fde
|
Bug 366682 - spellCheckRange : scan only the first word of a text node and stop; r+sr=roc
|
2008-12-06 19:39:47 +01:00 |
|
Daniel Holbert
|
61f320aa9d
|
Backed out changeset 78d662c2c878 (Bug 335531) on suspicion of causing mochitest failures in test_bug399284.html on linux & windows unittest boxes.
|
2008-12-05 11:52:01 -08:00 |
|
Masatoshi Kimura
|
31c5df869e
|
Bug 335531 - Correct misuse of "UTF-16BE", "UTF-16LE", "UTF-32BE", and "UTF-32LE" charset labels; r=smontagu sr=dbaron
|
2008-12-05 18:31:00 +01:00 |
|
Doug Turner
|
67977b416e
|
Backed out changeset 555e338a03ca
|
2008-12-05 09:25:19 -08:00 |
|
Doug Turner
|
6182259eda
|
Bug 454120 - Problems Compiling SECURITY module for WinMobile. r=ted
|
2008-12-05 08:59:24 -08:00 |
|
Justin Wood
|
7d5b5e0578
|
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
|
bb525b1207
|
Backed out changeset 87f6ae0c4324 (bug 435474) for orange.
|
2008-11-27 13:15:18 -08:00 |
|
Justin Wood
|
9d391015e1
|
Bug 463824, Introduce GLOBAL_DEPS to build system
r=ted, a1.9.1=beltzner
|
2008-11-27 12:27:41 -08:00 |
|
Johnny Stenback
|
ddc8a7f685
|
Fixing bug 405239. Cookie confirmation dialog focuses a newly opened background tab. r+sr+a=jonas@sicking.cc
|
2008-11-26 20:59:47 -05:00 |
|
Boris Zbarsky
|
a2b28f6144
|
Bug 457153. Introduce an nsILoadContext interface so that consumers can get load context information from a channel/loadgroup without having to depend on getInterface of docshell stuff. r=dwitte for cookie part, r=jst for rest, sr=jst, a=beltzner for CLOSED TREE
|
2008-11-24 13:32:04 -05:00 |
|
Philip Chee
|
52138282ce
|
bug 465073 - duplicate id in navigator.xul: reporterItemsBroadcaster, remove SeaMonkey-specific overlay parts from reporter, NPOTB for Firefox as we both now use unchanged Firefox overlay parts, r=gavin
|
2008-11-18 19:17:56 +01:00 |
|
Gavin Sharp
|
7b41cb93e4
|
Backed out changeset f014c59ad81d
|
2008-11-04 23:35:39 -05:00 |
|
Jeff Muizelaar
|
e6551e382c
|
Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, original patch by shaver@mozilla.org, r+sr=biesi
|
2008-11-04 23:11:31 -05:00 |
|
Ryan VanderMeulen
|
6ee62d9200
|
Bug 454108 - 'Update Hunspell to version 1.2.8'. r=smaug.
|
2008-11-04 14:05:31 -08:00 |
|
Phil Ringnalda
|
538c9fb42a
|
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 |
|
Simon Montagu
|
4fa9ab24c0
|
Don't require a minimum data threshold for encodings that correspond to the selected language. Bug 431054, r=Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp>
|
2008-10-30 10:57:25 -07:00 |
|
Uri Bernstein
|
25096ed723
|
Now really backing out the offending mochitest, and also the patch I accidently checked in instead.
|
2008-10-21 20:29:39 +02:00 |
|
Uri Bernstein
|
fb36a3b2b4
|
Back out mochitest for bug 459921 since it causing problems with other test.
|
2008-10-21 19:14:50 +02:00 |
|
Arpad Borsos
|
40a5a67846
|
Bug 451909 - kill MOZ_XUL_APP now that all apps set it; extensions cleanup (spellchecker, layout-debug); r+sr=(bienvenu + dbaron)
|
2008-10-20 14:33:11 +02:00 |
|
Justin Dolske
|
0a4f228e1e
|
Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor.
|
2008-10-16 15:20:21 -07:00 |
|
Igor Bukanov
|
b8b7007a16
|
Bug 408539 - Storing XPCContext inside JSContext
|
2008-10-11 19:35:39 +02:00 |
|
Arpad Borsos
|
c72ef7d248
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Neil Rashbrook
|
898fd2b8d9
|
Remove <CR>s (to fix cross-compilation bustage) rs=bsmedberg,gavin,roc,smontagu b=372802
|
2008-09-20 20:45:25 +01:00 |
|
Arpad Borsos
|
7c8fe9b1d4
|
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 |
|
Stuart Morgan
|
48d4a7bdad
|
make spelling exceptions non-fatal in native Mac OS X spellchecker. b=453813 r=josh sr=pinkerton
|
2008-09-19 05:51:33 -04:00 |
|
Josh Aas
|
b27afa1e2e
|
back out patch for 453813, closed tree
|
2008-09-18 18:00:18 -04:00 |
|