Wes Johnston
71b62855ac
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
857b726b39
Bug 573583 - Enable decode-on-draw; r=jrmuizel
2011-06-14 17:01:21 -04:00
Benjamin Stover
68d2f40014
Bug 656041 Some parts of page scroll at different rates in Fennec r=roc
2011-06-14 09:20:29 -07:00
Benjamin Stover
dc300876aa
Bug 647192 IPC view rendering bug using positioned elements and overflow:scroll r=cjones
2011-04-11 17:27:00 -07:00
Jason Duell
216145aab8
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
92c362a466
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
a78e9d35e9
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
c1e69026a6
Merging mozilla-inbound with mozilla-central.
2011-06-14 16:10:17 +02:00
Jonathan Watt
4f44e0d962
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
b16a451383
Bug 659053 - Followup, change PRUint16 to PRBool; r=sicking
2011-06-14 12:46:31 +02:00
Tim Taubert
a75459f449
Bug 607108 - focus group name field after creating new group; f=raymond, r=ehsan
2011-06-14 10:41:18 +02:00
Tim Taubert
90a409e6f3
Bug 663813 - clean up browser_tabview_bug589324.js; f=raymond, r=dietrich
2011-06-14 10:41:18 +02:00
Tim Taubert
58381931a4
Bug 663709 - browser_tabview_bug627288.js depends on other tests; f=raymond, r=dietrich
2011-06-14 10:41:18 +02:00
Jonas Sicking
fd28a5666a
Bug 659539 Part 4: Use nsINode::NodeType where possible. r=bz
2011-06-14 00:56:50 -07:00
Jonas Sicking
b861547d18
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
dcede2b5e7
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
e3e6dd6825
Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz
2011-06-14 00:56:49 -07:00
Jonas Sicking
9bf170cc97
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
48f55a5733
Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv
2011-06-14 00:56:48 -07:00
Jonas Sicking
a9efce929e
Bug 663749: Remove load-event-listening code from nsXMLHttpRequest. r=smaug
2011-06-14 00:53:08 -07:00
Rodd Zurcher
f7ee7f3c8b
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
d44ef4dca7
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
6cd7bd535a
Bug 536503 - Fix for test
2011-06-14 13:47:23 +12:00
Josh Matthews
a52bb595df
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
fdf159dafe
Bug 536503 - Fix for test; r=gavin
2011-06-14 13:47:23 +12:00
Ehsan Akhgari
e493b6cc17
Merge mozilla-central and mozilla-inbound
2011-06-13 23:34:45 -04:00
Neil Rashbrook
fc981395e8
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
175ae3bc1d
Bug 660525 Remove useless uses of PromiseFlatString r=joedrew!
2011-06-13 18:51:14 -07:00
Dão Gottwald
dea1dade04
Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2.
2011-06-14 00:02:28 +02:00
Ehsan Akhgari
a1a2d871b6
Merge mozilla-central and mozilla-inbound
2011-06-13 17:33:03 -04:00
Robert Strong
66be312696
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
97d5e0e637
Bug 663959 - Mark crashtests as asserting intermittently [r=ehsan]
2011-06-13 14:24:04 -07:00
Wes Johnston
e5716fc8b2
Bug 663861 - Allow changing between themes. r=mfinkle
2011-06-13 13:32:18 -07:00
Wes Johnston
145c0b17cf
Bug 663023 - Cache getDPI calls. r=mbrubeck
2011-06-13 13:32:17 -07:00
Ehsan Akhgari
1c057cf63c
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
c0c46e51bd
Bug 663893 - Avoid null dereferences in websocket handler. r=mcmanus
2011-06-13 14:30:07 -04:00
Ehsan Akhgari
7c55737ac3
Back out Dao's push because of build bustage
2011-06-14 00:17:10 -04:00
Rodd Zurcher
9587dc4bad
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
c2b9056067
Bug 536503 - Fix for test
2011-06-14 13:47:23 +12:00
Josh Matthews
935efda693
Bug 663893 - Avoid null dereferences in websocket handler. r=mcmanus
2011-06-13 14:30:07 -04:00
Matheus Kerschbaum
c882911c87
Bug 662023 - Remove ActiveX embedding API part 2: rm /embedding/activex/ r=bsmedberg
2011-06-14 05:50:58 +02:00
Matheus Kerschbaum
ee97cff85a
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
1d1d68269b
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
f2b4e1f0ab
Bug 662000 part 1: Remove interfaces and tests. r=mrbkap
2011-06-14 05:50:17 +02:00
Kyle Huey
052921b669
Back out Bug 661910 since it may have broken Mac XULRunner builds.
2011-06-13 10:59:09 -07:00
Kyle Huey
eb2a45c8cc
Backed out changeset 5bb18a13d2b9
2011-06-13 10:58:55 -07:00
Chris Leary
0f3ac4a82b
Merge mozilla-central and tracemonkey.
2011-06-13 10:00:23 -07:00
Ted Mielczarek
744a49d18d
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
955424cbc1
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
Ted Mielczarek
fe64295339
Backed out changeset 055e5a11a673 – 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:38:43 -04:00