4548 Commits

Author SHA1 Message Date
dietrich@mozilla.com
ccf204dcdd Bug 374876 - write out bookmarks.html and archives (r=sspitzer) 2007-03-25 13:14:28 -07:00
mozilla.mano@sent.com
268fae2aa7 Bug 373838 - Replace nsNavHistoryResultTreeViewer with a JS, browser-specific tree view. r=dietrich. 2007-03-25 05:28:29 -07:00
sayrer@gmail.com
e9ee8b5173 remove remote css 2007-03-23 14:10:05 -07:00
sayrer@gmail.com
0779143642 Add dump calls to attempt to determine the cause of orange on tinderbox 2007-03-23 12:47:09 -07:00
benjamin@smedbergs.us
6ab1b9b0cb Bug 374813 - Replace rsync with scp and tar with zip, to work around Windows oddities, r=luser 2007-03-23 11:05:24 -07:00
sspitzer@mozilla.org
dd04f64553 testcase for bug #369887. r=dietrich 2007-03-23 01:06:01 -07:00
sayrer@gmail.com
6eeaf91c5d fix test bustage. 2007-03-22 18:53:02 -07:00
dietrich@mozilla.com
8b523893b9 Bug 374944 Places toolkit tests should move into /toolkit (r=sayrer) 2007-03-22 17:56:55 -07:00
mozilla.mano@sent.com
b161ae9326 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
cff1a695ae 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
05e5d33a57 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
sayrer%gmail.com
fef1442f6a reenable the hanging pinstripe test 2007-03-20 19:26:12 +00:00
surkov.alexander%gmail.com
003883eceb Fix for bug 372552 - add interface for xul:menu similar with nsIDOMXULSelectControlElement, first-review=enndeakin, second-review=neil 2007-03-20 17:00:15 +00:00
enndeakin%sympatico.ca
6ccc9fa0b8 Bug 178513, support translucent drag feedback when dragging nodes and selections on Mac and GTK, r=vlad,josh,roc,sr=roc 2007-03-20 12:14:52 +00:00
sayrer%gmail.com
9db721f3fd Disable test until bustage is fixed. 2007-03-18 12:36:19 +00:00
sspitzer%mozilla.org
e95b1aaabd fix typo in comment, no bug. 2007-03-17 02:02:45 +00:00
dietrich%mozilla.com
bea66f7322 backing out schema changes from bug 372501 and bug 371827 2007-03-16 19:30:49 +00:00
dietrich%mozilla.com
48a6ef7297 Bug 371827 - places bookmarks need additional metadata (schema changes only, r=sspitzer) 2007-03-16 18:25:38 +00:00
dietrich%mozilla.com
ecbc74e286 Bug 372501 - Items in moz_bookmarks should be explicitly typed (r=sspitzer) 2007-03-16 17:40:19 +00:00
asqueella%gmail.com
44b609e462 Bug 373393 - ASSERTION: Lying nsIInterfaceRequestor implementation! (mozilla/content/base/src/nsXMLHttpRequest.cpp)
fix by switching the getInterface implementation from setting Components.returnCode to throwing when an interface is not supported. Components.returnCode is currently broken (see bug 287107), and it's not clear when it gets fixed. The assertion is annoying and the original intent of returnCode was to use it for success codes anyway.

