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

144449 Коммитов

Автор SHA1 Сообщение Дата
mozilla%colinogilvie.co.uk 02d462a352 Bug 282737: Software Error from time-tracking fields during Change Columns
Patch by Joel, Me, r=wurblzap, a=myk
2005-07-19 22:38:26 +00:00
roc+%cs.cmu.edu c6a2fcd2a4 Bug 301161. Allow our Xt timer event pump to process multiple Xt events each time it fires. This prevents Flash from starving other plugins (e.g, Adobe Acrobat Reader 7) in some situations. r+sr=blizzard,a=bsmedberg 2005-07-19 22:08:38 +00:00
roc+%cs.cmu.edu b234fedd80 Bug 294934. Absolute positioning should be relative to the padding edge, so we need to set the absolute containing block size to the size of the padding-box of any wrapper frame. r+sr=dbaron,a=bsmedberg 2005-07-19 22:06:39 +00:00
roc+%cs.cmu.edu 2b9edf597c Bug 296491. Mouse event synthesis needs to account for cases where the view origin is not at the origin of its widget. r+sr=dbaron,a=bsmedberg 2005-07-19 22:01:19 +00:00
roc+%cs.cmu.edu 10da3617fb Bug 295690. Force reflow of *all* lines in the same space manager as a float that's removed. r+sr=dbaron,a=bsmedberg 2005-07-19 21:58:41 +00:00
timeless%mozdev.org af5f11dc8b Bug 201264 Media tab should have a column named "count" for objects used more than once, instead of repeating them
patch by f.qu@laposte.net r=db48x sr=neil a=asa
2005-07-19 21:55:38 +00:00
timeless%mozdev.org 741e9f0d95 Bug 300853 Caps crash on cleanup [@ DomainPolicy::Drop]
patch by g.maone@informaction.com r=caillon sr=dveditz a=bsmedberg
2005-07-19 21:55:36 +00:00
timeless%mozdev.org 5c3c5c02bf Bug 297277 potential OOM crash/mlk [@ nsPrintOptions::_CreatePrintSettings]
patch by b.jacques@planet.nl r=timeless sr=dmose a=bsmedberg
2005-07-19 21:55:33 +00:00
lpsolit%gmail.com 11c5381d29 Bug 297990: choose-product.html.tmpl generates improper indentation for product descriptions - Patch by Aaron Larson <aaron@larsonsonline.net> r=wurblzap a=myk 2005-07-19 21:54:45 +00:00
bzbarsky%mit.edu b616c7f790 Preserve XPCNativeWrappers when "expando" properties are set on them. Bug
295937, r=shaver, sr+a=brendan
2005-07-19 21:40:33 +00:00
lpsolit%gmail.com f6bd1f2a34 Bug 301240: editvalues.cgi should not update bugs.delta_ts - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk 2005-07-19 21:34:30 +00:00
mnyromyr%tprac.de 01f40dd09d Bug 285288: Arrow overlaps "To:, Cc: Bcc:" - p=Henrik Skupin <hskupin@gmail.com>, r/a=bsmedberg 2005-07-19 21:33:50 +00:00
bienvenu%nventure.com d44e24a181 fix 301216 crash with auto reply filter if templates folder is on different server, sr=mscott, a=bsmedberg 2005-07-19 21:24:37 +00:00
gavin%gavinsharp.com 794d8b9cc1 Bug 300247: "Set as desktop background" is not disabled for javascript images, r=mconnor, a=asa 2005-07-19 21:22:12 +00:00
smfr%smfr.org d7b87c48e2 Fix bug 292914: if scrolling up more than 32767 pixels, window didn't refresh. Fix by just manually invalidating if scrolling will redraw the entire scrolled area. r=joshmoz, sr=jhpedemonte, a=bsmedberg. 2005-07-19 21:21:21 +00:00
lpsolit%gmail.com 5117a115c4 Bug 300318: RSS feeds namespace is incorrect - Patch by Jason Remillard <jremillardshop@letterboxes.org> r/a=myk 2005-07-19 21:15:58 +00:00
bienvenu%nventure.com 7a1ac6d74e part of work for 301084, store msgs in on-the-fly fcc folder as read, like standard fcc folder, sr=mscott, a=benjamin 2005-07-19 21:13:26 +00:00
brendan%mozilla.org 676c9065b1 Restore JSClass.addProperty compatibility: it can mutate the nominal initial value (296967, r=shaver). 2005-07-19 21:13:19 +00:00
smfr%smfr.org 3aba5187a5 Fix bug 300721: odd gaps in italicized text if we hit the ATSUI fallback code. Remove bogus use of NS_SUCCEEDED with PRBool return values. r=joshmoz, sr=jhpedemonte, a=bsmedberg 2005-07-19 21:13:18 +00:00
gavin%gavinsharp.com 02aa0b60df Bug 233977: (Mac) Single-click selects entire address bar rather than activates cursor, r+a=mconnor 2005-07-19 21:13:03 +00:00
bzbarsky%mit.edu 210457ae6c Don't return random numbers from GetPort. Bug 300997, r+sr=jst, a=bsmedberg 2005-07-19 21:12:18 +00:00
bzbarsky%mit.edu a5ea4be485 Deal better with innerHTML for documents whose types we don't have encoders
for.  Bug 155723, r+sr=jst, a=bsmedberg
2005-07-19 21:11:07 +00:00
gavin%gavinsharp.com e6de4807d9 Bug 167391: Adds IDs to various menus, r=mconnor, a=asa 2005-07-19 21:10:00 +00:00
bzbarsky%mit.edu d6b900c80c Make sure to clear the placeholder map _before_ destroying the frame tree. Bug
297850, r+sr=dbaron, a=bsmedberg
2005-07-19 21:09:41 +00:00
smfr%smfr.org 2cdd62db1e Fix bug 281455: bits of background image of abs-positioned div draw in the wrong place. Fixed by ensuring that nsRenderingContextMac fixes up the port origin before calling the image tiling code (since the caret draw may have nuked the origin). r=mark, sr=jhpedemonte, a=bsmedberg 2005-07-19 21:09:19 +00:00
bzbarsky%mit.edu 17c71ac55d More event coordinate hackery. Bug 296004, patch by John Sullivan
<jsfbbz@kanargh.force9.co.uk>, r+sr=roc, a=bsmedberg
2005-07-19 21:07:47 +00:00
timeless%mozdev.org a57c24a323 Bug 262373 Fresh installed extensions cause software update to fail
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-07-19 21:03:20 +00:00
timeless%mozdev.org fc847be281 Bug 284035 OOM crash [@ nsImageGTK::Draw][@ nsImageGTK::DrawComposited][@ nsImageGTK::DrawCompositeTile]
patch by b.jacques@planet.nl r=roc sr=roc a=bsmedberg
2005-07-19 21:03:14 +00:00
timeless%mozdev.org 2ddea6014c Bug 299940 Class nsEvent forward-declared as struct
patch by b.jacques@planet.nl r=dbaron sr=dbaron a=bsmedberg
2005-07-19 21:03:06 +00:00
timeless%mozdev.org 71f7443d1a Bug 284889 OOM crash [@nsStyleContext::ApplyStyleFixups]
patch by b.jacques@planet.nl r=dbaron sr=dbaron a=bsmedberg
2005-07-19 21:03:04 +00:00
bzbarsky%mit.edu cf427735f4 Adding regression tests. 2005-07-19 20:58:31 +00:00
bzbarsky%mit.edu d23a028291 Convert InsertData calls into AppendData calls (which require less
reflow/painting to handle) when the data is inserted at the end.  Bug 300797,
r=sicking, sr=roc, a=bsmedberg
2005-07-19 20:52:12 +00:00
bzbarsky%mit.edu 013e0c06e6 Escapes should be allowed to start an id. Bug 299148, r+sr=dbaron, a=bsmedberg 2005-07-19 20:49:34 +00:00
dbaron%dbaron.org f4c57b0947 Send correct Referer when <base href> is involved. r+sr=bzbarsky a=bsmedberg b=300942 2005-07-19 20:44:49 +00:00
neil%parkwaycc.co.uk 596e8a33ad Bug 147058 regressed bug 126726 b=299555 p=martijn wargers r+sr=me a=bsmedberg 2005-07-19 20:43:24 +00:00
gavin%gavinsharp.com c48393a9b7 Bug 300963: about:config allows creation of prefs with no name, r+sr=Neil, a=bsmedberg 2005-07-19 20:37:26 +00:00
dougt%meer.net 9ba372350c droping the explict font names and sizes for now. Ignoring ignored security dialogs. Adding a pref that only works in my build which makes the (X) close box be an (ok) box. widget changes are required to honor this pref. npodb 2005-07-19 19:50:12 +00:00
mozilla.mano%sent.com 0db408e132 Bug 286197 - preferences should not close upon hitting enter on Mac OS X. r+a=mconnor. 2005-07-19 18:13:50 +00:00
bryner%brianryner.com 57df23d0c9 Fix stuck focus ring when restoring a presentation by making sure to save the focus before we clear the focused content state. Bug 298077, r+sr=dbaron, a=brendan. 2005-07-19 18:02:55 +00:00
mkaply%us.ibm.com b14afcbfa2 #301252
r/sr/a=bsmedberg
remove unused inspector makefile line
2005-07-19 17:38:03 +00:00
bryner%brianryner.com 7b71cfe3fd Allow caching of the document when the load type is LOAD_STOP_CONTENT or LOAD_STOP_CONTENT_AND_REPLACE. Bug 292948, r+sr=darin, a=brendan. 2005-07-19 17:20:05 +00:00
dougt%meer.net 08dd2a17d0 Windows CE only. NPODB
1)  Making application look alot more XP via appshell and appshellservice

