beng%bengoodger.com
180c02535d
329733 - problems with drag & drop to bookmarks menus. ensure that we properly close up bookmarks menus after they have been opened. r=annie.sullivan@gmail.com
2006-04-10 19:26:01 +00:00
joe%retrovirus.com
01e7cbdb68
Backing out patch from bug 330063 to see if it's responsible for the
...
branch balsa allocation increases, and if so, fix before resubmitting.
2006-04-08 17:58:16 +00:00
joe%retrovirus.com
a6117f7ac0
* Added ability to edit Live Bookmark feed & site URIs in Bookmark Properties dialog
...
* Fixed a setFeedURI bug in the LivemarkService
* Fixed problems that broke the toolbar when a live bookmark had no site URI
* Converted some browser UI code to use LivemarkService methods rather than manipulating the annotations directly
bug=330063
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-04-06 23:25:36 +00:00
benjamin%smedbergs.us
a4c515c10e
Bug 325257 - Rename nsIFormHistory to avoid changing interfaces on the 1.8 branch, r=bryner
2006-04-06 18:06:05 +00:00
steffen.wilberg%web.de
0cd8d9810d
Bug 310737: 1.0.x users have no way to re-enable software installation (message bar that appears when xpinstall.enabled is false points to removed UI). r=mconnor, ui=beltzner
2006-04-04 21:54:33 +00:00
roc+%cs.cmu.edu
35738108fd
Bug 312793. Add Necko APIs to enable automatic management of online/offline status, and let Firefox use it. Disable automatic management in Thunderbird and Seamonkey until those apps are ready for it. Other applications will get automatic management by default. This needs platform-specific components to be created before it will have any effect. r+sr=darin
2006-04-04 21:26:17 +00:00
joe%retrovirus.com
cb9fb59398
Implements "Bookmark All Tabs..." for Places. (Also fixes a small error
...
when undoing aggregate transactions.)
bug=330929
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-04-04 01:25:06 +00:00
beng%bengoodger.com
80ac2cdd61
332596 - bookmarks toolbar empties after using Restore Default Set. Make sure we call the right function (now private) after a reinit. r=annie.sullivan@gmail.com
2006-04-04 00:12:32 +00:00
roc+%cs.cmu.edu
aa92a80b72
Bug 331522. By default, do not allow keyword searches when navigating to URLs; modify browser UI code to enable keyword searches only on selected URL input mechanisms (e.g., typed into the URL bar). r+sr=darin,r=mconnor
2006-04-03 23:17:51 +00:00
darin%meer.net
0a60514286
fixes bug 251491 "Live bookmarks: Add menu item for main website (feed parent) (should link to home page)" r=beng
2006-03-30 18:04:22 +00:00
beng%bengoodger.com
db71fd8af2
328191, cannot delete history entries + a few other fixes r=annie.sullivan@gmail.com
2006-03-28 19:59:26 +00:00
gavin%gavinsharp.com
5230a31014
Bug 330452: about:blank transfer state inconsistency, patch by Simon B�nzli <zeniko@gmail.com>, r+a181=mconnor
2006-03-28 17:25:11 +00:00
joe%retrovirus.com
2959d11ab5
Removes spurious separator from popup blocker menu when none of the blocked
...
popups have usable URIs.
bug=264716
r=gavin.sharp@gmail.com
sr=ben@mozilla.org
2006-03-28 02:16:06 +00:00
joe%retrovirus.com
b96ebbe16a
Replaced Clear History... menu item in browser with Clear Private Data... item,
...
which formerly lived in the Tools menu.
bug=329750
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
ui-review=mconnor@mozilla.com
2006-03-27 02:08:20 +00:00
Olli.Pettay%helsinki.fi
ee372ff167
Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst
2006-03-25 22:03:49 +00:00
darin%meer.net
8adfd50f67
fixes bug 331484 "toolbar buttons use icon+text despite setting for icon only" patch by pamg.bugs@gmail.com, r=philringnalda, sr=beng
2006-03-23 22:17:10 +00:00
annie.sullivan%gmail.com
9907284368
Bug 329743: fixes dropmarker icon not showing up on places toolbar folders on mac.
...
Patch by Pam Greene <pamg.bugs@gmail.com>
r=annie.sullivan@gmail.com sr=ben@mozilla.org
2006-03-23 16:30:27 +00:00
gavin%gavinsharp.com
68ecacbd8e
Bug 327604: Status bar message text persists when switching tabs while page is loading, patch by Simon B�nzli <zeniko@gmail.com>, r+a=mconnor
2006-03-23 03:31:18 +00:00
gavin%gavinsharp.com
549aeab6bb
Bug 331222: context menu search no longer observes browser.tabs.loadInBackground pref; always opens in foreground, r+a=mconnor
2006-03-22 14:31:29 +00:00
gavin%gavinsharp.com
9af5cfb6fe
Bug 331264: band-aid to fix --disable-places builds, patch by Mook <mook.moz@gmail.com>
2006-03-22 01:19:05 +00:00
beng%bengoodger.com
a867d35b6d
330851 - ts/txul regressions... experiment by reverting to old init behavior. r=annie.sullivan@gmail.com
2006-03-17 18:12:49 +00:00
gavin%gavinsharp.com
e0b49b7525
Bug 317107: fix typo
2006-03-17 08:52:55 +00:00
gavin%gavinsharp.com
56ee1324c9
Bug 317107: new search service, r=mconnor, sr=ben
2006-03-17 07:16:00 +00:00
mconnor%steelgryphon.com
e10fa6108b
fix an egregious oversight and add pav to the credits
2006-03-17 06:46:47 +00:00
beng%bengoodger.com
3618ce030e
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
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
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
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
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
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
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
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
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
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
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
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
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
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
annie.sullivan%gmail.com
a7d4222b3c
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
f4f318c907
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
4b645f984c
fix whitespace nit to sync branch/trunk
2006-03-03 19:51:18 +00:00
brettw%gmail.com
5ab9f55633
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
cd7134e61d
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