r=gavin
2007-03-15 21:51:48 +00:00
masayuki%d-toybox.com
3d231f620b Bug 335394 We should remove support for the 'invert' value ifdef MOZ_CAIRO_GFX r+sr=dbaron 2007-03-15 16:16:20 +00:00
dietrich%mozilla.com
927bb0e385 Bug 371798 query result nodes must update titles on bookmark id not URI (r=sspitzer) 2007-03-12 16:59:51 +00:00
jwalden%mit.edu
64a42da2fc Fix previous checkin -- bug 373362 strikes again! 2007-03-11 03:11:22 +00:00
jwalden%mit.edu
e5e87de812 Bug 279698 - Some .js files in jars are not stripped of license headers via preprocessing (pass 1). r=mconnor 2007-03-11 02:21:48 +00:00
mozilla.mano%sent.com
da78c736f9 Bug 329964 - Can't open a bookmark in the Web Panels sidebar in Places. r=dietrich. 2007-03-08 09:29:19 +00:00
dietrich%mozilla.com
982652e67c Bug 370013 Bookmarks toolbar folder should be a child of the bookmark menu folder, Bug 370020 No way to set an arbitrary folder as the bookmarks toolbar folder (r=mano) 2007-03-07 21:22:54 +00:00
asqueella%gmail.com
4c3e936a9a Bug 371052 - Implement nsIClassInfo on nsCommandLine
p=Alex Vincent <ajvincent@gmail.com>
r=bsmedberg
2007-03-07 20:29:01 +00:00
asqueella%gmail.com
bc1a2c6821 Bug 345741 - Improve "All Tabs" menu active/visible tab feedback
p=Michael Ventnor <ventnor.bugzilla@yahoo.com.au>
r=mano
2007-03-07 20:12:07 +00:00
mozilla.mano%sent.com
153910d274 Bug 371821 - URI-based indexOfItem is obsolete. r=dietrich. 2007-03-07 01:33:20 +00:00
dietrich%mozilla.com
9614a78bda Bug 372860 need database field disambiguation in autocomplete query (r=mano) 2007-03-07 01:00:17 +00:00
mozilla.mano%sent.com
47320fa4a5 Bug 372647- regression: bookmarkFeedURI annotation is not set on the children of a live bookmark. r=dietrich. 2007-03-06 18:37:58 +00:00
Olli.Pettay%helsinki.fi
4e0ebc823d Bug 372665 ��� Crash [@ PresShell::ScrollFrameIntoView] when focusing br during pageload. (Adding ScrollContentIntoView), r+sr=roc 2007-03-06 09:53:56 +00:00
tony%ponderer.org
e7ba49093b Bug 368998: when normalizing hostnames, we don't properly escape non-alphanumerics
patch: move host encoding to c++ (url classifier utils component)
r=bryner
2007-03-05 05:58:05 +00:00
tony%ponderer.org
ba1fb0043c bug 371729: G_PreferenceObserver.prototype.QueryInterface has an error
patch:  nsIObserves -> nsIObserver
r=timeless
2007-03-04 23:13:03 +00:00
mozilla.mano%sent.com
a15076382f Fix typo from Bug 366992(globalOverlay.js uses bogus controller algorithm). patch by Mark Banner <bugzilla@standard8.demon.co.uk>, r=gavin. 2007-03-04 21:35:03 +00:00
gavin%gavinsharp.com
1723cb6673 Bug 371525: fix password trouble when multiple passwords are stored for a given site, by correctly handling an empty actionURL, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor,mano 2007-03-04 20:53:01 +00:00
gavin%gavinsharp.com
c5b3f64765 Bug 360493: add filters to password manager to also match on actionURL, patch by mconnor@mozilla.com, r=mano, sr=dveditz 2007-03-04 20:44:22 +00:00
pedemont%us.ibm.com
4dafcd97d6 Bug 350886 - First pass at JavaXPCOM unit tests. r=bsmedberg. 2007-03-02 21:28:58 +00:00
tony%ponderer.org
63435386a0 remove unused test_* files 2007-03-02 19:27:34 +00:00
enndeakin%sympatico.ca
a45ef78fd0 Bug 357257, autocomplete items cut off by the word 'Suggestions', r=gavin,neil,sr=neil 2007-03-02 17:58:55 +00:00
asqueella%gmail.com
413675d228 Fix bug 86093 - Tab chars in html source show up as "[]" (square) in Error Console
(replace all whitespace characters with spaces)
p=Simon Bunzli <zeniko@gmail.com>
r=gavin, sr=neil
2007-03-01 07:17:54 +00:00
tony%ponderer.org
d3e9baa7a9 Bug 368998: when normalizing hostnames, we don't properly escape non-alphanumerics
patch: refactor to allow unittesting
r=bryner
2007-03-01 06:18:06 +00:00
tony%ponderer.org
503bd3cbcb cause unittest to stop build on failure (makes tinderboxen burn on failure) 2007-03-01 02:12:13 +00:00
tony%ponderer.org
ac5d588d7c really fix the build 2007-02-28 00:14:22 +00:00
tony%ponderer.org
1a5400a8e6 fix compile warning in test on release builds 2007-02-28 00:01:32 +00:00
tony%ponderer.org
9a4f57b7eb Bug 370860: A very long URI hangs under phishing protection code
patch:  v4: move canonicalizeURL to c++
r=bryner,sr=darin
2007-02-27 23:49:44 +00:00
joshmoz%gmail.com
258fb5e407 test for bug 371080, Mac OS X native theme button sizes. b=371080 r=sayrer 2007-02-27 23:37:37 +00:00
joshmoz%gmail.com
b6cf50d6dd fix chrome button heights, fix some native button rendering issues, clean up some CSS. b=371080 r=mano sr=vlad 2007-02-27 21:54:52 +00:00
pedemont%us.ibm.com
0ce77428b9 Bug 370243 - XULRunner DMG no longer contains installer. r=bsmedberg 2007-02-27 19:43:59 +00:00
tony%ponderer.org
3ff09be502 bug 371409: canonicalNum_ fails with 7 hex digits
patch: fixes to parseIPAddress and canonicalNum_
r=bryner
2007-02-26 21:03:54 +00:00