Alexander Surkov
								
							 
						 | 
						
							
							
							
							
								
							
							
								9ca55cbd90
								
							
						 | 
						
							
							
								
								Bug 810572, part 2.5 - rename AccType constants again, r=tbsaunde, sr=roc
							
							
							
							
							
						 | 
						
							2012-12-18 10:25:52 +09:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alexander Surkov
								
							 
						 | 
						
							
							
							
							
								
							
							
								f52aca4834
								
							
						 | 
						
							
							
								
								Bug 810572, part2 - remove 'Accessible' postfix from AccTypes constants, r=tbsaunde, sr=roc
							
							
							
							
							
						 | 
						
							2012-12-12 19:04:12 +09:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Peter Van der Beken
								
							 
						 | 
						
							
							
							
							
								
							
							
								ba2b51206c
								
							
						 | 
						
							
							
								
								Fix for bug 804991 (Make FromContent expect a non-null pointer and add FromContentOrNull). r=bz.
							
							
							
							
							
							
							
							--HG--
extra : rebase_source : 52e1c9171d05ba034971cfa16741e12061e7335d 
							
						 | 
						
							2012-09-26 16:17:51 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Daniel Holbert
								
							 
						 | 
						
							
							
							
							
								
							
							
								0c84835c24
								
							
						 | 
						
							
							
								
								Bug 542039 followup: Replace "namespace ... = mozilla::..." with "using namespace mozilla", to fix build error w/ --disable-accessibility. rs=tbsaunde
							
							
							
							
							
						 | 
						
							2012-10-15 15:44:34 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Trevor Saunders
								
							 
						 | 
						
							
							
							
							
								
							
							
								244a675d42
								
							
						 | 
						
							
							
								
								bug 542039 - accessible object types r=surkov, roc
							
							
							
							
							
						 | 
						
							2012-09-28 17:53:44 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Nathan Froyd
								
							 
						 | 
						
							
							
							
							
								
							
							
								4519571cb1
								
							
						 | 
						
							
							
								
								Bug 796129 - remove prtypes #includes in layout/
							
							
							
							
							
						 | 
						
							2012-10-01 17:12:57 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Peter Van der Beken
								
							 
						 | 
						
							
							
							
							
								
							
							
								6f38d2708d
								
							
						 | 
						
							
							
								
								Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
							
							
							
							
							
							
							
							--HG--
extra : rebase_source : 18e21a786b6a9cc2aeada52ba5ca3a2614cb596b 
							
						 | 
						
							2012-09-05 22:49:53 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Andrew Quartey
								
							 
						 | 
						
							
							
							
							
								
							
							
								7183276120
								
							
						 | 
						
							
							
								
								Bug 786172 - Fire change event for file dropped on file select box r=mounir
							
							
							
							
							
						 | 
						
							2012-09-14 10:38:04 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ehsan Akhgari
								
							 
						 | 
						
							
							
							
							
								
							
							
								e368dc9c85
								
							
						 | 
						
							
							
								
								Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
							
							
							
							
							
							
							
							This patch was generated by a script.  Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name nsXPCOMCID.h \
       ! -name prtypes.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
							
						 | 
						
							2012-08-22 11:56:38 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ms2ger
								
							 
						 | 
						
							
							
							
							
								
							
							
								75ab7efb95
								
							
						 | 
						
							
							
								
								Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
							
							
							
							
							
						 | 
						
							2012-08-09 09:09:40 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ms2ger
								
							 
						 | 
						
							
							
							
							
								
							
							
								c75eefb90d
								
							
						 | 
						
							
							
								
								Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
							
							
							
							
							
						 | 
						
							2012-08-04 09:44:00 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ed Morley
								
							 
						 | 
						
							
							
							
							
								
							
							
								f4181983a1
								
							
						 | 
						
							
							
								
								Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
							
							
							
							
							
						 | 
						
							2012-08-04 18:05:15 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ms2ger
								
							 
						 | 
						
							
							
							
							
								
							
							
								27245512cd
								
							
						 | 
						
							
							
								
								Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
							
							
							
							
							
						 | 
						
							2012-08-04 09:44:00 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Aryeh Gregor
								
							 
						 | 
						
							
							
							
							
								
							
							
								d0ad5a7d0c
								
							
						 | 
						
							
							
								
								Bug 777292 part 2 - Change all nsnull to nullptr
							
							
							
							
							
						 | 
						
							2012-07-30 17:20:58 +03:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									David Zbarsky
								
							 
						 | 
						
							
							
							
							
								
							
							
								d2ee12f6f9
								
							
						 | 
						
							
							
								
								Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
							
							
							
							
							
						 | 
						
							2012-07-01 16:45:59 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Jonathan Watt
								
							 
						 | 
						
							
							
							
							
								
							
							
								970e60a384
								
							
						 | 
						
							
							
								
								Bug 767388 - Kill NS_DEBUG. r=bz.
							
							
							
							
							
							
							
							--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28 
							
						 | 
						
							2012-06-25 20:59:42 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Geoff Lankow
								
							 
						 | 
						
							
							
							
							
								
							
							
								5cefea8480
								
							
						 | 
						
							
							
								
								Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
							
							
							
							
							
						 | 
						
							2012-06-06 14:08:30 +12:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Trevor Saunders
								
							 
						 | 
						
							
							
							
							
								
							
							
								5d33ad118a
								
							
						 | 
						
							
							
								
								bug 759033 - nsAccessible -> Accessible and nsAccessibleWrap -> AccessibleWrap r=surkov
							
							
							
							
							
							
							
							--HG--
