Commit Graph

3455 Commits

Author SHA1 Message Date
Ben Turner
311284ddff Bug 455436 - "XPConnect insists on using its own error reporter even when another is already set." r+sr=jst. 2008-10-12 11:32:34 -07:00
Dão Gottwald
0f1ae10b49 Bug 459457 - global.css cleanup: kill formatting.css, remove obsolete stuff, rtl fixes and more. r=neil 2008-10-12 15:25:51 +02:00
Peter Weilbacher
b8af3f6c3f [OS/2] Bug 454956: fix OS/2 build break with GCC 3.4.6 or newer, part 2 2008-10-11 14:49:03 +03:00
Justin Dolske
d3e7c4da65 Merge retardedness. 2008-10-10 21:42:19 -07:00
Justin Dolske
1d366de337 Backed out changeset 2f36cde1694c (bug 394611, due to leaks) 2008-10-10 21:39:25 -07:00
Antonio Gomes
936599abd6 Bug 444801 - Implement pref support on snav; r=(doug.turner + mark.finkle) 2008-10-11 03:24:56 +02:00
Jim Mathies
4976b1709a Bug 445158 - Consider providing a pref that allows users to avoid check for "Launching Applications and Unsafe Files" Internet option; r=(sdwilsh + tellrob) 2008-10-11 03:15:51 +02:00
Steffen Wilberg
afdcf5bda0 In about:config, make accel+f focus the filter box instead of invoking the find bar; r=neil 2008-10-11 03:10:48 +02:00
Justin Dolske
addac0ea7f Bug 394611 - Always prompt the user before changing a stored password. r=gavin 2008-10-10 18:05:48 -07:00
Robert Strong
6df3911e4a Bug 453733 - Software update fails if current directory is root directory (win32 only). r=ted.mielczarek, r=bsmedberg 2008-10-10 16:17:58 -07:00
Robert Strong
635de34829 Bug 453733 - Software update fails if current directory is root directory (win32 only). r=ted.mielczarek, r=bsmedberg 2008-10-10 16:04:01 -07:00
Robert Strong
570ccf44f5 Bug 458839 - Move errors.xul from update over to extensions since the add-ons mgr. is the only consumer. r=dtownsend 2008-10-10 15:36:46 -07:00
Justin Dolske
9b815f280a Bug 426991 - Form submission extremely slow on large forms (with form Form history turned on). r=sdwilsh, r=gavin 2008-10-10 14:51:49 -07:00
Arpad Borsos
8b11d938d2 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Dão Gottwald
d5148beada Bug 450554 - focus restoring for panels uses a wonky timeout during popuphiding, should wait for popuphidden instead. r=neil 2008-10-10 13:47:17 +02:00
Dão Gottwald
a973462805 Bug 164608 - Menu bars in background windows should be grayed out (disabled appearance). r=neil 2008-10-10 13:11:22 +02:00
Daniel Brooks
dd8dd7dd69 bug 451025: <preferences> element should work outside of a <prefwindow> — fix test failures 2008-10-10 00:23:55 -05:00
Neil Rashbrook
b4f697d73c Bug 455880 Move <filefield> to toolkit/content/widgets r=Enn (forgot copied file) 2008-10-10 00:25:37 +01:00
Daniel Brooks
e2d8bf93f7 merge bug 451025 — <preferences> element should work outside of a <prefwindow> 2008-10-09 18:15:57 -05:00
Daniel Brooks
e7b73c0816 bug 451187 — <preferences> element should work outside of a <prefwindow> 2008-10-09 18:14:17 -05:00
Neil Rashbrook
4c8fb2c5af Bug 455880 Move <filefield> to toolkit/content/widgets r=Enn
--HG--
rename : toolkit/mozapps/preferences/preferences.xml => toolkit/content/widgets/filefield.xml
2008-10-10 00:04:06 +01:00
Neil Rashbrook
156ff04651 Bug 69710 Disabled menu items need more three-dimensional appearance r=dao 2008-10-10 00:00:46 +01:00
Brian Crowder
6af65853b1 Bug 422793 - remove unused showOSAlert, r=neil 2008-10-09 13:44:17 -07:00
stefanh@inbox.com
afd0f25554 Follow-up fix for bug 458775 (actually use the right attribute). NPOTDFB. 2008-10-09 19:30:47 +02:00
Ben Hearsum
74b8c68139 bug 453840: make it possible to create files in the final place for releases - follow-up to MOZ_PKG_PRETTYNAMES patch to support win32 2008-10-09 08:53:28 -04:00
stefanh@inbox.com
f550b0f0e5 Bug 458775 - Make use of new search textbox widget in Help. r=dao. NPOTDFB. 2008-10-09 18:32:45 +02:00
Dave Townsend
b9adbd3ed7 Bug 457632: notificationbox doesn't remove notifications immediately. r=neil@parkwaycc.co.uk 2008-10-09 10:35:01 +01:00
Robert Sayre
6579c458ac Merge. 2008-10-08 21:17:03 -04:00
Shawn Wilsher
acda45683c Backout of places fsync work. 2008-10-08 20:43:03 -04:00
Shawn Wilsher
8b2eb62a70 Removing debugging code from earlier today in the download manager test. 2008-10-08 19:37:05 -04:00
Robert Sayre
bef8140a39 Bug 458959. this.JSON is enumerable. r+sr=mrbkap 2008-10-08 19:33:26 -04:00
Shawn Wilsher
de1e984f08 More test file cleanup so failed runs don't cause perpetual failures... 2008-10-08 16:31:14 -04:00
Shawn Wilsher
a4fad3b421 Remove the places.sqlite file for download manager tests because of expiration tests. 2008-10-08 16:07:22 -04:00
Shawn Wilsher
c98997004c A bit more debugging output for the test... 2008-10-08 15:57:10 -04:00
Shawn Wilsher
51502c3da6 Adding some dump statements to figure out what is gong on with tinderbox. 2008-10-08 15:26:39 -04:00
Marco Bonardo
aa1a80c7fa 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-10-08 13:12:53 -04:00
Shawn Wilsher
e957f42a86 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-10-08 13:12:48 -04:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
3489e87121 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-10-08 13:12:42 -04:00
Shawn Wilsher
871b5a0213 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-10-08 13:10:04 -04:00
Dão Gottwald
386ee8df12 Bug 438302 - Remove Pinstripe text-shadow hacks. r=rflint 2008-10-08 16:40:36 +02:00
Serge Gautherie
486d7099bd Bug 453166 - 'TestCrashReporterAPI' : "mFreeCount: LEAKED 231 + mAdoptFreeCount: LEAKED 7"; r=benjamin 2008-10-08 02:22:46 +02:00
Ryan Flint
253b150aeb Bug 394979 - Search Service is slow on startup. r=gavin 2008-10-06 16:57:18 -04:00
Daniel Holbert
72c410a648 Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe 2008-10-01 23:49:45 -07:00
Justin Dolske
c7a8de4b6c Bug 448909 - Need more controls WHATWG Video tag. r=mconnor, r=bz 2008-10-01 01:00:22 -07:00
Reed Loden
4afd91a53f Add missing </ul> to address review comment for bug 450358. 2008-10-01 01:28:17 -05:00
Chris Double
76c66a1f3e Bug 450358 - "Xiph and CSIRO licenses should appear in about:license for media/* code" [r=gerv] 2008-10-01 01:25:12 -05:00
Justin Dolske
f5dac2e8aa Bug 457358 - need to reset UTF8 converter after it encounters invalid input (pwmgr problems in FF3.0.3). r=gavin 2008-09-30 22:08:46 -07:00
Ben Turner
21e1a3e936 Bug 450452 - 'Implement XHR (minus X) for worker threads. r+sr=jst' 2008-09-30 16:56:57 -07:00
Doug Turner
9d5f8695fc Merge 2008-09-30 16:18:13 -07:00
Asaf Romano
cbd3ebb899 merge 2008-10-01 02:08:26 +03:00
Doug Turner
e7058cf257 Adding Ws2 to link line for windows mobile. patch by blassey, r=dougt 2008-09-30 14:37:55 -07:00
Doug Turner
4eff22b11e Bug 420928, 457331. Fixes main entry point on windows ce. minor windows mobile fixes in XR. r=bsmedberg 2008-09-30 14:34:55 -07:00
Dave Camp
da772567c5 Merge for backout of bug 453723. 2008-09-30 12:25:20 -07:00
Dave Camp
60ab0e3cd6 Backed out changeset 74aad43f37a5 (bug 453723). 2008-09-30 12:24:43 -07:00
Dave Camp
39772c885f Merge for backout of 38a48d485876 2008-09-30 12:24:10 -07:00
Dave Camp
c7fe99888b Backed out changeset 38a48d485876 (bug 426932). 2008-09-30 12:23:31 -07:00
Arpad Borsos
3da6ac3d8d bug 445321 - remove --enable-glitz and related defines. r=vlad,ted 2008-09-30 13:53:38 -04:00
Asaf Romano
68844daabf Bug 456048 - Use the new D&D API in tabbrowser. 2008-09-30 18:19:00 +03:00
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
Dão Gottwald
729e394eb6 Backed out changeset 34b79df24e18 2008-09-08 15:19:10 +02:00
Anoop Saldanha
adb7b1e579 Bug 436553 - Automate litmus test for closing the download manager; r=sdwilsh 2008-09-08 15:06:42 +02:00
Masayuki Nakano
fff8c31ca3 Bug 451015 <panel> element should not be topmost window r=deakin+gavin, sr=neil 2008-09-08 21:58:07 +09:00
Dão Gottwald
9e167ed4c8 Bug 331940 - Should be able to pass a line number to the external viewer/editor (add missing semicolon) 2008-09-08 14:10:11 +02:00
Simon Bünzli
e5ebc38a43 Bug 331940 - Should be able to pass a line number to the external viewer/editor. r=gavin 2008-09-08 14:06:06 +02:00
Simon Bünzli
6a35d54e4e Bug 424644 - button for default action ("Restart Firefox") should be on the left. r=ted 2008-09-08 14:01:53 +02:00
KUROSAWA, Takeshi
8cdc35e80a Bug 422677 - datepicker/timepicker should handle third separator (ex. for YYYY年MM月DD日 format). r=enndeakin 2008-09-08 13:41:07 +02:00
Ehsan Akhgari
22b02ac324 Bug 372826 - Update about:license, about:buildconfig to the new style/look of about:. r=gavin 2008-09-08 10:49:48 +02:00
Ginn Chen
b807ca4816 Bug 440714 use -xldscope for Sun Studio on Solaris r=vladimir,benjamin sr=benjamin 2008-09-08 14:21:07 +08:00
Simon Bünzli
27f912551c Bug 380752 - Choose better accesskeys for about:config. r=gavin 2008-09-07 18:05:46 +02:00
Steffen Wilberg
5222d5ac9f Bug 449669 - use the new search textbox binding in about:config. r=mano 2008-09-07 17:57:24 +02:00
Serge Gautherie
d583b6d94c Bug 450938 - "test_417228-other-roots.js:89: strict warning: assignment to undeclared variable excludedFolderId"; Av1; r=mano 2008-09-07 16:46:41 +02:00
Justin Dolske
f2847be93e Bug 399703 - Password manager offers to store logins with empty passwords. r=gavin 2008-09-07 00:12:34 -07:00
Justin Dolske
b371c503be Bug 447788 - Login not filled if existing form username differs in case. r=gavin. 2008-09-07 00:01:11 -07:00
Justin Dolske
3047dd6c7e Bug 446109 - Password manager can overwrite an existing password in an input. r=gavin 2008-09-06 23:52:15 -07:00
Justin Dolske
46a8525595 Bug 400795 - initial form fill and username autocomplete should share common code. r=gavin 2008-09-06 22:19:02 -07:00
Simon Bunzli
49182a7674 b=338039, p=zeniko, r=enndeakin. Provide easy, right way to restart an application. 2008-09-06 23:30:13 -05:00
Bo Yang
a36c065dd8 Bug 448613 - Initialize nsToolkit correctly when libxul is enabled in a debug version; Av3a; r=benjamin sr=roc 2008-09-07 01:52:54 +02:00
Robert Strong
da91a7ed13 Bug 454026 - Updates directory not removed on install on Vista. r=jmathies 2008-09-22 12:28:45 -07:00
Jason Barnabe
c6373484d6 Bug 318048 - viewing source in external editor never deletes the temp. file; r=gavin.sharp 2008-09-22 21:16:27 +02:00
Ted Mielczarek
7ea12faeb2 bug 448155 - builds should have changeset ID in about:buildconfig when possible. r=bsmedberg
--HG--
rename : toolkit/content/buildconfig.html.in => toolkit/content/buildconfig.html
2008-09-22 14:00:38 -04:00
Michael Kaply
1874e128b3 Bug #430540 - r=sayrer - Microformats - handle microformats in a floated div 2008-09-21 20:14:45 -05:00
Michael Kaply
9bf32f765f Bug #433884 - r=sayre - Microformats - Invalid geos should not appear in vcard at all 2008-09-21 19:05:06 -05:00
Michael Kaply
a1701eca46 Bug #430691 - r=sayre - microformats - When parsing tel or email, ignore type when inferring value 2008-09-21 18:48:15 -05:00
Neil Rashbrook
150fe2417b Remove <CR>s (to fix cross-compilation bustage) rs=bsmedberg,gavin,roc,smontagu b=372802 2008-09-20 20:45:25 +01:00
Serge Gautherie
a0323e6f21 Backed out changeset fa8fbd81159d
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; r=(dolske + sdwilsh)
to try to fix leak
2008-09-20 19:41:50 +02:00
Paul O'Shannessy
4e838263de Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; r=(dolske + sdwilsh) 2008-09-20 17:02:26 +02:00
Oleg Romashin
33ad3b765b Bug 455527 - In some cases Embedding startup crashes if gAppData == null. r=benjamin. 2008-09-20 03:59:55 -04:00
Marco Bonardo
5edd5fff2c Bug 418671 - Clean up places views drag and drop code, r=mano 2008-09-19 17:47:45 +02:00
Mark Banner
cc8c1ff2e3 Bug 325842 Make setting the autocomplete attribute 'completeDefaultIndex' do something sane when the search string does not match the beginning of the result string. r=enndeakin,ui-review=mconnor 2008-09-19 16:30:51 +01:00
stefanh@inbox.com
3ad678e83f Bug 455749 - Update regionNames.properties. r=smontagu. 2008-09-19 17:12:06 +02:00
Shawn Wilsher
5d3ab665f0 backout merge 2008-09-18 15:05:36 -04:00
Shawn Wilsher
9bf0fdc3ad backout merge 2008-09-18 15:03:15 -04:00
Shawn Wilsher
f46423d1af Backed out changeset eb14737f8488 (places fsync work) 2008-09-18 15:02:55 -04:00
Shawn Wilsher
9bc5bb6827 backout merge 2008-09-18 15:02:17 -04:00
Shawn Wilsher
47008f4df3 Backed out changeset c99b7659dc0a (places fsync work) 2008-09-18 15:01:51 -04:00
Shawn Wilsher
8df9786bcd backout merge 2008-09-18 15:01:01 -04:00
Shawn Wilsher
900250bc91 Backed out changeset f3c9af143cc1 (places fsync work) 2008-09-18 15:00:30 -04:00
Shawn Wilsher
09255da4ab Backed out changeset dabae13daacb 2008-09-18 14:47:31 -04:00
Shawn Wilsher
f909f6ff81 Test breakage fix from bug 449640 2008-09-18 13:51:33 -04:00
Shawn Wilsher
16fef55947 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-18 11:10:47 -04:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
ec97557606 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-18 11:10:34 -04:00
Shawn Wilsher
a981391a48 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-18 11:10:09 -04:00
Mark Banner
551d87fd25 Back out changeset 493bbc89ca54 / Bug 325842 2008-09-18 12:05:12 +01:00
Mark Banner
969a0fb15b Bug 325842 Make setting the autocomplete attribute 'completeDefaultIndex' do something sane when the search string does not match the beginning of the result string [r=enndeakin ui-r=mconnor] 2008-09-18 10:09:24 +01:00
Robert O'Callahan
34d5a63301 Bug 454004 - Ctrl+Home / Ctrl+End don't work in Mail Compose window; r+sr=mats.palmgren 2008-09-18 01:28:17 +02:00
Robert Kaiser
a84761b588 bug 453840 - make it possible to create files in the final place for releases, r=ted 2008-09-17 22:53:09 +02:00
Karsten Düsterloh
46ea3f0c28 Bug 438793: treelines for help viewer (NPOFF); r=dao 2008-09-17 22:17:37 +02:00
Ehsan Akhgari
ffac8dc216 Bug 447648 - error message when clearing cookies; r=dcamp 2008-09-17 15:24:35 +02:00
Atsushi Sakai
9e76ec1419 Bug 446536 - Don't save proxy settings for SSL, FTP, Gopher, SOCKS; "test" part; r=gavin.sharp 2008-09-17 15:12:20 +02:00
Atsushi Sakai
6ce040a0bb Bug 446536 - Don't save proxy settings for SSL, FTP, Gopher, SOCKS; "fix" part; r=gavin.sharp 2008-09-17 15:09:37 +02:00
Markus Stange
d1428fa84e Bug 350471 - Reenable pixel scrolling (two-finger touchpad), r=smaug r=smichaud sr=roc 2008-09-17 13:27:19 +02:00
Markus Stange
f300402b06 Bug 439354 - OS X toolbar background doesn't have a good gradient, part 3 / 3, r=mconnor 2008-09-16 13:13:55 +02:00
Neil Rashbrook
1de2da69af Bug 454862 Move nsSigHandlers.cpp and showOSAlert.cpp to toolkit/xre instead of copying them there during the build process r=ted
--HG--
rename : xpfe/bootstrap/nsSigHandlers.cpp => toolkit/xre/nsSigHandlers.cpp
rename : xpfe/bootstrap/showOSAlert.cpp => toolkit/xre/showOSAlert.cpp
2008-09-15 16:08:25 +01:00
Michael Kaply
87a5849856 Bug #429181 - Microformats - header/include coexistence not working
r=sayre
2008-09-14 22:37:41 -05:00
Michael Kaply
f3a089056a Bug #430672 - Microformats - Collapse whitespace in value design pattern
r=sayre
2008-09-14 22:15:00 -05:00
Gavin Sharp
43846126f2 Bug 454022: external editor doesn't work on Mac, r=zeniko 2008-09-15 09:15:43 -04:00
Michael Kaply
54e348143c Bug #433759 - Microformats - handle empty hCalendar description
r=sayre
2008-09-14 18:58:05 -05:00
Dave Townsend
5a0d4e5f00 Bug 454842: Remove unneccessary hack from bug bug 299716 tests that was hiding a now non-existant assertion. r=robstrong 2008-09-14 12:06:53 -04:00
Dave Townsend
8ceb68f79e Bug 368972: Default width/height for plugin placeholders should be 240px/200px (pinstripe fix and mochitest). r+sr=dbaron 2008-09-14 12:03:56 -04:00
Josh Aas
7dd41fda05 clean up plugin entries in toolkit-makefiles. b=453880 r=kairo r=ted 2008-09-13 19:49:09 -04:00
Neil Deakin
f846a77739 Bug 452080, autocomplete panel flickers on mobile because it hardcodes a panel height, instead don't resize when a height is specified, r=gavin 2008-09-13 17:03:07 -04:00
Neil Deakin
f7f3593429 Bug 444735, move search service to toolkit, r=gavin
--HG--
rename : browser/components/search/nsIBrowserSearchService.idl => toolkit/components/search/nsIBrowserSearchService.idl
rename : browser/components/search/nsSearchService.js => toolkit/components/search/nsSearchService.js
rename : browser/components/search/nsSearchSuggestions.js => toolkit/components/search/nsSearchSuggestions.js
2008-09-13 17:01:14 -04:00
Neil Deakin
b30f2e3192 Bug 455091, disable minimize test on Linux due to intermittent failures 2008-09-13 15:48:08 -04:00
Oleg Romashin
fc5fa8db11 Bug 445934 - Layout linking broken in NS_OSSO disable-libxul configuration. r=ted.mielczarek 2008-09-13 07:47:45 +03:00
Phil Ringnalda
361780e6f7 Bug 427965 - remove obsolete install.it, r=rob_strong,pike 2008-09-12 20:56:43 -07:00
Karsten Düsterloh
b5d6625788 Bug 454867: Gnomestripe needs decent treeline styles (for now); r=dao/gavin 2008-09-12 22:58:26 +02:00
Robert Strong
e4e22311ff Bug 454357 - ?force=1 is appended to update url even when the url supplies params. r=dtownsend 2008-09-12 13:18:32 -07:00
Masayuki Nakano
311c53bac4 Bug 454531 default autocomplete panel doesn't have level="top" r=gavin 2008-09-12 02:56:47 +09:00
Marco Bonardo
1d4ddeb7ae Bug 430442 - Undo and redo in the library are sometimes not correctly working, r=dietrich 2008-09-11 16:16:54 +02:00
Robert Strong
325b84ba57 Fix intermittent failure of Bug 451085 on Mac OS X. r=me 2008-09-10 19:17:07 -07:00
Robert Kaiser
2c0122f06d bug 451601 - kill MOZILLA_LOCALE_VERSION, main mozilla-central patch to kill xpfe-style chrome versions, r=ted sr=Neil 2008-09-11 01:08:57 +02:00
Robert Kaiser
b465c64a64 bug 383833 - eliminate toolkit's mork-based history implementation, step 2: finally kill toolkit history, r=mano 2008-09-11 01:04:06 +02:00
Neil Deakin
f3e1336106 Bug 452805, rearrange so that flavours are ordered in same order as getSupportedFlavours returns, r=neil 2008-09-10 12:57:58 -04:00
Neil Deakin
5194966cd0 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-10 12:57:57 -04:00
Brad Lassey
f7f1eae0c2 Bug 437950 - Support for mailto: r=cbiesinger 2008-09-10 12:10:23 -04:00
Graeme McCutcheon
5a0b5c0a9b Bug 449116 - Findbar highlighting should not explicitly repaint selection. r=mano 2008-09-10 14:06:49 +02:00
Marco Bonardo
016e09eab3 Bug 451499 - wrong folder icon appears on smart bookmarks, r=dietrich 2008-09-06 17:21:55 +02:00
Robert Strong
acf9005b85 Bug 353177 - Details link has ugly focus while downloading an update. r=dietrich 2008-09-05 09:57:23 -07:00
Shawn Wilsher
c7fa5f7164 Bug 453181 - Remove code that is labeled REMOVE ME
This changeset removes a bunch of code that was labeled REMOVE ME with a release
stated.  All those releases have passed, so let's get rid of the code.
r=dietrich
2008-09-05 12:20:40 -04:00
Oleg Romashin
77c933f0f8 Bug 453821 - Places building in embedding-minimal profile failed. r=edilee. 2008-09-05 17:49:49 +03:00
Honza Bambas
ffe9977404 bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie 2008-09-05 09:35:58 -04:00
Natch
dd515511f2 Bug 423469: Theme preview splitter can be moved too far to the left and right. r=mossop 2008-09-05 11:36:22 +01:00
Natch
bdf4fe6426 Bug 424317: Add-on Updates dialogue shown at startup has buttons in the wrong order/position. r=mossop 2008-09-05 10:50:12 +01:00
Kai Liu
917d558796 Bug 433109 - Menu items suffer from vertical alignment problems on Windows, r=gavin,vlad 2008-09-04 20:20:18 -07:00
Shawn Wilsher
6f881e6434 Bug 451590 - nsNavHistory needs nsIClassInfo with THREADSAFE flag
This changeset marks nsNavHistory as threadsafe so we can use the database
connection on more than one thread in JS.  It also adds assertions on every
other public API to ensure that it is only running on the main thread.
r=dietrich
r=bent
2008-09-04 18:11:14 -04:00
Gavin Sharp
02170ceef8 Bug 418343: sort form history autocomplete results alphabetically, r=sdwilsh 2008-09-04 18:05:33 -04:00
Robert Strong
ce890771ed Bug 453693 - updater.exe sometimes creates the lock file in the wrong directory. r=ted.mielczarek 2008-09-04 13:40:28 -07:00
Justin Dolske
4f5890e60b Bug 361517 - Don't fill in passwords / usernames in readonly fields. r=gavin. 2008-09-04 13:08:57 -07:00
Robert Strong
39719eaef4 Test for Bug 390746 2008-09-04 11:15:33 -07:00
Ben Turner
0fb86c8894 Bug 409424 - "Growl integration leaks". r=sdwilsh, josh. sr=jst. 2008-09-04 10:38:47 -07:00
Simon Wagner
2c6f2ecec6 Bug 452958 - Livemarks service does not show children with empty titles, r=dietrich 2008-09-04 19:00:18 +02:00