Robert O'Callahan
a0eabe8ffc
Bug 447565. Make clip-path/filter/mask use nsReferencedElement to update correctly when the element referenced by an ID changes. r=longsonr,sr=mats
2008-08-06 12:25:33 +12:00
Doug Turner
3e119ed5da
Make comment patch code. r=me
2008-08-05 16:31:06 -07:00
Doug Turner
5f74452a9b
fixes 448174. can not open drop-down menu when select element focused. r=gavin
2008-08-05 15:44:53 -07:00
Blake Kaplan
49d5afa35e
Bug 449152 - js_CheckAccess should init out params on failure, r=brendan
2008-08-05 14:49:50 -07:00
Dão Gottwald
2174991cf3
Bug 405892 – Finish polish of the download manager search field. r=sdwilsh
2008-08-05 23:33:41 +02:00
Dão Gottwald
58d623909f
add a comment explaining why that testing code is commented out
2008-08-05 23:27:49 +02:00
Robert Strong
18d81125a8
(Thunderbird 7zSD.sfx) Bug 404609 - Update Thunderbird installer with changes made to the Firefox installer. r=standard8
2008-08-05 14:19:50 -07:00
Bob Clary
62d958a2be
merge commit for test, bug 430740
2008-08-05 13:48:32 -07:00
Bob Clary
84d2a73631
JavaScript Tests - modify test for BOM to whitespace conversion, bug 430740
2008-08-05 13:46:36 -07:00
Rob Arnold
a0b6a9f699
-moz-system-metric selector doesn't update when the theme changes - bug 447045 r+sr=dbaron
2008-08-05 13:02:43 -07:00
Dão Gottwald
e996a4d53e
trying to fix Win/OSX test failures
2008-08-05 21:59:32 +02:00
Brian Crowder
927b150481
Bug 384244 - update jsdtoa with interesting pieces of more-recent dtoa, r=igor
2008-08-05 11:18:29 -07:00
Dão Gottwald
85875a6c77
Bug 388811 – provide a search textbox widget. r=enndeakin
2008-08-05 19:42:30 +02:00
Dave Townsend
540a206265
Backout of bug 445042, upgrade to SQLite 3.6.0, due to performance regressions
2008-08-05 17:12:39 +01:00
Brad Lassey
0b6e62d9c2
"Brad Lassey" - Bug 445918 - Setting xr version in deb package to gre version + buildid, relanding after backout in de1e95ba7165 r=ted
2008-08-05 10:54:42 -04:00
Robert Longson
2870a18b00
bug 445687 - Should not be able to nest text r+sr=roc
2008-08-05 14:07:03 +01:00
Robert Longson
07fd1bd933
bug 445101 - rendering does not change if systemLanguage attribute changes r=jwatt,sr=bzbarsky
2008-08-05 13:01:47 +01:00
Robert Strong
ae635cdffe
Correctness fix for Bug 447934 - Default browser check doesn't return false if the registry key doesn't exist. r=jmathies
2008-08-04 23:48:06 -07:00
Robert Strong
3845aa9785
Bug 447934 - Default browser check doesn't return false if the registry key doesn't exist. r=jmathies
2008-08-04 23:13:44 -07:00
Boris Zbarsky
0cf4408249
Adding test
2008-08-05 01:35:01 -04:00
Masayuki Nakano
5b8ca5e2fb
Bug 433340 – bookmark dialog covers candidate window when using IME r=enndeakin+gavin.sharp
2008-08-05 13:48:16 +09:00
Justin Dolske
1f7b574d43
Bustage fix
2008-08-04 19:27:11 -07:00
Blake Kaplan
e23486ebed
Try to fix the orange by overriding platform-specific errors
2008-08-04 18:04:19 -07:00
Blake Kaplan
d42f0d18f7
Fix missed review comment from bug 408412
2008-08-04 16:54:16 -07:00
Bob Clary
784ecdcdd4
JavaScript Tests - regression test for bug 446494, by Philip Taylor
2008-08-04 16:48:01 -07:00
Blake Kaplan
c0bc5e6e03
Implement ES3.1's Object.getPrototypeOf. bug 444787, r=brendan
2008-08-04 16:43:12 -07:00
Blake Kaplan
bb3043d493
let declarations at top level and function level should not shadow var. bug 346749, r=brendan
2008-08-04 16:37:00 -07:00
Blake Kaplan
e8742b57fd
Don't pass around information we don't use. bug 448595, r=brendan
2008-08-04 16:36:35 -07:00
Blake Kaplan
1707e24478
Cleanup error reporting in dis and dissrc. bug 445743, r=brendan
2008-08-04 16:36:10 -07:00
Blake Kaplan
a5cb932a98
Fix compiler warning: GCC is confused by the break-after-return to think that we can exit the switch without returning. No bug, r+sr=jst
2008-08-04 16:35:37 -07:00
Paul OShannessy
16add8f7b8
Bug 449095 – LoginManagerStorage_legacy shouldn't write file if no data present. r=me
2008-08-04 16:28:44 -07:00
L. David Baron
debed4846b
Make the -moz-column-rule-color test not assume that inputs have the same 'color' as divs. (Bug 271586) r=Ventnor
2008-08-04 16:10:05 -07:00
L. David Baron
32c9d0b6f7
Make scrollbars not be reflow roots anymore, since they don't obey all the invariants needed. (Bug 366791) r+sr=bzbarsky
2008-08-04 15:15:11 -07:00
L. David Baron
3498039f41
Untabify the few lines with tabs in nsStyleStruct.h
2008-08-04 15:15:11 -07:00
L. David Baron
758fecccf0
Label types of nsStyleCoord and nsStyleSides. b=443057 r+sr=bzbarsky
2008-08-04 15:15:11 -07:00
Kathleen Brade
3f485b106c
Fixing bug 328778. Make the UA string we pass to plugins be terminated at the last space or at max length if the string doesn't fit rather that just returning NULL. r+sr=jst@mozilla.org
2008-08-04 14:24:50 -07:00
Johnny Stenback
819bfbb804
Landing fix for bug 347805. Add support for passing information about failed HTTP streams to plugins. Patch by dbalev@adobe.com, r+sr=jst@mozilla.org
2008-08-04 14:17:55 -07:00
Shawn Wilsher
9f4d177ce3
Bug 445042 - Upgrade to SQLite 3.6.0
...
This is only the changes to the distributed SQLite files.
2008-08-04 15:41:23 -04:00
Shawn Wilsher
18c6ad3076
Bug 445042 - Upgrade to SQLite 3.6.0
...
This contains the needed changes to our own code (readme file, configure.in, and
def file changes).
r=myk
2008-08-04 15:40:53 -04:00
Blake Kaplan
7ccafb949b
Merge backout
2008-08-04 11:13:34 -07:00
Blake Kaplan
61ceaca2ff
Backed out changeset 90020c4ad446 to fix tinderbox orange while I figure out why a test was failing.
2008-08-04 11:12:51 -07:00
Eric Butler
d249d258b8
Avoid unnecessary InvalidateFrame calls from CanvasRenderingContext2D - bug 447836 r=vlad
2008-08-04 10:38:09 -07:00
Shawn Wilsher
3f3b07898a
Bug 443433 - [refactor] move places table creation statements to one file
...
This refactors how tables are created in places. There is no change in logic.
r=dietrich
2008-08-04 13:14:17 -04:00
Shawn Wilsher
6fc4c9b907
Address spelling mistake from review comment for bug 443068.
2008-08-04 13:07:17 -04:00
Blake Kaplan
66418514ea
Don't optimize variable names in with statements. bug 448595, r=brendan
2008-08-04 10:07:06 -07:00
Blake Kaplan
9a06360391
Avoid returning false without setting an exception. bug 429521, r=sdwilsh
2008-08-04 10:04:27 -07:00
Blake Kaplan
c1ae312d79
Propagate compilation errors to our caller to make syntax errors easier to debug. bug 408412, r=shaver sr=brendan
2008-08-04 10:03:34 -07:00
Blake Kaplan
6039df5d19
Propagate compilation errors to our caller to make syntax errors easier to debug. bug 408412, r=shaver sr=brendan
2008-08-04 10:03:34 -07:00
Shawn Wilsher
6701a8e6a0
Bug 443068 - Move triggers into migration code
...
This moves all the triggers created by places into the appropriate migration
functions. This saves us two queries to sqlite_master every time the places
service starts up.
r=dietrich
2008-08-04 12:59:56 -04:00
Peter Van der Beken
964a3c81a4
Fix for bug 427060 (Get Error during XSLT transformation: Waiting for ...). r/sr=sicking.
2008-08-04 16:02:33 +02:00