Brad Lassey
|
0595320f20
|
bug 530367 - passwords from password manager flash in clear text r=neil
|
2009-11-25 12:41:23 -05:00 |
|
Josh Aas
|
be5277e691
|
Fix a bug that prevents NPAPI plugins from retrieving cookies. b=526462 r=roc
|
2009-11-25 02:40:46 -05:00 |
|
Brad Lassey
|
84b496e99b
|
backing out bug 530087 due to talos segfault on maemo
|
2009-11-25 01:45:30 -05:00 |
|
Boris Zbarsky
|
229c0bea7c
|
Bug 528134. Hand out the style context with the rulenode. r=dbaron
|
2009-11-25 00:35:55 -05:00 |
|
Vivien Nicolas
|
a2a597d568
|
Bug 509732 - Don't do slideIn animation if the height of the notification is 0. r=dtownsend
|
2009-11-24 21:00:49 -08:00 |
|
Brad Lassey
|
d4881fd8e4
|
bug 530087 - improve xptcinvoke for linux on arm r=vlad a192=vlad
|
2009-11-24 21:12:28 -05:00 |
|
Jonas Sicking
|
630d0607ed
|
Bug 530901. Fix a warning and align an error code with the spec. r=jst a=jst
|
2009-11-24 17:53:17 -08:00 |
|
Gavin Sharp
|
16f471606f
|
Bug 530533: Add pref to control whether addEngine prompts to "use immediately", r=rflint
|
2009-11-23 11:05:33 -05:00 |
|
Jeff Walden
|
4961834a50
|
Bug 525819 - Followup to readd the removed functionality -- forgot about comm-central, won't be able to fix all its tests immediately so will make both functions and strings acceptable arguments to do_timeout, for the moment. r=bustage
--HG--
extra : rebase_source : aa46e8bf88538c5ca520b0e5e196e3a9bbd3f7ec
|
2009-11-24 16:14:26 -08:00 |
|
Brendan Eich
|
3fcf83f1f9
|
Undo hackaround for bug 529837.
|
2009-11-24 15:42:03 -08: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 |
|
Brendan Eich
|
28e780dc8d
|
Undo hackaround for bug 529837.
|
2009-11-24 15:17:16 -08:00 |
|
Mark Banner
|
6afc0b0b4b
|
Back out changeset c9c35333436b / Bug 495392 due to build bustage
|
2009-11-24 22:25:42 +00:00 |
|
Martin Stránský
|
272c8281b0
|
Bug 495392 Crash [@ nsClipboard::HasDataMatchingFlavors] [@ nsHTMLEditor::HavePrivateHTMLFlavor] when selection contains data from java. r=karlt.
|
2009-11-24 22:12:04 +00:00 |
|
Mats Palmgren
|
6d9d0645d8
|
Bug 526769. r=roc a1.9.2=dbaron
|
2009-11-24 20:29:48 +01:00 |
|
Dão Gottwald
|
becf5522cc
|
Bug 529769 - notify observers when lightweight theme is selected. r=dtownsend
|
2009-11-24 16:59:53 +01:00 |
|
Ted Mielczarek
|
1ccefba1bf
|
bug 522804 - fix two more JarMaker lockFile race conditions on Windows. r=pike
|
2009-11-24 07:11:25 -05:00 |
|
Ted Mielczarek
|
c6514e06d1
|
bug 522804 - ZipFile exception.WindowsError build problem. r=pike
--HG--
extra : rebase_source : 9a940d5e8aed187f91584a86c7bd456bd249622c
|
2009-11-23 10:20:21 -05:00 |
|
Daniel Brooks
|
fdc5ea52b6
|
revert an unintentional change from revision 0ccbfef948d5
|
2009-11-24 05:58:50 -06:00 |
|
L. David Baron
|
c2bec2be3a
|
Remove the concept of stateless unicode decoders since they now all have state. (Bug 530328) r=smontagu
|
2009-11-23 22:43:48 -08:00 |
|
Mark Finkle
|
ae32ebb99a
|
Bug 530196: Using a symlinked greDir fails to launch application from nsXULStub [r=bsmedberg]
|
2009-11-23 22:17:06 -05:00 |
|
Doug Turner
|
5080db37c0
|
Bug 530652 - Some sites not render flash. r=karlt
--HG--
extra : rebase_source : f0078705705e960fe148fd9d64847c38ff58a656
|
2009-11-24 05:57:58 -08:00 |
|
Josh Aas
|
072aa45f40
|
Fix crash in Safari pref migration code. b=529459 r=smichaud r=dietrich a=dtownsend
|
2009-11-23 20:56:25 -05:00 |
|
Ehsan Akhgari
|
4b88692959
|
Add some comments for bug 528416
|
2009-11-23 19:24:13 -05:00 |
|
Shawn Wilsher
|
fbf7a39eca
|
Check to make sure that sqlite has been compiled with SQLITE_SECURE_DELETE (Bug 445164); r=asuth
|
2009-11-23 18:46:39 -05:00 |
|
Doug Turner
|
b543a3333b
|
Bug 530380 - Avoid slow path painting on Hildon. r=karlt.
|
2009-11-23 14:46:01 -08:00 |
|
Chris Cooper
|
ecd27919ac
|
Bug 530125 - When forcing files, create the full workdir path if it doesn't exist yet. (NPOTB) - r=armenzg
|
2009-11-23 16:38:31 -05:00 |
|
Josh Aas
|
150742a63c
|
Forgot null checks for NPN_MemAlloc in patch for bug 530138. NPOB.
|
2009-11-23 14:08:41 -05:00 |
|
Josh Aas
|
9caf7d271d
|
Bug 530138, npruntime sample plugin not using NPN_MemAlloc when it should. NPOB.
|
2009-11-23 13:57:27 -05:00 |
|
Stephen Horlander
|
8cbf3a1967
|
Bug 431627 - Toolbar icons should have consistent photoshop blending settings. r=dao, ui-r=faaborg
|
2009-11-23 19:51:38 +01:00 |
|
Gavin Sharp
|
ccf1116b55
|
Bug 529952: fix error console spew on gmail due to bad assumption about nsIRequests all being nsIChannels, r=dietrich
|
2009-11-23 13:46:25 -05:00 |
|
Gavin Sharp
|
dded2d11a0
|
Update MSDN reference in a comment
--HG--
extra : rebase_source : 09bd40f3ce1df2e76190880efce35c76aa662e30
|
2009-11-23 09:38:54 -05:00 |
|
Dão Gottwald
|
85ff73a7c5
|
Backed out changeset b7d969cc635e because of Win and OS X failure
|
2009-11-23 11:41:38 +01:00 |
|
Dão Gottwald
|
f5cc85036a
|
Fix browser_NetworkPrioritizer.js for bug 525635
|
2009-11-23 09:11:07 +01:00 |
|
Doug Turner
|
021fc1fac4
|
Bug 530378return early to avoid crashing
. r=karlt
|
2009-11-22 22:36:22 -08:00 |
|
Jonas Sicking
|
35ba4bdd55
|
Fix more bugs when reusing FileReaders for multiple reads. Also fix leaks. r=jst a=jst
|
2009-11-22 22:23:23 -08:00 |
|
Doug Turner
|
fa77150a9d
|
Bug 530381 - Cache X11 GC for NativeImageDraw. r=karlt
|
2009-11-22 15:46:42 -08:00 |
|
Jonas Sicking
|
08e2488afe
|
Trivial fix for orange. Tests are good. Bug 530269
|
2009-11-22 12:42:17 -08:00 |
|
Jonas Sicking
|
eaf688ca51
|
Jonas Sicking - Bug 530269: Clear data when reusing a FileReader for multiple reads. r=bz a=jst
|
2009-11-22 11:05:12 -08:00 |
|
Jonas Sicking
|
0a6d42ab36
|
Bug 530220: Fix bug in handling of binary data, kill some dead variables, and improve tests. All for FileReader. r=jst a=jst
|
2009-11-21 03:56:31 -08:00 |
|
Brad Lassey
|
bc18b05ef1
|
bug 530393 - improve xptcinvoke for Windows Mobile and Windows CE on ARM r=vlad
--HG--
rename : xpcom/reflect/xptcall/src/md/win32/xptc_arm_ceppc.asm => xpcom/reflect/xptcall/src/md/win32/xptcstubs_asm_ce.asm
|
2009-11-22 13:43:49 -05:00 |
|
Dão Gottwald
|
10f004427c
|
Bug 521282 - Make sure the browser window is focused before each test. r=mano
|
2009-11-22 15:05:54 +01:00 |
|
Dão Gottwald
|
7045f193a7
|
test cleanup
|
2009-11-22 11:52:22 +01:00 |
|
Peter Van der Beken
|
4ca74861f6
|
Fix for bug 528300. r=sicking, a=blocking1.9.2+.
|
2009-11-15 11:57:49 +01:00 |
|
Peter Van der Beken
|
7d0dd55d2d
|
Back out c5619fbfb2b1 to fix orange.
|
2009-11-21 15:48:49 +01:00 |
|
Peter Van der Beken
|
f2a138cf95
|
Fix for bug 528300. r=sicking, a=blocking1.9.2+.
--HG--
extra : rebase_source : c5bf7807f1840ab5a34b868b0eb90a6b1ec2d017
|
2009-11-15 11:57:49 +01:00 |
|
Jonas Sicking
|
39c46a11de
|
Backed out changeset 544bfe26c96d due to orange
|
2009-11-21 01:27:02 -08:00 |
|
Jonas Sicking
|
77df159a43
|
Backed out changeset 029128b70708 due to orange
|
2009-11-21 01:26:28 -08:00 |
|
Jonas Sicking
|
c7708300ab
|
Backed out changeset 3005c5da5a20 due to orange
|
2009-11-21 01:25:56 -08:00 |
|
Jonas Sicking
|
eccbe7ee86
|
Bustage fix
|
2009-11-21 00:42:58 -08:00 |
|