|
|
46f0a1f41c
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 14:55:22 -07:00 |
|
|
|
56b16d9b10
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-03-19 14:19:35 -07:00 |
|
|
|
6d69460bc1
|
Bug 411212, cannot prevent file-picker from showing on <INPUT TYPE=FILE>, r+sr=roc+bzbarsky, a=mtschrep
|
2008-01-10 13:55:38 -08:00 |
|
|
|
ddc80a8075
|
Bug 409587 - "input[type="file"] cropped when narrow width specified" [p=kinetik@flim.org (Matthew Gregan) r+sr=roc a1.9=beltzner]
|
2008-01-07 14:18:06 -08:00 |
|
|
|
f6f7b39762
|
Bug 363696 - "Crash [@ nsHTMLReflowState::ComputeContainingBlockRectangle] with file upload control in xul" [p=kinetik@flim.org (Matthew Gregan) r=bzbarsky sr=roc a=blocking1.9+]
|
2007-11-26 19:35:50 -08:00 |
|
|
|
78c169e7e0
|
Bug 385070. Accessible subtrees for anonymous content need to be shut down. Patch by Evan Yan. r=aaronlev, r+sr=roc for layout part, a=dsicor
|
2007-11-20 12:39:36 -08:00 |
|
|
|
3aa1aa3da9
|
back out patch of bug 385070 which broke accessible tree, to make nightly build safe
|
2007-11-16 01:12:58 -08:00 |
|
|
|
fcde9ce7b9
|
Bug 385070. Nodes in anonymous content trees that are hidden not being shut down. Patch by Evan Yan. r=aaronlev, r+sr=roc, a=mconnor
|
2007-11-15 17:38:33 -08:00 |
|
|
|
aadfb09dce
|
Bug 399968 Back out some parts from bug 258875 that have no effect r+sr+a=roc
|
2007-10-19 01:51:27 -07:00 |
|
|
|
c0963b3f93
|
bug 397644. File control not exposed correctly to a11y apis. r+sr+a=roc
|
2007-09-27 18:09:14 -07:00 |
|
|
|
2904bb31ed
|
When a file has already been selected, correctly prefill the filepicker with that file. Bug 374013, r+sr=sicking, a=dbaron
|
2007-08-14 11:42:10 -07:00 |
|
|
|
368c29ae32
|
Introduce a setter for nsHTMLReflowState::mComputedHeight so that we're sure to
update the resize flags properly. Bug 388084, r+sr+a=dbaron
|
2007-08-02 11:08:05 -07:00 |
|
|
|
59a25437db
|
Update the visual look of a file input when privileged script sets its value.
Bug 387978, r+sr=sicking
|
2007-07-13 21:46:09 -07:00 |
|
|
|
98de634631
|
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 00:08:04 -07:00 |
|
|
|
79eeaa32d0
|
Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst
|
2007-07-03 19:15:31 -07:00 |
|
|
|
70e37b2ff0
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
|
|
|
0f958609c2
|
backout Bug 363089
|
2007-05-11 06:34:05 -07:00 |
|
|
|
833e8c64f1
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 04:15:11 -07:00 |
|
|
|
e0f90db412
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
dbaron@dbaron.org
|
a4cc40910e
|
Clean up IsFrameOfType methods to call their base class IsFrameOfType methods reliably. b=341326 r+sr=roc
|
2007-02-24 18:33:33 +00:00 |
|
mats.palmgren@bredband.net
|
3707e84115
|
Make nsFileControlFrame, nsIsIndexFrame and nsLegendFrame QI to kBlockFrameCID. b=370933 r+sr=bzbarsky
|
2007-02-24 04:42:53 +00:00 |
|
asqueella@gmail.com
|
49c82b0ca8
|
bug 257868 - remove the nsIPresShell::SetAnonymousContentFor() API, make the frames store strong refs to the anonymous content instead. Decomtaminate nsIAnonymousContentCreator.
r+sr=roc
|
2007-02-18 17:34:09 +00:00 |
|
sharparrow1@yahoo.com
|
03f4fc3a17
|
Bug 370303: Cleanup in layout/forms. r+sr=roc.
|
2007-02-15 10:58:31 +00:00 |
|
smontagu@smontagu.org
|
ddbb8e4924
|
Remove obsolete state bit NS_BLOCK_SHRINK_WRAP. Bug 369243, r=bz, sr=dbaron
|
2007-02-15 05:07:57 +00:00 |
|
mats.palmgren@bredband.net
|
c381e03cb0
|
OnChange is sometimes triggered for scripted changes. b=265047 r+sr=jst
|
2007-01-05 16:31:07 +00:00 |
|
timeless@mozdev.org
|
f4ef17d178
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
|
dbaron@dbaron.org
|
d21cb374bd
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
|
bzbarsky@mit.edu
|
88ebd20663
|
Additional tweak to the patch for bug 355931 -- fix QI too.
|
2006-11-13 22:20:39 +00:00 |
|
bzbarsky@mit.edu
|
650d1b6684
|
Don't use frames to implement interfaces, dammit. Just don't! Bug 355931, r+sr=roc
|
2006-11-13 22:05:25 +00:00 |
|
bzbarsky@mit.edu
|
508e7cdfe0
|
When setting the textfield value via the filepicker, tell it that it's not
focused so that onchange will fire as it should. Bug 355362, r+sr=jst
|
2006-10-15 15:39:35 +00:00 |
|
smontagu@smontagu.org
|
bf4a445775
|
Remove unnecessary hack for right-to-left file inputs. Bug 346726, r=uriber, sr=roc
|
2006-08-07 06:31:55 +00:00 |
|
mats.palmgren@bredband.net
|
7ad743157e
|
Remove the special painting code for a 165-twips checkbox. Move the remaining parts of nsFormControlHelper to its consumers and remove nsFormControlHelper.{cpp,h} from the tree. b=343495 r+sr=roc (r=me on roc's part)
|
2006-07-06 10:43:51 +00:00 |
|
cvshook@sicking.cc
|
88513ef69c
|
Bug 334977. Separate mFileName from mValue. r/sr=bz
|
2006-04-25 09:18:42 +00:00 |
|
roc+@cs.cmu.edu
|
24f6f0ed12
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
|
roc+@cs.cmu.edu
|
54d3415318
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
|
pavlov@pavlov.net
|
93222d8d4f
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
|
roc+@cs.cmu.edu
|
c92e50faf4
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
|
bzbarsky@mit.edu
|
5836646b1d
|
Add comment as promised; still bug 326019.
|
2006-02-06 22:27:58 +00:00 |
|
bzbarsky@mit.edu
|
69ae84b23c
|
Fix bug 326019. r+sr=roc
|
2006-02-06 22:08:10 +00:00 |
|
bzbarsky@mit.edu
|
68ada61fc9
|
Make sure to always produce our value. Bug 324377, r+sr=roc
|
2006-02-03 18:45:01 +00:00 |
|
roc+@cs.cmu.edu
|
a1b6a30f14
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
|
dbaron@dbaron.org
|
eb9f85b6c2
|
Give the extra reflow state a correct parent so it doesn't confuse the auto-offset code. b=317502 r+sr=roc
|
2005-12-21 03:31:47 +00:00 |
|
roc+@cs.cmu.edu
|
e5fe4d2640
|
Fixing bustage
|
2005-12-13 00:57:56 +00:00 |
|
roc+@cs.cmu.edu
|
358bfc2241
|
Bug 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc
|
2005-12-12 23:53:06 +00:00 |
|
jst@mozilla.jstenback.com
|
3434d072e9
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
|
timeless@mozdev.org
|
71ed8bc863
|
Bug 106386 Correct misspellings in source code
patch by mats.palmgren@bredband.net r=dbaron sr=dbaron
|
2005-11-20 22:05:24 +00:00 |
|
roc+@cs.cmu.edu
|
2a82ee651e
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
|
cvshook@sicking.cc
|
77710748bc
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
r/sr=bz
|
2005-10-28 11:25:24 +00:00 |
|
roc+@cs.cmu.edu
|
fac2db3652
|
Bug 258875. Make a file upload control's textbox be read-only and take it out of the tab order. Clicking on the textbox will open the filepicker. r+sr=dbaron
|
2005-09-30 22:01:54 +00:00 |
|
roc+@cs.cmu.edu
|
5d1b988569
|
Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman.
|
2005-09-19 02:15:54 +00:00 |
|