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

20467 Коммитов

Автор SHA1 Сообщение Дата
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00
roc+%cs.cmu.edu 088bea2dcb Bug 390050. Scan all blocks in a flow-chain, and their overflow lines, when iterating through lines to build text runs. r=smontagu,mats,sr=mats,a=bz 2007-08-22 09:08:15 +00:00
bzbarsky%mit.edu d99e414faa Make sure layout is up to date before moving the caret. Bug 375436 followup to
fix orange, pending reviews from roc.
2007-08-22 05:13:24 +00:00
bzbarsky%mit.edu e638f13ada When selectedIndex is set, make sure to display the corresponding text in the
display area.  Bug 330554, r+sr=mats, a=dbaron
2007-08-22 03:25:42 +00:00
bzbarsky%mit.edu f19920cb72 Make maxlength not affect initial values or scripted sets. Bug 345267,
r+sr=mats, a=dbaron
2007-08-22 03:22:22 +00:00
bzbarsky%mit.edu 70b6b344bf Fix Windows build bustage 2007-08-22 03:16:18 +00:00
bzbarsky%mit.edu 4f54ccf349 Make auto-height abs-pos textfields with top and bottom offsets both set use
their intrinsic height, per spec.  Bug 385870, r+sr+a=dbaron
2007-08-22 03:07:25 +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
Olli.Pettay%helsinki.fi f5bc514b5d Bug 373911, r=bz, sr=dbaron, a=1.9+ 2007-08-21 21:45:00 +00:00
jwatt%jwatt.org 10ba0823e6 Reftest for bug 367368 2007-08-21 20:48:36 +00:00
neil%parkwaycc.co.uk 7d7ac2e4a7 Bug 392397 Fix grids containing listboxes r=Enn sr=bz a=dbaron 2007-08-21 20:08:58 +00:00
jwatt%jwatt.org 9f81ec0768 Fixing bug 375175. Get rid of unused function nsSVGOuterSVGFrame::InitiateReflow. Patch by Eli Friedman <sharparrow1@yahoo.com>. r=jwatt@jwatt.org, sr=tor@acm.org, a=bzbarsky@mit.edu 2007-08-21 19:29:37 +00:00
enndeakin%sympatico.ca 9419feb114 Bug 387131, tooltip extends offscreen, r+sr+a=bz 2007-08-21 19:28:58 +00:00
sharparrow1%yahoo.com b6db714c28 Bug 392840: Get rid of nsCSSScanner::Unread. r+sr=bzbarsky, r+a=dbaron 2007-08-21 18:29:50 +00:00
jwatt%jwatt.org 6adca1d335 Gah! Apparently this fails all round 2007-08-21 13:31:41 +00:00
jwatt%jwatt.org cf60362d0a Don't run failing test on mac 2007-08-21 13:25:56 +00:00
jwatt%jwatt.org 1bbf59dcc8 Reftest for SVG inline in XUL, bug 364732. 2007-08-21 12:58:33 +00:00
bzbarsky%mit.edu 71d602e83f Don't make getting .selected change what .selected returns in the future. Bug
391994, r+sr+a=sicking
2007-08-21 03:24:16 +00:00
sharparrow1%yahoo.com 073fbc6b0b Bug 391412: Regression in float layout causing clear to be ignored. r+sr=roc, a=dbaron 2007-08-20 21:05:47 +00:00
sharparrow1%yahoo.com 5be8c24d36 Reftests for bug 383883 and dependencies 2007-08-20 20:26:55 +00:00
sharparrow1%yahoo.com 5f0c3fb690 Bug 383883: {inc} issues with block moving through non-moving float. r+sr+a=dbaron 2007-08-20 20:07:50 +00:00
cbiesinger%gmx.at bb102a1571 391261 call SetWindow a second time after instantiating the plugin, like we used to do (fixes WMP 10)
r+sr=bz
2007-08-20 17:40:08 +00:00
joshmoz%gmail.com a7360c0df2 clean up some unused variables and calls. no bug. sr/a=bz 2007-08-20 06:33:14 +00:00
sharparrow1%yahoo.com 1651f18fab Bug 387511: CSs scanner causes parse error for URLs starting with a codepoint > 255. r+sr=bzbarsky, a=dbaron 2007-08-20 03:39:23 +00:00
enndeakin%sympatico.ca 34b7d54ed0 Bug 391960, null check document of anchor node, r+sr=bz,a=damon 2007-08-19 16:55:18 +00:00
bzbarsky%mit.edu b64853e55d Followup for bug 390423: remove a now-unused variable. Patch by
Ben Karel <web+moz@eschew.org>, r+sr+a=bzbarsky
2007-08-18 06:13:10 +00:00
bzbarsky%mit.edu a7bb465839 Adding test. 2007-08-18 04:47:41 +00:00
Olli.Pettay%helsinki.fi 35fa8050cd Bug 391708, [nsIDOMXULLabelElement::accessKey] errors in console at yahoo.com, r+sr+a=jst 2007-08-18 00:13:14 +00:00
sharparrow1%yahoo.com 8594586557 Bug 390762: Crash [@ nsFrameManager::UnregisterPlaceholderFrame] with -moz-column and float. r=fantasai, sr+a=roc. 2007-08-18 00:06:46 +00:00
cbarrett%mozilla.com 564d13cb0e Bug 370353 followup: Check in white space changes. Patch by Daniel Holbert <dholbert@mozilla.com>. r=bernd sr=dbaron a1.9=dbaron. 2007-08-17 23:58:19 +00:00
cbarrett%mozilla.com c28ce0e424 Bug 370353: Dynamically setting "visibility: collapse" to a <col> no longer works. Patch by Daniel Holbert <dholbert@mozilla.com>. r=bernd sr=dbaron a1.9=dbaron 2007-08-17 23:51:58 +00:00
sharparrow1%yahoo.com 2cacb06dbc Bug 390740: Pass lang-group into GetMetricsFor more consistently, SVG part. r=tor, sr=roc, a=dbaron 2007-08-17 23:49:01 +00:00
jwalden%mit.edu 57560f36fe Bug 294800 - Beautify FTP/File/Jar/Gopher dir listings (CSS, icons, sortable columns) so that they don't look like they're from 1995. (Ooh, shiny!) Patch by Dao Gottwald <dao@design-noir.de>, r+sr=bz, r=mano, a=dsicore 2007-08-17 22:57:39 +00:00
sharparrow1%yahoo.com 6dc18f6195 Bug 390399: Add some general (non-property-specific) parsing tests. r+sr+a=dbaron 2007-08-17 22:05:22 +00:00
philringnalda%gmail.com cdcd437255 Bug 390423 - Simplify the signature of nsIFrame::GetPointFromOffset, patch by Ben Karel <web+moz@eschew.org>, r=aaronlev/elif, sr=roc, a1.9=dbaron 2007-08-17 03:43:01 +00:00
bzbarsky%mit.edu 07b5170359 Fix computed style for relative offsets when they're specified in |ch| units.
Bug 391034, r+sr+a=dbaron
2007-08-16 23:19:26 +00:00
masayuki%d-toybox.com abb1cfc39e Bug 367614 [Win Only] The composition string for IME should have dashed underline r+sr+a=roc 2007-08-16 20:35:19 +00:00
mats.palmgren%bredband.net 82cabd04c7 Ignore 'ordinal' attribute for out-of-flow and popup frames. r=enndeakin sr=bzbarsky a=dbaron 2007-08-16 15:39:22 +00:00
mats.palmgren%bredband.net d53ec334b8 Mochitest for bug 391747. r=martijn 2007-08-16 15:26:20 +00:00
mats.palmgren%bredband.net 99f13cb8a6 Make GetFirstCellNodeInRange() deal with document node in the range. b=391747 r=Olli.Pettay sr+a=roc 2007-08-16 12:42:25 +00:00
bzbarsky%mit.edu 2efc8bea41 Put back in an optimization that we apparently really do need. Bug 390425,
r+sr+a=roc
2007-08-16 04:27:07 +00:00
bzbarsky%mit.edu 7053091c0f Backing out test patch 2007-08-16 04:01:51 +00:00
bzbarsky%mit.edu 8e784df969 Testing a fix for the perfomrance regression. Bug 390425, no reviews, no
approval, will back out once I have some data.
2007-08-16 03:14:48 +00:00
enndeakin%sympatico.ca a8f167dbc2 Bug 385275, handle tab navigation in popups properly, r+sr=roc 2007-08-16 01:10:01 +00:00
enndeakin%sympatico.ca 348f62118c Bug 386917, choose application in feeds page not working, add popup state retrieving api, r=mano,sr=bz,a=dbaron 2007-08-15 23:52:47 +00:00
bzbarsky%mit.edu 597b5f0b61 Relanding bug 390425, with attempted performance regression fix. r+sr+a=roc 2007-08-15 23:20:26 +00:00
roc+%cs.cmu.edu cfebedd1b1 Bug 385270. Clean up textframe offset invariants: try #2 --- mContentLength no longer exists/is no longer trusted. r=smontagu,a=dbaron 2007-08-15 18:39:38 +00:00
roc+%cs.cmu.edu d4460d0179 Backing out 2007-08-15 16:20:46 +00:00
roc+%cs.cmu.edu 80d5a87537 Bug 385270. Clean up textframe offset invariants: try #2 --- mContentLength no longer exists/is no longer trusted. r=smontagu,a=dbaron 2007-08-15 16:04:17 +00:00
enndeakin%sympatico.ca 15ed926a4f Bug 389112, pressing tab or escape doesn't deactivate menubar, r+sr=neil,a=dbaron 2007-08-15 14:35:02 +00:00