jonas@sicking.cc
|
ccae61e56a
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-09 16:33:28 -07:00 |
|
bzbarsky@mit.edu
|
a78167f98d
|
Store the charset we had when we were written into when document.open()happens. Then restore that as the document charset when loading from a wyciwygchannel, instead of just claiming to be UTF-16. Bug 255820, r+sr=jst
|
2007-05-08 19:47:58 -07:00 |
|
jonas@sicking.cc
|
1c214cc3a2
|
back out last patch since leaks went through the roof
|
2007-05-07 18:03:08 -07:00 |
|
jonas@sicking.cc
|
9179b005a4
|
Don't attempt to cycle collect documents, windows and elements that are currently being viewed. r=bz, sr=jst b=378987
|
2007-05-07 16:45:25 -07:00 |
|
bzbarsky@mit.edu
|
5e66b80452
|
Make the sync loader handle streams that close on EOF (e.g. data: URLs). Bug379957, r=biesi, sr=peterv
|
2007-05-07 15:11:53 -07:00 |
|
bzbarsky@mit.edu
|
2931d10719
|
Don't apply user stylesheets to native anonymous content. Bug 286895, r+sr=dbaron
|
2007-05-04 23:47:09 -07:00 |
|
masayuki@d-toybox.com
|
3d8a57b83a
|
Bug 378752 Mnemonic of Menu doesn't work if an editor has focus and IME is on r+sr=roc
|
2007-05-02 08:34:35 -07:00 |
|
joshmoz@gmail.com
|
48cbd7d72e
|
Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron
|
2007-05-02 00:46:50 -07:00 |
|
bzbarsky@mit.edu
|
32d3d359f4
|
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me
|
2007-05-01 15:24:20 -07:00 |
|
bzbarsky@mit.edu
|
e83c55e645
|
Make InitialReflow just post a reflow event instead of doing a synchronousreflow. Bug 378975, r=dbaron and Eli Friedman, sr=dbaron
|
2007-05-01 10:15:08 -07:00 |
|
bzbarsky@mit.edu
|
ff1caef5dc
|
Don't unblock onload on the document if we no longer have a parser. Bug375051, r=mbkap, sr=sicking
|
2007-04-26 21:05:08 -07:00 |
|
bzbarsky@mit.edu
|
a11e2edb3f
|
Flush tags before calling StartLayout; otherwise we might end updouble-constructing frames for whatever content we hadn't notified on yet. Bug378559, r+sr=sicking
|
2007-04-26 11:57:58 -07:00 |
|
ted.mielczarek@gmail.com
|
467c001632
|
bug 373181 - onload doesn't fire for XHTML documents that contain a script tag (Firefox's RSS preview is broken) - add mochikit test. r=sicking
|
2007-04-26 04:39:15 -07:00 |
|
bzbarsky@mit.edu
|
24c328d268
|
Fix the vertical scrollbar guessing in nsHTMLScrollFrame to do better for aninitial reflow if we're doing that initial reflow a ways into the documentload. Bug 378480, r+sr=roc
|
2007-04-25 19:29:21 -07:00 |
|
peterv@propagandism.org
|
f61971e016
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
|
bzbarsky@mit.edu
|
1bd6d423f6
|
Back out. This actually hurts Tp2, the mac reftests are _still_ orange
|
2007-04-24 00:33:58 -07:00 |
|
bzbarsky@mit.edu
|
484674884d
|
Another peformance test for bug 378480. Will back out in a few cycles.
|
2007-04-23 22:46:11 -07:00 |
|
benjamin@smedbergs.us
|
2e25a321f8
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
|
bzbarsky@mit.edu
|
d4cb1b7d7b
|
Set the status bar before actually handling the DOM event. That way if theevent is canceled, we'll still show the right status bar text. Bug 40838,patch by Florian Quèze <f.qu@queze.net, r=smaug, sr=bzbarsky
|
2007-04-23 00:31:21 -07:00 |
|
bzbarsky@mit.edu
|
c585c92179
|
Stop blocking the parser on CSS stylesheet loads. We still block scriptexecution on them, however. Bug 84582, r+sr=sicking
|
2007-04-20 15:59:18 -07:00 |
|
enndeakin@sympatico.ca
|
f7b1a69686
|
Bug 377663, <titlebar> should move popup if inside one instead of the window, r+sr=roc
|
2007-04-20 03:56:49 -07:00 |
|
Olli.Pettay@helsinki.fi
|
8df77090be
|
Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst
|
2007-04-19 16:20:29 -07:00 |
|
sayrer@gmail.com
|
0ce8af1698
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |
|
masayuki@d-toybox.com
|
9737b98f68
|
Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc
|
2007-04-15 06:43:55 -07:00 |
|
sayrer@gmail.com
|
51fd920a47
|
Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky
|
2007-04-14 10:46:36 -07:00 |
|
neil@parkwaycc.co.uk
|
41bb6169ac
|
Bug 376802 Use one global tooltip listener instead of creating one for each XUL element that needs one r=Smaug sr=jst
|
2007-04-12 13:59:01 -07:00 |
|
bzbarsky@mit.edu
|
4ea7f3126e
|
Adding testcase.
|
2007-04-11 23:40:27 -07:00 |
|
enndeakin@sympatico.ca
|
708500fbb3
|
Bug 375681, missed this file, add what-wg drag events, r=smaug,sr=roc
|
2007-04-11 22:56:13 -07:00 |
|
enndeakin@sympatico.ca
|
8b6667e253
|
Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc
|
2007-04-11 21:37:39 -07:00 |
|
bzbarsky@mit.edu
|
65e1a1fadf
|
Don't block the parser on scripts we'll never execute. Bug 371743, r+sr=sicking
|
2007-04-11 13:18:11 -07:00 |
|
joshmoz@gmail.com
|
a96b0154ec
|
Draw native scrollbars using nsITheme on Mac OS X. Don't use a cocoa control. Fixes a whole host of clipping and visibility bugs and bugs 339447, 369293, 370439. r=josh sr=roc
|
2007-04-10 17:25:11 -07:00 |
|
enndeakin@sympatico.ca
|
1bc747f685
|
Bug 376428, don't parse onpageshow/onpagehide as events on xul elements, fixes regression in update window, r=sr=sicking
|
2007-04-04 11:31:56 -07:00 |
|
enndeakin@sympatico.ca
|
532ad7a5c9
|
Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking
|
2007-04-02 10:17:36 -07:00 |
|
roc+@cs.cmu.edu
|
f21e61b37c
|
Bug 374988. MSVC doesn't pack PRPackedBool bitfields properly, and PRBool field:1 means that the value for 'true' is -1, so use PRUint32 instead. r+sr=sicking
|
2007-03-27 20:57:36 -07:00 |
|
dbaron@dbaron.org
|
a7d9802f77
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 08:34:59 -07:00 |
|
dbaron@dbaron.org
|
85eb65ced4
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
|
masayuki@d-toybox.com
|
8eb84cfb3e
|
Bug 236546 newlines not added when copying table into clipboard with CTRL+mouse. patch by Jeff Schiller<codedread@gmail.com> r+sr=jst
|
2007-03-27 08:10:23 -07:00 |
|
Olli.Pettay@helsinki.fi
|
cf1ccace7f
|
375196, r+sr=roc
|
2007-03-25 22:38:22 -07:00 |
|
asqueella@gmail.com
|
782392a877
|
Bug 371123 - XMLHttpRequest should trigger content policies
p=Wladimir Palant <trev@gtchat.de>r=jst, sr=sicking
|
2007-03-24 22:35:39 -07:00 |
|
Olli.Pettay@helsinki.fi
|
056e66fd0c
|
Bug 288392, DOMSubtreeModified event, r=peterv, sr=jst
|
2007-03-24 05:18:02 -07:00 |
|
roc+@cs.cmu.edu
|
29a2c959bb
|
No bug. A variety of fixes to fix various reftest failures. Not Part Of The Build.
|
2007-03-24 04:07:36 -07:00 |
|
roc+@cs.cmu.edu
|
9878eceb62
|
Bug 333659. nsLineBreaker fixes. Not Part Of The Build, used by new-textframe only.
|
2007-03-22 16:45:02 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|