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

12520 Коммитов

Автор SHA1 Сообщение Дата
jruderman@hmc.edu 97a63b8ac0 Got crashtests? 2007-12-15 14:58:14 -08:00
sayrer@gmail.com a4018becfe Bug 398017. nsGenericElement unlink improvements. r/sr=sicking, a=dsicore 2007-12-15 14:18:05 -08:00
Olli.Pettay@helsinki.fi f03a324bb4 Bug 403830, trying to fix bustage 2007-12-15 01:59:00 -08:00
Olli.Pettay@helsinki.fi 6f11b29032 Bug 403830, arena for content, r=sicking, sr=jst 2007-12-15 01:45:33 -08:00
bzbarsky@mit.edu 3873a2fe8d Make document classes use QI tables as possible. Bug 408403, r+sr+a=jst 2007-12-14 21:43:10 -08:00
jruderman@hmc.edu c42ddfa4c5 Fix test bustage. 2007-12-14 21:36:36 -08:00
jruderman@hmc.edu 4b61063535 Add a crashtest. 2007-12-14 21:25:04 -08:00
jruderman@hmc.edu 04617b3190 Add crashtest. 2007-12-14 21:00:55 -08:00
jruderman@hmc.edu 3a5b6e89a1 Add a crashtest. 2007-12-14 20:24:51 -08:00
jruderman@hmc.edu 6b8f9a678f Add crashtest. 2007-12-14 19:25:12 -08:00
reed@reedloden.com 27a55e7707 Back out patch from bug 406047, as it is causing orange on Linux and Tp regression on Mac. 2007-12-14 00:55:08 -08:00
reed@reedloden.com 71fe589716 Bug 406407 - "Accelerators for textEdit should not be affected by keyboard group/level" [p=lolkaantimat@gmail.com (Evgeniy Ivanov) r+sr=roc a1.9=stuart] 2007-12-13 23:20:32 -08:00
jruderman@hmc.edu 39b28e5f0d Add crashtest. 2007-12-13 21:06:08 -08:00
jruderman@hmc.edu 241dcb7915 Add another crashtest. 2007-12-13 21:00:54 -08:00
jruderman@hmc.edu 522d195b12 Add crashtest. 2007-12-13 20:58:42 -08:00
jruderman@hmc.edu aefff9c3f4 Add a crashtest. 2007-12-13 20:40:08 -08:00
jruderman@hmc.edu bd7d7618a0 Add crashtest. 2007-12-13 20:28:06 -08:00
jruderman@hmc.edu 93f860380f Add two crashtests. 2007-12-13 20:09:24 -08:00
jruderman@hmc.edu 20ca34a882 Add crashtests. 2007-12-13 19:52:32 -08:00
jruderman@hmc.edu ded702c887 Add crashtest. 2007-12-13 19:37:05 -08:00
jonas@sicking.cc 390f6ff8c2 Bug 408123: Use nsTObserverArray rather than array copy to deal with listeners going away while firing event. r=smaug sr=jst 2007-12-13 17:41:48 -08:00
jruderman@hmc.edu 678a5fc619 Add a few crashtests. 2007-12-12 22:44:00 -08:00
pavlov@pavlov.net 25c8227abf bug 408148. use nsAutoTArray rather than nsTArray in nsXBLService::GetBinding. r/sr=sicking 2007-12-12 20:17:14 -08:00
dcamp@mozilla.com 49996c09ec Bug 405741: rename fileList to files on the file input element. r/sr=sicking 2007-12-12 10:32:55 -08:00
Olli.Pettay@helsinki.fi 7b08ddd398 Bug 403168, r=jonas, sr=jst, a=blocking1.9 2007-12-12 00:33:32 -08:00
jonas@sicking.cc 5d4f2a4212 Bug 366200: Fix problems with mRootContent being out of sync with mChildren by removing mRootContent. r/sr=bz 2007-12-11 18:26:09 -08:00
aaronleventhal@moonset.net 754ec000fb Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil 2007-12-11 18:10:26 -08:00
jruderman@hmc.edu 5da8357591 Fix leak by making currNode an nsCOMPtr (bug 407818). r+sr=dbaron, a=schrep. 2007-12-11 17:37:51 -08:00
roc+@cs.cmu.edu a41c16b134 Disabling randomly-failing toDataURL tests, the right way 2007-12-11 16:31:19 -08:00
roc+@cs.cmu.edu 99b3f90d6d Disabling randomly-failing toDataURL tests. 2007-12-11 15:21:20 -08:00
reed@reedloden.com 32dc306284 Bug 407297 - "nsIHTMLToTextSink should use nsStringGlue.h instead of nsString.h" [p=prasad@medhas.org (Prasad Sunkari) r=bsmedberg sr=bzbarsky a1.9=schrep] 2007-12-11 01:52:49 -08:00
surkov.alexander@gmail.com da80d00731 Bug 368835 No focus events from xul tree table when a row is deleted, r=evan.yan, Olli.Pettay, sr=jonas, a=beltzner 2007-12-11 00:18:04 -08:00
jst@mozilla.org 0c39118885 Fixing bug 407812. Don't waste time calling QI in nsNodeSH::PreCreate() and nsElementSH::PostCreate(). r+sr=jonas@sicking.cc 2007-12-10 17:19:18 -08:00
bzbarsky@mit.edu 7729fd622b Fix up comments a dram 2007-12-05 20:47:09 -08:00
bzbarsky@mit.edu 593874e84d Split tests up into groups so nsinstall doesn't blow away Windows' little mind. 2007-12-05 19:23:00 -08:00
bzbarsky@mit.edu d13f3edd1b Adding a whole bunch of canvas mochitests. Bug 407049, tests contributed by Philip Taylor <philip.taylor@cl.cam.ac.uk> 2007-12-05 18:51:12 -08:00
peterv@propagandism.org 9ac6c3f72f Fix for bug 300639 (don't recompile xbl event handlers on every event dispatch). Patch by Robert Sayre, r/sr=peterv. 2007-12-04 23:21:18 -08:00
jonas@sicking.cc b023de82f1 Bug 406852: Fix docshell leak by properly killing the frameloaders in object-loading-content when the document is destroyed. r/sr=peterv 2007-12-04 23:11:00 -08:00
peterv@propagandism.org a0d5f60400 Trying to fix orange. 2007-12-04 21:35:10 -08:00
peterv@propagandism.org c90338d05f Fix for bug 390278 (Shift+tab no longer navigates out of MIDAS area). r/sr=jst. 2007-12-04 21:03:56 -08:00
peterv@propagandism.org 2c27e8e000 Fix for bug 406684 (Memory leaks when content policies set properties of wrapped nodes). r/sr=sicking. 2007-12-04 16:29:13 -08:00
peterv@propagandism.org b1781b46be Fix for bug 398466 (XBL unlinking triggered hash-table recursion assertion (again)). r/sr=sicking. 2007-12-04 10:53:53 -08:00
bzbarsky@mit.edu 7da9f1a68f Update the binding manager before doing any other notifications, and don't notify the document for nodes not in the document. Bug 398492, r+sr=sicking. 2007-12-04 10:37:54 -08:00
bzbarsky@mit.edu 4e6e9f8247 Fixing build bustage. Bug 401743 2007-12-04 09:30:07 -08:00
bzbarsky@mit.edu 472f521b95 Fix comment too. Bug 395107 2007-12-04 09:14:20 -08:00
bzbarsky@mit.edu 5e00241d1c Fix build bustage. Bug 395107 2007-12-04 09:09:31 -08:00
bzbarsky@mit.edu c281a1e8ab Try to handle people processing events from inside an XBL constructor somewhat sanely. Bug 401743, r+sr+a=sicking 2007-12-04 08:56:44 -08:00
bzbarsky@mit.edu c446f4e760 Make <select> handle changes to defaultSelected on node for which selected has not been set. Bug 395107, r+sr=sicking. 2007-12-04 08:50:32 -08:00
longsonr@gmail.com a48b04f245 Bug 406312 - textPath startOffset does not react to DOM changes. r=tor,sr=roc,a1.9=tor 2007-12-03 22:51:36 -08:00
tor@cs.brown.edu a79c52724d Bug 370006 - svg doesn't get scaled up on high resolution displays. r=jwatt, sr=roc 2007-12-03 20:40:52 -08:00
jst@mozilla.org d91b8ab657 Fixing bug 406692. Speed up nsNodeSH::PreCreate(). r+sr=peterv@propagandism.org, a=jonas@sickin.cc 2007-12-03 19:49:33 -08:00
bzbarsky@mit.edu ca8e765bfe Propagate the node's principal as the owner to <object> loads as needed, and allow <object data="javascript:"> to work. Bug 353334 and bug 300263, r=biesi, sr=jst, a=dsicore 2007-12-03 13:57:17 -08:00
bzbarsky@mit.edu 6749e64aee Add a way to extract the charset and the position of the charset parameter from a content-type header. Use this in XMLHttpRequest to not clobber the non-charset parameters and not clobber the charset if it's already what we'll set, up to case. Apparently some broken servers are case-sensitive when looking at charsets! Bug 393968 (wherein the patch lies) and bug 397234, r+sr=biesi 2007-12-03 13:34:44 -08:00
peterv@propagandism.org f7abd55e2b Fix for bug 406361 (Large leak with <svg:use patternTransform>). r/sr/a=sicking. 2007-12-03 09:50:02 -08:00
roc+@cs.cmu.edu b59ab6a038 Bug 403426. We should clear whitespace status when we reset the linebreaker. If a final break opportunity exists we should save it and forward it to the line layout. Relanding with a fix so hopefully we won't crash Tp this time. r=smontagu 2007-12-03 00:22:07 -08:00
jonas@sicking.cc 004ba2ffc2 Bug 397828: Make window.document and document.open no longer be allAccess 2007-12-02 22:35:47 -08:00
ginn.chen@sun.com c8fc7a26b4 Bug 405094 Tooltip doesn't disappear anymore when hovering over it r+sr=roc a=beltzner 2007-12-02 21:46:22 -08:00
bzbarsky@mit.edu 9776bb1760 Fix bug 390565. r+sr=mrbkap 2007-12-02 18:29:48 -08:00
bzbarsky@mit.edu 1a94cbc8c9 I think the test box was just on crack 2007-12-02 17:35:44 -08:00
bzbarsky@mit.edu 724b719ea9 Trying for more tinderbox debugging 2007-12-02 16:00:26 -08:00
bzbarsky@mit.edu d277b0c075 Silly test to see what the mac orange is about 2007-12-02 15:18:44 -08:00
bzbarsky@mit.edu 057155e2c2 Relanding without the test just to make sure this is in fact what's breaking stuff 2007-12-02 14:27:11 -08:00
bzbarsky@mit.edu 1c90420fcc Backing out to see whether it somehow fixes the orange 2007-12-02 14:02:47 -08:00
bzbarsky@mit.edu 57740f0c37 Fix handling of <script> of unknown type to not screw up the content model. Bug 401946, r+sr=jst 2007-12-02 11:22:14 -08:00
jonas@sicking.cc 9af3db26f7 backing out due to test failures 2007-12-01 10:56:00 -08:00
jonas@sicking.cc b8e5a0e2ea Bug 397828: Make window.document and document.open no longer be allAccess 2007-12-01 10:24:24 -08:00
mats.palmgren@bredband.net 91a44c37a7 Lookup default script language on the script global object when there is no root content. b=405182 r+sr=jst a=blocking1.9 2007-12-01 03:10:12 -08:00
reed@reedloden.com 093bf33685 Bug 406001 - "Remove extraneous semicolons in nsXMLHttpRequest.cpp" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) a1.9=damons] 2007-11-30 23:16:15 -08:00
reed@reedloden.com 148f6eb716 Bug 405069 - "Running xpathgen tests: ###!!! ASSERTION: called nsGenericElement::TextLength: 'Not Reached', file /home/ajvincent/beta/mozilla/content/base/src/nsGenericElement.cpp, line 3971" [p=ajvincent@gmail.com (Alex Vincent) r+sr=sicking a1.9=damons] 2007-11-30 22:45:49 -08:00
reed@reedloden.com 367f8cc562 Backing out patches for bugs 405069 and 346079 to track down perf regression. 2007-11-30 18:23:27 -08:00
roc+@cs.cmu.edu 78e5e7145e Backing out more of 403426. sigh 2007-11-30 13:04:24 -08:00
reed@reedloden.com 9d3efadb31 Bug 405069 - "Running xpathgen tests: ###!!! ASSERTION: called nsGenericElement::TextLength: 'Not Reached', file /home/ajvincent/beta/mozilla/content/base/src/nsGenericElement.cpp, line 3971" [p=ajvincent@gmail.com (Alex Vincent) r+sr=sicking a1.9=damons] 2007-11-30 12:06:18 -08:00
roc+@cs.cmu.edu d8d80a602f Bug 403426. Clear break-after-whitespace flags when we reset the linebreaker. Also rescue a trailing break opportunity when we reset the line breaker and notify the line layout that the opportunity exists. r=smontagu 2007-11-30 12:03:33 -08:00
peterv@propagandism.org 46a137c59e Fix for bug 406106 (Large leak with XSLTProcessor.setParameter). r/sr/a=sicking. 2007-11-30 11:10:03 -08:00
peterv@propagandism.org fa959fa2e1 Fix for bug 405639 (Dynamically created <svg:use> reference loop causes nsGenericElement leak). r/sr/a=sicking. 2007-11-30 10:41:10 -08:00
jonas@sicking.cc 72c3e3035b Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-30 09:57:03 -08:00
bzbarsky@mit.edu 8e7c749534 Remove unused variable. No bug, r+sr+a-ish=roc on irc. 2007-11-29 20:49:17 -08:00
jonas@sicking.cc 929e6f34af Backing out due to mochitest failure 2007-11-29 01:34:51 -08:00
jonas@sicking.cc 32cfa72536 Revert to earlier version of patch to try to fix orange 2007-11-29 01:25:22 -08:00
jonas@sicking.cc 15dba1f064 Fix build bustage 2007-11-29 00:57:07 -08:00
jonas@sicking.cc 33299d3be4 Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-29 00:41:25 -08:00
peterv@propagandism.org 8c1798748b Fix for bug 404320 (FormatBlock doesn't work correctly will break existing Midas implementations). r/sr=jst, a=beltzner. 2007-11-28 15:38:20 -08:00
neil@parkwaycc.co.uk f411864ef7 Bug 143065 Scope of accesskey should be limited to tab panel r+sr=roc a=beltzner 2007-11-28 12:14:12 -08:00
longsonr@gmail.com 4fb47a9ae9 Bug 404740 - Small performance improvement for feComposite filter. r+sr=tor,a1.9=mtschrep 2007-11-28 03:19:19 -08:00
Olli.Pettay@helsinki.fi d85685e7ae Bug 405632, can't pan maps by dragging on maps.live.com , r+sr=jst, a=sicking 2007-11-28 01:16:01 -08:00
reed@reedloden.com 9c2b6d8aa0 Bug 405181 - "nsIDOMNSRange.isPointInRange probably shouldn't throw WRONG_DOCUMENT_ERR" [p=ajvincent@gmail.com (Alex Vincent) r+sr+a1.9=sicking] 2007-11-28 00:45:44 -08:00
mrbkap@gmail.com ec1cd4b887 Propagate exceptions when they occur to avoid assertions. bug 393813, r+sr=jst a=schrep 2007-11-27 16:52:37 -08:00
Olli.Pettay@helsinki.fi 063f955987 Bug 401907, Running Help->Check for updates... leaks, r+sr=bz, a=beltzner 2007-11-27 12:02:42 -08:00
dcamp@mozilla.com d7bccf6f0d fix test bustage from bug 369814. 2007-11-26 22:40:07 -08:00
longsonr@gmail.com d8b650c73e Bug 387466 - Bug 309020 (SVG references breaks when used inside XBL) has regressed. r+sr=roc,a1.9=blocking1.9+ 2007-11-26 02:23:19 -08:00
Olli.Pettay@helsinki.fi a0a74f16e7 Bug 368760, r=mats, sr=roc, a=blocking1.9+ 2007-11-22 12:47:33 -08:00
bugzilla@standard8.plus.com 135a92dada Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content (part 2) r/sr=jst,a=mtschrep 2007-11-22 10:50:59 -08:00
longsonr@gmail.com c167e7ed65 Bug 378860 - If setAttribute sets an invalid value, the attribute default should be used. r=tor,sr=roc,a1.9=tor 2007-11-22 00:54:31 -08:00
uriber@gmail.com 9f4ec7cc62 Remove up-arrow and down-arrow bindings in input fields. bug=294642 ui-r:beltzner r+sr:neil@parkwaycc.co.uk a19:mtschrep 2007-11-21 23:32:33 -08:00
bzbarsky@mit.edu eea905a151 Make getElementById in HTML always return the first node in document order. Bug 403868, r+sr=sicking 2007-11-21 18:28:47 -08:00
bzbarsky@mit.edu 8da3f16fa9 Fix very long-standing bug with incorrect insertion indices reported by the HTML content sink. Bug 404553, r+sr=peterv, a=schrep 2007-11-21 12:57:49 -08:00
Olli.Pettay@helsinki.fi 42e605e3e5 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
peterv@propagandism.org b5dbd746c2 Fix for bug 404419 (XML not displayed). r/sr=bz. 2007-11-20 10:50:12 -08:00
longsonr@gmail.com 5033e9ec97 Bug 399975 - Setting orient to auto emits a console warning. r=tor,sr=roc,a1.9=tor 2007-11-20 03:36:39 -08:00
longsonr@gmail.com 054f19cadc Bug 402342 - feTurbulence transposes type and stitchTiles arguments. r+sr=tor,a1.9=vladimir 2007-11-20 03:20:22 -08:00
bzbarsky@mit.edu 39e4684fad Fix the case when a binding's single insertion point is a node that is itself bound by a binding with insertion points. Bug 403962, r+sr=sicking 2007-11-19 20:18:59 -08:00
peterv@propagandism.org 5476e0248b Fix for bug 401613 (Intermittent XML parsing errors with this valid SVG file). r/sr=bz. 2007-11-19 02:57:29 -08:00
masayuki@d-toybox.com b66ba0396a Bug 403484 The ellipsis for UI should be localizable r=roc+mconnor, sr=roc 2007-11-19 02:17:17 -08:00
bzbarsky@mit.edu a2bba38560 The frame model depends on the span attribute, so changing span should reconstruct frames. Bug 403249, r=bernd, sr=roc 2007-11-18 10:56:49 -08:00
jwatt@jwatt.org d308285bb4 Fixing bug 294086. <svg> should be a replaced element. r+sr=dbaron@mozilla.com blocking1.9=tor@acm.org 2007-11-18 04:09:03 -08:00
reed@reedloden.com ce6644e088 Back out luser's patch from bug 403841 as a possible cause of the Ts regression on Linux. 2007-11-17 13:14:37 -08:00
enndeakin@sympatico.ca cb92454492 Bug 394600, address bz's additional popup reworking comments, add tests for removing popups, r+sr=bz,a=beltzner 2007-11-17 07:47:38 -08:00
ted.mielczarek@gmail.com d46abe0504 bug 403841 - Crash in nsContentUtils::CreateContextualFragment when passed a non-element node as context node. r+sr=sicking 2007-11-17 05:16:49 -08:00
mats.palmgren@bredband.net 885859c9d1 Add a flag to protect SetFocus() from recursive calls on the same element. b=401160 r+sr=peterv a=mtschrep 2007-11-16 16:30:53 -08:00
Olli.Pettay@helsinki.fi 1bcd3f035f Bug 403167, r+sr=jst, a=1.9+ 2007-11-16 01:51:09 -08:00
ginn.chen@sun.com 985095d353 bug 396869 [linux]switch menu causes a spurious mouseout event to mouse over widget r+sr+a=roc 2007-11-16 00:21:44 -08:00
bzbarsky@mit.edu 799740fff1 Fix build bustage 2007-11-15 19:58:27 -08:00
bzbarsky@mit.edu 15bd8eb8f4 Don't allow presentational attributes to set colors if the "don't use document colors" pref is set. Bug 400452, r+sr=dbaron 2007-11-15 19:46:42 -08:00
bzbarsky@mit.edu 9e14411e1f Adding test. 2007-11-15 14:39:55 -08:00
bzbarsky@mit.edu 0611224d42 Unhook event handlers on binding teardown. Bug 403162, r+sr=sicking 2007-11-15 14:29:08 -08:00
bzbarsky@mit.edu a8447e3684 Adding test 2007-11-15 14:23:07 -08:00
bzbarsky@mit.edu bdb6e36dd6 When calling open() on an in-progress XMLHttpRequest, abort the request but still allow the open() to reinitialize it. Bug 322317, r+sr=sicking, a=vlad 2007-11-15 14:18:36 -08:00
bzbarsky@mit.edu 28c4fa48c7 Handle dynamic appends to a node which has a binding with multiple insertion points correctly. Bug 372323, r+sr=sicking. 2007-11-15 09:17:46 -08:00
bzbarsky@mit.edu 14eec126c1 Fix bug 400794 and bug 401569: don't try to uninstall fields that are not installed. r+sr=sicking. Patch in bug 400794. 2007-11-15 09:09:14 -08:00
masayuki@d-toybox.com d29b03e748 b=403484 backing-out the previous patch, caused by testing failure. 2007-11-15 03:02:47 -08:00
masayuki@d-toybox.com 01c4705bf5 Bug 403484 The ellipsis for UI should be localizable r=roc+mconnor, sr=roc, blocking1.9=mtschrep 2007-11-15 02:43:16 -08:00
Olli.Pettay@helsinki.fi 674d706455 Bug 401528, backing out, because of crashes 2007-11-15 00:49:35 -08:00
bzbarsky@mit.edu a92adda3f5 Fix privacy leak where script could get the path to the file selected in a file input. Bug 143220, r+sr=sicking, a=schrep. 2007-11-14 22:16:06 -08:00
reed@reedloden.com 96308f2f15 Add missing header to fix bustage. 2007-11-13 03:29:16 -08:00
reed@reedloden.com 531e83e378 Bug 321172 - "Template Query Processor for mozStorage" [p=laurent@xulfr.org (Laurent Jouanneau) r=smaug r=Enn r=sdwilsh sr=roc a1.9=schrep] 2007-11-13 02:42:03 -08:00
philringnalda@gmail.com da5765b579 Bug 401662 - plaintext serializer includes content of <style> elements, r+sr=mrbkap, a=dsicore 2007-11-12 19:15:44 -08:00
jonas@sicking.cc 0e1c530ce2 Bug 403549: Avoid memory churn from nsContentUtils::CreateContextualFragment by giving nsIParser::ParseFragment a better signature. r/sr=stuart 2007-11-12 17:41:40 -08:00
tglek@mozilla.com 04cb2355b1 bug 395822: Use correct String::Find overload r=jonas, a=release drivers 2007-11-12 14:01:48 -08:00
Olli.Pettay@helsinki.fi 02636c5f45 Bug 403514, Crash when closing tab with CTRL+W, r+sr=dbaron,a=schrep 2007-11-12 11:09:09 -08:00
peterv@propagandism.org 8ece07dffc Fix for bug 402833 (ASSERTION: ReleaseSubtree not called with xml parsing error in attribute). r/sr=sicking. 2007-11-12 06:47:14 -08:00
peterv@propagandism.org 5ba21b5fff Fix for bug 390446 (Javascript is still disabled after leaving a page that had designMode on). r/sr=jst. 2007-11-12 06:47:03 -08:00
Olli.Pettay@helsinki.fi 39088d385e trying to fix mochitest on qm-xserve01 2007-11-12 06:11:41 -08:00
Olli.Pettay@helsinki.fi 2426c0dca5 Bug 402089, nsDOMUIEvent should cache coordinates when DuplicatePrivateData is called, r+sr=jst, a=mtschrep 2007-11-12 04:53:06 -08:00
Olli.Pettay@helsinki.fi b19f405d98 Bug 402680, document.activeElement returns wrong node, r+sr=bz, a=mtschrep 2007-11-12 04:45:39 -08:00
Olli.Pettay@helsinki.fi c82aa9bd88 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
dwitte@stanford.edu 7cd1a3bd1d Bug 400552 - setting document.domain inconsistent in face of IDN whitelist. r+sr+a1.9=jst 2007-11-11 23:58:16 -08:00
roc+@cs.cmu.edu 909f85c005 Bug 389707. Rework text-transform:capitalize by putting logic to decide what to capitalize into nsLineBreaker. r=smontagu 2007-11-11 17:51:31 -08:00
jruderman@hmc.edu 7e686e1ca5 Relanding Mats Palmgren's patch: Call PerformAccesskey() on the controlled element in case it's not a nsIDOMXULElement. b=400774 r=surkov.alexander sr=jst a=dsicore 2007-11-11 14:44:48 -08:00
pavlov@pavlov.net 5136dde36e bug 403280. convert nsLayoutUtils::DoCompareTreePosition from an nsAutoVoidArray to a larger nsAutoTArray convert nsContentUtils::ComparePoints from an nsTArray to an nsAutoTArray r/sr/a=sicking 2007-11-11 12:35:30 -08:00
aaronleventhal@moonset.net 70475edc47 Bug 397219. ab not moving focus relative to caret when caret inside label. r=mats, sr=neil, a=roc. Checking back in -- this wasn't the cause of the orange. 2007-11-11 11:42:11 -08:00
ted.mielczarek@gmail.com b69a049070 bug 402150 - Buffer overrun [@ nsDocument::RetrieveRelevantHeaders] at provided URL (mochitest). r=jst 2007-11-11 08:50:02 -08:00
jruderman@hmc.edu ecbca909c9 Let's see if backing out bug 397219 fixes the orange. 2007-11-10 20:16:50 -08:00
reed@reedloden.com fce0f259e9 Backed out bug 400774 to see if it is the cause of the Window unit test oranges. 2007-11-10 14:04:36 -08:00
mats.palmgren@bredband.net 5bdbf229c0 Call PerformAccesskey() on the controlled element in case it's not a nsIDOMXULElement. b=400774 r=surkov.alexander sr=jst a=dsicore 2007-11-09 17:03:36 -08:00
jruderman@hmc.edu 448703f5da Fix typo in comment. 2007-11-09 16:32:41 -08:00
jruderman@hmc.edu 4ae65aca82 Fix typo in comment. 2007-11-09 16:02:23 -08:00
dveditz@cruzio.com 7f26e0225d bug 402150 prevent crash @nsDocument::RetrieveRelevantHeaders, r=wtc, r/sr=jst, a=beltzner 2007-11-09 14:54:35 -08:00
aaronleventhal@moonset.net 6269aaaafa Bug 397219. Tab not moving focus relative to caret when caret inside label. r=mats, sr=neil, a=roc 2007-11-09 11:06:51 -08:00
Olli.Pettay@helsinki.fi 6ef6e4b276 Bug 401559, GetFirst/LastChild doesn't ensure contents generated, r+sr=jst, a=roc 2007-11-09 01:30:35 -08:00
bzbarsky@mit.edu 3381d13138 Make canvas security checks use principals, not URIs. Bug 397524, r=vlad, sr=jst, a=pavlov 2007-11-08 22:03:47 -08:00