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

1720 Коммитов

Автор SHA1 Сообщение Дата
sayrer%gmail.com e752fa319e Bug 362329. Autodiscovery should not discover rel='alternate stylesheet' as a feed. r=gavin 2006-12-05 18:18:05 +00:00
philringnalda%gmail.com 107e5ff007 Bug 361246: Don't collapse toolbar customization window since we don't animate it, r=mano 2006-12-04 03:02:15 +00:00
philringnalda%gmail.com df1d8e4b61 Bug 362627: Keyboard shortcuts to close Mac toolbar customization sheet don't work, r=mano 2006-12-03 19:52:28 +00:00
mozilla.mano%sent.com 519b394a74 Bug 349481 - Clear private data dialog width is hardcoded. r=gavin 2006-12-01 12:44:40 +00:00
mozilla.mano%sent.com b33e19c89c Bug 185239 - Print Frame in context menu. r=gavin, ui-r=mconnor. 2006-12-01 12:33:30 +00:00
Olli.Pettay%helsinki.fi 0254098b08 Bug 360731, Back and Forward buttons on mouse no longer work, also Bug 330938, r=emaijala, sr=roc 2006-12-01 11:16:07 +00:00
mozilla.mano%sent.com 91be579ccf Bug 296583 - Make 'Set Desktop Background' dialog skinable. r=gavin. 2006-11-29 16:39:09 +00:00
mozilla.mano%sent.com 091413037d Bug 288254 - Findbar XBL widget. r=gavin,masayuki,bienvenu. 2006-11-26 22:47:46 +00:00
philringnalda%gmail.com b45b9e40dc Bug 361458: Opening bookmark in sidebar results in XML parsing error, r=gavin 2006-11-23 20:13:58 +00:00
enndeakin%sympatico.ca 6727c5577d Bug 359012, wrong host added to whitelist when xpi is in a frame, r=mano 2006-11-23 03:21:26 +00:00
sayrer%gmail.com 9cf7a00879 bug 361230. Add a way to tell the parser the feed has been sniffed. r=mano 2006-11-23 01:22:43 +00:00
gavin%gavinsharp.com caeaca35ab Bug 359895: 'about:blank' shows in location bar when switching to a blank tab, r=mano 2006-11-22 17:42:35 +00:00
enndeakin%sympatico.ca 1d9aba9270 Bug 346787, add binding for spellchecking in XUL textboxes 2006-11-20 17:45:10 +00:00
mozilla.mano%sent.com 3e586a8f0e Bug 349128 - Focus lost pressing enter in empty location bar. r=gavin. 2006-11-14 21:57:10 +00:00
bzbarsky%mit.edu 468b023ae1 Make sure all xml-stylesheet and xul-overlay PIs in fact come in the prologs of
overlays.  Bug 360119, patch by Nickolay Ponomarev <asqueella@gmail.com> and
Phil Ringnalda <philringnalda@gmail.com>, r=mano
2006-11-11 22:22:36 +00:00
bzbarsky%mit.edu 142a417a31 Make it possible for protocol handlers to configure how CheckLoadURI should
treat them via their protocol flags.  Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
gavin%gavinsharp.com 26b17f77e2 Bug 264663: don't re-open closed popup-blocked notifications when switching tabs, r=mano 2006-11-06 23:41:31 +00:00
gavin%gavinsharp.com 661352e191 Bug 359682: remove redundant code that check's gBrowser's localName, r=mano 2006-11-06 17:42:31 +00:00
gavin%gavinsharp.com 4b799ac250 Bug 348031: [Mac] Pressing Cmd-W should always close the window when only one tab is visible, patch by Simon B�nzli <zeniko@gmail.com>, r=mano 2006-11-06 15:20:16 +00:00
philringnalda%gmail.com fc23a8a538 Bug 359050: Properties say link will open in new window when it will open in new tab, r=gavin 2006-11-05 22:45:29 +00:00
kjh-5727%comcast.net e42d9ee08e Bug 241274 - Image properties should show actual dimensions, not shrunken ones. Patch by Florian Qu�ze <f.qu@queze.net>, r=mano, ui-r=beltzner. 2006-11-05 19:50:59 +00:00
mozilla.mano%sent.com cc40eb3180 Bug 359541 - 'View Selection Source' broken. 2006-11-04 22:54:12 +00:00
sspitzer%mozilla.org d7263a337d fix for bug #356487
make MOZ_PLACES (if enabled) only build the places based history UI, use MOZ_PLACES_BOOKMARKS to turn off the places based bookmarks UI.

also addresses bugs:

bug #330923:  "View -> Sidebar menu" is empty if you build with places
bug #355738:  implement history sidebar on top of places backend
bug #356175:  hook up the history menu to the places backend
bug #356453:  add back "Clear Private Data" menu item
bug #356630:  add back "History | Show in Sidebar" menu item
bug #356631:  remove "search in history" and "view all history" menu items
bug #357301:  add back history and bookmark sidebar toolbar button items, remove places toolbar button
bug #358831:  history sidebar, right mouse button click should not expand / collapse item