2)  Adding a splashscreen.  need art love, but code is in place for CE.

3)  Greatly simplified window creation using appshel.

4)  moving pip stuff out of static link.

5)  Manually ripping out cruft in chrome files that I do not think I need.
2005-07-19 17:19:06 +00:00
dougt%meer.net 27a8627cd2 Minimo chrome changes -- removing unused functions. NPODB 2005-07-19 17:12:59 +00:00
dougt%meer.net 855d4e1bc9 cleaner google maps hack NPODB 2005-07-19 17:10:28 +00:00
bryner%brianryner.com 59687a2f69 Make sure we unsuppress painting for subframes on fastback. Bug 292890, r+sr=dbaron, a=brendan. 2005-07-19 17:07:40 +00:00
bsmedberg%covad.net acc5cce754 Final parts of bug 300092, preprocess installer.cfg as well as the other stuff, NPOTDB 2005-07-19 15:31:14 +00:00
lpsolit%gmail.com 8374a27bd7 Bug 265188: GenerateVersionTable should only overwrite versioncache if it's changed - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=glob,justdave a=justdave 2005-07-19 14:52:59 +00:00
lpsolit%gmail.com 8eb3a01684 Bug 300709: Avoid the use of SELECT * - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=glob a=myk 2005-07-19 14:33:40 +00:00
webmail%kmgerich.com 89e5ac900f Revised warning icons for Winstripe, bug #301183, a=mconnor 2005-07-19 11:32:09 +00:00
mike.morgan%oregonstate.edu 40780fb6f9 install include. 2005-07-19 00:23:24 +00:00