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

144338 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk 3e7fedbb25 Bug 301082 xpcom-shutdown is too late to destroy cached compose window; instead use quit-application which guards against reentrancy r+sr=bienvenu a=bsmedberg 2005-07-19 23:22:42 +00:00
roc+%cs.cmu.edu 50489e7ca4 Bug 301161. Fix gtk1 too. 2005-07-19 23:18:56 +00:00
bob%bclary.com 5a26f9000b change jsDriver.pl to use system instead of open for executing js shell, bug 301346. r=mrbkap 2005-07-19 23:03:12 +00:00
mark%moxienet.com 3ba9a73b56 Bug 299949, scroll wheel misbehaves when built on SDK >= 10.4. Handle fractional scroll deltas with ceil/floor instead of truncating. Also, handle events carrying both dX and dY properly, and ignore events where delta = 0. Camino only ('til 1.9?) r=josh sr=smfr. 2005-07-19 22:54:07 +00:00
roc+%cs.cmu.edu 41048950e1 Fixing build bustage 2005-07-19 22:50:37 +00:00
mozilla%colinogilvie.co.uk 63d92213ec 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 bd98cf889a 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 94a5d4ca9d 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 802e2cda75 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 6915b726de 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 d6f5fcbd47 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 831f32feaa 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 60bf29aac8 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 fbad4f6f26 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 b0732b1395 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 b3f8ed1ab6 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 57acec65cf 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 6f5c57599e 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 2c45cb0ecc 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 e7af44669f 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 ce35d4e789 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 6e0fa566f1 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 58d03eb4ca 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 7b15e3b58f 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 9f428fcfee 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 11a3eb7ec3 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 0df391c168 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 300c3caeec Bug 167391: Adds IDs to various menus, r=mconnor, a=asa 2005-07-19 21:10:00 +00:00
bzbarsky%mit.edu e211680aea 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 7d92cd6651 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 30298a402a 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 5633974e9b 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 9d5a64071b 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 0363b55fbf 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 b34557451f 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 605a534168 Adding regression tests. 2005-07-19 20:58:31 +00:00
bzbarsky%mit.edu ae5c6e2f82 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 2ecae9f664 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 a774ba681b 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 6945b22f8d 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 fcb25dd678 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 b0875741f8 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 300b48e042 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 5ae7d73475 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 e93990a0e0 #301252
r/sr/a=bsmedberg
remove unused inspector makefile line
2005-07-19 17:38:03 +00:00
bryner%brianryner.com c322d827aa 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 83c3b69de6 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 ec949d40c4 Minimo chrome changes -- removing unused functions. NPODB 2005-07-19 17:12:59 +00:00
dougt%meer.net bcbb61e532 cleaner google maps hack NPODB 2005-07-19 17:10:28 +00:00
bryner%brianryner.com 48215bff90 Make sure we unsuppress painting for subframes on fastback. Bug 292890, r+sr=dbaron, a=brendan. 2005-07-19 17:07:40 +00:00