2882 Commits

Author SHA1 Message Date
kairo%kairo.at
f290df77d9 bug 332091 - Possibility to add "special" part to package names (by setting MOZ_PKG_SPECIAL=foo in mozconfig), r=bsmedberg 2006-04-05 13:05:43 +00:00
timeless%mozdev.org
72965522a4 Bug 98595 Ability to disable lists, trees completely
patch by ajvincent@gmail.com r=mconnor sr=neil
2006-04-05 06:30:37 +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
joshmoz%gmail.com
54af82bf86 make "Create Profile" dialog text match the button. Patch by Steuard Jensen. b=315633 r=josh sr=bsmedberg 2006-04-03 22:43:46 +00:00
neil%parkwaycc.co.uk
e351c195b3 Fix <toolbarbutton orient="horizontal"> and also give Thunderbird's File button a dropmarker b=252393 r=mconnor sr=mscott 2006-04-03 11:44:42 +00:00
benjamin%smedbergs.us
7cd9ba54a0 Bug 332045 - toolkit/components/gnome should use the glue, r=darin 2006-03-30 15:17:06 +00:00
gerv%gerv.net
39075681a6 Bug 331136 - add list of Initial Developers to comply with MPL section 3.3. 2006-03-30 08:48:11 +00:00
benjamin%smedbergs.us
d01eb68e61 Bug 332114 - XULRunner shouldn't build xpcomobsolete, r=darin 2006-03-29 23:44:04 +00:00
gavin%gavinsharp.com
5cc9afaeb4 Bug 322155: if the only focusable elements in a dialog are the buttons, focus the default button on load, r=Neil 2006-03-29 21:33:41 +00:00
mark%moxienet.com
159ccd8008 331827 Provisional build patch to make gtk2/darwin builds functional out of the box. There may be additional changes needed for static builds. r=bsmedberg 2006-03-28 20:06:17 +00:00
gavin%gavinsharp.com
2271437486 Bug 306223: Allow to easily filter errors by category, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2006-03-28 17:27:54 +00:00
benjamin%smedbergs.us
9971df2d6b Add mozreg_s to the libxul link list 2006-03-27 21:12:26 +00:00
dbaron%dbaron.org
15ae580678 Prefer gnu tar to others. b=260174 Patch from Marco Perez <bugmail@millibyte.net>. r=bsmedberg 2006-03-27 17:52:05 +00:00
Olli.Pettay%helsinki.fi
51f7bd1d33 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation (missing from the previous patch) 2006-03-26 14:57:13 +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
neil%parkwaycc.co.uk
9e72198ae3 Rename xpfe's autocomplete.xpt to xpautocomplete.xpt and package toolkit's autocomplete.xpt r=bsmedberg,dveditz,ajschult 2006-03-24 17:38:15 +00:00
gavin%gavinsharp.com
17f0ac8d0a Back out patch for bug 311136, since it wasn't needed, r=mconnor 2006-03-24 00:48:20 +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
bzbarsky%mit.edu
ed97753ea2 Make nsIWidget::GetParent return a weak pointer. Bug 227489, r+sr=roc 2006-03-22 18:00:28 +00:00
jshin%mailaps.org
ebc7ee6742 bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg 2006-03-22 04:26:30 +00:00
scott%scott-macgregor.org
29d82afeff Bug #330615 --> Thunderbird should use winstripe in toolkit so we can share the toolkit theme without always copying every winstripe change back to qute. r=bsmedberg 2006-03-22 01:12:00 +00:00
masayuki%d-toybox.com
f2afdb24cd b=331103 fix typo in comment 2006-03-21 03:12:53 +00:00
tor%cs.brown.edu
d1cc8a96a4 Bug 330516 - remove depreciated and unmaintained SVG renderer backends.
r=bsmedberg, sr=roc
2006-03-20 21:16:45 +00:00
enndeakin%sympatico.ca
78d577766c bug 318208, fix case of readOnly property, r+sr=neil 2006-03-20 00:34:41 +00:00
masayuki%d-toybox.com
9f311bb496 Bug 187772 mouse wheel scrolling does not dismiss form auto complete history, results in floating autocomplete dropdown r=mconnor 2006-03-18 08:09:52 +00:00
dougt%meer.net
414d413e86 autocomplete dropdown covers textbox when textbox is near bottom of screen. this only addresses XUL autocomple widgets. b=216434, r=mconnor 2006-03-17 23:31:41 +00:00
beng%bengoodger.com
df7afcdb07 330853 - build does not start for some users... paper over multiple includes of debug.js by using a var instead of a const for now. r=brettw .. this probably wants to be fixed a different way, but trying to un-break people. 2006-03-17 21:38:21 +00:00
rob_strong%exchangecode.com
b812681eaa Bug 330613 - Update Qute theme for Extension Manager. r=mscott 2006-03-15 21:46:48 +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
mkaply%us.ibm.com
03251da708 Line ending issues 2006-03-15 19:25:19 +00:00
mkaply%us.ibm.com
c3d91d29c4 Line ending issues 2006-03-15 19:19:31 +00:00
gavin%gavinsharp.com
9f82623322 Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 253481, r+a181=mconnor 2006-03-14 21:23:50 +00:00
gavin%gavinsharp.com
8f1a6f1b42 Bug 325901: don't preprocess files unnecessarily, r=mconnor 2006-03-14 20:44:37 +00:00
gavin%gavinsharp.com
f4e69ea5a2 Bug 325772: remove unused files, r=mconnor 2006-03-14 20:25:21 +00:00
gavin%gavinsharp.com
7f7a847f6a Bug 282178: sync tabbrowsers (mostly changes from bug 105885), r=mconnor 2006-03-14 20:05:12 +00:00
gavin%gavinsharp.com
0412146c05 Bug 330464: fix omission that broke popup blocking UI, r=mconnor 2006-03-14 16:35:09 +00:00
gavin%gavinsharp.com
68ce4617cc Bug 323818: land previously reviewed (bug 305730, r=mconnor/doron) richlistbox changes that were only checked in on the branch, patch by Simon B�nzli <zeniko@gmail.com> 2006-03-14 13:53:36 +00:00
masayuki%d-toybox.com
6b899da3c6 Bug 315653 [JavaScript Console error]Components.classes['@mozilla.org/typeaheadfind;1'] has no properties / Bug 314819 Exception in browser.xml when closing the history sidebar (nsITypeAheadFind.setDocShell) r=mconnor 2006-03-14 06:14:41 +00:00
joe%retrovirus.com
6dd107ecd3 Fixed a scope-o in the NS_ASSERT() function.
bug=327349
r=gavin.sharp@gmail.com
2006-03-14 02:30:00 +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
rob_strong%exchangecode.com
269cc93d64 Bug 330093 - Extension Manager breaks during startup if there are multiple entries for a single item for the same operations type. r=darin 2006-03-14 00:22:22 +00:00
gavin%gavinsharp.com
b85e5fe3ff Bug 309289: When moving an extension up/down in the richlistbox widget, it is scrolled to the top of the window, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor/doron 2006-03-13 13:36:34 +00:00
gavin%gavinsharp.com
1f98914466 fix whitespace nits to sync branch/trunk 2006-03-13 13:15:39 +00:00
gavin%gavinsharp.com
7944030153 whitespace nit to sync branch/trunk 2006-03-13 12:45:23 +00:00
neil%parkwaycc.co.uk
e19f6a698e Make widgets events bubble again as per expectations b=330190 r=bryner 2006-03-12 21:04:39 +00:00
martijn.martijn%gmail.com
774a05423f Bug 324447 - contents of tab move up a pixel as it closes, r=mconnor 2006-03-10 21:26:29 +00:00
rob_strong%exchangecode.com
59a75b9f67 Bug 330004 - Extension Manager is unable to install new extensions. r=darin 2006-03-10 19:40:42 +00:00
dbaron%dbaron.org
c97b997ccb Handle failure case in a way that doesn't crash. b=328113 r+sr=bryner 2006-03-10 16:57:31 +00:00
mkaply%us.ibm.com
140af3d4d2 #314843
r=mkaply, sr=mkaply (OS/2 only)
Get menus looking more OS/2 like
2006-03-10 15:39:08 +00:00
mark%moxienet.com
7a299894b8 329806 nsStorageFormHistory needs to recognize endian marker (328982) when importing old mork db. r=bryner 2006-03-09 01:15:43 +00:00