Markus Stange
e384335a50
Bug 456216 - Add attributes "first-visible" and "last-visible" to the first and last visible radio buttons of the Add-ons Manager toolbar, r=Mossop
2008-09-30 12:59:42 +02:00
Dave Townsend
37ae694376
Remove unnecessary strings from bug 391728.
2008-09-30 10:02:34 +01:00
Marco Bonardo
bd07734758
Bug 448584 - Don't save invalid uri nodes while doing a JSON backup (don't stop while saving data), r=dietrich
2008-09-30 10:41:36 +02:00
Dietrich Ayala
89c275d5aa
Bug 420331 - wyciwyg: uris show up in location bar (r=mardak)
2008-09-29 23:46:52 -07:00
Dave Townsend
88609aff7a
Bug 391728: No placeholder for disabled plugins (frontend). r=gavin
...
--HG--
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/pinstripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled.png
2008-09-30 07:31:19 +01:00
Dietrich Ayala
2fa7f086c3
test for bug 331459 - Places query ignores onlyBookmarked
2008-09-29 23:28:08 -07:00
Dietrich Ayala
5d9c44b264
pushing test for bug 433317, forgot to check-in initially
2008-09-29 23:22:46 -07:00
Dave Camp
54db31ddcb
Workaround for race in tests for bug 453723. Tracking a better solution in bug 457790.
2008-09-29 18:49:41 -07:00
Marco Bonardo
a599a40812
Follow-up to Bug 329534 - Live bookmarks load way too aggressively. Try to workaround possible VM timers bugs that could cause test failures. r=dietrich
2008-09-30 01:24:44 +02:00
Dave Camp
670a9b8f96
Bug 453723: Short-circuit known-clean hosts in the url-classifier. r=tony
2008-09-29 16:18:21 -07:00
Dave Camp
415594b7fe
Backed out changeset 1a971f9406f8 due to unit test failures.
2008-09-28 17:14:46 -07:00
Dave Camp
7a5ba0ed93
Bug 453723: Short circuit known-clean hosts and fragments in the url-classifier. r=tony
2008-09-28 16:42:19 -07:00
Dão Gottwald
0630abcf7b
Bug 288194 - XUL <textbox> is too hard to focus. r=enndeakin
2008-09-28 20:58:48 +02:00
Mark Banner
273f9cbd00
Backed out changeset 93928936b1ab bug 382690 due to check-in during string freeze.
2008-09-28 15:54:24 +01:00
Steffen Wilberg
282fdc2971
Bug 382690: In about:config, make accel+f focus the filter box instead of invoking the find bar. r=neil
2008-09-28 09:49:08 +02:00
Dietrich Ayala
c75159123b
Bug 457396 - in test_history_expiration add the visit in the past to circumvent possible VM timing bugs (for mak77@bonardo.net, r=sdwilsh)
2008-09-27 14:17:30 -07:00
Takeshi Ichimaru
820d6827ba
Bug 329534 - Live bookmarks load way too aggressively (lock up/hang/freeze browser), r=dietrich, mak77
2008-09-27 13:05:28 +02:00
Karl Tomlinson
a5d88b8c31
b=454730 MOZ_PANGO_CFLAGS for toolkit/xre r=bsmedberg
2008-09-27 12:17:28 +12: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
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
Dave Townsend
c4f31bbd86
Bug 391728: No placeholder for disabled plugins (strings) r=gavin
2008-09-25 20:31:04 -07:00
Taras Glek
63334ec525
bug 417125: fix prbool issues, r+sr=roc
2008-09-25 15:39:18 -07: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
Doug Turner
ee0b5f64a6
Bug 457053 - MessageBoxA doesn't exists on windows mobile. r=bsmedberg
2008-09-25 14:34:53 -07:00
Serge Gautherie
aaf9eb3a99
Bug 453220 - In <nsDragAndDrop.js>, "Error: redeclaration of const kNonStringDataLength"; (Bv1) Move the const; r=enndeakin
2008-09-25 23:32:17 +02:00
Shawn Wilsher
af8e0300cd
Bug 456910 - Stop using exclusive locking in places
...
This allows us to greatly reduce the number of fsyncs when upgrading to sqlite.
The perf loss in no longer using this locking is not significant (10^-6 %).
r=dietrich
2008-09-25 13:50:41 -04:00
Graeme McCutcheon
b82214fc9e
Bug 451286 - 'Highlight all' does not seem to work at all across frames; r=mano
2008-09-25 18:37:44 +02:00
Graeme McCutcheon
fece23f5c9
Bug 429723 - Empty findbar turns red and "Phrase not found" is displayed when "Highlight all" is enabled and search term is removed; r=mano
2008-09-25 18:27:52 +02:00
Josh Aas
b7e93895fb
Remove a lot of dead Mac code. Part of bug 456662. sr=pinkerton
2008-09-25 12:23:33 -04:00
Marco Bonardo
77bb2e6d9c
Bug 407468 - Livemark loading and failed to load messages should be static menuitems from menu.xml, original patch by Michael Schonfeld <dev@schonfeld.org>, r=mano
2008-09-25 12:30:33 +02:00
Mark Banner
8e77653874
Part of bug 360648 Thunderbird autocomplete migration, enable building of the toolkit autocomplete implementation for Thunderbird. Only affects Thunderbird. t=ted,dmose
2008-09-24 17:54:14 +01:00
Justin Dolske
d261d66277
Bug 454708 - storage-Legacy can throw when calling ConvertToUnicode. r=gavin
2008-09-24 09:12:23 -07:00
Ted Mielczarek
018a3e394b
bug 448155 - bustage fix for scratchbox's old mercurial
2008-09-23 12:10:40 -04:00
Gavin Sharp
97caa62981
Merge backout with previous tip
2008-09-23 11:47:43 -04:00
Vladimir Vukicevic
44547978d9
b=448155; fixup patch for hg identify -i not working in scratchbox to fix mobile build bustage (again); r=me
2008-09-22 17:34:42 -07:00
Vladimir Vukicevic
3222066eb1
b=448155; fixup patch for hg identify -i not working in scratchbox to fix mobile build bustage; r=me
2008-09-22 17:30:36 -07:00
Phil Ringnalda
b65979710c
Bug 454360 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
2008-09-09 21:33:27 -07:00
Robert Strong
bc2c387004
[Win32] Bug 454130 - Deprecate the ini creation macros from common.nsh. r=jmathies
2008-09-09 19:17:16 -07:00
Ted Mielczarek
468a3823fc
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
2008-09-09 13:59:11 -04:00
Ben Turner
50902af701
Merge backout.
2008-09-08 13:51:17 -07:00
Ben Turner
db0c18578b
Bug 435848 - Backed out changeset 9b9968a7c755 due to failing unit tests.
2008-09-08 13:50:45 -07:00
Robert Strong
38a27e41e8
Bug 451085 - Add updater tests for applying mar files. r=dtownsend
2008-09-08 11:57:10 -07:00
Robert Strong
d871875d8e
Bug 453870 - Give app update some XPCOMUtils love. r=dtownsend
2008-09-08 11:37:30 -07:00
Neil Deakin
90fdd3385a
Bug 435848, don't allow xul popups in minimized windows, fix window.windowState property and window.restore() on Mac, r=josh,sr=roc
2008-09-08 12:09:35 -04:00
Dão Gottwald
015f4e5929
merge
2008-09-08 15:19:37 +02:00