Граф коммитов

1466 Коммитов

Автор SHA1 Сообщение Дата
mconnor%steelgryphon.com 92a2265118 fix an egregious oversight and add pav to the credits 2006-03-17 06:46:47 +00:00
beng%bengoodger.com ea6c3ae88f 329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com 2006-03-17 02:01:06 +00:00
annie.sullivan%gmail.com cd0f7191e6 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
gavin%gavinsharp.com 233f2ee439 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 5b428356a8 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 409ee01dbd Bug 325901: don't preprocess files unnecessarily, r=mconnor 2006-03-14 20:44:37 +00:00
joe%retrovirus.com ab0558a2d2 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
gavin%gavinsharp.com e641015ff9 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
beng%bengoodger.com edc8246a7b 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
joe%retrovirus.com cedc166b4a 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
beng%bengoodger.com a8d7bb9bf6 329956 - add bookmark button on toolbar no longer works. r=joe@retrovirus.com 2006-03-09 22:02:21 +00:00
annie.sullivan%gmail.com 3cb5bd8376 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 563d410a32 revert part of previous change to 329586 to reduce Ts on windows 2006-03-09 04:58:07 +00:00
beng%bengoodger.com 2d18d38736 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
annie.sullivan%gmail.com 66c88cf053 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 2275e5caff Fixes JavaScript warnings about trailing commas and redefined variables. bug=329171 r=ben@mozilla.org 2006-03-07 23:20:08 +00:00
annie.sullivan%gmail.com 87814ed31b Makes toolbar and menu initialize from place attribute
bug=329531 r=ben@mozilla.org
2006-03-07 16:10:37 +00:00
joe%retrovirus.com 8eac356716 * 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 11f8a0d63e fix whitespace 2006-03-06 23:57:47 +00:00
brettw%gmail.com ba0ee8a783 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 4d9e4f14e3 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 60b4737368 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
annie.sullivan%gmail.com 43e13140cf Adds menuitem for Open In Tabs.
Reorganizes code so that command/click handlers for toolbar/menu bindings can be attached by overlays.
r=ben@mozilla.org bug=327034
2006-03-04 01:12:05 +00:00
beng%bengoodger.com 6adddfdf64 329146 - bookmarks toolbar does not show up because id is different and user customized toolbar in the past. r=annie.sullivan@gmail.com 2006-03-03 22:14:08 +00:00
gavin%gavinsharp.com 19bbf3d1c0 fix whitespace nit to sync branch/trunk 2006-03-03 19:51:18 +00:00
brettw%gmail.com 60e52a1cde Bug 325286 r=ben@mozilla.org Don't unnecessarily load favicons, make them get
set properly.
2006-03-03 19:11:10 +00:00
gavin%gavinsharp.com 98c8fb880a Back out the fix for bug 271359 from the trunk too (it was forgotten), original backout had r=mconnor 2006-03-03 04:09:10 +00:00
gavin%gavinsharp.com f2f959245e little nits to sync 1.8 branch/trunk 2006-03-03 03:59:44 +00:00
annie.sullivan%gmail.com dc094dc429 Implements history menu and binds Ctrl-H to places view, for now.
r=ben@mozilla.org bug=325605
2006-03-01 21:36:53 +00:00
annie.sullivan%gmail.com 71feda57e8 Makes items on places toolbar show up as a button during customize so that they can easily be moved. r=ben@mozilla.org bug=327364 2006-03-01 19:44:37 +00:00
beng%bengoodger.com 53bb426b3f bug 328895 - broken personal toolbar in places builds due to init being commented out, and bookmarks not in personal toolbar in default bookmarks file. also fixes duplication of bookmarks in personal toolbar and places list. r=annie.sullivan@gmail.com 2006-03-01 18:52:28 +00:00
gavin%gavinsharp.com caa591b878 Revert accidental checkin. 2006-02-28 04:18:01 +00:00
gavin%gavinsharp.com 23d9dc7bc1 Bug 323537: add DOMLinkAdded event listener in Startup instead of delayedStartup, since delayedStartup is too late to catch some of the events, r=mconnor 2006-02-28 04:15:56 +00:00
gavin%gavinsharp.com 8b5fb66f79 Bug 328619: Places toolbar shown in popups, take two, patch by Phil Ringnalda <philringnalda@gmail.com>, r=ben 2006-02-27 19:23:20 +00:00
beng%bengoodger.com 5fd0faee5b bug 328243 - disband the browser shim, move locale to locales dir, move theme to themes dir. r=annie.sullivan@gmail.com 2006-02-24 21:41:34 +00:00
gavin%gavinsharp.com 290160b889 fix whitespace to sync branch/trunk 2006-02-24 01:29:51 +00:00
gavin%gavinsharp.com 354712820f add newline to sync branch/trunk 2006-02-24 01:25:06 +00:00
gavin%gavinsharp.com 010076995f Fix review nit from bug 298004. (syncs branch/trunk) 2006-02-22 22:54:08 +00:00
gavin%gavinsharp.com 8ff246817d Remove old comment that no longer applies. rs=mconnor 2006-02-21 19:58:20 +00:00
joshmoz%gmail.com 1faf851572 Add comment explaining extra menu nodes when using Carbon widgets. This comment becomes necessary since I have to sync 324180 to the branch. Follow-up to 324180. 2006-02-21 19:53:35 +00:00
dbaron%dbaron.org f37cc68efc Only do the security icon's click action for left clicks. b=304920 r=mconnor 2006-02-21 06:38:34 +00:00
beng%bengoodger.com d38a8e32fa 327500 - clean up remaining uses of old bookmarks fe into ifndef MOZ_PLACES. fix build orange and other issues. r=annie.sullivan@gmail.com 2006-02-16 19:00:25 +00:00
beng%bengoodger.com eaf8ef00ff a stab at further improvements to Ts, Tp, and orange on balsa. Remove scripts when MOZ_PLACES is set that are not required. Don't attach a page show listener - it doesn't work anyway unless the buttons are visible! 2006-02-16 17:22:16 +00:00
beng%bengoodger.com 1ec5b8caa2 324704 - query creation and execution for bookmarks menu bar is ill-timed... need to do asynchronously in delayed startup or on popup showing, rather than at startup! r=brettw 2006-02-16 05:24:26 +00:00
brettw%gmail.com 32a2998fbc Bug 318817 r=beng: Import, store, and use bookmark keywords. 2006-02-16 00:42:46 +00:00
benjamin%smedbergs.us d6899156d6 Revert a probably-accidental change from bug 327223 2006-02-15 16:07:11 +00:00
beng%bengoodger.com 165a8ea0fb 327223 - ensure sidebar framework remains for extensions to use. r=annie.sullivan@gmail.com 2006-02-15 01:21:30 +00:00
gavin%gavinsharp.com 13adb8a7d7 Bug 175074: URN:ISBN link converted to URN://ISBN, patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor 2006-02-12 18:01:48 +00:00
gavin%gavinsharp.com 4eea932c06 Bug 320437: Spellchecking menu checkboxes don't work, patch by Dave Townsend <mossop@blueprintit.co.uk>, r=brettw 2006-02-10 20:28:50 +00:00
gavin%gavinsharp.com 5d3563a7c4 Bug 325236: cleanup unneeded wrapper usage in pageInfo.js, r=mconnor 2006-02-09 23:04:48 +00:00