Shawn Wilsher
e688420e15
Bug 455940 - Blow away the dist directory for top level makes
...
r=bsmedberg
2008-09-26 14:50:35 -04:00
Boris Zbarsky
fe2220afb1
Bug 456165 part 2. Trace Date.now. r=gal
2008-09-26 14:37:50 -04:00
Boris Zbarsky
a4b9ae6222
Bug 456370. Flush the fragment cache earlier on global shape mismatch. r=gal
2008-09-26 14:37:49 -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
Boris Zbarsky
50c786d373
Bug 456165 part 1. Get rid of icky JS_LL macros, r=brendan
2008-09-26 14:08:28 -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
Andreas Gal
7bb0a663e6
Use a pre-allocated pool of doubles to make sure we can safely recover in case of OOM or out of doubles (456826, r=brendan).
2008-09-25 19:11:48 -07: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
Brendan Eich
8030ce9609
Bug 457130 - TM: regexp lastIndex property not traced correctly (r=danderson).
2008-09-25 17:45:14 -07:00
David Anderson
3808521295
Workaround for intermittent js_GetClassObject failures (bug 457069, r=brendan).
2008-09-25 17:30:01 -07:00
Brendan Eich
9807c189fe
Bug 457127 - TM: Crash on digg.com with adblock plus [@ ReconstructPCStack] (r=danderson).
2008-09-25 17:05:06 -07: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
Robert O'Callahan
922268a2f0
Fixing bustage
2008-09-26 10:59:04 +12:00
Taras Glek
390adbe464
bug 455536: s/NS_ERROR_FAILURE/NS_ERROR_OOM/ outparamdelled nsNodeInfoManager::GetNodeInfo r+sr=jsr
2008-09-25 15:46:52 -07:00
Taras Glek
63334ec525
bug 417125: fix prbool issues, r+sr=roc
2008-09-25 15:39:18 -07:00
Jeremy Lea
67f3afd13b
Bug 448830. Make nsIntRect/nsIntSize/nsIntPoint/nsIntMargin separate types so we get appunit vs pixel typechecking. r+sr=roc
2008-09-26 10:42:19 +12:00
Karl Tomlinson
a1f89017f4
b=454730 Move shutdown of GTK's fontmap from gfxPlatformGtk to nsAppRunner r=roc sr=bsmedberg
2008-09-26 10:38:25 +12:00
Taras Glek
1c1ad46be7
bug 454419: fix prbool stuff. r=kaie
2008-09-25 15:34:22 -07:00
Karl Tomlinson
c125d77eb4
restore xlib behavior to that prior to changeset 3c9f6c799fed b=455976 r=stuart
2008-09-26 10:25:00 +12:00
Doug Turner
4a598578ab
Bug 457025 - WinCE nsAudioStream link errors. r=chris.double
2008-09-25 15:05:23 -07:00
Brendan Eich
f875d89fa2
Bug 456810 - TM: Crash on digg.com with adblock plus [@ ReconstructPCStack] (r=gal).
2008-09-25 15:04:48 -07:00
Jesse Ruderman
6a8f907cca
Add crashtest for bug 443089
2008-09-25 14:57:35 -07:00