Ben Turner
38af65d812
Bug 420150 - " Cycle collector fault when launching runtests.pl". r=bsmedberg.
2008-09-26 15:46:44 -07:00
Blake Kaplan
811d1a36c1
Bug 455043 - Remove HTML3 quirks mode. r+sr=jst
2008-09-26 15:43:37 -07:00
Blake Kaplan
38f92cf890
Bug 455993 - Silence warnings in nsDOMClassInfo.cpp. r+sr=jst
2008-09-26 15:43:31 -07:00
Blake Kaplan
d2e4f90dc6
Bug 456027 - Innerize earlier so we don't rely on the JS engine providing getters that might not be there. r=brendan sr=jst
2008-09-26 15:42:47 -07:00
Blake Kaplan
8c46931ccc
Bug 455765 - Set global flags on global objects' first use so the JS engine doesn't get confused. r+sr=jst
2008-09-26 15:40:31 -07:00
Blake Kaplan
eefec8f1f7
Bug 455775 - The eval frame might not be the top frame, but we still must find it. r=brendan
2008-09-26 15:37:07 -07:00
Doug Turner
fa46a2323f
Bug 457040 - WinCE RegOpenKeyExA causes compiler error. patch by wolfe, r=bz
2008-09-26 15:36:00 -07:00
Doug Turner
ae8db696dd
Bug 456644 - WinCE gfx cairo _cairo_win32_tmpfile does not compile. r=vlad
2008-09-26 15:30:51 -07:00
L. David Baron
d9a97b31c8
Bug 455940: for now, remove dist/bin/components, so that the Windows builds will stop leaking due to the extra components.
2008-09-26 14:35:14 -07:00
L. David Baron
7ac28b982c
Back out bug 455940 since it breaks many of the Windows boxes.
2008-09-26 14:18:44 -07:00
L. David Baron
7e651e561a
Bug 455940, correction: remove dist/bin rather than dist/dist/bin.
2008-09-26 14:06:25 -07:00
Serge Gautherie
9332245382
Bug 448121 - 1 border-image reftest (multi color border-image) slightly off on (SeaMonkey) Mac 10.4; (Bv1) Mark test has passing (now); r=dbaron
...
bustage fix
2008-09-26 23:02:31 +02:00
Shawn Wilsher
25ae6c3b9f
merge for backout of bug 456910
2008-09-26 15:55:41 -04:00
Shawn Wilsher
abd0d61c89
Backed out changeset ebafcda56f98 (bug 456910)
...
Backed out for Tp regression (bug 457288)
2008-09-26 15:55:03 -04:00
Shawn Wilsher
778e74a3cb
backout of changesets 7e8ed11500ae and cac36f3599e0 (bug 449443)
...
We have to backout bug 456910 because of a Tp regression, which means we need
to back this out :(
2008-09-26 15:52:54 -04:00
Shawn Wilsher
50483b22f4
merge for backout of 417037
2008-09-26 15:47:27 -04:00
Shawn Wilsher
6adeac33a7
Backed out changeset b2d48e54c537 (bug 417037)
...
We have to backout bug 449443 because we have to backout bug 456910 because of
a Tp regression, which means we need to back this out :(
2008-09-26 15:46:07 -04:00
Shawn Wilsher
e688420e15
Bug 455940 - Blow away the dist directory for top level makes
...
r=bsmedberg
2008-09-26 14:50:35 -04:00
Serge Gautherie
d2c8a4796d
Bug 448121 - 1 border-image reftest (multi color border-image) slightly off on (SeaMonkey) Mac 10.4; (Bv1) Mark test has passing (now); r=dbaron
2008-09-26 20:36:00 +02:00
Shawn Wilsher
4a538b5c1c
Backout of last four changesets (places fsync work)
2008-09-26 14:20:14 -04:00
Marco Bonardo
ac570e5be2
Bug 456029 - optimize the temp table triggers
...
This changeset makes the triggers work much faster which should greatly reduce
the timings of adding a visit and a bookmark.
r=sdwilsh
2008-09-26 13:47:29 -04:00
Shawn Wilsher
2a6d34742b
Bug 450290 - Sync the temp tables to the permanent tables.
...
This changeset adds code that is run at app-startup that will flush out changes
to the temporary tables into the permanent ones. For moz_places, this is done
whenever we sync moz_historyvisits and when we add or modify a bookmark. For
moz_historyvisits, this is done on a timer controlled by the preference
places.syncDBTableIntervalInSecs.
Changeset includes full test coverage for the above behaviors.
r=dietrich
r=Mak77
--HG--
rename : toolkit/components/places/tests/unit/head_bookmarks.js => toolkit/components/places/tests/background/head_background.js
2008-09-26 13:47:19 -04:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
b9562883b9
Bug 449640 - Modify the places backend to use the temporary tables &
...
Bug 450705 - Optimize the query changes from the temp table rewrite
This changeset merges patches from two bugs to actually use the temporary tables
created for places.
Bug 449640 patch by Shawn Wilsher <sdwilsh@shawnwilsher.com>
r=dietrich, r=Mak77
Bug 450705 patch by Marco Bonardo <mak77@bonardo.net>
r=sdwilsh, r=dietrich, r=Mardak
2008-09-26 13:45:59 -04:00
Shawn Wilsher
124206e4de
Bug 449086 - Create temporary tables for frequently used places tables
...
This changeset creates two temporary tables that will be used when inserting
data into moz_places and moz_historyvisits. This will reduce the number of
writes as well as the number of fsyncs that happen.
r=dietrich
2008-09-26 13:43:41 -04:00
Shawn Wilsher
45b7f50310
Bug 454242 - The location of files used by helper app locations is no longer consistent with the download location
...
This brings exthandler back inline with toolkit's download manager locations.
r=mconnor
sr=biesi
ui-r=beltzner
2008-09-26 12:13:22 -04:00
Shawn Wilsher
ec1b93d96c
Bug 417037 - mozStorage chokes on databases over AFP
...
This patch adds the SQLITE_ENABLE_LOCKING_STYLE=1 on the macintosh platform
only. This will enable Apple-contributed code in SQLite that does file locking that works on AFP (Apple File Protocol), as well as some additional network
filesystems that the platform supports.
r=bsmedberg
2008-09-26 11:10:28 -04:00
Alexander Surkov
85b3e7ef81
Bug 454997 - <body contenteditable=true> exposed incorrectly, r=aaronlev, marcoz
2008-09-26 22:55:51 +08:00
Michal Novotny
632524c994
Bug 355567. Handle disk cache collisions by refusing to open a cache entry instead of by sometimes clobbering the content in the existing entry. r+sr=bzbarsky
2008-09-26 09:33:36 -04:00
Chris Double
5ac113d948
Bug 451457 - <video> seems to download from net even if the document has been closed/unloaded - r+sr=roc
2008-09-27 00:56:21 +12:00
Olli Pettay
e3fb190fe1
Bug 433533 - Attributes stored using enum value don't keep the 'caseness', r+sr=sicking
2008-09-26 13:39:18 +03:00
Olli Pettay
af09f2f1f1
Bug 433132, Running mochitest for bug 396024 still leaks r+sr=roc
2008-09-26 12:51:42 +03:00
Bob Clary
e6fcff3cd0
JavaScript Tests - bug 457093 regression test by Mathieu Fenniak
2008-09-26 01:08:46 -07:00
Karl Tomlinson
5a7b874dec
merge backout 23e255271851 b=385263
2008-09-26 20:01:15 +12:00
Karl Tomlinson
952ca1e5f6
backout 23e255271851 b=385263
2008-09-26 20:00:50 +12:00
Bob Clary
7301e01ad7
JavaScript Tests - bug 456964 regression test, by Michael Roovers
2008-09-26 00:54:01 -07:00
John Daggett
a3e37412cf
Bug 436663. Work around ATSUI crasher caused by long Hebrew sequence. r=roc, sr=vlad
2008-09-26 16:51:53 +09:00
Bob Clary
fbe91e22b6
JavaScript Tests - bug 437288 - regression tests for bug 437288, by Gary Kwong
2008-09-26 00:23:26 -07:00
Karl Tomlinson
3ff29e984e
b=385263 a PangoFcFont using tree cairo r=roc
2008-09-26 17:29:55 +12:00
Karl Tomlinson
643323a858
b=456545 added missing header gfxFontconfigUtils.h
2008-09-26 17:14:51 +12:00
Karl Tomlinson
0dbd19de26
b=456545 Unify pseudo-inversion of langGrouping r=roc
2008-09-26 16:40:28 +12:00
Dave Townsend
c4f31bbd86
Bug 391728: No placeholder for disabled plugins (strings) r=gavin
2008-09-25 20:31:04 -07:00
Shawn Wilsher
0a4765f4c3
Bug 449443 - Upgrade to SQLite 3.6.3
...
This changeset contains the changes to SQLite.
2008-09-25 23:27:59 -04:00
Shawn Wilsher
699140b381
Bug 449443 - Upgrade to SQLite 3.6.3
...
This changeset contains the needed bits of our code.
r=Mano
2008-09-25 23:27:17 -04:00
Taras Glek
0b7b27f27b
bug 457119: nuke nsCSSRendering::FillPolygon. r+sr=roc
2008-09-25 18:46:06 -07:00
Taras Glek
da36423743
s/if NS_FAILED(rv)/if(NS_FAILED(rv)/ sr=roc
2008-09-25 18:44:05 -07:00
Robert O'Callahan
6a45b282aa
Backing out bug 448830
2008-09-26 13:10:26 +12:00
Karl Tomlinson
101deeac83
reduce hinting and rounding effects by testing with a larger font size b=403618
2008-09-26 12:49:16 +12:00
Robert O'Callahan
74cf670c54
Fixing more potential bustage
2008-09-26 11:58:53 +12:00
Robert O'Callahan
080772af9e
Fixing bustage
2008-09-26 11:55:10 +12:00
Robert O'Callahan
bda5a2182f
Fixing bustage
2008-09-26 11:31:30 +12:00