dietrich@mozilla.com
|
93d8e1c3aa
|
Bug 327350 initialization of places services can fail in error conditions (r=sspitzer)
|
2007-05-30 23:06:38 -07:00 |
|
sspitzer@mozilla.org
|
3e76ce4cd6
|
fix for bug #382221: Dragging bookmark on toolbar doesn't give permanent resultwe need to adjust the indices before we make the change to the item we aremoving, otherwise, our we'll impact the index of the item we are moving.r=dietrich
|
2007-05-30 16:25:19 -07:00 |
|
kaie@kuix.de
|
146b7c014e
|
Bug 110161. Code related to the plan to enable OCSP by default.r=rrelyea, toolkit r=mconnor
|
2007-05-30 16:13:28 -07:00 |
|
jonas@sicking.cc
|
e8b9b78604
|
Bug 366417: Set up scriptloader in the nsDocument ctor to ensure that the blocker-count stays in sync with the notification depth. r/sr=bz
|
2007-05-30 13:43:41 -07:00 |
|
gerv@gerv.net
|
45d731c7bc
|
Bug 380017 - update the list of Initial Developers to be current, and sync up the three copies of license.html in the tree to all have the same bugfixes and the Growl license.
|
2007-05-30 11:50:46 -07:00 |
|
ted.mielczarek@gmail.com
|
e19ff79122
|
bug 382372 - crashreporter restart misses command line arguments. patch by Dave Camp <dcamp@mozilla.com>, r=me
|
2007-05-30 07:43:40 -07:00 |
|
gavin@gavinsharp.com
|
e1b9fc6735
|
Reland patch for bug 380873 since backing it out didn't fix the leaks
|
2007-05-29 21:44:48 -07:00 |
|
gavin@gavinsharp.com
|
12727ad61c
|
Backout patch for bug 380873 to see if it fixes the newly introduced leak (how ironic)
|
2007-05-29 21:21:25 -07:00 |
|
gavin@gavinsharp.com
|
6e2d7bc42f
|
Bug 380873: fix password manager leak regression by not holding a reference to the service from the factory, patch by Justin Dolske <dolske@mozilla.com>, r=me
|
2007-05-29 19:50:17 -07:00 |
|
gavin@gavinsharp.com
|
f8c9dfa7ed
|
Bug 380931: use nsIFile instead of path/filename strings, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor
|
2007-05-29 19:47:47 -07:00 |
|
gavin@gavinsharp.com
|
1af3e8bc0c
|
Bug 362680: can't focus single item in a tree using the keyboard, patch by Ori Avtalion <oavtal@bezeqint.net>, r=enndeakin
|
2007-05-29 12:55:11 -07:00 |
|
mozilla.mano@sent.com
|
31e4547ce2
|
Follow up to crash fix for bug 240397.
|
2007-05-29 12:44:26 -07:00 |
|
gavin@gavinsharp.com
|
b3e1249f4c
|
Bug 303428: focus ring can end up on an inactive tab, patch by Oliver Yeoh <oliver_yeoh@hotmail.com>, r=mconnor
|
2007-05-29 12:08:30 -07:00 |
|
mozilla.mano@sent.com
|
3b956ad9e8
|
Fix crash caused by the backout-patch for bug 240397.
|
2007-05-29 11:50:12 -07:00 |
|
dietrich@mozilla.com
|
95ed9f3409
|
Bug 382248 problems when I remove places.sqlite (we don't re-import bookmarks.html and we lose all bookmarks) (r=sspitzer)
|
2007-05-29 10:48:52 -07:00 |
|
benjamin@smedbergs.us
|
a446792916
|
Bug 358082 - Improve Mac Crashreporter UI, patch by dcamp, r=luser+me
|
2007-05-29 03:54:26 -07:00 |
|
sayrer@gmail.com
|
d7b8370bf9
|
Bug 381262, Remembered username and password are garbled if they have non-ASCII characters. Patch by Justin Dolske <doslke@mozilla.com>. r=mconnor/sayrer
|
2007-05-28 20:42:40 -07:00 |
|
sspitzer@mozilla.org
|
49094ef6da
|
fix for bug #376905: Places bookmarks build flag doesn't influence livemark service being copiedr=sayrerpatch=gijskruitbosch+bugs@gmail.com
|
2007-05-28 18:08:59 -07:00 |
|
mozilla.mano@sent.com
|
12d85164aa
|
Backout the fix for bug 240397 (the change was part of bug 320181), patch on bug 240397. r=mconnor.
|
2007-05-28 16:28:46 -07:00 |
|
sspitzer@mozilla.org
|
2c270c637a
|
remove unused strings.
|
2007-05-27 21:12:02 -07:00 |
|
sspitzer@mozilla.org
|
4c40a2ce52
|
fix for bug #381894: Some Live Bookmarks only show in the places organizer.also, there was a crash lurking in the export code when we didn't have a feed uri.r=sayrer
|
2007-05-27 20:50:34 -07:00 |
|
sspitzer@mozilla.org
|
e708f58f97
|
minor typo, no bug.
|
2007-05-27 20:26:08 -07:00 |
|
sayrer@gmail.com
|
be0e59ccb2
|
Tests for bug 380961. base64-obscured passwords not handled by login manager. Patch by Justin Dolske <dolske@mozilla.com>. r=mconnor
|
2007-05-27 15:36:00 -07:00 |
|
mozilla.mano@sent.com
|
72859c187a
|
Bug 370859 - generic container icon is used for live-bookmarks containers which were added incrementally. r=dietrich.
|
2007-05-27 15:08:13 -07:00 |
|
mozilla.mano@sent.com
|
6185471465
|
Bug 330578 - (Shift+) delete in URL bar autocomplete list no longer persistent. r=mconnor.
|
2007-05-27 10:45:20 -07:00 |
|
sayrer@gmail.com
|
3e218a1901
|
Bug 380931. Bustage fix. Post-landing cleanup from Bug 374723 (rewrite password manager in JS). Patch by Justin Dolse <dolske@mozilla.com>. r=mconnor/sayrer.
|
2007-05-26 23:14:39 -07:00 |
|
sayrer@gmail.com
|
0b42a4f979
|
Bug 380931. Post-landing cleanup from Bug 374723 (rewrite password manager in JS). Patch by Justin Dolse <dolske@mozilla.com>. r=mconnor/sayrer.
|
2007-05-26 21:47:40 -07:00 |
|
dietrich@mozilla.com
|
9ba3b0c493
|
Bug 381360 basic bookmarks query test failing (r=sspitzer)
|
2007-05-25 19:04:57 -07:00 |
|
benjamin@smedbergs.us
|
57e95ada1f
|
Fix the path to launch the crashreporter on mac, which luser broke a couple days ago. Early checkin from bug 358082
|
2007-05-25 18:41:38 -07:00 |
|
sdwilsh@shawnwilsher.com
|
4207a26c24
|
Bug 289540 - download manager takes only one listener. r=mconnor
|
2007-05-25 16:47:53 -07:00 |
|
sspitzer@mozilla.org
|
09d97a1497
|
partial fix for bug #379729: browser will freeze when reloading live bookmarks.r=sayrer
|
2007-05-25 15:09:07 -07:00 |
|
gijskruitbosch@gmail.com
|
c2ecee935d
|
Backing out patch for bug 372453 due to test failures.
|
2007-05-25 14:14:42 -07:00 |
|
gijskruitbosch@gmail.com
|
969deb84c4
|
Bug 372453 - XULRunner apps should quit if the hidden window is not useful and no other windows are openr=benjamin@smedbergs.us (Benjamin Smedberg)r=joshmoz@gmail.com (Josh Aas)
|
2007-05-25 12:54:31 -07:00 |
|
sdwilsh@shawnwilsher.com
|
25788a92da
|
Bug 381881 - Properties window during download is empty. r=mconnor
|
2007-05-25 10:35:42 -07:00 |
|
sdwilsh@shawnwilsher.com
|
59a1e6dfe7
|
Bug 381535 - Jesse's downloads.rdf doesn't import to sqlite. r=mconnor
|
2007-05-25 10:25:51 -07:00 |
|
rflint@ryanflint.com
|
55cd6591b5
|
Bug 345950 - Provide a browser.tabs.tabMaxWidth. Patch by Dao Gottwald <dao@design-noir.de>, r=mano
|
2007-05-25 04:08:57 -07:00 |
|
rflint@ryanflint.com
|
43edd34c6d
|
Bug 347607 - Landscape icon has wrong orientation in "Page Setup" dialog. Icons by Dao Gottwald <dao@design-noir.de>, ui-r=beltzner
|
2007-05-25 03:34:56 -07:00 |
|
rflint@ryanflint.com
|
bbe1b4c9bf
|
Bug 366387 - HelperApps prototype has duplicated functions (AddObserver/RemoveObserver) and is missing onBeginUpdateBatch/onEndUpdateBatch. Patch by Regis Caspar <regis.caspar+bz@gmail.com>, r=gavin
|
2007-05-25 03:15:53 -07:00 |
|
sspitzer@mozilla.org
|
ef56311199
|
Bug 381240 - disabling more dateAdded tests
|
2007-05-25 01:22:02 -07:00 |
|
dietrich@mozilla.com
|
821fed9a3d
|
Bug 381378 export is unacceptably slow for large bookmarks collections (r=mano)
|
2007-05-24 22:41:49 -07:00 |
|
dietrich@mozilla.com
|
aa2f53c81b
|
Bug 381240 - disabling more lastModified tests
|
2007-05-24 22:15:37 -07:00 |
|
sdwilsh@shawnwilsher.com
|
16e473af3d
|
Bug 381925 - JS Warnings when selecting download location. r=enndeakin
|
2007-05-24 21:26:14 -07:00 |
|
sspitzer@mozilla.org
|
ce2bd1916d
|
fix for bug #381453: when loaded in frames / iframes, pages that redirect show up in historyr=dietrich
|
2007-05-24 19:52:24 -07:00 |
|
sdwilsh@shawnwilsher.com
|
ad77d74620
|
Bug 381784 - nsDownload::SetState should assert if the new state is the same as the old state. r=mano
|
2007-05-24 14:42:22 -07:00 |
|
sdwilsh@shawnwilsher.com
|
a7f6250019
|
Bug 381520 - nsIAlertsService doesn't fail on Mac if Growl isn't running. r=mano
|
2007-05-24 14:38:10 -07:00 |
|
sspitzer@mozilla.org
|
0b57de47a6
|
bug 381240 - disabling more tests for now
|
2007-05-24 08:07:44 -07:00 |
|
sspitzer@mozilla.org
|
1ce2f91670
|
bug 381240 - disabling more tests for now
|
2007-05-23 17:45:46 -07:00 |
|
sdwilsh@shawnwilsher.com
|
b89b6e762a
|
Bug 381646 - Re-enable tests for download manager (windows orange patch). r=sayrer
|
2007-05-23 17:38:48 -07:00 |
|
sdwilsh@shawnwilsher.com
|
32aa4e72ac
|
Bug 381646 - Re-enable tests for download manager. r=sayrer
|
2007-05-23 16:52:50 -07:00 |
|
sdwilsh@shawnwilsher.com
|
ab5fe4f49e
|
Bug 381538 - "clean up" button remains greyed out after download completes. r=gavin.sharp
|
2007-05-23 16:12:03 -07:00 |
|