rename : accessible/src/atk/nsAccessibleWrap.cpp => accessible/src/atk/AccessibleWrap.cpp
rename : accessible/src/atk/nsAccessibleWrap.h => accessible/src/atk/AccessibleWrap.h
rename : accessible/src/base/nsAccessible.cpp => accessible/src/generic/Accessible.cpp
rename : accessible/src/base/nsAccessible.h => accessible/src/generic/Accessible.h
rename : accessible/src/mac/nsAccessibleWrap.h => accessible/src/mac/AccessibleWrap.h
rename : accessible/src/mac/nsAccessibleWrap.mm => accessible/src/mac/AccessibleWrap.mm
rename : accessible/src/msaa/nsAccessibleWrap.cpp => accessible/src/msaa/AccessibleWrap.cpp
rename : accessible/src/msaa/nsAccessibleWrap.h => accessible/src/msaa/AccessibleWrap.h
rename : accessible/src/other/nsAccessibleWrap.cpp => accessible/src/other/AccessibleWrap.cpp
rename : accessible/src/other/nsAccessibleWrap.h => accessible/src/other/AccessibleWrap.h 
							
						 | 
						
							2012-05-28 21:18:45 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Gervase Markham
								
							 
						 | 
						
							
							
							
							
								
							
							
								82ff7027aa
								
							
						 | 
						
							
							
								
								Bug 716478 - update licence to MPL 2.
							
							
							
							
							
						 | 
						
							2012-05-21 12:12:37 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Andrew Quartey
								
							 
						 | 
						
							
							
							
							
								
							
							
								d959be51a1
								
							
						 | 
						
							
							
								
								Bug 722599 - Move change event firing to content from layout r=mounir
							
							
							
							
							
						 | 
						
							2012-05-07 12:27:24 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Jiten Thakkar
								
							 
						 | 
						
							
							
							
							
								
							
							
								9617e4bf4f
								
							
						 | 
						
							
							
								
								Bug 598244 - nsFileControlFrame should not parse the accept attribute but nsHTMLInputElement should do that; r=mounir
							
							
							
							
							
						 | 
						
							2012-03-12 11:36:02 +01:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Nathan Froyd
								
							 
						 | 
						
							
							
							
							
								
							
							
								68a79f10ae
								
							
						 | 
						
							
							
								
								Bug 731615 - Eliminate duplicate headers in layout. rs=smontagu
							
							
							
							
							
						 | 
						
							2012-02-29 10:57:47 -05:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Santiago Gimeno
								
							 
						 | 
						
							
							
							
							
								
							
							
								5c749b2022
								
							
						 | 
						
							
							
								
								Bug 710292 - Add a common HTMLSplitOnSpacesTokenizer tokenizer. r=khuey
							
							
							
							
							
						 | 
						
							2012-01-04 05:08:00 -05:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alexander Surkov
								
							 
						 | 
						
							
							
							
							
								
							
							
								ca6afa8566
								
							
						 | 
						
							
							
								
								Bug 699017 - aria-required attribute on file input not read by JAWS, r=tbsaunde, marcoz, roc
							
							
							
							
							
						 | 
						
							2011-11-30 20:36:20 +08:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Masayuki Nakano
								
							 
						 | 
						
							
							
							
							
								
							
							
								9e0d8331f9
								
							
						 | 
						
							
							
								
								Bug 703500 nsFileControlFrame should listen all events in system group r=smaug
							
							
							
							
							
						 | 
						
							2011-11-29 13:39:21 +09:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Mats Palmgren
								
							 
						 | 
						
							
							
							
							
								
							
							
								16f40d23b6
								
							
						 | 
						
							
							
								
								Bug 589857 - Remove the nsFileControlFrame::mTextFrame member in favor of just retrieving it from the text input content when needed.  r=bzbarsky
							
							
							
							
							
						 | 
						
							2011-11-18 16:51:41 +13:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ehsan Akhgari
								
							 
						 | 
						
							
							
							
							
								
							
							
								92064e6d3f
								
							
						 | 
						
							
							
								
								Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
							
							
							
							
							
							
							
							Landing on a CLOSED TREE 
							
						 | 
						
							2011-10-17 10:59:28 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Michael Wu
								
							 
						 | 
						
							
							
							
							
								
							
							
								d2b70213ac
								
							
						 | 
						
							
							
								
								Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
							
							
							
							
							
							
							
							--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp 
							
						 | 
						
							2011-09-28 23:19:26 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Fabrice Desré
								
							 
						 | 
						
							
							
							
							
								
							
							
								d79d54482e
								
							
						 | 
						
							
							
								
								Bug 593891 - Part 2 : Use a different title for the capture picker [r=mfinkle]
							
							
							
							
							
						 | 
						
							2011-09-26 17:25:41 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ms2ger
								
							 
						 | 
						
							
							
							
							
								
							
							
								0b1536d069
								
							
						 | 
						
							
							
								
								Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug
							
							
							
							
							
						 | 
						
							2011-08-26 09:43:49 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Mats Palmgren
								
							 
						 | 
						
							
							
							
							
								
							
							
								f1c56f2e22
								
							
						 | 
						
							
							
								
								Bug 653649 - New way of getting child lists from frames.  (part 4/5) r=roc
							
							
							
							
							
							
							
							Remove the nsIAtom* child list names and use child list ID enum instead. 
							
						 | 
						
							2011-08-24 22:54:30 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Michael Wu
								
							 
						 | 
						
							
							
							
							
								
							
							
								b34f351453
								
							
						 | 
						
							
							
								
								Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith
							
							
							
							
							
						 | 
						
							2011-07-25 21:57:58 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ms2ger
								
							 
						 | 
						
							
							
							
							
								
							
							
								8c78d3f478
								
							
						 | 
						
							
							
								
								Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
							
							
							
							
							
						 | 
						
							2011-07-15 12:31:34 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Jonas Sicking
								
							 
						 | 
						
							
							
							
							
								
							
							
								5cbb3ca1f6
								
							
						 | 
						
							
							
								
								Bug 664058: Remove AddEventListenerByIID/RemoveEventListenerByIID from nsFileControlFrame. r=smaug
							
							
							
							
							
						 | 
						
							2011-06-29 11:07:57 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Jonas Sicking
								
							 
						 | 
						
							
							
							
							
								
							
							
								a326e5c69f
								
							
						 | 
						
							
							
								
								Bug 658714 Part 10: Remove nsIDOM3EventTarget/nsIDOMEventGroup. r=smaug
							
							
							
							
							
						 | 
						
							2011-06-23 19:18:02 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Jonas Sicking
								
							 
						 | 
						
							
							
							
							
								
							
							
								0c346db2ed
								
							
						 | 
						
							
							
								
								Bug 658714 Part 9: Don't use EventGroups for system-group. r=smaug
							
							
							
							
							
						 | 
						
							2011-06-23 19:18:02 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Jonas Sicking
								
							 
						 | 
						
							
							
							
							
								
							
							
								0cd6950325
								
							
						 | 
						
							
							
								
								Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz
							
							
							
							
							
						 | 
						
							2011-06-14 00:56:49 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Ms2ger
								
							 
						 | 
						
							
							
							
							
								
							
							
								e369dd9f77
								
							
						 | 
						
							
							
								
								Bug 664123 - Backout bugs 659053 and 659539 (changesets 9c49f69d8bab-1b11c64ffcdf)
							
							
							
							
							
						 | 
						
							2011-06-14 16:25:51 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Jonas Sicking
								
							 
						 | 
						
							
							
							
							
								
							
							
								e3e6dd6825
								
							
						 | 
						
							
							
								
								Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz
							
							
							
							
							
						 | 
						
							2011-06-14 00:56:49 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Geoff Lankow
								
							 
						 | 
						
							
							
							
							
								
							
							
								c44e90607e
								
							
						 | 
						
							
							
								
								Bug 662977 - File upload control needs a change event on drop. r=bz
							
							
							
							
							
							
							
							--HG--
