Commit Graph

607 Commits

Author SHA1 Message Date
brettw%gmail.com
6f054f17a4 Bug 335605 r+a=ben Add instructions for dict download until the real page is set up.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195987 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-04 19:41:04 +00:00
beng%bengoodger.com
bf5e5c3d05 333751 - more integration with browser - co-opt the subscribe item in the location bar, add a link to this functionality from preferences (preliminary), and seed the web handler list with some default values. r=brettw@gmail.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195887 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-03 03:56:20 +00:00
rob_strong%exchangecode.com
8434bfb4b4 Bug 329045 - Firefox 2.0 Extension Manager user interface update (browser).r=mconnor, a=bsmedberg
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195870 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-03 01:20:49 +00:00
gavin%gavinsharp.com
54b48e4b0f Bug 329468: check url before showing frame, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195863 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-03 00:44:36 +00:00
gavin%gavinsharp.com
020f018658 Bug 329521: check image url before viewing image, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195861 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-03 00:27:40 +00:00
gavin%gavinsharp.com
cf132f48ca Bug 172817: Allow external source viewer/editor. Includes patches from bug 318073 and bug 319006, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r+a181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195669 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-28 18:38:09 +00:00
beng%bengoodger.com
c1af4b3b64 333751 - more feed handling changes... NOT PART OF BUILD!!
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195633 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-28 06:08:22 +00:00
gavin%gavinsharp.com
fe00d44d73 Bug 232272: new search engine manager, r=mconnor, ui-review=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195623 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-28 02:20:05 +00:00
beng%bengoodger.com
13ec07a0d3 333751 - land initial content converter patch for feed parsing, turned off. r=bsmedberg for configure bits, r=brettw for everything else... use --enable-feeds in .mozconfig to turn this on.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195487 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-27 00:24:12 +00:00
brettw%gmail.com
0430230302 Bug 319315 r+a=ben Remove old spelling suggestions from context menu
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195477 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-26 23:27:24 +00:00
enndeakin%sympatico.ca
0131c5f1b5 Bug 268590, add notification widget, r+a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195465 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-26 20:48:34 +00:00
brettw%gmail.com
6931c75be3 Bug 329668 r=bz Browser inline spellchecking branch patch
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195451 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-26 18:33:26 +00:00
gavin%gavinsharp.com
1113acb715 Bug 330887: revert previous change since it had no effect on Ts
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195171 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-22 22:38:39 +00:00
gavin%gavinsharp.com
2ffd807748 Bug 330887: try moving init from the constructor to browser.js's delayedStartup, a=mano for a cycle, to see if this affects Ts
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195158 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-22 19:27:26 +00:00
gavin%gavinsharp.com
28ee694aa1 Fix regression of bug 331222 caused by patch for bug 331522.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195010 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-20 23:25:04 +00:00
mozilla.mano%sent.com
dc82824a51 Bug 333831 - Reimplement click-and-hold access to the back and forward session history menus. r=mconnor, uir=beltzner.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195004 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-20 22:40:35 +00:00
dbaron%dbaron.org
518b194bfb Work around possible deficiency in HTML parser by replacing runs of whitespace with a single space in the title attribute. b=67127 Patch by Steuard Jensen <steuard+moz@slimy.com>. r=bryner sr=dbaron a=bryner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194690 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-19 19:10:00 +00:00
mozilla.mano%sent.com
e160be0c85 Bug 333863 - several fixes to places behavior in non-browser windows on Mac. r=annie, sr=ben.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194358 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-13 23:07:06 +00:00
roc+%cs.cmu.edu
b0f818e526 Bug 331522. Make URI keyword fixup (e.g. doing a Google 'I feel lucky' search) off by default, chrome has to ask specifically to turn it on for a page load. r+sr=darin,r=mconnor,a=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194206 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-12 03:24:08 +00:00
beng%bengoodger.com
6285f9abf1 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
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194025 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-10 19:26:01 +00:00
joe%retrovirus.com
f0f9c4e718 Backing out patch from bug 330063 to see if it's responsible for the
branch balsa allocation increases, and if so, fix before resubmitting.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193946 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-08 17:58:56 +00:00
Olli.Pettay%helsinki.fi
64f19b2340 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193803 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-07 08:12:30 +00:00
joe%retrovirus.com
8f0b91e537 * 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


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193764 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-06 23:29:46 +00:00
gavin%gavinsharp.com
4601a404a7 Bug 330887: back out unsuccessful Ts fix
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193608 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-05 18:36:44 +00:00
gavin%gavinsharp.com
203e89fb08 Bug 330887: see if async loading of search engines helps Ts, will back this out after a couple of cycles, a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193606 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-05 17:24:59 +00:00
steffen.wilberg%web.de
ce18d53c01 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/a=mconnor, ui=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193564 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-04 21:59:48 +00:00
joe%retrovirus.com
647416c14e 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


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193476 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-04 01:26:58 +00:00
beng%bengoodger.com
3d4f78d650 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
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193462 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-04 00:01:40 +00:00
darin%meer.net
0bc8e0ec7a fixes bug 251491 "Live bookmarks: Add menu item for main website (feed parent) (should link to home page)" r=beng
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193271 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-30 18:08:24 +00:00
gavin%gavinsharp.com
cc56ef7636 Bug 330452: about:blank transfer state inconsistency, patch by Simon Bünzli <zeniko@gmail.com>, r+a181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193135 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-28 17:25:11 +00:00
joe%retrovirus.com
f13340c891 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


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193097 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-28 02:03:45 +00:00
joe%retrovirus.com
537068ad72 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


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193025 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-27 02:10:02 +00:00
gavin%gavinsharp.com
febfae1f78 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
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192831 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-23 03:31:18 +00:00
gavin%gavinsharp.com
a839a6fa23 Bug 331222: context menu search no longer observes browser.tabs.loadInBackground pref; always opens in foreground, r+a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192777 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-22 14:31:39 +00:00
gavin%gavinsharp.com
689a48065b Bug 331264: band-aid to fix --disable-places builds, patch by Mook <mook.moz@gmail.com>
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192753 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-22 03:40:28 +00:00
beng%bengoodger.com
6e1a2b7553 330851 - ts/txul regressions... experiment by reverting to old init behavior. r=annie.sullivan@gmail.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192549 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 18:14:02 +00:00
gavin%gavinsharp.com
961b86c124 Bug 317107: fix typo
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192532 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 08:53:04 +00:00
gavin%gavinsharp.com
89f79447e8 Bug 317107: new search service, r+a181=mconnor, sr=ben
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192529 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 07:59:11 +00:00
beng%bengoodger.com
65d488c5fc 329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192511 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 02:02:36 +00:00
annie.sullivan%gmail.com
acaaa94cf4 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
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192438 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-15 19:59:09 +00:00
gavin%gavinsharp.com
a27b532bac Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 318193, r+a181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192338 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 21:10:21 +00:00
joe%retrovirus.com
a9421754f2 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


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192291 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 01:57:26 +00:00
gavin%gavinsharp.com
88868ef177 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
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192256 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-13 03:19:31 +00:00
beng%bengoodger.com
311611223e 329269 - more work on places organizer. menus, accessible sorting and grouping options, etc. still a work in progress. r=annie.sullivan@gmail.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192184 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-10 23:48:40 +00:00
joe%retrovirus.com
ba77f45207 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


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192153 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-10 17:37:22 +00:00
beng%bengoodger.com
2e9288988d 329956 - add bookmark button on toolbar no longer works. r=joe@retrovirus.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192112 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-09 22:03:26 +00:00
annie.sullivan%gmail.com
d8378f9ec9 Added code to re-initialize bookmarks toolbar after customizing. bug=327479 r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192096 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-09 19:39:35 +00:00
beng%bengoodger.com
1f4107e506 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
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192043 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-09 02:09:28 +00:00
annie.sullivan%gmail.com
c56c0cd4be Fixes a bug in closing the menus after middle-clicking a bookmark. Bug=329321 r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191938 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-07 23:31:22 +00:00
annie.sullivan%gmail.com
fe3c49fd71 Fixes JavaScript warnings about trailing commas and redefined variables. bug=329171 r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191937 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-07 23:20:46 +00:00