graydon%mozilla.com
5b07354fbe
Bug 366063: better fix to critical crasher, replacing band-aid submitted in 333078.
...
r=dbaron
2007-01-09 01:33:02 +00:00
graydon%mozilla.com
7a67f81e3c
Bug 333078, Temporary band-aid for nsImageDocument cycle collection crashers.
...
r=dbaron
2007-01-06 22:09:38 +00:00
mrbkap%gmail.com
0474aee4b2
Only do this security check if we don't already have a parser, since this call
...
won't do anything anyway. bug 364309, r+sr=bzbarsky
2007-01-05 22:02:22 +00:00
graydon%mozilla.com
e6fbf7f335
Bug 333078: XPCOM cycle collector
...
r=brendan, sicking, bz, dbaron, bsmedberg
2007-01-04 22:31:26 +00:00
jwatt%jwatt.org
688f763168
Fixing bug 334587. Unify event handling for links and fix various XLink bugs. r=olli.pettay@gmail.com, r=dbaron@mozilla.com, sr=bugmail@sicking.cc
2007-01-04 10:53:59 +00:00
peterv%propagandism.org
580476d74e
Fix for bug 362937 (Merge element's List and DumpContent implementations). r/sr=jst.
2006-12-27 17:26:32 +00:00
timeless%mozdev.org
abc256e3da
Bug 355300 There should be only one nsGkAtoms creature
...
r=dbaron
2006-12-26 17:47:52 +00:00
dbaron%dbaron.org
1a7d4081e7
Don't forget to assign to rv. b=340554 r=sayrer
2006-12-22 17:28:48 +00:00
dbaron%dbaron.org
45306477d3
Eliminate nsStyleBorderPadding and add margin/padding/content rect APIs to nsIFrame. b=332922 r+sr=roc
2006-12-20 01:23:45 +00:00
martijn.martijn%gmail.com
bf7fc26186
Bug 330705 - Using blur() on some unfocused element also blurs the focused element, r=jst, sr=dbaron
2006-12-14 13:59:50 +00:00
cst%yecc.com
1e9e9dccd8
Bug 301477 image zoom cursor does not change after resizing browser window
...
r=bz sr=jst
2006-12-14 02:06:49 +00:00
dbaron%dbaron.org
992a8cce12
Better API for used padding/border/margin: remove deprecated Calc*For on nsStyleStructs and add GetUsed* to nsIFrame. b=332922 r+sr=roc
2006-12-13 23:04:57 +00:00
bzbarsky%mit.edu
3cdbde6367
Use string buffers to store strings in nsCSSValue so we don't have to alloc in
...
copy constructors and such. Bug 350141, r+sr=dbaron
2006-12-13 15:49:36 +00:00
dbaron%dbaron.org
116da6be23
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
6bb1962def
Allow subframes that come from a different domain to document.write/open
...
themselves. Bug 362837, r+sr=jst
2006-12-05 19:36:40 +00:00
bzbarsky%mit.edu
5dc90eb193
Move GetCompatibilityMode() to nsIDocument. Bug 362797, r+sr=jst
2006-12-05 15:46:18 +00:00
mats.palmgren%bredband.net
32d1b5a07f
Use the EventStateManager to focus the for-element. b=360009 r=zeniko sr=bzbarsky
2006-12-01 17:18:34 +00:00
cvshook%sicking.cc
abf72c41cf
Bug 359888: Don't return NS_CONTENT_SCRIPT_IS_EVENTHANDLER to the sink/parser since they can't deal. r/sr=jst a=stuart
2006-11-30 00:06:00 +00:00
mats.palmgren%bredband.net
9b5290ecf8
Make sure text input onchange handler is called before onblur. b=357684 r=Olli.Pettay sr=bzbarsky
2006-11-28 13:08:23 +00:00
bzbarsky%mit.edu
471548fa81
Fix bug 277724 -- make <select>, <textarea>, <button> restore disabled state. r+sr=jst
2006-11-28 03:17:03 +00:00
vladimir%pobox.com
df954f6171
backing out bug 333078, xpcom cycle collector due to perf issues
2006-11-22 23:18:16 +00:00
vladimir%pobox.com
fdf72a2c5b
b=333078, xpcom cycle collector -- patch from graydon@mozilla.com, r=many
2006-11-22 19:23:02 +00:00
bzbarsky%mit.edu
f5f7afceda
This wasn't supposed to land
2006-11-22 18:52:32 +00:00
peterv%propagandism.org
36417d2dab
Fix for bug 47903 (WRONG_DOCUMENT_ERR not being thrown). r=sicking, sr=bz.
2006-11-22 18:35:05 +00:00
bzbarsky%mit.edu
81cfa9db1e
Make the redirect check get principals the same way we get them elsewhere.
...
Clean up some code to use the new security manager method. Bug 354693,
r=dveditz, sr=sicking
2006-11-22 18:27:54 +00:00
cvshook%sicking.cc
5c7ed7c2dc
Don't return nsDerivedSafe when .get() is explicitly used on nsCOMPtr and nsRefPtr. r/sr=dbaron
2006-11-21 21:28:14 +00:00
Olli.Pettay%helsinki.fi
f9da27583e
Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply
2006-11-16 21:35:39 +00:00
bzbarsky%mit.edu
142a417a31
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
cvshook%sicking.cc
1ddb21bb48
Fix svg:script and only flag inline scripts as executed once they contain non-empty script content. b=359598 r/sr=bz
2006-11-09 00:02:21 +00:00
cvshook%sicking.cc
3bf3477f1a
Bug 359657: Fix crash due to wrong signature in overload. Patch by bz. r/sr=sicking
2006-11-07 01:05:15 +00:00
cvshook%sicking.cc
06feca17ed
Bug 359490: Put BeginUpdate call before FlushText call in FlushTags. r/sr=bz
2006-11-06 23:50:33 +00:00
cvshook%sicking.cc
50b714059a
Bug 343730: Don't execute scripts synchronously from BindToTree. Instead we wait until the last EndUpdate has been called. r/sr=bz
2006-11-04 05:45:02 +00:00
cvshook%sicking.cc
4fc4167051
Bug 330872: Make nsGenericDOMDataNode::AppendData send out proper notifications and add nsIContent::AppendText to allow appending text without sending out notifications. r/sr=bz
2006-10-28 01:22:53 +00:00
cst%yecc.com
86893de5fb
Bug 351969 nsImageDocument image scaling should never scale a dimension to 0px
...
r=biesi sr=jst
2006-10-26 01:49:38 +00:00
cvshook%sicking.cc
a513afbc8a
Bug 357445: Some cleanup of range code. r/sr=jst
2006-10-21 01:30:54 +00:00
bzbarsky%mit.edu
6f12b98f3f
Make javascript: URI execution asynchronous. Bug 351633, r=jst, sr=biesi
2006-10-17 00:55:14 +00:00
cvshook%sicking.cc
8991f3f0f0
Fix assertion from bug 355451 rs=jst
2006-10-16 21:43:08 +00:00
ted.mielczarek%gmail.com
1266646ac6
bug 296237, remove assert in getElementById, use the console service to provide feedback. patch by asqueella@gmail.com, r+sr=jst
2006-10-14 19:14:24 +00:00
cvshook%sicking.cc
dce79cb561
Bug 355451: Be more efficient when creating HTML elements. r/sr=jst
2006-10-13 22:54:12 +00:00
martijn.martijn%gmail.com
0243e23d2f
Bug 339824 - use nsContentUtils priv checks in canvas, r=vladimir, sr=roc
2006-10-12 14:38:35 +00:00
ginn.chen%sun.com
e4ae8cf6f3
Bug 335900 add a null check for previous selected radio
...
r=neil
2006-10-12 13:30:07 +00:00
bzbarsky%mit.edu
4a862fa6f4
Remove nsIHTMLDocument::WasDomainSet. Use the principal instead, Luke! Bug
...
355948, r+sr=sicking
2006-10-10 01:07:45 +00:00
peterv%propagandism.org
bc84839b89
Checking in fix for bug 349465 again since it didn't affect Ts/Tp.
2006-10-07 10:27:45 +00:00
peterv%propagandism.org
191e0306c5
Backing out fix for bug 349465 to see if it affects Ts/Tp (for bug 355457).
2006-10-06 15:55:30 +00:00
cvshook%sicking.cc
44b4a13b94
Bug 355433: Add an array of cached nodeinfos to the html content sinks. r/sr=jst
2006-10-04 22:02:17 +00:00
peterv%propagandism.org
1e09c7e097
Fix for bug 349465 (Adopting a node should change the cx of all its event handlers). r=smaug, sr=sicking.
2006-10-04 12:23:27 +00:00
Olli.Pettay%helsinki.fi
b97821c34f
Bug 328907, Remove selectHas(No)Groups events, r+sr=sicking
2006-10-03 20:16:51 +00:00
bzbarsky%mit.edu
84a9a431dc
Create a faster, less COMy internal method for accessing the sorted list of
...
form control elements. Bug 347165, patch by jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-09-18 04:53:54 +00:00
peterv%propagandism.org
89cb90e1f0
Fix for bug 351823 (Consider copying more properties when changing ownerDocument). r/sr=bz.
2006-09-16 17:15:38 +00:00
cvshook%sicking.cc
6aa33bc309
Bug 352583: Add functions to nsContentUtils for getting and setting the text content of a node. Use those functions rather than the multiple instances of such code we have now. r/sr=jst
2006-09-15 19:54:45 +00:00
bzbarsky%mit.edu
155215868e
Remove unneeded notification on node creation. Bug 351910, r+sr=sicking
2006-09-12 04:48:12 +00:00
Olli.Pettay%helsinki.fi
df21e2574d
Bug 343953, @ nsGenericHTMLElement::PostHandleEventForAnchors, r=bryner, sr=jst, p=mh+mozilla@glandium.org
2006-09-06 09:17:24 +00:00
peterv%propagandism.org
7c7847f7d4
Fix for bug 347524 (Refactor adoptNode, importNode and cloneNode to share implementation). r/sr=bz.
2006-09-05 10:22:54 +00:00
Olli.Pettay%helsinki.fi
1e6f6aedaa
Bug 349069, Move more things from ~nsINode to nsNodeUtils::LastRelease, r+sr=sicking
2006-09-02 13:21:05 +00:00
Olli.Pettay%helsinki.fi
09f169f5d8
Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst
2006-09-02 10:00:26 +00:00
Olli.Pettay%helsinki.fi
642281d53f
Bug 350846, Combine NS_***_LOAD events, r+sr=jst
2006-08-31 19:33:01 +00:00
timeless%mozdev.org
c4fe2deb0d
Bug 106386 Correct misspellings in source code
...
patch by alfred.peng@sun.com r=brade
2006-08-28 20:13:59 +00:00
pkasting%google.com
d9bbdb67f7
Bug 346373: Resync children when parent spellcheck attribute changes.
...
r=bzbarsky
sr=sicking
2006-08-25 00:15:14 +00:00
mats.palmgren%bredband.net
67464605ba
Make bordercolor attribute imply border-style:solid (for compat reasons). b=349655 r+sr=bzbarsky
2006-08-23 22:37:51 +00:00
pkasting%google.com
0042b76d50
Bug 348981: Crash toggling designMode.
...
This reverts the patch from bug 347200 and instead fixes that problem a
different way to avoid exposing crashes.
r+sr=bzbarsky
2006-08-18 02:38:40 +00:00
bzbarsky%mit.edu
82014bb235
Fix build bustage. Bug 302186.
2006-08-16 05:21:44 +00:00
bzbarsky%mit.edu
493110600a
Implement the :default CSS3 pseudo-class. Bug 302186, patch by Allan Beaufour
...
<allan@beaufour.dk> and jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-08-16 03:20:19 +00:00
bzbarsky%mit.edu
e4c80b6420
Remove special-casing of about:blank for security purposes; give about:blank
...
pages the principal of whoever is responsible for loading them, when possible.
Bug 332182, r=mrbkap, sr=jst
2006-08-15 17:31:16 +00:00
timeless%mozdev.org
3d9c1a4665
Bug 330331 Building with option --disable-xul failed
...
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)
Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF
Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
2006-08-14 22:36:15 +00:00
sayrer%gmail.com
3fc1ef4e9c
Bug 340554. Provide sanitizing fragment sinks for use with feeds. r=mrbkap. sr=jst
2006-08-12 04:46:43 +00:00
pkasting%google.com
fedff42b97
Bug 347200: Designmode documents aren't spellchecked by default.
...
r=brettw
sr=bryner
2006-08-08 00:32:43 +00:00
pkasting%google.com
96e3153c51
Bug 133874: Remove link URL from status bar on blur.
...
r=Olli.Pettay
sr=sicking
2006-08-03 17:21:27 +00:00
mrbkap%gmail.com
500599454e
Protect document.open and document.close against some potential problems. bug 343168, r+sr=bzbarsky
2006-08-01 21:48:03 +00:00
cvshook%sicking.cc
933ccd157e
Bug 346744: Get rid of implementations of nsIContent::AppendChildTo and let it just forward to nsIContent::InsertChildAt. r/sr=bz
2006-07-31 22:38:07 +00:00
pkasting%google.com
4e0fef7b1f
Followup to bug 339127: Only sync the editor on attribute changes that
...
have aNotify true. When aNotify is false, there shouldn't be an editor
to sync, so this should save a little time.
r+sr=bzbarsky
2006-07-31 22:07:51 +00:00
pkasting%google.com
48d836c35d
Bug 339127: Add "spellcheck" attribute to control spellchecking.
...
r=brettw
sr=sicking
2006-07-29 00:04:40 +00:00
cvshook%sicking.cc
ca359c6350
Bug 338649. Only honor honor options that only have opgroup ancestors. r/sr=bz
2006-07-27 21:06:27 +00:00
mats.palmgren%bredband.net
09c15a3ac7
Null check current doc before using it. b=344787 r+sr=bzbarsky
2006-07-22 11:07:29 +00:00
bzbarsky%mit.edu
1f454f5c02
Make some props absolute URIs resolved relative to other props (eg. codebase).
...
Bug 213701, patch by Florian Qu�ze <f.qu@queze.net>, r+sr=bzbarsky
2006-07-20 23:42:51 +00:00
cbiesinger%web.de
323dbdcaf4
Bug 343604 make <applet> and <embed> handling consistent when there is no
...
src/code attribute, aka instantiate java even for <applet/>
r+sr=bz
2006-07-20 22:19:15 +00:00
cvshook%sicking.cc
c7936e48f6
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
2006-07-19 04:36:36 +00:00
bzbarsky%mit.edu
68446c5674
Use const char[], not const char*. Bug 114997, suggestion by biesi, r+sr=bzbarsky
2006-07-18 19:32:00 +00:00
rob_strong%exchangecode.com
855772d46f
Bug 343182 - Password Manager asks multiple times to save a password. patch=mwu, r=jst, sr=bzbarsky
2006-07-18 00:18:32 +00:00
bzbarsky%mit.edu
70d33f2f71
Go back to creating an inconsistent DOM and add a null-check elsewhere, because
...
the little mind of the focus code is blown by having no documentElement,
apparently. Bug 341730, r+sr=sicking
2006-07-18 00:18:19 +00:00
Olli.Pettay%helsinki.fi
4911a89ce7
Bug 343303, onblur fires before onchange for comboboxes, r+sr=bz
2006-07-17 11:50:19 +00:00
martijn.martijn%gmail.com
03ed60c2d0
Bug 303730 - <textarea>s in other tabs mess up focus in current 'tab', patch by chpe(at)gnome.org, r=jst, sr=bryner
2006-07-13 09:14:56 +00:00
cvshook%sicking.cc
cf07d96809
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
2006-07-02 07:23:10 +00:00
bzbarsky%mit.edu
fdf1ac6a82
Make the innerHTML getter serialize all HTML-like content (text, etc) as HTML.
...
Bug 340800, r+sr=peterv
2006-06-29 16:13:27 +00:00
leon.sha%sun.com
31eb4cbb49
Bug 315859 Crash when using any arrow key on a radio input enclosed in a fieldset, and radio name is the same than fieldset id [@ nsHTMLFormElement::GetNextRadioButton].
...
Patch by alfred.peng@sun.com
mats.palmgren: review+
neil: superreview+
2006-06-29 03:26:29 +00:00
mats.palmgren%bredband.net
3a6ae5450c
Don't create ALT attribute for standalone image that was found in the cache. b=177747 r=bzbarsky sr=neil
2006-06-29 02:42:27 +00:00
enndeakin%sympatico.ca
29df6cabc7
Bug 333038, support inline spellchecking for designmode, r=brettw, sr=bz
...
CVS: ----------------------------------------------------------------------
2006-06-28 03:39:41 +00:00
mrbkap%gmail.com
b8f73122cb
Clear mWyciwygChannel even if the loadgroup tells us there was an error since the call succeeds anyway. bug 342191, r=jst sr=darin
2006-06-26 16:50:09 +00:00
mats.palmgren%bredband.net
71cff05e95
Scroll <legend> into view when it receives focus. b=342372 r=aaronleventhal sr=bzbarsky
2006-06-25 21:39:03 +00:00
jminta%gmail.com
46ced2b08d
Bug 257781 vBulletin (message board) javascript causes wrong username/password to be remembered. patch by Michael Wu <mwu@mozilla.com>, r=jst, sr=sicking
2006-06-23 02:44:39 +00:00
mrbkap%gmail.com
a0b54b2ece
Close shouldn't send any real text for the parser to parse, since there might
...
be elements open that make the text appear in the final content model. bug 342223, r+sr=jst
2006-06-21 00:39:24 +00:00
roc+%cs.cmu.edu
592a0af569
Bug 341711. Compute offset* properties using unscrolled positions. r+sr=bzbarsky
2006-06-20 21:21:47 +00:00
mrbkap%gmail.com
acc4f6893f
Prevent assertions when a document that has had document.open called is closed
...
suddenly (without an intervening document.close call). bug 332896, r=bzbarsky, sr=sicking
2006-06-19 23:51:32 +00:00
bzbarsky%mit.edu
9c73386999
Remove ourselves as an observer when we're done building the DOM, not when we
...
get destroyed, since the DOM can be messed with in ways that confuse us between
those two points in time. Bug 341062, r=mrbkap, sr=sicking
2006-06-19 21:10:29 +00:00
timeless%mozdev.org
64a760c3c0
Bug 337917 Make consumers stop using cids from other modules
2006-06-18 21:18:22 +00:00
dbaron%dbaron.org
7415d629c6
Implement a stub imgIDecoderObserver to save code size in content and layout. b=339612 r+sr=sicking
2006-06-16 21:07:47 +00:00
mrbkap%gmail.com
96d1cf3f2e
Quiet this warning for the one known case that it fires since we do a passable job of handling this case anyway. bug 341320, r+sr=sicking
2006-06-16 19:13:17 +00:00
dbaron%dbaron.org
a9e10681b6
Disable support for proportional widths on <col>. b=333352 r=bernd sr=roc
2006-06-15 19:20:20 +00:00
mhammond%skippinet.com.au
d5ad1dc2b9
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
2006-06-13 03:07:47 +00:00
mrbkap%gmail.com
43895f48e7
Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan
2006-06-12 22:39:55 +00:00
cbiesinger%web.de
dcbf0a6b1f
Bug 341077 Show intrinsic state in content tree dumps
...
r+sr=bz
2006-06-12 17:03:31 +00:00
longsonr%gmail.com
401e0976f8
Bug 340542 - SVG Consolidate functionality to get primary frame. r=tor,r+sr=bzbarsky
2006-06-12 16:14:31 +00:00
martijn.martijn%gmail.com
55ea0bd56a
Bug 333922 - Setting designMode doesn't work with enhanced privileges on a frame with a different domain, r+sr=bzbarsky
2006-06-12 08:55:37 +00:00
bzbarsky%mit.edu
e2580d23dd
Fix notifications so we don't double-notify when closing tags. Bug 339249,
...
r=mrbkap, sr=sicking
2006-06-08 04:38:44 +00:00
bzbarsky%mit.edu
9b9dd4ae17
Add assertion to catch issues like bug 312704. r=mrbkap, sr=sicking
2006-06-08 04:29:28 +00:00
bzbarsky%mit.edu
46d28ce10c
Cache the list of form controls, so loading a large page with lots of form
...
controls outside forms is not O(N^2). Bug 336062, r+sr=sicking
2006-06-08 04:28:20 +00:00
roc+%cs.cmu.edu
56654cce4d
Bug 334765. Testing backout to see if it was responsible for btek's Tp change.
2006-06-07 02:35:57 +00:00
roc+%cs.cmu.edu
e588b47d04
Bug 334765. Don't include scroll offsets in DOM element offset calculations. r+sr=bzbarsky
2006-06-06 22:31:17 +00:00
bzbarsky%mit.edu
b8f69ca317
Fix IsDoneAddingChildren() for <embed>. Bug 339327, r+sr=peterv
2006-06-06 15:33:54 +00:00
Olli.Pettay%helsinki.fi
1a7d187ab7
Bug 338954, Make .innerHTML to work without DOM Ranges, r=sicking, sr=jst
2006-06-05 20:32:48 +00:00
cvshook%sicking.cc
f8b42be1f4
Bug 90983: Don't fire mutation events during parsing, i.e. when aNotify is false. Also make us fire mutation events on nodes that are in an orphaned subtree. r/sr=jst
2006-06-02 00:58:04 +00:00
dbaron%dbaron.org
61dd5c50db
Fix GC hazards associated with event handlers on images only reachable from their current network loads, some of which are regressions from 241518. b=321054 r=darin sr=bzbarsky
2006-06-01 18:35:21 +00:00
bzbarsky%mit.edu
4b2d69677a
Remove some pointless nsIChannel impls. Bug 337748, r=sicking, sr=darin
2006-05-30 17:26:00 +00:00
peterv%propagandism.org
aeb29aaef1
Fix for bug 338834 (plugins are broken (PDF, WPM, MPG, AVI etc files won't load)). r/sr=sicking.
2006-05-23 15:33:15 +00:00
peterv%propagandism.org
8708d173ad
Fix for bug 236873 (Share class for more elements). r/sr=sicking.
2006-05-21 21:00:09 +00:00
Olli.Pettay%helsinki.fi
198b2c0d8a
Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc
2006-05-19 10:26:44 +00:00
cvshook%sicking.cc
cc2e4c5482
Bug 337543: Use nsINode more. r/sr+peterv
2006-05-19 10:01:22 +00:00
ginn.chen%sun.com
8e7c1c041c
Bug 335900 no state change event fired when take action on HTML input
...
element
patch by evan.yan@sun.com r+sr=roc
2006-05-16 03:54:46 +00:00
Olli.Pettay%helsinki.fi
effce48e94
Bug 337586, Crash [@ PresShell::InitialReflow] when window gets destroyed duren beforeunload event handler, pressing reload, r+sr=bz
2006-05-15 17:51:35 +00:00
gavin%gavinsharp.com
1ccc00fc7a
Bug 337970: assert that the bookmarks charset resolver doesn't ask to be notified of the final resolved charset, since we can't currently notify, r+sr=bzbarsky
2006-05-15 17:40:51 +00:00
gavin%gavinsharp.com
7401f9b206
Bug 337970: don't pass null to RequestCharset, r+sr=bzbarsky
2006-05-15 17:17:04 +00:00
cvshook%sicking.cc
241120e16a
Bug 334075: Push mFlagsOrSlots to nsINode to allow storing flags and (in the future) slots on nsGenericDOMDataNodes. r=mrbkap sr=bz
2006-05-15 07:03:15 +00:00
bzbarsky%mit.edu
17be6a86bb
Fix the way we do notifications so we don't notify twice for <head>. Bug
...
332644, r=mrbkap, sr=peterv
2006-05-12 20:36:39 +00:00
darin%meer.net
7d3e7d7acd
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
peterv%propagandism.org
966cdc1d31
Syncing with nsHTMLObjectElement.cpp r1.95 (this file was a cvs copy of nsHTMLObjectElement.cpp, but they diverged). NPOTB.
2006-05-07 17:16:50 +00:00
timeless%mozdev.org
42037d3243
Bug 331023 Cleanup of IDL files; fixing type inconsistencies
...
r=dbaron
2006-05-07 00:19:46 +00:00
timeless%mozdev.org
45cb5c3a4c
Bug 335953 Make code outside intl use NS_CHARSETALIAS_CONTRACTID instead of NS_CHARSETALIAS_CID
...
r=bz sr=bz
2006-05-06 22:09:20 +00:00
cvshook%sicking.cc
36f352636c
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
2006-05-05 06:52:21 +00:00
bzbarsky%mit.edu
b08f319a19
Don't half-support document.write in XHTML. Bug 332848, r=mrbkap, jst, sr=dvediz, a=dvediz
2006-05-03 21:19:26 +00:00
cls%seawood.org
8053aff7cc
Use NS_REINTERPRET_CAST to convert from jschar* to PRUnichar*. Fixing mingw bustage.
...
Bug #336331 r=vladimir
2006-05-03 04:28:12 +00:00
vladimir%pobox.com
9deeec1b6b
b=336331, fix toDataURL to be more in line with the whatwg spec, r+sr=roc
2006-05-03 00:48:27 +00:00
bzbarsky%mit.edu
e9dc794e8f
Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
...
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
2006-05-01 05:25:52 +00:00
bzbarsky%mit.edu
533eb3c678
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
mrbkap%gmail.com
d3f0f19318
Fixing bustage from bug 333697
2006-04-26 20:21:31 +00:00
mrbkap%gmail.com
95acf0af16
When a document's scope object changes (e.g., for a call to document.open), actually change the scope object and move all of the wrappers in the old scope into the new one. bug 333697, r+sr=jst
2006-04-26 19:53:27 +00:00
roc+%cs.cmu.edu
d23fe29f4c
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
2006-04-26 01:57:22 +00:00
cvshook%sicking.cc
a727022ef6
Bug 334977. Separate mFileName from mValue. r/sr=bz
2006-04-25 09:18:42 +00:00
smontagu%smontagu.org
7a39b44ad3
Don't propagate encoding up to the parent document viewer. Bug 315381, r+sr=jst
2006-04-25 06:57:31 +00:00
bzbarsky%mit.edu
a0fe89efda
Dispatch mutation events even in documents that are not rendered in a window.
...
Bug 201236, patch by Alex Vincent <ajvincent@gmail.com>, r=smaug, sr=peterv
2006-04-24 19:52:21 +00:00
leon.sha%sun.com
574701a2f1
Bug 333896
...
Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
Patch by alfred.peng@sun.com .
roc: review+
roc: superreview+
2006-04-24 05:40:11 +00:00
cvshook%sicking.cc
d9c914f73f
More bug 114997. Don't strip whitespace from mValue, only when getting the value from the attribute. r/sr=bz
2006-04-24 05:20:44 +00:00
bryner%brianryner.com
95e2f3305e
Fix focus-stealing for button elements (bug 299677). Patch by darin, r+sr=me.
2006-04-21 02:10:53 +00:00
bzbarsky%mit.edu
4a7923802c
HTMLTableElement.rows should include rows that are not in table sections. Bug
...
309433, r+sr=sicking
2006-04-21 01:44:58 +00:00
bzbarsky%mit.edu
66a98f858f
Make sure documents have a content type at creation time. Bug 311218,
...
r=sicking, sr=jst
2006-04-21 01:24:44 +00:00
vladimir%pobox.com
224933de70
b=333177, update canvas internal interfaces, optimize canvas, and fix some implementation bugs; r=stuart
2006-04-18 21:23:15 +00:00
bzbarsky%mit.edu
130c1736e9
Don't trim whitespace off hidden input values. Bug 114997, patch by Steuard
...
Jensen <steuard+moz@slimy.com>, r=sicking, sr=bzbarsky
2006-04-17 21:28:47 +00:00
dbaron%dbaron.org
03a4b4f85b
Null-check mBodyContent. b=334080 r+sr=bzbarsky
2006-04-15 07:20:14 +00:00
mrbkap%gmail.com
514752b6db
Remove defunct assertions from debug-only code. bug 334055, r+sr=sicking
2006-04-15 00:39:35 +00:00
benjamin%smedbergs.us
185c761605
Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin
2006-04-12 15:43:32 +00:00
Olli.Pettay%helsinki.fi
388290ba7e
Bug 330494, changing the category names per bz' suggestion
2006-04-11 17:05:25 +00:00
jwatt%jwatt.org
341f0f246a
Partial fix for bug 331630. Remove nsEventStatus. r=olli.pettay@gmail.com, sr=bzbarsky@mit.edu
2006-04-11 13:17:29 +00:00