137321 Commits

Author SHA1 Message Date
smontagu%smontagu.org
da60d106a0 Don't underline XUL access keys on Mac. Bug 277463, patch by Asaf Romano <bugs.mano@mail-central.com>, r=mconnor. 2005-01-16 14:34:18 +00:00
jocuri%softhome.net
f0c687fa96 Patch for bug 255428: Allow multiple user selection in CC pull downs; patch by John Beranek <john@redux.org.uk>, r=wurblzap, a=myk. 2005-01-16 14:22:10 +00:00
jocuri%softhome.net
99386be3d9 Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch by Fr�d�ric Buclin <LpSolit@gmail.com>, r=vladd, a=myk. 2005-01-16 14:07:31 +00:00
jocuri%softhome.net
f7aef6b20e Patch for bug 190226: templatize editversions.cgi; patch by GavinS <bugzilla@chimpychompy.org>, r=jouni, a=myk. 2005-01-16 13:56:40 +00:00
jocuri%softhome.net
73fbd6d3fd Patch for bug 190226: templatize editversions.cgi; patch by GavinS <bugzilla@chimpychompy.org>, r=jouni, a=myk. 2005-01-16 13:48:25 +00:00
jocuri%softhome.net
fb736a87bf Patch for bug 103636: Support specifying a date on which a bug is expected to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk. 2005-01-16 13:36:05 +00:00
jocuri%softhome.net
768a233a9e Patch for bug 277618: Move FormatTimeUnit() out of globals.pl; patch by Max K-A <mkanat@kerio.com>, r=wurblzap, a=myk. 2005-01-16 13:25:46 +00:00
jocuri%softhome.net
6a78801477 Patch for bug 277210: Testserver.pl should find apache2/httpd2 as well when it looks for webservers; patch by Kieran Lal <kieran@gmail.com> and Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=wurblzap, r=vladd, a=myk. 2005-01-16 13:15:34 +00:00
jocuri%softhome.net
6537336ef7 Patch for bug 260682: Support redirecting to HTTPS always or for authenticated sessions only; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=myk. 2005-01-16 13:09:58 +00:00
jocuri%softhome.net
25a26afdfc Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk. 2005-01-16 13:02:35 +00:00
smfr%smfr.org
56e5c6a014 Fix the license. 2005-01-16 08:02:20 +00:00
smfr%smfr.org
b6799a3a8f Tidy up some of the preferences nib files, to try to make the layout more similar between panels (more work needed here). Add support for the delete key in the cookie editing sheets. Ensure that the checkboxes in the security panel are update when the window is activated, because they might have been changed by the security warning sheets. 2005-01-16 07:52:39 +00:00
smfr%smfr.org
a067bcb8b9 Code tidyup, and add an optional selector that a pref pane can use to update its UI when the prefs window is activated. 2005-01-16 07:50:28 +00:00
smfr%smfr.org
7512dc062c Fix a call to openBrowserWindowWithURL: to add allowPopups:, which pinkerton must have missed. 2005-01-16 06:58:04 +00:00
smfr%smfr.org
cc4d961414 Clean up the sheet for editing popup blocking whitelist. In particular, disable the Add button when the text field is empty. 2005-01-16 05:27:59 +00:00
smfr%smfr.org
642809a403 Fix keyboard navigation in the Camino preference panes. 2005-01-16 05:07:00 +00:00
smfr%smfr.org
061a863d3c Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
smfr%smfr.org
892741da21 Warning fixes. 2005-01-16 04:36:20 +00:00
smfr%smfr.org
e9d72efdcd Resources for history rewrite. 2005-01-16 04:35:15 +00:00
smfr%smfr.org
6b4478feda Checking in project changes for Camino history rewrite. 2005-01-16 04:19:17 +00:00
smfr%smfr.org
8aeb5f429a Camino history rewrite, and associated changes:
1. Move bookmarks and history UI into their own nib file, BookmarksEditing.nib
2. Rewrite history in camino to no longer use RDF, but a simple new API on top of the mork DB, implemented in nsSimpleGlobalHistory, that lets you iterate history items. All the tree building is now done in Cocoa (bug 276733), which makes it much faster.
3. Implement quicksearch for bookmarks and history, removing the 'results' panel from the UI and just showing the results inline (bug 174899, bug 276734).
4. Sundry code cleanup and warning fixes.
r=pinkerton/josh.
2005-01-16 02:51:53 +00:00
tor%cs.brown.edu
b42313c34a Bug 274886 - attributes corresponding to SVGLength properties are always set.
Patch by jonathan.watt@strath.ac.uk, r=tor.
2005-01-16 01:44:52 +00:00
peterv%propagandism.org
43c21802b7 Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz. 2005-01-15 21:30:39 +00:00
bzbarsky%mit.edu
72172ccbd5 When direction is not normal (bottom to top, especially), we don't properly
account for resizing of child boxes if it happens during Layout().  Bug 126620,
r+sr=dbaron
2005-01-15 19:35:19 +00:00
bzbarsky%mit.edu
7e84577a31 Restore placeholder-based positioning of fixed-pos frames to the way it used to
work.  Bug 268111, r+sr=dbaron
2005-01-15 19:29:14 +00:00
cbiesinger%web.de
0d27519211 use UTF8ToNewUnicode for UTF-8 strings, instead of ToNewUnicode which treats
the data as ISO-8859-1
270243 patch by chpe@gnome.org r=marco sr=darin
2005-01-15 19:25:25 +00:00
peterv%propagandism.org
11fc8babff Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz. 2005-01-15 19:20:23 +00:00
cbiesinger%web.de
51a43cfd7c 276482 never block windows opened through gtkmozembed
patch by Crispin Flowerday <crispin@flowerday.cx> r=bz sr=jst
2005-01-15 19:19:19 +00:00
cbiesinger%web.de
69c6ddb2ce 273336 export functions from gtkmozembed_internal; they are required by embedding apps
patch by chpe@gnome.org r=darin
2005-01-15 18:57:49 +00:00
neil%parkwaycc.co.uk
f29d0d0920 Bug 274703 sizeToContent doesn't compute the correct size in certain cases e.g. after setting description text r=jst sr=bz 2005-01-15 18:01:22 +00:00
bzbarsky%mit.edu
dc94ec25f1 Switch to "copy image" in the context menu to copy both the image data and the
URI.  Bug 135300, patch by O. Atsushi (Torisugari) <torisugari@gmail.com>,
r+sr=neil
2005-01-15 18:00:19 +00:00
bzbarsky%mit.edu
1d87c3297f Include the part number inside a multipart document in the state key, so that
state restoration works correctly on each part.  Bug 47350, patch by Hideo
Saito <saito@densan.co.jp>, r=bzbarsky, sr=js
2005-01-15 17:47:23 +00:00
kairo%kairo.at
b31b5f6e8e followup whitespace fix to bug 278301 to address review comment of Neil 2005-01-15 17:37:23 +00:00
kjh-5727%comcast.net
84f0f2731d Bug 156747 - Don't include res/samples and res/throbber in packages. Patch by Giacomo Magnini (giacomo.magnini@portalis.it), r/sr=dveditz. 2005-01-15 17:31:10 +00:00
kairo%kairo.at
176f70a322 bug 278301 - sroaming should use localeVersion from chrome-versions.sh, r=ben.bucksch, sr=neil 2005-01-15 15:18:10 +00:00
tor%cs.brown.edu
eaafd1eda4 Use cairo_matrix_t instead of cairo_matrix. 2005-01-15 15:06:21 +00:00
gerv%gerv.net
2fd7ef19bc Rearrange skins files, add new skin, improved text based on feedback from blog, license tweaks. 2005-01-15 13:13:10 +00:00
mvl%exedo.nl
e33d944c95 continue looking for recurrences after 2037.
bug 278238, r=vlad
2005-01-15 12:48:46 +00:00
jake%bugzilla.org
674d9574da Bug 278486 - The link for bug 185090 was pointing to tbug 6679 instead. 2005-01-15 11:41:51 +00:00
db48x%yahoo.com
0e6a3364b5 bug 226005: MailNews should use the newer nsIPrefService APIs instead of nsIPref
patch by Mikael Parknert <mikael@parknert.se>, r=niel, sr=darin
2005-01-15 10:32:27 +00:00
db48x%yahoo.com
582f5a52dc bug 259073: Image Properties don't display for inactive area of image map
patch by Florian Queze <f.qu@laposte.net>, r=mconnor
2005-01-15 10:02:35 +00:00
db48x%yahoo.com
d72a69cb64 bug 66410: Deleting addressbook should also delete corresponding mab file
patch by Mark Banner <mark@standard8.demon.co.uk>, r=bienvenu, sr=mscott
2005-01-15 09:53:22 +00:00
db48x%yahoo.com
982dd213b6 bug 16408: Multi-line notes in AB (addressbook) entries show as single line in Card View pane
patch by Mark Banner <mark@standard8.demon.co.uk>, r=neil, sr=bienvenu
2005-01-15 09:52:28 +00:00
travis%sedsystems.ca
11169cc905 Bug 275700 : FAQ update: "Disabling mail for testing" is incomplete
Patch by travis@sedsystems.ca    r=vladd
2005-01-15 07:40:25 +00:00
darin%meer.net
902927922e fixes bug 142255 "RFE provide a way to prioritize connections" r=bz 2005-01-15 07:01:20 +00:00
justdave%bugzilla.org
98eea1ab38 Bump version to 2.19.2 for snapshot release 2005-01-15 06:59:43 +00:00
brendan%mozilla.org
70ff275ddd Patch from Erik Fabert <jerfa@yahoo.com> to fix splice/concat/slice number-of-formals 'length' property values (274035, r=me). 2005-01-15 04:34:39 +00:00
justdave%bugzilla.org
a5a0501d65 Bug 276907: Don't linkify javascript: or data: URLs in the URL field on a bug.
Patch by Gervase Markham <gerv@mozilla.org>
r= justdave,vladd, a= justdave
2005-01-15 04:22:17 +00:00
bryner%brianryner.com
8041a50973 Make sure stub-derived elements get destroyed properly by adding a virtual destructor. r=dbaron. 2005-01-15 01:09:16 +00:00
bryner%brianryner.com
c42324ab83 Implementation of select, select1, item, choices, and itemset elements (bug 270572). r=beaufour. 2005-01-15 01:04:02 +00:00