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
gavin%gavinsharp.com
bd376807f4
little nits to sync 1.8 branch/trunk
2006-03-03 03:59:44 +00:00
annie.sullivan%gmail.com
47b3db233a
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
b362b8597a
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
152c560e9f
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
6d52703717
Revert accidental checkin.
2006-02-28 04:18:01 +00:00
gavin%gavinsharp.com
f120eb443d
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
84e70e74f3
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
a2e1f5c83a
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
81706f1e14
fix whitespace to sync branch/trunk
2006-02-24 01:29:51 +00:00
gavin%gavinsharp.com
44600e3f15
add newline to sync branch/trunk
2006-02-24 01:25:06 +00:00
gavin%gavinsharp.com
c57bc17df6
Fix review nit from bug 298004. (syncs branch/trunk)
2006-02-22 22:54:08 +00:00
gavin%gavinsharp.com
fc8fadb4e1
Remove old comment that no longer applies. rs=mconnor
2006-02-21 19:58:20 +00:00
joshmoz%gmail.com
fc622dd2b5
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
f2f00feb16
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
98724fe39b
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
c1b55e69ba
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
f4d75982b7
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
24ed20fbe1
Bug 318817 r=beng: Import, store, and use bookmark keywords.
2006-02-16 00:42:46 +00:00
benjamin%smedbergs.us
dd692d1fac
Revert a probably-accidental change from bug 327223
2006-02-15 16:07:11 +00:00
beng%bengoodger.com
aaaaf34fe8
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
6395da5991
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
2d04e8350a
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
f3839908cb
Bug 325236: cleanup unneeded wrapper usage in pageInfo.js, r=mconnor
2006-02-09 23:04:48 +00:00
darin%meer.net
917257fd63
fixes bug 324644 "Add list of pings to link properties dialog" r=beng
2006-02-09 21:00:15 +00:00
gavin%gavinsharp.com
c22fbca730
Bug 310291: Sidebar max-width shouldn't be in px (for consistency with the Go menu), patch by Thomas Bertels <tbertels@gmail.com>, r=mconnor, ui-review=beltzner
2006-02-07 14:09:34 +00:00
joshmoz%gmail.com
1c26e358f9
bustage fix. oh, that wily XML preprocessor... b=324180
2006-02-02 05:34:52 +00:00
joshmoz%gmail.com
67b2ba2d6c
Make Firefox Application menu work with Cocoa widgets. b=324180 r=mento sr=mconnor
2006-02-02 00:23:03 +00:00
gavin%gavinsharp.com
44609e49cc
Bug 324354: Ctrl-Z (undo) reveals visited URLs AFTER clearing history, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor
2006-02-01 15:22:15 +00:00
gavin%gavinsharp.com
622be3e058
Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 314700, r=mconnor
2006-01-31 20:27:20 +00:00
gavin%gavinsharp.com
b57f405d6d
Bug 324946: Middle/Ctrl clicking broken for XLinks (Error: linkNode has no properties), r=mconnor
2006-01-31 20:11:16 +00:00
gavin%gavinsharp.com
edff6becfe
Bug 325294: bug 324058 removed nsIStringInputStream2 but didn't change one instance in browser.js (keyword searches with postData are broken), r=mconnor
2006-01-31 15:25:12 +00:00
gerv%gerv.net
ca7df14533
Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott.
2006-01-27 12:08:02 +00:00
bryner%brianryner.com
daed416e86
Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg.
2006-01-26 19:17:04 +00:00
darin%meer.net
7328013630
fixes bug 321833 "Clearing the cache prevents disk cache from working" r=mconnor, alfredkayser
2006-01-24 14:47:06 +00:00
beng%bengoodger.com
2edbfa7ff0
308396 - UE improvements for tabbed browsing in response to usability studies conducted. In particular, add close buttons to tabs, improve the reselection behavior of new tabs opened especially in single window mode, simplify the preferences available for tabs, and improve the visual appearance of keyboard-focused tabs. r=mconnor.
2006-01-20 23:04:26 +00:00
gavin%gavinsharp.com
c85cb8cc3b
Bug 315297: Credits in about dialog don't scroll and fade in correctly, patch by DesertFox <studio17@gmail.com>, r=mconnor
2006-01-19 05:32:26 +00:00
gavin%gavinsharp.com
4bea61c9fe
Bug 273980: Add "cite" attribute to the Links tab in Page Info, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor
2006-01-18 03:33:16 +00:00
db48x%yahoo.com
ec57ae804b
bug 323173: Add a stringbundleset element in pageinfo.xul so that overlays can add stringbundles more easily
...
patch by Florian Qu��ze <f.qu@queze.net>, r=db48x, sr=neil
2006-01-17 23:51:28 +00:00
annie.sullivan%gmail.com
61744add9a
Hooked up context menus to bookmarks menu bindings.
...
bug=317834 r=beng sr=bryner
2006-01-17 20:34:39 +00:00
gavin%gavinsharp.com
2dcf4db62a
Bug 306453: Remove "Read Mail" and "New Message..." from Tools menu, r=mconnor+beltzner
2006-01-16 22:52:03 +00:00
beng%bengoodger.com
2dcdad0e1c
rejigger places UI a bit, add a title bar across the top of the places view, adjust the default entries in the listbox, etc. also fix icons for generic queries and generic non-favicon pages. r=brettw for changes to the cpp. NPOB
2006-01-13 20:47:18 +00:00
gavin%gavinsharp.com
0ae3a2a04e
Bug 286949: JS Exception in pageInfo.js on pages with XLink links, patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor
2006-01-12 01:41:48 +00:00
gavin%gavinsharp.com
928759c634
Removed unused global variables (bug 317369)
2006-01-11 20:33:55 +00:00
gavin%gavinsharp.com
0b4aaff517
Bug 317369: make use of textbox's clickSelectsAll property for the location bar and help, r=mano/mconnor
2006-01-11 20:24:20 +00:00
darin%meer.net
a07510ef0d
fixes bug 322314 "[trunk] Firefox crashes on login Gmail Notifier extension [@ nsStringInputStream::SetData] [@ xpcom_core.dll + 0x3cd2c (0x6034cd2c) cd66f780]" r=biesi sr=bz
2006-01-10 01:56:00 +00:00
gavin%gavinsharp.com
3b0b4b45f6
Bug 319655: Firefox code assumes document.firstChild is the root element, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor
2006-01-06 21:08:48 +00:00
mozilla.mano%sent.com
e8caa4ff8d
Bug 298004 - Accel+number tab-switching keybindings only work with ASCII numbers. patch from smontagu. r=me.
2006-01-05 10:00:23 +00:00
mconnor%steelgryphon.com
be95c1b891
bug 266932 - Invalid HTML causes firefox to open different url than statusbar on new tab, r=vlad
2006-01-04 19:11:14 +00:00
dbaron%dbaron.org
2170b6ff99
Happy new year! Change Mozilla Contributors copyright dates from 2005 to 2006.
2006-01-03 04:19:06 +00:00
darin%meer.net
39628fa26e
landing change for bug 317628 that was missing in the initial commit.
2006-01-02 03:34:17 +00:00
cbiesinger%web.de
1d04cb0110
Bug 309521
...
- add pseudo-classes for :-moz-type-unsupported and :-moz-has-handlerref (and a
content state for the former)
- make nsObjectLoadingContent return the right content state
- Add an XBL binding that gets instantiated for broken plugins
- Make it themable
- Remove a lot of now-unused code in nsObjectFrame
- Fixes pluginfinder.
r+sr=bz, r=mconnor
2005-12-29 14:15:33 +00:00
gavin%gavinsharp.com
9cf7411fbd
Bug 317733: browser.js's startup doesn't do anything with passed in postData (open location dialog can't open keywords with postData), r=mconnor
2005-12-28 06:18:58 +00:00
gavin%gavinsharp.com
c11d088e8d
Bug 314700: Make use of nsIDOMPopupBlockedEvent's popupWindowName for opening blocked popups, r=mconnor
2005-12-28 00:39:10 +00:00
gavin%gavinsharp.com
b0427a1cae
Bug 313888: don't auto-complete empty urls, r=mconnor
2005-12-27 23:13:50 +00:00
gavin%gavinsharp.com
996a21f734
Bug 317949: hideMessage should default to hiding the message for selectedBrowser, r=mconnor
2005-12-27 18:39:18 +00:00
gavin%gavinsharp.com
d31907f645
Bug 315034: If search is set to open in a new tab, Alt+Enter should open the search result in the current tab, patch by Adam Guthrie <ispiked@gmail.com>, r=robstrong
2005-12-24 20:20:46 +00:00
masayuki%d-toybox.com
58d50522a8
Bug 314222 If link target URL has non-ASCII char that is not encoded by UTF-8, the default file name is always escaped at "Save Link As..." r=mconnor (and feedback from bug 314231's review)
2005-12-21 18:28:46 +00:00
bugzilla%arlen.demon.co.uk
d7edb151b8
Bug 23485 browser window should strip newlines from url pastes
...
p=ted.mielczarek@gmail.com r=mconnor for Firefox and r/sr=neil.parkwaycc.co.uk for SeaMonkey
2005-12-20 22:58:53 +00:00
bryner%brianryner.com
9a4c7315bb
#ifdef out code that uses the old bookmarks service so that we can complete initialization without hitting exceptions. MOZ_PLACES only.
2005-12-16 08:32:28 +00:00
beng%bengoodger.com
ea5ff41b60
don't add controllers to nonexistent personal toolbar in places, NPOB.
2005-12-15 20:24:15 +00:00
beng%bengoodger.com
d29d49a7d9
318823 - landing the browser parts too. r=annie. pretty much all of this is NPOB, however i added a couple of IDs.
2005-12-15 00:48:25 +00:00
gerv%gerv.net
adbec5dbff
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-13 13:25:40 +00:00
brettw%gmail.com
0e0aaa79eb
Bug 317839 r=beng (off by default) added hook for places system favicons
2005-12-12 20:47:16 +00:00
brettw%gmail.com
cf6a628f86
Bug 302050 inline spellchecking for text boxes r=bryner, sr=beng
2005-12-05 18:18:11 +00:00
gavin%gavinsharp.com
1b459d8d0d
Back out bug 311605 pending further testing.
2005-12-04 21:02:38 +00:00
gavin%gavinsharp.com
b05089efa8
Bug 311605: default browser checking should be done nsBrowserBlue, not in delayed startup, r=mano
2005-12-04 18:34:12 +00:00
mozilla.mano%sent.com
7101c99f7b
Bug 250867 - icons only and other toolbar modes are not created in a global place. patch from Simon 'sipaq' Paquet <bugzilla@babylonsounds.com>, r=me, moa=mscott on the Thunderbird portions.
2005-12-01 10:03:58 +00:00
gavin%gavinsharp.com
624429ce26
Bug 311011: Dragging text that would normally load a bookmark keyword into the new tab/new window/go button should work, r=mano
2005-12-01 00:45:23 +00:00
gavin%gavinsharp.com
dd2d7ad71c
Bug 284086 followup (comment 42): remove extraneous setTimeout, patch by Giorgio Maone <g.maone@informaction.com>, r=ben
2005-11-27 02:25:30 +00:00
gavin%gavinsharp.com
a40ff71595
Bug 172817: Allow external source viewer/editor, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor
2005-11-22 05:36:48 +00:00
gavin%gavinsharp.com
e80b4b942d
Bug 310939: Add id attribute to hbox that holds RSS feed and secure site lock to help overlaying, patch by Colin Bleckner <colin@binarynoise.net>, r=mano
2005-11-22 00:06:26 +00:00
gavin%gavinsharp.com
3940b258b4
revert accidental checkin
2005-11-19 02:38:14 +00:00
gavin%gavinsharp.com
6fe48243c4
Fix regression from bug 306492: PFS doesn't handle missing pluginspage attribute as it should, patch by Doron Rosenberg <doronr@gmail.com>, r=mconnor
2005-11-19 02:29:00 +00:00
gavin%gavinsharp.com
3120aa0ea8
Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor
2005-11-12 01:51:36 +00:00
gavin%gavinsharp.com
f10c03f104
Oops, better fix for bug 314986, r=mconnor.
2005-11-05 21:53:48 +00:00
gavin%gavinsharp.com
ea8275e160
Bug 314986: "Visit Home Page" menu item spawns a window with empty bookmark toolbar, r=mconnor
2005-11-05 21:47:30 +00:00
mconnor%steelgryphon.com
3a52c7cfb0
bug 314074 - add contributors to credits list
2005-11-03 04:17:23 +00:00
gavin%gavinsharp.com
9bd409dd39
Bug 313572: Ctrl+y is not displayed in the tools menu for the download manager, patch by Kevin Brosnan <kbrosnan@gmail.com>, r=mconnor
2005-11-02 05:40:04 +00:00
masayuki%d-toybox.com
4149066af7
Bug 313149 the code of findBar.js should be protected in a prototype r=mconnor
2005-11-01 17:34:45 +00:00
neil%parkwaycc.co.uk
e693b211c3
Bug 270297 "Search web for..." mangles selections containing newlines (regression from bug 221361) p=elmar.ludwig@uos.de r+sr=me
2005-10-21 23:01:24 +00:00
mozilla.mano%sent.com
0120c195b5
Bug 262905 - Add a preference to control backspace/shift+backspace behavior (options: back/forward, PgUp/Down, Nothing), keeping the current default for now. r=mconnor.
2005-10-20 15:16:27 +00:00
mozilla.mano%sent.com
6729b6e9ae
Bug 312587 - Menus stop working when Software Update window is frontmost. r=mconnor.
2005-10-18 04:38:15 +00:00
gavin%gavinsharp.com
c969bab765
Bug 311604: remove clearObsoletePrefs, r=mano
2005-10-16 23:51:26 +00:00
allan%beaufour.dk
ff9491e8f4
Icon in Search Bar has incorrect (stale) tooltip. Bug 311653, r=mconnor, patch by Torisugari
2005-10-14 09:16:17 +00:00
dveditz%cruzio.com
286ad31770
bug 238137 Useragent string in the About Firefox dialog is cut off. Patch by Aaron Slunt (Tonglebeak) r=mconnor, sr=dveditz, a=asa
2005-10-12 01:47:27 +00:00
bsmedberg%covad.net
da2729380f
Bug 311503 - Safe mode should offer "cancel" option (now named "Exit") r=mconnor/beltzner
2005-10-12 00:29:11 +00:00
dveditz%cruzio.com
d4b0212fa1
bug 311208 fix url/uri confusion in go button onDrop; r=mconnor, a=asa
2005-10-11 21:20:41 +00:00
mark%moxienet.com
7b8807e266
Bug 220590, backspace/delete key should go back on Mac. r=mconnnor
2005-10-11 19:03:11 +00:00
mozilla.mano%sent.com
e7ca8085b3
Bug 269799 - Clearing cookies using either Clear Private Data or the Clear All button in the privacy prefpane doesn't update the Cookies Manager until it's reopened. r=mconnor.
2005-10-08 15:44:47 +00:00
timeless%mozdev.org
c644049326
Bug 243078 - Native Theme Rendering for Windows XP Menus, toolbars
...
patch by silver@warwickcompsoc.co.uk r=dougt sr=neil
2005-10-07 00:31:36 +00:00
rob_strong%exchangecode.com
bb4bd56e49
Bug 311169 - typo in sanitize.js pref call (nsIBranch instead of nsIPrefBranch from bug 284086). r=mconnnor
2005-10-05 19:42:00 +00:00
mconnor%steelgryphon.com
88261b0a16
bug 304403 - better safe mode UE, part 2, r=bsmedberg
2005-10-04 05:02:47 +00:00
mozilla.mano%sent.com
fbd697499e
Bug 266331 - wrong tooltip is used for the feed button when a page which has feeds is being loaded. patch from Phil Ringnalda <bugzilla@philringnalda.com>, r=me.
2005-10-03 03:25:44 +00:00
bryner%brianryner.com
8d94bd5c6f
Make clearing the disk/memory cache also evict cached viewers in bfcache. Bug 305462, r=marria@gmail.com, sr=darin@meer.net
2005-09-29 20:24:27 +00:00
gavin%gavinsharp.com
eda36cbb9e
Bug 310393: Hitting Enter in an empty searchbar shouldn't add an empty entry to its form history, r=mano
2005-09-29 03:14:59 +00:00
mozilla.mano%sent.com
53d5c3e589
Bug 310373, r=mconnor.
2005-09-29 01:47:43 +00:00
gavin%gavinsharp.com
51019e8d05
Bug 283719: "Add keyword for this Search..." can fail if a form uses a fieldset (example: bugzilla advanced query, "e.type is not defined"), r=mconnor
2005-09-28 22:42:44 +00:00
rob_strong%exchangecode.com
0d21c0c056
Bug 310268 - Feed autodiscovery needs to support mime-type params (by ignoring them), p=Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor
2005-09-28 19:08:16 +00:00
mozilla.mano%sent.com
873cd6e504
Bug 310156 - File->Import doesn't focus migration wizard if it's already opened. r=mconnor.
2005-09-28 04:20:07 +00:00
mozilla.mano%sent.com
f256df7c27
Bug 287105 - Reload button is disabled after adding it back to toolbar. r=mconnor
2005-09-26 17:26:34 +00:00
mozilla.mano%sent.com
d185bd2e55
Bug 310007 - No RSS UI after adding back the location bar. r=mconnor.
2005-09-26 17:24:29 +00:00
joshmoz%gmail.com
66191f9a40
make Clear Private Data window app-modal on Mac (otherwise we get odd window positioning). b=309406 r=mano sr=mconnor
2005-09-23 21:53:04 +00:00
mconnor%steelgryphon.com
b87e366513
hooray for extra brackets
2005-09-22 03:56:46 +00:00
mconnor%steelgryphon.com
de28998a23
back out extra changes committed by mistake. I'm turning in Ben!
2005-09-21 23:11:28 +00:00
cbiesinger%web.de
7002686d0d
bug 1156
...
- Make object frames have no children
- Make the frame constructor construct a subdocumentframe, object frame or
image frame as appropriate
- start the load of <applet>, <embed> and <object> in content code
- fallback to alternate rendering correctly
NOTE: This checkin will break the plugin finder. This will be fixed soon.
r+sr=bz
2005-09-21 19:14:30 +00:00
db48x%yahoo.com
acc7931e28
fix bug 217611: Page Info can be opened multiple times
...
patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor
2005-09-21 01:12:29 +00:00
mconnor%steelgryphon.com
10807a42f2
bug 307066 - no favicon after click on anchor link, patch by Christian Schmidt (bugzilla.mozilla.org@chsc.dk), r=vlad
2005-09-20 20:07:56 +00:00
mozilla.mano%sent.com
311b039215
Bug 243235 - Remove Expand / Collapse bookmark folders UI. r=mconnor.
2005-09-20 02:03:16 +00:00
smontagu%smontagu.org
d148a4a9ac
Remove BOM (again). rs=brendan in bug 280656
2005-09-19 12:05:09 +00:00
gavin%gavinsharp.com
f3f38d99ac
Bug 294383: Disable certain menu options (view source, find, text zoom, etc) when viewing non-text content (images, plugins), r=mconnor
2005-09-18 21:31:34 +00:00
bzbarsky%mit.edu
d67e44decb
Nodes in display:none iframes have no computed style. Bug 309050, patch by
...
Florian QUEZE <f.qu@laposte.net>, r=db48x, sr=bzbarsky
2005-09-18 18:10:26 +00:00
mozilla.mano%sent.com
ca5b9cebf1
missing part of the patch to bug 246158.
2005-09-18 00:43:27 +00:00
mozilla.mano%sent.com
b019ea38c4
Bug 246158 - context menu of bookmarks doesn't work if the bookmarks toolbar is removed. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=me.
2005-09-18 00:10:39 +00:00
mozilla.mano%sent.com
dcfcf9cdbe
Bug 308812 - Go menu commands shouldn't have accesskeys. r=mconnor.
2005-09-17 23:01:18 +00:00
gavin%gavinsharp.com
5e93e8ef16
Bug 219532: Add pref to make search bar results always open in a new tab, patch by Chris Butcher <cbutcher@gmail.com>, r=mconnor
2005-09-17 19:51:21 +00:00
gavin%gavinsharp.com
d6c2d5f727
Bug 308854: ctrl-up too many times in search box breaks search box, r=mconnor
2005-09-17 18:57:08 +00:00
gavin%gavinsharp.com
30a814d9b0
Bug 306492: PFS doesn't take relative urls in pluginspage attribute into consideration, r=mconnor
2005-09-16 23:10:06 +00:00
mozilla.mano%sent.com
346636f691
Bug 308819 - Clicking either on the live bookmark button/menu or on the padlock button focuses the location bar if clickSelectsAll is enabled. r=mconnor.
2005-09-16 20:40:33 +00:00
masayuki%d-toybox.com
0d94a8fa70
Bug 291781 bookmark context menu no longer works after customizing toolbar r=mconnor
2005-09-15 16:45:39 +00:00
gavin%gavinsharp.com
b7c02f255b
Bug 304926: Tooltip for padlock (security) icon in location bar is missing, r=mconnor
2005-09-13 22:50:54 +00:00
gerv%gerv.net
35149ea17d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
mozilla.mano%sent.com
a21ef93c92
Bug 307340 - Disable Fullscreen UI on OS X. r=beltzner/mconnor.
2005-09-07 16:33:19 +00:00
gavin%gavinsharp.com
cd1adf1b4a
Bug 235204, remove pref observer to avoid a crash (bug 306135), r=mano
2005-09-05 22:30:08 +00:00
mozilla.mano%sent.com
e27f71a6cf
Bug 307061 - Don't support Cmd+F5 for 'Force Reload' on OS X. r=gavin.
2005-09-04 22:38:30 +00:00
gavin%gavinsharp.com
181feb8d67
Bug 306358, fix drag and drop onto the search bar, r=mano
2005-08-31 00:13:25 +00:00
vladimir%pobox.com
fcfb1390ee
b=304499, bookmark all tabs menuitem not properly enabled/disabled, r=mano
2005-08-29 22:09:37 +00:00
gavin%gavinsharp.com
881f05a4db
Bug 235204 followup, add localizable dialog width, r=mconnor
2005-08-29 02:10:58 +00:00
gavin%gavinsharp.com
4c73034231
Bug 264610: Domain Guessing: URL is not updated when guessing loads www.hostname.com, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad
2005-08-28 18:49:03 +00:00
gavin%gavinsharp.com
c1cf53bd81
Bug 305134 followup, reapply parts of the patch for bug 304727 that were mistakenly removed, r=vlad
2005-08-28 03:59:45 +00:00
gavin%gavinsharp.com
8f87ca30b9
Bug 305912: Popup notification bar doesn't appear on first load (e.g. if your homepage tries to open a popup) , and doesn't correctly list all blocked popups, r=mconnor
2005-08-27 17:19:08 +00:00
gavin%gavinsharp.com
0a9bc5c9d0
Bug 300539: browser.urlbar.autoFill isn't supported in the Open Location dialog
2005-08-27 03:39:08 +00:00
mozilla.mano%sent.com
501d9100ae
fixing typo from bug 305955's checkin
2005-08-27 02:26:29 +00:00
gavin%gavinsharp.com
91e8dc849e
Bug 235204: New search dialog, used when the searchbar is either removed from the toolbar, of if the toolbar is hidden. r=mconnor
2005-08-27 02:19:09 +00:00
mozilla.mano%sent.com
119b2009c6
fixing typo from bug 305955's checkin
2005-08-27 02:07:45 +00:00
gavin%gavinsharp.com
7283c1b578
Bug 301283: Toolbar customize gives js error after removing searchbar, r=mconnor
2005-08-26 20:48:03 +00:00
gavin%gavinsharp.com
b144a0659a
Bug 301073 and bug 305372: Fix chrome home pages and opening chrome links in new windows (shift+click), r=mconnor
2005-08-26 19:56:55 +00:00
mozilla.mano%sent.com
5cec95c907
Bug 305955 - Mapping Ctrl+Shift+D to 'Bookmark All Tabs' (excluding GTK2). r=mconnor.
2005-08-26 19:01:22 +00:00
ben%bengoodger.com
5a65ddda0a
305134 - remove feedview from firefox 1.5 and 1.6x pending architecture redesign. r=mconnor
2005-08-26 18:22:08 +00:00
bsmedberg%covad.net
f57185ded2
Bug 305767 - Allow a different marker character for preprocessing CSS files - r=hixie+mconnor
2005-08-26 12:49:37 +00:00
mozilla.mano%sent.com
5f0555fa81
Bug 257247 - Live Bookmark Feed Discovery Includes Atom URI that is not a site feed. patch from Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor, a=asa.
2005-08-25 18:15:10 +00:00
gavin%gavinsharp.com
4dfffcd21d
Bug 304727: Attempting to install an extension no longer triggers yellow info bar (notification) if a site isn't whitelisted or if software installation is disabled, r=mconnor
2005-08-25 16:40:42 +00:00
mconnor%steelgryphon.com
a54a330da0
bug 291651 - dnd tweaks in URL bar/Go button, r=shaver
2005-08-25 05:17:33 +00:00
gavin%gavinsharp.com
663b4f4425
Bug 301357: Simplify context menu selection code, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor
2005-08-24 22:15:53 +00:00
gavin%gavinsharp.com
91b8b8dab6
Bug 284086 followup, attachment 193595: change entity names to indicate a change of meaning, r=bsmedberg
2005-08-23 21:04:44 +00:00
gavin%gavinsharp.com
e1400c9125
Bug 284086: "Sanitize on shutdown" fails if the last closed window is not a browser window, patch by Giorgio Maone <g.maone@informaction.com>, r=mconnor
2005-08-23 16:38:28 +00:00
jst%mozilla.jstenback.com
b1d774f838
Fixing bug 277434. Make object.type comply with the DOM spec again and expose the actual mimetype as .actualType on an interface that's *not* exposed w/o explicit QI. r+sr=bzbarsky@mit.edu
2005-08-22 23:44:55 +00:00
jruderman%hmc.edu
3d1c571855
Bug 263473 - Context menu displays all possible options on image <object>. Also makes "Set Desktop Background" work with <object> elements and fixes bug 305380. r=mconnor.
2005-08-22 03:18:45 +00:00
jruderman%hmc.edu
c6e1f5a117
Change makeURL to makeURI to fix bug 305269. r=mconnor.
2005-08-21 06:08:48 +00:00
gavin%gavinsharp.com
fbbcd45d8e
Bug 258864 : View > 'Full Screen' menu entry does not become ticked / checked when in full screen mode, patch by David Tenser (djst) <djst.mozilla@gmail.com>, r=mconnor
2005-08-20 21:38:36 +00:00
gavin%gavinsharp.com
84b5f599fa
Bug 303644 : Remove livemark autodiscovery's handrolled wrapper, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad
2005-08-17 16:17:43 +00:00