masayuki@d-toybox.com
f32b16c6fe
Bug 403484 The ellipsis for UI should be localizable r=roc+mconnor, sr=roc
2007-11-19 02:17:17 -08:00
reed@reedloden.com
8bd1f5859f
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
ted.mielczarek@gmail.com
9efc20152c
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
Olli.Pettay@helsinki.fi
a673f79b2c
Bug 403167, r+sr=jst, a=1.9+
2007-11-16 01:51:09 -08:00
ginn.chen@sun.com
76ea81310e
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
f513ef954c
Adding test
2007-11-15 14:23:07 -08:00
bzbarsky@mit.edu
c7b34baf7b
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
3d7cd94af9
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
547601300c
b=403484 backing-out the previous patch, caused by testing failure.
2007-11-15 03:02:47 -08:00
masayuki@d-toybox.com
b666c60c33
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
bzbarsky@mit.edu
c667bcaf6e
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
c3fe474d61
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
0ecf6c1002
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
2e16c55024
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
b5d47c426c
bug 395822: Use correct String::Find overload r=jonas, a=release drivers
2007-11-12 14:01:48 -08:00
Olli.Pettay@helsinki.fi
81061b1ed0
Bug 402680, document.activeElement returns wrong node, r+sr=bz, a=mtschrep
2007-11-12 04:45:39 -08:00
roc+@cs.cmu.edu
27f5bebbe9
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
pavlov@pavlov.net
eb88627b63
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
ted.mielczarek@gmail.com
c8a4af071b
bug 402150 - Buffer overrun [@ nsDocument::RetrieveRelevantHeaders] at provided URL (mochitest). r=jst
2007-11-11 08:50:02 -08:00
jruderman@hmc.edu
3b57551073
Fix typo in comment.
2007-11-09 16:32:41 -08:00
jruderman@hmc.edu
fe12f67e99
Fix typo in comment.
2007-11-09 16:02:23 -08:00
dveditz@cruzio.com
ba4c8227d0
bug 402150 prevent crash @nsDocument::RetrieveRelevantHeaders, r=wtc, r/sr=jst, a=beltzner
2007-11-09 14:54:35 -08:00
Olli.Pettay@helsinki.fi
3fa4d341e6
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
187831740f
Handle image embeds with a null URI. Bug 402320, r+sr=jst
2007-11-07 09:25:57 -08:00
jruderman@hmc.edu
028e550046
Fix bug 398880, getElementsByClassName('') leaks an nsVoidArray. r=sayrer, sr=jst, a=blocking1.9+.
2007-11-06 22:46:35 -08:00
cbarrett@mozilla.com
6836bf23b9
Attempting to kickstart tinderbox. Again.
2007-10-30 00:19:42 -07:00
cbarrett@mozilla.com
709cbde7de
Bug 303110 - Add Unified Toolbar machinery to Cocoa widgets. r=joshmoz, r=bz, sr=roc.
2007-10-29 21:03:42 -07:00
peterv@propagandism.org
0614d590fc
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
2007-10-29 06:45:07 -07:00
peterv@propagandism.org
26b136edfe
Backing out once more to fix orange.
2007-10-28 05:49:30 -07:00
peterv@propagandism.org
eae43da5fc
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
2007-10-28 04:14:40 -07:00
jonas@sicking.cc
903acf3ee6
bug 394390: Don't report bogus warnings to the error console when using cross-site xmlhttprequest. Patch by Surya Ismail <suryaismail@gmail.com>, r/sr=sicking
2007-10-26 18:46:09 -07:00
bzbarsky@mit.edu
c4358e7284
Fix bug 399185 -- Make image request URIs immutable so that we don't have to clone them later. r=jst, sr=biesi, a=vlad
2007-10-26 12:54:41 -07:00
peterv@propagandism.org
89c081734f
Backing out to fix orange.
2007-10-26 07:15:28 -07:00
peterv@propagandism.org
7496875bfa
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
2007-10-26 06:25:32 -07:00
peterv@propagandism.org
c22071e55e
Fix for bug 395340 (Crash [@ nsINode::GetNodeParent] with CSS counters and contentEditable). r/sr=bz, a=endgame.
2007-10-26 03:30:44 -07:00
bzbarsky@mit.edu
5b0b10f180
Don't install fields during binding teardown. Bug 400705, r+sr=sicking, a=beltzner
2007-10-24 15:13:00 -07:00
bzbarsky@mit.edu
97d0f11bfd
Fix assert to not fire on <svg:use>. Bug 400459, r+sr=jst, a=vlad
2007-10-24 15:10:32 -07:00
bzbarsky@mit.edu
06f6b88b65
Make the "href" property of stylesheets reflect the original URI that was reflected to load the sheet. Bug 397427, r=dbaron,biesi, sr=dbaron, a=dsicore
2007-10-23 14:56:41 -07:00
Olli.Pettay@helsinki.fi
a78cbac9b4
Landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst
2007-10-22 14:42:25 -07:00
Olli.Pettay@helsinki.fi
69d3a1fc7a
backout Bug 373462, bug 385322. Still regress tp/talos
2007-10-21 09:46:54 -07:00
Olli.Pettay@helsinki.fi
cad8f0b8c4
Test-landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst
2007-10-21 07:09:29 -07:00
roc+@cs.cmu.edu
7a31877544
Bug 393096. Allow an element containing breakable whitespace to introduce a break opportunity no matter what the context. Also cleans up some trimming stuff and adds comprehensive whitespace breaking and trimming reftests. r+sr=dbaron
2007-10-20 00:30:26 -07:00
bzbarsky@mit.edu
3c9dd66146
Work around bug 399791 by changing the assert to not fire in that case. Bug 399712, r+sr+a=jst
2007-10-19 09:07:09 -07:00
bzbarsky@mit.edu
d6ddf5aec3
Fix bug 345609. r+sr+a=roc
2007-10-12 11:37:51 -07:00
Olli.Pettay@helsinki.fi
045c845b71
Bug 378866, r=peterv,sicking, sr=sicking, a=blocking1.9+
2007-10-12 04:07:29 -07:00
bugzilla@standard8.plus.com
78473044fa
Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content. r/sr=jst,a=dbaron
2007-10-09 11:41:54 -07:00
Olli.Pettay@helsinki.fi
93e936ff5d
Bug 398547, Crash in nsPlainTextSerializer.cpp, p=kengert@redhat.com, r=mscott, sr=bz, a=blocking1.9
2007-10-09 06:43:33 -07:00
bzbarsky@mit.edu
f6b6a03a3f
Reoder some checks to do the fast one that will test false most often first. Bug 398222, r+sr+a=sicking
2007-10-07 11:23:52 -07:00
bzbarsky@mit.edu
3aa58c0862
Make test actually run
2007-10-05 20:53:15 -07:00
bzbarsky@mit.edu
9013e7e507
Add test
2007-10-05 20:01:10 -07:00
bzbarsky@mit.edu
e17b12fc0d
Remove trunk instances of MOZILLA_1_8_BRANCH interfaces. Bug 347910, r+sr+a=jst
2007-10-05 16:37:25 -07:00
Olli.Pettay@helsinki.fi
ad574eb5c0
Bug 398088, r+sr=sicking
2007-10-05 13:37:55 -07:00
bzbarsky@mit.edu
01461fbe76
Make really sure that pending binding constructor events block onload. Bug 394676, r+sr+a=sicking
2007-10-03 16:38:32 -07:00
Olli.Pettay@helsinki.fi
fcc909d889
Move nsGkAtoms::userInput out from #ifdef MOZ_SVG, Bug 388558
2007-10-03 01:59:33 -07:00
philringnalda@gmail.com
5b0915ddd5
Bug 99922 - don't strip space after signature delimiter in PGP-signed mail, patch by Hendrik Maryns <hendrik.maryns@uni-tuebingen.de> and noedler@web.de, r=mrbkap, sr=bienvenu, a=bz's theory of NPOTFx code paths
2007-10-02 20:30:17 -07:00
bzbarsky@mit.edu
418e1e8676
Make sure to restore state on form-less controls correctly. Bug 398243, r+sr+a=jst
2007-10-02 19:04:59 -07:00
jonas@sicking.cc
bbf61f58f0
Backing out bug 348156 since it caused Tp perf regressions
2007-10-02 14:12:30 -07:00
jonas@sicking.cc
f0a388873a
Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst
2007-10-02 11:20:02 -07:00
Olli.Pettay@helsinki.fi
a6b454f086
Bug 388558, 'change' event isn't dispatched if user selects input field value from the autocomplete list, r=jst, sr=sicking, a=mconnor
2007-10-02 09:56:07 -07:00
Olli.Pettay@helsinki.fi
85880d8ce4
Bug 393762, Bug 393761 and Bug 382636, r=jst, sr=peterv
2007-10-01 03:02:32 -07:00
uriber@gmail.com
726b853d4d
Rename Content-Access-Control to Access-Control. bug=397877 r+sr+a1.9=jonas
2007-09-30 22:45:58 -07:00
reed@reedloden.com
68ea5c54c6
Bug 125928 - "HTML composition converted to PlainText fails to strip spaces before hard breaks with format=flowed" [p=andrit@ukr.net (Andriy Tkachuk) r=mscott r=BenB sr=bzbarsky (NPOFx)]
2007-09-30 20:29:16 -07:00
roc+@cs.cmu.edu
6ba6adadca
Bug 397597. Enable native platform linebreaking for Tibetan and Lao. r=masayuki,a=dbaron
2007-09-30 13:30:31 -07:00
Olli.Pettay@helsinki.fi
2fb8ea7b56
back out Bug 373462 / bug 385322 (again :( )
2007-09-29 10:33:22 -07:00
Olli.Pettay@helsinki.fi
a6aedd78ae
Bug 373462 / bug 385322, Better scheduling of cycle collection/gc, r+sr=jst
2007-09-29 08:02:57 -07:00
reed@reedloden.com
82397d312b
Bug 215068 - "leading spaces are lost (HTML compose, plain-text send)" [p=andrit@ukr.net (Andriy Tkachuk) r=mscott sr=bzbarsky a1.9=bzbarsky]
2007-09-29 00:30:23 -07:00
dbaron@dbaron.org
f670c849e4
Back out sicking's patch from bug 348156 (remove unbinds from nsDocument::Destroy) due to crashing during talos test (probably tp test).
2007-09-28 21:14:42 -07:00
jonas@sicking.cc
acfcebebbc
Bug 348156: Remove unbinds from nsDocument::Destroy as they cause badness. Break cycles using cycle collector instead. r/sr/a=jst
2007-09-28 16:57:00 -07:00
jonas@sicking.cc
0261538ed2
add tests for bug 390219 and bug 326337. r/sr=peterv a=me
2007-09-28 16:46:42 -07:00
bzbarsky@mit.edu
f1506e89da
Block scripts in subframes if the parent has script blocked in the scriptloader. Fixes bug 383331, r+sr+a=sicking
2007-09-28 08:15:07 -07:00
bzbarsky@mit.edu
e2de7caebc
Don't assume that redirect URIs are ASCII (though they should be). Bug 317254, r+sr+a=jst
2007-09-28 07:35:11 -07:00
neil@parkwaycc.co.uk
6c63075bbf
Bug 292607 Dragging preformatted text collapses whitespace r+sr=bz a=pavlov
2007-09-28 03:28:28 -07:00
peterv@propagandism.org
dd13ae2f88
Fix for bug 393357 (nsDocument::mRadioGroups leaks its members). Patch by sharparrow1@yahoo.com, r/sr=bz, a=sicking.
2007-09-27 11:17:32 -07:00
bzbarsky@mit.edu
10b708eb1b
Fix bug 397605. r+sr+a=jst
2007-09-26 09:52:33 -07:00
gavin@gavinsharp.com
673e7ccc5d
Back out the patch for bug 393845 because it appears the regressions it caused are worse than the bug it fixed (a=biesi)
2007-09-25 13:41:07 -07:00
Olli.Pettay@helsinki.fi
f9c785fb8b
backout the test patch for Bug 373462 and 385322
2007-09-23 09:10:12 -07:00
Olli.Pettay@helsinki.fi
1d42d7ad32
Testland a patch for Bug 373462 and 385322, 'Better scheduling of cycle collection/gc'
2007-09-23 07:05:27 -07:00
bzbarsky@mit.edu
ee2d3464be
Fire DOMContentLoaded async from EndLoad. Bug 344305, r=sicking, sr=jst, a=sicking
2007-09-21 10:30:37 -07:00
Olli.Pettay@helsinki.fi
3d3dee855b
backout patch for Bug 373462, Bug 385322
2007-09-21 03:00:47 -07:00
roc+@cs.cmu.edu
0789c7b2c1
Bug 392761. getClientRects/getBoundingClientRect *do* take scrolling into account, including viewport scrolling. r+sr=dbaron
2007-09-21 02:15:42 -07:00
Olli.Pettay@helsinki.fi
08d334c65d
Bug 373462, Bug 385322, Better scheduling of cycle collection/gc, r=jst, sr=sicking, a=sicking
2007-09-21 01:54:36 -07:00
bzbarsky@mit.edu
a61b828bb2
Make this test actually test something
2007-09-20 20:58:35 -07:00
bzbarsky@mit.edu
7ed598436e
Add comment that sicking asked for and I forgot
2007-09-20 20:54:11 -07:00
bzbarsky@mit.edu
aa2a9b2bd2
Fixing test for real.
2007-09-20 20:39:16 -07:00
bzbarsky@mit.edu
baec163f3f
Fixing test to actually pass
2007-09-20 20:06:50 -07:00
bzbarsky@mit.edu
f91b2b313b
Fix bug 392318. r+sr+a=sicking.
2007-09-20 19:41:08 -07:00
bzbarsky@mit.edu
7f6abfd9be
Make sure to tear down the XBL binding for nodes which forced one even though not in the document. Bug 389636, r+sr+a=sicking
2007-09-20 19:05:43 -07:00
bzbarsky@mit.edu
df30233ab2
Make getElementsByClassName handle the root element properly. Bug 395915, r+sr=peterv, a=sicking.
2007-09-20 15:10:27 -07:00
masayuki@d-toybox.com
f8c11bb744
Bug 389056 Don't break line between periods and quote/Bug 388096 add line-breaking opportunity after U+058A ARMENIAN HYPHEN, U+2010 HYPHEN, U+2012 FIGURE DASH and U+2013 EN DASH. And U+2014 EM DASH should be breakable before and after except that between the same characters/Bug 389595 Don't break around '(' and ')'/Bug 390920 Don't break around r+sr=roc, b1.9=dbaron
2007-09-18 23:34:24 -07:00
Olli.Pettay@helsinki.fi
2e21d3ae6d
Bug 394442, Optimize ID, class and style getters, r=bz+sicking, sr=sicking, a=jst
2007-09-18 01:38:24 -07:00
bzbarsky@mit.edu
3ee408ea1f
Fix serialization of '&' in "script" attribute values so that it round-trips correctly. Bug 392511, r+sr=peterv, a=jst
2007-09-14 12:03:13 -07:00
bzbarsky@mit.edu
d8af0891f1
Make disabling image loading in prefs also block images loaded via <object>. Bug 393503, r+sr=biesi, a=jst
2007-09-14 11:57:59 -07:00
jst@mozilla.org
9f7c1a9794
Landing fix for bug 394418. Notify on text changes before firing mutation events. Patch by bzbarsky@mit.edu, r+sr=jonas@sicking.cc, a=jst@mozilla.org/dsicore@mozilla.com
2007-09-10 16:46:22 -07:00
jonas@sicking.cc
e1ca6cd31b
Bug 390219: Ignore OnStartRequest/OnStopRequest calls for other channels, i.e. ones already aborted. Also set owner on the right channel for multipart responses. r/sr/a=jst
2007-09-05 20:51:56 -07:00
cbiesinger@gmx.at
3f5cf3a38d
393845 Stop plugins from content instead of from layout. Also, reget the frame after stopping the plugin, as that may process events. Finally, make the object frame not touch member variables after stopping the plugin. r+sr=bz a=jst
2007-09-05 13:33:18 -07:00
Olli.Pettay@helsinki.fi
23b0473f54
Bug 394740, Inline MayDispatchMutationEvent, r+sr=peterv, a=jst
2007-09-05 02:01:48 -07:00
surkov.alexander@gmail.com
d91459d49c
390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore
2007-09-05 01:22:17 -07:00
peterv@propagandism.org
7855e88a83
Fix for bug 393035 (nsNSElementTearoff should participate in cycle collection). r/sr=jst, a=sicking.
2007-09-02 03:45:36 -07:00
Olli.Pettay@helsinki.fi
5cd6c5acf1
Backout bug 394442
2007-09-01 09:14:53 -07:00
Olli.Pettay@helsinki.fi
f3d5c4a16d
Test land bug 394442, will back out after tp/tp2/tdhtml results
2007-09-01 08:23:29 -07:00
enndeakin@sympatico.ca
a0b52957c1
Bug 195031, support sticky bookmarks menus, r=mano,sr=bz, blocking bug
2007-08-30 08:43:10 -07:00
jwalden@mit.edu
d610945e9f
Bug 199692 - Add support for document.elementFromPoint(x, y). Patch by Ben Karel <web+moz@eschew.org>, r+sr=roc, a=jst
2007-08-29 13:38:44 -07:00
jwalden@mit.edu
79066f5a93
Bug 393974 - Tree walkers leak with a non-null filter. r=smaug, sr=sicking, a=blocking1.9
2007-08-28 16:42:41 -07:00
aaronleventhal@moonset.net
254ef80129
Bug 391846. Fire correct text change events when a node is shown or hidden. r=surkov, sr=sicking, a=sicking
2007-08-28 14:57:53 -07:00
surkov.alexander@gmail.com
478d0ec01a
Bug 371680 - expose nsIAccessibleText::scrollSubstringTo, r=aaronlev, roc, sr=roc, a=roc
2007-08-23 21:54:45 -07:00
enndeakin@sympatico.ca
7050414f86
Bug 145320, support hover in xul trees, r+sr=neil
2007-08-23 08:57:54 -07:00
Olli.Pettay@helsinki.fi
fb735cb14f
Bug 391568, Mutation events not fired if listeners are only in anonymous content. r+sr=bz, a=sicking
2007-08-21 23:48:47 -07:00
bzbarsky@mit.edu
295ac223f1
Make sure to process style updates before reflow, and both before painting. Bug 375436, r+sr=roc, a=dbaron
2007-08-21 19:57:06 -07:00
bzbarsky@mit.edu
a65e95ce03
Make <object> do the same text/plain sniffing that <iframe> does, and use the content type hint if the type comes back as application/octet-stream or sniffed-binary. Bug 389677, r+sr=biesi, a=sicking
2007-08-20 20:26:12 -07:00
bzbarsky@mit.edu
03372522d9
Make HTML content objects use QI tables. Bug 389797, r+sr=jst, a=sicking.
2007-08-20 15:55:06 -07:00
cbiesinger@gmx.at
f626a42e8c
bug 392117 pass lowercase strings to LowerCaseEqualsLiteral r+sr=sicking
2007-08-20 10:27:47 -07:00
enndeakin@sympatico.ca
aef0ee7c4d
Bug 385275, handle tab navigation in popups properly, r+sr=roc
2007-08-15 18:09:58 -07:00
bzbarsky@mit.edu
0102a642c5
Don't play games with the <meta> tag when not serializing an entire document. Bug 390735, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=bzbarsky, a=jst
2007-08-10 17:38:53 -07:00
enndeakin@sympatico.ca
e400c46775
Bug 390420, select dropdowns appearing in the wrong place in some cases, r+bz,a=dbaron
2007-08-10 05:42:06 -07:00
bzbarsky@mit.edu
96ec7b6a69
Make NS_CheckContent(Load|Process)Policy only take a principal, not a principal and a uri. Get the URI from the principal. Bug 391438, r+sr+a=sicking
2007-08-09 22:35:08 -07:00
bzbarsky@mit.edu
73073f4f3b
Use the principal doing the load to decide on the URI to pass to content policies. This will help do the right thing for data:/javascript:/about:blank, as well as allow us to skip content policies altogether if the caller is system. Bug 388597, r+sr=sicking
2007-08-07 18:16:09 -07:00
aaronr@us.ibm.com
e97413050d
change nsIAttribute so it can be used by extensions 390480, r+sr=bz a=jst
2007-08-07 16:01:57 -07:00
cbiesinger@gmx.at
6b6b771bea
Bug 390385 make sure that plugins don't get instantiated before the first Reflow of the objectframe, so that the first NPP_SetWindow call contains the right dimensions r+sr=bz
2007-08-06 17:32:14 -07:00
cbiesinger@gmx.at
3416bd0451
364235 don't instantiate plugins for URLs with unknown schemes unless we also have a type specified r+sr=bz
2007-08-06 11:02:14 -07:00
jwalden@mit.edu
8e969971b9
Fix Thunderbird/--disable-svg bustage from bug 379178. rs=jwatt
2007-08-06 11:00:01 -07:00
bzbarsky@mit.edu
d85872ea5d
Hoist the code for handling class and id up from nsGenericHTMLElement to the newly-created nsStyledElement so that it can be reused by MathML and to some extent by SVG. Bug 379178, patch by Daniel Kraft <domob@daniel-kraft.net>, r=jwatt for the SVG changes, r+sr=sicking for the rest, a=dsicore
2007-08-06 08:27:19 -07:00
benjamin@smedbergs.us
0e047142a4
Bug 386025 - Expose cycle-collection symbols, r=graydon
2007-08-06 07:34:02 -07:00
ginn.chen@sun.com
9a8c1632f4
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
2007-08-05 20:22:32 -07:00
Olli.Pettay@helsinki.fi
5b2545c6f2
Backout bug 378866, the patch doesn't handle all testcases :(
2007-08-03 06:06:05 -07:00
Olli.Pettay@helsinki.fi
908f41f6dc
Bug 378866, r+sr=bz, a=sicking
2007-08-02 23:53:01 -07:00
cbiesinger@gmx.at
9b77299b29
382378 call NotifyContentObjectWrapper after the plugin has been instantiated so that scriptable plugins work correctly r+sr=bz
2007-08-02 14:15:05 -07:00
cbiesinger@gmx.at
15ca9d3c96
322170 ignore errors from OnStartRequest (NPP_NewStream) for Shockwave on the Mac r=jst sr=bz
2007-08-02 13:16:49 -07:00
bzbarsky@mit.edu
40f1f36bf8
Flush layout before starting to pump data into plug-ins if we started the data
...
load ourselves. Fixes various issues with a number of plug-ins that expect
NPP_SetWindow() to have been called before NPP_WriteReady or NPP_Write. Bug
381512, r=biesi, sr=jst
2007-08-02 10:54:36 -07:00
jonas@sicking.cc
3eaf4622de
Remove tests accessing remote server
2007-07-30 18:16:24 -07:00
jonas@sicking.cc
da0e93de39
Bug 389508: Fix regressions and bugs in the new Cross Site XMLHttpRequest support. r/sr=jst a=roc
2007-07-30 17:42:16 -07:00
jonas@sicking.cc
24c4c1d539
Bug 389508: Cross site XMLHttpRequest. r=jst/biesi sr/dveditz/biesi
2007-07-26 19:49:18 -07:00
mattwillis@gmail.com
e221e29198
reverting 1.34 - meant for trunk
2007-07-26 17:21:01 -07:00
mattwillis@gmail.com
99b92bd703
bug 389739 - Add IDL constants for XMLHttpRequest readyStates. r/sr=bzbarsky
2007-07-26 17:12:58 -07:00
jonas@sicking.cc
13974dde1b
backout due to orange
2007-07-26 16:34:22 -07:00
jonas@sicking.cc
68ac48fc81
'extra ;'? Quit your whining gcc\!
2007-07-26 15:34:32 -07:00
jonas@sicking.cc
29f28d46a0
Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi
2007-07-26 15:20:29 -07:00
Olli.Pettay@helsinki.fi
81c89897e3
Backing out bug 275196, xml:id, to fix tp regression
2007-07-26 07:16:19 -07:00
Olli.Pettay@helsinki.fi
ad51500682
Bug 275196, xml:id, r=sicking, sr=dbaron
2007-07-26 05:22:01 -07:00
tor@cs.brown.edu
57371777f8
Bug 383184 - Implement SVG lighting filters.
...
Style portion r+sr=dbaron, rest r=longsonr, sr=roc.
2007-07-25 23:57:42 -07:00
jst@mozilla.org
dadc7c619b
Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc
2007-07-25 21:14:33 -07:00
roc+@cs.cmu.edu
61373b8418
Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc
2007-07-25 21:03:29 -07:00
jonas@sicking.cc
18a76cc5a2
Bug 259332: Improve support for document.all such that we can deal with multiple elements with the same id and/or name. r/sr=jst
2007-07-25 17:36:19 -07:00
bzbarsky@mit.edu
1e0b05ffcf
Add a flag that allows protocol handlers to indicate that they don't return any
...
data. Bug 379819, patch by Ryan Jones <sciguyryan@gmail.com>, r=me, sr=biesi
2007-07-25 10:21:41 -07:00
dcamp@mozilla.com
0eee14ff27
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
2007-07-24 22:35:39 -07:00
dcamp@mozilla.com
bb10d2d59f
add a sendAsBinary() method to XMLHttpRequest (for sending data from an <input type=file> element, among other things). b=371432, r+sr=jonas
2007-07-24 21:53:21 -07:00
dcamp@mozilla.com
67423b50ef
Add an API to access <input type="file"> data. r=smontagu (for charset stuff), r+sr=jonas
2007-07-24 21:29:47 -07:00
masayuki@d-toybox.com
17ddd176c4
Bug 388602 ###!!! ASSERTION: invalid array index: 'i < Length()' when loading some webpages r+sr=roc
2007-07-24 04:47:22 -07:00
asqueella@gmail.com
cb307ac952
fix bug 388709 - "ASSERTION: Please remove this from the document properly: '!IsInDoc()'" with :after, floating :first-letter
...
Store the generated content as a nsCOMArray<nsIContent>* property on frames to make its clean-up on frame destruction less fragile.
r+sr=roc
2007-07-23 16:31:11 -07:00
roc+@cs.cmu.edu
c2ec402960
Bug 336959. Use Pango to break inside Thai/Lao runs. Patch by Theppitak Karoonboonyanan, r+sr=roc
2007-07-18 20:26:51 -07:00
cbiesinger@gmx.at
79d350e845
385118 make sure to set mInstantiating to false again before returning
...
r+sr=jst,bzbarsky
2007-07-18 17:28:39 -07:00