r=dietrich, r=gavin
2006-11-04 04:48:06 +00:00
mozilla.mano%sent.com 265ce3e78b license block 2006-11-02 22:30:18 +00:00
mozilla.mano%sent.com 204fd07090 Bug 356590 - Clean up nsContextMenu and make it a bit more window-agnostic, partly fixes bug 281490. r=gavin. 2006-11-02 22:26:22 +00:00
martijn.martijn%gmail.com b1f5d2b243 Bug 358202 - rss icon status in url bar is unchanged when drag&drop opens hovered over tab, r=mano 2006-11-01 18:07:51 +00:00
philringnalda%gmail.com cad2e10829 Bug 250793: make browser overlay stylesheets on customizeToolbar.xul, so it can be a real part of toolkit, r=mano 2006-11-01 04:09:47 +00:00
gavin%gavinsharp.com 0320028267 Bug 322077: clean up toggleSidebar code, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=me 2006-10-31 14:56:00 +00:00
gavin%gavinsharp.com 44604ff66f Bug 358284: context menu breaks when building with --enable-plaintext-editor-only, patch by Adam Guthrie <ispiked@gmail.com>, r=me 2006-10-31 14:29:39 +00:00
philringnalda%gmail.com 8b034f9f7f Bug 358678: strict warning in customizeToolbarSheet.xul, r=mano 2006-10-30 05:12:37 +00:00
gavin%gavinsharp.com 9421f35bc4 Bug 358015: Release notes can't be opened from source viewer/bookmarks manager, patch by Simon B�nzli <zeniko@gmail.com>, r=mano 2006-10-29 05:05:20 +00:00
philringnalda%gmail.com 20a2fec5eb Bug 224977: finish moving nsTransferable to nsDragAndDrop.js, remove nsTransferable.js, r=neil,mano,mscott 2006-10-29 04:39:28 +00:00
sayrer%gmail.com b20e352a85 [Bug 358572] remove ALTSS_ICON ifdefs and code. r=gavin 2006-10-29 02:53:19 +00:00
sayrer%gmail.com da0b1b033e Bug 358303. Firefox window.open reslts in wrong innerHeight. Years-old bug caught through unit testing. r=gavin 2006-10-28 00:07:38 +00:00
gavin%gavinsharp.com d394fea635 Bug 357776: fix regression from bug 169826 (createFixupURI takes a URI object, not a string), r=mconnor 2006-10-24 16:14:22 +00:00
gavin%gavinsharp.com 44d213832f Bug 248330: toolbar buttons aren't flush with the top of the screen in full screen mode, r=mano, ui-r=beltzner 2006-10-23 13:59:34 +00:00
cst%yecc.com 75aa0b920d Bug 347683 Fix some strict warnings
r=mano
2006-10-23 00:19:52 +00:00
martijn.martijn%gmail.com 5f0ec254b5 Checking in patch for bug 248612 again, this causes 10% argo Ts regression, but other tinderboxes are not affected, see discussion in bug 248612 2006-10-21 09:09:09 +00:00
mozilla.mano%sent.com 3c42fb9be3 Bug 344140 - 'Recently closed tabs' entries not middle-clickable. patch from Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r=me. 2006-10-20 16:26:53 +00:00
gavin%gavinsharp.com fe09b5851f Bug 233853: fix suffix/prefix addition to avoid cases like Ctrl+Enter when the location bar contains "cnn.com" going to "www.cnn.com.com", patch by Edward Lee <edilee@gmail.com>, r=me 2006-10-16 16:48:06 +00:00
gavin%gavinsharp.com d6ee5ffdc3 Bug 169826: minor tweaks to tabbrowser code (port fixes from bug 164006 to Firefox), r=mconnor 2006-10-16 16:42:31 +00:00
martijn.martijn%gmail.com 9f6d048caa Backing out patch for bug 248612, since it may have caused 10% argo Ts regression 2006-10-14 22:26:57 +00:00
gavin%gavinsharp.com a395042d65 Bug 355291: Recently Closed Tabs > Open All In Tabs throws exceptions when Always Display Tab Bar is enabled, patch by Simon B�nzli <zeniko@gmail.com>, r=mano 2006-10-13 15:08:09 +00:00
gavin%gavinsharp.com ce06976557 Bug 232605: windows opened by window.open open behind the window with focus, r=mano 2006-10-13 14:49:43 +00:00
martijn.martijn%gmail.com 492d75e080 Bug 248612 - holding drag&drop pointer over a tab for a moment should open this tab to allow drag&drop of content from one tab to another tab, r=mano 2006-10-12 17:08:48 +00:00
gavin%gavinsharp.com 4fecc12ba5 Bug 342743: Clear Private Data shortcut (Cmd+Shift+Delete) requires Fn to be held on Mac laptops, patch by Shawn Wilsher <comrade693+bmo@gmail.com>, r=mano 2006-10-10 13:41:40 +00:00
gavin%gavinsharp.com c33f5e9351 Bug 341092: Removing the "bookmarks toolbar widget" corrupts UI customizations, patch by Dave Townsend <mossop.bugzilla@blueprintit.co.uk>, r=me/annie.sullivan 2006-10-10 13:39:59 +00:00
gavin%gavinsharp.com e32aafc4a0 Bug 332256: Middle clicking items in toolbar chevron overflow menu doesnt close menu, patch by Adam Guthrie <ispiked@gmail.com>, r=annie.sullivan/me 2006-10-10 13:20:26 +00:00
sayrer%gmail.com 29bde1aeab bug 353734. RSS icon fixes. r=mano 2006-10-10 00:56:59 +00:00
mozilla.mano%sent.com 3bd45aa3bb Bug 346757 - Toolbars not shown in toolbar context menu on first open, assertion 'getElementById(''), fix caller?'. patch from Nickolay Ponomarev <asqueella@gmail.com>, r=me/neil, sr=neil. 2006-10-10 00:05:41 +00:00