Commit Graph

216 Commits

Author SHA1 Message Date
asqueella@gmail.com
9256955602 bug 379439 - When closing error console: assertion "XPConnect is being called on a scope without a 'Components' property!"add matching removeController() call to the binding's destructor.r=mano 2007-05-02 05:23:59 -07:00
bzbarsky@mit.edu
32d3d359f4 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
dietrich@mozilla.com
62feabd61f Bug 378820 Crash in addVisit (r=mano) 2007-05-01 09:34:33 -07:00
mats.palmgren@bredband.net
dfbd9d77a5 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
sdwilsh@shawnwilsher.com
cff5f02954 Backout of Bug 378785. 2007-04-30 16:01:56 -07:00
sdwilsh@shawnwilsher.com
549df88a28 Bug 378785 - Crash on launch for nightly builds in Growl code. r=bsmedberg 2007-04-30 11:05:27 -07:00
dveditz@cruzio.com
68aa39ed45 bug 364112 truncate large form history data. r=mano 2007-04-27 22:26:53 -07:00
mozilla.mano@sent.com
0b0726896f Bug 376630 - Test sorting functionality. r=dietrich. 2007-04-27 03:11:11 -07:00
mozilla.mano@sent.com
47eb048b72 Bug 378828 - Support sortingAnnotation in place: URIs. r=dietrich. 2007-04-27 03:04:13 -07:00
mozilla.mano@sent.com
425c75c6a1 Bug 378816 - Fall back to natural order if two bookmark nodes in a container share all their details. r=dietrich. 2007-04-27 03:00:46 -07:00
mozilla.mano@sent.com
90df784a6d Address review comment from bug 378808 2007-04-27 02:59:08 -07:00
mozilla.mano@sent.com
a89b1b0436 Bug 378808 - Initial sorting mode for a folder query is ignored. r=dietrich. 2007-04-27 02:56:15 -07:00
mozilla.mano@sent.com
e6692e3d56 Bug 378802 - Changing the details of a bookmark does not sort results in which it's listed. r=dietrich. 2007-04-27 02:53:01 -07:00
dbaron@dbaron.org
a515cf2e3a Use the NS_ARRAY_LENGTH macro rather in place of other macros that existed before it. b=378697 r+sr=roc 2007-04-25 23:56:36 -07:00
sdwilsh@shawnwilsher.com
649deefe79 Bug 378818 - Disable nsIAlertsService on Mac for alpha4. Patch by Colin Barrett <cbarrett@mozilla.com>, r=dbaron 2007-04-25 18:10:24 -07:00
dietrich@mozilla.com
4216eb9e59 Bug 378659 Firefox UI frequently becomes broken; removing places.sqlite "fixes" it (r=mano) 2007-04-25 17:52:50 -07:00
mozilla.mano@sent.com
7737f46584 Bug 377500 - Result is broken if two bookmarks items have the same URL but with different titles. r=dietrich. 2007-04-25 14:03:29 -07:00
peterv@propagandism.org
f61971e016 Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 09:35:27 -07:00
sdwilsh@shawnwilsher.com
765e2e170d Bug 362685 - Growl Integration for Mac OS X (nsIAlertsService). r=cbarrett, r=mano 2007-04-24 20:10:59 -07:00
sayrer@gmail.com
e61a4a106c bug 321024. Crash in nsCryptoHash during shutdown of nsUrlClassifierDBService. Patch by Tony Chang <tony@ponderer.org>. r=darin 2007-04-24 10:41:44 -07:00
dietrich@mozilla.com
140a45bd1e Bug 378069 bookmark id import is broken (r=mano) 2007-04-23 14:37:37 -07:00
benjamin@smedbergs.us
2e25a321f8 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
sayrer@gmail.com
3269deff39 bug 373253. comment out test for bug 221634, because we can't get the event order right on all platforms. 2007-04-22 20:27:28 -07:00
sayrer@gmail.com
7ea84686b9 bug 373253. fix Windows test bustage. 2007-04-22 19:41:29 -07:00
sayrer@gmail.com
ec7d7bf042 bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor 2007-04-22 16:56:06 -07:00
mozilla.mano@sent.com
b619efb2e1 Bug 376851 - API for sorting a result by an annotation. r=dietrich. 2007-04-22 15:20:25 -07:00
dietrich@mozilla.com
4e4384eab1 Bug 377066 GetAnnotationInfo always returns VALUE_TYPE_TEXT as the annotation type (r=mano) 2007-04-22 14:48:52 -07:00
sayrer@gmail.com
8c59031fab backout patch from bug 373253 because changes to nsIPasswordManagerInternal, yes Internal, break multiple projects. 2007-04-20 19:14:40 -07:00
sayrer@gmail.com
42c56a3a5b Bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor 2007-04-20 18:46:51 -07:00
benjamin@smedbergs.us
18862e38e1 Bug 375710 - Firefox 2.0.0.3 wants to downgrade to 2.0.0.2, patch by Masatoshi Kimura (:emk), reworked by me a bit, r=rstrong 2007-04-20 08:22:17 -07:00
sayrer@gmail.com
9ff21564bb Bug 373546. URIs in <guid isPermaLink='false'> are recognized as valid links of feed items in the feed reading view. r=mano 2007-04-18 21:50:16 -07:00
sayrer@gmail.com
202d24dff2 Bug 369672. Feed preview doesn't show dates when the timezone is specified as UTC rather than GMT. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>. r=sayrer 2007-04-16 23:17:42 -07:00
philringnalda@gmail.com
55c09af394 Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst 2007-04-16 21:06:12 -07:00
dietrich@mozilla.com
9490bd48d1 Bug 349523 Generate bookmarks.html, default_places.html from properties (r=mano) 2007-04-15 14:15:56 -07:00
philringnalda@gmail.com
f384cf2d81 Bug 376906 - tabs bad, r=gavin 2007-04-12 21:17:12 -07:00
dbaron@dbaron.org
e1ae3bd6f6 Fix crash caused by bad array iteration. b=372713 r=peterv 2007-04-12 12:22:24 -07:00
dietrich@mozilla.com
076b7d4a14 Bug 376863 bookmarkId is set to the node type for bookmark folders? (r=mano) 2007-04-11 12:52:44 -07:00
peterv@propagandism.org
fac89a56b2 Fix Sunbird bustage. 2007-04-10 19:24:16 -07:00
peterv@propagandism.org
5be4000455 Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron. 2007-04-10 15:05:41 -07:00
mozilla.mano@sent.com
ddd3a0c442 Test for Bug 376798. r=dietrich. 2007-04-10 03:59:05 -07:00
mozilla.mano@sent.com
399b713919 Bug 376954 - Document about when accessing childCount throws. patch from Johnathan Nightingale <johnath@mozilla.com>, r=me. 2007-04-09 17:42:13 -07:00
mozilla.mano@sent.com
5bb1430076 Bug 376798 - QueriesToQueryString prefixes the first parameter with an ampersand. r=dietrich. 2007-04-09 17:30:52 -07:00
mozilla.mano@sent.com
d014df4d47 Bug 376786 - Annotation-based queries are broken. r=dietrich. 2007-04-09 17:24:37 -07:00
enndeakin@sympatico.ca
6531a65657 Bug 376992, folders array not freed, r=dietrich 2007-04-09 17:04:03 -07:00
mozilla.mano@sent.com
44af177a14 Bug 376726 - View's itemChanged method isn't called when the title/uri of a bookmark item is changed. r=dietrich. 2007-04-06 10:24:42 -07:00
mozilla.mano@sent.com
ef8e7fc668 Bug 376633 - Sort By Title should not group by item type. r=dietrich. 2007-04-06 01:29:41 -07:00
mozilla.mano@sent.com
f33995e77d Back out bug 286933 due to various regressions. 2007-04-04 12:55:04 -07:00
dietrich@mozilla.com
18173d1eda Bug 372501 Items in moz_bookmarks should be explicitly typed (r=sspitzer) 2007-04-04 10:21:03 -07:00
dietrich@mozilla.com
8f85c8c63d Bug 376374 places bookmarks backups should be only for --enable-places-bookmarks builds (r=sspitzer) 2007-04-03 11:11:03 -07:00
philringnalda@gmail.com
1ca229ecb9 Bug 343738 - deleting multiple stored passwords that are not in a row deletes only 1 password, r=mano 2007-04-02 19:39:41 -07:00
dietrich@mozilla.com
8c1e93fef5 updating test for bug 371798 (r=sayrer) 2007-04-02 16:57:44 -07:00
dietrich@mozilla.com
131961dcb3 Bug 373239 add a schema version to places.sqlite (r=sspitzer) 2007-03-31 19:38:42 -07:00
dietrich@mozilla.com
03c1fa614d Bug 371812 add bookmark id support to bookmarks html import/export (r=sspitzer) 2007-03-31 16:34:23 -07:00
dietrich@mozilla.com
afd9371848 test for bug 371798 (r=sayrer) 2007-03-31 12:35:16 -07:00
sayrer@gmail.com
9c3474cffb bug 373340. atom:logo in feed reading view. r=mano 2007-03-27 18:07:39 -07:00
mozilla.mano@sent.com
51ba92a2cc Bug 371076 (and bug 371077) - Query the bookmarks root rather than the places root in bookmarks-trees; allow exposing the root node of a query in the tree view (used in the organizer left pane, and in the add-bookmark dialog). This should also allow incremental updates in the bookmarks-sidebar. r=dietrich. 2007-03-27 17:28:34 -07:00
dbaron@dbaron.org
a7d9802f77 Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 08:34:59 -07:00
dietrich@mozilla.com
1c1266a112 Bug 335961 bookmarks export doesn't export keywords (r=sspitzer) 2007-03-26 16:11:09 -07:00
dietrich@mozilla.com
2719851c0d Bug 374876 - write out bookmarks.html and archives (r=sspitzer) 2007-03-25 13:14:28 -07:00
mozilla.mano@sent.com
bd9d273059 Bug 373838 - Replace nsNavHistoryResultTreeViewer with a JS, browser-specific tree view. r=dietrich. 2007-03-25 05:28:29 -07:00
sspitzer@mozilla.org
f3ee8725dc testcase for bug #369887. r=dietrich 2007-03-23 01:06:01 -07:00
sayrer@gmail.com
64f9bcc4c8 fix test bustage. 2007-03-22 18:53:02 -07:00
dietrich@mozilla.com
7a5fefa6c5 Bug 374944 Places toolkit tests should move into /toolkit (r=sayrer) 2007-03-22 17:56:55 -07:00
mozilla.mano@sent.com
8d501d16ab Bug 366479 - [mac] Copy command is broken in the JS console. r=gavin,neil. sr=neil. 2007-03-22 16:28:22 -07:00
sspitzer@mozilla.org
26d5160d60 fix for bug #369887: searches in bookmarks sidebar and organize bookmarks dialog don't show all the results: missing 'hidden' bookmarks and failing to match on title.r=dietrich 2007-03-22 16:05:37 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00