Commit Graph

137 Commits

Author SHA1 Message Date
Sebastian Hengst
e35e29ccdb Bug 1143470 - Add BUG_COMPONENT to moz.build files in toolkit and xulrunner. r=gavin 2015-03-15 19:36:24 +01:00
Ehsan Akhgari
860f2c1f29 Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
Gregory Szorc
6e1333520a Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
2013-12-10 16:18:11 +09:00
Boris Zbarsky
9e19b54145 Bug 913855. Fix consumers of window mediator to be more consistent in their checking for closed windows. r=dolske
Note that we can't just stop returning closed windows from the window
mediator, because some consumers (e.g. session restore) rely on seeing
closed windows in the list so they can remove them from their internal
data structures expeditiouly.
2013-09-13 17:29:51 -04:00
Boris Zbarsky
67587fd044 Bug 862917. Remove the non-standard window.defaultStatus. r=smaug,gavin 2013-04-19 23:03:02 -04:00
Kyle Machulis
331f36baa9 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-03-29 13:56:18 -07:00
Gregory Szorc
9b83c3d1f4 Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium 2013-03-17 18:01:25 -07:00
Gregory Szorc
f96c000ea2 Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted 2013-02-25 13:19:09 -08:00
Mike Hommey
0f9f294ea0 Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Oonishi Atsushi
79cf816bd5 Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Margaret Leibovic
954dc68be6 Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page. r=gavin+bz, a=blocking-beta7 2010-10-28 15:00:31 -07:00
Robert O'Callahan
299d2c9b4e Backed out changeset ecd1948992eb 2010-10-29 16:07:46 +13:00
Margaret Leibovic
f819993ce1 Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page. r=gavin+bz, a=blocking-beta7 2010-10-28 15:00:31 -07:00
Dão Gottwald
53a30b9b4c Bug 571567 - use <menupopup> instead of <popup>. r=enn 2010-06-22 08:34:21 +02:00
Jason Orendorff
0499a9ce66 Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap. 2010-05-27 12:33:54 -07:00
Dão Gottwald
e8f4f68c28 Bug 558643 - Remove unused toolbox-top class. r=gavin 2010-04-12 09:59:26 +02:00
Dão Gottwald
fad1ff5bf5 Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn 2010-03-04 08:13:27 +01:00
Neil Deakin
5cc1ab5ff7 Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
Neil Deakin
88534acaa1 Bug 456106, use new drag and drop api in browser and toolkit, r=mano 2009-06-20 20:04:07 -04:00
Marco Zehe
36c91bafeb bug 469367 - Add ARIA semantics to those search widget types that don't have a Search button, r=dao, r=surkov 2009-02-02 10:38:53 +01:00
Phil Ringnalda
df6d35e81b Bug 207864 - Some things GetService "@mozilla.org/rdf/container;1", r=neil 2009-01-06 21:33:04 -08:00
6837554538 Bug 470792 - help.xul has a wrapper vbox that prevents the toolbar to be unified. NPOB. r=Neil. 2009-01-01 17:07:38 +01:00
fa2e98b3b6 Bug 460668 - Remove useless search-sidebar-closebutton from help.xul (also add emptytext attribute and remove some obsolete css). NPODB. r=Neil. 2008-10-25 17:10:10 +02:00
27c2e8ea15 Follow-up fix for bug 458775 (actually use the right attribute). NPOTDFB. 2008-10-09 19:30:47 +02:00
6441e556ef Bug 458775 - Make use of new search textbox widget in Help. r=dao. NPOTDFB. 2008-10-09 18:32:45 +02:00
Karsten Düsterloh
ccc1f4d746 Bug 438793: treelines for help viewer (NPOFF); r=dao 2008-09-17 22:17:37 +02:00
3a16c2d0bd Bug 432919 - "Help viewer content pane should not allow scripts, plugins, meta redirects, or subframes" [p=reed/dveditz r=Waldo (NPOTB)] 2008-05-09 20:35:19 -07:00
99ed40db92 Bug 426501 ZoomIn/ZoomOut/ZoomReset should have alternative accel keys for localized builds. XUL part: r+ui-r=mconnor, a1.9=beltzner, XBL part: r=enndeakin, sr=neil, a1.9=dsicore 2008-04-23 01:04:08 -07:00
1e03895bf5 backing out the previous patch. b=426501 2008-04-07 20:48:15 -07:00
1e1893a0c6 Bug 426501 ZoomIn/ZoomOut/ZoomReset should have alternative accel keys for localized builds #2 (xul part) r=moconnor, ui-r=mconnor+beltzner a1.9=mconnor+beltzner 2008-04-07 17:01:45 -07:00
c5dff0892e Bug 405165 - "Menu icons for Gnomestripe" (Remainder of B4 icons) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan r=Mano a1.9=mconnor] 2008-02-25 00:47:24 -08:00
a4136ea989 disable "always raised" "feature" of help on Mac OS X. We'd need a more robust z-level impl for this to work and that is too difficult for this late in the game (Apple bug makes it hard). b=404283 r=mano ui-r=beltzner 2008-02-12 18:49:29 -08:00
2f38f857c1 Bug 401388 Help viewer filters filtered datasources r=Waldo a=mconnor (over IRC) 2007-12-22 03:58:21 -08:00
f63d1e16a4 Bug 409168 Exclude unnamed topics from help viewer r=Waldo a=mconnor (over IRC) 2007-12-22 03:57:49 -08:00
52202c13cb Bug 389628 - "Implement UI for full page zoom" [p=dao r=mconnor r+sr=sicking (for content/events/) a=blocking-firefox3+ for M9] 2007-10-25 16:02:20 -07:00
01529d7cda Bug 379011 - Text size increasing/decreasing broken in view source window, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=gavin 2007-06-13 22:26:39 -07:00
3988c8c17b Bug 381468 - Convert toolkit application/x-javascript to application/javascript. r=gavin.sharp 2007-05-23 11:08:10 -07:00
philringnalda@gmail.com
71e6072158 Bug 365574: Help's search sidebar close button (even more) broken, r=mano 2007-01-27 05:54:34 +00:00
mozilla.mano@sent.com
97cb9cf2e7 Bug 288254 - Findbar XBL widget. r=gavin,masayuki,bienvenu. 2006-11-26 22:47:46 +00:00
philringnalda@gmail.com
906a6723ef Bug 358848: remove unused toolbar customization files for Help Viewer, r=mano 2006-11-01 04:03:19 +00:00
philringnalda@gmail.com
e59cd22537 Bug 224977: finish moving nsTransferable to nsDragAndDrop.js, remove nsTransferable.js, r=neil,mano,mscott 2006-10-29 04:39:28 +00:00
mozilla.mano@sent.com
0e7671696d content changes only for bug 351562, r=mconnor; theme part will be landed as part of the new theme. 2006-09-13 20:20:10 +00:00
pkasting@google.com
faa7ff0c1d Bug 348298: Clean up Find Bar code, patch 1.
r=masayuki
2006-08-18 20:26:23 +00:00
gavin@gavinsharp.com
5f2462abbf Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky 2006-05-25 21:22:32 +00:00
steffen.wilberg@web.de
a43c5748dd Bug 320901: Remove reloading code, key and context menu item from help viewer. r=mano, beltzner 2006-04-15 23:11:31 +00:00
darin@meer.net
3bfa20160a Fixing bustage: Implement new version of nsIXULBrowserWindow.setOverLink 2006-02-03 22:28:50 +00:00
gavin@gavinsharp.com
a7adc74eb2 Bug 317369: make use of textbox's clickSelectsAll property for help, r=mconnor 2006-01-11 20:54:55 +00:00