|
|
230a81ffc6
|
Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking
|
2008-04-08 19:06:27 -07:00 |
|
|
|
3f195c6cd6
|
Bug 420499 - "Caret browsing mode wrongly engaged" (Mochitest) [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+]
|
2008-04-08 11:52:48 -07:00 |
|
|
|
b7c2dd27e5
|
Disconnect the frame selection object from the pres shell earlier. b=421083 r+sr=roc a1.9=beltzner
|
2008-04-02 19:42:20 -07:00 |
|
|
|
24c5296610
|
Bug 424377, r=jst, sr=roc
|
2008-04-01 03:37:28 -07:00 |
|
|
|
19d175e8be
|
Bug 423681. Accessible text events broken. r=sicking, sr=bz, a=schrep
|
2008-03-18 18:37:09 -07:00 |
|
|
|
c8dfc9d204
|
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 16:08:57 -07:00 |
|
|
|
e5c66ef839
|
Don't let the pres context's visible area get permanently set to an unconstrained height when we call ResizeReflow with an unconstrained height during SizeToContent. b=371508 r+sr=roc a=blocking1.9+
|
2008-03-12 15:04:45 -07:00 |
|
|
|
8485587f30
|
Back out due to failed mochitest
|
2008-03-10 19:18:15 -07:00 |
|
|
|
a01d32528b
|
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-10 17:49:19 -07:00 |
|
|
|
0ccdef5621
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 07:28:37 -08:00 |
|
|
|
4aa69fa997
|
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
|
2008-02-28 05:59:25 -08:00 |
|
|
|
3538ede317
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 03:01:56 -08:00 |
|
|
|
c4e1a96650
|
Bug 317189. Do the second-scroll-to-anchor on onload (i.e. subresources have loaded), not just when the document has finished loading. Also, don't do it at all if the user has scrolled manually between the first anchor scroll and the second. r+sr=dbaron
|
2008-02-27 02:01:17 -08:00 |
|
|
|
4cb90e5ac4
|
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 01:46:22 -08:00 |
|
|
|
d53278e296
|
Bug 157546. 'Delete' key should delete entire cluster. patch by Theppitak Karoonboonyanan, r+sr=roc,a=schrep
|
2008-02-21 18:24:04 -08:00 |
|
|
|
439d9b7115
|
Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures.
|
2008-02-20 03:10:16 -08:00 |
|
|
|
46fdf03ed0
|
Bug 157546 - "[CTL-Thai] IM: <delete> key should delete WHOLE Thai "display cell"" [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr=roc a1.9=schrep]
|
2008-02-20 02:19:31 -08:00 |
|
|
|
1a5f8ce053
|
Bug 417315 Cannot use IME menus during IME transaction #1 r=josh+roc, sr=roc, a1.9=beltzner
|
2008-02-19 23:16:06 -08:00 |
|
|
|
8399bac5e5
|
Fix handling of dynamic changes for advanced CSS selectors (and avoid the cost of doing so in the normal case). b=401291, 75386, 98997, 229915, 404418 (blocking1.9+) r+sr=bzbarsky a=blocking1.9+ on 404418
|
2008-02-18 22:17:07 -08:00 |
|
|
|
351de4d3bf
|
Back out Theppitak Karoonboonyanan's patch from bug 157546 due to a regression (bug 417745).
|
2008-02-15 12:20:55 -08:00 |
|
|
|
ba51f7f475
|
Bug 157546 - "[CTL-Thai] IM: <delete> key should delete WHOLE Thai "display cell"" [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr=roc a1.9=beltzner]
|
2008-02-14 21:30:34 -08:00 |
|
|
|
c710d47097
|
Give the prefs stylesheet a .href. Bug 416896, r+sr=dbaron, a=schrep
|
2008-02-13 13:47:22 -08:00 |
|
|
|
61559a82e7
|
Bug 399352: Get rid of known-but-harmless assertions for GetUsedMargin/Border/Padding. r/sr=dbaron
|
2008-01-29 20:53:46 -08:00 |
|
|
|
aa091bb05c
|
Bug 414654. Accessibles not hidden for visibility:hidden w/ position:absolute. r+sr=roc, a=beltzner
|
2008-01-29 20:17:57 -08:00 |
|
|
|
00aa454d3f
|
Speed up page zoom by skipping the unnecessary resize reflow when we tell the viewmanager about its new size, since we plan to go ahead and do a full dirty reflow right after that. Bug 403660, patch by Daniel Brooks <db48x@yahoo.com>, r=bzbarsky, sr=roc
|
2008-01-28 20:10:59 -08:00 |
|
|
|
912b209176
|
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 15:59:50 -08:00 |
|
|
|
b80b7d72ad
|
Bug 364719 - "Resizers of images are positioned wrongly when page is scrolled" [p=mfenniak-moz@mathieu.fenniak.net (Mathieu Fenniak) / chris@pearce.org.nz (Chris Pearce [cpearce]) r=peterv r+sr=roc a=blocking1.9+]
|
2008-01-21 23:39:06 -08:00 |
|
|
|
d9570b7c36
|
Add an internal security-check-less method for adding rules to stylesheets to fix bug 386939. r+sr=dbaron
|
2008-01-17 21:23:44 -08:00 |
|
|
|
3e225b627a
|
bug 307204, implement support for transparent windows in XUL for Mac OS X. r=josh, sr=roc, approval1.9=damons
|
2007-12-19 11:40:18 -08:00 |
|
|
|
06c9f32689
|
Bug 395628 - ""ASSERTION: post-reflow queues not empty" with feed in <frame>" [p=mats.palmgren@bredband.net (Mats Palmgren) r=smaug r+sr=dbaron a=blocking1.9+]
|
2007-11-30 23:22:44 -08:00 |
|
|
|
750ad2685e
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 12:47:33 -08:00 |
|
|
|
6d76ea7f9b
|
Bug 373344, r+sr=roc, a=blocking1.9+
|
2007-11-22 07:08:13 -08:00 |
|
|
|
55701121aa
|
Bug 401528, Must click twice to open link if fixed positioned div is removed on onmouseup: clicks pass through, r+sr=roc, a=blocking1.9+
|
2007-11-20 14:30:27 -08:00 |
|
|
|
4001b97445
|
Bug 401528, backing out, because of crashes
|
2007-11-15 00:49:35 -08:00 |
|
|
|
dd2326f671
|
backout Bug 373344, the assertion is still there :(
|
2007-11-13 02:54:01 -08:00 |
|
|
|
980b6aeb57
|
Bug 373344, r+sr=roc, a=blocking1.9+
|
2007-11-13 02:29:29 -08:00 |
|
|
|
815fd44c45
|
Fix for bug 394264 (Ctrl+Home doesn't work, in the body of a message being composed). r=Neil, sr=jst.
|
2007-11-12 06:46:13 -08:00 |
|
|
|
d17d4350d7
|
Bug 401528, Must click twice to open link if fixed positioned div is removed on onmouseup: clicks pass through, r+sr=roc, a=blocking1.9+
|
2007-11-12 04:20:41 -08:00 |
|
|
|
42347a8ff1
|
back out Bug 373344
|
2007-11-09 01:40:45 -08:00 |
|
|
|
14b4f8b876
|
Bug 373344, r+sr=roc, a=beltzner
|
2007-11-09 01:27:49 -08:00 |
|
|
|
3842d16cf1
|
Bug 401361 - Draw correctly when drawWindow is called on a window using fullZoom [p=roc r+sr=vlad a=blocking1.9+]
|
2007-11-07 20:43:36 -08:00 |
|
|
|
d748c88237
|
Bug 399940 - Prevent content duplication by having ContentRemoved tell us whether it already reconstructed frames and therefore ContentInserted need not be called [p=roc r+sr=bzbarsky a=blocking1.9+]
|
2007-11-07 20:39:02 -08:00 |
|
|
|
676f997747
|
Make the "href" property of stylesheets reflect the original URI that was reflected to load the sheet. Bug 397427, r=dbaron,biesi, sr=dbaron, a=dsicore
|
2007-10-23 14:56:41 -07:00 |
|
|
|
8dc0d2747e
|
Don't run XBL constructors during frame construction, ever. Bug 398006, r=sicking, sr=roc
|
2007-10-18 20:51:15 -07:00 |
|
|
|
e036aa4842
|
Add asserts to catch dangerous cases. Bug 398108, r+sr+a=dbaron
|
2007-10-01 21:37:36 -07:00 |
|
|
|
11231f2c4f
|
Restore the right caret in all cases. bug 395888, r+sr+a=roc
|
2007-09-22 14:06:58 -07:00 |
|
|
|
fbd94b66ba
|
Simplify reflow and restyle event processing a tad. Bug 396099, r+sr+a=roc
|
2007-09-20 19:47:19 -07:00 |
|
|
|
6bb5c8306d
|
Relanding bug 396587. Maybe it'll stick now. r+sr+a=roc
|
2007-09-20 16:28:26 -07:00 |
|
|
|
4837fcb386
|
Backing out bug 396587 to hopefully fix orange.
|
2007-09-19 20:41:29 -07:00 |
|
|
|
3c9e2d3a40
|
Resize the subdocument off a post-reflow callback so that we don't run script during reflow, and a few related checks to make sure we can deal with script in reflow callbacks better. Bug 396587, r+sr+a=roc.
|
2007-09-19 19:46:28 -07:00 |
|