annie.sullivan%gmail.com
6440bff753
Moves history menu accesskey from H to i to avoid conflict with Help menu. patch by Pam Greene <pamg.bugs@gmail.com> r=annie.sullivan@gmail.com sr=ben@mozilla.org
2006-03-15 21:11:12 +00:00
annie.sullivan%gmail.com
780cacb5b6
Fixes several bugs with open in tabs: makes menus set selection in command events in case DOMMenuItemActive doesn't get sent, only shows Open in Tabs menuitem if there are two or more items in the menu, and respects browser.tabs.loadFolderAndReplace and browser.tabs.loadBookmarksInBackground prefs. Also moves #include of debug.js to browser.js as this was causing JavaScript errors on the mac. r=ben@mozilla.org sr=darin@meer.net bug=330130
2006-03-15 19:59:09 +00:00
joe%retrovirus.com
c867d63a62
Changes a few remaining ASSERT() calls to NS_ASSERT() calls that I had missed
...
when working on bug 327349.
bug=330489
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-03-14 22:58:59 +00:00
kaie%kuix.de
a789dec260
Bug 236933, Disable SSL2 and other weak ciphers by default
...
This patch (v3c) removes the UI to control SSL 2.
Firefox UI-review: beltzner
Firefox code review: mconnor
SeaMonkey UI-review: neil
Seamonkey+PSM code review: rrelyea
2006-03-14 21:29:13 +00:00
gavin%gavinsharp.com
955b2e95f2
Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 318193, r+a181=mconnor
2006-03-14 21:10:06 +00:00
gavin%gavinsharp.com
7cdcae15fc
Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 23485, r+a181=mconnor
2006-03-14 21:06:53 +00:00
gavin%gavinsharp.com
8f1a6f1b42
Bug 325901: don't preprocess files unnecessarily, r=mconnor
2006-03-14 20:44:37 +00:00
gavin%gavinsharp.com
7caf3a2f1a
Bug 323972: the home button does not have a disabled style rule, even though the image exists, r=mconnor
2006-03-14 20:39:55 +00:00
gavin%gavinsharp.com
f4e69ea5a2
Bug 325772: remove unused files, r=mconnor
2006-03-14 20:25:21 +00:00
joe%retrovirus.com
cef3e07235
Replace use of deprecated window.title with window.document.title.
...
bug=330075
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-03-14 17:20:23 +00:00
joe%retrovirus.com
bd7b62fd23
Moved Ben's JavaScript ASSERT function to be NS_ASSERT in
...
toolkit/content/debug.js
debug.js is now included by globalOverlay.js, but if that's not in your
scope you can just #include debug.js directly.
NS_ASSERT() shows a dialog box containing a stack trace when it's called
with a condition that isn't true. The dialog box will be suppressed in
final builds, but in nightlies and alphas, it's useful for encouraging
bug submissions. To disable the dialogs, set XUL_ASSERT_PROMPT=0 in
your environment.
bug=327349
r=darin@meer.net , gavin.sharp@gmail.com
2006-03-14 01:56:09 +00:00
brettw%gmail.com
47430fafa3
Bug 330220 r=annie.sullivan Incorrect behavior when resorting after insertion.
...
Causes items not to resort, occasional crashes.
2006-03-13 19:13:31 +00:00
gavin%gavinsharp.com
a45cc0f1c0
Bug 323761: default page style not available when preferred stylesheet's media is not screen or all, patch by Jonathan Haas <jonathan_haas@web.de>, r=mconnor
2006-03-13 03:18:52 +00:00
gavin%gavinsharp.com
aa0d5cf679
Bug 329130: undefined entity error on the about: page when using builds without --enable-official-branding, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=l10n@mozilla.com
2006-03-13 03:16:07 +00:00
steffen.wilberg%web.de
0095a83a44
Bug 325961: Remove a sentence about specifying display resolution since that is no longer possible. r=jwalden, br181=me
2006-03-11 10:51:32 +00:00
beng%bengoodger.com
2a9e312db8
329269 - more work on places organizer. menus, accessible sorting and grouping options, etc. still a work in progress. r=annie.sullivan@gmail.com
2006-03-10 23:48:40 +00:00
brettw%gmail.com
1776867707
Bug 328598 r=vladimir Rollback 0-fill deleted DB entries and vacuum on
...
explicit clear to improve shutdown times.
2006-03-10 21:02:32 +00:00
brettw%gmail.com
42c99db36e
Bug 329854 r=joe.hughes Add a excludeReadOnlyFolders to query options for
...
use when filing.
2006-03-10 19:44:28 +00:00
annie.sullivan%gmail.com
1e43db4652
Fixes bug where messages when bookmark folder children were shifted caused separators not to be removed correctly. bug=329892 r=brettw@gmail.com
2006-03-10 19:22:32 +00:00
joe%retrovirus.com
a1baed1ab6
Changes to bookmark properties dialog:
...
* Customized bookmark properties dialog for add vs. edit cases
* Added support for changing URI of bookmark (annotations not carried over yet)
* Add support for viewing properties of history entries
* Changed from tag-style control to folder tree for folder selection,
yielding layout and accessibility improvements
* Switched to using standard dialog buttons
bug=329272
r=annie.sullivan@gmail.com
sr=bugs@bengoodger.com
2006-03-10 17:36:41 +00:00
annie.sullivan%gmail.com
73f1a70a04
Fixes bug where observers didn't check the parent correctly on folder notifications. bug=329892 r=ben@mozilla.org
2006-03-10 00:09:32 +00:00
beng%bengoodger.com
d245cc99cc
329956 - add bookmark button on toolbar no longer works. r=joe@retrovirus.com
2006-03-09 22:02:21 +00:00
joe%retrovirus.com
6ee44b5596
Temporary tweak to the Bookmark Properties dialog so that it doesn't
...
take over the screens of nightly users with large bookmark hierarchies.
bug=329761
r=joe@retrovirus.com
sr=ben@mozilla.org
2006-03-09 22:00:58 +00:00
annie.sullivan%gmail.com
1c47908858
Added code to re-initialize bookmarks toolbar after customizing. bug=327479 r=ben@mozilla.org
2006-03-09 19:39:29 +00:00
beng%bengoodger.com
cb2a95031d
329907 - not possible to start with --disable-places due to missing string in dtd patch by bill gianopoulos, r=ben@mozilla.org
2006-03-09 17:54:35 +00:00
brettw%gmail.com
333e978287
Bug 329691 r=bryner Refactor init so that table creation happens before the
...
dummy database statement (which keeps the cache from expiring) starts. Fixes
errors during DB init and also performance problems on first run.
2006-03-09 17:34:35 +00:00
brettw%gmail.com
b33591dc65
Bug 329831 r=annie.sullivan Make QueryStringToQueries return empty array if
...
there is no input.
2006-03-09 17:27:14 +00:00
beng%bengoodger.com
55dc9c72be
fallout from 329586 - make sure places organizer trees find the browser window so they can open bookmarks
2006-03-09 08:42:05 +00:00
beng%bengoodger.com
4f1506ea51
revert part of previous change to 329586 to reduce Ts on windows
2006-03-09 04:58:07 +00:00
beng%bengoodger.com
1968c27e50
329586 - browser shim cleanup, tidies up some UI update notification in the browser, fixes a few menu items here and there, removes unnecessary initialization, moves places to its own window, removes all code to do with maintaining places as a tab, renames osme objects and member variables, formatting issues, creates a browser controller for updating commands. r=annie.sullivan@gmail.com
2006-03-09 02:08:45 +00:00
mark%moxienet.com
db4ea6c86f
329806 Fix history import when upgrading from 1.0 profile without going through 1.5. r=bryner
2006-03-09 01:17:36 +00:00
rob_strong%exchangecode.com
ab435ad30b
Bug 271166 - Should be able to blacklist extensions centrally, in update.mozilla.org. ui-r=beltzner, r=darin, sr=mscott
2006-03-08 21:54:27 +00:00
brettw%gmail.com
ef6412bece
Comment out bug 329819 and 329691 which was causing problems.
2006-03-08 21:40:09 +00:00
brettw%gmail.com
d305bbd079
Bug 329819 r=annie.sullivan Fix Tp regression from bug 329691, the dummy table
...
needs data in it to hold the statement (and hence the cache) open.
2006-03-08 21:23:22 +00:00
brettw%gmail.com
db969df09c
Bug 329698 r=joe@retrovirus.com,bryner Implement GetPageAnnotationNames
2006-03-08 20:33:49 +00:00
brettw%gmail.com
d930ffbce5
Bug 329691 r=darin Errors creating tables in some situations (leads to error
...
creating bookmark service).
2006-03-08 16:51:32 +00:00
annie.sullivan%gmail.com
48bc2fe9d5
Fixes a bug in closing the menus after middle-clicking a bookmark. Bug=329321 r=ben@mozilla.org
2006-03-07 23:31:08 +00:00
annie.sullivan%gmail.com
560c49ad1d
Fixes JavaScript warnings about trailing commas and redefined variables. bug=329171 r=ben@mozilla.org
2006-03-07 23:20:08 +00:00
brettw%gmail.com
3bf94f4f67
Bug 329524 r=joe.hughes ReplaceItem bookmark call doesn't update cache.
2006-03-07 22:50:22 +00:00
annie.sullivan%gmail.com
7038dc011b
Bug 328779: Statusbar text for bookmark menu items, Patch by Dave Townsend <mossop@blueprintit.co.uk> r=annie.sullivan@gmail.com sr=ben@mozilla.org
2006-03-07 18:41:38 +00:00
beng%bengoodger.com
12ccb5f107
329587 - controllers registered after places controller cannot execute any commands due to places controller consuming all. r=fritz@google.com
2006-03-07 18:24:28 +00:00
annie.sullivan%gmail.com
a746ead8e1
Makes toolbar and menu initialize from place attribute
...
bug=329531 r=ben@mozilla.org
2006-03-07 16:10:37 +00:00
brettw%gmail.com
604956368a
Bug 329563 r=annie.sullivan Clarify annotation IDL documentation
2006-03-07 00:58:30 +00:00
joe%retrovirus.com
30d30c1b17
* Allows the user to access Bookmark Properties dialog from context menus.
...
* Adds support for editing the bookmark shortcut (formerly keyword) in the Bookmark Properties dialog.
* Improves the appearance of the Bookmark Properties dialog.
* Removes dead code from PlacesBrowserShim in browser.js
NOTE: This doesn't reflect the final UI for this functionality; rather,
this change is intended to add functionality for users of the nightlies.
bug=322988
r=annie.sullivan@gmail.com
sr=bugs@bengoodger.com
2006-03-07 00:52:35 +00:00
gavin%gavinsharp.com
0bc8b58676
fix whitespace
2006-03-06 23:57:47 +00:00
annie.sullivan%gmail.com
637efd057d
Attempt to fix corrupt icon for livemarks
...
bug=327543
2006-03-06 19:23:09 +00:00
beng%bengoodger.com
4392404259
329077 - options icons gone... move an incorrectly placed #endif patch by phil ringnalda, r=me
2006-03-06 18:56:32 +00:00
brettw%gmail.com
813b3c944a
Bug 318817 r=ben@mozilla.org Uncommented patch for this (Ben commented out
...
to see if it affected PLT on tinderboxes).
2006-03-06 17:51:17 +00:00
annie.sullivan%gmail.com
179f1ac345
Opens Bookmarks Menu when the mouse drags over it. r=ben@mozilla.org bug=329065
2006-03-05 07:20:53 +00:00
annie.sullivan%gmail.com
3bc14e6bed
Moving "Open in Tabs" out of menu/toolbar binding and into browser code.
...
bug=329266 r=ben@mozilla.org
2006-03-05 01:40:26 +00:00