Wes Johnston
43e1226f06
Bug 649983 - Make sync dialog fit size on Gingerbread. r=mfinkle
2011-06-14 14:43:38 -07:00
Wes Johnston
316ff90d96
Bug 664285 - Fallback to default locale if we can't find a matching one. r=mfinkle
2011-06-14 14:43:36 -07:00
Joe Drew
c56e626b4d
Bug 573583 - Enable decode-on-draw; r=jrmuizel
2011-06-14 17:01:21 -04:00
Benjamin Stover
925590e56d
Bug 656041 Some parts of page scroll at different rates in Fennec r=roc
2011-06-14 09:20:29 -07:00
Benjamin Stover
5e59557bbe
Bug 647192 IPC view rendering bug using positioned elements and overflow:scroll r=cjones
2011-04-11 17:27:00 -07:00
Jason Duell
5adc75dcca
Bug 664163. Fix implementation of Implement Get(Local|Remote)(Address|Port) in HttpChannelChild. r=jdm
2011-06-14 09:12:03 -07:00
Justin Lebar
0fe4862ae5
Bug 661132 - Fix test for bug 642338 so it doesn't rely on firefox.js prefs. r=smaug
2011-06-14 10:53:57 -04:00
Mounir Lamouri
c4793f8ed4
Bug 662261 - Fix open dialog on MacOS X when mSelectedTypeIndex is out-of-range. r=joshmoz
...
This is done in two steps:
1. Remove "filepicker.lastTypeIndex" preference which was actually the cause
of the described bug.
2. Don't fail if the value is out-of-range but fallback to a default value.
2011-06-14 16:14:56 +02:00
Mounir Lamouri
37a63d2df4
Merging mozilla-inbound with mozilla-central.
2011-06-14 16:10:17 +02:00
Jonathan Watt
40c3c02b56
Bug 663371 - Make runreftests.py default to appending reftest.list to the test path when only a test directory is specified. r=ted.
2011-06-14 13:56:13 +01:00
Ms2ger
d3990d5a86
Bug 659053 - Followup, change PRUint16 to PRBool; r=sicking
2011-06-14 12:46:31 +02:00
Tim Taubert
c7f542c097
Bug 607108 - focus group name field after creating new group; f=raymond, r=ehsan
2011-06-14 10:41:18 +02:00
Tim Taubert
3c72cc1cf1
Bug 663813 - clean up browser_tabview_bug589324.js; f=raymond, r=dietrich
2011-06-14 10:41:18 +02:00
Tim Taubert
da64f50ca9
Bug 663709 - browser_tabview_bug627288.js depends on other tests; f=raymond, r=dietrich
2011-06-14 10:41:18 +02:00
Jonas Sicking
5a370f9dac
Bug 659539 Part 4: Use nsINode::NodeType where possible. r=bz
2011-06-14 00:56:50 -07:00
Jonas Sicking
2045ee25aa
Bug 659539 Part 3: Use nsINode::NodeName where possible. Remove the now unused mQualifiedNameCorrectedCase. r=bz,peterv
2011-06-14 00:56:49 -07:00
Jonas Sicking
ed0ee3f3bd
Bug 659539 Part 2: Create nsINode::NodeType/NodeName/LocalName and make them non-virtual. r=bz
2011-06-14 00:56:49 -07:00
Jonas Sicking
27bb948022
Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz
2011-06-14 00:56:49 -07:00
Jonas Sicking
df9765fd87
Bug 659053 Part 2: Implement a faster non-recursive Node.isEqualNode directly on nsINode. r=peterv
2011-06-14 00:56:48 -07:00
Jonas Sicking
da5c2d70a4
Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv
2011-06-14 00:56:48 -07:00
Jonas Sicking
9f661f0f0b
Bug 663749: Remove load-event-listening code from nsXMLHttpRequest. r=smaug
2011-06-14 00:53:08 -07:00
Rodd Zurcher
43c495c5b3
Bug 663955 - Instead of decoding twice, use gdk_pixbuf_get_file_info to get the image width and height; then if either is larger than 180, call gdk_pixbuf_new_from_file_at_size, otherwise call gdk_pixbuf_new_from_file. r=roc
...
--HG--
extra : transplant_source : n%B2%BC%C2Ov%21%EC%8B%ADF6%DC%DD%19v%B6%E1%97%B8
2011-06-14 05:56:32 +02:00
Rodd Zurcher
efc76d8e09
Bug 663955 - Instead of decoding twice, use gdk_pixbuf_get_file_info to get the image width and height; then if either is larger than 180, call gdk_pixbuf_new_from_file_at_size, otherwise call gdk_pixbuf_new_from_file. r=roc
2011-06-14 05:56:32 +02:00
Geoff Lankow
181d169b26
Bug 536503 - Fix for test
2011-06-14 13:47:23 +12:00
Josh Matthews
ad90f2849f
Bug 663893 - Avoid null dereferences in websocket handler. r=mcmanus
...
--HG--
extra : transplant_source : %07%15%DD%3B%BF%B8%8B%BFK%1E3%28%7F%BE%8Ek%EFPu%7B
2011-06-13 14:30:07 -04:00
Geoff Lankow
452dff0b3b
Bug 536503 - Fix for test; r=gavin
2011-06-14 13:47:23 +12:00
Ehsan Akhgari
1f0f75dfcf
Merge mozilla-central and mozilla-inbound
2011-06-13 23:34:45 -04:00
Neil Rashbrook
a4bb2d8e95
Bug 660525 Remove useless uses of PromiseFlatString (prev cset lacked the code changes) r=joedrew!
2011-06-13 19:02:35 -07:00
Neil Rashbrook
277f61012d
Bug 660525 Remove useless uses of PromiseFlatString r=joedrew!
2011-06-13 18:51:14 -07:00
Dão Gottwald
fdce1adfed
Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2.
2011-06-14 00:02:28 +02:00
Ehsan Akhgari
42d115ac7a
Merge mozilla-central and mozilla-inbound
2011-06-13 17:33:03 -04:00
Robert Strong
191d0617a4
Bug 661784 - Make sure that the nsITimer variable doesn't get garbage collected causing the updater tests to fail intermittently; r=ehsan
2011-06-13 17:32:17 -04:00
Matt Brubeck
a7ccb258bf
Bug 663959 - Mark crashtests as asserting intermittently [r=ehsan]
2011-06-13 14:24:04 -07:00
Wes Johnston
4b5747cabe
Bug 663861 - Allow changing between themes. r=mfinkle
2011-06-13 13:32:18 -07:00
Wes Johnston
c74ad17276
Bug 663023 - Cache getDPI calls. r=mbrubeck
2011-06-13 13:32:17 -07:00
Ehsan Akhgari
3a5dc09f71
Backout bug 655703 because it may not be the right choice from the accessibility perspective
2011-06-13 15:22:43 -04:00
Josh Matthews
432e3242d7
Bug 663893 - Avoid null dereferences in websocket handler. r=mcmanus
2011-06-13 14:30:07 -04:00
Ehsan Akhgari
05f536f090
Back out Dao's push because of build bustage
2011-06-14 00:17:10 -04:00
Rodd Zurcher
7e003a506d
Bug 663955 - Instead of decoding twice, use gdk_pixbuf_get_file_info to get the image width and height; then if either is larger than 180, call gdk_pixbuf_new_from_file_at_size, otherwise call gdk_pixbuf_new_from_file. r=roc
2011-06-14 05:56:32 +02:00
Geoff Lankow
ae964af5f8
Bug 536503 - Fix for test
2011-06-14 13:47:23 +12:00
Josh Matthews
1177c3a091
Bug 663893 - Avoid null dereferences in websocket handler. r=mcmanus
2011-06-13 14:30:07 -04:00
Matheus Kerschbaum
80b101b43e
Bug 662023 - Remove ActiveX embedding API part 2: rm /embedding/activex/ r=bsmedberg
2011-06-14 05:50:58 +02:00
Matheus Kerschbaum
93857e2c74
Bug 662023 - Remove ActiveX embedding API part 1: remove support from the build system. r=bsmedberg
2011-06-14 05:50:38 +02:00
Matheus Kerschbaum
78ba14cbbf
Bug 662000 part 2: Remove XPC_IDISPATCH_SUPPORT from the build-system and XPConnect. r=mrbkap
2011-06-14 05:50:29 +02:00
Matheus Kerschbaum
d30015ead6
Bug 662000 part 1: Remove interfaces and tests. r=mrbkap
2011-06-14 05:50:17 +02:00
Kyle Huey
298f7f9486
Back out Bug 661910 since it may have broken Mac XULRunner builds.
2011-06-13 10:59:09 -07:00
Kyle Huey
7a958203b7
Backed out changeset 5bb18a13d2b9
2011-06-13 10:58:55 -07:00
Chris Leary
547ed94093
Merge mozilla-central and tracemonkey.
2011-06-13 10:00:23 -07:00
Ted Mielczarek
dbd0e1a0e4
Backed out changeset d12dda590f4a – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:40:35 -04:00
Ted Mielczarek
ca2bf6f440
Backed out changeset d12dda590f4a – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:40:15 -04:00