Ben Turner
a438e26b40
Bug 458318 - 'Workers: Support XHR events that QI to nsIDOMProgressEvent'. r+sr=sicking.
2008-10-14 11:16:36 -07:00
Taras Glek
c3c10b52fc
Bug 458983: dead stuff in nsHTMLElement r+sr=mrbkap
2008-10-14 09:55:57 -07:00
Boris Zbarsky
32c09cd6d9
Unset the zoom, because apparently it can leak out to other mochitests
2008-10-14 12:54:49 -04:00
Markus Stange
d1ef260d47
Bug 450944 - Turn off shadow for the autoscroll icon, r=mconnor
2008-10-14 17:36:38 +02:00
Markus Stange
2c38adaec7
Bug 450944 - Implement -moz-window-shadow functionality on Mac OS X, r=hwaara sr=roc.
...
This patch turns on window shadows for transparent windows by default, so the identity popup and the "edit bookmarks" popup will get a shadow, too. ui-r=faaborg
2008-10-14 17:33:40 +02:00
Brad Lassey
8dd10c5664
Bug 459621 - xulrunner-stub is broken on windows r=mfinkle
2008-10-14 11:28:43 -04:00
Marco Bonardo
564c306794
Bug 458683 - Backup only uri nodes into tag containers, r=dietrich
2008-10-14 17:24:08 +02:00
Markus Stange
1ffda30624
Bug 450939 - Add -moz-window-shadow CSS property, r+sr=dbaron
2008-10-14 16:44:25 +02:00
Boris Zbarsky
04e1cee63b
Relanding bug 459424 (backing out backout changeset 530f1077cae4). Don't pass null documents to the enumerator. r+sr=roc.
2008-10-14 10:24:55 -04:00
Igor Bukanov
59702db0da
Bug 459656 - Implementing nsIThreadJSContextStack in nsXPConnect. r+sr=mrbkap
2008-10-14 16:16:25 +02:00
Kathleen Brade
4ddfdcd5ba
Backing out bug 444800
2008-10-14 10:14:30 -04:00
Kathleen Brade
eb14288e2b
Backing out bug 444800
2008-10-14 10:06:35 -04:00
Neil Rashbrook
b50d21d9c9
Bug 459571 Places autocomplete results contain incorrect search string r=sdwilsh,mardak
2008-10-14 14:54:17 +01:00
Neil Rashbrook
434a05f6c1
Bug 459329 Download Manager should honour --disable-vista-sdk-requirements r=sdwilsh
2008-10-14 14:48:55 +01:00
Markus Stange
fd0179d793
Bug 377439 - Make scrollbars live to scrollbar style changes in the system prefs, r=roc
2008-10-14 15:31:09 +02:00
Asaf Romano
6d990c74f8
merging for 458233
2008-10-14 15:14:08 +02:00
Asaf Romano
748b0ae276
Bug 458233 - Use the new D&D API in Places Toolbar. r=Marco Bonardo.
2008-10-14 14:35:03 +02:00
Olli Pettay
031dd5d97b
Bug 459653 - Hang with DOMAttrModified and removing attributes, r=igor,sr=mrbkap
2008-10-14 13:18:01 +03:00
Markus Stange
6ea716947b
Bug 459796 - fixing unit test orange, r+sr=roc
2008-10-14 11:29:53 +02:00
Alexander Surkov
5f3441fbd6
Bug 459635 - ARIA role should override name computation from subtree flag, r=marcoz, aaronlev
2008-10-14 16:27:02 +08:00
Stuart Parmenter
e8fef4bbbc
bug 459796. Add optional flags to drawWindow to allow finer control. r=vlad
2008-10-13 23:29:30 -07:00
Masayuki Nakano
4afd09d055
Bug 440457 AltGr+9 and AltGr+0 don't type 9 and 0 respectively in Lithuanian keyboard r=ere, sr=roc
2008-10-14 15:01:51 +09:00
Simon Bunzli
8cdc349908
Bug 459651 - possible to wind up with about:sessionrestore listing about:sessionrestore as your session to restore; r=dietrich
2008-10-14 07:02:28 +02:00
Ben Turner
a86aff00f9
Merge.
2008-10-13 19:55:36 -07:00
Ben Turner
528a45ba6e
Backed out changeset b5b7b5523c66 to see if it fixes unit tests.
2008-10-13 19:54:46 -07:00
Ben Hearsum
347a38192a
backout bug 453840 to fix win32 l10n
2008-10-13 20:42:23 -04:00
Blake Kaplan
d9dc5056dc
Bug 455633 - Protect against the weird Sandbox global object case when creating XPCNativeWrappers. r+sr=bzbarsky
2008-10-13 15:55:38 -07:00
Blake Kaplan
76e8be0e68
Bug 457310 - Don't potentially run code with an exception still on cx. r+sr=jst
2008-10-13 15:53:33 -07:00
Blake Kaplan
197604d43a
Bug 459606 - Restore long-standing mozilla change to return a non-empty string for the no_digits case. r=crowder
2008-10-13 15:47:36 -07:00
Shawn Wilsher
7d6e03614c
Bug 458811 - Allow for multiple statements to be executed at in a transaction asynchronously
...
This changeset allows consumers to execute a series of statements, in order,
asynchronously in a transaction.
r=dcamp
sr=sicking
2008-10-13 18:45:40 -04:00
L. David Baron
9d7714304c
Make sure DidSetStyleContext methods call the base class DidSetStyleContext, and change the signature to return void. (Bug 459649) r+sr=bzbarsky
2008-10-13 18:03:28 -04:00
Uri Bernstein
b6fcdfbcc2
Bug 459660: Remove two unused members of nsTypedSelection and their accessors. r+sr=roc.
2008-10-13 23:25:21 +02:00
Patrick McManus
ceb7a682f9
Bug 208312. Cache DNS failure responses, not just successful lookups. r+sr=bzbarsky
2008-10-13 17:04:09 -04:00
Boris Zbarsky
0293ef22e1
Bug 459424. Don't pass null documents to the enumerator. r+sr=roc
2008-10-13 16:32:10 -04:00
Blake Kaplan
973ba75c26
Re-re-re-merge
2008-10-13 13:10:33 -07:00
David Anderson
55ee8061f8
Return innermost guard from js_ExecuteTree and not outermost (r=gal).
2008-10-13 12:44:37 -07:00
Jason Orendorff
12c5730930
TM: Remove unreachable "return false" in TraceRecorder::record_JSOP_NOT. No bug, r=gal.
2008-10-13 14:10:35 -05:00
Blake Kaplan
a96a83613d
Re merge to pick up bz's backout
2008-10-13 11:24:23 -07:00
Boris Zbarsky
69caa46727
Backing out changeset 43d8e57c41e9
2008-10-13 14:21:31 -04:00
Blake Kaplan
8f97b16f1f
Re-merge tracemonkey->mozilla-central
2008-10-13 11:12:07 -07:00
Masayuki Nakano
54c2da3211
Bug 457523 Caps Lock key events are never fired from cocoa widgets r=josh, sr=roc
2008-10-14 03:07:27 +09:00
Blake Kaplan
54cdbe81ec
Merge mozilla-central -> tracemonkey
2008-10-13 11:05:05 -07:00
Antonio Gomes
f20a1ac041
Bug 457091 - (crash) fennec m8 deb packages fail to install; r=blassey
2008-10-13 19:17:39 +02:00
Blake Kaplan
665c19d6ac
Bug 458355 - ecma_3/Operators/11.4.1-002.js fail; r=brendan
2008-10-13 19:02:43 +02:00
Markus Stange
64f4d1c1e2
Bug 394892 - Draw checkboxes and radiobuttons with NSButtonCell, r=josh sr=dbaron
2008-10-13 18:58:40 +02:00
Laurent Jouanneau
a5f3d21b7e
Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer
2008-10-13 12:49:14 -04:00
Doug Turner
9639fefae3
fixing macro so that it prints out the function name. npodb
2008-10-13 09:46:32 -07:00
Masatoshi Kimura
08a6304f4d
Bug 361822 - Native font names are no longer required in font.name-list.* for CJK fonts; r=smontagu sr=roc
2008-10-13 18:44:41 +02:00
Doug Turner
8e68b22077
disable NSPR debug logging by default. npodb
2008-10-13 09:36:36 -07:00
Olli Pettay
1b40f24812
Bug 456262 - Attribute nodes don't preserve wrappers, r+sr=jst
2008-10-13 19:33:27 +03:00