Граф коммитов

273041 Коммитов

Автор SHA1 Сообщение Дата
Serge Gautherie 0c77f10690 Bug 647404 - automation.py: fix extractZip() and installExtension(); (Bv2) Rewrite installExtension() to copy xpi file without extracting it, Remove now unused extractZip().
r=jmaher.
2011-04-14 13:03:47 +02:00
Serge Gautherie ab6cbd5010 Bug 647404 - automation.py: fix extractZip() and installExtension(); (Av1) s|os.sep|'/'|, Add shutil.rmtree() call, Fix some code nits.
r=jmaher.
2011-04-14 13:03:31 +02:00
Serge Gautherie fee19b66c5 Bug 508760 - Remove MSVC6 support from the tree; (Jv1) nsEventQueue.h.
r=benjamin.
2011-04-14 12:47:41 +02:00
Mike Hommey abf552e876 Bug 602245 - Don't build SIMPLE_PROGRAMS during MOZ_PROFILE_GENERATE pass. r=ted 2011-04-14 11:23:13 +02:00
Mike Hommey f3c5dac8f1 Bug 643817 - Replace xpt_link/dump with pyxpt. r=ted,r=bsmedberg 2011-04-14 11:22:09 +02:00
Landry Breuil 885e0224ff Bug 633857 - missing #includes for OpenBSD (mozalloc part). r=cjones 2011-04-14 17:49:38 +09:00
Landry Breuil 2b3882c63e Bug 633857 - missing #includes for OpenBSD (media part). r=roc 2011-04-14 17:49:29 +09:00
Landry Breuil 429a294f03 Bug 633857 - missing #includes for OpenBSD (gfx part) r=ludovic 2011-04-14 17:48:27 +09:00
Kyle Huey 00ad404a32 Backed out changeset aa200a803e07 2011-04-13 23:17:02 -07:00
Kyle Huey b7ec2e754a Bug 624870: Free nsFactoryEntrys on XPCOM shutdown and factory unregistration. r=bsmedberg 2011-04-13 19:41:34 -07:00
Kyle Huey 4a657af8d0 Bug 630444: Followup to remove dead code. r=me 2011-04-13 19:41:34 -07:00
Kyle Huey b5f1174b28 Bug 607114: Expose a File constructor to chrome script. r=sicking
--HG--
rename : content/canvas/test/image_yellow.png => content/base/test/chrome/fileconstructor_file.png
2011-04-13 19:41:34 -07:00
Kyle Huey 17ebff915e Bug 593629: Only check for ARM SIMD and NEON when the CPU_ARCH is ARM. r=ted 2011-04-13 19:41:33 -07:00
Chris Pearce be267ca595 Bug 641718 - Round nsWaveReader's buffered ranges times to usecs. r=kinetik 2011-04-14 10:12:23 +12:00
Chris Pearce 9a2ed19646 Bug 641718 - Convert to using microseconds for internal video timestamps. r=kinetik 2011-04-14 10:12:23 +12:00
Jonathan Protzenko 744abc3477 Bug 628669: Provide support for relative URLs in Components utils import (JSM, JS modules) r=bsmedberg r=mrbkap
This patch allows a JS module to import another one with a relative path. For
instance, if you have a set of modules you want to drop-in in any extension, and
these modules depend on each other, you can import XPCOMUtils and then do
XPCOMUtils.importRelative(this, "otherfile.jsm").
2011-04-14 00:10:13 +02:00
Cameron McCormack b05cfb866e Bug 637207 - Make name & message on Error prototypes and message on Error instances not enumerable r=gal 2011-04-14 09:47:30 +12:00
Jonas Sicking 1f37a19190 Bug 649672: Make File.slice arguments match Array.slice and prefix File.slice. r=khuey 2011-04-13 14:34:36 -07:00
Mounir Lamouri 03c9f13203 Bug 635749 - Don't assume we can press ENTER on an <input type='file'> to submit a form. r=bz,smaug
--HG--
extra : rebase_source : 85b73e61002ebc3c68cfff3363afb29b448c6121
2011-04-13 12:43:34 -07:00
Benjamin Stover 500e0aa9c4 Bug 649583 Panning regression on google reader in 2011-04-12 nightly r=roc 2011-04-13 14:12:22 -07:00
Robert Strong a34c3a756a Bug 649754 - update dialog no longer centered. r=mossop 2011-04-13 13:52:55 -07:00
Jonathan Kew 2591d87836 bug 649678 - include the build date in About window for a# versions. r=dao 2011-04-13 21:25:58 +01:00
Klaus Ernst 26f234367b Bug 640601: Allow Flash 10.2+ to load OOP on more Mac OS X machines. r=josh 2011-04-13 12:57:46 -07:00
Mounir Lamouri 3c1d30e414 Bug 638143 - Internal html:input of XUL numberbox shouldn't have type='number'. r=enndeakin 2011-03-02 22:32:58 +01:00
Ehsan Akhgari 0727df7bf4 Merge backout of bug 606574 2011-04-13 14:09:09 -04:00
Ehsan Akhgari 436a7a6900 Back out bug 606574 for leaking a Mutex and a CondVar in crashtests 2011-04-13 14:08:43 -04:00
Ehsan Akhgari b47034f361 Merge cedar into mozilla-central 2011-04-13 14:00:55 -04:00
Neil Deakin 0b576fa557 Bug 608603, properly handle adjusting the day in the grid datepicker when switching to a month with fewer days, and add displayed month and year properties to datepicker, which can differ from the selection, r=neil 2011-04-13 13:53:24 -04:00
Neil Deakin 1065c8272d Bug 126189, pass modifiers on to command events in menus when enter was pressed, r=neil 2011-04-13 13:53:24 -04:00
Neil Deakin 2bd05fda47 Bug 590665, panels jump around when dragged across screens, so don't do flipping when moving one, r=roc 2011-04-13 13:53:24 -04:00
Neil Deakin 3301d590ed Bug 462172, fix up preventDefault call in drag synthesis test and move to a chrome test
--HG--
rename : testing/mochitest/tests/SimpleTest/tests/test_synthesizeDragStart.xul => testing/mochitest/chrome/test_synthesizeDragStart.xul
rename : testing/mochitest/tests/SimpleTest/tests/test_synthesizeDrop.xul => testing/mochitest/chrome/test_synthesizeDrop.xul
2011-04-13 13:53:24 -04:00
Benjamin Stover ca40be3124 Bug 649666 Do not create container layers for scrollboxes with (0, 0) scrollRange r=roc 2011-04-13 10:45:00 -07:00
Zack Weinberg 842ed1ee0b Fix partial DOS line endings in nsRect.cpp, rs=khuey, no bug
--HG--
extra : rebase_source : 0bf86cf3015a3eecb19282159277581656136734
2011-04-13 10:16:36 -07:00
Ehsan Akhgari e1dbd204dd Bug 637671 - Don't display the selection for a non-focused text element when restoring the selection state after a reframe; r=bzbarsky 2011-04-11 22:03:50 -04:00
Ms2ger c485dc0dbd Bug 605098 - Kill navigator.securityPolicy; r=dveditz 2011-04-12 21:04:31 -04:00
Ehsan Akhgari bbc2ae5a8c imported patch attachment.cgi?id=510985 2011-04-12 21:02:57 -04:00
Landry Breuil 4c8de6baa8 Bug 648730 - Fix Kerberos/GSSAPI authentication on OpenBSD r=khuey 2011-04-12 20:54:18 -04:00
Ehsan Akhgari 312fb6d5b5 Bug 649223 - Reftest for bug 366207 wastes two seconds, needlessly; r=bzbarsky 2011-04-12 18:42:23 -04:00
Ehsan Akhgari 552b8c0d21 Backout changeset 3b7b6b0bd9ef (bug 647453) because it breaks packaging 2011-04-12 16:26:32 -04:00
Ed Morley e41f770d5d Bug 438284 - Remove incorrect translation note from profileSelection.properties 2011-04-12 16:12:02 -04:00
Chris Coulson 550d27863e Bug 611953 - Part 3: GNOME 3.0 readiness; r=roc,karlt 2011-04-12 16:11:20 -04:00
Chris Coulson 4ac1b19d5f Bug 611953 - Part 2: GNOME 3.0 readiness; r=roc,karlt 2011-04-12 16:10:51 -04:00
Chris Coulson f20c1257d2 Bug 611953 - Part 1: GNOME 3.0 readiness; r=roc,karlt 2011-04-12 16:10:09 -04:00
Hiroyuki Ikezoe 7fced4f64e ts in browser/components/sessionstore/test/browser should use utility functions in head.js; r=zpao 2011-04-12 16:07:44 -04:00
Raymond Lee c7d726f17e Bug 601958 - TabView should directly call show and hide routines in the frame r=ian 2011-04-11 16:15:38 +08:00
Raymond Lee 899ff7ddd3 Bug 640062 - Panorama tabs-from-other-windows button displays &nbsp; r=ian 2011-04-11 11:19:05 +08:00
Glenn Randers-Pehrson 1c22db28f2 Bug 624133 - Update libpng to version 1.4.7. r=joe 2011-04-12 15:45:24 -04:00
Oleg Romashin 2745f0c65e Bug 647462 - Video layer should not be ARGB by default; r=chris.double 2011-04-12 15:39:50 -04:00
Michael Wu 5a2c69b6cb Bug 647453 - Removed serialized JS from omnijar, r=taras,khuey 2011-04-12 15:38:06 -04:00
Trevor Saunders 5c436108e1 Bug 619002 - When deleting text from edit fields the wrong text is reported through at-spi r=fernando,ginn.chen f=surkov 2011-03-24 18:03:14 -04:00