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

922 Коммитов

Автор SHA1 Сообщение Дата
roc+%cs.cmu.edu e95c296421 Bug 408955. UpdateViewAfterScroll shouldn't just bail out for content in popups. Instead we should do the invalidation but limit it to the correct displayRoot. r+sr=bzbarsky 2008-04-01 22:15:43 +00:00
Olli.Pettay%helsinki.fi c5f80ddee8 Bug 421209, r=cpearce, sr=jst, a=beltzner 2008-03-20 20:24:39 +00:00
jonas%sicking.cc 0e4d155d1d Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst 2008-03-14 23:08:59 +00:00
jonas%sicking.cc ec6e6df844 Back out due to failed mochitest 2008-03-11 02:18:16 +00:00
jonas%sicking.cc 5610226f10 Bug 401155: Make sure plugins and XBL constructors not execute when creating a script wrapper if it's not safe to execute scripts. r=bz sr=jst. 2008-03-11 00:49:20 +00:00
roc+%cs.cmu.edu e80eb86a6e Bug 408913. Do a proper fix for pixel-aligned drawing of IFRAME contents. The secret is make ViewToWidgetOffset return correct results for the root views of subdocuments. r+sr=bzbarsky 2008-03-04 07:48:52 +00:00
mozilla%weilbacher.org fffd33f1d5 Bug 419270: Elements with position:fixed jump while scrolling, copy the Linux solution, p=wuno@lsvw, r=me, a19a4=beltzner 2008-02-29 08:19:05 +00:00
roc+%cs.cmu.edu 59361c32b3 Bug 416168. Ensure that the overflow rect for a frame always includes (0,0) even if the frame rect is empty. Also ensures that if the frame rect is empty but has non-zero dimension on one axis, the overflow rect includes that size. A scrolled view for such a frame also includes that size to ensure width:0,height:Npx and width:Npx,height:0 frames are scrollable by that amount. r+sr=dbaron 2008-02-27 09:46:23 +00:00
roc+%cs.cmu.edu a7b501ed08 Bug 417967. Align subframe drawing so that drawing at (0,0) relative to the root view's origin is aligned to a pixel boundary. r+sr=bzbarsky 2008-02-25 01:39:35 +00:00
masayuki%d-toybox.com 3cac44982f Bug 348341 "Reverse conversion" doesn't work by Kotoeri(Japanese input). r=josh+peterv+roc, sr=roc, b1.9=pavlov 2008-02-20 07:40:06 +00:00
roc+%cs.cmu.edu 5ddfbd457b Bug 399852. #ifdef out logging code, since this checkin is going to stick 2008-02-19 11:08:57 +00:00
roc+%cs.cmu.edu a84f4e152e Bug 399852. Experimental relanding to collect data from centos5. 2008-02-19 09:16:21 +00:00
roc+%cs.cmu.edu c02cc255cb Backing out bug 399852 again, looks like it caused more focus-related mochitest failures 2008-02-12 03:04:49 +00:00
roc+%cs.cmu.edu 8f6bc9a9e9 Bug 399852. Suppress focus changes during content updates, reboot focus after the update has finished. patch by Chris Pearce, r+sr=roc 2008-02-12 01:57:19 +00:00
mozilla%weilbacher.org a69995660c Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner 2008-01-28 23:07:36 +00:00
roc+%cs.cmu.edu e8811867ac Fixing bustage 2008-01-27 00:10:21 +00:00
roc+%cs.cmu.edu d1b9b314a5 Bug 413292. Make Begin/EndUpdateViewBatch be sure to remove the batch-count from the same viewmanager we added one to. r+sr=bzbarsky 2008-01-26 23:59:51 +00:00
reed%reedloden.com b08a03e7c3 Bug 323740 - "Crash [@ nsViewManager::UpdateWidgetsForView]" [p=hskupin@gmail.com (Henrik Skupin) r+sr=roc a1.9=schrep] 2008-01-18 09:10:37 +00:00
dholbert%cs.stanford.edu 54e30dc065 Backing out 399852 due to mac mochitest failures 2008-01-16 00:56:43 +00:00
dholbert%cs.stanford.edu cd4c00120b Bug 399852 ��� Crash [@ nsCSSFrameConstructor::FindFrameWithContent] with position: fixed, focusing and contenteditable, patch by Chris Pearce <chris@pearce.org.nz>, r+sr=roc, a=blocking1.9+ (re-landing; mochitest failures should be fixed) 2008-01-16 00:19:47 +00:00
roc+%cs.cmu.edu 103dff9df7 Backing out 410489 to fix test failures 2008-01-10 01:01:51 +00:00
roc+%cs.cmu.edu c15e738540 Backing out 410489 to fix test failures 2008-01-10 00:40:08 +00:00
martijn.martijn%gmail.com e032c1a5a9 Bug 399852 � Crash [@ nsCSSFrameConstructor::FindFrameWithContent] with position: fixed, focusing and contenteditable, patch by Chris Pearce, r+sr=roc, a=blocking1.9+ 2008-01-09 21:44:59 +00:00
jruderman%hmc.edu bda83d000f Add a crashtest 2008-01-05 04:21:43 +00:00
reed%reedloden.com 7d480431ec Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc] 2008-01-01 10:11:08 +00:00
hwaara%gmail.com fa19e7bfb0 bug 307204, implement support for transparent windows in XUL for Mac OS X. r=josh, sr=roc, approval1.9=damons 2007-12-19 19:40:20 +00:00
vladimir%pobox.com 96ae47bdfb b=406458; code cleanup: add new ThebesContext() call as opposed to NATIVE_THEBES_CONTEXT hackery, r=stuart 2007-12-18 23:01:18 +00:00
jruderman%hmc.edu 7dab928aee C is for crashtest 2007-12-16 01:10:29 +00:00
enndeakin%sympatico.ca fffd3f3953 Bug 395334, allow noautohide panels to have a parent so they that float and move with their parent, also fixes bug 395123, r=josh,roc,sr=roc 2007-11-28 20:18:15 +00:00
Olli.Pettay%helsinki.fi 18bc4b3737 Bug 373344, r+sr=roc, a=blocking1.9+ 2007-11-22 15:08:14 +00:00
roc+%cs.cmu.edu fa17cb13a6 Bug 402843. Don't persistently store scroll positions in device pixels, it just gets out of sync and causes bugs during full zoom. r+sr=bzbarsky 2007-11-16 01:45:21 +00:00
roc+%cs.cmu.edu 4de83d700a Bug 400208. Don't leak mScrollCnt when we take an early exit from UpdateViewAfterScroll. r+sr=bzbarsky,a=beltzner 2007-10-24 21:44:37 +00:00
bzbarsky%mit.edu ac2d663836 Make sure to process style updates before reflow, and both before painting.
Bug 375436, r+sr=roc, a=dbaron
2007-08-22 02:57:08 +00:00
sharparrow1%yahoo.com 4d2ba6a8dd Bug 3477743: plugin crash. patch by myself and Johnny Stenback, r+sr=roc 2007-08-13 20:49:35 +00:00
sharparrow1%yahoo.com b329ef5c40 Bug 382595: Lines across embedded svg when scrolling. Followup rounding fix. r+sr=roc 2007-07-09 05:04:02 +00:00
jwalden%mit.edu ef68fcf595 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
sharparrow1%yahoo.com 63e0ff03ce Bug 385222: Topmost overlapping div does not scroll within the bounded area of the underlying div. r+sr=roc. 2007-07-02 20:56:30 +00:00
sharparrow1%yahoo.com 4ce4851108 Bug 382756: ASSERTION: When exactly is this supposed to be non-zero?. r+sr=roc. 2007-06-30 01:41:10 +00:00
mconnor%steelgryphon.com fde07e07ff backing out bug 347743 due to major crasher in 386332 2007-06-29 17:25:41 +00:00
sharparrow1%yahoo.com 90b3485c23 Remove assertion accidentally checked in. 2007-06-28 06:05:44 +00:00
sharparrow1%yahoo.com 04478ab6a4 Bug 382595: SVG image is covered with horizonal lines when scrolled. r+sr=roc. 2007-06-28 06:02:05 +00:00
jst%mozilla.org d514bd490c Fixing bug 347743. Delay plugin destruction on windows to get it out of layout frame destruction. r+sr=roc@ocallahan.org 2007-06-28 00:15:12 +00:00
sharparrow1%yahoo.com da28596a98 Update UUIDs 2007-06-27 22:15:13 +00:00
sharparrow1%yahoo.com 84a7429ed1 Bug 385978: View cleanup. r+sr=roc 2007-06-27 21:23:03 +00:00
sharparrow1%yahoo.com 0d381b42d0 Bug 385937: Remove nsIBlender. rs=pavlov 2007-06-27 19:07:13 +00:00
martijn.martijn%gmail.com 2577056d79 Bug 383010 - Visual glitches while scrolling pages with position:fixed elements, patch by Stephen Moehle, r+sr=roc 2007-06-05 09:39:54 +00:00
roc+%cs.cmu.edu 91130dabe7 Bug 382471. Don't crash when wigets aren't present. patch by Eli Friedman, r+sr=roc 2007-05-31 23:23:32 +00:00
roc+%cs.cmu.edu f9e9fe320a Bug 382471. Don't crash when wigets aren't present. patch by Eli Friedman, r+sr=roc 2007-05-31 23:23:05 +00:00
roc+%cs.cmu.edu d8284f76a9 Bug 343430. Reduce the area we scroll on Windows to reduce flicker by excluding areas that shouldn't be moving. On Linux, since we can't control the area we scroll, just disable accelerated scrolling in that case and repaint everything. r+sr=dbaron 2007-05-28 03:17:20 +00:00
sharparrow1%yahoo.com 637df8360e Bug 381746: odd and changing border in frameset (and a couple other regressions relating to black boxes). r+sr=roc. 2007-05-26 03:45:00 +00:00