extra : rebase_source : aa8afe68e9bfcdbbf772a8ed22c93570131a9395 
							
						 | 
						
							2011-06-11 00:44:53 +12:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Mounir Lamouri
								
							 
						 | 
						
							
							
							
							
								
							
							
								ba98c26241
								
							
						 | 
						
							
							
								
								Merging cedar with mozilla-central.
							
							
							
							
							
						 | 
						
							2011-06-01 10:06:55 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Michael Ventnor
								
							 
						 | 
						
							
							
							
							
								
							
							
								4d6f07caf9
								
							
						 | 
						
							
							
								
								Bug 50660 - Drag and drop for file upload form control r=jst,enndeakin
							
							
							
							
							
						 | 
						
							2011-06-01 16:06:38 +10:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Boris Zbarsky
								
							 
						 | 
						
							
							
							
							
								
							
							
								b5bc3817ce
								
							
						 | 
						
							
							
								
								Bug 598833 part 7.  Make IntrinsicState protected.  r=smaug
							
							
							
							
							
						 | 
						
							2011-05-31 21:46:57 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Boris Zbarsky
								
							 
						 | 
						
							
							
							
							
								
							
							
								f137314503
								
							
						 | 
						
							
							
								
								Bug 598833 part 1.  Move IntrinsicState from nsIContent to Element.  r=smaug
							
							
							
							
							
						 | 
						
							2011-05-31 21:46:56 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Boris Zbarsky
								
							 
						 | 
						
							
							
							
							
								
							
							
								7d3e2c97ad
								
							
						 | 
						
							
							
								
								Bug 654989 part 1.  Allow handing out both an nsIContent and an nsStyleContext from CreateAnonymousContent.  r=roc
							
							
							
							
							
						 | 
						
							2011-05-06 16:04:44 -04:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									David Zbarsky
								
							 
						 | 
						
							
							
							
							
								
							
							
								a0b813679f
								
							
						 | 
						
							
							
								
								Bug 610305: decom nsEventStateManager r=smaug
							
							
							
							
							
						 | 
						
							2011-04-21 19:35:52 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Mounir Lamouri
								
							 
						 | 
						
							
							
							
							
								
							
							
								2af4853be5
								
							
						 | 
						
							
							
								
								Backed out changeset c1a7c1bc1aeb due to busted build.
							
							
							
							
							
						 | 
						
							2011-04-20 22:26:06 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									David Zbarsky
								
							 
						 | 
						
							
							
							
							
								
							
							
								732897cc3f
								
							
						 | 
						
							
							
								
								Bug 610305: decom nsEventStateManager r=smaug
							
							
							
							
							
						 | 
						
							2011-04-20 21:42:33 +02:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Jan Küchler
								
							 
						 | 
						
							
							
							
							
								
							
							
								c510bc3046
								
							
						 | 
						
							
							
								
								Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
							
							
							
							
							
							
							
							--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48 
							
						 | 
						
							2011-04-07 18:04:40 -07:00 | 
						
						
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Alexander Surkov
								
							 
						 | 
						
							
							
							
							
								
							
							
								5029052452
								
							
						 | 
						
							
							
								
								Bug 628922 - layout should use cached nsIAccessibilityService, r=davidb, sr=roc, a=roc
							
							
							
							
							
						 | 
						
							2011-01-28 12:38:14 +08:00 | 
						
						
							
							
							
								
							
							
						 |